summaryrefslogtreecommitdiffstats
path: root/lib/tasks
Commit message (Expand)AuthorAgeFilesLines
* Don't rescue Exception class (#31387).Go MAEDA2019-05-253-5/+5
* Remove frozen_string_literal magic comment from files which are not used when...Go MAEDA2019-03-2116-32/+0
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-1516-0/+32
* Send emails asynchronously (#26791).Jean-Philippe Lang2018-10-101-4/+1
* Use find_by instead of where.first to remove unnecessary sorting (#26747).Go MAEDA2018-10-061-1/+1
* "no_notification" option is not listed in the help of "rake redmine:email:rec...Go MAEDA2018-09-271-0/+1
* redmine:email:read and rdm-mailhandler.rb should use safe_receive instead of ...Jean-Philippe Lang2018-09-231-1/+1
* Replace Enumerable#sort with faster Enumerable#sort_by (#29299).Go MAEDA2018-08-021-1/+1
* Remove RDoc tags (#28943).Go MAEDA2018-06-081-1/+1
* Fix: "project_from_subbaddress" option is not listed in the help of "rake red...Go MAEDA2018-01-241-0/+3
* Replace Minitest.rake_run with Rails::TestUnit::Runner.rake_run for compatibi...Go MAEDA2018-01-012-7/+7
* Removes test:ui rake task replaced by rails test:system.Jean-Philippe Lang2017-07-301-6/+0
* Drop Darcs support (#26391).Jean-Philippe Lang2017-07-251-1/+1
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-232-34/+24
* Update copyright.Jean-Philippe Lang2017-06-256-6/+6
* Adds a rake task to update attachments digests to SHA256 (#25240).Jean-Philippe Lang2017-04-031-0/+5
* spelling fixes (#25495)Toshi MARUYAMA2017-04-021-1/+1
* set "warning = false" for "rake test:scm:units" and "rake test:scm:functionals"Toshi MARUYAMA2017-03-201-0/+2
* Prevent warning about already defined constant.Jean-Philippe Lang2017-03-021-0/+3
* Don't pass conditions to #delete_all.Jean-Philippe Lang2016-07-161-1/+1
* Ability to define a default assigned_to when receiving emails (#23020).Jean-Philippe Lang2016-06-181-0/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-136-6/+6
* add plugins ui tests rake task (#21361)Toshi MARUYAMA2015-11-271-0/+7
* Allow a default version to be set on the command line for incoming emails (#7...Jean-Philippe Lang2015-11-011-0/+1
* Mail Handler: add support for allow_override=all (#20543).Jean-Philippe Lang2015-10-171-47/+31
* travis: add PostgreSQL environmentsToshi MARUYAMA2015-08-301-1/+1
* Adds private issue option to receiving emails (#8424).Jean-Philippe Lang2015-05-101-0/+1
* add MariaDB 10.0 environment to travis (#17460, #19344)Toshi MARUYAMA2015-03-141-1/+1
* Allow filtering of Redmine Reminders by Version (#18983).Jean-Philippe Lang2015-02-071-0/+2
* IMAP STARTTLS support (#16823).Jean-Philippe Lang2015-01-271-1/+3
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-172-2/+2
* Copyright update.Jean-Philippe Lang2015-01-116-6/+6
* Use simplecov for code coverage, rcov does not support ruby>=1.9.Jean-Philippe Lang2014-12-021-6/+2
* fix "test:routing" rake task comment changed by r13604Toshi MARUYAMA2014-11-181-1/+1
* Isolates all API routing tests to a specific test case.Jean-Philippe Lang2014-11-162-2/+3
* Default status per tracker (#5991).Jean-Philippe Lang2014-11-022-8/+8
* Add ci:about task to display ruby version in build output.Jean-Philippe Lang2014-10-261-0/+5
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-224-20/+5
* Update yard rake task for Redmine 2.x (#14796).Jean-Baptiste Barth2014-09-071-2/+2
* add support for pop3s (SSL) to redmine:email:receive_pop3 (#16707)Toshi MARUYAMA2014-05-161-0/+2
* split method for scm test repository extracting (#16881)Toshi MARUYAMA2014-05-141-4/+8
* add :environment to test:scm:setup:create_dir and test:scm:update rake tasks ...Toshi MARUYAMA2014-05-141-2/+2
* Use async email deliveries in rake tasks (#16784).Jean-Philippe Lang2014-05-021-3/+9
* fix typo at lib/tasks/ciphering.rakeToshi MARUYAMA2014-04-161-2/+2
* fix typo at lib/tasks/ci.rakeToshi MARUYAMA2014-04-161-1/+1
* Format table list.Jean-Philippe Lang2014-04-031-1/+2
* fix typos of migrate_from_trac.rakeToshi MARUYAMA2014-02-201-3/+2
* Check that target tables exist before proceeding.Jean-Philippe Lang2014-02-091-1/+10
* update copyright year (#15977)Toshi MARUYAMA2014-01-296-6/+6
* add .travis.yml and switch database user/password by environmentsToshi MARUYAMA2014-01-181-3/+13