summaryrefslogtreecommitdiffstats
path: root/lib/redmine
Commit message (Expand)AuthorAgeFilesLines
...
* remove space inside parentheses from lib/redmine/scm/adapters/abstract_adapte...Toshi MARUYAMA2020-10-021-1/+1
* remove extra blank lines from lib/redmine/sudo_mode.rbToshi MARUYAMA2020-09-241-4/+0
* remove spaces inside {} of lib/redmine/wiki_formatting/macros.rbToshi MARUYAMA2020-09-211-1/+1
* add empty line after guard clause to lib/redmine/codeset_util.rbToshi MARUYAMA2020-09-171-0/+6
* fix source indent of lib/redmine/scm/adapters/mercurial_adapter.rbToshi MARUYAMA2020-09-121-4/+4
* Don't internationalize error messages used when defining a macro (#33426).Go MAEDA2020-09-111-2/+2
* Internationalize error messages for wiki macros (#33426).Go MAEDA2020-09-101-11/+11
* Rake tasks "db:encrypt" and "db:decrypt" may fail due to validation error (#3...Go MAEDA2020-09-011-2/+2
* Fix an error "uninitialized constant Redmine::Twofa::Base" when accessing My ...Go MAEDA2020-08-311-0/+2
* Fix that Redmine::Twofa::Base raises ArgumentError in development mode (#1237...Go MAEDA2020-08-311-4/+4
* Backup codes for 2fa auth (#1237).Go MAEDA2020-08-291-2/+48
* Adds a setting to disable/enable/require 2fa auth (#1237).Go MAEDA2020-08-291-0/+5
* Adds two factor authentication support (#1237).Go MAEDA2020-08-293-0/+253
* Starting or ending marker is not displayed if they are on the leftmost or rig...Go MAEDA2020-08-121-2/+2
* use "do end" instead of {} at lib/redmine/scm/adapters/abstract_adapter.rbToshi MARUYAMA2020-08-091-4/+4
* remove empty line at class body beginning of lib/redmine/export/csv.rbToshi MARUYAMA2020-08-091-1/+0
* add space after comma to lib/redmine/scm/adapters/abstract_adapter.rbToshi MARUYAMA2020-08-091-3/+3
* add empty line after guard clause to lib/redmine/scm/adapters/abstract_adapte...Toshi MARUYAMA2020-08-091-0/+1
* fix source indent of lib/redmine/scm/adapters/filesystem_adapter.rbToshi MARUYAMA2020-08-071-8/+10
* fix source indent of lib/redmine/helpers/time_report.rbToshi MARUYAMA2020-08-071-25/+26
* remove spaces inside {} of lib/redmine/scm/adapters/mercurial_adapter.rbToshi MARUYAMA2020-08-071-6/+6
* Gantt bar is not displayed if the due date is the leftmost date or the start ...Go MAEDA2020-07-251-1/+1
* add empty line after guard clause to FilesystemAdapterToshi MARUYAMA2020-07-211-0/+2
* add empty line after guard clause to MercurialAdapterToshi MARUYAMA2020-07-211-0/+4
* fix source indent of BazaarAdapterToshi MARUYAMA2020-07-121-16/+17
* fix source indent of lib/redmine/scm/adapters/bazaar_adapter.rbToshi MARUYAMA2020-07-121-11/+16
* remove spaces inside {} of lib/redmine/sudo_mode.rbToshi MARUYAMA2020-07-111-4/+4
* fix source indents of lib/redmine/scm/adapters/bazaar_adapter.rbToshi MARUYAMA2020-07-091-5/+7
* add empty lines after guard clause to lib/redmine/scm/adapters/bazaar_adapter.rbToshi MARUYAMA2020-07-091-0/+6
* remove spaces inside {} of lib/redmine/scm/adapters/bazaar_adapter.rbToshi MARUYAMA2020-07-091-3/+3
* Always preserve the tree structure in the project jump box (#32944).Go MAEDA2020-07-061-12/+4
* fix source indent of lib/redmine/wiki_formatting/textile/redcloth3.rbToshi MARUYAMA2020-07-031-13/+13
* fix source indent of lib/redmine/nested_set/project_nested_set.rbToshi MARUYAMA2020-07-031-20/+28
* fix source indent of lib/redmine/nested_set/issue_nested_set.rbToshi MARUYAMA2020-07-031-26/+34
* 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
* 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
* 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