| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Renamed #changes association to #ticket_changes. | Jean-Philippe Lang | 2012-06-03 | 1 | -2/+2 |
* | Adds redmine:plugins:test rake tasks for running plugins tests. | Jean-Philippe Lang | 2012-05-28 | 1 | -0/+30 |
* | Restored :generate_session_store as a deprecated rake task (#10891). | Jean-Philippe Lang | 2012-05-12 | 1 | -0/+1 |
* | Use uppercase NAME and VERSION environment variables for plugin migration tas... | Jean-Philippe Lang | 2012-05-06 | 1 | -4/+4 |
* | replace Mailer deliver syntax to Rails3 style | Toshi MARUYAMA | 2012-05-05 | 1 | -1/+1 |
* | Copyright update. | Jean-Philippe Lang | 2012-05-05 | 2 | -2/+2 |
* | Load rake tasks from Redmine plugins (#10816). | Jean-Philippe Lang | 2012-05-02 | 1 | -0/+3 |
* | Let redmine:plugins:assets mirror a single plugin assets with name=. | Jean-Philippe Lang | 2012-05-01 | 1 | -1/+7 |
* | Adds deprecated tasks for plugins migration. | Jean-Philippe Lang | 2012-05-01 | 2 | -3/+19 |
* | remove trailing white-spaces from lib/tasks/ciphering.rake | Toshi MARUYAMA | 2012-04-29 | 1 | -5/+5 |
* | remove trailing white-spaces from lib/tasks/deprecated.rake | Toshi MARUYAMA | 2012-04-29 | 1 | -1/+1 |
* | remove trailing white-spaces from lib/tasks/ci.rake | Toshi MARUYAMA | 2012-04-29 | 1 | -1/+1 |
* | remove trailing white-spaces from lib/tasks/redmine.rake | Toshi MARUYAMA | 2012-04-29 | 1 | -2/+2 |
* | remove trailing white-spaces from lib/tasks/reminder.rake | Toshi MARUYAMA | 2012-04-29 | 1 | -4/+4 |
* | replace tabs to spaces at lib/tasks/migrate_from_mantis.rake | Toshi MARUYAMA | 2012-04-29 | 1 | -59/+59 |
* | remove trailing white-spaces from lib/tasks/migrate_from_mantis.rake | Toshi MARUYAMA | 2012-04-29 | 1 | -77/+76 |
* | Don't send test email asynchronously. | Jean-Philippe Lang | 2012-04-29 | 1 | -1/+3 |
* | Fixed task redmine:email:test broken by r9080. | Jean-Philippe Lang | 2012-04-29 | 1 | -1/+1 |
* | Makes migrate_from_mantis compatible with Rails3. | Jean-Philippe Lang | 2012-04-29 | 1 | -4/+4 |
* | Makes migrate_from_trac compatible with Rails3. | Jean-Philippe Lang | 2012-04-29 | 1 | -15/+19 |
* | Restores plugin assets mirroring on startup, but it can now be disabled in co... | Jean-Philippe Lang | 2012-04-28 | 1 | -4/+1 |
* | set_table_name deprecated. | Jean-Philippe Lang | 2012-04-27 | 2 | -25/+25 |
* | Merged rails-3.2 branch. | Jean-Philippe Lang | 2012-04-25 | 5 | -73/+35 |
* | Cleanup in rake scripts. | Jean-Philippe Lang | 2012-04-15 | 3 | -33/+12 |
* | Adds a rake task to remove expired tokens: redmine:tokens:prune. | Jean-Philippe Lang | 2012-04-15 | 1 | -2/+8 |
* | Fixed: reminder mails are not sent when delivery_method is :async_smtp (#5058). | Jean-Philippe Lang | 2012-04-06 | 1 | -2/+4 |
* | Typo in database rake task. | Jean-Philippe Lang | 2012-04-06 | 1 | -2/+2 |
* | Adds a quick and dirty task for creating databases on the CI server. | Jean-Philippe Lang | 2012-04-06 | 1 | -0/+36 |
* | Renamed Mailer#test to Mailer#test_email. | Jean-Philippe Lang | 2012-03-04 | 1 | -1/+1 |
* | set svn:eol-style native lib/tasks/migrate_plugins.rake | Toshi MARUYAMA | 2012-03-04 | 1 | -15/+15 |
* | set svn:eol-style native lib/tasks/migrate_from_mantis.rake | Toshi MARUYAMA | 2012-03-04 | 1 | -512/+512 |
* | set svn:eol-style native lib/tasks/load_default_data.rake | Toshi MARUYAMA | 2012-03-04 | 1 | -35/+35 |
* | set svn:eol-style native lib/tasks/fetch_changesets.rake | Toshi MARUYAMA | 2012-03-04 | 1 | -24/+24 |
* | set svn:eol-style native lib/tasks/email.rake | Toshi MARUYAMA | 2012-03-04 | 1 | -186/+186 |
* | Prevent test:scm:setup:* task to overwrite if the test repository already exi... | Jean-Philippe Lang | 2012-03-01 | 1 | -7/+13 |
* | Adds a rake test that removes old unattached uploads (#10253). | Jean-Philippe Lang | 2012-02-16 | 1 | -0/+26 |
* | Increase username length limit from 30 to 60 (#2719). | Jean-Philippe Lang | 2012-02-05 | 1 | -2/+2 |
* | Restore scm rake task. | Jean-Philippe Lang | 2012-01-15 | 1 | -2/+2 |
* | Resourcified repositories for CRUD operations to prepare for multiple SCM per... | Jean-Philippe Lang | 2012-01-15 | 1 | -2/+2 |
* | set "svn:eol-style" native to lib/tasks/testing.rake | Toshi MARUYAMA | 2011-12-24 | 1 | -98/+98 |
* | add new rake task "test:rdm_routing" to run test/integration/routing/*_test.rb | Toshi MARUYAMA | 2011-12-24 | 1 | -0/+7 |
* | Exclude gems from test coverage. | Jean-Philippe Lang | 2011-11-27 | 1 | -1/+1 |
* | set svn:eol-style native at lib/tasks/extract_fixtures.rake | Toshi MARUYAMA | 2011-11-06 | 1 | -22/+22 |
* | change new line 'LF' to 'CRLF' and remove empty bottom line at lib/tasks/extr... | Toshi MARUYAMA | 2011-11-06 | 1 | -2/+1 |
* | Use prefered syntax for redmine:email:test definition (#8611). | Etienne Massip | 2011-09-26 | 1 | -1/+1 |
* | remove trailing white-spaces from lib/tasks/initializers.rake | Toshi MARUYAMA | 2011-09-07 | 1 | -1/+1 |
* | remove trailing white-spaces from lib/tasks/load_default_data.rake | Toshi MARUYAMA | 2011-09-07 | 1 | -2/+2 |
* | remove trailing white-spaces from lib/tasks/locales.rake | Toshi MARUYAMA | 2011-09-07 | 1 | -1/+1 |
* | remove trailing white-spaces from lib/tasks/migrate_from_trac.rake | Toshi MARUYAMA | 2011-09-07 | 1 | -4/+4 |
* | fix typo in imap examples at lib/tasks/email.rake (#9198) | Toshi MARUYAMA | 2011-09-07 | 1 | -2/+2 |