Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'issue_2406' into 'master' | Dmitriy Zaporozhets | 2016-01-28 | 2 | -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ávila | 2016-01-20 | 1 | -2/+2 |
| | | |||||
| * | Show last commit as description. #2406 | Rubén Dávila | 2016-01-20 | 2 | -3/+9 |
| | | |||||
| * | Show forks counter on listing. #2406 | Rubén Dávila | 2016-01-20 | 2 | -1/+8 |
| | | |||||
| * | Use Project creator's avatar in fork listing. #2406 | Rubén Dávila | 2016-01-20 | 2 | -2/+6 |
| | | |||||
* | | Removed sorted text from dropdowns | Phil Hughes | 2016-01-28 | 1 | -1/+1 |
| | | | | | | | | Closes #12796 | ||||
* | | Merge branch 'note-highlighting' into 'master' | Robert Speicher | 2016-01-25 | 1 | -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-highlighting | Douwe Maan | 2016-01-25 | 1 | -2/+1 |
| | | | |||||
* | | | Substituted deprecated forum link with project issues link. [ci skip] | Jose Torres | 2016-01-25 | 1 | -3/+3 |
| | | | |||||
* | | | Distinguishes between search inputs. | Jacob Schatz | 2016-01-24 | 1 | -1/+1 |
| | | | | | | | | | | | | Main search input has different styles than secondary search inputs. | ||||
* | | | Adds base64 background search icon. | Jacob Schatz | 2016-01-24 | 1 | -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 Maan | 2016-01-21 | 1 | -2/+2 |
| | | | | | | | | blame and snippets | ||||
* | | Merge branch 'master' into issue_3945 | Douwe Maan | 2016-01-20 | 2 | -2/+5 |
|\ \ | |/ | |||||
| * | Fix spacing issues, fix naming inconsistencies. Fix conflicts. | Jacob Schatz | 2016-01-18 | 1 | -2/+2 |
| | | | | | | | | Used `issuable` instead | ||||
| * | adds exclamation point when assigned user cannot merge | Jacob Schatz | 2016-01-18 | 1 | -0/+3 |
| | | |||||
| * | Merge branch 'fix-alignment-issue' into 'master' | Jacob Schatz | 2016-01-15 | 1 | -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  **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  See merge request !2431 | ||||
| | * | Replace strong by span for .item-title elementsfix-alignment-issue | Rémy Coutable | 2016-01-15 | 1 | -1/+1 |
| | | | |||||
| | * | Streamline item titles to use a single class, and add back strong tags | Rémy Coutable | 2016-01-15 | 1 | -2/+2 |
| | | | |||||
* | | | Refactor Gitlab::Highlight and fix tests | Douwe Maan | 2016-01-19 | 1 | -2/+1 |
|/ / | |||||
* | | Merge branch 'rs-fix-cross-reference' into 'master' | Robert Speicher | 2016-01-14 | 1 | -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 text | Robert Speicher | 2016-01-13 | 1 | -3/+4 |
| | | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/4183 | ||||
* | | | Fix css mess around git clone panel. Align it properly | Dmitriy Zaporozhets | 2016-01-14 | 1 | -2/+2 |
| |/ |/| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Merge branch 'remove-gray-bg' | Dmitriy Zaporozhets | 2016-01-14 | 3 | -3/+3 |
|\ \ | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | Replace all navigation menu with nav-links class | Dmitriy Zaporozhets | 2016-01-13 | 2 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | Start moving all navigation to one class | Dmitriy Zaporozhets | 2016-01-13 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | New layout without background color | Dmitriy Zaporozhets | 2016-01-13 | 1 | -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-weight | Rémy Coutable | 2016-01-14 | 1 | -2/+1 |
|/ | | | | titles, on their respective project pages | ||||
* | adds hover titles to merge request and issue pageshover-descriptions | Jacob Schatz | 2016-01-11 | 1 | -5/+9 |
| | |||||
* | Merge branch 'fix-build-status-caching' into 'master' | Dmitriy Zaporozhets | 2016-01-11 | 1 | -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 dashboard | Stan Hu | 2016-01-08 | 1 | -5/+8 |
| | | | | | | | | Closes #3268 | ||||
* | | Issue #5817 wording of the web hooks updated on issue and merge events | iqualisoni | 2016-01-11 | 1 | -2/+2 |
|/ | |||||
* | changes verb `references` to noun `reference`.cross-project-reference-typo-fix | Jacob Schatz | 2016-01-08 | 1 | -1/+1 |
| | |||||
* | adds reference to the bottom of sidebar | Jacob Schatz | 2016-01-07 | 1 | -9/+10 |
| | |||||
* | Merge branch 'rs-logo-animation' into 'master' | Dmitriy Zaporozhets | 2016-01-05 | 1 | -7/+7 |
|\ | | | | | | | | | | | | | Use the logo as a loading indicator  See merge request !2277 | ||||
| * | Correct the logo ID names | Robert Speicher | 2016-01-04 | 1 | -7/+7 |
| | | | | | | | | Her left, not ours! | ||||
| * | Give the logo shapes meaningful IDs | Robert Speicher | 2016-01-02 | 1 | -7/+7 |
| | | |||||
* | | Expire view caches when application settings change | Stan Hu | 2016-01-03 | 1 | -1/+1 |
|/ | | | | Closes #5728 | ||||
* | Swap Author and Assignee Selectors on issuable index view | Zeger-Jan van de Weg | 2015-12-30 | 1 | -4/+4 |
| | | | | Closes #4039 | ||||
* | Merge branch 'new-project-header-redesign' into 'master' | Dmitriy Zaporozhets | 2015-12-24 | 1 | -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/>  See merge request !2156 | ||||
| * | fixes failing test by updating project clone instructions | Jacob Schatz | 2015-12-23 | 1 | -4/+4 |
| | | |||||
| * | spacing changed from 4 to 2 in ` _clone_panel.html.haml`. | Jacob Schatz | 2015-12-23 | 1 | -21/+21 |
| | | |||||
| * | dropdown chooses right default | Jacob Schatz | 2015-12-23 | 1 | -4/+5 |
| | | |||||
| * | adds dropdown for cloning | Jacob Schatz | 2015-12-23 | 1 | -8/+24 |
| | | |||||
* | | Automatically fork a project when not allowed to edit a file. | Douwe Maan | 2015-12-18 | 1 | -11/+17 |
|/ | |||||
* | Merge branch 'fix-milestone-snippet-header' into 'master' | Dmitriy Zaporozhets | 2015-12-16 | 2 | -23/+23 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix headers of milestone and snippet show pages Fix layout, and move "Edit" button to very right just like issue/MR. Before:   After:   cc @skyruler cc @rspeicher 8.3 please! See merge request !2104 | ||||
| * | Rename .issuable-details to .detail-page (and -header and -description) | Douwe Maan | 2015-12-16 | 2 | -25/+24 |
| | | |||||
| * | Fix headers of milestone and snippet show pages | Douwe Maan | 2015-12-15 | 1 | -3/+4 |
| | | |||||
* | | Revert "Fix "Notifications" label color" | Douwe Maan | 2015-12-16 | 1 | -1/+1 |
| | | | | | | | | This reverts commit e4e1777aa5e465663e8caf1696d67a0567dd6bc6. | ||||
* | | Revert "Use regularly colored button for "Subscribe"/"Unsubscribe"" | Douwe Maan | 2015-12-16 | 1 | -1/+1 |
| | | | | | | | | This reverts commit c1db8d15903117964274963b87fcc1893c4ee82c. | ||||
* | | Use regularly colored button for "Subscribe"/"Unsubscribe"issuable-sidebar | Douwe Maan | 2015-12-15 | 1 | -1/+1 |
| | |