Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-03Merge branch 'add-license'Dmitriy Zaporozhets
2015-08-01Make `code` elements in links display as suchRobert Speicher
Also adds some minor padding to inline `code` elements.
2015-07-30Show buttons to add license, changelog and contribution guide if they're ↵Douwe Maan
missing.
2015-07-28Make `hr`s more visible in note bodiesRobert Speicher
Closes #2107
2015-07-26Fix live notes refresh in relative URL deploymentsStan Hu
2015-07-25Merge branch 'fix-reload-with-full-diff-url' into 'master'Stan Hu
Fix the "Reload with full diff" URL button On the first load, the merge request tabs would be requested in JSON format to render the HTML. This would cause the "Reload with full diff" button to create a link to `diff.json`. Instead, generate the path in HTML mode. Closes #2041 See merge request !1019
2015-07-25Merge branch 'master' of github.com:gitlabhq/gitlabhqStan Hu
2015-07-24Merge branch 'auth-icons-labels' into 'master' Valery Sizov
Allow custom label to be set for authentication providers. Addresses internal issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2341 Beside the above, I've: - Refactored `OauthHelper` to have clearer method names and behaviour - Moved some of `OauthHelper` behaviour to `Gitlab::OAuth::Provider` - Renamed `OauthHelper` to `AuthHelper` since LDAP, SAML, Kerberos aren't OAuth - Updated the icons for GitHub and GitLab In the examples below, "OurAuth" is a SAML provider with a custom label. ![Screen_Shot_2015-07-02_at_16.29.52](https://gitlab.com/gitlab-org/gitlab-ce/uploads/7d425bde69dc34e1667ebd5375d0266d/Screen_Shot_2015-07-02_at_16.29.52.png) ![Screen_Shot_2015-07-02_at_16.31.40](https://gitlab.com/gitlab-org/gitlab-ce/uploads/cbb273321ecdf4cab3d3ef0dc35553e7/Screen_Shot_2015-07-02_at_16.31.40.png) ![Screen_Shot_2015-07-02_at_16.32.39](https://gitlab.com/gitlab-org/gitlab-ce/uploads/d8dd6e1d0dc45a788e869cdcdc99e178/Screen_Shot_2015-07-02_at_16.32.39.png) ![Screen_Shot_2015-07-02_at_16.33.18](https://gitlab.com/gitlab-org/gitlab-ce/uploads/7dbfe8b0ae229c32a08d6c7442976d83/Screen_Shot_2015-07-02_at_16.33.18.png) See merge request !927
2015-07-23Fix and style the "Changes suppressed" link.Robert Speicher
2015-07-23Fix the "Reload with full diff" URL buttonStan Hu
On the first load, the merge request tabs would be requested in JSON format to render the HTML. This would cause the "Reload with full diff" button to create a link to diff.json. Closes #2041
2015-07-23Allow custom label to be set for authentication providers.Douwe Maan
2015-07-22Gitlab Issue 707: Indent unfolded code 1 characterngentile
2015-07-21Fix full screen mode for snippet commentsDaniel Gerhardt
ZenMode is now initialized for snippet pages. Fixes #2036.
2015-07-19Show the first tab automatically on MergeRequests#newRobert Speicher
Closes #2013
2015-07-18Merge branch 'fix-note-edit-upload-link' into 'master'Stan Hu
Fix file upload dialog for comment editing This fixes the file upload dialog which currently works for new comments but not for comment editing. The cause for this is a missing DOM class which causes traversal to the dropzone to fail. This is fixed by adding the expected `gfm-form` class to the edit form. It has to be added dynamically since adding it to the form template would break the form's layout and comment saving. The following screenshot illustrates the issue: ![gitlab-dropzone-upload-dialog-bug](https://gitlab.com/gitlab-org/gitlab-ce/uploads/3a9885c8ba7c07338148ec9e605e5771/gitlab-dropzone-upload-dialog-bug.png) See merge request !956
2015-07-17Fix file upload dialog for comment editingDaniel Gerhardt
This fixes the file upload dialog which currently works for new comments but not for comment editing. The cause for this is a missing DOM class which causes traversal to the dropzone to fail. This is fixed by adding the expected `gfm-form` class to the edit form. It has to be added dynamically since adding it to the form template would break the form's layout and comment saving.
2015-07-17Fix bug where clicking on the link icon on a file would result in ↵Stan Hu
"L#undefined" in the URL Closes #2002
2015-07-14Merge branch 'nice-scroll-sidebar' into 'master'Dmitriy Zaporozhets
Add nice scroll for sidebar Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !978
2015-07-14Add nice scroll for sidebarDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-14Hide scrollbar from sidebar when external mouse is connected to OSXKamil Trzcinski
2015-07-14Merge branch 'project-default-view' into 'master'Dmitriy Zaporozhets
Allow user to specify content he wants to see on project page Improvement to !938. Since a lot of people complain on fact they don't like to see README. Especially since we already have a switcher for dashboard - it kind of acceptable to select behaviour. User can specify which content he/she wants to see: ![Screenshot_2015-07-13_18.24.31](https://gitlab.com/gitlab-org/gitlab-ce/uploads/d237474e8f52df4a62ba7e951fa28bd8/Screenshot_2015-07-13_18.24.31.png) ![Screenshot_2015-07-13_18.24.36](https://gitlab.com/gitlab-org/gitlab-ce/uploads/473b0e2a94b3de16d048b8332b539816/Screenshot_2015-07-13_18.24.36.png) cc @JobV @jacobvosmaer @marin @sytses See merge request !970
2015-07-13Increase padding between menu items a bitDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-13Make sidebar scrollable. It prevents content overflow for small screensDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-13Allow user to specify content he wants to see on project pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-13Hide icon for bact-to-location menu in sidebarDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-13Merge branch 'rs-issue-1908' into 'master'Dmitriy Zaporozhets
Add Safari/iOS and Windows 8 logo information Now that we've got our :fire: new logo, let's spread it around a bit more! Closes #1908 See merge request !944
2015-07-10Update background color for touch-icon-* imagesRobert Speicher
2015-07-10Do not add the same icon multiple times to dropzonesDaniel Gerhardt
Some DOM queries were to broad which caused paperclip icons and spinners to be added multiple times to a dropzone in case of multiple dropzones on a page.
2015-07-10Smaller font and leing height for sidebar elementsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-09Reset ul list style types inside notesRobert Speicher
Closes #259
2015-07-09Style all blockquote children, not just pRobert Speicher
Closes #1939
2015-07-09Properly render plain readmeDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-09Add Windows 8 pinned site tile meta tagsRobert Speicher
2015-07-09Add Safari/iOS versions of the logoRobert Speicher
2015-07-08Cleanup and some test fixes after refactoring project home pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-08Imrpove mobile view for project pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-08Add shortcut for project activity pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-08Refactor star and fork buttonsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-07Move project activity to separate tab. Add more features to project home pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-07Redesign project home pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-06Remove sticky-diff functionalityDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-06Revert "Diff headers made sticky"Dmitriy Zaporozhets
This reverts commit af44c65030a1fbc4e29c3cf51e4d3c33b9666201.
2015-07-01commit hashes are monospacedNicolás Reynolds
2015-06-27Remove disableButtonIf[Any]EmptyField calls from formsRobert Speicher
These have been replaced by the "requiresInput" behavior.
2015-06-27Add "Requires Input" JS behaviorRobert Speicher
2015-06-26Merge branch 'rs-issue-1887' into 'master'Dmitriy Zaporozhets
Reorder MergeRequestTabs constructor The tab was being activated before we set the `[commits|diffs]Loaded` variable, so even when the `/diffs` route is accessed directly, like from the "Side-by-side" link, the tab was being loaded from its default source. Fixes #1887 See merge request !892
2015-06-26Simplify set of assignee, milestone and label to admin_issue ruleDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-26Update tests and use js-issuable class for context formDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-26Trigger sticky_kit:recalc when diffs are pre-loadedRobert Speicher
2015-06-26Reorder MergeRequestTabs constructorRobert Speicher
The tab was being activated before we set the `[commits|diffs]Loaded` variable, so even when the `/diffs` route is accessed directly, like from the "Side-by-side" link, the tab was being loaded from its default source. Fixes #1887