9749 Commits

Author SHA1 Message Date
Eric Lippmann
9b27a83600 CSS: Add box-shadow mixin 2015-12-16 12:48:02 +01:00
Eric Lippmann
30124f384e JS: Improve selector used in the selectable behavior 2015-12-16 12:48:02 +01:00
Eric Lippmann
755f361e4c Add behavior for dropdown navigation items
Dropdown navigation is not yet accessible. The added behavior listens for activity on dropdown-navigation-item for toggling the CSS class active.
2015-12-16 12:48:02 +01:00
Eric Lippmann
12a39568b7 JS: Remove unused variable in sparkline behavior 2015-12-16 12:48:02 +01:00
Alexander A. Klimov
d087ae2575 Make Service Grid working with host names that contain only digits
fixes #10790
2015-12-16 11:37:30 +01:00
Alexander A. Klimov
aad7baa5c4 Perfdata::getPercentage(): prevent division by integer 0
fixes #10331
2015-12-15 17:32:45 +01:00
Alexander A. Klimov
7983a87f52 Setup wizard: don't display the OS' default webserver user if the actual one is available 2015-12-14 11:29:03 +01:00
Alexander A. Klimov
ad3f6bbbad LoggingConfigForm: correct syslog application prefix validation
fixes #10781
2015-12-09 17:56:22 +01:00
Johannes Meyer
c6f2783d2d StaticController: Fix imgAction() not returning the correct content type for svg 2015-12-07 14:18:57 +01:00
Johannes Meyer
d527ac2717 DbRepository: Handle columns of type Zend_Db_Expr #3 2015-12-07 12:06:27 +01:00
Johannes Meyer
8dd1ad869f DbQuery: Mark method renderFilter() deprecated 2015-12-07 10:31:25 +01:00
Johannes Meyer
4f8b6ffeb3 DbConnection: Transfer DbQuery::whereToSql() updates to renderFilterExpression() 2015-12-07 10:31:10 +01:00
Johannes Meyer
64f13f0512 DbRepository: Handle columns of type Zend_Db_Expr #2 2015-12-07 09:55:25 +01:00
Johannes Meyer
0d1d3c3b8f DbRepository: Handle columns of type Zend_Db_Expr 2015-12-04 08:22:48 +01:00
Johannes Meyer
e7399c312f SortBox: Add support for sort defaults provided by the controller action 2015-12-04 07:44:55 +01:00
Johannes Meyer
c57d1212eb de_DE: Fix login button label
fixes #10771
2015-12-04 07:35:50 +01:00
Johannes Meyer
4f5afb5ee2 SortBox: Fix "algorithm" to detect the opposite sort direction 2015-12-03 17:15:57 +01:00
Johannes Meyer
3d60e60842 SortBox: Fix too strict sort param check
One was able to produce invalid SQL or other
errors by adding "sort=" as parameter.
2015-12-03 15:17:09 +01:00
Johannes Meyer
43848989ae RepositoryQuery: Add method __toString() 2015-12-03 13:54:48 +01:00
Johannes Meyer
acf732e760 RepositoryQuery: Add method __clone() 2015-12-03 13:54:38 +01:00
Johannes Meyer
5be48fc923 DbQuery: Do not call Zend_Db_Select::columns() unless it's necessary
This makes it possible to just use a DbQuery as "union container" without
ever calling from() on it.
2015-12-03 13:53:34 +01:00
Johannes Meyer
28cd9681c8 DbQuery: Add method union() 2015-12-03 13:50:01 +01:00
Johannes Meyer
9587c363f6 LdapConnection: Do not explicitly emit the bind password in the log 2015-11-27 08:13:35 +01:00
Davide Demuru
24eab867e5 Add Italian translation for the setup module
Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
2015-11-26 12:33:14 +01:00
Pieter Lexis
d2e802ed19 Correct spelling of acknowledgment
Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
2015-11-26 12:29:17 +01:00
Eric Lippmann
6e618300ec Guard the FileCache if the systemd private tmp directory for the web server has been removed
refs #10123
2015-11-26 12:13:02 +01:00
Eric Lippmann
045e4a99b5 Guard FileCache against an existing but not writeable runtime path
fixes #10123
2015-11-26 12:02:55 +01:00
Eric Lippmann
6f7e0890d8 git: Ignore dompdf font cache 2015-11-26 11:17:32 +01:00
Eric Lippmann
c88d034877 monitoring: Fix HTMLPurifier includes
fixes #10338
2015-11-26 11:16:21 +01:00
Eric Lippmann
65207af136 RPM: Fix HTMLPurifier packaging
refs #10166
2015-11-26 11:15:46 +01:00
Eric Lippmann
46363ace49 Fix HTMLPurifier packaging in our source tree
fixes #10166
2015-11-26 11:15:29 +01:00
Johannes Meyer
916c417666 LdapUserGroupBackend: Avoid inspecting a group with no members
fixes #10659
2015-11-24 09:45:49 +01:00
Eric Lippmann
614d7fc30d Add search_icinga_blue icon
Thanks mzac ;)
2015-11-23 16:36:24 +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 6d56a57b7e7d6062de5e4d91f2a85109515c5c40.

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 d101e852ce7a0c75da449f5db02cf73d3ea7f50f.

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
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 v2.1.0 2015-11-16 15:42:35 +01:00