summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Line height is too large when previewing files with syntax highlighting if th...Go MAEDA2019-02-031-0/+7
* Plugin eager_load should depend on environment setting instead of name (#30725).Go MAEDA2019-02-011-1/+1
* Filesystem adapter does not show correct size for large files (#30411).Jean-Philippe Lang2019-01-201-1/+1
* Updates for 4.0.1 release.Jean-Philippe Lang2019-01-201-1/+1
* Deadlock when assigning custom values (#30465).Jean-Philippe Lang2019-01-191-1/+1
* Hide menu item in the cross-project menu if the module is not enabled in any ...Go MAEDA2019-01-131-5/+5
* Decrypting LDAP and SCM passwords fail if the plaintext password is longer th...Go MAEDA2018-12-171-1/+1
* Adds a permission to log time for another user (#3848).Jean-Philippe Lang2018-12-161-0/+1
* Implement date grouping for MySQL (#13803).Jean-Philippe Lang2018-12-161-0/+8
* Allow issues grouping by creation, update and closing date (#13803).Jean-Philippe Lang2018-12-122-1/+14
* Bump version to 4.0.0Jean-Philippe Lang2018-12-081-3/+3
* Use "abort" instead of "exit" in order to make error log more informative (# ...Go MAEDA2018-12-011-2/+1
* Allow single Chinese character as a search keyword (#30037).Go MAEDA2018-11-301-1/+2
* Update Redmine::Plugin documentation (#28996).Jean-Philippe Lang2018-11-291-1/+19
* Missing validation for custom field formats based on RecordList (#29674).Jean-Philippe Lang2018-11-281-0/+10
* REST API with JSON content missing false values (#20788).Jean-Philippe Lang2018-11-281-1/+1
* Remove blank keys from sort criteria (#30009).Go MAEDA2018-11-261-0/+1
* Tags start with 'pre' are handled as 'pre' tag in Textile (#8395).Go MAEDA2018-11-261-1/+1
* Strip whitespace from integer custom field (#8317).Go MAEDA2018-11-081-1/+1
* Removes request and response accessors from Structure class (#28564).Go MAEDA2018-11-032-4/+3
* \f or \v character in Textile markup may cause RegexpError exception (#29756).Go MAEDA2018-10-281-1/+1
* Send emails asynchronously (#26791).Jean-Philippe Lang2018-10-103-5/+11
* Use find_by instead of where.first to remove unnecessary sorting (#26747).Go MAEDA2018-10-062-8/+8
* Removed message to stdout (#28934).Jean-Philippe Lang2018-09-291-1/+0
* Syntax highlighter: replace CodeRay with Rouge (#24681).Jean-Philippe Lang2018-09-292-18/+42
* "no_notification" option is not listed in the help of "rake redmine:email:rec...Go MAEDA2018-09-271-0/+1
* Adds preview option to the wiki toolbar (#27758).Jean-Philippe Lang2018-09-263-6/+7
* Support migration context for plugins (#28934).Jean-Philippe Lang2018-09-231-11/+47
* redmine:email:read and rdm-mailhandler.rb should use safe_receive instead of ...Jean-Philippe Lang2018-09-231-1/+1
* Fixed that issue details page shows default values for custom fields that are...Jean-Philippe Lang2018-09-231-0/+6
* Redmine::SortCriteria#normalize! does not limit properly the maximum number o...Go MAEDA2018-09-201-2/+1
* Mercurial 4.7 compatibility (#29413).Go MAEDA2018-08-251-2/+4
* Refactor Redmine::MimeType.of. Uses MiniMime.lookup_by_extension instead of l...Go MAEDA2018-08-151-9/+5
* Don't require mime-types (#29359).Go MAEDA2018-08-131-2/+0
* Replace String#gsub with faster String#tr (#29363).Go MAEDA2018-08-122-2/+2
* Replace mime-types gem with more efficient mini_mime gem (#29359).Go MAEDA2018-08-121-3/+3
* Replace Enumerable#sort with faster Enumerable#sort_by (#29299).Go MAEDA2018-08-025-5/+5
* Replace Hash#keys.each with faster Hash#each_key (#29305).Go MAEDA2018-08-012-2/+2
* Fix: Textile phrase modifiers break wiki macros (#29247).Go MAEDA2018-07-211-1/+1
* Only allow the use of visible custom fields in time entry reports (#29162).Go MAEDA2018-07-121-4/+4
* Add my activities to my page (#2471).Go MAEDA2018-07-111-1/+2
* Show images and thumbnails in their natural orientation (#28616).Go MAEDA2018-06-271-1/+1
* Dangerous query method deprecation warnings (#23630).Jean-Philippe Lang2018-06-232-4/+4
* Redmine::VERSION::revision should take subversion_command_setting into accoun...Go MAEDA2018-06-221-1/+1
* Image filename for HDPI monitors (image@2x.jpg) are misrecognized as email ad...Jean-Philippe Lang2018-06-171-0/+4
* "attachment:filename" link syntax would not work if the file name contains "@...Jean-Philippe Lang2018-06-171-0/+4
* User link syntax (user:login) doesn't work for logins consisting of an email ...Jean-Philippe Lang2018-06-173-14/+28
* Enable and add underline button to the toolbar for Markdown formatting (#28169).Jean-Philippe Lang2018-06-162-3/+5
* Updates for 3.4.6 release.Jean-Philippe Lang2018-06-101-1/+1
* Remove RDoc tags (#28943).Go MAEDA2018-06-0811-16/+27