summaryrefslogtreecommitdiffstats
path: root/lib/redmine
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup: RuboCop: Layout/TrailingBlankLinesGo MAEDA2019-08-141-1/+0
* Replace RMagick with MiniMagick (#30492).Go MAEDA2019-08-141-102/+145
* Convert HTML links to Textile/Markdown links when creating an issue from an e...Go MAEDA2019-08-113-3/+8
* 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
* 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
* 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
* 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
* Add missing frozen string literals and copyrights (#31508).Go MAEDA2019-06-041-0/+19
* 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-2570-70/+70
* Don't rescue Exception class (#31387).Go MAEDA2019-05-254-11/+7
* Custom Exception classes should inherit StandardError instead of Exception (#...Go MAEDA2019-05-213-3/+3
* Adds favorites and recently used projects lists to project jump box (#31355).Go MAEDA2019-05-201-0/+94
* Small refactorization of avatar methods (#31391).Go MAEDA2019-05-191-7/+1
* 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
* 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
* Add avatar_server_url configuration option in order to support Libravatar (#9...Go MAEDA2019-05-041-0/+1
* Attachment preview does not work for some source files such as JavaScript and...Go MAEDA2019-05-041-1/+13
* Redmine::SyntaxHighlighting.highlight_by_filename may not be able to determin...Go MAEDA2019-05-031-1/+1
* Code cleanup: use safe navigation operator in lib/redmine/mime_type.rbGo MAEDA2019-05-021-5/+4
* New My page block: Updated issues (#30975).Go MAEDA2019-04-301-0/+1
* Code cleanup: Use Loofah.remove_extraneous_whitespace instead of deprecated L...Go MAEDA2019-04-211-1/+1
* Raise an exception if the plugin directory name differs from the plugin id (#...Go MAEDA2019-04-191-0/+4
* Garbage lines in the output of 'git branch' break git adapter (#31120).Go MAEDA2019-04-071-0/+1
* code clean up GitAdapterToshi MARUYAMA2019-04-051-1/+1
* scm: git: fix non ascii branch and tag browsing (#16881)Toshi MARUYAMA2019-04-051-5/+14
* scm: git: add new one latin1 tag to test repository (#16881)Toshi MARUYAMA2019-04-051-1/+1
* scm: git: add new two latin1 branches to test repository (#16881)Toshi MARUYAMA2019-04-051-1/+1
* code clean up GitAdapterToshi MARUYAMA2019-04-041-3/+1
* code clean up GitAdapterToshi MARUYAMA2019-04-041-2/+2
* Updates for 4.0.3 release.Jean-Philippe Lang2019-03-311-1/+1
* Use Regexp#match? to reduce allocations of MatchData object (#28940).Go MAEDA2019-03-2718-33/+33
* Remove extra #dup (#26561).Go MAEDA2019-03-211-3/+2
* Fix FrozenError in BazaarAdapter.branch_conf_path (#26561).Go MAEDA2019-03-201-10/+3
* Use #b shortcut instead of #force_encoding (#31059).Go MAEDA2019-03-207-17/+11
* Support frozen_string_literal in lib/**/*.rb (#26561).Go MAEDA2019-03-1723-81/+82
* Support frozen_string_literal in lib/redmine/export/*.rb (#26561).Go MAEDA2019-03-172-8/+9