summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support of default ActiveRecord I18n scopes in LabelledFormBuilder (#26618).Go MAEDA2018-06-041-1/+1
* Fix: Irrelevant permission is required to access some tabs in project setting...Go MAEDA2018-06-031-3/+3
* Mercurial 4.6 compatibility (#28725).Go MAEDA2018-05-281-4/+15
* Adds previews for audio / video attachments (#27336).Go MAEDA2018-05-171-0/+1
* Allow switching the encoding to UTF-8 when exporting to CSV (#26279).Go MAEDA2018-05-071-3/+3
* Fix: redmine_plugin_controller generates camelcase filename (#28668).Go MAEDA2018-05-051-4/+4
* Fix: Syntax highlighter does not work if language name is single-quoted (#284...Go MAEDA2018-05-021-1/+1
* Show renames in diff preview (#28295).Go MAEDA2018-04-271-1/+6
* Gantt bars with start date and end date on the same day don't become red by o...Go MAEDA2018-04-091-3/+3
* Rails 5: "Page not found" error when accessing a page of a plugin in producti...Jean-Philippe Lang2018-04-081-0/+1
* Updates for 3.4.5 release.Jean-Philippe Lang2018-04-071-1/+1
* Markdown pre-block could derive incorrect wiki sections (#25299).Jean-Philippe Lang2018-04-071-8/+6
* Enable lax_spacing for markdown formatting (#28119).Go MAEDA2018-02-161-1/+2
* Fix: "project_from_subbaddress" option is not listed in the help of "rake red...Go MAEDA2018-01-241-0/+3
* Allow "max-height", "max-width", "min-height" and "min-width" CSS properties ...Go MAEDA2018-01-111-1/+1
* Updates for 3.4.4 release.Jean-Philippe Lang2018-01-081-1/+1
* Removes 'unloadable' from plugin templates (#20513).Jean-Philippe Lang2018-01-082-3/+0
* Replace Minitest.rake_run with Rails::TestUnit::Runner.rake_run for compatibi...Go MAEDA2018-01-012-7/+7
* Links for custom field value don't have "external" class (#27024).Go MAEDA2018-01-011-2/+6
* Use reverse_each instead of reverse.each (#27671).Go MAEDA2017-12-312-2/+2
* replace plugin generator USAGE "script/rails" which are removed by r16868Toshi MARUYAMA2017-12-273-3/+3
* mercurial: work around faulty parsing of early command options (#27516)Toshi MARUYAMA2017-12-071-13/+14
* mercurial: separate command options and positional arguments with "--" (#27516)Toshi MARUYAMA2017-12-071-5/+5