summaryrefslogtreecommitdiffstats
path: root/lib/tasks/redmine.rake
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* 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-011-1/+1
* 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-021-1/+1
* Fix redmine:plugins:assets rake task fails (#36287, #32938).Go MAEDA2021-12-081-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Add redmine:plugins:test:system task (#31746).Go MAEDA2019-08-051-0/+7
* Add support for :sql ActiveRecord::Base.schema_format in redmine:plugins:migr...Go MAEDA2019-06-011-1/+6
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Remove frozen_string_literal magic comment from files which are not used when...Go MAEDA2019-03-211-2/+0
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Replace Minitest.rake_run with Rails::TestUnit::Runner.rake_run for compatibi...Go MAEDA2018-01-011-4/+4
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-16/+12
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Adds a rake task to update attachments digests to SHA256 (#25240).Jean-Philippe Lang2017-04-031-0/+5
* Prevent warning about already defined constant.Jean-Philippe Lang2017-03-021-0/+3
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* add plugins ui tests rake task (#21361)Toshi MARUYAMA2015-11-271-0/+7
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Format table list.Jean-Philippe Lang2014-04-031-1/+2
* Check that target tables exist before proceeding.Jean-Philippe Lang2014-02-091-1/+10
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Adds a task for moving Redmine data to a different DBMS.Jean-Philippe Lang2014-01-121-0/+43
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Store attachments in subdirectories (#5298).Jean-Philippe Lang2012-12-131-0/+5
* Use Rake::TestTask#pattern for plugin tests instead of #test_files (#11534)Jean-Baptiste Barth2012-11-011-3/+3
* Fixed rake redmine:plugins:test:* not running some tests in subdirectories (#...Jean-Baptiste Barth2012-07-291-3/+3
* Invoke db:schema:dump after plugin migrations so that db/schema.rb stays up-t...Jean-Baptiste Barth2012-07-291-0/+2
* Adds redmine:plugins:test rake tasks for running plugins tests.Jean-Philippe Lang2012-05-281-0/+30
* Use uppercase NAME and VERSION environment variables for plugin migration tas...Jean-Philippe Lang2012-05-061-4/+4
* Load rake tasks from Redmine plugins (#10816).Jean-Philippe Lang2012-05-021-0/+3
* Let redmine:plugins:assets mirror a single plugin assets with name=.Jean-Philippe Lang2012-05-011-1/+7
* Adds deprecated tasks for plugins migration.Jean-Philippe Lang2012-05-011-3/+18
* remove trailing white-spaces from lib/tasks/redmine.rakeToshi MARUYAMA2012-04-291-2/+2
* Restores plugin assets mirroring on startup, but it can now be disabled in co...Jean-Philippe Lang2012-04-281-4/+1
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-0/+24
* Cleanup in rake scripts.Jean-Philippe Lang2012-04-151-0/+12
* Adds a rake task to remove expired tokens: redmine:tokens:prune.Jean-Philippe Lang2012-04-151-2/+8
* Adds a rake test that removes old unattached uploads (#10253).Jean-Philippe Lang2012-02-161-0/+26