3414 Commits

Author SHA1 Message Date
Thomas Gelf
fbc56df500 CustomVariableDictionary: rudimentary rendering 2015-06-15 14:51:06 +02:00
Thomas Gelf
212a36a858 CustomVariableArray: move renderArray to config helper 2015-06-15 14:32:35 +02:00
Thomas Gelf
774957cfe7 IcingaObject: allow to override renderCustomVars 2015-06-15 14:23:15 +02:00
Alexander Fuhr
0e785274bf IcingaHostObject: Fix typo in renderVolatile method 2015-06-15 09:57:48 +02:00
Thomas Gelf
564707760e schema: do not enforce optional values for endpoints 2015-06-12 22:51:22 +02:00
Alexander Fuhr
f103434468 Merge branch 'master' of git.icinga.org:icingaweb2-module-director 2015-06-12 13:42:16 +02:00
Alexander Fuhr
ce51563356 Add Users to show/config file 2015-06-12 13:41:38 +02:00
Thomas Gelf
417c15677f IcingaConfig: just a newline 2015-06-12 13:38:49 +02:00
Thomas Gelf
47c95be455 CustomVariableArray: temporary ugly array diff fix 2015-06-12 13:38:06 +02:00
Alexander Fuhr
8ae4ed6bfa Add UserGroupMember management 2015-06-12 13:16:41 +02:00
Alexander Fuhr
49f7afc2ff Add IcingaUserGroupMember Object 2015-06-12 13:15:55 +02:00
Alexander Fuhr
00a4bc39f4 Add IcingaUserGroupMemberTable 2015-06-12 13:15:27 +02:00
Alexander Fuhr
a9a6457748 Add IcingaUserGroupMemberForm 2015-06-12 13:14:52 +02:00
Alexander Fuhr
5f18a40e45 UserGroupMembers: Add menu entry for user group members 2015-06-12 12:22:17 +02:00
Alexander Fuhr
f02c5e6f1d UserGroup: Conform the class and file naming 2015-06-12 12:07:53 +02:00
Alexander Fuhr
8b22a3ee81 ServiceGroup: Conform the class and file naming 2015-06-12 12:02:51 +02:00
Alexander Fuhr
9f7ff8276d HostGroupMember: Conform the class and file naming 2015-06-12 11:55:15 +02:00
Alexander Fuhr
4febd5c635 HostGroup: Conform the class and file naming 2015-06-12 11:51:12 +02:00
Alexander Fuhr
750ed26ef6 Object/IcingaUser: Add boolean render methods to affected properties 2015-06-12 11:11:51 +02:00
Alexander Fuhr
db58cb8882 Object/IcingaService: Add boolean render methods to affected properties 2015-06-12 11:01:26 +02:00
Alexander Fuhr
7e815e70d7 Object/IcingaHost: Add boolean render methods to affected properties 2015-06-12 10:47:05 +02:00
Thomas Gelf
f354d3c034 IcingaConfig: improve prefix/intendation handling 2015-06-11 23:02:43 +02:00
Thomas Gelf
055895a553 show/config: new test URL added to menu 2015-06-11 22:49:33 +02:00
Thomas Gelf
ccca0f85b0 IcingaObject: generate an empty line between objects 2015-06-11 22:49:06 +02:00
Thomas Gelf
a250d4730b IcingaConfig: add a couple of config files 2015-06-11 22:48:41 +02:00
Thomas Gelf
e4e31268c2 DbObject: add loadAll method 2015-06-11 22:48:07 +02:00
Thomas Gelf
6475e0495a IcingaConfigHelper: move to IcingaConfig namespace 2015-06-11 22:44:17 +02:00
Thomas Gelf
02d5cf7761 IcingaCommandForm: add missing execution types 2015-06-11 22:01:51 +02:00
Thomas Gelf
eaea917c1f IcingaCommand: render methods_execute as execute 2015-06-11 22:01:12 +02:00
Thomas Gelf
24fff442e0 DbObject: separate setting db properties 2015-06-11 22:00:36 +02:00
Thomas Gelf
b4ffd5f02d IcingaObject: control intendation here. Really? 2015-06-11 21:34:12 +02:00
Thomas Gelf
00162bccf8 CustomVariable: lots of rendering improvements 2015-06-11 21:33:47 +02:00
Thomas Gelf
29230ad7b5 IcingaConfigHelper: fix backslash encoding 2015-06-11 21:32:46 +02:00
Thomas Gelf
aaae6c02c6 IcingaConfigHelper: no predefined prefix 2015-06-11 21:32:29 +02:00
Thomas Gelf
b2f66b3995 CustomVariables: implement and use basic rendering 2015-06-11 19:46:36 +02:00
Thomas Gelf
93ead1f68e CustomVariables: add render support 2015-06-11 19:23:18 +02:00
Thomas Gelf
57d443157f IcingaObject: allow to access custom vars 2015-06-11 19:18:47 +02:00
Thomas Gelf
8184605c32 CustomVariables: fix typo 2015-06-11 19:12:20 +02:00
Alexander Fuhr
26e4d4ff0e CustomVariable: Fix some mistakes 2015-06-11 10:39:12 +02:00
Thomas Gelf
8669d4be38 CustomVariable: added new playground and prototypes 2015-06-11 08:15:51 +02:00
Thomas Gelf
db29f4b6c6 IcingaConfigHelper: improved string escaping 2015-06-11 08:12:54 +02:00
Thomas Gelf
c8576ea2db Revert "DbObject: do not treat an empty string as null"
This was needed as we get empty strings from form fields. Should be
fixed in our forms, restoring former behavior right now.

This reverts commit 03ad5f7376a530715e728072b7489c05194a5bfa.
2015-06-11 08:11:15 +02:00
Thomas Gelf
38221e0605 IcingaConfigHelper: add reserved words 2015-06-11 07:52:26 +02:00
Thomas Gelf
9e52629d6e IcingaObject: move render helpers to helper class
Introduced IcingaConfigHelper, as not only IcingaObject classes will
need those helper methods. Calls are static right now.
2015-06-11 07:44:22 +02:00
Thomas Gelf
03ad5f7376 DbObject: do not treat an empty string as null 2015-06-10 19:12:07 +02:00
Thomas Gelf
b74e1dc1c0 mysql.sql: remove duplicate TODOs, move others...
...also to top
2015-06-10 17:26:49 +02:00
Alexander Fuhr
ff6ed55c4b renderCustomVars: Add todo about escaping of reserved words 2015-06-10 15:40:45 +02:00
Alexander Fuhr
84cb2c417e Schema: Add todo list points 2015-06-09 12:53:38 +02:00
Alexander Fuhr
db8059c4b7 ServiceVars: Add form, table, object and actions 2015-06-09 11:55:48 +02:00
Alexander Fuhr
5412254d83 TimePeriod: Conform the naming 2015-06-09 10:35:02 +02:00