summaryrefslogtreecommitdiffstats
path: root/lib/tasks
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-276-6/+6
* Merged r22456 from trunk to 5.1-stable (#39576).Go MAEDA2023-11-191-1/+1
* Replace `YAML.load` with `YAML.load_file` in locales.rake and improve error r...Go MAEDA2023-10-201-3/+3
* Fix deprecation warning for db:structure:dump in db:migrate when using sql sc...Go MAEDA2023-02-011-6/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-016-6/+6
* Add the `# frozen_string_literal: true` magic comment to config/initializers/...Go MAEDA2022-09-211-0/+2
* Add tasks to prune registered users after a certain number of days (#30998).Go MAEDA2022-03-221-0/+16
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-026-6/+6
* Use File.exist? instead of deprecated File.exists? (#36358).Go MAEDA2021-12-271-3/+3
* Fix redmine:plugins:assets rake task fails (#36287, #32938).Go MAEDA2021-12-081-1/+1
* Remove rake task check_parsing_by_psych (#35026).Go MAEDA2021-04-131-27/+0
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-256-6/+6
* Rake tasks db:encrypt and db:decrypt now supports TOTP secret keys (#1237, #3...Go MAEDA2020-09-051-2/+4
* Fix warnings while running redmine:load_default_data rake task (#33310).Go MAEDA2020-04-221-1/+0
* scm: git: add new test repository which has UTF-8 Emoji committer and comment...Toshi MARUYAMA2020-04-141-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-036-6/+6
* Add redmine:plugins:test:system task (#31746).Go MAEDA2019-08-051-0/+7
* reminder.rake should ignore blank parameters (#31501).Go MAEDA2019-06-051-5/+5
* Add support for :sql ActiveRecord::Base.schema_format in redmine:plugins:migr...Go MAEDA2019-06-011-1/+6
* Update copyright year.Go MAEDA2019-05-256-6/+6
* 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