summaryrefslogtreecommitdiff
path: root/app/views/shared
Commit message (Collapse)AuthorAgeFilesLines
* Created helper class to hide content in issue sidebar when collapsedsidebar-hide-classPhil Hughes2016-02-252-18/+18
| | | | Closes #13764
* Show project visibility level on project listproject-type-icon-your-projectsPhil Hughes2016-02-221-0/+3
| | | | Fixes #3779
* Merge branch 'visibletrap/gitlab-ce-label'Douwe Maan2016-02-192-0/+8
|\
| * Pull right side of label row outTap2016-02-191-10/+1
| |
| * Fix label - description spacingTap2016-02-191-1/+2
| |
| * Remove unnecessary .present?Tap2016-02-191-1/+1
| |
| * Label description and Label rowTap2016-02-172-0/+16
| | | | | | | | | | - Add label description - Show label row when filtering issues or merge requests by label
* | Project limit is reached warning is hidden when the projects_limit is zeroZeger-Jan van de Weg2016-02-191-1/+1
| | | | | | | | Fixes #12791
* | Merge branch 'fix/project-forks-page' into 'master' Douwe Maan2016-02-191-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | workaround for forks with an invalid repo Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/13465 The error occurs when a project returns a `nil` commit for a variety of reasons, I assume the repository is corrupt - perhaps as a result of a failed fork. With this MR, we do not show forks with corrupted repos in the list of forks, as this does not seem to work anyway. A better solution is to fix the cause of the issue and/or any data integrity problem... Also fixing Sentry issue: 1180 `undefined method 'already_forked?' for nil:NilClass ` See merge request !2836
| * | update based on feedbackJames Lopez2016-02-191-1/+1
| | |
| * | updated fix based on MR feedbackJames Lopez2016-02-171-1/+1
| | |
* | | Merge branch 'see-and-sort-on-vote-count-mr-issues' into 'master' Douwe Maan2016-02-171-0/+4
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ability to see and sort on vote count from Issues and MR lists Fixes #3763 * Sort options ![Sort Options](/uploads/df6543d574d4df8bf7e4496a876e2930/sort.png) * Most popular ![Most popular](/uploads/bb92cc2fbef7b6b806dcdf8c52778fdd/most-popular.png) * Least popular ![Least popular](/uploads/7988ed451922c81dc228419b5edbd7cd/least-popular.png) See merge request !2781
| * | Add ability to see and sort on vote count from Issues and MR listssee-and-sort-on-vote-count-mr-issuesDouglas Barbosa Alexandre2016-02-171-0/+4
| |/
* | Correct icon for milestones.bugfix/jschatz1/milestone-iconJacob Schatz2016-02-171-1/+1
|/
* Merge branch 'bugfix/jschatz1/sidebar-fixes-13215' into 'master' Jacob Schatz2016-02-161-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Sidebar fixes Fixes #13215 * when editing a dropdown, but not changing anything you end up in an ugly state * the hover-over state for the subscribe and other buttons are veeery subtle * the collapse button needs some sort of hover-over state * the reference gets shortened. It always got shortened. Not an issue with this in particular. * the minimized sidebar is not functional. The copy button doesn't do anything * looks all funky in safari (not for me) See merge request !2736
| * Make copy button in collapsed sidebar work.bugfix/jschatz1/sidebar-fixes-13215Jacob Schatz2016-02-051-1/+1
| |
* | Display "iid of max_iid" in Issuables' sidebarRémy Coutable2016-02-161-1/+1
| |
* | Fix the "x of y" displayed at the top of Issuables' sidebarfix/13356-issuable-index-of-total-in-sidebarRémy Coutable2016-02-151-10/+7
| | | | | | | | | | | | | | | | 1. We now display the index of the current issuable among all its project's issuables, of the same type and with the same state. 2. Also, refactored a bit the Issuable helpers into a new IssuablesHelper module. 3. Added acceptance specs for the sidebar counter.
* | Merge branch 'fix-explore-filter' into 'master' Dmitriy Zaporozhets2016-02-101-1/+2
|\ \ | | | | | | | | | | | | | | | | | | Add ajax filtering to all paged project lists. Fixes #13182 See merge request !2728
| * | Extract events rendering to own action.Josh Frye2016-02-091-1/+1
| | |
| * | Starred, All, and Trending on explore are paged also group projects. Need ↵Josh Frye2016-02-091-0/+1
| | | | | | | | | | | | ajax filter.
* | | Merge branch 'fix-logo-rasterization' into 'master' Robert Speicher2016-02-091-20/+8
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | Prevent rasterization artifacts in the logo, and simplify markup. - Remove sketch-namespaced attributes. - Remove unused groups, and cancel out unnecessary transforms. - Use overlap to avoid rasterization artifacts in the logo. - Remove viewBox parameter and define paths in their final form. See merge request !2741
| * | Prevent rasterization artefacts in the logo, and simplify markup.Aaron Hamilton2016-02-081-20/+8
| |/ | | | | | | | | | | | | | | - Remove sketch-namespaced attributes. - Remove unused groups, and cancel out unnecessary transforms. - Use overlap to avoid rasterization artefacts in the logo. - Extend comment for `#logo` click event handler, as it's a non-obvious hack for Safari. - Remove viewBox parameter and define paths in their final form.
* | Merge branch 'increase_import_timeout' into 'master' Douwe Maan2016-02-091-1/+1
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Increase project import timeout from 4 minutes to 15 minutes Many users were experiencing timeouts when we only allowed 4 minutes before a timeout. A 15 minute timeout is more than reasonable and prevents us from having to add a configuration for this. Fixes gitlab-org/gitlab-ee#246 ## Import screenshot ![Screen_Shot_2016-02-04_at_1.45.20_PM](/uploads/d9d71ec953afae31e6fbe54a8932b945/Screen_Shot_2016-02-04_at_1.45.20_PM.png) See merge request !2717
| * Increase project import timeout from 4 minutes to 15 minutesDrew Blessing2016-02-041-1/+1
| | | | | | | | | | | | | | | | | | Many users were experiencing timeouts when we only allowed 4 minutes before a timeout. A 15 minute timeout is more than reasonable and prevents us from having to add a configuration for this. Fixes gitlab-org/gitlab-ee#246
* | 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>