Eric Lippmann
29d5fd351b
Merge branch 'bugfix/logout-external-8626'
...
fixes #8626
2015-03-12 16:47:49 +01:00
Eric Lippmann
90971f2caf
Revert "Merge branch 'feature/organize-headings-7976'"
...
This reverts commit ea2a17a76c
, reversing
changes made to e72de8dfe1
.
refs #7976
fixes #8647
2015-03-12 16:08:34 +01:00
Eric Lippmann
b50129ad2e
Add renderLayout to the re-login URL for externally authenticated users
...
refs #8626
2015-03-12 01:14:47 +01:00
Eric Lippmann
846a22e7a1
Don't use jQuery in the logout view script
...
jQuery is not available here because JavaScript is loaded after the content.
This was no problem before because the logout action was submitted using XHR and thus having JavaScript.
refs #8626
2015-03-11 15:35:44 +01:00
Eric Lippmann
0ff8416efb
Use View::translate() instead of t() in the logout view script
...
refs #8626
2015-03-11 15:33:14 +01:00
Eric Lippmann
8df9520497
Fix getXMLHttpRequest vs new XMLHttpRequest
...
I have never ever heard of getXMLHttpRequest.
refs #8626
2015-03-11 15:33:14 +01:00
Eric Lippmann
84348151ce
Strings spanning multiple lines continue on the next line ...
...
... not on the same line
refs #8626
2015-03-11 15:33:14 +01:00
Eric Lippmann
f44d5ec20a
Use <br> instead of <br /> in the logout view script
...
refs #8626
2015-03-11 15:33:14 +01:00
Eric Lippmann
7220d781d8
Fix implicit declaration of variable msg in the logout view script
...
refs #8626
2015-03-11 15:33:12 +01:00
Eric Lippmann
815dc8a5fa
Replace /** with /* for non PHPDoc in the logout script
...
refs #8626
2015-03-11 14:51:59 +01:00
Johannes Meyer
d7dcbb48a2
Do not try to access a module's title if there is none
2015-03-06 13:23:22 +01:00
Johannes Meyer
dcf38cbf73
Fix form id of the authentication configuration
2015-03-03 09:54:12 +01:00
Johannes Meyer
4ba281e7e8
Config: Use native form title and description support where appropriate
...
refs #7947
refs #7976
2015-03-02 18:40:47 +01:00
Johannes Meyer
7bb78330a9
Replace cancel icon with the trash icon...
...
...where the link's purpose is to remove something
2015-02-27 14:47:46 +01:00
Johannes Meyer
74dfa6e72a
Fix invalid icon names passed to the icon view helper
2015-02-27 14:45:47 +01:00
Johannes Meyer
4351603243
Fix that editing an auth backend does not open the next column
2015-02-26 14:48:37 +01:00
Matthias Jentsch
89451f3086
Ensure that form ids are unique
...
Add an unique prefix to each Form- or FormElement id, unless id protection is disabled explicitly, to prevent id collisions between different containers.
fixes #8460
2015-02-25 18:00:28 +01:00
Johannes Meyer
8e8bab0795
Do only escape a qlink's label manually if necessary
2015-02-24 11:35:25 +01:00
Johannes Meyer
956efe5ef9
Merge branch 'master' into feature/link-labels-8458
...
Conflicts:
application/views/scripts/config/application.phtml
application/views/scripts/config/module.phtml
application/views/scripts/config/modules.phtml
library/Icinga/Web/Widget/Dashboard/Dashlet.php
modules/monitoring/application/controllers/TimelineController.php
2015-02-24 08:42:36 +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
48286e0d59
Use View::translate() instead of mt() and t() ...
2015-02-23 16:42:25 +01:00
Marius Hein
b6124d7371
Header: Remove skiplinks
...
Skiplinks are to much and confusing for other users. Better is to use
header navigation in screen readers.
refs #7076
2015-02-23 11:18:58 +01:00
Marius Hein
fe0bcdbbaf
Header: Add header to module configuration
...
refs #7976
2015-02-17 16:19:03 +01:00
Marius Hein
d3c79dae32
Merge branch 'master' into feature/organize-headings-7976
2015-02-17 15:21:29 +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
2dea398f3b
Mute all icons that are part of an anchor and add simple labels to such anchors
...
The labels I've added are probably just of temporary nature as it's not
defined yet how to handle link labels properly for screen readers. What
is sure is that all icons that are part of a link are not important for the
meaning of it as this is expressed by the link itself.
refs #8360
refs #8358
2015-02-16 11:02:09 +01:00
Johannes Meyer
5321c2f9e5
Mute icons properly using the new automatic mechanisms of our view helpers
...
refs #8360
2015-02-16 10:52:42 +01:00
Marius Hein
7644888f25
Header: Add header semantic to roles configuration
...
refs #7976
2015-02-13 16:19:28 +01:00
Marius Hein
586fa3120b
Header: Adapt preference dialog
...
refs #7976
2015-02-13 16:12:34 +01:00
Marius Hein
04fde79a9f
Header: Adapt resource configuration
2015-02-13 16:10:51 +01:00
Marius Hein
ef7fcb1023
Header: Adapt application configuration dialog
2015-02-13 15:35:24 +01:00
Marius Hein
d21833fbf2
Header: Adapt authentication config dialog
2015-02-13 15:33:29 +01:00
Marius Hein
7839d50099
Header: Add header to preferences
...
refs #7976
2015-02-13 09:40:24 +01:00
Marius Hein
069e86c2fd
Header: Add header and skip links to resource configuration
...
refs #7976
2015-02-12 17:10:38 +01:00
Marius Hein
513de11f20
Header: Application config and authentication
...
refs #7976
2015-02-12 16:43:08 +01:00
Johannes Meyer
1d6c65f7fc
Move the login form's heading above the authentication warnings
2015-02-12 13:49:31 +01:00
Johannes Meyer
9232c5cf22
Add aria-hidden="true" to all icons that exist only for design reasons
...
refs #8360
2015-02-12 13:49:31 +01:00
Johannes Meyer
3d0fbc833d
Hide the Icinga logo from screen readers
...
refs #8360
2015-02-12 13:49:31 +01:00
Marius Hein
b6daf2237d
Menu: Add html5 nav element to menu
...
refs #7933
2015-02-12 13:14:01 +01:00
Marius Hein
53818f50c6
Skip Links: Add anchor handlint to events
...
refs #7933
2015-02-12 13:13:52 +01:00
Marius Hein
ca4477de5b
Skip Links: Add to body and create style
...
refs #7933
2015-02-12 13:13:47 +01:00
Eric Lippmann
6bae2e0a53
Note that our license is GPL v2 or any later version in our license header instead of pointing to the license's URL
2015-02-04 10:52:27 +01:00
Eric Lippmann
5b4fab0750
Add license header
...
This time without syntax errors hopefully :)
2015-02-03 16:27:59 +01:00
Eric Lippmann
5fa2e3cfdc
Revert "Add license header"
...
This reverts commit 338d067aba
.
2015-02-03 16:16:26 +01:00
Eric Lippmann
338d067aba
Add license header
...
fixes #7788
2015-02-03 15:51:04 +01:00