summaryrefslogtreecommitdiffstats
path: root/app/helpers/application_helper.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Search in project and its subprojects by default (#9909).Jean-Philippe Lang2017-06-071-0/+8
* Fixes wrong condition (#4179).Jean-Philippe Lang2017-06-071-1/+1
* Link to user in wiki syntax (#4179).Jean-Philippe Lang2017-06-071-7/+27
* Preserve jump param when searching for projects.Jean-Philippe Lang2017-05-131-2/+5
* Moves project quick search to a dedicated action.Jean-Philippe Lang2017-05-131-1/+1
* For 3 comments or more, show reply link at top of comments as well (#24089).Jean-Philippe Lang2017-04-091-0/+1
* Set autocomplete to off on project quick search (#23310).Jean-Philippe Lang2017-04-061-1/+1
* Span elements should not contain a div.Jean-Philippe Lang2017-03-051-1/+1
* Set thumbnail width on image tag to avoid too wide white boxes on Firefox (#2...Jean-Philippe Lang2017-01-301-1/+2
* Whitespace-only reorg of ApplicationHelper#thumbnail_tag (#24927).Jean-Philippe Lang2017-01-301-3/+11
* Hires (2x DPR) image support for Thumbnails (#24927).Jean-Philippe Lang2017-01-301-1/+1
* Add support for @2x, @3x, etc. hires images (#24922).Jean-Philippe Lang2017-01-301-1/+10
* Check permission of wiki pages before generating a link to it (#23793).Jean-Philippe Lang2017-01-291-1/+1
* Always show "Jump to project" drop-down (#24833).Jean-Philippe Lang2017-01-151-14/+12
* Adds a link to all projects in the jump drop down (#23310).Jean-Philippe Lang2017-01-101-1/+3