summaryrefslogtreecommitdiffstats
path: root/lib/redmine/helpers
Commit message (Expand)AuthorAgeFilesLines
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in lib/redmine/he...Toshi MARUYAMA2019-10-221-2/+3
* code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in lib/redmine/help...Toshi MARUYAMA2019-10-191-15/+18
* code cleanup: rubocop: fix Layout/CaseIndentation in lib/redmine/helpers/gant...Toshi MARUYAMA2019-10-171-3/+2
* Replace RMagick with MiniMagick (#30492).Go MAEDA2019-08-141-102/+145
* Remove trailing whitespaces from lib (#31506).Go MAEDA2019-06-062-4/+4
* Use "icon icon-*" classes for expandable elements (#31433).Go MAEDA2019-05-301-1/+1
* Update copyright year.Go MAEDA2019-05-255-5/+5
* Custom Exception classes should inherit StandardError instead of Exception (#...Go MAEDA2019-05-211-1/+1
* Small refactorization of avatar methods (#31391).Go MAEDA2019-05-191-7/+1
* Show selected columns in gantt chart (#27672).Go MAEDA2019-05-161-6/+28
* Allow a bigger range for the gantt timeline (#14654).Go MAEDA2019-05-081-1/+1
* Support frozen_string_literal in lib/**/*.rb (#26561).Go MAEDA2019-03-172-21/+21
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-163-3/+3
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-155-0/+10
* Allow collapse/expand in gantt chart (#6417).Go MAEDA2019-03-051-10/+42
* Reverted r17925 (#6417). The change breaks GanttHelperTest.Go MAEDA2019-03-041-41/+10
* Allow collapse/expand in gantt chart (#6417).Go MAEDA2019-03-041-10/+41
* Replace Enumerable#sort with faster Enumerable#sort_by (#29299).Go MAEDA2018-08-021-1/+1
* Replace Hash#keys.each with faster Hash#each_key (#29305).Go MAEDA2018-08-011-1/+1
* Only allow the use of visible custom fields in time entry reports (#29162).Go MAEDA2018-07-121-4/+4
* Remove RDoc tags (#28943).Go MAEDA2018-06-081-1/+1
* Gantt bars with start date and end date on the same day don't become red by o...Go MAEDA2018-04-091-3/+3
* Fixes visibility checks for version.fixed_issues in Gantt (#27676).Jean-Philippe Lang2017-11-291-4/+4
* Make robust Redmine::Helpers::URL#uri_with_safe_scheme? (#27114)Go MAEDA2017-11-261-1/+1
* Add right-click context menu to gantt bars (#10485).Go MAEDA2017-11-251-1/+2
* Add right-click context menu to gantt subjects (#10485).Go MAEDA2017-11-251-1/+2
* Fix: Gravatar icon is misaligned in gantt (#26410).Go MAEDA2017-11-251-1/+1
* Update copyright.Jean-Philippe Lang2017-06-255-5/+5
* gannt: not show %done if the field is disabled for the tracker (#25876)Toshi MARUYAMA2017-06-151-1/+4
* Get rid of sort_helper when using queries.Jean-Philippe Lang2017-03-131-0/+1
* Adds issue tracker and status columns and filters on spent time list (#23401).Jean-Philippe Lang2016-08-201-1/+1
* Use .distinct instead of .uniq.Jean-Philippe Lang2016-07-141-1/+1
* Fully qualify the Version class in Redmine::Helpers::TimeReport (#23269).Jean-Philippe Lang2016-07-121-1/+1
* Fixed that empty Markdown image tag raises en error (#23246).Jean-Philippe Lang2016-07-061-1/+1
* Limits the schemes that Markdown links can use (#22924).Jean-Philippe Lang2016-06-011-0/+35
* Replace Date.today with User.current.today (#22320).Jean-Philippe Lang2016-05-072-9/+9
* Text in the "removed" part of a diff is double-escaped (#22115).Jean-Philippe Lang2016-03-261-3/+5
* Updates copyright for 2016.Jean-Philippe Lang2016-03-134-4/+4
* Adds day numbers to HTML and PDF gantt (#3034).Jean-Philippe Lang2015-10-031-1/+26
* Copyright update.Jean-Philippe Lang2015-01-114-4/+4
* Makes object argument optional and typo.Jean-Philippe Lang2014-11-301-2/+2
* Typo.Jean-Philippe Lang2014-11-281-1/+1
* Moved format specific stuff on format specific methods.Jean-Philippe Lang2014-11-281-147/+127
* Removed useless local variable.Jean-Philippe Lang2014-11-261-2/+1
* Removed duplicated code.Jean-Philippe Lang2014-11-261-63/+58
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+1
* use rbpdf gem instead of bundled rfpdf (#17570)Toshi MARUYAMA2014-08-281-0/+5
* gantt: completed percent truncated instead of rounded (#14737)Toshi MARUYAMA2014-05-161-1/+1
* Exclude custom fields with multiple values from time report criteria (#16519).Jean-Philippe Lang2014-04-061-1/+1
* Rails4: replace deprecated Relation#sum with finder options at lib/redmine/he...Toshi MARUYAMA2014-02-141-4/+4