| Commit message (Expand) | Author | Age | Files | Lines |
* | Replaced non standard Precedence email header with "X-Auto-Response-Suppress:... | Jean-Philippe Lang | 2011-11-13 | 1 | -1/+1 |
* | Adds a method to clear the settings cache. | Jean-Philippe Lang | 2011-11-13 | 1 | -0/+13 |
* | Ruby 1.9: fix tests error due to require path at test/test_helper.rb | Toshi MARUYAMA | 2011-11-13 | 1 | -1/+1 |
* | code layout clean up test_report_csv_export of test/functional/time_entry_rep... | Toshi MARUYAMA | 2011-11-12 | 1 | -3/+5 |
* | code layout clean up test_report_all_projects_csv_export of test/functional/t... | Toshi MARUYAMA | 2011-11-12 | 1 | -2/+4 |
* | Fixed: copied private queries not visible after project copy (#9520). | Jean-Philippe Lang | 2011-11-11 | 1 | -0/+1 |
* | Fixed: Error when reading ciphered text from the database without cipher key ... | Jean-Philippe Lang | 2011-11-11 | 1 | -0/+14 |
* | Custom date field accepts invalid dates (#9394). | Jean-Philippe Lang | 2011-11-11 | 1 | -0/+2 |
* | Fixed failure introduced in r7772 (#8615). | Jean-Philippe Lang | 2011-11-11 | 1 | -1/+1 |
* | Fixed: Custom 'version' field don't show shared versions (#8615). | Jean-Philippe Lang | 2011-11-11 | 1 | -0/+76 |
* | Fixed: User with groups may not see issues assigned to him or to its groups (... | Jean-Philippe Lang | 2011-11-11 | 1 | -0/+23 |
* | code layout clean up test/functional/time_entry_reports_controller_test.rb | Toshi MARUYAMA | 2011-11-10 | 1 | -1/+3 |
* | code layout clean up test/functional/timelog_controller_test.rb | Toshi MARUYAMA | 2011-11-10 | 1 | -1/+4 |
* | test: functional: wiki: add tests to show pdf (#401) | Toshi MARUYAMA | 2011-11-06 | 1 | -0/+10 |
* | test: functional: wiki: add tests to show html and txt (#401) | Toshi MARUYAMA | 2011-11-06 | 1 | -0/+20 |
* | code layout clean up of test/functional/wiki_controller_test.rb | Toshi MARUYAMA | 2011-11-06 | 1 | -1/+3 |
* | Added an administration setting to allow issue start date to be defaulted to ... | Etienne Massip | 2011-11-05 | 1 | -2/+48 |
* | do not annotate text files which exceed the size limit for viewing (#9484) | Toshi MARUYAMA | 2011-11-05 | 1 | -0/+13 |
* | scm: git: test: model: fix failing test_parents on PostgreSQL (#5501) | Toshi MARUYAMA | 2011-11-03 | 1 | -4/+3 |
* | scm: mercurial: test: model: fix failing test_parents on PostgreSQL (#5501) | Toshi MARUYAMA | 2011-11-03 | 1 | -4/+3 |
* | scm: mercurial: test: model: add test of parents (#5501) | Toshi MARUYAMA | 2011-11-03 | 1 | -0/+19 |
* | scm: git: test: model: add test of parents (#5501) | Toshi MARUYAMA | 2011-11-03 | 1 | -0/+19 |
* | add unit test of escaping image urls (#9245) | Toshi MARUYAMA | 2011-11-02 | 1 | -0/+7 |
* | Don't escape already parsed wiki link title (#9471). | Etienne Massip | 2011-10-29 | 1 | -0/+4 |
* | scm: mercurial: test: lib: update branches test for Branch class (#5501) | Toshi MARUYAMA | 2011-10-28 | 1 | -9/+26 |
* | scm: git: test: lib: update branches test for Branch class (#5501) | Toshi MARUYAMA | 2011-10-28 | 1 | -6/+17 |
* | scm: git: test: add test of parents to unit lib test (#5501) | Toshi MARUYAMA | 2011-10-28 | 1 | -0/+26 |
* | scm: mercurial: test: add test of parents to unit lib test (#5501) | Toshi MARUYAMA | 2011-10-28 | 1 | -0/+15 |
* | scm: mercurial: update test repository (#5501) | Toshi MARUYAMA | 2011-10-28 | 4 | -13/+15 |
* | Make queries resources fully conform to common behavior (removed additonal ro... | Etienne Massip | 2011-10-26 | 1 | -3/+0 |
* | scm: mercurial: use NUM_REV instead of hard-coded number of revisions at "tes... | Toshi MARUYAMA | 2011-10-25 | 1 | -1/+1 |
* | scm: mercurial: drop supporting below Mercurial 1.1 (#9465) | Toshi MARUYAMA | 2011-10-25 | 1 | -4/+6 |
* | Refactor : convert queries to REST resources (also fixes #9108). | Etienne Massip | 2011-10-24 | 2 | -15/+33 |
* | scm: mercurial: skip failing unit model tests on below Mercurial 1.5 (#9465) | Toshi MARUYAMA | 2011-10-24 | 1 | -2/+4 |
* | scm: mercurial: skip failing unit lib tests on below Mercurial 1.5 (#9465) | Toshi MARUYAMA | 2011-10-24 | 1 | -10/+14 |
* | Reverted r7628. | Etienne Massip | 2011-10-18 | 1 | -3/+1 |
* | Filter out illegal values to prevent raise of PostgreSQL exceptions, restored... | Etienne Massip | 2011-10-18 | 1 | -1/+3 |
* | Restored valid test part removed with r7625 (#8371). | Etienne Massip | 2011-10-13 | 1 | -0/+3 |
* | Removed debugging purpose command. | Etienne Massip | 2011-10-13 | 1 | -1/+1 |
* | Removed test part failing with PostgreSQL (#8371). | Etienne Massip | 2011-10-13 | 1 | -6/+1 |
* | Fixed shot filter expression parsing depending upon field operators (#8371). | Etienne Massip | 2011-10-12 | 1 | -0/+74 |
* | Fix failing test (#4264). | Etienne Massip | 2011-10-08 | 1 | -1/+1 |
* | Update CodeRay version to 1.0 final (#4264). | Etienne Massip | 2011-10-08 | 2 | -2/+2 |
* | Rails3: test: replace deprecated errors.on at test_moving_an_issue_to_a_desce... | Toshi MARUYAMA | 2011-10-07 | 1 | -1/+1 |
* | Rails3: test: replace deprecated errors.on at "fail with unauthorized parent_... | Toshi MARUYAMA | 2011-10-07 | 1 | -1/+1 |
* | Rails3: test: replace deprecated errors.on at "fail without parent_id" of fun... | Toshi MARUYAMA | 2011-10-07 | 1 | -1/+1 |
* | Rails3: test: replace deprecated errors.on at "fail with parent_id" of functi... | Toshi MARUYAMA | 2011-10-07 | 1 | -1/+1 |
* | Rails3: test: replace deprecated errors.on at test_update_issue_with_required... | Toshi MARUYAMA | 2011-10-07 | 1 | -1/+1 |
* | Rails3: test: replace deprecated errors.on_base at test_should_not_be_able_to... | Toshi MARUYAMA | 2011-10-07 | 1 | -1/+1 |
* | Rails3: test: replace deprecated errors.on at test_should_not_be_able_to_assi... | Toshi MARUYAMA | 2011-10-07 | 1 | -1/+1 |