summaryrefslogtreecommitdiffstats
path: root/app/helpers/application_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace String#gsub with faster String#tr (#29363).Go MAEDA2018-08-121-1/+1
* Remove filename from attachment preview links (#27822).Go MAEDA2018-07-091-6/+12
* Adds link to container to attachment view (#29190).Go MAEDA2018-07-081-0/+34
* Allow to link to an anchor of the current wiki page (#16313).Go MAEDA2018-05-201-0/+6
* Allow switching the encoding to UTF-8 when exporting to CSV (#26279).Go MAEDA2018-05-071-0/+13
* Add CSS to distinguish when a main menu is present or not (#28531).Go MAEDA2018-04-231-0/+1
* Use button as additional option for contextmenu (#26655).Go MAEDA2018-04-211-0/+4
* Anonymous icon is wrongly displayed when assignee is a group (#28208).Jean-Philippe Lang2018-04-071-1/+3
* Reverted r17252 and r17253 (#26655).Go MAEDA2018-04-021-4/+0
* Use button as additional option for contextmenu (#26655).Go MAEDA2018-04-021-0/+4
* Fix: The green tick is positioned after the label in the new member modals (#...Go MAEDA2018-02-221-1/+1
* Anonymous user should have their icon (#26699).Jean-Philippe Lang2018-01-071-1/+7
* Ensure that values of multi-value fields are HTML-escaped in issue history (#...Jean-Philippe Lang2017-10-151-1/+2
* Add some left padding when avatars are enabled.Jean-Philippe Lang2017-07-291-0/+1
* Use jquery-rails instead of vanilla javascript ujs (#26518).Jean-Philippe Lang2017-07-251-1/+1
* Fixed link to user in email notifications (#26506).Jean-Philippe Lang2017-07-241-4/+5
* Removes #reorder_links for Redmine 4.Jean-Philippe Lang2017-07-231-18/+0
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-1/+1
* Fixed that formatting of commit message is never applied (#26445).Jean-Philippe Lang2017-07-161-1/+1
* Fix thumbnail rendering for images with height >> width.Jean-Philippe Lang2017-07-101-2/+3
* "attachment:filename" should generate a link to preview instead of download (...Jean-Philippe Lang2017-07-021-1/+1
* Add code doc for forum & news links (#26188).Jean-Philippe Lang2017-06-251-0/+8
* Fix code doc indentation (#26188).Jean-Philippe Lang2017-06-251-2/+2
* Fix project jump box text when creating/editing a project (#23310).Jean-Philippe Lang2017-06-251-1/+4
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Link to user by id (#4179).Jean-Philippe Lang2017-06-171-0/+4
* Preview files by default instead of downloading them (#25988).Jean-Philippe Lang2017-06-171-1/+1