4233 Commits

Author SHA1 Message Date
Marius Hein
cfb0ca1be0 Merge remote-tracking branch 'origin/master' into feature/add-to-dashboard-4537 2014-11-19 10:21:50 +01:00
Thomas Gelf
b5aa08ca36 selectioninfo: make it look lighter 2014-11-19 10:17:09 +01:00
Thomas Gelf
704a87c0f2 FilterEditor: make active element fit hover colors 2014-11-19 10:07:30 +01:00
Thomas Gelf
3f6c28dfb3 css/monitoring-colors: make text readable on hover 2014-11-19 10:04:14 +01:00
Thomas Gelf
eb823c4045 Widget\FilterEditor: fix root element stripping 2014-11-19 09:53:25 +01:00
Thomas Gelf
c6ffdb3862 Widget\FilterEditor: fix failing parameter checking 2014-11-19 09:44:47 +01:00
Thomas Gelf
0af623b462 css: reduce .controls complexity and special rules 2014-11-19 09:40:42 +01:00
Thomas Gelf
32f1e0c171 css/main-content: normalize headers, once more 2014-11-19 09:34:49 +01:00
Thomas Gelf
8d67437685 show/services: render service in _next container 2014-11-19 09:10:13 +01:00
Thomas Gelf
b3a154deed css/defaults: buttons should respect font settings 2014-11-19 08:49:58 +01:00
Thomas Gelf
2bac63e6d8 monitoring/css: badges 2014-11-19 08:34:56 +01:00
Thomas Gelf
56709a17f7 Merge remote-tracking branch 'origin/feature/redesign-7144' 2014-11-19 08:19:59 +01:00
Thomas Gelf
108f854848 monitoring/list: let filter know special params 2014-11-19 08:11:53 +01:00
Thomas Gelf
1f5d4a28c0 monitoring/css:align selection info to header 2014-11-19 08:09:39 +01:00
Thomas Gelf
63cd5854d4 Merge remote-tracking branch 'origin/master' into feature/redesign-7144 2014-11-19 07:56:48 +01:00
Thomas Gelf
a20fa3201d tinystatesummary: use h1, styling 2014-11-19 07:53:16 +01:00
Thomas Gelf
3844087740 css/main-content: reduce dashboard header sizes 2014-11-19 07:51:51 +01:00
Thomas Gelf
6e62b2f0f4 monitoring/css: reduce basic header sizes 2014-11-19 07:16:32 +01:00
Thomas Gelf
8c305f59f2 LoginForm: re-establish placeholder texts 2014-11-19 06:56:36 +01:00
Alexander Fuhr
4d4d19a7ef Add `translate()' to untranslated stringw in monitoring health overview 2014-11-18 19:45:58 +01:00
Alexander Fuhr
e97f08663e Move process info and performance info overview into monitoring health
The process info and the performance info overviews are now moved to
monitoring health and are available both under the 'Monitoring Health'
section. But this is not the final look, we should redesign it and add
more relative information data and drop unused
2014-11-18 19:40:22 +01:00
Matthias Jentsch
a4f4c8d27f Support filter editing in event history
Add a FilterEditor to the eventhistory view, fix CSS layout

resolves #6979
2014-11-18 19:12:53 +01:00
Alexander Fuhr
268dc7e4b1 Fix the add link to the resource configuration
refs #7493
2014-11-18 18:06:36 +01:00
Marius Hein
f3846645f0 Merge remote-tracking branch 'origin/master' into feature/add-to-dashboard-4537 2014-11-18 17:48:27 +01:00
Marius Hein
5ace5fd2dc Dashboard: Change icons
refs #4537
2014-11-18 17:47:57 +01:00
Marius Hein
8c3dbb2b45 Dashbosrd: Fix tests
refs #4537
2014-11-18 17:26:28 +01:00
Matthias Jentsch
6269f6695b Add quick filter for event types to event overview
Add a new filter form for event types to the eventhistoryAction and add selected to filter on post

refs #7695
2014-11-18 17:18:12 +01:00
Eric Lippmann
f2717b6d26 Introduce Form::setOnSuccess() in favor of overriding the constructor
Zend_Form uses setters for options if a respective setter method exists.
It is not necessary to override the constructor for introducing new options.

Conflicts:
	library/Icinga/Web/Form.php
2014-11-18 17:02:39 +01:00
Eric Lippmann
cae813d4c7 doc: Fix typo in installation 2014-11-18 16:58:08 +01:00
Eric Lippmann
05dd09355b doc: Remove configure/make from installation 2014-11-18 16:57:05 +01:00
Marius Hein
10cfecf2ec Merge remote-tracking branch 'origin/master' into feature/add-to-dashboard-4537
Conflicts:
	application/controllers/DashboardController.php
	library/Icinga/Web/Form.php
	library/Icinga/Web/Widget/Dashboard.php
2014-11-18 16:36:42 +01:00
Bernd Erk
07c0180b1c Merge branch 'master' into feature/redesign-7144 2014-11-18 16:36:19 +01:00
Marius Hein
80871313e4 Dashboard: Remove actions
refs #4537
2014-11-18 16:28:04 +01:00
Johannes Meyer
f007663235 Show the user a senseful error message in case enabledModules is missing
fixes #7205
2014-11-18 16:22:41 +01:00
Eric Lippmann
ff3b988324 doc: View resource configuration directives as table 2014-11-18 16:21:48 +01:00
Eric Lippmann
3df3018735 monitoring: Fix PHPDoc in command-form.phtml 2014-11-18 16:18:09 +01:00
Eric Lippmann
4f55a9e3eb Remove Icinga-Design from doc 2014-11-18 16:16:09 +01:00
Alexander Fuhr
7a7157ebef Move command note to the `getHelp()' and add the help as an icon 2014-11-18 16:10:17 +01:00
Eric Lippmann
7eab09c2a2 Tests: Fix ApplicationBootstrap mock 2014-11-18 16:06:39 +01:00
Johannes Meyer
1cbdd2b51c Fix that hidden elements are getting ovewritten when validating a form
This works by "disabling" hidden elements which causes the browser not
to submit them. Due to a bug in Zend we need to manually ensure that
Form::isValid does not overwrite the value of disabled elements with null.

fixes #7717
2014-11-18 15:06:46 +01:00
Johannes Meyer
760bf1a020 Disable partial validation of forms by default 2014-11-18 15:06:46 +01:00
Alexander Fuhr
38ef33276a Replace description decorator through help decorator
refs #7696
resolves #7696
2014-11-18 14:58:54 +01:00
Alexander Fuhr
4a4fbaee8e Add Help decorator for icon help description
refs #7696
2014-11-18 14:58:05 +01:00
Johannes Meyer
ed65052982 Merge branch 'bugfix/drop-zend-config-7147'
fixes #7147
2014-11-18 13:53:22 +01:00
Johannes Meyer
c288a68ed5 Merge branch 'master' into bugfix/drop-zend-config-7147
Conflicts:
	application/forms/LdapDiscoveryForm.php
2014-11-18 13:21:18 +01:00
Johannes Meyer
68277d3ecc Re-add build/* to .gitignore 2014-11-18 13:13:34 +01:00
Johannes Meyer
be6358452e Do not redirect to the wizard in case of an empty config.ini 2014-11-18 13:13:02 +01:00
Johannes Meyer
4ab5b2abf3 Fix anonymous onSuccess callbacks 2014-11-18 13:12:30 +01:00
Johannes Meyer
7621f6642d Adjust usages of Icinga\Application\Config
refs #7147
2014-11-18 13:11:52 +01:00
Johannes Meyer
0c84bf614d Split config functionality into two classes
There is now Icinga\Application\Config as our ini configuration handler and
Icinga\Data\ConfigObject as our general configuration container.

refs #7147
2014-11-18 13:02:56 +01:00