- 05 Mar, 2016 2 commits
-
-
Rubén Dávila authored
-
Rubén Dávila authored
Make methods return ActiveRecord Relations instead of Arrays.
-
- 04 Mar, 2016 17 commits
-
-
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
-
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 21 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
-
Jacob Vosmaer authored
Lazy diffs Needs https://gitlab.com/gitlab-org/gitlab_git/merge_requests/65 Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/10785 - Use Gitlab::Git::DiffCollection which limits the result set size. This avoids loading unnecessary data from Git/SQL into memory. - Remove left-over Grit timeout handling code. - Use Gitlab::Git::Count.lines to count lines in strings. - Use more iterators. See merge request !2705
-