Thomas Gelf
|
93a42c7fc8
|
controllers, tables, view scripts: remove obsolete
|
2017-08-17 00:08:08 +02:00 |
Thomas Gelf
|
1a72e89f05
|
controllers: refactor even more of them
|
2017-08-16 23:51:15 +02:00 |
Thomas Gelf
|
23249dcf7d
|
HostController: refactor all involved tables...
...for single services and sets
|
2017-08-16 23:27:13 +02:00 |
Thomas Gelf
|
6f20e6c35e
|
schema: no more view script, refactor controller
|
2017-08-16 19:13:07 +02:00 |
Thomas Gelf
|
04a78f734a
|
config: refactor controller, tables, get rid...
...of view scripts, add new Widget helper classes
|
2017-08-16 19:11:30 +02:00 |
Thomas Gelf
|
b016b1954b
|
GeneratedConfigFileTable: move and refactor
|
2017-08-16 17:59:09 +02:00 |
Thomas Gelf
|
531b54391a
|
ServiceSetHosts, ImportrunTable: move and refactor
|
2017-08-16 16:12:30 +02:00 |
Thomas Gelf
|
573e38ce33
|
IcingaTimePeriodRangeTable: move and refactor
|
2017-08-16 15:26:31 +02:00 |
Thomas Gelf
|
7a4d04b92f
|
IcingaTimePeriodRangeForm: simplify usage
|
2017-08-16 15:24:13 +02:00 |
Thomas Gelf
|
cff14c8f80
|
ServicegroupsContoller: no more need for tab...
...handling
|
2017-08-16 15:13:28 +02:00 |
Thomas Gelf
|
5edce76fed
|
ApplyMigrations: rebase form on DirectorForm
|
2017-08-16 14:59:21 +02:00 |
Thomas Gelf
|
a4d138354b
|
ImportsourceController: completely refactor, get
...rid of view scripts
|
2017-08-16 14:58:23 +02:00 |
Thomas Gelf
|
d5ccb1edb5
|
Importrun, imported rows: move and refactor...
...table and refactor the controller
|
2017-08-16 14:55:34 +02:00 |
Thomas Gelf
|
cea6baa331
|
EndpointController: remove obsolete init()
|
2017-08-16 14:43:03 +02:00 |
Thomas Gelf
|
a870ab1f1d
|
DataController: refactor, also simplify...
...DirectorDatalistEntryForm usage
|
2017-08-16 14:39:37 +02:00 |
Thomas Gelf
|
14b5c67ff2
|
DashboardController: remove obsolete comments
|
2017-08-16 14:29:04 +02:00 |
Thomas Gelf
|
4c177fc4ea
|
JobsController: refactor, cleanup
|
2017-08-16 14:14:30 +02:00 |
Thomas Gelf
|
23d599053e
|
JobDetails: move logic to dedicated class...
...plus code cleanup
|
2017-08-16 14:01:43 +02:00 |
Thomas Gelf
|
a4e6d3251a
|
PropertymodifierTable: move and refactor
|
2017-08-16 12:32:53 +02:00 |
Thomas Gelf
|
578446d79c
|
ImportSourceDetails: new dedicated class, plus..
...a missing new controller class
|
2017-08-16 12:01:25 +02:00 |
Thomas Gelf
|
6f3d07f729
|
ImportsourceHookTable: move and refactor based...
...on SimpleQueryBasedTable
|
2017-08-16 11:15:39 +02:00 |
Thomas Gelf
|
f7fc7a3de9
|
ImportRun/CheckForm: base on DirectorForm, cleanup
|
2017-08-16 10:29:42 +02:00 |
Thomas Gelf
|
5311f37708
|
Syncrule/Importsource: add dedicated controllers
|
2017-08-16 09:43:05 +02:00 |
Thomas Gelf
|
e5f7633d1e
|
Automation: move and refactor related tables
|
2017-08-16 09:23:45 +02:00 |
Thomas Gelf
|
f24b82821f
|
SelfService: move logic to a dedicated class
|
2017-08-14 12:22:28 +02:00 |
Thomas Gelf
|
53726e8dcc
|
NotificationController: changed hook
|
2017-08-14 12:06:32 +02:00 |
Thomas Gelf
|
e5305cb049
|
IcingaObjectDatafieldTable: move and base on new
...SimpleQueryBased table
|
2017-08-13 13:38:35 +02:00 |
Thomas Gelf
|
7fd94fb5bd
|
Jobs, Kickstart: raise limits, try to work...
...around GC bugs
refs #1056
|
2017-08-04 11:31:43 +02:00 |
Thomas Gelf
|
7c47b5a8d1
|
SettingsForm: do not expect enum to contain...
...the default value
fixes #1054
|
2017-08-02 15:54:03 +02:00 |
Thomas Gelf
|
5596df5039
|
DataController: '0' is a valid entry
fixes #1045
|
2017-07-31 10:00:57 +02:00 |
Thomas Gelf
|
010dbbd87d
|
HostController: fix translation error in the...
Agent tab
|
2017-07-29 01:44:01 +02:00 |
Thomas Gelf
|
e1d766f112
|
ServiceController: improve ObjectTabs handling
|
2017-07-29 00:13:20 +02:00 |
Thomas Gelf
|
34c6134b21
|
HostController: move tab handling to ObjectTabs
Helps to unify tabs on usage/edit
|
2017-07-28 23:20:58 +02:00 |
Thomas Gelf
|
a0a12ce3d1
|
TemplateControllers: throw away custom code...
...and bring all logic to the base class, fix all links
fixes #1044
|
2017-07-28 22:56:03 +02:00 |
Thomas Gelf
|
b2736e1776
|
ObjectForms: fix weird issues with 'add' forms
|
2017-07-28 18:46:11 +02:00 |
Thomas Gelf
|
6d1dd52229
|
Timeperiod: fix ranges tab, refactor code
|
2017-07-28 16:50:15 +02:00 |
Thomas Gelf
|
ecd91d8bff
|
Notification: fix redirect after delete
fixes #1042
|
2017-07-28 09:56:53 +02:00 |
Thomas Gelf
|
dac5dbdcc0
|
TemplateUsage: make code generic, do no longer...
...require concrete implementations
fixes #1028
fixes #1032
|
2017-07-27 11:34:12 +02:00 |
Thomas Gelf
|
75ca51e85b
|
TimeperiodtemplateController: initial import
fixes #1028
|
2017-07-27 11:01:34 +02:00 |
Thomas Gelf
|
8333c2f754
|
list/table: still in use, so remove filterEditor
...as that one is obsolete for now
|
2017-07-27 10:36:19 +02:00 |
Thomas Gelf
|
d95512ce08
|
CustomvarVariants: one more table, showing...
...distinct values for a specific var
|
2017-07-26 11:53:42 +02:00 |
Thomas Gelf
|
c2a6bef46e
|
phperror/error: provide a failsafe error message
...for PHP 5.3
fixes #1033
|
2017-07-26 11:49:51 +02:00 |
Thomas Gelf
|
cc01446269
|
ActivityLogTable: fix range/author filtering
|
2017-07-26 09:25:58 +02:00 |
Thomas Gelf
|
f2ad5884ea
|
IcingaAppliedServiceTable: base on ipl
|
2017-07-26 09:22:41 +02:00 |
Thomas Gelf
|
098cd0a57a
|
Sync: completely refactor table, form, controller
|
2017-07-25 17:53:59 +02:00 |
Thomas Gelf
|
c0e723c57e
|
ActivityLog: preserve object when switching tab
|
2017-07-25 14:20:39 +02:00 |
Thomas Gelf
|
f44afef214
|
ActivityLog: refactor code, fix HTML, use ipl
|
2017-07-25 14:04:08 +02:00 |
Thomas Gelf
|
fadbde5e9b
|
HostForm: take over logic from base form, clean up
|
2017-07-25 10:18:07 +02:00 |
Thomas Gelf
|
b675d37b6f
|
CloneObject: use modern loading
|
2017-07-25 10:16:15 +02:00 |
Thomas Gelf
|
c295218a5c
|
HostController: code cleanup, little fixes, tabs
|
2017-07-24 10:52:36 +02:00 |