summaryrefslogtreecommitdiff
path: root/app/views/projects/issues
Commit message (Collapse)AuthorAgeFilesLines
* Change `js-quick-submit` behavior to expect the class on the formRobert Speicher2016-03-021-1/+1
| | | | | 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!
* Added username to issue & merge request headerusername-issue-headerPhil Hughes2016-03-011-0/+1
| | | | Closes #13771
* Refactor styles for issues listDmitriy Zaporozhets2016-02-261-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add "issue" to Close/Reopen buttons for clarityandywgrant/gitlab-ce-masterAndy Grant2016-02-222-6/+6
|
* Only show up or down votes icon on issue list if there are anyPhil Hughes2016-02-221-10/+2
| | | | Closes #13649
* Merge branch 'see-and-sort-on-vote-count-mr-issues' into 'master' Douwe Maan2016-02-171-0/+19
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/+19
| |
* | Merge branch 'fix/13517-impossible-subsequent-issuable-edits-in-sidebar' ↵Douwe Maan2016-02-171-1/+1
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Fix a bug preventing from doing subsequent edits in any Issuable sidebar Fixes #13517. Fixes #12572. ### Issue ![impossible-subsequent-issue-edits-in-sidebar](/uploads/bd45c0effb46848641932d9cd38d3fe2/impossible-subsequent-issue-edits-in-sidebar.gif) --- ### Merge request ![impossible-subsequent-mr-edits-in-sidebar](/uploads/b4e1e3e93df4ac0a3d962df8b6139de9/impossible-subsequent-mr-edits-in-sidebar.gif) /cc @jschatz1 @sytses See merge request !2848
| * Fix a bug preventing from doing subsequent edits in any Issuable sidebarfix/13517-impossible-subsequent-issuable-edits-in-sidebarRémy Coutable2016-02-171-1/+1
| |
* | Wrap issue details to prevent content misalignmentissue_13359Alfredo Sumaran2016-02-161-9/+12
| |
* | Change "opened by" to just "by"Alfredo Sumaran2016-02-161-1/+1
| |
* | Move issue details after action buttonsAlfredo Sumaran2016-02-151-10/+10
|/
* Correct indentation for `issues/merge_requests` partial renderrs-issue-merge-requestsRobert Speicher2016-02-111-3/+3
| | | | Prior, it would only be shown if the issue had been edited.
* Edited time ago location change.Jacob Schatz2016-02-051-5/+4
| | | | | | Change edited icon to word. Change edited text color to gray cc/ @creamzy
* Re-use top-are css component for issues/mr pagesDmitriy Zaporozhets2016-02-051-12/+9
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Issue sidebar bug fix.Jacob Schatz2016-02-031-2/+2
| | | | Thanks @rspeicher.
* Fix sidebar replacement for issues & MRsJacob Schatz2016-02-031-1/+1
|
* Sidebar works after sidebar ajax calls.Jacob Schatz2016-02-021-3/+3
|
* Add ajax calls to return JSONJacob Schatz2016-01-301-1/+0
| | | | | Fix subtitles on minimize. Fix styles for show.
* New right side gutter design.Jacob Schatz2016-01-271-5/+3
| | | | [WIP]
* Remove gray background from issue/mr/milestone backgroundissuable-white-bgDmitriy Zaporozhets2016-01-221-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Implement new UI for paginationDmitriy Zaporozhets2016-01-201-5/+0
|
* Merge branch 'referenced-merge-requests' into 'master' Dmitriy Zaporozhets2016-01-133-7/+8
|\ | | | | | | | | | | | | | | | | merge request close message moved and merge request now refered by `!`. Fixes #4161 ![Screen_Shot_2016-01-12_at_8.38.57_AM](/uploads/9390ce0ebd1d14bfc83130ff4913a823/Screen_Shot_2016-01-12_at_8.38.57_AM.png) See merge request !2387
| * makes message plural for multiple MRs and removes from loop. Duh.Jacob Schatz2016-01-122-4/+6
| |
| * merge request close message moved and merge request now refered by `!`.Jacob Schatz2016-01-123-6/+5
| |
* | adds back in discussion.haml.html for issues commenting and ↵Jacob Schatz2016-01-121-4/+2
| | | | | | | | closing/reopening properly.
* | removing last chunk of MR ajax changes, rest will be in another MRJacob Schatz2016-01-121-2/+4
| |
* | fixes conflictsJacob Schatz2016-01-112-2/+2
|\ \ | |/
| * Use `xmlschema` where even more appropriate!Robert Speicher2016-01-071-1/+1
| |
| * Use `to_s(:iso8601)` where appropriateRobert Speicher2016-01-071-1/+1
| |
| * number_with_delimiter most of the thingsrs-delimit-all-the-thingsRobert Speicher2015-12-311-1/+1
| |
* | adds ajax to bottom discussion buttons. Now submits issue and closes via ajax.Jacob Schatz2015-12-291-4/+2
|/
* Merge branch 'close-open-ajax-issue' into 'master' Robert Speicher2015-12-251-9/+4
|\ | | | | | | | | | | | | open and close issue via ajax request. With tests Close and Reopen issues with ajax request. See merge request !2164
| * resolves conflicts with new buttonsJacob Schatz2015-12-232-6/+6
| |\
| * | changes `data-url` to `href` for javascript url grabbingJacob Schatz2015-12-211-2/+2
| | |
| * | open and close issue via ajax request. With testsJacob Schatz2015-12-211-9/+4
| | |
* | | Add support for `twitter:label` meta tagsrs-opengraphRobert Speicher2015-12-241-2/+3
| | |
* | | 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.
* | new button sizesAndriy Dyadyura2015-12-232-6/+6
| |
* | Fix close/reopen buttonsnew-buttonsDmitriy Zaporozhets2015-12-232-6/+6
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | new buttons issueAndriy Dyadyura2015-12-221-2/+2
| |
* | new buttons issueAndriy Dyadyura2015-12-221-4/+4
|/
* Do not display project group/name when issue and MR are in same projectDrew Blessing2015-12-171-3/+4
|
* Revert sidebar position for issue and merge requestDmitriy Zaporozhets2015-12-172-22/+22
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix ux issue with "This issue will be closed automatically" messageux/closed-messageDmitriy Zaporozhets2015-12-173-4/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Rename .issuable-details to .detail-page (and -header and -description)Douwe Maan2015-12-161-32/+33
|
* Move awards back to gray panel and few improvements to sidebarDmitriy Zaporozhets2015-12-112-2/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Redesign issue page for new sidebarDmitriy Zaporozhets2015-12-113-44/+34
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* display referenced merge requests in issue description with CI statusgsmethells/gitlab-ce-mr-statusesGreg Smethells2015-12-112-0/+29
|
* Merge branch 'master' into tmp-reference-pipeline-and-cachingtmp-reference-pipeline-and-cachingDouwe Maan2015-12-102-12/+15
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # spec/lib/gitlab/markdown/autolink_filter_spec.rb # spec/lib/gitlab/markdown/commit_range_reference_filter_spec.rb # spec/lib/gitlab/markdown/commit_reference_filter_spec.rb # spec/lib/gitlab/markdown/cross_project_reference_spec.rb # spec/lib/gitlab/markdown/emoji_filter_spec.rb # spec/lib/gitlab/markdown/external_issue_reference_filter_spec.rb # spec/lib/gitlab/markdown/external_link_filter_spec.rb # spec/lib/gitlab/markdown/issue_reference_filter_spec.rb # spec/lib/gitlab/markdown/label_reference_filter_spec.rb # spec/lib/gitlab/markdown/merge_request_reference_filter_spec.rb # spec/lib/gitlab/markdown/redactor_filter_spec.rb # spec/lib/gitlab/markdown/reference_gatherer_filter_spec.rb # spec/lib/gitlab/markdown/relative_link_filter_spec.rb # spec/lib/gitlab/markdown/sanitization_filter_spec.rb # spec/lib/gitlab/markdown/snippet_reference_filter_spec.rb # spec/lib/gitlab/markdown/syntax_highlight_filter_spec.rb # spec/lib/gitlab/markdown/table_of_contents_filter_spec.rb # spec/lib/gitlab/markdown/task_list_filter_spec.rb # spec/lib/gitlab/markdown/upload_link_filter_spec.rb # spec/lib/gitlab/markdown/user_reference_filter_spec.rb