Jacob Vosmaer
bef405333c
Merge branch '7-12-stable' of dev.gitlab.org:gitlab/gitlabhq into 7-12-stable
2015-06-22 12:25:09 +02:00
Dmitriy Zaporozhets
156edd8d6f
Merge branch 'web-editor-autocrlf' into 'master'
...
Convert CRLF newlines to LF when committing using the web editor.
Fixes #1823 and https://github.com/gitlabhq/gitlabhq/issues/7950 .
Depends on https://gitlab.com/gitlab-org/gitlab_git/merge_requests/29 being merged and a new gitlab_git being released.
cc @jacobvosmaer
See merge request !858
2015-06-22 12:21:51 +02:00
Jacob Vosmaer
87c67b1748
Merge branch '7-12-new-mr-disable-change-target-branch' into '7-12-stable'
...
Disable changing of target branch in new merge request page when a branch has already been specified
Closes #1830
See merge request !856
2015-06-22 10:00:54 +00:00
Stan Hu
f7efd26575
Disable changing of target branch in new merge request page when a branch has already been specified
...
Closes #1830
2015-06-20 05:46:20 -07:00
Stan Hu
c65634cf3a
Fix Error 500 when one user attempts to access a personal, internal snippet
...
Closes #1815
2015-06-20 05:44:23 -07:00
Stan Hu
b8fd21f91a
Fix 403 Access Denied error messages when accessing Labels section in a project that has MRs disabled but issues enabled
...
Closes #1813
2015-06-18 04:54:49 -07:00
Robert Speicher
a28686d331
Fix preferences/show
2015-06-16 12:53:00 -04:00
Robert Speicher
f323b8c4e5
Refactor RootController
...
cherry-picked
2015-06-16 12:52:47 -04:00
Robert Speicher
7cff7d6fce
Refactor dashboard_choices
...
cherry-picked
2015-06-16 12:52:40 -04:00
Robert Speicher
17af09b190
Remove redundant help text from custom dashboard selection
...
cherry-picked
2015-06-16 12:52:31 -04:00
Robert Speicher
2797daade9
Fix alignment of Behavior form; add documentation link
...
cherry-picked
2015-06-16 12:52:27 -04:00
Robert Speicher
2b4b05727d
Spec the failure cases for PreferencesController#update
...
cherry-picked
2015-06-16 12:52:12 -04:00
Robert Speicher
f22d80ad75
Make the dashboard choice text match the text in the sidebar
...
cherry-picked
2015-06-16 12:52:08 -04:00
Robert Speicher
8dfe01cbb0
Add feature specs for default dashboard preference
...
cherry-picked
2015-06-16 12:52:04 -04:00
Robert Speicher
878732b426
Add a form field to customize the dashboard preference
...
cherry-picked
2015-06-16 12:52:00 -04:00
Robert Speicher
5e0a812669
Account for RootController for dashboard navigation and Dispatch JS
...
cherry-picked
2015-06-16 12:51:56 -04:00
Robert Speicher
bf44988a30
Add RootController
...
This controller is now the target for `root_url`. It sub-classes
DashboardController so we can render the old default without a redirect
if the user hasn't customized their dashboard location.
cherry-picked
2015-06-16 12:51:51 -04:00
Robert Speicher
7f702b33b9
Add dashboard attribute to User model
...
cherry-picked
2015-06-16 12:51:46 -04:00
Robert Speicher
122e83c326
Simplify the javascript behavior for Preference updating
...
cherry-picked
2015-06-16 12:51:42 -04:00
Robert Speicher
59ab9cc9fc
Remove js handler from Profiles#update
...
It was only used for the appearance live updating, which is now handled
by Profiles::Preferences#update
cherry-picked
2015-06-16 12:51:34 -04:00
Robert Speicher
3cae81a597
Move the "Design" templates and logic to Preferences
...
cherry-picked
2015-06-16 12:51:23 -04:00
Robert Speicher
471ea73a56
Add Profiles::PreferencesController
...
cherry-picked
2015-06-16 12:51:02 -04:00
Nicolas and Dmitriy Zaporozhets
b27ef08318
Fix typo on account page.
2015-06-15 18:36:33 +02:00
Dmitriy Zaporozhets
916d7da4a8
Merge branch 'fix-gitlab-ci-yml' into 'master'
...
Look for .gitlab-ci.yml only if checkout_sha is present
Fixes https://dev.gitlab.org/gitlab/gitlabhq/issues/2396
cc @vsizov
See merge request !818
2015-06-15 18:31:29 +02:00
Dmitriy Zaporozhets
f92d6e2423
Merge branch 'remove-activity-feed-text' into 'master'
...
Remove text since rss is now to prominent.
See merge request !1855
2015-06-12 10:41:50 +00:00
Sytse Sijbrandij
91ab3849bd
Remove text since rss is now to prominent.
2015-06-12 11:58:18 +02:00
Dmitriy Zaporozhets
21a62bb995
Merge branch 'refactor-mr-widget' into 'master'
...
Refactor accept merge request widget
* make each case a simple view
* separate merge request JS from merge request accept widget JS
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
See merge request !799
2015-06-12 08:22:13 +00:00
Dmitriy Zaporozhets
5cacc06508
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
2015-06-12 10:12:43 +02:00
Dmitriy Zaporozhets
b63ef1a077
Merge branch 'fix-graph-width' into 'master'
...
Fix graph width on different screen sizes
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
See merge request !802
2015-06-12 08:11:47 +00:00
Dmitriy Zaporozhets
b4c02311b7
Merge branch 'fluid-commit-calendar' into 'master'
...
Make commit calendar size depend on window size
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
See merge request !801
2015-06-12 07:30:45 +00:00
Dmitriy Zaporozhets
4e98159022
Merge branch 'rs-issue-1757' into 'master'
...
Add negative tabindex to Markdown Write and Preview tabs
Closes #1757
See merge request !796
2015-06-11 21:17:35 +00:00
Dmitriy Zaporozhets
c69ca9912e
Merge pull request #9371 from zenati/patch-2
...
An `in_namespace` scope is already present
2015-06-11 23:09:41 +02:00
Dmitriy Zaporozhets
aa38dfe938
Fix graph width on different screen sizes
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-06-11 23:00:38 +02:00
Dmitriy Zaporozhets
f06f438044
Make commit calendar size depend on window size
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-06-11 22:52:21 +02:00
Dmitriy Zaporozhets
15cfa5ca20
Fix automerge
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-06-11 18:49:34 +02:00
Dmitriy Zaporozhets
946b4ceda3
Improve variables in mr widget
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-06-11 18:45:12 +02:00
Dmitriy Zaporozhets
8893ac4ba4
Fix rubocop
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-06-11 18:35:43 +02:00
Dmitriy Zaporozhets
00600a592b
Extract merge request widget JS to separate class
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-06-11 18:27:03 +02:00
Dmitriy Zaporozhets
148178fb98
Merge branch 'rs-issue-1758' into 'master'
...
Update grids for 2FA details
Also adds a link to the documentation.
Closes #1758
See merge request !795
2015-06-11 15:00:08 +00:00
Dmitriy Zaporozhets
d2d8037b1a
Refactor merge request widget step 2
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-06-11 15:14:50 +02:00
Job van der Voort
a042b0ab83
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
2015-06-11 15:04:53 +02:00
Dmitriy Zaporozhets
644b6ba993
Refactor accept merge request widget
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-06-11 09:40:26 +02:00
Max Borghino
a37ff6de88
Update oauth button logos for Twitter and Google
...
Both new buttons are 64x64 renders of the recommended assets
from each company.
Refs for those are:
- https://about.twitter.com/press/twitter-brand-policy
- https://developers.google.com/identity/branding-guidelines
Addresses issue #544
2015-06-10 23:48:06 -07:00
Douwe Maan
3de35168fd
Merge branch 'project_settings_icons_alignment' into 'master'
...
Fix alignment of Project Settings nav icons.
@douwe thanks for reviewing this small fix.

See merge request !1848
2015-06-10 21:16:19 +00:00
Robert Speicher
42ca87ebf7
Add negative tabindex to Markdown Write and Preview tabs
...
Closes #1757
2015-06-10 16:34:51 -04:00
Robert Speicher
e26eb1e162
Update grids for 2FA details
...
Also adds a link to the documentation.
2015-06-10 16:31:06 -04:00
Dmitriy Zaporozhets
3620849018
Improve project edit form
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-06-10 17:01:06 +02:00
Robert Speicher
94cbf0091f
Fix taskable require
2015-06-10 01:38:45 -04:00
Robert Speicher
33df3ed384
Add respond_to_missing? for Commit and Repository
...
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
2015-06-10 01:31:27 -04:00
Nicolas
e34c1169a5
Fix alignment of Project Settings nav icons.
2015-06-10 00:43:07 +02:00