| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Replaces acts_as_list with an implementation that handles #position= (#12909). | Jean-Philippe Lang | 2016-04-17 | 1 | -0/+134 |
* | Text in the "removed" part of a diff is double-escaped (#22115). | Jean-Philippe Lang | 2016-03-26 | 1 | -3/+5 |
* | include ::I18n::Backend::Pluralization (#21856) | Toshi MARUYAMA | 2016-03-24 | 1 | -0/+1 |
* | Send a single email to admins like other notifications (#21421). | Jean-Philippe Lang | 2016-03-20 | 1 | -1/+2 |
* | Hide custom field link values from being shown when value is empty (#21944). | Jean-Philippe Lang | 2016-03-15 | 1 | -1/+1 |
* | Updates copyright for 2016. | Jean-Philippe Lang | 2016-03-13 | 68 | -68/+68 |
* | Updates for 3.2.1 release. | Jean-Philippe Lang | 2016-03-13 | 1 | -1/+1 |
* | Typo (#21421). | Jean-Philippe Lang | 2016-01-23 | 1 | -1/+1 |
* | Add optional user parameter to I18n#format_time to (#21421). | Jean-Philippe Lang | 2016-01-23 | 1 | -2/+2 |
* | Tab left/right buttons for project menu (#20632). | Jean-Philippe Lang | 2016-01-16 | 1 | -1/+1 |
* | Accept dots in JSONP callback (#13718). | Jean-Philippe Lang | 2016-01-16 | 1 | -1/+1 |
* | Add .sql to mime-types (#21738). | Jean-Philippe Lang | 2016-01-16 | 1 | -1/+1 |
* | pdf: use all lower cases for DejaVuSansMono (#19017) | Toshi MARUYAMA | 2015-12-06 | 1 | -1/+1 |
* | pdf: remove italic from DejaVuSansMono (#19017) | Toshi MARUYAMA | 2015-12-06 | 1 | -0/+2 |
* | pdf: use "family" parameter instead of l(:general_pdf_fontname) at SetFont me... | Toshi MARUYAMA | 2015-12-06 | 1 | -2/+2 |
* | revert r14950 (#19017) | Toshi MARUYAMA | 2015-12-06 | 1 | -2/+2 |
* | pdf: use "family" parameter instead of l(:general_pdf_fontname) at SetFont me... | Toshi MARUYAMA | 2015-12-06 | 1 | -2/+2 |
* | Highlight current per-page selection (#21258). | Jean-Philippe Lang | 2015-12-05 | 1 | -1/+1 |
* | Replaced the 3 dots with an ellipsis sign. | Jean-Philippe Lang | 2015-12-05 | 1 | -1/+1 |
* | Adapt pagination for smaller screens (#19097). | Jean-Philippe Lang | 2015-12-05 | 1 | -3/+4 |
* | Moved custom fields totals logic to FieldFormat (#21413). | Jean-Philippe Lang | 2015-12-05 | 1 | -0/+21 |
* | revert r14907 (#19017) | Toshi MARUYAMA | 2015-12-04 | 1 | -2/+2 |
* | pdf: use l(:general_pdf_monospaced_fontname) (#19017) | Toshi MARUYAMA | 2015-12-04 | 1 | -1/+2 |
* | pdf: use "family" parameter instead of l(:general_pdf_fontname) at SetFont me... | Toshi MARUYAMA | 2015-12-04 | 1 | -2/+2 |
* | Always show previous/next when there are more than one page. | Jean-Philippe Lang | 2015-11-28 | 1 | -10/+23 |
* | Removed a space after spacer (#21258). | Jean-Philippe Lang | 2015-11-28 | 1 | -1/+1 |
* | Use ul tags to do pagination (#21258). | Jean-Philippe Lang | 2015-11-28 | 1 | -9/+15 |
* | Version set to 3.2.0. | Jean-Philippe Lang | 2015-11-28 | 1 | -2/+2 |
* | pdf: fix Vietnamese Italic is not shown (#21328) | Toshi MARUYAMA | 2015-11-25 | 1 | -1/+1 |
* | Updates for 3.1.2 release. | Jean-Philippe Lang | 2015-11-14 | 1 | -1/+1 |
* | Fixed that #l_hours_short shows 2 h (#21069). | Jean-Philippe Lang | 2015-10-30 | 1 | -1/+1 |
* | Adds translation string for hours with symbol (#21069). | Jean-Philippe Lang | 2015-10-29 | 1 | -1/+1 |
* | Adds Enumeration custom field format (#21060). | Jean-Philippe Lang | 2015-10-25 | 1 | -2/+27 |
* | Truncates link custom field URL for display (#21012). | Jean-Philippe Lang | 2015-10-21 | 1 | -1/+1 |
* | Typo "coma" (#20551). | Jean-Philippe Lang | 2015-10-20 | 1 | -1/+1 |
* | Don't reopen ApplicationHelper (#20507). | Jean-Philippe Lang | 2015-10-19 | 1 | -16/+16 |
* | Extract classes to their own files to prevent loading issues (#20508). | Jean-Philippe Lang | 2015-10-19 | 3 | -71/+110 |
* | Include helper instead of patching (#20508). | Jean-Philippe Lang | 2015-10-19 | 1 | -3/+0 |
* | Display totals if the PDF export (#1561). | Jean-Philippe Lang | 2015-10-09 | 1 | -3/+16 |
* | Fix tokenization of phrases with non-ascii chars (#20730). | Jean-Philippe Lang | 2015-10-09 | 1 | -1/+1 |
* | Adds day numbers to HTML and PDF gantt (#3034). | Jean-Philippe Lang | 2015-10-03 | 1 | -1/+26 |
* | SQL error with MySQL (#19657). | Jean-Philippe Lang | 2015-09-30 | 1 | -0/+5 |
* | Enables footnote support with Markdown (#16072). | Jean-Philippe Lang | 2015-09-30 | 1 | -1/+2 |
* | Display all versions in query filter (#19271). | Jean-Philippe Lang | 2015-09-26 | 1 | -9/+24 |
* | Updates for 3.1.1 release. | Jean-Philippe Lang | 2015-09-20 | 1 | -1/+1 |
* | Reverts r14510 (#20508) and r14511 (#20507), tests broken. | Jean-Philippe Lang | 2015-08-22 | 2 | -5/+4 |
* | ThemesHelper reopening ApplicationHelper is problem with autoloading (#20507). | Jean-Philippe Lang | 2015-08-18 | 1 | -1/+2 |
* | Required file lib/redmine/hook.rb is patching autoloaded ApplicationHelper (#... | Jean-Philippe Lang | 2015-08-18 | 1 | -3/+3 |
* | CSV importer raises I18n::InvalidLocale exception if current user's language ... | Jean-Philippe Lang | 2015-08-15 | 1 | -1/+1 |
* | Use same logic for finding user as a custom field (#950). | Jean-Philippe Lang | 2015-08-15 | 1 | -2/+28 |