Thomas Gelf
|
04cae6f8f8
|
DirectorObjectForm: fix forgotten variable
|
2016-09-09 21:38:49 +00:00 |
|
Thomas Gelf
|
f52cd5ea77
|
DirectorDatafield: simplify usage
|
2016-09-09 21:32:26 +00:00 |
|
Thomas Gelf
|
217fb38517
|
IcingaObject: implement supportsAssignRules
|
2016-09-09 09:06:31 +00:00 |
|
Thomas Gelf
|
1144b5d55f
|
DirectorObjectForm: fix legacy range field
|
2016-09-05 18:52:22 +00:00 |
|
Thomas Gelf
|
336257680c
|
Settings: remove settings logic from DB...
...and keep helper method for easy instantiation
|
2016-08-27 13:20:03 +00:00 |
|
Thomas Gelf
|
77c915c897
|
DirectorObjectForm: normalize command field values...
...with special data types even when filled at services level
fixes #12400
fixes #11692
fixes #11477
|
2016-08-26 13:48:44 +00:00 |
|
Thomas Gelf
|
5355558519
|
DirectorObjectForm: place failed command fields...
...into the correct display group
|
2016-08-26 13:34:57 +00:00 |
|
Thomas Gelf
|
84b035ec24
|
objects/tree: enable autorefresh...
...and some coding style fixes
fixes #12451
|
2016-08-23 15:11:42 +00:00 |
|
Thomas Gelf
|
89d8536a92
|
IconHelper: start to separate concerns in forms
One new small helper class for this purpose
|
2016-08-05 12:49:11 +00:00 |
|
Thomas Gelf
|
14b5e74bb2
|
DirectorObjectForm: skip timeperiod range params...
...on redirect after removal. TimeperiodRange::getOnDeleteUrl would
be a better place for this, but I do not like that solution either :p
fixes #12316
|
2016-08-04 18:29:18 +00:00 |
|
Thomas Gelf
|
c2f3609cc6
|
DirectorObjectForm: provide event command for...
...hosts and services
fixes #12117
fixes #12126
|
2016-07-20 17:53:19 +02:00 |
|
Markus Frosch
|
f863a9b223
|
WIP: Add templates tab for all objects
Exceptions are global types, and those who can't import.
|
2016-07-07 09:05:33 +02:00 |
|
Markus Frosch
|
c73be6b976
|
QuickTable: Ignore _dev parameter for the filter
|
2016-07-07 08:57:45 +02:00 |
|
Thomas Gelf
|
5e2de81767
|
DirectorObjectForm: prefer sent over inherited
|
2016-06-27 23:04:02 +02:00 |
|
Thomas Gelf
|
4c70a61060
|
ListController: get rid of global import history
|
2016-06-26 15:48:39 +02:00 |
|
Thomas Gelf
|
3b4b85374d
|
QuickForm: fully respect false submit label
|
2016-06-26 14:02:21 +02:00 |
|
Thomas Gelf
|
97e52b231d
|
ImportsourceController: fix redirect after delete
|
2016-06-25 23:39:28 +02:00 |
|
Thomas Gelf
|
7438b07c91
|
DirectorObjectForm: remove superfluous outdated...
...imported objects refresh
|
2016-06-17 20:42:12 +02:00 |
|
Thomas Gelf
|
35d4a08632
|
DirectorObjectForm: add extra properties
fixes #11579
|
2016-06-17 09:38:48 +02:00 |
|
Thomas Gelf
|
271dc6add5
|
DirectorObjectForm: addd brackets to be on the...
...safe side for all PHP versions
|
2016-06-16 17:00:09 +02:00 |
|
Thomas Gelf
|
144b20afc8
|
DirectorObjectForm: getSentOrObjectValue should...
...not fail on missing elements
|
2016-06-16 14:17:40 +02:00 |
|
Thomas Gelf
|
6254a0de3a
|
ActionController: remove render() call
|
2016-06-16 14:14:38 +02:00 |
|
Thomas Gelf
|
12764c8482
|
Web/Controller: replace this->render()
|
2016-06-13 20:06:58 +02:00 |
|
Thomas Gelf
|
04a9a12d84
|
ExtensibleSet: fix phpcs complaint
|
2016-06-12 11:14:12 +02:00 |
|
Thomas Gelf
|
78c984068a
|
ObjectController: remove last traces of isDisabled
|
2016-06-12 11:05:16 +02:00 |
|
Thomas Gelf
|
cc9f5037f4
|
IcingaNotificationForm: enforce & render apply to
fixes #11895
|
2016-06-09 23:49:02 +02:00 |
|
Thomas Gelf
|
baf6d8f62f
|
DirectorObjectForm: hardcode boolean handling
|
2016-05-25 15:25:21 +02:00 |
|
Thomas Gelf
|
d1af897114
|
ObjectController: allow for graceful tabs
|
2016-05-25 08:12:42 +02:00 |
|
Thomas Gelf
|
d01194a7b4
|
QuickForm: optimize runtime order
|
2016-05-24 20:25:16 +02:00 |
|
Thomas Gelf
|
0ce8a29b52
|
Boolean: form sends '' for null value
|
2016-05-24 19:59:02 +02:00 |
|
Thomas Gelf
|
d435ca37f7
|
IcingaNotificationForm: fix timeperiod loading
fixes #11576
|
2016-05-23 13:00:32 +02:00 |
|
Thomas Gelf
|
dca6cc8a01
|
ExtensibleSet: respect strings when filtering
|
2016-05-20 10:46:01 +02:00 |
|
Thomas Gelf
|
eb52918711
|
ExtensibleSet: do not array-filter when null
|
2016-05-20 10:40:58 +02:00 |
|
Thomas Gelf
|
5952de5841
|
DirectorObjectForm: make use of element filters
|
2016-05-20 08:37:46 +02:00 |
|
Thomas Gelf
|
0a475e3bcb
|
DirectorObjectForm: remove imports exception...
...this is already handled by the object itself
|
2016-05-20 08:37:02 +02:00 |
|
Thomas Gelf
|
df2a5899f6
|
ExtensibleSet: remove empty strings at filter time
|
2016-05-20 08:13:13 +02:00 |
|
Thomas Gelf
|
88c28db54f
|
ObjectController: fix typo avoiding rendering...
...of disabled objects
|
2016-05-19 22:11:09 +02:00 |
|
Thomas Gelf
|
7622200f2e
|
Element/Boolean: ignore PHPCS violation as of ZF1
|
2016-05-19 20:54:18 +02:00 |
|
Thomas Gelf
|
5f1a21e1f0
|
ActivityLogTable: override render to get rid of...
...initial tbody. Ugly.
|
2016-05-19 15:23:49 +02:00 |
|
Thomas Gelf
|
8a6f7c0e38
|
ExtensibleSet: remove empty components
fixes #11360
|
2016-05-19 15:02:30 +02:00 |
|
Thomas Gelf
|
41731241c5
|
DataTypeBoolean: provide a new data type
fixes #11594
|
2016-05-19 14:59:25 +02:00 |
|
Thomas Gelf
|
da5ee55abf
|
ViewHelperRaw: add new form decorator showing...
...raw, unfiltered values
|
2016-05-19 14:53:41 +02:00 |
|
Thomas Gelf
|
728c0745ae
|
DirectorObjectForm: provide setSentValue helper
|
2016-05-13 14:13:48 +02:00 |
|
Thomas Gelf
|
576d62da26
|
IcingaObject: use resolved zone for apply/tpl
|
2016-05-10 20:23:45 +02:00 |
|
Thomas Gelf
|
24b201db13
|
Object/CommandController: unify titles
|
2016-05-03 09:09:01 +02:00 |
|
Thomas Gelf
|
3d03baff38
|
Object/HostController: delegate preview rendering
|
2016-05-03 09:07:28 +02:00 |
|
Thomas Gelf
|
32009ce458
|
DirectorObjectForm: require imports for all...
...non-template objects
|
2016-04-03 21:32:49 +02:00 |
|
Thomas Gelf
|
e4b609c647
|
DirectorObjectForm: allow missing elements...
...when defining display groups, but only specific ones. I still want
to see exceptions for all the others
|
2016-03-30 19:51:29 +02:00 |
|
Thomas Gelf
|
d6be2e777c
|
DirectorObjectForm: add max_check_attempts
|
2016-03-30 19:19:00 +02:00 |
|
Thomas Gelf
|
078e46df60
|
ServiceController: beforeHandlingAddRequest hook
|
2016-03-29 19:32:50 +02:00 |
|