summaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Expand)AuthorAgeFilesLines
...
* code cleanup: rubocop: fix Style/MultilineTernaryOperator in app/helpers/issu...Toshi MARUYAMA2019-09-211-9/+28
* code cleanup: rubocop: fix Style/StringLiteralsInInterpolation in app/helpers...Toshi MARUYAMA2019-09-191-1/+1
* code cleanup: rubocop: fix Layout/IndentAssignment in app/helpers/issues_help...Toshi MARUYAMA2019-09-191-5/+3
* code cleanup: rubocop: fix Layout/IndentAssignment in app/helpers/repositorie...Toshi MARUYAMA2019-09-151-1/+1
* Add clear query icon next to selected query in sidebar (#31640).Go MAEDA2019-09-141-2/+10
* Inline auto complete for issue (#) in wiki-edit fields (#31989).Go MAEDA2019-09-092-3/+11
* Add different style for group names in the New member modal window (#6831).Go MAEDA2019-08-241-1/+1
* Speed up workflow edit page rendering (#31855).Go MAEDA2019-08-171-2/+2
* Fix JQMIGRATE: jQuery.fn.load() is deprecated (#31884, #31196).Go MAEDA2019-08-131-1/+1
* Updates jQuery to 2.2.4 and adds jQuery Migrate library to find APIs and feat...Go MAEDA2019-08-131-1/+1
* Previous and next month links in gantt (#31373).Go MAEDA2019-08-042-38/+36
* Add closed_on to the tooltip if the issue is closed (#31697).Go MAEDA2019-08-011-1/+1
* Fix missing journal indice when updating a journal (#31427).Go MAEDA2019-06-211-1/+2
* Wiki page collapse block image is not displayed in exported PDF (#30162).Jean-Philippe Lang2019-06-201-6/+6
* Add a randomized name attribute to all form fields (#26604).Jean-Philippe Lang2019-06-201-0/+7
* Code cleanup: RuboCop: Rails/PresenceGo MAEDA2019-06-201-1/+1
* Code cleanup: RuboCop: Style/DefWithParenthesesGo MAEDA2019-06-202-2/+2
* Code cleanup: RuboCop: Style/UnneededInterpolationGo MAEDA2019-06-201-1/+1
* Don't show empty fields in email notifications (#10378).Jean-Philippe Lang2019-06-201-4/+8
* User preference for issue history default tab (#3058).Jean-Philippe Lang2019-06-202-0/+24
* Load changesets and time entries tabs async (#3058).Jean-Philippe Lang2019-06-201-2/+3
* Add time entries tab to issue history tabs (#3058).Jean-Philippe Lang2019-06-201-0/+1
* Move changesets to its own tab (#3058).Jean-Philippe Lang2019-06-201-1/+2
* Show issue history in tabs (#3058).Jean-Philippe Lang2019-06-201-0/+14
* Allow tabs to have a custom action (#3058).Jean-Philippe Lang2019-06-201-0/+11
* Roadmap shows 100%, but one of its tasks is still set to 90% (#30949).Jean-Philippe Lang2019-06-201-1/+1
* Show "Due in X days" in issue details page (#31499).Go MAEDA2019-06-071-0/+7
* Remove trailing whitespaces from app (#31506).Go MAEDA2019-06-063-6/+6
* Send the journal_indice as param in order to get rid of extra queries (#31427).Go MAEDA2019-06-021-1/+1
* Use "icon icon-*" classes for sort elements (#31433).Go MAEDA2019-05-302-3/+2
* Use the regular "icon icon-*" classes for sort-handle (#31433).Go MAEDA2019-05-272-3/+3
* Update copyright year.Go MAEDA2019-05-2543-43/+43
* assignee_avatar method causes NoMethodError if the given object is a group (#...Go MAEDA2019-05-221-2/+2
* Adds favorites and recently used projects lists to project jump box (#31355).Go MAEDA2019-05-202-1/+47
* Small refactorization of avatar methods (#31391).Go MAEDA2019-05-192-34/+75
* Swaps out the icon-fav for icon-user on projects#index (#31356).Go MAEDA2019-05-141-1/+1
* Set an appropriate default type in New custom field page depending on the cur...Go MAEDA2019-05-111-0/+11
* Hierarchy in TOC is not preserved when Wiki index is exported to HTML (#20910).Go MAEDA2019-05-091-1/+6
* Generalize issues imports (#28234).Go MAEDA2019-05-091-0/+8
* Add avatar_server_url configuration option in order to support Libravatar (#9...Go MAEDA2019-05-041-1/+1
* Add "robohash" to "Default Gravatar image" options (#31294).Go MAEDA2019-05-041-0/+9
* Group time tracking filters in the filter select list (#26826).Go MAEDA2019-04-301-0/+2
* New My page block: Updated issues (#30975).Go MAEDA2019-04-301-0/+11
* Update Rails ujs (#31205).Go MAEDA2019-04-182-2/+2
* Attachments with Unicode uppercase names are not shown in wiki pages (#30441).Go MAEDA2019-04-121-1/+1
* Move styles for count and private to a new class named 'badge' (#29391).Go MAEDA2019-04-092-2/+2
* Remove trailing whitespaces from journals_helper.rbGo MAEDA2019-04-081-1/+1
* Use Regexp#match? to reduce allocations of MatchData object (#28940).Go MAEDA2019-03-271-1/+1
* Simpler link syntax "#note-123" to make a link to a note of the current issue...Go MAEDA2019-03-201-1/+3
* Remove unused method ApplicationHelper#generate_csv (#31046).Go MAEDA2019-03-181-5/+0