summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix that date grouping for MySQL is not working (#32046, #13803).Go MAEDA2019-09-121-1/+1
* code cleanup: rubocop: fix Lint/HandleExceptions in lib/redmine/scm/adapters/...Toshi MARUYAMA2019-09-121-0/+3
* code cleanup: rubocop: fix Lint/AmbiguousOperator in lib/redmine/scm/adapters...Toshi MARUYAMA2019-09-121-1/+1
* code cleanup: scm: cvs: remove unused branchPoint method from CvsRevisionHelp...Toshi MARUYAMA2019-09-121-4/+0
* code cleanup: rubocop: fix Layout/SpaceInsideReferenceBrackets in lib/redmine...Toshi MARUYAMA2019-09-111-1/+1
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in lib/redmine/scm/adap...Toshi MARUYAMA2019-08-311-1/+2
* code cleanup lib/redmine/scm/adapters/cvs_adapter.rbToshi MARUYAMA2019-08-311-1/+1
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in lib/redmine/scm/adap...Toshi MARUYAMA2019-08-311-2/+2
* Better handling of HTML tables when creating an issue from an email (#31231).Go MAEDA2019-08-242-0/+4
* Code cleanup: RuboCop: Layout/TrailingBlankLinesGo MAEDA2019-08-141-1/+0
* Replace RMagick with MiniMagick (#30492).Go MAEDA2019-08-142-104/+147
* Convert HTML links to Textile/Markdown links when creating an issue from an e...Go MAEDA2019-08-113-3/+8
* Add test/system directory to plugin template (#31746).Go MAEDA2019-08-051-0/+1
* Add redmine:plugins:test:system task (#31746).Go MAEDA2019-08-051-0/+7
* rubocop: fix Style/YodaCondition of lib/redmine/scm/adapters/abstract_adapter.rbToshi MARUYAMA2019-08-041-2/+2
* rubocop: fix Layout/EmptyLinesAroundAccessModifier of lib/redmine/scm/adapter...Toshi MARUYAMA2019-08-031-0/+1
* rubocop: fix Layout/AccessModifierIndentation of scm/adapters/abstract_adapte...Toshi MARUYAMA2019-07-291-1/+2
* Wiki page collapse block image is not displayed in exported PDF (#30162).Jean-Philippe Lang2019-06-201-3/+11
* redmine_plugin_model_generator improvements (#27659).Jean-Philippe Lang2019-06-202-3/+12
* Issue macro for flexible linking to issues (#29489).Jean-Philippe Lang2019-06-201-0/+27
* Code cleanup: RuboCop: Style/DefWithParenthesesGo MAEDA2019-06-202-2/+2
* Add "<< me >>" option to user format issue custom fields (#31444).Jean-Philippe Lang2019-06-201-1/+4
* Removes lazy loading of i18n files for 18n 1.6.0 compat (#31384).Jean-Philippe Lang2019-06-201-55/+1
* Load changesets and time entries tabs async (#3058).Jean-Philippe Lang2019-06-201-1/+1
* Text may unexpectedly be enclosed in pre tags when an issue is created via HT...Jean-Philippe Lang2019-06-201-2/+2
* Groups are incorrect when grouping by date without user timezone set.Jean-Philippe Lang2019-06-201-2/+1
* Preview .webm as video instead of audio (#31553).Go MAEDA2019-06-191-0/+1
* Add missing frozen string literals and copyrights (#31508).Go MAEDA2019-06-131-0/+19
* Updates for 4.0.4 release.Jean-Philippe Lang2019-06-101-1/+1
* Fix html encoding (#31520).Jean-Philippe Lang2019-06-101-1/+7
* Remove trailing whitespaces from lib (#31506).Go MAEDA2019-06-0610-109/+109
* reminder.rake should ignore blank parameters (#31501).Go MAEDA2019-06-051-5/+5
* Add missing frozen string literals and copyrights (#31508).Go MAEDA2019-06-044-2/+78
* Add redmine_plugin_migration generator (#31498).Go MAEDA2019-06-033-0/+29
* Add support for :sql ActiveRecord::Base.schema_format in redmine:plugins:migr...Go MAEDA2019-06-011-1/+6
* Use "icon icon-*" classes for expandable elements (#31433).Go MAEDA2019-05-301-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Update copyright year.Go MAEDA2019-05-2582-82/+82
* Don't rescue Exception class (#31387).Go MAEDA2019-05-257-16/+12
* Explicitly load redmine/info in order to avoid "uninitialized constant" error...Go MAEDA2019-05-231-0/+1
* Custom Exception classes should inherit StandardError instead of Exception (#...Go MAEDA2019-05-213-3/+3
* Fix an error "uninitialized constant Redmine::ProjectJumpBox" in the producti...Go MAEDA2019-05-211-0/+1
* Adds favorites and recently used projects lists to project jump box (#31355).Go MAEDA2019-05-202-1/+95
* Small refactorization of avatar methods (#31391).Go MAEDA2019-05-192-8/+2
* Show selected columns in gantt chart (#27672).Go MAEDA2019-05-161-6/+28
* Render PDF thumbnail using ImageMagick/GhostScript (#22481).Go MAEDA2019-05-121-3/+30
* Generalize issues imports (#28234).Go MAEDA2019-05-091-1/+1
* Remove the :ssl option which is not used anymore (#31022).Go MAEDA2019-05-081-3/+0
* Allow a bigger range for the gantt timeline (#14654).Go MAEDA2019-05-081-1/+1
* Don't output ImageMagick version information to stdout (#31125).Go MAEDA2019-05-051-1/+6