| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | replace RAILS_ROOT to Rails.root at lib/tasks/initializers.rake. | Toshi MARUYAMA | 2011-06-17 | 1 | -1/+1 |
* | remove trailing white-spaces from rake redmine:email:test task source. | Toshi MARUYAMA | 2011-05-28 | 1 | -19/+19 |
* | handle a nil user in rake redmine:email:test task. | Toshi MARUYAMA | 2011-05-28 | 1 | -1/+1 |
* | use rake task parameter style message if redmine:email:test parameter is blank. | Toshi MARUYAMA | 2011-05-28 | 1 | -1/+1 |
* | remove trailing white-spaces from lib/tasks/locales.rake. | Toshi MARUYAMA | 2011-05-10 | 1 | -10/+10 |
* | code clean up lib/tasks/extract_fixtures.rake. | Toshi MARUYAMA | 2011-04-28 | 1 | -9/+7 |
* | Adds support for SCM/LDAP passwords encryption in the database (#7411). | Jean-Philippe Lang | 2011-02-26 | 1 | -0/+35 |
* | Adds tasks for locales maintenance. | Jean-Philippe Lang | 2011-02-23 | 1 | -0/+27 |
* | scm: change gunzip to tar -z option for scm repository setup in lib/tasks/tes... | Toshi MARUYAMA | 2011-02-11 | 1 | -1/+2 |
* | Prevent error when Mantis version.date_order is nil (#7476). | Jean-Philippe Lang | 2011-01-28 | 1 | -1/+1 |
* | scm: mercurial: fix r4686 setup mercurial test repository (#7272). | Toshi MARUYAMA | 2011-01-11 | 1 | -1/+2 |
* | scm: mercurial: test:scm:setup:mercurial task can be simpler (#7272). | Toshi MARUYAMA | 2011-01-11 | 1 | -6/+2 |
* | Store the mercurial test repository as a bundle to make it compatible with ol... | Jean-Philippe Lang | 2011-01-10 | 1 | -1/+12 |
* | Adds a rake task test:scm:update to update test repositories if needed. | Jean-Philippe Lang | 2011-01-06 | 2 | -68/+83 |
* | Remove the limitation on characters that can be used in custom_field, issue_s... | Jean-Philippe Lang | 2010-12-31 | 2 | -5/+3 |
* | Fixes task description. | Jean-Philippe Lang | 2010-12-20 | 1 | -1/+1 |
* | Adds tasks to run scm tests: test:scm:units, test:scm:functionals and test:scm. | Jean-Philippe Lang | 2010-12-20 | 1 | -0/+27 |
* | Escapes attachment ids in TracMigrate (#6996). | Jean-Philippe Lang | 2010-11-29 | 1 | -2/+2 |
* | Replaced SessionStore :session_key with :key (#6887). | Jean-Philippe Lang | 2010-11-14 | 1 | -1/+1 |
* | Updates mantis importer for new project name/identifier max lengths (#6446). | Jean-Philippe Lang | 2010-11-14 | 1 | -5/+1 |
* | Add rake task to send test email. (#6511) | Eric Davis | 2010-10-15 | 1 | -0/+17 |
* | Add rake tasks to add and remove keys in the locales. #6548 | Eric Davis | 2010-10-15 | 1 | -0/+58 |
* | Added a users options to the reminders email | Eric Davis | 2010-09-20 | 1 | -1/+3 |
* | Added a rake task to display permissions. | Eric Davis | 2010-08-18 | 1 | -0/+9 |
* | Add static docs to YARD. | Eric Davis | 2010-08-07 | 1 | -1/+8 |
* | Save yard doc to the doc/app directory. | Eric Davis | 2010-08-07 | 1 | -0/+1 |
* | Exclude test files from YARD. | Eric Davis | 2010-08-07 | 1 | -1/+3 |
* | Add a rake task to run CI. | Eric Davis | 2010-08-06 | 1 | -0/+41 |
* | Added documentation about the session_path. #3968 | Eric Davis | 2010-06-19 | 1 | -0/+7 |
* | Adds jdbc rake tasks (#5404). | Jean-Philippe Lang | 2010-05-01 | 1 | -0/+8 |
* | Added rake task to generate the yardoc (rake yard) | Eric Davis | 2010-04-09 | 1 | -0/+11 |
* | Fixed: Trac importer creates duplicate wiki records (#4743). | Jean-Philippe Lang | 2010-02-28 | 1 | -0/+1 |
* | Removes a useless assignment in Trac importer (#4931). | Jean-Philippe Lang | 2010-02-26 | 1 | -1/+1 |
* | Adds a rake task to receive emails from a POP3 server (#2420). | Jean-Philippe Lang | 2010-01-17 | 1 | -0/+33 |
* | Adds a few STDOUT.flush to migration scripts (#3675). | Jean-Philippe Lang | 2010-01-17 | 2 | -1/+9 |
* | Added a second rake task to generate the session store file. | Eric Davis | 2009-12-30 | 1 | -0/+3 |
* | Auto-detect attachment content type when blank (#3782). | Jean-Philippe Lang | 2009-12-29 | 1 | -1/+1 |
* | Removes column opt in enumerations table. | Jean-Philippe Lang | 2009-12-25 | 2 | -2/+2 |
* | Adds a 'no_permission_check' option to the MailHandler. | Jean-Philippe Lang | 2009-12-19 | 1 | -0/+6 |
* | Makes user unwatch what he can no longer view after its permissions have chan... | Jean-Philippe Lang | 2009-12-13 | 1 | -0/+9 |
* | Run all tests for coverage. | Jean-Philippe Lang | 2009-11-15 | 1 | -4/+3 |
* | Add test:coverage task. | Jean-Philippe Lang | 2009-11-06 | 1 | -0/+11 |
* | Makes migration scripts load tickets in batches (#4011). | Jean-Philippe Lang | 2009-10-11 | 2 | -2/+2 |
* | Fixes migration scripts broken by r2726. | Jean-Philippe Lang | 2009-10-11 | 2 | -2/+2 |
* | Switch from a custom rcov task to the metric_fu gem. | Eric Davis | 2009-07-27 | 2 | -45/+6 |
* | Ability to accept incoming emails from unknown users (#2230, #3003). | Jean-Philippe Lang | 2009-06-14 | 1 | -1/+17 |
* | Same as fix as r2705 from Trac wiki pages attachments (#3291). | Jean-Philippe Lang | 2009-05-10 | 1 | -6/+8 |
* | Disable email notifications before importing data. | Jean-Philippe Lang | 2009-05-04 | 2 | -1/+7 |
* | Fixes r2707. | Jean-Philippe Lang | 2009-05-04 | 1 | -1/+6 |
* | Fixes Mantis importer broken by 2670. | Jean-Philippe Lang | 2009-05-04 | 1 | -1/+1 |