summaryrefslogtreecommitdiff
path: root/app/views/shared
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'issue_2406' into 'master' Dmitriy Zaporozhets2016-01-282-5/+22
|\ | | | | | | | | | | | | Show list of forks for a given Project Closes #2406 See merge request !2376
| * Some fixes from last code review.Rubén Dávila2016-01-201-2/+2
| |
| * Show last commit as description. #2406Rubén Dávila2016-01-202-3/+9
| |
| * Show forks counter on listing. #2406Rubén Dávila2016-01-202-1/+8
| |
| * Use Project creator's avatar in fork listing. #2406Rubén Dávila2016-01-202-2/+6
| |
* | Removed sorted text from dropdownsPhil Hughes2016-01-281-1/+1
| | | | | | | | Closes #12796
* | Merge branch 'note-highlighting' into 'master' Robert Speicher2016-01-251-2/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Highlight note code and edit preview More highlighting fixes! Highlighting wasn't applied all the way for code in notes, diff notes diffs and diff preview (on the file edit page). The CSS changes further unify the styling for file-content highlighting, diff highlighting and note code highlighting. See merge request !2594
| * | Highlight note code and edit previewnote-highlightingDouwe Maan2016-01-251-2/+1
| | |
* | | Substituted deprecated forum link with project issues link. [ci skip]Jose Torres2016-01-251-3/+3
| | |
* | | Distinguishes between search inputs.Jacob Schatz2016-01-241-1/+1
| | | | | | | | | | | | Main search input has different styles than secondary search inputs.
* | | Adds base64 background search icon.Jacob Schatz2016-01-241-1/+1
|/ / | | | | | | | | | | | | | | | | All inputs of type `search` will have the gray background and search icon centered. Because the search magnifier is a bg image, I had to hide it with `[value=""]`. I added a little javascript to make sure each input always has it's own value.
* | Use consistent markup and styling for highlighting across blobs, diffs, ↵Douwe Maan2016-01-211-2/+2
| | | | | | | | blame and snippets
* | Merge branch 'master' into issue_3945Douwe Maan2016-01-202-2/+5
|\ \ | |/
| * Fix spacing issues, fix naming inconsistencies. Fix conflicts.Jacob Schatz2016-01-181-2/+2
| | | | | | | | Used `issuable` instead
| * adds exclamation point when assigned user cannot mergeJacob Schatz2016-01-181-0/+3
| |
| * Merge branch 'fix-alignment-issue' into 'master' Jacob Schatz2016-01-151-2/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix alignment issues after a fix on titles weight Fixes #8102. Fixes #3956. This fixes an alignment regression introduced by !2422. Sorry about that! :/ ## Commit title alignment fixed ![Screen_Shot_2016-01-14_at_16.10.01](/uploads/8fdc08dca379bc551f5872de910c7149/Screen_Shot_2016-01-14_at_16.10.01.png) **The fact that the first row has a smaller height than the other rows was not introduced by !2422 (I've checked by reverting 818607f0 on `master`).** ## Tags name in list ![Screen_Shot_2016-01-14_at_16.10.09](/uploads/fba3978037677bb8855f374b5f38dde0/Screen_Shot_2016-01-14_at_16.10.09.png) See merge request !2431
| | * 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
| | |
* | | Refactor Gitlab::Highlight and fix testsDouwe Maan2016-01-191-2/+1
|/ /
* | Merge branch 'rs-fix-cross-reference' into 'master' Robert Speicher2016-01-141-3/+4
|\ \ | | | | | | | | | | | | | | | | | | Fix cross-project reference clipboard text See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2339 See merge request !2420
| * | Fix cross-project reference clipboard textRobert Speicher2016-01-131-3/+4
| | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/4183
* | | Fix css mess around git clone panel. Align it properlyDmitriy Zaporozhets2016-01-141-2/+2
| |/ |/| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | 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
| |