* Add meta tags for title and description to Wiki
* Remove unnecessary test for wether project is public
* Fix: Use app title instead of app_name
[ci skip]
* add error messages to each field
* move role=alert up so that success messages are also covered
* remove focus code from notification-box directive
The box does not need to be focused as it has the role=alert which will lead to it being read out.
* remove specific focusing behaviour for accessibility mode
The mode was introduced to present error messages to user requiring assistive technology e.g. screen readers. By setting role=alert on the error fields and additionally labeling the fields with the errors, this should no longer be necessary
This really is a hack around the initialization of angular for the main
menu. Since the state of the menu is determined through sessionStorage,
we can leverage the immediate DOM placement to modify the menu before
the full page has been loaded.
Otherwise, the main menu flickers when collapsed (i.e., is first loaded
expanded and when the page is loaded, is being collapsed).
The paths weren't properly escaped for URLs. This fix allows any
subdirectory of arbitrary chars to be displayed as a checkout URL.
This also fixes an escaping issue in the adapter that prohibits checking
folder with special characters which SVN doesn't care about.
1f53f5472e (diff-127a850b7d7b20173ad3fba88f8a25e3)
introduced a refactor for code style improvements.
This included a switch from `(content_tag do .. end).<<` to `concat
content_tag ...`, which caused concat to receive the block instead of
content_tag.