- 11 Jun, 2015 1 commit
-
-
Job van der Voort authored
-
- 10 Jun, 2015 19 commits
-
-
Douwe Maan authored
Fix alignment of Project Settings nav icons. @douwe thanks for reviewing this small fix. ![before_after](https://dev.gitlab.org/gitlab/gitlabhq/uploads/ce213aa5b08c640ec5e9b018e0ec4036/before_after.png) See merge request !1848
-
Dmitriy Zaporozhets authored
Improve project edit form Properly align checkboxes according to bootstrap Before: ![Screenshot_2015-06-10_17.01.26](https://gitlab.com/gitlab-org/gitlab-ce/uploads/2e874cc0a6edd52d98a17030f3d16f24/Screenshot_2015-06-10_17.01.26.png) After: ![Screenshot_2015-06-10_16.59.31](https://gitlab.com/gitlab-org/gitlab-ce/uploads/7d91ffe8e981f9bc57d9a18ce8ac79e2/Screenshot_2015-06-10_16.59.31.png) Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !793
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Changes back-ported from rspec3 branch This is just breaking up the large `road-to-rspec-3` branch a bit. Each of these commits have been cherry-picked and would be good to have in place before the upgrade. See merge request !792
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
update fog to 1.25.0 and add multipart upload support This merge will fix backup uploading problems to s3, closing gitlab-org/gitlab-ce#1059 See merge request !789
-
Job van der Voort authored
fixed links @job I am trying to fix these links, since they work on the commit, but then they didn't work on the website when the commit was merged. I tried changing them here, but I'm not sure if they'll work when merged. I tried to use localhost to test this, but it only works with www-gitlab-com Thanks! See merge request !1849
-
Robert Schilling authored
Update browser gem to version 0.8.0 Internet Explorer 11.0.9600.17633 has a new User-Agent string (tested using [BrowserStack](https://www.browserstack.com)): ``` User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko ``` This is supported in v0.8.0 of the browser gem: https://github.com/fnando/browser/commit/aab7a81d94cc2c31c4b860fa4a9b9a361adf1bab Closes #1775 See merge request !791
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
They're called constants for a reason, after all.
-
Robert Speicher authored
This might see a minor speedup in test cases that call this method many times.
-
Robert Speicher authored
As of Ruby 1.9, this is the correct way to handle `respond_to?` for methods implemented by `method_missing`. See https://robots.thoughtbot.com/always-define-respond-to-missing-when-overriding
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Karen Carias authored
-
- 09 Jun, 2015 20 commits
-
-
Nicolas authored
-
Stan Hu authored
Closes #1775
-
Sytse Sijbrandij authored
set the release time See merge request !1843
-
Dmitriy Zaporozhets authored
Move Project Members link from Settings to main menu. Addresses #2278. See merge request !1846
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Jeroen Nijhof authored
-
Jeroen Nijhof authored
-
Jeroen Nijhof authored
-
Douwe Maan authored
Revert "No need to check if `repository_ref` is present"
-
Jeroen van Baarsen authored
-
Nicolas authored
Addresses #2278.
-
Douwe Maan authored
Make submit hotkey available to all notes forms. Addresses #2221. See merge request !1847
-
Dmitriy Zaporozhets authored
Add "Remember me" checkbox to LDAP signin form. Addresses internal issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2127. See merge request !772
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Move page-specific JS out of head and into body. Addresses internal issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2375. See merge request !787
-
Dmitriy Zaporozhets authored
Correctly remove already-mentioned commits for cross references Fixes #1778 See merge request !785
-
Douwe Maan authored
-
Job van der Voort authored
Fixing importing doc Fixed some details about the importing links and documents. - Added extra info to Bitbucket importing - Organized docs in alphabetical order - Moved Importing link to general documentation, instead of workflow (that's where Sytse asked me to add it) Thank you @job for merging previous changes. See merge request !1845
-