summaryrefslogtreecommitdiffstats
path: root/lib/redmine
Commit message (Expand)AuthorAgeFilesLines
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-2/+2
* Use .distinct instead of .uniq.Jean-Philippe Lang2016-07-142-2/+2
* Fully qualify the Version class in Redmine::Helpers::TimeReport (#23269).Jean-Philippe Lang2016-07-121-1/+1
* Makes spent time queries savable (#14790).Jean-Philippe Lang2016-07-121-1/+1
* Don't generate urls with params.Jean-Philippe Lang2016-07-101-0/+10
* Don't generate pagination links with params.Jean-Philippe Lang2016-07-101-1/+1
* Fixed that empty Markdown image tag raises en error (#23246).Jean-Philippe Lang2016-07-061-1/+1
* Removed deprecated pagination that no longer works.Jean-Philippe Lang2016-06-301-17/+0
* Custom field List Link values to URL breaks on entries with spaces (#23067).Jean-Philippe Lang2016-06-181-1/+3
* Allow global versions to be shown outside of a project for version custom fie...Jean-Philippe Lang2016-06-181-7/+14
* Don't skip condition if defined (#15880).Jean-Philippe Lang2016-06-111-2/+1
* Introduce virtual MenuNodes (#15880).Jean-Philippe Lang2016-06-111-2/+17
* Limits the schemes that custom field URL patterns can use (#22925).Jean-Philippe Lang2016-06-011-2/+15
* Limits the schemes that inline images can use (#22926).Jean-Philippe Lang2016-06-011-0/+6
* Limits the schemes that Markdown links can use (#22924).Jean-Philippe Lang2016-06-012-0/+38
* NoMethodError: undefined method `id' error on EnumerationFormat#value_from_ke...Jean-Philippe Lang2016-05-281-1/+1
* Set version to 3.3.0.Jean-Philippe Lang2016-05-211-2/+2
* Child nodes should only be rendered if the user is actually authorized to see...Jean-Philippe Lang2016-05-081-2/+3
* Replace Date.today with User.current.today (#22320).Jean-Philippe Lang2016-05-074-13/+13
* Use HTML5 date input fields instead of text fields with jquery ui date picker...Jean-Philippe Lang2016-05-071-2/+2
* Updates for 3.2.2 release.Jean-Philippe Lang2016-05-051-1/+1
* Make sure we only invoke Imagemagick if this is actually an image (#22721).Jean-Philippe Lang2016-05-041-0/+5
* Removes #move_to= (#12909).Jean-Philippe Lang2016-04-181-16/+0
* Replaces acts_as_list with an implementation that handles #position= (#12909).Jean-Philippe Lang2016-04-171-0/+134
* Text in the "removed" part of a diff is double-escaped (#22115).Jean-Philippe Lang2016-03-261-3/+5
* include ::I18n::Backend::Pluralization (#21856)Toshi MARUYAMA2016-03-241-0/+1
* Send a single email to admins like other notifications (#21421).Jean-Philippe Lang2016-03-201-1/+2
* Hide custom field link values from being shown when value is empty (#21944).Jean-Philippe Lang2016-03-151-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-1368-68/+68
* Updates for 3.2.1 release.Jean-Philippe Lang2016-03-131-1/+1
* Typo (#21421).Jean-Philippe Lang2016-01-231-1/+1
* Add optional user parameter to I18n#format_time to (#21421).Jean-Philippe Lang2016-01-231-2/+2
* Tab left/right buttons for project menu (#20632).Jean-Philippe Lang2016-01-161-1/+1
* Accept dots in JSONP callback (#13718).Jean-Philippe Lang2016-01-161-1/+1
* Add .sql to mime-types (#21738).Jean-Philippe Lang2016-01-161-1/+1
* pdf: use all lower cases for DejaVuSansMono (#19017)Toshi MARUYAMA2015-12-061-1/+1
* pdf: remove italic from DejaVuSansMono (#19017)Toshi MARUYAMA2015-12-061-0/+2
* pdf: use "family" parameter instead of l(:general_pdf_fontname) at SetFont me...Toshi MARUYAMA2015-12-061-2/+2
* revert r14950 (#19017)Toshi MARUYAMA2015-12-061-2/+2
* pdf: use "family" parameter instead of l(:general_pdf_fontname) at SetFont me...Toshi MARUYAMA2015-12-061-2/+2
* Highlight current per-page selection (#21258).Jean-Philippe Lang2015-12-051-1/+1
* Replaced the 3 dots with an ellipsis sign.Jean-Philippe Lang2015-12-051-1/+1
* Adapt pagination for smaller screens (#19097).Jean-Philippe Lang2015-12-051-3/+4
* Moved custom fields totals logic to FieldFormat (#21413).Jean-Philippe Lang2015-12-051-0/+21
* revert r14907 (#19017)Toshi MARUYAMA2015-12-041-2/+2
* pdf: use l(:general_pdf_monospaced_fontname) (#19017)Toshi MARUYAMA2015-12-041-1/+2
* pdf: use "family" parameter instead of l(:general_pdf_fontname) at SetFont me...Toshi MARUYAMA2015-12-041-2/+2
* Always show previous/next when there are more than one page.Jean-Philippe Lang2015-11-281-10/+23
* Removed a space after spacer (#21258).Jean-Philippe Lang2015-11-281-1/+1
* Use ul tags to do pagination (#21258).Jean-Philippe Lang2015-11-281-9/+15