summaryrefslogtreecommitdiffstats
path: root/app/helpers/application_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* cleanup: rubocop: fix Layout/IndentAssignment in app/helpers/application_help...Toshi MARUYAMA2019-11-051-2/+2
* cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelper#link_to_projectToshi MARUYAMA2019-11-051-2/+2
* cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelper#render_proje...Toshi MARUYAMA2019-11-051-1/+2
* code layout clean up ApplicationHelper#render_project_jump_boxToshi MARUYAMA2019-11-051-3/+6
* cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelper#render_proje...Toshi MARUYAMA2019-11-051-6/+7
* code layout clean up ApplicationHelper#progress_barToshi MARUYAMA2019-11-051-3/+18
* cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelper#reorder_handleToshi MARUYAMA2019-11-051-3/+3
* cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelper#parse_redmin...Toshi MARUYAMA2019-11-051-8/+18
* cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelper#parse_sectionsToshi MARUYAMA2019-11-051-3/+7
* cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelper#progress_barToshi MARUYAMA2019-10-261-2/+4
* cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelper#toggle_check...Toshi MARUYAMA2019-10-261-3/+3
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/helpers/ap...Toshi MARUYAMA2019-10-221-3/+3
* code layout clean up ApplicationHelper#parse_wiki_linksToshi MARUYAMA2019-10-141-2/+3
* code cleanup: rubocop: fix Layout/ElseAlignment in ApplicationHelper#parse_re...Toshi MARUYAMA2019-10-141-11/+12
* code cleanup: rubocop: fix Layout/ElseAlignment in ApplicationHelper#parse_wi...Toshi MARUYAMA2019-10-141-11/+18
* code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in app/helpers/applica...Toshi MARUYAMA2019-09-301-1/+0
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in app/helpers/ap...Toshi MARUYAMA2019-09-301-7/+2
* Inline auto complete for issue (#) in wiki-edit fields (#31989).Go MAEDA2019-09-091-1/+1
* Add different style for group names in the New member modal window (#6831).Go MAEDA2019-08-241-1/+1
* 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-041-0/+36
* 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
* 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
* Use the regular "icon icon-*" classes for sort-handle (#31433).Go MAEDA2019-05-271-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Adds favorites and recently used projects lists to project jump box (#31355).Go MAEDA2019-05-201-1/+27
* Small refactorization of avatar methods (#31391).Go MAEDA2019-05-191-34/+0
* Hierarchy in TOC is not preserved when Wiki index is exported to HTML (#20910).Go MAEDA2019-05-091-1/+6
* Add avatar_server_url configuration option in order to support Libravatar (#9...Go MAEDA2019-05-041-1/+1
* Update Rails ujs (#31205).Go MAEDA2019-04-181-1/+1
* Attachments with Unicode uppercase names are not shown in wiki pages (#30441).Go MAEDA2019-04-121-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
* Support frozen_string_literal in app/**/*.rb (#26561).Go MAEDA2019-03-171-13/+13
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-161-2/+0
* Display user's groups on profile (#12796).Jean-Philippe Lang2019-03-151-0/+14
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Cannot make cross-project wiki link if the project name includes square brack...Go MAEDA2019-02-271-1/+1
* Moves some action links on the wiki page to a dropdown menu (#26575).Jean-Philippe Lang2018-12-021-0/+11
* Use find_by instead of where.first to remove unnecessary sorting (#26747).Go MAEDA2018-10-061-3/+3
* Removed unused helper #preview_link (#27758).Jean-Philippe Lang2018-09-261-8/+0
* Removes render_ prefix from cancel_button_tag methods (#8888).Jean-Philippe Lang2018-09-261-1/+1
* Add cancel button to new/edit log time page (#8888).Jean-Philippe Lang2018-09-261-0/+5
* Link to user in wiki syntax only works when login is written in lower case (#...Jean-Philippe Lang2018-09-231-3/+3
* Special character like quote breaks wiki links (#22967).Jean-Philippe Lang2018-09-151-0/+1
* Allow project bulk edit of time entries (#26534).Go MAEDA2018-09-141-0/+14
* Adds ##123 extended issue linking syntax (#29488).Go MAEDA2018-09-081-6/+15