summaryrefslogtreecommitdiff
path: root/app/views/shared
Commit message (Collapse)AuthorAgeFilesLines
* Replace strong by span for .item-title elementsfix-alignment-issueRémy Coutable2016-01-151-1/+1
|
* Streamline item titles to use a single class, and add back strong tagsRémy Coutable2016-01-151-2/+2
|
* Merge branch 'remove-gray-bg'Dmitriy Zaporozhets2016-01-143-3/+3
|\ | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Replace all navigation menu with nav-links classDmitriy Zaporozhets2016-01-132-2/+2
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Start moving all navigation to one classDmitriy Zaporozhets2016-01-131-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * New layout without background colorDmitriy Zaporozhets2016-01-131-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Improve the consistency of commit titles, branch names, tag names, issue/MR ↵fix/titles-weightRémy Coutable2016-01-141-2/+1
|/ | | | titles, on their respective project pages
* adds hover titles to merge request and issue pageshover-descriptionsJacob Schatz2016-01-111-5/+9
|
* Merge branch 'fix-build-status-caching' into 'master' Dmitriy Zaporozhets2016-01-111-5/+8
|\ | | | | | | | | | | | | | | | | Fix caching issue where build status was not updating in project dashboard The project dashboard page would show a stale build status since the caching key did not depend on it. Fix by adding the commit status if CI is applicable. Closes #3268 See merge request !2353
| * Fix caching issue where build status was not updating in project dashboardStan Hu2016-01-081-5/+8
| | | | | | | | Closes #3268
* | Issue #5817 wording of the web hooks updated on issue and merge eventsiqualisoni2016-01-111-2/+2
|/
* changes verb `references` to noun `reference`.cross-project-reference-typo-fixJacob Schatz2016-01-081-1/+1
|
* adds reference to the bottom of sidebarJacob Schatz2016-01-071-9/+10
|
* Merge branch 'rs-logo-animation' into 'master' Dmitriy Zaporozhets2016-01-051-7/+7
|\ | | | | | | | | | | | | Use the logo as a loading indicator ![logo-sweep](/uploads/ff048fd2e56a6dcae8801f998b484623/logo-sweep.gif) See merge request !2277
| * Correct the logo ID namesRobert Speicher2016-01-041-7/+7
| | | | | | | | Her left, not ours!
| * Give the logo shapes meaningful IDsRobert Speicher2016-01-021-7/+7
| |
* | Expire view caches when application settings changeStan Hu2016-01-031-1/+1
|/ | | | Closes #5728
* Swap Author and Assignee Selectors on issuable index viewZeger-Jan van de Weg2015-12-301-4/+4
| | | | Closes #4039
* Merge branch 'new-project-header-redesign' into 'master' Dmitriy Zaporozhets2015-12-241-6/+23
|\ | | | | | | | | | | | | | | | | | | | | Dropdowns for clone. Star and Fork with new count areas. Star and Unstarred Works now Fixes #2876 and #3482 Used existing styles. <br/> Did not attempt to make pixel perfect as styles already exist. <br/> ![Screen_Shot_2015-12-18_at_5.24.56_PM](/uploads/a79ba1e0be0232f2aeef8a43f3253479/Screen_Shot_2015-12-18_at_5.24.56_PM.png) See merge request !2156
| * fixes failing test by updating project clone instructionsJacob Schatz2015-12-231-4/+4
| |
| * spacing changed from 4 to 2 in ` _clone_panel.html.haml`.Jacob Schatz2015-12-231-21/+21
| |
| * dropdown chooses right defaultJacob Schatz2015-12-231-4/+5
| |
| * adds dropdown for cloningJacob Schatz2015-12-231-8/+24
| |
* | Automatically fork a project when not allowed to edit a file.Douwe Maan2015-12-181-11/+17
|/
* Merge branch 'fix-milestone-snippet-header' into 'master' Dmitriy Zaporozhets2015-12-162-23/+23
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix headers of milestone and snippet show pages Fix layout, and move "Edit" button to very right just like issue/MR. Before: ![Screen_Shot_2015-12-15_at_17.33.20](/uploads/dbbeb6868b80e21894159126a0feca6a/Screen_Shot_2015-12-15_at_17.33.20.png) ![Screen_Shot_2015-12-15_at_17.33.28](/uploads/53d10b42adc34e48b063889120e9a746/Screen_Shot_2015-12-15_at_17.33.28.png) After: ![Screen_Shot_2015-12-15_at_17.34.25](/uploads/b0d0ea3f6a7b61d51b474419207f7a02/Screen_Shot_2015-12-15_at_17.34.25.png) ![Screen_Shot_2015-12-15_at_17.35.55](/uploads/65b922f5249655d3733740690577c9d7/Screen_Shot_2015-12-15_at_17.35.55.png) cc @skyruler cc @rspeicher 8.3 please! See merge request !2104
| * Rename .issuable-details to .detail-page (and -header and -description)Douwe Maan2015-12-162-25/+24
| |
| * Fix headers of milestone and snippet show pagesDouwe Maan2015-12-151-3/+4
| |
* | Revert "Fix "Notifications" label color"Douwe Maan2015-12-161-1/+1
| | | | | | | | This reverts commit e4e1777aa5e465663e8caf1696d67a0567dd6bc6.
* | Revert "Use regularly colored button for "Subscribe"/"Unsubscribe""Douwe Maan2015-12-161-1/+1
| | | | | | | | This reverts commit c1db8d15903117964274963b87fcc1893c4ee82c.
* | Use regularly colored button for "Subscribe"/"Unsubscribe"issuable-sidebarDouwe Maan2015-12-151-1/+1
| |
* | Fix "Notifications" label colorDouwe Maan2015-12-151-1/+1
| |
* | Move cross-project reference downDouwe Maan2015-12-151-8/+8
|/
* Merge branch 'ci-services-migrate' into 'master' Kamil Trzciński2015-12-141-0/+9
|\ | | | | | | | | | | | | Ci Services migrate See merge request !1985
| * Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski2015-12-101-0/+9
| |
* | Few UI improvements to new sidebar implementationDmitriy Zaporozhets2015-12-111-6/+6
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Fix tests for new issuable sidebarDmitriy Zaporozhets2015-12-111-7/+10
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Redesign issue page for new sidebarDmitriy Zaporozhets2015-12-112-61/+4
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Implement issuable sidebar partialDmitriy Zaporozhets2015-12-111-0/+80
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'tmp-reference-pipeline-and-caching' into 'master' Douwe Maan2015-12-101-1/+1
|\ | | | | | | | | | | | | | | | | [Second try] Implement different Markdown rendering pipelines and cache Markdown !1602 already got merged in bcd89a58e736685bcce662fe0acf793ee925b536, but it would appear the merge commit disappeared because of #3816 (or some other reason). cc @rspeicher See merge request !2051
| * Merge branch 'master' into tmp-reference-pipeline-and-cachingtmp-reference-pipeline-and-cachingDouwe Maan2015-12-102-2/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # spec/lib/gitlab/markdown/autolink_filter_spec.rb # spec/lib/gitlab/markdown/commit_range_reference_filter_spec.rb # spec/lib/gitlab/markdown/commit_reference_filter_spec.rb # spec/lib/gitlab/markdown/cross_project_reference_spec.rb # spec/lib/gitlab/markdown/emoji_filter_spec.rb # spec/lib/gitlab/markdown/external_issue_reference_filter_spec.rb # spec/lib/gitlab/markdown/external_link_filter_spec.rb # spec/lib/gitlab/markdown/issue_reference_filter_spec.rb # spec/lib/gitlab/markdown/label_reference_filter_spec.rb # spec/lib/gitlab/markdown/merge_request_reference_filter_spec.rb # spec/lib/gitlab/markdown/redactor_filter_spec.rb # spec/lib/gitlab/markdown/reference_gatherer_filter_spec.rb # spec/lib/gitlab/markdown/relative_link_filter_spec.rb # spec/lib/gitlab/markdown/sanitization_filter_spec.rb # spec/lib/gitlab/markdown/snippet_reference_filter_spec.rb # spec/lib/gitlab/markdown/syntax_highlight_filter_spec.rb # spec/lib/gitlab/markdown/table_of_contents_filter_spec.rb # spec/lib/gitlab/markdown/task_list_filter_spec.rb # spec/lib/gitlab/markdown/upload_link_filter_spec.rb # spec/lib/gitlab/markdown/user_reference_filter_spec.rb
| * \ Merge branch 'reference-pipeline-and-caching' into 'master' Robert Speicher2015-12-081-1/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement different Markdown rendering pipelines and cache Markdown Builds on !1090. Related to !1014. Fixes #2054. See merge request !1602
| | * \ Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-12-0712-58/+78
| | |\ \
| | * \ \ Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-12-033-7/+9
| | |\ \ \
| | * \ \ \ Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-12-024-24/+28
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-11-196-22/+30
| | |\ \ \ \ \
| | * | | | | | gfm is no longerDouwe Maan2015-10-271-1/+1
| | | | | | | |
* | | | | | | | Add copy-to-clipboard button to Snippets#showrs-snippets-clipboardRobert Speicher2015-12-091-2/+3
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | Closes #3701
* | | | | | | Improve text indication visibility on snippetsZeger-Jan van de Weg2015-12-081-1/+1
| | | | | | |
* | | | | | | Merge branch 'edit-in-patch-branch' into 'master' Robert Speicher2015-12-081-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Default target branch to patch-n when editing file in protected branch Fixes #3441 See merge request !2021
| * | | | | | Default target branch to patch-n when editing file in protected branchDouwe Maan2015-12-081-1/+1
| | |_|_|_|/ | |/| | | |