| Commit message (Expand) | Author | Age | Files | Lines |
* | scm: git: add functional test of destroying invalid repository (#6713, #4725). | Toshi MARUYAMA | 2011-07-11 | 1 | -0/+27 |
* | scm: git: add functional test of destroying valid repository (#6713, #4725). | Toshi MARUYAMA | 2011-07-11 | 1 | -0/+12 |
* | scm: git: add instance variable @project at functional test. | Toshi MARUYAMA | 2011-07-11 | 1 | -2/+3 |
* | scm: mercurial: add functional test of destroying invalid repository (#8777, ... | Toshi MARUYAMA | 2011-07-11 | 1 | -0/+27 |
* | scm: mercurial: add functional test of destroying valid repository (#8777, #6... | Toshi MARUYAMA | 2011-07-11 | 1 | -0/+12 |
* | scm: mercurial: add instance variable @project at functional test. | Toshi MARUYAMA | 2011-07-11 | 1 | -1/+2 |
* | scm: cvs: add functional test of destroying invalid repository (#6713, #4725). | Toshi MARUYAMA | 2011-07-10 | 1 | -0/+28 |
* | scm: cvs: add functional test of destroying valid repository (#6713, #4725). | Toshi MARUYAMA | 2011-07-10 | 1 | -0/+12 |
* | scm: filesystem: add functional test of destroying invalid repository (#6713,... | Toshi MARUYAMA | 2011-07-10 | 1 | -0/+21 |
* | scm: filesystem: add functional test of destroying valid repository (#6713, #... | Toshi MARUYAMA | 2011-07-10 | 1 | -0/+9 |
* | scm: filesystem: add instance variable @project at functional test. | Toshi MARUYAMA | 2011-07-10 | 1 | -1/+2 |
* | scm: bazaar: add functional test of destroying invalid repository (#6713, #47... | Toshi MARUYAMA | 2011-07-10 | 1 | -0/+26 |
* | scm: bazaar: add functional test of destroying valid repository (#6713, #4725). | Toshi MARUYAMA | 2011-07-10 | 1 | -0/+12 |
* | scm: darcs: add functional test of destroying invalid repository (#6713, #4725). | Toshi MARUYAMA | 2011-07-10 | 1 | -0/+27 |
* | scm: darcs: add functional test of destroying valid repository (#6713, #4725). | Toshi MARUYAMA | 2011-07-10 | 1 | -0/+12 |
* | scm: darcs: code clean up functional test. | Toshi MARUYAMA | 2011-07-10 | 1 | -2/+4 |
* | scm: subversion: code clean up functional test. | Toshi MARUYAMA | 2011-07-10 | 1 | -6/+3 |
* | scm: subversion: add functional test of destroying invalid repository (#8458,... | Toshi MARUYAMA | 2011-07-10 | 1 | -0/+26 |
* | scm: subversion: add functional test of destroying valid repository (#8458, #... | Toshi MARUYAMA | 2011-07-10 | 1 | -0/+14 |
* | scm: mercurial: add missing "assert" changesets size at functional test. | Toshi MARUYAMA | 2011-07-10 | 1 | -6/+6 |
* | scm: git: add missing "assert" changesets and entries size at functional test. | Toshi MARUYAMA | 2011-07-10 | 1 | -6/+6 |
* | scm: cvs: add missing "assert" changesets size at functional test. | Toshi MARUYAMA | 2011-07-10 | 1 | -1/+1 |
* | Adds issue id link in the issue creation flash message (#3033). | Jean-Philippe Lang | 2011-07-09 | 1 | -7/+10 |
* | Fixed: Wiki annotated page does not display author of version 1 (#8449). | Jean-Philippe Lang | 2011-07-09 | 1 | -7/+17 |
* | Fixed: search options get lost after clicking on a specific result type (#7501). | Jean-Philippe Lang | 2011-07-09 | 1 | -6/+21 |
* | Makes relations resource shallow (#7366). | Jean-Philippe Lang | 2011-07-05 | 1 | -6/+3 |
* | Adds REST API for issue relations (#7366). | Jean-Philippe Lang | 2011-07-04 | 1 | -11/+28 |
* | Fixes test failure when running all functional tests. | Jean-Philippe Lang | 2011-07-03 | 1 | -3/+0 |
* | Fixes a functional test case. | Jean-Philippe Lang | 2011-07-03 | 1 | -1/+1 |
* | Fixes test failure when running all functional tests. | Jean-Philippe Lang | 2011-07-03 | 1 | -3/+0 |
* | Fixed: private queries should not be accessible to other users (#8729). | Jean-Philippe Lang | 2011-07-03 | 1 | -3/+24 |
* | Fixed circular dependencies possibly introduced when using reverse relations,... | Jean-Baptiste Barth | 2011-06-26 | 1 | -0/+2 |
* | Added a test to ensure 'Project' column can be removed on issues list (#8411) | Jean-Baptiste Barth | 2011-06-20 | 1 | -0/+6 |
* | replace RAILS_ROOT to Rails.root in functional attachments controller test. | Toshi MARUYAMA | 2011-06-16 | 1 | -1/+1 |
* | replace RAILS_ROOT to Rails.root if functional application controller test. | Toshi MARUYAMA | 2011-06-16 | 1 | -1/+1 |
* | Do not cache I18n strings when truncating a long diff (#5089). | Jean-Baptiste Barth | 2011-06-13 | 1 | -0/+31 |
* | Do not show inactive document categories where not necessary (#8573). | Jean-Baptiste Barth | 2011-06-13 | 1 | -0/+4 |
* | Do not show inactive issue priorities where not necessary (#8573). | Jean-Baptiste Barth | 2011-06-13 | 3 | -0/+45 |
* | scm: cvs: replace RAILS_ROOT to Rails.root in functional test. | Toshi MARUYAMA | 2011-06-10 | 1 | -3/+3 |
* | scm: bazaar: replace RAILS_ROOT to Rails.root in functional test. | Toshi MARUYAMA | 2011-06-10 | 1 | -3/+1 |
* | scm: filesystem: replace RAILS_ROOT to Rails.root in functional test. | Toshi MARUYAMA | 2011-06-10 | 1 | -3/+3 |
* | scm: mercurial: replace RAILS_ROOT to Rails.root in functional test. | Toshi MARUYAMA | 2011-06-10 | 1 | -4/+3 |
* | scm: darcs: replace RAILS_ROOT to Rails.root in functional test. | Toshi MARUYAMA | 2011-06-10 | 1 | -3/+3 |
* | scm: git: replace RAILS_ROOT to Rails.root in functional test. | Toshi MARUYAMA | 2011-06-10 | 1 | -3/+3 |
* | scm: mercurial: add functional test of annotate file which does not exist in ... | Toshi MARUYAMA | 2011-06-10 | 1 | -0/+11 |
* | scm: git: skip non UTF-8 path encoding test of functional test in JRuby (#5251). | Toshi MARUYAMA | 2011-06-08 | 1 | -0/+12 |
* | Fixed: Private flag ignored when creating an issue with set_own_issues_privat... | Jean-Philippe Lang | 2011-06-01 | 1 | -0/+30 |
* | Fixes git annotate test failure. | Jean-Philippe Lang | 2011-06-01 | 1 | -2/+2 |
* | remove trailing white-spaces from test/functional/account_controller_test.rb. | Toshi MARUYAMA | 2011-06-01 | 1 | -21/+20 |
* | scm: mercurial: run both of "inline" and "side by side" diff in functional te... | Toshi MARUYAMA | 2011-06-01 | 1 | -15/+17 |