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 |
Thomas Gelf
|
c1185106fa
|
ObjectController: failsafe api access
|
2016-03-29 19:27:54 +02:00 |
Thomas Gelf
|
f25b47e1bc
|
DirectorObjectForm: fix exception on no data
|
2016-03-29 18:50:52 +02:00 |
Thomas Gelf
|
f2dc9c59e5
|
DirectorObjectForm: provide check_period element
|
2016-03-27 23:58:44 +02:00 |
Thomas Gelf
|
fd1bc38609
|
DirectorObjectForm: blacklist ids not names...
...when fetching allowed templates
|
2016-03-27 12:55:05 +02:00 |
Thomas Gelf
|
dc43a40b41
|
ObjectController: use setViewScript, not render
|
2016-03-26 16:45:06 +01:00 |
Thomas Gelf
|
aee65a706a
|
QuickSubForm: one more forgotten file
|
2016-03-26 16:21:23 +01:00 |
Thomas Gelf
|
ec97306e66
|
DirectorObjectForm: handle data from/for assigns
|
2016-03-24 11:42:58 +01:00 |
Thomas Gelf
|
e1acf37ac4
|
QuickTable: more access, give varname more sense
|
2016-03-24 10:50:06 +01:00 |
Thomas Gelf
|
d7b765bd04
|
QuickTable: fix counting bugy
|
2016-03-24 02:55:23 +01:00 |
Thomas Gelf
|
b09593ff75
|
DirectorObjectForm: move valueIsEmpty to QuickBase
|
2016-03-24 02:27:10 +01:00 |
Thomas Gelf
|
5fc16f393d
|
QuickBaseForm: take over parts of QuickForm
|
2016-03-24 01:59:50 +01:00 |
Thomas Gelf
|
324e15e2b5
|
QuickForm: add helper for shorter display group...
...definitions
|
2016-03-22 23:43:47 +01:00 |
Thomas Gelf
|
ca6a9677bc
|
ServiceController: prefix "add service" with host
|
2016-03-22 19:09:21 +01:00 |
Thomas Gelf
|
e753a741d9
|
ObjectContoller: allow to edit external ApiUser...
...and Endpoint objects
fixes #11429
|
2016-03-22 18:19:13 +01:00 |
Thomas Gelf
|
1ca627f66c
|
DirectorObjectForm: use valueIsEmpty
|
2016-03-22 02:56:10 +01:00 |
Thomas Gelf
|
a752100da4
|
ObjectsController: add quicksearch element
|
2016-03-22 02:13:35 +01:00 |
Thomas Gelf
|
16bc8bf6b3
|
QuickForm: add missing beforeSetup hook
|
2016-03-22 02:09:37 +01:00 |
Thomas Gelf
|
5faf7c8612
|
IcingaHostForm: just a lame form field
|
2016-03-22 02:02:25 +01:00 |
Thomas Gelf
|
712dc6c9b7
|
DirectorObjectForm: handle ordering before setup
|
2016-03-22 01:34:21 +01:00 |
Thomas Gelf
|
afde1806f7
|
QuickForm: add beforeSetup hook
|
2016-03-22 01:26:44 +01:00 |
Thomas Gelf
|
747fd966d2
|
DirectorObjectForm: refactor getSentOrObjectValue
|
2016-03-22 00:22:54 +01:00 |
Thomas Gelf
|
5e540880e5
|
Revert "DirectorObjectForm: do not set null defaults"
This reverts commit ce7b6031ff .
Broke quite some forms
|
2016-03-21 22:51:03 +01:00 |
Thomas Gelf
|
c36093d350
|
ObjectController: combine preview & external info
|
2016-03-21 21:24:22 +01:00 |