summaryrefslogtreecommitdiff
path: root/app/views/projects/milestones
Commit message (Collapse)AuthorAgeFilesLines
* Placeholder on milestone formPhil Hughes2016-04-141-1/+1
| | | | Updated JS spec to include gl_form
* Milestones use new GLForm classPhil Hughes2016-04-141-3/+2
|
* Standardize the way we check for and display form errorsrs-form_errorsRobert Speicher2016-04-041-5/+2
| | | | | | | | | | | | - Some views had a "Close" button. We've removed this, because we don't want users accidentally hiding the validation errors and not knowing what needs to be fixed. - Some views used `li`, some used `p`, some used `span`. We've standardized on `li`. - Some views only showed the first error. We've standardized on showing all of them. - Some views added an `#error_explanation` div, which we've made standard.
* Restrict access for confidential issues on milestone viewDouglas Barbosa Alexandre2016-03-171-1/+1
|
* Updates from last code review.issue_13621_2Rubén Dávila2016-03-062-87/+8
|
* Refactor Merge Requests tab into a custom partialRubén Dávila2016-03-041-13/+1
| | | | | * Add Labels tab to Groups * Add decorator for label so it's aware of Milestones.
* Refactor Merge Requests tab into a custom partialRubén Dávila2016-03-041-9/+1
|
* Refactor Merge Requests tab into a custom partialRubén Dávila2016-03-043-27/+1
|
* Recator Issues Tab into a custom partial.Rubén Dávila2016-03-043-25/+1
|
* Change `js-quick-submit` behavior to expect the class on the formRobert Speicher2016-03-021-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!
* Show days remaining instead of elapsed time for Milestone.Rubén Dávila2016-03-011-3/+1
|
* Merge branch 'issue_3276' into 'master' Jacob Schatz2016-02-194-45/+61
|\ | | | | | | | | | | | | Labels should be visible in milestone view Closes #3276 See merge request !2599
| * Some refactor for CSS after code review.Rubén Dávila2016-02-032-3/+3
| |
| * Remove no longer required class.Rubén Dávila2016-02-021-1/+1
| |
| * Add link to open/closed issues plus some minor updates.Rubén Dávila2016-02-022-17/+9
| |
| * Remove gray background from detail.Rubén Dávila2016-02-021-1/+1
| |
| * Adjust Issues tab to new design.Rubén Dávila2016-02-022-8/+8
| |
| * Show buttons based on current tab.Rubén Dávila2016-02-021-24/+14
| |
| * Align Milestone's issue counter.Rubén Dávila2016-02-021-3/+13
| |
| * Add little spacing between milestone stats.Rubén Dávila2016-02-021-10/+13
| |
| * Show labels in Issues tab.Rubén Dávila2016-02-021-1/+3
| |
| * Change style of Delete button.Rubén Dávila2016-02-021-1/+1
| |
| * Add elpased time.Rubén Dávila2016-02-021-0/+3
| |
| * Change format of Milestone stats.Rubén Dávila2016-02-021-6/+9
| |
| * Add labels tab to milestone detail view.Rubén Dávila2016-02-021-0/+13
| |
* | Merge branch 'master' into use-top-areaDmitriy Zaporozhets2016-02-031-3/+0
|\ \ | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Remove useless text tips on commonly used pagesDmitriy Zaporozhets2016-02-031-3/+0
| |/ | | | | | | 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-6/+6
|/ | | | | | of items Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove gray background from issue/mr/milestone backgroundissuable-white-bgDmitriy Zaporozhets2016-01-221-8/+7
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'remove-gray-bg'Dmitriy Zaporozhets2016-01-141-1/+1
|\ | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Replace all navigation menu with nav-links classDmitriy Zaporozhets2016-01-131-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Fix misaligned edit button in milestone collection partialrs-milestone-buttonsRobert Speicher2016-01-131-3/+4
| |
* | Update button styles for Milestones#showRobert Speicher2016-01-131-6/+6
|/
* Add page descriptions and imagesRobert Speicher2015-12-231-1/+3
| | | | | | | | | | A limited number of pages have defined their own descriptions, but otherwise we default to the Project's description (if `@project` is set), or the old `brand_title` fallback. The image will either be the uploaded project icon (never a generated one), the user's uploaded icon or Gravatar, or, finally, the GitLab logo.
* Rename .issuable-details to .detail-page (and -header and -description)Douwe Maan2015-12-161-36/+35
|
* Move milestone edit button to the very rightDouwe Maan2015-12-151-4/+4
|
* Fix headers of milestone and snippet show pagesDouwe Maan2015-12-151-3/+4
|
* Merge branch 'reference-pipeline-and-caching' into 'master' Robert Speicher2015-12-081-1/+1
|\ | | | | | | | | | | | | | | | | | | | | Implement different Markdown rendering pipelines and cache Markdown Builds on !1090. Related to !1014. Fixes #2054. See merge request !1602
| * Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-12-075-61/+80
| |\
| * \ Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-12-032-2/+2
| |\ \
| * \ \ Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-11-191-4/+2
| |\ \ \
| * \ \ \ Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-10-213-3/+3
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into rs-redactor-filterDouwe Maan2015-10-141-2/+2
| |\ \ \ \ \
| * | | | | | Use Gitlab::Markdown.render with :pipeline option rather than different methodsDouwe Maan2015-10-141-1/+1
| | | | | | |
* | | | | | | Merge branch 'master' into ui/dashboard-new-issueDouwe Maan2015-12-075-61/+80
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge branch 'master' into gsmethells/gitlab-ce-sort-by-due-dategsmethells/gitlab-ce-sort-by-due-dateDouwe Maan2015-12-074-56/+79
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'ui/form-consistency' into 'master' Dmitriy Zaporozhets2015-12-043-9/+13
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UI: Improve form consistency Depends on !1953 See the commits for more details, the messages mostly speak for themselves. # Highlights ## Tag form Before: ![tag_before](/uploads/ee5ba6ef405749013f9e5717ebcf72f3/tag_before.png) After: ![tag_after](/uploads/71bb543553190d91c03fd706cce35923/tag_after.png) See merge request !1955
| | | * \ \ \ \ \ Merge branch 'master' into ui/form-consistencyDouwe Maan2015-12-032-2/+2
| | | |\ \ \ \ \ \ | | | | | |_|_|_|/ | | | | |/| | | |
| | | * | | | | | Use autofocus where appropriateDouwe Maan2015-12-021-1/+1
| | | | | | | | |
| | | * | | | | | Don't write "Optional" or "Required" unless non-obviousDouwe Maan2015-12-021-1/+0
| | | | | | | | |