| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged r11331 and r11333 from trunk (#13075). | Jean-Philippe Lang | 2013-02-12 | 1 | -1/+1 |
* | Merged r11228 from trunk (#12851). | Jean-Philippe Lang | 2013-01-20 | 1 | -0/+14 |
* | Merged r11225 from trunk (#12838). | Jean-Philippe Lang | 2013-01-20 | 1 | -0/+5 |
* | Backported r11157 and r11158 from trunk (#12801). | Jean-Philippe Lang | 2013-01-20 | 1 | -0/+13 |
* | Merged r11064 from trunk (#12652). | Jean-Philippe Lang | 2013-01-09 | 1 | -0/+3 |
* | Merged r11128 from trunk to 2.2-stable. | Toshi MARUYAMA | 2013-01-08 | 1 | -1/+1 |
* | Merged r10975 from trunk (#12566). | Jean-Philippe Lang | 2012-12-15 | 1 | -1/+1 |
* | Merged r10948 into 2.2-stable (#3447). | Jean-Philippe Lang | 2012-12-08 | 1 | -1/+12 |
* | Code cleanup. | Jean-Philippe Lang | 2012-12-01 | 1 | -0/+6 |
* | Use 8+ characters long passwords in tests. | Jean-Philippe Lang | 2012-11-27 | 3 | -24/+24 |
* | Respond with 404 instead of 500 when requesting a wiki diff with invalid vers... | Jean-Philippe Lang | 2012-11-24 | 1 | -0/+15 |
* | Fixed some more test/functional/*_test.rb breaking when run alone (#12285) | Jean-Baptiste Barth | 2012-11-01 | 4 | -4/+5 |
* | Fixed test/functional/welcome_controller_test.rb breaking when run alone (#12... | Jean-Baptiste Barth | 2012-11-01 | 1 | -1/+1 |
* | Fixed test/functional/sessions_test.rb breaking when run alone (#12285) | Jean-Baptiste Barth | 2012-11-01 | 1 | -0/+4 |
* | Fixed test/functional/mail_handler_controller_test.rb breaking when run alone... | Jean-Baptiste Barth | 2012-11-01 | 1 | -1/+2 |
* | Fixed test/functional/groups_controller_test.rb breaking when run alone (#12285) | Jean-Baptiste Barth | 2012-11-01 | 1 | -1/+1 |
* | Issues by Category should show tasks without category (#8106). | Jean-Philippe Lang | 2012-10-30 | 1 | -1/+14 |
* | Ability to sort issues by grouped column (#3511). | Jean-Philippe Lang | 2012-10-29 | 1 | -0/+20 |
* | Wrap issue description and its contextual menu in a div (#12211). | Jean-Philippe Lang | 2012-10-27 | 1 | -0/+2 |
* | Fixes that test randomly fails. | Jean-Philippe Lang | 2012-10-27 | 1 | -2/+1 |
* | REST API for retrieving wiki pages (#7082). | Jean-Philippe Lang | 2012-10-25 | 1 | -0/+7 |
* | fix "Page not found" on OK button in SCM "View all revisions" page (#12196) | Toshi MARUYAMA | 2012-10-24 | 1 | -0/+15 |
* | Ability to delete a version from a wiki page history (#10852). | Jean-Philippe Lang | 2012-10-23 | 1 | -2/+22 |
* | Wiki page versions routes cleanup. | Jean-Philippe Lang | 2012-10-21 | 1 | -1/+28 |
* | Makes enumerations available through the REST API. | Jean-Philippe Lang | 2012-10-17 | 1 | -2/+8 |
* | Fixed that entering #nnn as parent task should validate (#11979). | Jean-Philippe Lang | 2012-10-14 | 1 | -3/+15 |
* | Tests cleanup, use #assert_select instead of #assert_tag. | Jean-Philippe Lang | 2012-10-13 | 1 | -51/+50 |
* | Tests cleanup, use #assert_select instead of #assert_tag. | Jean-Philippe Lang | 2012-10-13 | 1 | -85/+112 |
* | Tests cleanup. | Jean-Philippe Lang | 2012-10-13 | 1 | -16/+0 |
* | Tests cleanup. | Jean-Philippe Lang | 2012-10-13 | 1 | -18/+4 |
* | Test moved to tests with transactional fixtures disabled. | Jean-Philippe Lang | 2012-10-13 | 2 | -18/+18 |
* | Reverts r10623 for clarity, this test does not need the default language to b... | Jean-Philippe Lang | 2012-10-13 | 1 | -15/+14 |
* | set language en at test_put_update_with_spent_time_and_failure_should_not_add... | Toshi MARUYAMA | 2012-10-12 | 1 | -14/+15 |
* | Test that spent time should not be added when issue update fails (#11283). | Jean-Philippe Lang | 2012-10-12 | 1 | -0/+18 |
* | Fixed: No validation errors when entering an invalid "Parent task" (#11979). | Jean-Philippe Lang | 2012-10-12 | 1 | -6/+24 |
* | Makes Issue.generate_with_descendants! helper accept attributes only. | Jean-Philippe Lang | 2012-10-12 | 1 | -6/+6 |
* | Preserve username when authentification failed (#11846). | Jean-Philippe Lang | 2012-10-11 | 1 | -3/+14 |
* | Fixed that issue notes preview is broken by r10547 (#1554). | Jean-Philippe Lang | 2012-10-09 | 1 | -3/+2 |
* | Add "last 2 weeks" preset to time entries reporting (#11862). | Jean-Philippe Lang | 2012-10-09 | 1 | -0/+7 |
* | Removed invalid/duplicate test. | Jean-Philippe Lang | 2012-10-09 | 1 | -7/+0 |
* | Adjusts test for r10569. | Jean-Philippe Lang | 2012-10-07 | 1 | -2/+2 |
* | Private issue notes (#1554). | Jean-Philippe Lang | 2012-10-03 | 5 | -34/+184 |
* | Makes related issues available for display and filtering on the issue list (#... | Jean-Philippe Lang | 2012-09-29 | 1 | -2/+38 |
* | add functional test of sub repository diff path (#11966) | Toshi MARUYAMA | 2012-09-28 | 1 | -0/+34 |
* | add functional test of main repository diff path (#11966) | Toshi MARUYAMA | 2012-09-28 | 1 | -0/+14 |
* | set user preference diff type nil at functional tests | Toshi MARUYAMA | 2012-09-28 | 2 | -2/+12 |
* | scm: git: use with_settings instead of assigned setting at functional test | Toshi MARUYAMA | 2012-09-27 | 1 | -6/+6 |
* | Fixed that issue author is assigned with current user when the edit form is u... | Jean-Philippe Lang | 2012-09-27 | 1 | -0/+12 |
* | Adds a "Copied from/to" relation when copying issue(s) (#6899). | Jean-Philippe Lang | 2012-09-27 | 1 | -0/+26 |
* | Fixed JSON escaping of filters (#11929). | Jean-Philippe Lang | 2012-09-25 | 1 | -0/+8 |