summaryrefslogtreecommitdiff
path: root/app/views/shared
Commit message (Collapse)AuthorAgeFilesLines
* Make copy button in collapsed sidebar work.bugfix/jschatz1/sidebar-fixes-13215Jacob Schatz2016-02-051-1/+1
|
* Add `j` and `k` shortcutsJacob Schatz2016-02-051-2/+2
|
* Merge branch 'paginate-dashboard-projects' into 'master' Dmitriy Zaporozhets2016-02-051-11/+15
|\ | | | | | | | | | | | | Page project list on dashboard See merge request !2689
| * Implement changes from MR feedbackJosh Frye2016-02-041-1/+1
| |
| * Various filter fixesJosh Frye2016-02-041-6/+8
| |
| * Paginate + ajax filter dashboard projectsJosh Frye2016-02-041-14/+16
| |
* | Re-use top-are css component for issues/mr pagesDmitriy Zaporozhets2016-02-053-37/+34
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'list-padding' into 'master' Dmitriy Zaporozhets2016-02-052-3/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New padding for lists * improve consistency for list padding * reduce padding for project/group/events lists Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Fixes #12511 cc @jschatz1 @skyruler @creamzy See merge request !2715
| * | New padding for listslist-paddingDmitriy Zaporozhets2016-02-042-3/+3
| | | | | | | | | | | | | | | | | | | | | * improve consistency for list padding * reduce padding for project/group/events lists Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Allow link_to_label to take an optional type argrymai/gitlab-ce-3007-fix-mr-label-linksRémy Coutable2016-02-041-2/+2
|/ / | | | | | | | | | | You can set type: :merge_request to create a link to merge request lists instead of issues list. Accept both Symbol & String as type argument for the link_to_label helper
* | Merge branch 'feature/jschatz1/issuable-sidebar' into 'master' Dmitriy Zaporozhets2016-02-042-73/+121
|\ \ | |/ |/| | | | | | | | | | | | | Implement new design for issue and merge request right sidebar Fixes #3981 See merge request !2645
| * Properly link to the right issue or merge requestfeature/jschatz1/issuable-sidebarJacob Schatz2016-02-041-2/+2
| |
| * Sidebar works after sidebar ajax calls.Jacob Schatz2016-02-021-1/+1
| |
| * Add ajax calls to return JSONJacob Schatz2016-01-301-1/+1
| | | | | | | | | | Fix subtitles on minimize. Fix styles for show.
| * Add detail to collapsed iconsJacob Schatz2016-01-282-2/+14
| |
| * Sidebar collapse and expand work with whole page.Jacob Schatz2016-01-282-4/+25
| |
| * Add icon when collapsed.Jacob Schatz2016-01-281-2/+4
| | | | | | | | Hide and show icons in collapse and expanded mode.
| * Add js to expand and contract side menuJacob Schatz2016-01-271-7/+6
| |
| * Adds prev/next buttons to top areaJacob Schatz2016-01-271-3/+7
| |
| * New right side gutter design.Jacob Schatz2016-01-271-75/+85
| | | | | | | | [WIP]
* | Sort projects by last activity for new issue dropdownnew-issue-projects-sortDmitriy Zaporozhets2016-02-041-1/+1
| | | | | | | | | | | | | | When creating new issue from dashboard page I want to see projects sorted by last activity instead of ID Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'master' into use-top-areaDmitriy Zaporozhets2016-02-031-2/+2
|\ \ | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Fix missing space between fork and star iconsui-fixesDmitriy Zaporozhets2016-02-031-2/+2
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Use top-area component for top page navigation for pages that contains list ↵Dmitriy Zaporozhets2016-02-031-11/+10
|/ / | | | | | | | | | | of items Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Add number_with_delimiter and remove unnecessary dara placement for groups pageDmitriy Zaporozhets2016-02-031-2/+2
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Improve UI consistency between projects and groups listsDmitriy Zaporozhets2016-02-031-3/+16
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'title-projects-dropdown' into 'master' Jacob Schatz2016-02-021-4/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added dropdown to list all projects on project header Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/4212 When clicking the current project name, it shows a dropdown menu with a list of all projects for that group or user. When closed: ![Screen_Shot_2016-01-14_at_19.17.44](/uploads/a7258ba388dba238fc2f0468711fc729/Screen_Shot_2016-01-14_at_19.17.44.png) When open: ![Screen_Shot_2016-01-14_at_19.17.51](/uploads/716533d9eb44b123c5fdff36a4740489/Screen_Shot_2016-01-14_at_19.17.51.png) cc. @jschatz1 See merge request !2438
| * | uses AJAX to select the projectsPhil Hughes2016-01-301-4/+4
| | |
* | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵Jacob Vosmaer2016-02-019-18/+36
|\ \ \ | |/ / | | | | | | git-raw-workhorse
| * | 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
| |/ /
* | | Use less memory while counting linesJacob Vosmaer2016-01-281-1/+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