summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Show Roadmap tab when subprojects have defined versions (#7956).Go MAEDA2020-05-301-1/+1
* gantt: simplify week day logic in to_pdf() at lib/redmine/helpers/gantt.rbToshi MARUYAMA2020-05-271-11/+5
* gantt: simplify week day logic in to_image() at lib/redmine/helpers/gantt.rbToshi MARUYAMA2020-05-271-5/+2
* remove unneeded () from to_pdf() at lib/redmine/helpers/gantt.rbToshi MARUYAMA2020-05-271-1/+1
* scm: mercurial: escape branch and tag names (#27790)Toshi MARUYAMA2020-05-082-10/+12
* remove extra empty line at beginning of lib/redmine/scm/adapters/mercurial_ad...Toshi MARUYAMA2020-05-081-1/+0
* remove git format patch footer (#33357)Toshi MARUYAMA2020-05-051-0/+6
* Load default custom queries when running redmine:load_default_data rake task ...Go MAEDA2020-04-281-1/+81
* Use scope assignable_watchers (#4511).Go MAEDA2020-04-251-1/+1
* Use principals in acts_as_watchable (#4511).Go MAEDA2020-04-251-1/+1
* Fix warnings while running redmine:load_default_data rake task (#33310).Go MAEDA2020-04-221-1/+0
* Fix that thumbnail support for PDF attachments may not be detected (#33283).Go MAEDA2020-04-201-1/+3
* add Redmine::Database.sqlite? as with postgresql? and postgresql?Toshi MARUYAMA2020-04-201-0/+5
* scm: git: add new test repository which has UTF-8 Emoji committer and comment...Toshi MARUYAMA2020-04-141-1/+1
* Updates for 4.1.1 release.Jean-Philippe Lang2020-04-061-1/+1
* XSS vulnerabilities in textile links (#32934).Jean-Philippe Lang2020-04-051-1/+9
* Reverts r19489 (#32934).Jean-Philippe Lang2020-04-051-2/+2
* Fix that viewing gantt causes SQL error with SQL Server (#32737).Go MAEDA2020-04-021-1/+1
* Remove duplicate keys from sort criteria (#32737).Go MAEDA2020-04-021-0/+1
* Use field_activity rather than label_activity in the context of time tracking...Go MAEDA2020-03-261-1/+1
* Export to PDF fails when subject of parent task is included in issue list (#3...Go MAEDA2020-03-241-1/+1
* scm: mercurial: change template "escape" to "urlescape" for "author" and "des...Toshi MARUYAMA2020-03-222-7/+9
* Fix that end markers in gantt PDF are misaligned (#19248).Go MAEDA2020-03-201-3/+3
* Gantt bars for single-day tasks may be rendered wrongly in PDF (#23645).Go MAEDA2020-03-201-3/+6
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-0388-88/+88
* tmp/pdf directory is no longer necessary (#32924).Go MAEDA2020-02-291-2/+0
* Fix a RuboCop offence Style/NegatedWhile (#32971).Go MAEDA2020-02-291-1/+1
* Updating custom fields does not trigger update to "updated_on" field in the c...Go MAEDA2020-02-291-0/+1
* Newline between list items break a list (#32971).Go MAEDA2020-02-291-5/+6
* Reverts r19510 that breaks IssueTest#test_closed_on_should_be_set_when_closin...Go MAEDA2020-02-111-2/+0
* Updating custom fields does not trigger update to "updated_on" field in the c...Go MAEDA2020-02-111-0/+2
* Allow adding user groups as watchers for issues (#4511).Go MAEDA2020-02-061-3/+5
* Rails 6: Fix deprecation warning "Class level methods will no longer inherit ...Go MAEDA2020-02-031-1/+1
* White list protocols allowed for Textile links (#32934).Jean-Philippe Lang2020-02-021-2/+2
* Right-aligned TOC tag is displayed in exported PDF if the text formatting set...Go MAEDA2020-01-301-1/+1
* Issue list: long text custom field missing in PDF export (#32859).Go MAEDA2020-01-261-12/+16
* Exporting issue as PDF fails when the issue has private journal (#32858).Go MAEDA2020-01-251-1/+1
* Ruby 2.7: Remove deprecated URI.escape/unescape (#32752).Go MAEDA2020-01-232-7/+7
* Fix ruby 2.7 warning: The last argument is used as the keyword parameter (#32...Go MAEDA2020-01-232-5/+5
* FrozenError when exporting gantt to PDF in some languages (#32832).Go MAEDA2020-01-181-0/+1
* Make languages in Highlighted code button in toolbar customizable (#32528).Go MAEDA2020-01-142-2/+6
* Fix missing arrow icon of collapse macro (#32754).Go MAEDA2020-01-071-2/+2
* Reverts r19409 that breaks some tests (#32754).Go MAEDA2020-01-071-2/+2
* Fix that arrow icon for {{collapse}} macro is not shown (#32754).Go MAEDA2020-01-071-2/+2
* Updates for 4.1.0 release.Jean-Philippe Lang2019-12-201-2/+2
* Updates for 4.0.6 release.Jean-Philippe Lang2019-12-201-1/+1
* filter all possibly class values on code tags in Textile (#25742)Toshi MARUYAMA2019-12-051-3/+4
* cleanup: rubocop: fix Layout/SpaceAfterComma in lib/redmine/export/pdf/wiki_p...Toshi MARUYAMA2019-11-251-13/+13
* cleanup: rubocop: fix Layout/IndentFirstArgument in lib/redmine/export/pdf/wi...Toshi MARUYAMA2019-11-251-3/+5
* code layout clean up lib/redmine/field_format.rbToshi MARUYAMA2019-11-251-2/+10