summaryrefslogtreecommitdiffstats
path: root/lib/tasks
Commit message (Expand)AuthorAgeFilesLines
* Fix path for plugin assets in icons rake task (#23980, #41712).Marius Balteanu2024-11-101-1/+1
* Adds rake task to download SVG icons from Tabler Github repository using conf...Marius Balteanu2024-10-081-0/+142
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-2616-16/+16
* Removes @redmine:plugins:assets@ from @redmine:plugins@ task (#40204).Marius Balteanu2024-02-071-2/+1
* Removes @redmine:plugins:assets@ task which is no longer needed after asset p...Marius Balteanu2024-01-251-11/+0
* Replace regular expression matches with String#start_with? / end_with? (#40010).Go MAEDA2024-01-111-2/+2
* Run plugin tests only if test files exist (#39803, #36320).Marius Balteanu2023-12-201-12/+30
* Fixes that @redmine:plugins:test@ should run plugins unit, functional, integr...Marius Balteanu2023-12-201-4/+7
* Adds test for plugin autoload issue (#36320, #39834).Marius Balteanu2023-12-171-0/+7
* Fix NoMethodError: undefined method `rake_run' for Rails::TestUnit::Runner:Cl...Marius Balteanu2023-12-122-8/+8
* Add missing copyrights (#37730).Marius Balteanu2023-11-2610-0/+170
* CI server: disable ssl connexion to mysql server.Jean-Philippe Lang2023-11-201-1/+2
* Adds support for environment variable for CI mysql host.Jean-Philippe Lang2023-11-201-1/+1
* Adds support for environment variable for CI postgresql host.Jean-Philippe Lang2023-11-201-1/+1
* Fix `rake yard` does not work with Ruby >= 3.2 due to nested array issue (#39...Go MAEDA2023-11-181-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