| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Replace RMagick with MiniMagick (#30492). | Go MAEDA | 2019-08-14 | 1 | -102/+145 |
* | Remove trailing whitespaces from lib (#31506). | Go MAEDA | 2019-06-06 | 2 | -4/+4 |
* | Use "icon icon-*" classes for expandable elements (#31433). | Go MAEDA | 2019-05-30 | 1 | -1/+1 |
* | Update copyright year. | Go MAEDA | 2019-05-25 | 5 | -5/+5 |
* | Custom Exception classes should inherit StandardError instead of Exception (#... | Go MAEDA | 2019-05-21 | 1 | -1/+1 |
* | Small refactorization of avatar methods (#31391). | Go MAEDA | 2019-05-19 | 1 | -7/+1 |
* | Show selected columns in gantt chart (#27672). | Go MAEDA | 2019-05-16 | 1 | -6/+28 |
* | Allow a bigger range for the gantt timeline (#14654). | Go MAEDA | 2019-05-08 | 1 | -1/+1 |
* | Support frozen_string_literal in lib/**/*.rb (#26561). | Go MAEDA | 2019-03-17 | 2 | -21/+21 |
* | Enable frozen_string_literal for some files under app and lib directory (#265... | Go MAEDA | 2019-03-16 | 3 | -3/+3 |
* | Add "frozen_string_literal: false" for all files (#26561). | Go MAEDA | 2019-03-15 | 5 | -0/+10 |
* | Allow collapse/expand in gantt chart (#6417). | Go MAEDA | 2019-03-05 | 1 | -10/+42 |
* | Reverted r17925 (#6417). The change breaks GanttHelperTest. | Go MAEDA | 2019-03-04 | 1 | -41/+10 |
* | Allow collapse/expand in gantt chart (#6417). | Go MAEDA | 2019-03-04 | 1 | -10/+41 |
* | Replace Enumerable#sort with faster Enumerable#sort_by (#29299). | Go MAEDA | 2018-08-02 | 1 | -1/+1 |
* | Replace Hash#keys.each with faster Hash#each_key (#29305). | Go MAEDA | 2018-08-01 | 1 | -1/+1 |
* | Only allow the use of visible custom fields in time entry reports (#29162). | Go MAEDA | 2018-07-12 | 1 | -4/+4 |
* | Remove RDoc tags (#28943). | Go MAEDA | 2018-06-08 | 1 | -1/+1 |
* | Gantt bars with start date and end date on the same day don't become red by o... | Go MAEDA | 2018-04-09 | 1 | -3/+3 |
* | Fixes visibility checks for version.fixed_issues in Gantt (#27676). | Jean-Philippe Lang | 2017-11-29 | 1 | -4/+4 |
* | Make robust Redmine::Helpers::URL#uri_with_safe_scheme? (#27114) | Go MAEDA | 2017-11-26 | 1 | -1/+1 |
* | Add right-click context menu to gantt bars (#10485). | Go MAEDA | 2017-11-25 | 1 | -1/+2 |
* | Add right-click context menu to gantt subjects (#10485). | Go MAEDA | 2017-11-25 | 1 | -1/+2 |
* | Fix: Gravatar icon is misaligned in gantt (#26410). | Go MAEDA | 2017-11-25 | 1 | -1/+1 |
* | Update copyright. | Jean-Philippe Lang | 2017-06-25 | 5 | -5/+5 |
* | gannt: not show %done if the field is disabled for the tracker (#25876) | Toshi MARUYAMA | 2017-06-15 | 1 | -1/+4 |
* | Get rid of sort_helper when using queries. | Jean-Philippe Lang | 2017-03-13 | 1 | -0/+1 |
* | Adds issue tracker and status columns and filters on spent time list (#23401). | Jean-Philippe Lang | 2016-08-20 | 1 | -1/+1 |
* | Use .distinct instead of .uniq. | Jean-Philippe Lang | 2016-07-14 | 1 | -1/+1 |
* | Fully qualify the Version class in Redmine::Helpers::TimeReport (#23269). | Jean-Philippe Lang | 2016-07-12 | 1 | -1/+1 |
* | Fixed that empty Markdown image tag raises en error (#23246). | Jean-Philippe Lang | 2016-07-06 | 1 | -1/+1 |
* | Limits the schemes that Markdown links can use (#22924). | Jean-Philippe Lang | 2016-06-01 | 1 | -0/+35 |
* | Replace Date.today with User.current.today (#22320). | Jean-Philippe Lang | 2016-05-07 | 2 | -9/+9 |
* | Text in the "removed" part of a diff is double-escaped (#22115). | Jean-Philippe Lang | 2016-03-26 | 1 | -3/+5 |
* | Updates copyright for 2016. | Jean-Philippe Lang | 2016-03-13 | 4 | -4/+4 |
* | Adds day numbers to HTML and PDF gantt (#3034). | Jean-Philippe Lang | 2015-10-03 | 1 | -1/+26 |
* | Copyright update. | Jean-Philippe Lang | 2015-01-11 | 4 | -4/+4 |
* | Makes object argument optional and typo. | Jean-Philippe Lang | 2014-11-30 | 1 | -2/+2 |
* | Typo. | Jean-Philippe Lang | 2014-11-28 | 1 | -1/+1 |
* | Moved format specific stuff on format specific methods. | Jean-Philippe Lang | 2014-11-28 | 1 | -147/+127 |
* | Removed useless local variable. | Jean-Philippe Lang | 2014-11-26 | 1 | -2/+1 |
* | Removed duplicated code. | Jean-Philippe Lang | 2014-11-26 | 1 | -63/+58 |
* | Merged rails-4.1 branch (#14534). | Jean-Philippe Lang | 2014-10-22 | 1 | -1/+1 |
* | use rbpdf gem instead of bundled rfpdf (#17570) | Toshi MARUYAMA | 2014-08-28 | 1 | -0/+5 |
* | gantt: completed percent truncated instead of rounded (#14737) | Toshi MARUYAMA | 2014-05-16 | 1 | -1/+1 |
* | Exclude custom fields with multiple values from time report criteria (#16519). | Jean-Philippe Lang | 2014-04-06 | 1 | -1/+1 |
* | Rails4: replace deprecated Relation#sum with finder options at lib/redmine/he... | Toshi MARUYAMA | 2014-02-14 | 1 | -4/+4 |
* | update copyright year (#15977) | Toshi MARUYAMA | 2014-01-29 | 4 | -4/+4 |
* | replace deprecated Version#completed_pourcent at lib/redmine/helpers/gantt.rb... | Toshi MARUYAMA | 2013-12-22 | 1 | -2/+2 |
* | Merged custom fields format refactoring. | Jean-Philippe Lang | 2013-12-14 | 1 | -1/+2 |