summaryrefslogtreecommitdiffstats
path: root/lib/tasks
Commit message (Expand)AuthorAgeFilesLines
...
* Adds sqlserver configuration for the CI server.Jean-Philippe Lang2013-01-191-0/+3
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-126-6/+6
* Check that locale is well formed.Jean-Philippe Lang2013-01-031-1/+9
* Store attachments in subdirectories (#5298).Jean-Philippe Lang2012-12-131-0/+5
* Replaces find(:first/:all) calls.Jean-Philippe Lang2012-12-032-3/+3
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-031-2/+2
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-022-13/+13
* Use Rake::TestTask#pattern for plugin tests instead of #test_files (#11534)Jean-Baptiste Barth2012-11-011-3/+3
* Fixed: load_default_data task fails to print the error message if one occurs ...Jean-Philippe Lang2012-09-171-2/+2
* Fixed that the reminder email excludes issues assigned to groups (#11723).Jean-Philippe Lang2012-09-091-1/+1
* 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 a task to duplicate a string in locales.Jean-Philippe Lang2012-07-261-0/+28
* sort files in locales:update rake taskToshi MARUYAMA2012-07-061-1/+1
* sort files in locales:check_interpolation and locales:check_parsing_by_psych ...Toshi MARUYAMA2012-07-051-2/+3
* Run only unit, functional then integration tests for coverage.Jean-Philippe Lang2012-06-121-2/+1
* Renamed #changes association to #ticket_changes.Jean-Philippe Lang2012-06-031-2/+2
* Adds redmine:plugins:test rake tasks for running plugins tests.Jean-Philippe Lang2012-05-281-0/+30
* Restored :generate_session_store as a deprecated rake task (#10891).Jean-Philippe Lang2012-05-121-0/+1
* Use uppercase NAME and VERSION environment variables for plugin migration tas...Jean-Philippe Lang2012-05-061-4/+4
* replace Mailer deliver syntax to Rails3 styleToshi MARUYAMA2012-05-051-1/+1
* Copyright update.Jean-Philippe Lang2012-05-052-2/+2
* 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-012-3/+19
* remove trailing white-spaces from lib/tasks/ciphering.rakeToshi MARUYAMA2012-04-291-5/+5
* remove trailing white-spaces from lib/tasks/deprecated.rakeToshi MARUYAMA2012-04-291-1/+1
* remove trailing white-spaces from lib/tasks/ci.rakeToshi MARUYAMA2012-04-291-1/+1
* remove trailing white-spaces from lib/tasks/redmine.rakeToshi MARUYAMA2012-04-291-2/+2
* remove trailing white-spaces from lib/tasks/reminder.rakeToshi MARUYAMA2012-04-291-4/+4
* replace tabs to spaces at lib/tasks/migrate_from_mantis.rakeToshi MARUYAMA2012-04-291-59/+59
* remove trailing white-spaces from lib/tasks/migrate_from_mantis.rakeToshi MARUYAMA2012-04-291-77/+76
* Don't send test email asynchronously.Jean-Philippe Lang2012-04-291-1/+3
* Fixed task redmine:email:test broken by r9080. Jean-Philippe Lang2012-04-291-1/+1
* Makes migrate_from_mantis compatible with Rails3.Jean-Philippe Lang2012-04-291-4/+4
* Makes migrate_from_trac compatible with Rails3.Jean-Philippe Lang2012-04-291-15/+19
* Restores plugin assets mirroring on startup, but it can now be disabled in co...Jean-Philippe Lang2012-04-281-4/+1
* set_table_name deprecated.Jean-Philippe Lang2012-04-272-25/+25
* 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