9705 Commits

Author SHA1 Message Date
Johannes Meyer
505f5902c7 LdapUserBackend: Utilize $virtualTables 2015-11-10 09:56:27 +01:00
Eric Lippmann
1da70a1270 monitoring: Remove icons for object tabs
We don't have icons somewhere else. We may introduce icons for all tabs later.

refs #5543
2015-11-10 09:45:26 +01:00
Eric Lippmann
3cf7eaef1e CSS: Add margin-left to the control-info icon
refs #5543
2015-11-10 09:40:40 +01:00
Eric Lippmann
e6af09ec64 Revert "CSS: Left align icons in links"
This reverts commit f570f7595858004ca4baa7b38e72e47109944193.
2015-11-10 09:39:48 +01:00
Eric Lippmann
e1e1a535ee JS: Remove unnecessary space in Navigation::onRendererd()
refs #5543
2015-11-10 09:31:52 +01:00
Eric Lippmann
f570f75958 CSS: Left align icons in links
refs #5543
2015-11-10 09:31:36 +01:00
Eric Lippmann
346e4703b8 monitoring/CSS: Use common-table in the comments overview
refs #5543
2015-11-10 09:31:14 +01:00
Eric Lippmann
bcdd7da4cd CSS: Left align th of name-value-table
refs #5543
2015-11-10 09:30:33 +01:00
Eric Lippmann
a943240b57 CSS: Increase padding in common-table
refs #5543
2015-11-10 09:30:11 +01:00
Eric Lippmann
ed5a984980 CSS: Small fixes in main.less
refs #5543
2015-11-10 09:29:48 +01:00
Eric Lippmann
68777b2b6a JS: Don't use deprecated jQuery function size() in navigation.js
refs #5543
2015-11-09 16:44:37 +01:00
Eric Lippmann
70d7f7f669 JS: Fix doc of navigation::onRendered()
refs #5543
2015-11-09 16:44:19 +01:00
Johannes Meyer
c416216822 LdapUserGroupBackend: Fix typo in method requireTable()
refs #10370
2015-11-09 16:00:55 +01:00
Johannes Meyer
ffcc2ed56b LdapUserGroupBackend: Fix exception when searching for single chars
refs #10370
2015-11-09 16:00:24 +01:00
Johannes Meyer
4341eef4b1 LdapQuery: Add support for Icinga\Data\Filter
refs #10370
2015-11-09 15:59:48 +01:00
Eric Lippmann
bb432fcc68 JS: Use _this when saving a reference to this in Navigation::onRendered()
There a tons of places where we use self instead of _this. self is a global variable in modern browsers.

refs #5543
2015-11-09 15:55:23 +01:00
Eric Lippmann
802cba3fb8 CSS: Move variables from themes/icinga.less to base.less
refs #5543
2015-11-09 13:32:59 +01:00
Johannes Meyer
9b826e6e5f Drop class Ldap\Expression and introduce LdapQuery::$nativeFilter
I'm about to add support for our Data\Filter implementation, since it cannot
parse native LDAP filters and a user may have configured such, we need to
differentiate the two types of filter.

refs #10370
2015-11-09 13:04:02 +01:00
Eric Lippmann
8c13583aba CSS: Remove element qualifiers in main.less
refs #5543
2015-11-09 11:45:04 +01:00
Eric Lippmann
c46b3258b6 CSS: Move class preformatted to main.less
refs #5543
2015-11-09 11:43:20 +01:00
Johannes Meyer
cfb26e22b3 LdapUserGroupBackend: Dynamically verify member attribute ambiguity
refs #10567
2015-11-09 11:41:11 +01:00
Eric Lippmann
75cfce09d2 CSS: Remove border-bottom on headers except for h1
refs #5543
2015-11-09 11:41:10 +01:00
Johannes Meyer
6551a86d4d LdapRepository: Drop method isAmbiguous() and introduce isRelatedDn()
refs #10567
2015-11-09 11:40:30 +01:00
Eric Lippmann
27e1eb6661 CSS: Increase font-size and width on name-value-table
refs #5543
2015-11-09 11:33:37 +01:00
Eric Lippmann
62eb767cd5 RPM: Ship Zend Framework as vendor libraries for OpenSUSE and SLES
Afaik, there's no change to distinct OpenSUSE and SLES in spec files. OpenSUSE has Zend Framework packages through the server:monitoring repository available but SLES not. Thus we ship Zend Framework as vendor libraries for both for now.

fixes #10328
2015-11-09 10:45:26 +01:00
mbaschnitzi
2e650f6aa4 Rename moduel.info to module.info
Fix a typo in filename of iframe module info file.

Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
2015-11-09 09:56:39 +01:00
Benedikt Heine
7b37a0872e Escape < and > to avoid false tags
Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
2015-11-09 09:55:35 +01:00
Eric Lippmann
c14d33d1e8 Revert "doc: Fix upgrade documentation for 2.0.0"
This reverts commit 20e010bea07df8a37585c9459d999671068d1fbd.

There's a pending PR on GitHub.
2015-11-09 09:55:17 +01:00
Eric Lippmann
ba55ad7c5a monitoring: Fix unhandled service counter in the hosts overview
Group by was wrong.

fixes #10490
2015-11-09 09:55:17 +01:00
Eric Lippmann
b5c8579d0e lib: Fix Url paramter encoding if parameter is a Url object
fixes #10321
2015-11-09 09:55:17 +01:00
Thomas Gelf
f2bc3368e7 pluginOutput: make use of new styles 2015-11-06 01:56:17 +01:00
Thomas Gelf
5bf107f853 monitoring/css: pluginout should look like blockquote 2015-11-06 01:54:41 +01:00
Thomas Gelf
e11e438f50 layout: make compact slightly larger 2015-11-06 01:53:27 +01:00
Thomas Gelf
d123d85247 blockquote is no pre, introduce .preformatted 2015-11-06 01:53:01 +01:00
Thomas Gelf
d7a9a55ad6 style/guide: add js to get rid of styles 2015-11-06 01:52:04 +01:00
Johannes Meyer
1e35a17ec1 DbQuery: Support not equal comparisons with arrays 2015-11-05 15:49:15 +01:00
Johannes Meyer
ff61b8e696 Repository: Fix that conversion rules for statements are applied on queries..
..when calling RepositoryQuery::addFilter().
2015-11-05 14:07:54 +01:00
Thomas Gelf
a2667dd551 Ido: remove test query objects from erraneous commit 2015-11-04 18:37:32 +01:00
Eric Lippmann
5a34e3ea83 CSS: Set default margin for blockquote, p and pre
refs #5543
2015-11-04 17:53:58 +01:00
Eric Lippmann
ba4256d983 Quick and dirty fix menu in FF
refs #5543
2015-11-04 17:49:43 +01:00
Eric Lippmann
eda7f76d61 monitoring/CSS: Fix border-spacing of state-table
refs #5543
2015-11-04 17:49:00 +01:00
Eric Lippmann
3e77384700 monitoring/CSS: Add state-table where appropriate
refs #5543
2015-11-04 17:48:12 +01:00
Eric Lippmann
e67420e8bf monitoring/CSS: Introduce state-table class
refs #5543
2015-11-04 17:43:30 +01:00
Thomas Gelf
62b302bedd base.less: move default font size to lower layer 2015-11-04 17:17:41 +01:00
Eric Lippmann
5cf4790856 CSS: Move body style to #layout
refs #5543
2015-11-04 16:27:17 +01:00
Eric Lippmann
6a22b03367 CSS: Remove color light from blockquote
refs #5543
2015-11-04 16:27:17 +01:00
Eric Lippmann
fe06c19125 CSS: Don't set font-weight to bold for links
refs #5543
2015-11-04 16:27:17 +01:00
Eric Lippmann
35e0c32e4e CSS: Adjust header margins and font sizes
refs #5543
2015-11-04 16:27:17 +01:00
Thomas Gelf
fec21affc9 main.less: style caption element for common-table 2015-11-04 16:13:56 +01:00
Eric Lippmann
5fc2974073 CSS/tables: Only add default style for td and th
refs #5543
2015-11-04 16:07:48 +01:00