Eric Lippmann
95b3d41b12
Add VERSION file
2014-11-20 17:49:43 +01:00
Eric Lippmann
9f109f9b93
Fix redirect after submitting commands to multiple objects
...
fixes #7711
2014-11-20 17:47:08 +01:00
Thomas Gelf
dad2aab482
doc/style: fix tab activation
2014-11-20 17:25:58 +01:00
Thomas Gelf
d5450598f0
list/eventhistory: add flapping stopped support
2014-11-20 17:24:01 +01:00
Eric Lippmann
eddb00cbc1
monitoring: Remove filter widgets in the event overview / history view
...
They did not work.
2014-11-20 17:19:26 +01:00
Eric Lippmann
dc699058b9
doc: Remove superfluous newlines
2014-11-20 17:01:14 +01:00
Eric Lippmann
909efb35a9
doc: Update authentication.md
2014-11-20 17:00:54 +01:00
Eric Lippmann
8335bdcb32
Remove permissions and restrictions for now
...
Our first beta release will not include permissions and restrictions.
We'll better test it before making it public.
2014-11-20 16:14:00 +01:00
Eric Lippmann
bf33c9c13b
Permissions: Show restrictions in the permissions list
2014-11-20 16:12:02 +01:00
Eric Lippmann
e48935f487
Permissions: Add class avp to index table
2014-11-20 15:54:46 +01:00
Eric Lippmann
e67d937642
Permissions: Allow to set restrictions too
2014-11-20 15:54:00 +01:00
Eric Lippmann
55d6a96fdc
doc: Style tables, pre > code and code
2014-11-20 15:52:47 +01:00
Eric Lippmann
a7b16bc4a2
doc: Don't use $this->_helper->viewRenderer
...
This somehow breaks our postDispatch logic. But $this->render does not.
2014-11-20 15:29:46 +01:00
Eric Lippmann
f470e66884
monitoring: Fix view monitoring health when Icinga is not running
...
If Icinga is not running, the view Monitoring Health simply shows a message about the backend not being up and running.
This is of course not so useful as it lacks performance and last runtime information but is does not error.
2014-11-20 15:23:08 +01:00
Marius Hein
50c2c02e09
Dashboard: Keep get params through requests
...
This avoid errors if a user manually refresh an edit dialog.
refs #7751
2014-11-20 14:38:19 +01:00
Johannes Meyer
5f37739227
Fix that selecting a x-axis link in the service grid produces an invalid filter
...
I've just fixed this quick and dirty as implementing the complete x IN y
syntax requires too much effort as currently available.
refs #7169
2014-11-20 14:26:35 +01:00
Eric Lippmann
99ad72a0da
Remove the Help decorator
2014-11-20 13:50:40 +01:00
Eric Lippmann
9c8c81c201
Permissions: Use icon for the remove permission link
2014-11-20 13:49:33 +01:00
Eric Lippmann
462153fdf2
Fix label help icon when label gets too long
2014-11-20 13:48:49 +01:00
Eric Lippmann
15506941a6
Ini: Fix that directives could not contain a slash
...
We introtuced preg_quote not quoting the delimiter.
2014-11-20 13:47:27 +01:00
Marius Hein
bdc0321f62
Dashboard: Fix wrong URL
...
refs #7751
2014-11-20 13:41:12 +01:00
Eric Lippmann
bb664a87ea
Fix ugly positioning of help icons
...
If an element has a description, the description is now added to the element's label as title.
The CSS class has-feedback ensurers that the help icon is rendererd. If everything is working fine,
I'll the remove the super duper Help decorator.
2014-11-20 13:25:58 +01:00
Marius Hein
8b9d86e409
Merge branch 'bugfix/dashboard-rework-7751'
...
resolves #7751
2014-11-20 13:24:44 +01:00
Marius Hein
3adf0387da
Merge remote-tracking branch 'origin/master' into bugfix/dashboard-rework-7751
2014-11-20 13:23:33 +01:00
Eric Lippmann
4ec29584a4
CSS: Improve forms (at least a bit :))
2014-11-20 13:22:38 +01:00
Eric Lippmann
dfd74480c3
Event overview: Fix unclosed element div
2014-11-20 12:54:00 +01:00
Johannes Meyer
e23a794844
There is no "highest" severity, just "some" severity
2014-11-20 12:49:10 +01:00
Marius Hein
d62d487251
Merge remote-tracking branch 'origin/master' into bugfix/dashboard-rework-7751
2014-11-20 12:48:28 +01:00
Marius Hein
bfa7320d85
Dashboard: Fix tests
...
refs #7751
2014-11-20 12:48:05 +01:00
Marius Hein
d018b4c2ae
Dashboard: Convert table into an action table
...
refs #7751
2014-11-20 12:45:23 +01:00
Johannes Meyer
86485cb8ef
Re-design host- and servicegroupsummary
2014-11-20 12:44:46 +01:00
Marius Hein
e600dc8adb
Dashboard: Rename component to dashlet
...
refs #7751
2014-11-20 12:08:50 +01:00
Johannes Meyer
38957e340b
Fix that DbQuery::renderFilter produces invalid filters
...
fixes #7749
2014-11-20 11:58:22 +01:00
Marius Hein
2471314616
Dashboard: Remove unused template
...
refs #7751
2014-11-20 11:37:17 +01:00
Marius Hein
2c4b730887
Dashboard: Update descriptions
...
refs #7751
2014-11-20 11:36:04 +01:00
Marius Hein
28e406565b
Dashboard: Change component form
...
refs #7751
2014-11-20 11:31:53 +01:00
Marius Hein
b0382da5fe
JS/submitForm: Choosing the right submit button in FF
...
refs #7751
2014-11-20 11:07:10 +01:00
Johannes Meyer
4e87d21726
Add sort control to the hostgroup- and servicegroupsummary view
2014-11-20 10:07:46 +01:00
Johannes Meyer
2fdc1f4322
Sort the hostgroup- and servicegroupsummary by service severity
2014-11-20 09:48:47 +01:00
Thomas Gelf
fa44197947
Dashboard: fix complex urls
2014-11-19 16:45:15 +01:00
Eric Lippmann
92b2c5061d
Security: Fix redicrect URL
2014-11-19 16:33:18 +01:00
Eric Lippmann
0862602fcf
Merge branch 'feature/security-gui-5647'
2014-11-19 16:31:36 +01:00
Eric Lippmann
2830b13082
Merge branch 'master' into feature/security-gui-5647
2014-11-19 16:31:26 +01:00
Thomas Gelf
7e44f993b1
list/eventhistory: icon param
2014-11-19 16:22:09 +01:00
Thomas Gelf
9bfdb159f0
packaging/debian: postponed
2014-11-19 16:13:30 +01:00
Eric Lippmann
868d949421
Remove doc/widgets.md
2014-11-19 16:12:19 +01:00
Eric Lippmann
ab4cd58196
Remove doc/testing.md
2014-11-19 16:12:11 +01:00
Eric Lippmann
f1e09f3342
Remove doc/graphs.md
2014-11-19 16:11:58 +01:00
Eric Lippmann
13b4d3d305
Remove doc/test/*
2014-11-19 16:11:49 +01:00
Eric Lippmann
f6e886f875
Remove doc/form.md
2014-11-19 16:11:03 +01:00