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
Cornelius Wachinger
f113085de4
Update german app translation
2015-11-16 13:09:49 +01:00
Eric Lippmann
8f73437699
monitoring: Fix English
...
refs #5543
2015-11-16 12:20:39 +01:00
Davide Demuru
1b6f1d812e
Update Italian translation
...
Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
2015-11-16 12:11:04 +01:00
Bernd Erk
4e0ef73a4b
Adds Google plus in in about and login site
2015-11-16 11:30:31 +01:00
Eric Lippmann
cf894f9771
Add gplus-squared icon
2015-11-16 11:22:08 +01:00
Eric Lippmann
5ff53df094
Less padding for common-table th
2015-11-16 10:28:51 +01:00
Eric Lippmann
14b3683815
Fix controls positioning in the group list
2015-11-16 10:26:04 +01:00
Eric Lippmann
b5ec99ac5c
Fix controls positioning in the user list
2015-11-16 10:25:14 +01:00
Eric Lippmann
d293506c1b
monitoring: Fix controls positioning
2015-11-16 10:24:52 +01:00
Eric Lippmann
326745f3a6
Fix controls alignment
2015-11-16 10:24:33 +01:00
Eric Lippmann
c0f90a6927
No left and right padding for previous and next page respectively
2015-11-16 10:23:59 +01:00
Eric Lippmann
a9154c5022
Remove filter margin from widgets.less
2015-11-16 10:23:28 +01:00
Eric Lippmann
3a091f97ca
Remove border from controls in the shared navigation overview
2015-11-16 10:23:08 +01:00
Eric Lippmann
61930a4b1b
monitoring: Fix custom variables alignment
2015-11-16 10:22:30 +01:00
Eric Lippmann
27f2d485f5
monitoring: Change hover color for links w/ border-bottom
2015-11-16 10:21:48 +01:00
Eric Lippmann
66926a7a93
CSS: Add class previous- and next-page for pagination
2015-11-16 10:21:27 +01:00
Eric Lippmann
43ecd1fc90
Fix button for remove navigation item
2015-11-16 10:21:06 +01:00
Eric Lippmann
5e5e9709a5
Show sort direction as toggle button
2015-11-16 10:20:21 +01:00
Thomas Gelf
9156e58329
Web: re-add duplicate ZF plugin loader paths
...
Not sure why we need both of them, my installation works with both,
one or the other. Re-adding the duplicate one as a related issue
has been reported.
refs #10634
2015-11-15 23:34:44 +01:00
Thomas Gelf
b643c97fb0
IdoQuery: pass ourselves to hook, not back to us
2015-11-13 18:01:39 +01:00
Thomas Gelf
30f8faf0ba
Merge branch 'feature/hook-api-10613'
...
refs #10613
2015-11-13 17:37:44 +01:00
Thomas Gelf
fd7165329a
IdoQuery: provide ourselves to the hook
2015-11-13 17:37:03 +01:00
Thomas Gelf
cd16206c7e
IdoQuery: fix typo
2015-11-13 17:37:03 +01:00
Thomas Gelf
2589fbcf04
IdoQuery::joinHookedVirtualTable: missing method
2015-11-13 17:37:03 +01:00
Thomas Gelf
b7352105d2
IdoQueryExtensionHook: "just a new hook"
2015-11-13 17:37:03 +01:00
Thomas Gelf
6394cec933
DataviewExtensionHook: return fetched columns
2015-11-13 17:37:03 +01:00
Thomas Gelf
0e709d5469
DataViewHost/Servicestatus: use hooked columns
2015-11-13 17:37:02 +01:00
Thomas Gelf
ff2c96e553
DataviewExtensionHook: we always want an array
...
This way implementors do not need to care
2015-11-13 17:37:02 +01:00
Thomas Gelf
35d3342b05
DataviewExtensionHook: just a new hook
2015-11-13 17:37:02 +01:00
Thomas Gelf
f3cb1f915d
Monitoring/DataView: allow to hook in columns
2015-11-13 17:37:02 +01:00
Thomas Gelf
4b9607ad35
Module: we want to load from ProvidedHook
...
refs #10613
2015-11-13 17:37:02 +01:00
Thomas Gelf
8fa33cebc7
Hook: normalize names also for all()
2015-11-13 17:37:02 +01:00
Thomas Gelf
380f11d9c2
Module: add new provideHook method
2015-11-13 17:37:02 +01:00
Thomas Gelf
b7189382fb
Module: add getNamespace() method
2015-11-13 17:37:02 +01:00
Thomas Gelf
997c5a0a13
Hook: normalize names
2015-11-13 17:37:02 +01:00
Thomas Gelf
b66e4dfdf2
Module: use Application\Hook instead of Web\Hook
2015-11-13 17:37:02 +01:00
Thomas Gelf
54db2c9afa
Module::registerHook: use class as default key
...
refs #9685
2015-11-13 17:37:02 +01:00
Thomas Gelf
a24bf32c5b
Hook: allow hooks for old modules Web\Hooks
...
refs #10613
2015-11-13 17:37:02 +01:00
Thomas Gelf
dc3c787446
Compat Hooks: fix c&p error
2015-11-13 17:37:02 +01:00
Thomas Gelf
e6903b3834
Monitoring\Hook: moved from Monitoring\Web\Hook
...
refs #10613
2015-11-13 17:37:02 +01:00
Thomas Gelf
52159c2627
Hook: switch base namespace checks
2015-11-13 17:37:02 +01:00
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