5450 Commits

Author SHA1 Message Date
Johannes Meyer
a64f546a71 Add proper titles to the host list view
refs #8458
2015-02-23 17:24:22 +01:00
Johannes Meyer
45e1406e2a Add proper titles to the hostgroups view
refs #8458
2015-02-23 17:23:57 +01:00
Johannes Meyer
e0164e8bcb Add proper titles to the contacts view
refs #8458
2015-02-23 17:23:39 +01:00
Johannes Meyer
3aa1f7e58e Add proper titles to the contactgroups view
refs #8458
2015-02-23 17:23:26 +01:00
Johannes Meyer
1bcac55778 Add proper titles to the servicesummary component view
refs #8458
2015-02-23 17:23:09 +01:00
Johannes Meyer
abcac2917c Add proper titles to the hostsummary component view
refs #8458
2015-02-23 17:22:52 +01:00
Johannes Meyer
96c7b22c16 Add proper titles to the host multi selection view
refs #8458
2015-02-23 17:22:07 +01:00
Johannes Meyer
371f895188 Add proper titles to the mixed pagination
refs #8458
2015-02-23 17:21:31 +01:00
Johannes Meyer
a966f543f6 Add proper titles to the joystick navigation
refs #8458
2015-02-23 17:21:12 +01:00
Johannes Meyer
261abbd65e Add proper titles to the role configuration
refs #8458
2015-02-23 17:20:48 +01:00
Johannes Meyer
508322cfdc Add proper titles to the dashboard configuration's links
refs #8458
2015-02-23 17:20:26 +01:00
Johannes Meyer
baf47fef7f Add proper titles for the links to dis-/enable modules
refs #8458
2015-02-23 17:19:37 +01:00
Johannes Meyer
3605880fd1 Add proper titles to the module overview
refs #8458
2015-02-23 17:19:06 +01:00
Johannes Meyer
fb28da8f23 Add proper titles to the documentation module's overview
refs #8458
2015-02-23 17:18:32 +01:00
Johannes Meyer
de744fdc83 Add proper title to each module documentation link
refs #8458
2015-02-23 17:17:48 +01:00
Johannes Meyer
b626a96e16 Add aria-label to each box of the event grid
refs #8458
2015-02-23 17:14:40 +01:00
Johannes Meyer
49e7964355 Use an already existing variable instead of calling a function twice.. 2015-02-23 17:13:55 +01:00
Johannes Meyer
a1e7cd8906 Add proper titles to the documentation tocs and search results
refs #8458
2015-02-23 17:12:34 +01:00
Johannes Meyer
676f10bb87 Fix week-label of the timeline 2015-02-23 17:11:23 +01:00
Johannes Meyer
77fa2f7c2b Add aria-label to the monitoring health's link to disable notifications
refs #8458
2015-02-23 17:10:52 +01:00
Johannes Meyer
5fd447394c Add proper title to the BackendConfigForms's jump link...
...and move it to the right of the respective form control

refs #8458
2015-02-23 17:09:37 +01:00
Johannes Meyer
bd9d06574d Ensure that the link() view helper adds proper titles
refs #8458
2015-02-23 17:07:21 +01:00
Johannes Meyer
fb7640db0a Add proper titles to the Limiter control
refs #8458
2015-02-23 17:06:01 +01:00
Johannes Meyer
b2f817925b Add proper titles to the FilterEditor
refs #8458
2015-02-23 17:05:39 +01:00
Johannes Meyer
66305bd79a Add proper titles to dashboards and dashlets
refs #8458
2015-02-23 17:05:02 +01:00
Johannes Meyer
c6b61617ee Add proper titles to the monitoring module's config tabs
refs #8458
2015-02-23 17:04:40 +01:00
Johannes Meyer
a5514392db Adjust dashboard, output-format and module tabs 2015-02-23 17:03:11 +01:00
Johannes Meyer
6eb638f6b3 Add proper titles to the list view's tabs
refs #8458
2015-02-23 17:00:30 +01:00
Johannes Meyer
f48dbf1640 Add proper title to the timeline's tab
refs #8458
2015-02-23 16:59:47 +01:00
Johannes Meyer
1ef03a76f7 Add proper title to the monitoring health's tab
refs #8458
2015-02-23 16:59:13 +01:00
Johannes Meyer
7aacfcf907 Add proper title to the tactical overview's tab
refs #8458
2015-02-23 16:58:48 +01:00
Johannes Meyer
77b60588bc Add proper titles to the multi selection controller tabs
refs #8458
2015-02-23 16:57:32 +01:00
Johannes Meyer
ebf8d183a7 Add proper title to the alert summary's tab
refs #8458
2015-02-23 16:57:06 +01:00
Johannes Meyer
f6cbc17ff7 Add proper titles to all host/service tabs
refs #8458
2015-02-23 16:56:49 +01:00
Johannes Meyer
64a4dc67bc Add proper titles to all config tabs
refs #8458
2015-02-23 16:50:31 +01:00
Johannes Meyer
9fb3dcabea Introduce Icinga\Web\Widget\Tab::$label as alternative for $title 2015-02-23 16:48:02 +01:00
Johannes Meyer
48286e0d59 Use View::translate() instead of mt() and t() ... 2015-02-23 16:42:25 +01:00
Johannes Meyer
f6ea02fec5 qlink: Allow passing null as default for $properties 2015-02-23 16:29:07 +01:00
Johannes Meyer
04d2c78983 Allow to move content not wrapped by <div> to another container 2015-02-23 16:28:12 +01:00
Johannes Meyer
a9d767867d WCAG/2.4.4: Add example for link contexts
refs #8458
2015-02-17 14:02:35 +01:00
Johannes Meyer
9c5d44caf0 Fix that webkit submits datetime values not according to RFC 3339
That's actually more of a workaround instead of a fix as the bug itself
is part of webkit, not Icinga Web 2.

fixes #8457
2015-02-17 12:50:11 +01:00
Johannes Meyer
3dce0e434a Add more sophisticated fix for keeping the focus after an autorefresh
fixes #8350
2015-02-17 09:24:38 +01:00
Marius Hein
ea57e7a786 History: Do not write abort requests to browser history
Remove req.historyTriggered and introduce req.addToHistory.
2015-02-16 15:56:50 +01:00
Marius Hein
6cc428d0e1 History: Combined cleanup regular expression 2015-02-16 15:38:16 +01:00
Johannes Meyer
c135d3243a Fix that the authentication reorder form does not have an action 2015-02-16 15:08:27 +01:00
Johannes Meyer
0c0478688e js: Fix that buttons with any DOM descendants are not ignored by linkClicked
fixes #8380
2015-02-16 15:07:31 +01:00
Alexander Klimov
43691f6612 Drop BasketAction as it's not used anywhere 2015-02-16 14:37:54 +01:00
Marius Hein
2aca4dc6d5 History: Do not push same url twice 2015-02-16 14:11:23 +01:00
Marius Hein
ae68e8aec4 Ajax onFailure: Write component URL to container
This is needed that history can push the correct detail url
2015-02-16 14:11:11 +01:00
Johannes Meyer
e588ea2714 Fix filter expression handling when lowering to achieve case-insensitivity
fixes #8435
2015-02-16 13:05:24 +01:00