Eric Lippmann
|
614d7fc30d
|
Add search_icinga_blue icon
Thanks mzac ;)
|
2015-11-23 16:36:24 +01:00 |
Eric Lippmann
|
742542d52e
|
lib: Remove unused permissions in the RoleForm
|
2015-11-23 13:13:54 +01:00 |
Eric Lippmann
|
43e0d037bf
|
Add blockquote to the style guide
|
2015-11-23 11:38:13 +01:00 |
Eric Lippmann
|
93428f682e
|
CSS: Color the search icon when focused
|
2015-11-23 11:37:37 +01:00 |
Eric Lippmann
|
ff500f4a0f
|
CSS: Fix placeholder color in FF
|
2015-11-23 11:36:59 +01:00 |
Johannes Meyer
|
7c6471da86
|
Action: Return the new url if it has been resolved
This was already part of the 2.0 release, but was working however. Got
revealed by a restructuring commit a few weeks ago.
fixes #10702
|
2015-11-23 10:34:46 +01:00 |
Eric Lippmann
|
6725d6fa9d
|
Merge branch 'bugfix/Fix-DashboardController-code-9003'
|
2015-11-23 10:21:13 +01:00 |
Thomas Gelf
|
cae5c4769d
|
Revert "Document WebCommand::serveAction()"
This reverts commit 6d56a57b7e .
Sorry for doing so, but we have to fix this without breaking
compatibility.
|
2015-11-20 19:55:24 +01:00 |
Thomas Gelf
|
3ded331bd1
|
Revert "WebCommand::serveAction(): make arguments non-positional"
This reverts commit d101e852ce .
Sorry for doing so, but we have to fix this without breaking
compatibility.
|
2015-11-20 19:45:15 +01:00 |
Alexander A. Klimov
|
6d56a57b7e
|
Document WebCommand::serveAction()
resolves #10681
|
2015-11-20 18:39:38 +01:00 |
Alexander A. Klimov
|
d101e852ce
|
WebCommand::serveAction(): make arguments non-positional
resolves #10682
|
2015-11-20 18:27:12 +01:00 |
Alexander A. Klimov
|
15154308d1
|
WebCommand::serveAction(): rename parameter $basedir to $documentRoot
resolves #10683
|
2015-11-20 18:05:42 +01:00 |
Eric Lippmann
|
216d1e71e8
|
CSS: Add smooth transition on tr hover
|
2015-11-20 15:49:15 +01:00 |
Eric Lippmann
|
9c467ebfa3
|
monitoring: Use View::nl2br() for downtimes in the detail area
refs #10603
|
2015-11-20 15:48:23 +01:00 |
Eric Lippmann
|
8d9c0ca69e
|
monitoring: Update comment-list styles in components/downtime.phtml
|
2015-11-20 15:48:00 +01:00 |
Eric Lippmann
|
7858343605
|
monitoring: Select comment_is_persistent for comments in the detail area
|
2015-11-20 15:47:04 +01:00 |
Eric Lippmann
|
74b715e3d2
|
monitoring: Use View::nl2br() for comments in the detail view
refs #10603
|
2015-11-20 15:46:34 +01:00 |
Eric Lippmann
|
2c5defed5b
|
monitoring: Update comment-list styles in components/comments.phtml
|
2015-11-20 15:46:08 +01:00 |
Eric Lippmann
|
a874a2cb2e
|
monitoring: Use View::nl2br() for acknowledgements in the detail area
refs #10603
|
2015-11-20 15:44:33 +01:00 |
Eric Lippmann
|
e1433505b3
|
monitoring: Update comment-list styles in acknowledgement.phtml
|
2015-11-20 15:43:29 +01:00 |
Eric Lippmann
|
d5affb1e24
|
monitoring: Use common-table for the downtime overview too
|
2015-11-20 15:35:35 +01:00 |
Eric Lippmann
|
ea03f4033b
|
monitoring: Use View::nl2br() in the downtime overview
refs #10603
|
2015-11-20 15:34:48 +01:00 |
Eric Lippmann
|
a6338fc744
|
monitoring: Update comment-list styles in the downtimer overview
|
2015-11-20 15:34:18 +01:00 |
Eric Lippmann
|
24d43899a7
|
monitoring: Use View::nl2br() and new comment-list style in the comment overview
refs #10603
|
2015-11-20 15:18:29 +01:00 |
Eric Lippmann
|
91e576d530
|
lib: Add nl2br view helper
refs #10603
|
2015-11-20 15:17:38 +01:00 |
Eric Lippmann
|
b3587b7439
|
monitoring: Don't use pull-right in the comment overview for the show more link
Further, indent the view script w/ 4 spaces, remove class separated and don't render the table if there are no comments.
|
2015-11-20 15:16:03 +01:00 |
Eric Lippmann
|
668ea95f1a
|
doc: Add comment-list to the design guidelines
|
2015-11-20 15:14:01 +01:00 |
Eric Lippmann
|
8d5da9bb86
|
CSS: Simplify comment-list style
|
2015-11-20 15:13:01 +01:00 |
Eric Lippmann
|
c0f1d6da33
|
doc: Add toc to design guidelines
|
2015-11-20 11:22:27 +01:00 |
Eric Lippmann
|
5b898d5f3b
|
JS: Don't activate a menu item if only a part of the current URL matches
Else, navigating to user -> preferences -> navigation activates configuration -> shared navigation for example.
|
2015-11-20 09:39:53 +01:00 |
Thomas Gelf
|
edcc698e1e
|
Hook: throw exceptions for missing classes
We are otherwise not catching the resulting fatal errors right now
|
2015-11-17 17:04:04 +01:00 |
Eric Lippmann
|
52c3e5d8dd
|
Reset page when setting a new limit
|
2015-11-17 16:46:01 +01:00 |
Eric Lippmann
|
9dfaa93617
|
Fix german translation for Groups
|
2015-11-17 16:46:01 +01:00 |
Thomas Gelf
|
94690f4fda
|
Cli\Screen: fix tput for rows (it's lines)
|
2015-11-16 18:50:48 +01:00 |
Eric Lippmann
|
747efdd3fa
|
RPM: Only require Zend db adapters for RedHat derivates
refs #10328
|
2015-11-16 16:42:33 +01:00 |
Eric Lippmann
|
00b931ea40
|
Fix table header in the about page
|
2015-11-16 15:42:35 +01:00 |
Eric Lippmann
|
23da8e95a6
|
Add upgrading note
|
2015-11-16 15:38:10 +01:00 |
Eric Lippmann
|
fad52e0929
|
Update version
|
2015-11-16 15:34:47 +01:00 |
Eric Lippmann
|
6b2a928fd7
|
Don't re-generate but save session every minute
|
2015-11-16 15:34:26 +01:00 |
Eric Lippmann
|
96466241c2
|
Fix img helper not setting icon class
|
2015-11-16 15:27:59 +01:00 |
Eric Lippmann
|
96674cd895
|
Don't translate service and services to german
|
2015-11-16 15:16:13 +01:00 |
Eric Lippmann
|
a9628a55cf
|
Update german monitoring translation
|
2015-11-16 15:11:42 +01:00 |
Cornelius Wachinger
|
c764a0a319
|
Update german monitoring translation
|
2015-11-16 14:50:36 +01:00 |
Yuri Konotopov
|
e606d8eaca
|
Update Russian translation
Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
|
2015-11-16 14:40:18 +01:00 |
Eric Lippmann
|
ba62753285
|
monitoring: Fix exception if the comment of an acknowledgement is missing
refs #10505
|
2015-11-16 14:35:48 +01:00 |
Eric Lippmann
|
338804c69f
|
Update ChangeLog
|
2015-11-16 14:27:29 +01:00 |
Eric Lippmann
|
583a4985c0
|
Add mobile menu
fixes #8999
|
2015-11-16 14:21:08 +01:00 |
Eric Lippmann
|
0cc54ce34b
|
Refresh session every 10 minutes
Quick and dirty fix.
fixes #10229
|
2015-11-16 14:19:33 +01:00 |
Eric Lippmann
|
2e3082a75a
|
Skip Hook tests
|
2015-11-16 13:18:03 +01:00 |
Cornelius Wachinger
|
0e1d33710a
|
Update german monitoring translation (WIP)
|
2015-11-16 13:10:43 +01:00 |