| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged r9619 from trunk. | Jean-Philippe Lang | 2012-05-04 | 1 | -0/+9 |
* | Changed assertions to make them work with Rails2/3 ruby1.8/1.9 different beha... | Jean-Philippe Lang | 2012-03-05 | 1 | -2/+2 |
* | Adds helpers for testing email body. | Jean-Philippe Lang | 2012-03-04 | 1 | -2/+2 |
* | Use :joins instead of :include. | Jean-Philippe Lang | 2012-03-04 | 1 | -1/+1 |
* | back out from r9031 to r9036 | Toshi MARUYAMA | 2012-03-01 | 1 | -1/+1 |
* | Rails3: test: add .to_s for mail's bodies check at unit/repository_test.rb | Toshi MARUYAMA | 2012-03-01 | 1 | -1/+1 |
* | Do not do assertions on mail class. | Jean-Philippe Lang | 2012-02-25 | 1 | -1/+1 |
* | code layout cleanup test/unit/repository_test.rb | Toshi MARUYAMA | 2012-02-24 | 1 | -2/+10 |
* | scm: add test to override human_attribute_name of log_encoding | Toshi MARUYAMA | 2012-02-24 | 1 | -0/+26 |
* | Adds a test for changeset/issue relations deletion. | Jean-Philippe Lang | 2012-02-11 | 1 | -0/+9 |
* | Fixed that changesets parents associations are not deleted when deleting a re... | Jean-Philippe Lang | 2012-02-11 | 1 | -0/+9 |
* | Adds support for multiple repositories per project (#779). | Jean-Philippe Lang | 2012-01-15 | 1 | -0/+13 |
* | Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at... | Toshi MARUYAMA | 2011-12-09 | 1 | -1/+1 |
* | scm: add test to strip git repository path at unit repository test. | Toshi MARUYAMA | 2011-08-30 | 1 | -0/+9 |
* | scm: add test to strip subversion repository path at unit repository test. | Toshi MARUYAMA | 2011-08-30 | 1 | -0/+9 |
* | scm: rename test_for_urls_strip to test_for_urls_strip_cvs at unit repository... | Toshi MARUYAMA | 2011-08-30 | 1 | -1/+1 |
* | scm: add a test of a repository model method "merge_extra_info()" in unit tes... | Toshi MARUYAMA | 2011-05-12 | 1 | -0/+33 |
* | scm: code clean up unit repository test. | Toshi MARUYAMA | 2011-05-08 | 1 | -11/+24 |
* | scm: code clean up unit repository test. | Toshi MARUYAMA | 2011-05-06 | 1 | -13/+13 |
* | scm: space cleanup in unit repository test. | Toshi MARUYAMA | 2011-05-02 | 1 | -8/+8 |
* | scm: add filesystem available test at unit repository test (#4273). | Toshi MARUYAMA | 2011-04-08 | 1 | -0/+6 |
* | scm: code clean up test/unit/repository_test.rb. | Toshi MARUYAMA | 2011-03-22 | 1 | -12/+36 |
* | scm: add feature of per project repository log encoding setting (#1735). | Toshi MARUYAMA | 2011-03-01 | 1 | -4/+7 |
* | When destroying a user, remove all references to that user (#7296). | Jean-Philippe Lang | 2011-01-16 | 1 | -6/+5 |
* | Adds missing fixtures when running tests from scratch. | Jean-Philippe Lang | 2010-12-20 | 1 | -0/+5 |
* | Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 | Jean-Baptiste Barth | 2010-12-12 | 1 | -1/+1 |
* | Added three new notifiable events based on issue attributes | Eric Davis | 2010-09-28 | 1 | -0/+1 |
* | Adds missing native eol properties. | Jean-Philippe Lang | 2009-09-20 | 1 | -4/+4 |
* | Upgraded to Rails 2.3.4 (#3597) | Eric Davis | 2009-09-13 | 1 | -1/+1 |
* | Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. | Jean-Philippe Lang | 2009-02-21 | 1 | -1/+1 |
* | Slight tests fixes. | Jean-Philippe Lang | 2008-11-25 | 1 | -0/+2 |
* | Maps repository users to Redmine users (#1383). | Jean-Philippe Lang | 2008-11-10 | 1 | -0/+22 |
* | Clear changesets and changes with raw sql when deleting a repository (#1627). | Jean-Philippe Lang | 2008-07-13 | 1 | -0/+10 |
* | Adds Filesystem adapter (patch #1393 by Paul R). | Jean-Philippe Lang | 2008-06-08 | 1 | -0/+2 |
* | Ability to disable unused SCM adapters in application settings. | Jean-Philippe Lang | 2008-06-08 | 1 | -0/+8 |
* | Strip repository urls (closes #852). | Jean-Philippe Lang | 2008-03-14 | 1 | -0/+9 |
* | Create a journal and send an email when an issue is closed by commit (#609). | Jean-Philippe Lang | 2008-02-06 | 1 | -4/+29 |
* | * Added links to previous and next revisions on revision view (patch by Cyril... | Jean-Philippe Lang | 2007-12-01 | 1 | -2/+2 |
* | * Referencing issues in commit messages: enter * in 'Referencing keywords' to... | Jean-Philippe Lang | 2007-11-20 | 1 | -1/+1 |
* | Commit message parser: | Jean-Philippe Lang | 2007-10-22 | 1 | -0/+2 |
* | Added the ability to set the "done ratio" of issues fixed by commit (original... | Jean-Philippe Lang | 2007-10-10 | 1 | -3/+6 |
* | Changeset comments are now stripped before being stored in the database (patc... | Jean-Philippe Lang | 2007-08-25 | 1 | -0/+15 |
* | Added basic support for CVS and Mercurial SCMs. | Jean-Philippe Lang | 2007-06-12 | 1 | -15/+1 |
* | Fixed: performance issue on RepositoriesController#revisions when a changeset... | Jean-Philippe Lang | 2007-05-15 | 1 | -5/+16 |
* | Commit messages are now scanned for referenced or fixed issue IDs. | Jean-Philippe Lang | 2007-04-24 | 1 | -0/+59 |