Eric Lippmann
|
8800decc69
|
Use icinga-blue like background colors for active and hovered table rows
|
2015-12-15 13:32:56 +01:00 |
Eric Lippmann
|
707b954534
|
CSS: Add smooth transition on tr hover
|
2015-12-15 13:31:14 +01:00 |
Eric Lippmann
|
99f0a348c5
|
Disable transitions on page load
|
2015-12-15 13:29:30 +01:00 |
Eric Lippmann
|
4a10e2d758
|
Fix overflow of #login and #guest-error
|
2015-12-15 13:25:15 +01:00 |
Eric Lippmann
|
fc4458857f
|
CSS: Allow coloring button-link
|
2015-12-15 13:24:51 +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 |
Eric Lippmann
|
16e5ce9e73
|
Fix login markup
|
2015-12-10 13:34:54 +01:00 |
Eric Lippmann
|
2d5bd3085f
|
Don't send cookies on API requests
|
2015-12-10 13:34:54 +01:00 |
Eric Lippmann
|
a5812c6b8a
|
Don't echo the unset layout variables moduleStart and moduleEnd
|
2015-12-10 13:34:54 +01:00 |
Eric Lippmann
|
637f09aa5a
|
Support theming #header-logo
refs #10705
|
2015-12-10 13:34:54 +01:00 |
Eric Lippmann
|
c227bcc94d
|
Rename error layout for guests and support theming
refs #10705
|
2015-12-10 13:34:54 +01:00 |
Eric Lippmann
|
012fdf9cb5
|
CSS: Add styles for centering content of unknown width and height both horizontally and vertically
|
2015-12-10 13:34:53 +01:00 |
Eric Lippmann
|
bcd1402123
|
CSS: Combine header-, footer-elements and layout-colors in layout.less
|
2015-12-10 13:34:53 +01:00 |
Eric Lippmann
|
b193ea5d32
|
Fix print styles
|
2015-12-10 13:34:53 +01:00 |
Eric Lippmann
|
f83d4488ab
|
CSS: Fix button mixin transition
|
2015-12-10 13:34:53 +01:00 |
Eric Lippmann
|
ee7576f320
|
monitoring: Fix thead missing tr in hostgroups
|
2015-12-10 13:34:53 +01:00 |
Eric Lippmann
|
5dff355720
|
CSS: Add fadein animation to mixins
Was in login.less before. Will be removed.
|
2015-12-10 13:34:53 +01:00 |
Eric Lippmann
|
b92fba2804
|
CSS: Allow to control colors of the button mixin
|
2015-12-10 13:34:53 +01:00 |
Alexander A. Klimov
|
ad3f6bbbad
|
LoggingConfigForm: correct syslog application prefix validation
fixes #10781
|
2015-12-09 17:56:22 +01:00 |
Johannes Meyer
|
6679490f13
|
Merge branch 'master' into feature/theming-10705
|
2015-12-07 14:25:25 +01:00 |
Eric Lippmann
|
f51c2ce6ad
|
Support theming for login logo
refs #10705
|
2015-12-07 14:22:45 +01:00 |
Johannes Meyer
|
c6f2783d2d
|
StaticController: Fix imgAction() not returning the correct content type for svg
|
2015-12-07 14:18:57 +01:00 |
Eric Lippmann
|
a1bb4bb695
|
Merge branch 'master' into feature/theming-10705
|
2015-12-07 14:17:57 +01:00 |
Eric Lippmann
|
a7c6535bf9
|
Support theming for the header logo
refs #10705
|
2015-12-07 13:52:14 +01:00 |
Eric Lippmann
|
cce6af9243
|
Don't load inaccessible themes
refs #10705
|
2015-12-07 13:51:30 +01:00 |
Eric Lippmann
|
bf0b673640
|
Fix section for themes config in StyleSheet
refs #10705
|
2015-12-07 12:37:34 +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 |
Eric Lippmann
|
3a22168b64
|
Handle no-cache control in JavaScript and StyleSheet, not in FileCache
|
2015-11-27 16:51:19 +01:00 |
Eric Lippmann
|
bac09fd125
|
Fix void method result used in JavaScript
|
2015-11-27 16:48:38 +01:00 |
Eric Lippmann
|
b6b5caace3
|
Remove unused actions from the StaticController
|
2015-11-27 16:43:04 +01:00 |
Eric Lippmann
|
1f467ecfaa
|
Add theme to the stylesheet if set and ...
... revamp interface of LessCompiler and StyleSheet
refs #10705
|
2015-11-27 16:40:17 +01:00 |
Eric Lippmann
|
e7262b7d14
|
Set up logging in EmbeddedWeb
|
2015-11-27 16:39:19 +01:00 |
Eric Lippmann
|
59b540cc12
|
lib: Implement cookie handling in Response
Cookies set via Response::setCookie() or Response::getCookies()::add() will be automatically sent to client.
|
2015-11-27 15:51:38 +01:00 |
Eric Lippmann
|
2a0d3412d1
|
lib: Add CookieSet for maintaining a set of cookies
|
2015-11-27 15:50:29 +01:00 |
Eric Lippmann
|
8fb9d94f46
|
lib: Allow to control reload CSS header in Response
Whenever the theme is switched, client side script code has to be instructed to reload CSS.
refs #10705
|
2015-11-27 15:44:40 +01:00 |
Eric Lippmann
|
5d4a628e2d
|
Provide cookie implementation
|
2015-11-27 15:42:18 +01:00 |
Eric Lippmann
|
958f8e5baf
|
Allow to choose a theme via preferences when there are themes
refs #10705
|
2015-11-27 15:42:18 +01:00 |
Eric Lippmann
|
271b5f9d5c
|
Move cookie support detection to a helper class
Icinga\Web\Cookie will become a real cookie implementation.
|
2015-11-27 15:42:18 +01:00 |