- 23 Nov, 2016 1 commit
-
-
Daniel Gerhardt authored
The following formerly separate commits have been merged in: * Adjust 'Sign in' button for GitLab's CSRF protection GitLab introduced CSRF protection for authentication requests in 571ba5a7. The 'Sign in' button has been adjusted to send a POST request. * Opt out of turbolinks for 'Sign in' button
-
- 18 Nov, 2016 1 commit
-
-
Annabel Dunstone Gray authored
Resolve "Create a tab shortcut to jump directly to content" ## What does this MR do? Adds accessibility shortcut to page, i.e. if user hits `tab` key right after the page is loaded and user has not interacted to any part of the page, the shortcut appears at top left corner of the page. Then, pressing `enter` (`spacebar` support is WIP) scrolls page to focus on content. ## Are there points in the code the reviewer needs to double check? See if `id` attribute added to `.content` element (present in [_page.html.haml](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/app/views/layouts/_page.html.haml)) needs to be reviewed if it is correct approach or we already have an ID that shortcut can refer to. ## Why was this MR needed? This feature is particularly useful for screen readers where user doesn't have to go through entire nav to reach content of page. ## Screenshots (if relevant)  ## Does this MR meet the acceptance criteria? - [ ] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [ ] Added for this feature/bug - [ ] All builds are passing - [ ] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [ ] Branch has no merge conflicts with `master` (if it does - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Closes #24057 See merge request !7533
-
- 01 Nov, 2016 1 commit
-
-
Annabel Dunstone Gray authored
-
- 06 Oct, 2016 1 commit
-
-
Clement Ho authored
-
- 20 Sep, 2016 1 commit
-
-
Mike Greiling authored
see #22343 for issue description
-
- 12 Jul, 2016 1 commit
-
-
Phil Hughes authored
Closes #12797
-
- 05 Jul, 2016 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 28 Jun, 2016 2 commits
-
-
Annabel Dunstone authored
-
Phil Hughes authored
-
- 27 Jun, 2016 1 commit
-
-
Phil Hughes authored
Closes #18543
-
- 16 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 13e37a3e.
-
James Lopez authored
-
- 15 Jun, 2016 1 commit
-
-
Phil Hughes authored
Closes #18542
-
- 14 Jun, 2016 3 commits
-
-
Connor Shea authored
-
Phil Hughes authored
-
Phil Hughes authored
Added a button into the sidebar for issues & merge requests to allow users to manually create todo items Closes #15045
-
- 10 Jun, 2016 2 commits
-
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 11 May, 2016 1 commit
-
-
Connor Shea authored
When there are 0 Todos, the Todos icon still had the blue badge with a "0" in it, which made me think I had a new Todo left. This makes it less annoying. Follow-up on !4077.
-
- 10 May, 2016 1 commit
-
-
Annabel Dunstone authored
-
- 06 May, 2016 1 commit
-
-
Jacob Schatz authored
-
- 22 Apr, 2016 1 commit
-
-
Douwe Maan authored
-
- 12 Apr, 2016 2 commits
-
-
Phil Hughes authored
-
Alfredo Sumaran authored
-
- 22 Mar, 2016 1 commit
-
-
Phil Hughes authored
Closes #14477
-
- 17 Mar, 2016 1 commit
-
-
Robert Speicher authored
Closes #14259
-
- 10 Mar, 2016 1 commit
-
-
Felipe Artur authored
Prevent Groups to have smaller visibility than projects Add default_group_visibility_level to configuration Code improvements
-
- 01 Mar, 2016 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 20 Feb, 2016 3 commits
-
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
- 20 Jan, 2016 3 commits
-
-
Jacob Schatz authored
-
Jacob Schatz authored
Code was failing because branch was named `'test'` with quotes which was escaping the javascript I was using.
-
Jacob Schatz authored
Also adds autocomplete="off" to find input.
-
- 19 Jan, 2016 2 commits
-
-
Jacob Schatz authored
-
Jacob Schatz authored
-