summaryrefslogtreecommitdiff
path: root/app/views/shared
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'improve-user-tabs' into 'master' Jacob Schatz2016-03-032-1/+8
|\ | | | | | | | | | | | | Add routes and actions for dynamic tab loading. Closes #13588 and #13584 See merge request !2961
| * Message for when no groups foundAlfredo Sumaran2016-03-011-0/+2
| |
| * Add ul to wrap project listAlfredo Sumaran2016-02-291-2/+3
| |
| * Add routes and actions for dynamic tab loadingJosh Frye2016-02-292-1/+5
| |
* | Change `js-quick-submit` behavior to expect the class on the formRobert Speicher2016-03-022-3/+3
| | | | | | | | | | Now it will work on any field inside that form, and it's easier to scope new behavior, which is what we're adding next!
* | Use the .nothing-here-block class when projects list is emptyfix/13785-dashboard-projects-display-welcome-after-searchRémy Coutable2016-03-021-1/+1
|/
* Merge branch 'sidebar-hide-class' into 'master' Rémy Coutable2016-02-262-18/+18
|\ | | | | | | | | | | | | | | | | Created helper class to hide content in issue sidebar when collapsed ![Screen_Shot_2016-02-25_at_10.38.39](/uploads/ca49cc230edf7e71b7726e905f523092/Screen_Shot_2016-02-25_at_10.38.39.png) Closes #13764 See merge request !2968
| * Created helper class to hide content in issue sidebar when collapsedsidebar-hide-classPhil Hughes2016-02-252-18/+18
| | | | | | | | Closes #13764
* | Fix description margin for groups listDmitriy Zaporozhets2016-02-262-3/+3
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Refactor styles for merge requests listDmitriy Zaporozhets2016-02-261-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Refactor styles for issues listDmitriy Zaporozhets2016-02-261-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Refactor css for groups listDmitriy Zaporozhets2016-02-261-2/+2
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Refactor css for snippets listDmitriy Zaporozhets2016-02-261-3/+4
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Cleanup css for projects listDmitriy Zaporozhets2016-02-262-3/+3
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* 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
| |