summaryrefslogtreecommitdiff
path: root/app/helpers/issues_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Apply patch to fix template57783-better-indication-that-an-issue-has-been-duplicatedEugenia Grieff2019-09-131-2/+12
* Fix failing pipelinesEugenia Grieff2019-09-111-18/+3
* Refactor issues helperEugenia Grieff2019-09-111-3/+5
* User helper to display closed issues label textEugenia Grieff2019-09-111-0/+21
* Create private merge requests in forksPhil Hughes2019-07-051-1/+1
* Bring Manual Ordering on Issue ListRajat Jain2019-06-261-0/+1
* Show create merge request button on confidential issuesPhil Hughes2019-06-241-0/+14
* Hides Close MR button on merged MR50161-hide-close-mr-button-when-mergedJacopo2018-10-021-1/+5
* Enable frozen string for app/helpers/**/*.rbgfyoung2018-09-061-7/+9
* Allows author to vote on their own issueChantal Rollison2018-08-241-8/+0
* Show `New Issue` link for projectsBob Van Landuyt2018-04-111-0/+11
* Prevent awarding emoji when a project is archivedBob Van Landuyt2018-04-111-2/+2
* Port `read_cross_project` ability from EEBob Van Landuyt2018-02-221-21/+0
* Resolve "Closed issue label in todo's styling is difficult to read"Simon Knox2018-01-171-1/+1
* Update issuable status icons33926-update-issuable-iconsEric Eastwood2017-12-131-1/+1
* Removes default scope from sortable23079-remove-default-scope-in-sortableTiago Botelho2017-09-071-1/+1
* Merge branch 'remove-unused-code-issueshelper' into 'master'Rémy Coutable2017-09-041-27/+0
|\
| * Remove unused `IssuesHelper#merge_requests_sentence`Mehdi Lahmam2017-08-241-8/+0
| * Remove unused `IssuesHelper#due_date_options`Mehdi Lahmam2017-08-241-12/+0
| * Remove unused `IssuesHelper#bulk_update_milestone_options`Mehdi Lahmam2017-08-241-7/+0
* | Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-07-311-3/+23
|\ \ | |/
| * Support both internal and external issue trackersJarka Kadlecova2017-07-241-3/+23
* | Add full JSON endpoints for issue notes and discussionsDouwe Maan2017-07-211-1/+1
|/
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-1/+1
* frontend prevent authored votesbarthc2017-04-141-0/+8
* Indicate that `single_discussion` is optionalBob Van Landuyt2017-03-131-1/+1
* Build link to discussions to resolve in a helperBob Van Landuyt2017-03-131-0/+14
* Use native unicode emojisEric Eastwood2017-03-061-28/+0
* Merge branch '26168-emoji-reactions-missing-tooltip-when-not-logged-in' into ...Fatih Acet2017-01-031-2/+4
|\
| * Disable award emoji button but display tooltip26168-emoji-reactions-missing-tooltip-when-not-logged-inSam Rose2016-12-311-2/+4
* | rewrite the item.respond_to?(:x?) && item.x? to item.try(:x?)dimitrieh2017-01-031-3/+3
|/
* Add a starting date to milestonesmilestone_start_dateValery Sizov2016-11-231-0/+2
* Optimize the `award_user_list` helper specRobert Speicher2016-10-071-3/+2
* Award tooltips refer to current user as "You"Jack Davison2016-08-171-2/+2
* Switch to using to_sentence to construct tooltipsJack Davison2016-08-171-2/+2
* Truncates 9-10 users with current user in frontJack Davison2016-08-171-1/+5
* Truncated user list in award emoji tooltipsJack Davison2016-08-171-2/+6
* Remove `url_for_new_issue` helperrs-external-issue-tracker-redirectRobert Speicher2016-08-011-16/+0
* Redirect to external issue tracker from `/issues`Robert Speicher2016-08-011-16/+0
* Add emoji.rb in lib/gitlab instead of using the gitlab_emoji gem.update-gemojiConnor Shea2016-06-291-1/+1
* Merge branch 'master' into awardablesZJ van de Weg2016-05-301-17/+0
|\
| * Remove `issue_to_atom` helperrs-remove-issue_to_atomRobert Speicher2016-05-231-17/+0
* | Merge branch 'master' into awardablesZeger-Jan van de Weg2016-05-111-15/+45
|\ \ | |/
| * Ensure URL in all Service subclasses are validRémy Coutable2016-04-251-15/+33
| * Address MR feedbackRémy Coutable2016-04-201-7/+6
| * Fix functionality of due this week. Add due this month and overdue, remove du...Mehmet Beydogan2016-04-201-5/+7
| * Add due_date:time field to Issue modelMehmet Beydogan2016-04-201-0/+11
* | Add tests on Awardables and Award EmojiZeger-Jan van de Weg2016-05-101-7/+4
* | Create table for award emojiZeger-Jan van de Weg2016-05-061-6/+7
|/
* Merge branch 'issue_1752' into 'master' Robert Speicher2016-04-111-0/+1
|\