- 04 Mar, 2016 20 commits
-
-
Douwe Maan authored
Move `update_merge_request` ability to Developer Closes #13663 See merge request !3099
-
Douwe Maan authored
Add a spec for WikiPipeline Removes the specs from GollumTagsFilter that were more like integration tests for the pipeline than unit tests of the filter. See merge request !3054
-
Douwe Maan authored
In UsersController#calendar_activities, when Date isn't parsable, fallback to Date.today For some reason, GoogleBot accesses `/u/:username/calendar_activities` without a `:date` param, but then the view was trying to call `#to_s(:short)` which doesn't exist on `nil`, leading to the following Sentry report: https://sentry.gitlap.com/gitlab/gitlabcom/issues/1182/ See merge request !3074
-
Robert Speicher authored
Closes #13663
-
Jacob Schatz authored
ctrl+enter on mac correctly submits forms Closes #4177 See merge request !3089
-
Jacob Schatz authored
Updated dropdown CSS This is a start on #3279 by updating the CSS for the dropdown menu. This doesnt include any CSS for the title bar or filter field ![Screen_Shot_2016-03-04_at_12.23.49](/uploads/6f2047ec1b72974334fa56e6895a32be/Screen_Shot_2016-03-04_at_12.23.49.png) See merge request !3092
-
Rémy Coutable authored
[ci skip]
-
Jacob Schatz authored
Added tabindex to filter field Based on however I changed the tabindex of the search field so that it goes search field -> filter field & then back to browser default. I dont think we should override the default tabindex of the page too much. Closes #3706 See merge request !3093
-
Phil Hughes authored
-
Phil Hughes authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Phil Hughes authored
Based on however I changed the tabindex of the search field so that it goes search field -> filter field & then back to browser default. I dont think we should override the default tabindex of the page too much Closes #3706
-
Phil Hughes authored
This is a start on #3279 by updating the CSS for the dropdown menu. This doesnt include any CSS for the title bar or filter field
-
Rémy Coutable authored
Invalidate cache for builds badge This fixes cache issue with badges (we should not cache badge images). Closes #13982 See merge request !3086
-
Phil Hughes authored
Closes #4177
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
Closes #13982
-
Jacob Schatz authored
Increase the notes polling timeout over time Originally by @roperzh at https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2821 Fixes #13300 See merge request !3071
-
Robert Speicher authored
SSH keys settings Closes #13860 See merge request !3034
-
- 03 Mar, 2016 20 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
Prior, we were double-checking `@keys.any?`, and unnecessarily assigning `is_admin` in a view where it wasn't needed.
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
Button transparent colours
-
Phil Hughes authored
-
Phil Hughes authored
Closes #13860
-
Robert Speicher authored
Update spring to 1.6.4 to fix support for Bundler 1.11 See merge request !3083
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
-
Roberto Dip authored
A file called notes is loaded every ~15 seconds which checks for updates to content on the page. This commit increases the polling timeout over time (15, 30, 60, 120 seconds) and resets it to 15 seconds if the AJAX call returns new notes Fixes issue #13300
-
Gabriel Mazetto authored
-
Jacob Schatz authored
Password settings page Closes #13858 ![](https://gitlab.com/gitlab-org/gitlab-ce/uploads/ebb9b67d69daa8872d79626b85f99b52/password-settings.png) See merge request !3033
-