Commit Graph

9641 Commits

Author SHA1 Message Date
Thomas Gelf d903f850da Application\Hook: move existing ones, keep compat 2015-11-13 17:37:02 +01:00
Thomas Gelf 576747f792 Application\Hook is the new Hook loader 2015-11-13 17:37:02 +01:00
Eric Lippmann 8f8d251fd7 Use old class loader for tests (WIP)
:D
2015-11-13 17:33:23 +01:00
Johannes Meyer d7045a4c09 FilterExpression: Encode the expression when rendering the query string
fixes #10623
fixes #8713
2015-11-13 16:54:08 +01:00
Johannes Meyer 38b05cef35 Form: Make informational notifications blue
If one needs green notifications, please add a new type "success".

fixes #10533
2015-11-13 16:26:26 +01:00
Johannes Meyer a500937b7d Properly handle undefined configuration values
fixes #10597
2015-11-13 16:14:11 +01:00
Johannes Meyer a0efdd0a68 Merge branch 'bugfix/hot-all-hostgroups-are-shown-10316'
fixes #10316
2015-11-13 15:38:22 +01:00
Johannes Meyer d321b2de79 Merge branch 'master' into bugfix/hot-all-hostgroups-are-shown-10316 2015-11-13 15:37:53 +01:00
Johannes Meyer 5fcd65a05a Web: Fix that shared child menu entries were not displayed for non-owners
fixes #10319
2015-11-13 15:28:39 +01:00
Eric Lippmann d5fe0c9610 Merge branch 'feature/dope-layout-5543#2' 2015-11-13 15:21:07 +01:00
Eric Lippmann 30c769f267 monitoring: Fix service grid style
refs #5543
2015-11-13 14:50:58 +01:00
Johannes Meyer 26e6acf9af ListController: Fix servicegrid grouping when applying group restrictions #2
PostgreSQL had still issues with it. Quickfix only, again.

refs #10316
2015-11-13 14:42:28 +01:00
Bernd Erk ebbcebe734 Add about.less 2015-11-13 13:57:48 +01:00
Bernd Erk 39aa888131 Adds new about page and dotted bottom lines in detail 2015-11-13 13:57:09 +01:00
Johannes Meyer 5e37f7758b ServicecommenthistoryQuery: Add missing group origin "servicegroups"
refs #10316
2015-11-13 12:55:06 +01:00
Johannes Meyer 005ec27cea IdoQuery: Fix method isTimestamp() not handling customvars properly
refs #10316
2015-11-13 12:13:02 +01:00
Thomas Gelf 202b493c10 Merge remote-tracking branch 'origin/feature/classloader-10614' 2015-11-13 11:56:02 +01:00
Thomas Gelf 74f53725e1 ApplicationBootstrap: phpdoc-deprecate 2015-11-13 11:53:14 +01:00
Thomas Gelf a94662492b ApplicationBootstrap: wipe setupZendAutoloader() 2015-11-13 11:53:14 +01:00
Thomas Gelf d0ce9f86d8 Module: less stat calls, less work to do 2015-11-13 11:53:14 +01:00
Thomas Gelf 99a6bc12a9 ApplicationBootstrap: register global app dir 2015-11-13 11:53:14 +01:00
Thomas Gelf 9270ef6d6f Application\Web: less assistance for class loader 2015-11-13 11:52:13 +01:00
Thomas Gelf 05b7388a18 ClassLoader: completely refactored 2015-11-13 11:52:13 +01:00
Thomas Gelf a1832e1424 Modules/Manager: did we load all enabled modules? 2015-11-13 11:52:13 +01:00
Thomas Gelf f9a0e7dec6 Module: provide getApplicationDir() 2015-11-13 11:52:13 +01:00
Thomas Gelf 7a2824e070 ApplicationBootstrap: syntax 2015-11-13 11:51:41 +01:00
Johannes Meyer d0ab001437 PivotTable: Fix axis queries if only one is being filtered
refs #10316
2015-11-13 11:44:00 +01:00
Johannes Meyer cc37ca37d9 ListController: Fix servicegrid grouping when applying group restrictions
Quickfix only.

refs #10316
2015-11-13 11:40:51 +01:00
Thomas Gelf 4ce131e9ec doc: show full tabs if any 2015-11-13 11:19:43 +01:00
Eric Lippmann d1bb8747b5 Revert "CSS: Remove styles for .historycolorgrid"
This reverts commit bc8dff2f78.

Ooops, still in use :)

refs #5543
2015-11-13 10:30:07 +01:00
Thomas Gelf 5604797cd1 widgets.less: on less TODO for less :D 2015-11-13 09:44:50 +01:00
Thomas Gelf 2f8f3fdd90 doc/css: no outline for a[name]
I'd however prefer to have them in the h1 tag. Or even around the h1,
that's legal since HTML5. Or, best variant: an id on the element. A
common prefix, and no worries about duplicates: we never show content
in multiple columns.
2015-11-13 09:41:28 +01:00
Thomas Gelf 5324875ab6 DocTocRenderer: no anchor for toplevel entries
Makes links look better and hides anchor-encoding issues at least on
top level
2015-11-13 09:37:02 +01:00
Thomas Gelf 210053462e doc/installation.md: fix rendering issues
Code prefixed with # was interpreted as a chapter. We should fix that
issue, this is only a quickfix
2015-11-13 09:33:32 +01:00
Bernd Erk 3e93d62795 Redesign of tactical overview to get ready for full screen 2015-11-13 00:24:15 +01:00
Bernd Erk ecf929ec96 Fixes form decorator and uses sprintf 2015-11-12 23:11:07 +01:00
Bernd Erk 1a99bb73ee Adds top and bottom margin to form-description 2015-11-12 22:34:52 +01:00
Bernd Erk 1169b22831 Fixes font-family and font-size for tipsy hovers 2015-11-12 22:29:45 +01:00
Bernd Erk 3e2a19180f Adds more top-margin on login-page 2015-11-12 22:24:07 +01:00
Johannes Meyer b182a31b90 DbQuery: Catch exceptions in __toString() 2015-11-12 16:32:29 +01:00
Johannes Meyer 140e288c0b IdoQuery: Fix incorrect GROUP BY for MySQL SELECTs with joined columns
refs #10316
2015-11-12 16:02:41 +01:00
Bernd Erk d8d917ef5a Remove long required hint in forms 2015-11-12 16:01:20 +01:00
Eric Lippmann 8481daa91f Remove plus action from dashboard tabs
refs #5543
2015-11-12 16:00:22 +01:00
Eric Lippmann b4e0fe999f Don't talk about pane, #2
refs #5543
2015-11-12 15:57:03 +01:00
Eric Lippmann 47401ca4b2 Don't talk about panes
refs #5543
2015-11-12 15:53:38 +01:00
Eric Lippmann eb8cc21cae monitoring: Fix button links in the config overview
refs #5543
2015-11-12 15:50:10 +01:00
Eric Lippmann f54441a0b4 monitoring: Fix alignment in the backend config form
refs #5543
2015-11-12 15:49:05 +01:00
Eric Lippmann e3b8d63a8e Remove control separator in the modules overview
refs #5543
2015-11-12 15:46:43 +01:00
Eric Lippmann b03c822dbb Remove limiter control in the modules overview
refs #5543
2015-11-12 15:45:59 +01:00
Eric Lippmann 3e5f801ea3 Remove icons from tabs beneath authorization
refs #5543
2015-11-12 15:43:34 +01:00