summaryrefslogtreecommitdiffstats
path: root/lib/tasks
Commit message (Expand)AuthorAgeFilesLines
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-255-73/+35
* Cleanup in rake scripts.Jean-Philippe Lang2012-04-153-33/+12
* Adds a rake task to remove expired tokens: redmine:tokens:prune.Jean-Philippe Lang2012-04-151-2/+8
* Fixed: reminder mails are not sent when delivery_method is :async_smtp (#5058).Jean-Philippe Lang2012-04-061-2/+4
* Typo in database rake task.Jean-Philippe Lang2012-04-061-2/+2
* Adds a quick and dirty task for creating databases on the CI server.Jean-Philippe Lang2012-04-061-0/+36
* Renamed Mailer#test to Mailer#test_email.Jean-Philippe Lang2012-03-041-1/+1
* set svn:eol-style native lib/tasks/migrate_plugins.rakeToshi MARUYAMA2012-03-041-15/+15
* set svn:eol-style native lib/tasks/migrate_from_mantis.rakeToshi MARUYAMA2012-03-041-512/+512
* set svn:eol-style native lib/tasks/load_default_data.rakeToshi MARUYAMA2012-03-041-35/+35
* set svn:eol-style native lib/tasks/fetch_changesets.rakeToshi MARUYAMA2012-03-041-24/+24
* set svn:eol-style native lib/tasks/email.rakeToshi MARUYAMA2012-03-041-186/+186
* Prevent test:scm:setup:* task to overwrite if the test repository already exi...Jean-Philippe Lang2012-03-011-7/+13
* Adds a rake test that removes old unattached uploads (#10253).Jean-Philippe Lang2012-02-161-0/+26
* Increase username length limit from 30 to 60 (#2719).Jean-Philippe Lang2012-02-051-2/+2
* Restore scm rake task.Jean-Philippe Lang2012-01-151-2/+2
* Resourcified repositories for CRUD operations to prepare for multiple SCM per...Jean-Philippe Lang2012-01-151-2/+2
* set "svn:eol-style" native to lib/tasks/testing.rakeToshi MARUYAMA2011-12-241-98/+98
* add new rake task "test:rdm_routing" to run test/integration/routing/*_test.rbToshi MARUYAMA2011-12-241-0/+7
* Exclude gems from test coverage.Jean-Philippe Lang2011-11-271-1/+1
* set svn:eol-style native at lib/tasks/extract_fixtures.rakeToshi MARUYAMA2011-11-061-22/+22
* change new line 'LF' to 'CRLF' and remove empty bottom line at lib/tasks/extr...Toshi MARUYAMA2011-11-061-2/+1
* Use prefered syntax for redmine:email:test definition (#8611).Etienne Massip2011-09-261-1/+1
* remove trailing white-spaces from lib/tasks/initializers.rakeToshi MARUYAMA2011-09-071-1/+1
* remove trailing white-spaces from lib/tasks/load_default_data.rakeToshi MARUYAMA2011-09-071-2/+2
* remove trailing white-spaces from lib/tasks/locales.rakeToshi MARUYAMA2011-09-071-1/+1
* remove trailing white-spaces from lib/tasks/migrate_from_trac.rakeToshi MARUYAMA2011-09-071-4/+4
* fix typo in imap examples at lib/tasks/email.rake (#9198)Toshi MARUYAMA2011-09-071-2/+2
* Ruby 1.9: fix typo of rake task name to check parsing yaml by psych library (...Toshi MARUYAMA2011-08-271-1/+1
* Ruby 1.9: add rake task to check parsing yaml by psych library (#8847, #4050).Toshi MARUYAMA2011-08-271-0/+27
* add description that locales:remove_key rake task does not work on Ruby 1.8.6.Toshi MARUYAMA2011-08-261-0/+3
* remove trailing white-spaces from lib/tasks/testing.rake.Toshi MARUYAMA2011-07-141-9/+9
* replace newline LF to CRLF at lib/tasks/testing.rake.Toshi MARUYAMA2011-07-141-2/+2
* remove trailing white-spaces from fetch_changesets.rake.Toshi MARUYAMA2011-07-101-4/+4
* replace RAILS_ROOT to Rails.root at lib/tasks/extract_fixtures.rake.Toshi MARUYAMA2011-06-171-2/+3
* replace RAILS_ROOT to Rails.root at lib/tasks/initializers.rake.Toshi MARUYAMA2011-06-171-1/+1
* remove trailing white-spaces from rake redmine:email:test task source.Toshi MARUYAMA2011-05-281-19/+19
* handle a nil user in rake redmine:email:test task.Toshi MARUYAMA2011-05-281-1/+1
* use rake task parameter style message if redmine:email:test parameter is blank.Toshi MARUYAMA2011-05-281-1/+1
* remove trailing white-spaces from lib/tasks/locales.rake.Toshi MARUYAMA2011-05-101-10/+10
* code clean up lib/tasks/extract_fixtures.rake.Toshi MARUYAMA2011-04-281-9/+7
* Adds support for SCM/LDAP passwords encryption in the database (#7411).Jean-Philippe Lang2011-02-261-0/+35
* Adds tasks for locales maintenance.Jean-Philippe Lang2011-02-231-0/+27
* scm: change gunzip to tar -z option for scm repository setup in lib/tasks/tes...Toshi MARUYAMA2011-02-111-1/+2
* Prevent error when Mantis version.date_order is nil (#7476).Jean-Philippe Lang2011-01-281-1/+1
* scm: mercurial: fix r4686 setup mercurial test repository (#7272).Toshi MARUYAMA2011-01-111-1/+2
* scm: mercurial: test:scm:setup:mercurial task can be simpler (#7272).Toshi MARUYAMA2011-01-111-6/+2
* Store the mercurial test repository as a bundle to make it compatible with ol...Jean-Philippe Lang2011-01-101-1/+12
* Adds a rake task test:scm:update to update test repositories if needed.Jean-Philippe Lang2011-01-062-68/+83
* Remove the limitation on characters that can be used in custom_field, issue_s...Jean-Philippe Lang2010-12-312-5/+3