| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed issue_create! helper in favour of Issue.generate! | Jean-Philippe Lang | 2012-10-12 | 2 | -89/+79 |
* | Makes Issue.generate_with_descendants! helper accept attributes only. | Jean-Philippe Lang | 2012-10-12 | 4 | -16/+16 |
* | Remove Issue.generate_for_project! test helper and use Issue.generate! instead. | Jean-Philippe Lang | 2012-10-12 | 6 | -65/+44 |
* | Isolate the test that actually require non transactional fixtures. | Jean-Philippe Lang | 2012-10-11 | 2 | -25/+59 |
* | Preserve username when authentification failed (#11846). | Jean-Philippe Lang | 2012-10-11 | 1 | -3/+14 |
* | Adds an optional X-Redmine-Switch-User header to let admin users swicth user ... | Jean-Philippe Lang | 2012-10-11 | 1 | -0/+41 |
* | remove empty line and add newline at end of test/fixtures/wikis.yml | Toshi MARUYAMA | 2012-10-11 | 1 | -1/+0 |
* | remove empty line and add newline at end of test/fixtures/watchers.yml | Toshi MARUYAMA | 2012-10-11 | 1 | -1/+0 |
* | remove empty line and add newline at end of test/fixtures/issue_categories.yml | Toshi MARUYAMA | 2012-10-11 | 1 | -1/+0 |
* | remove empty line and add newline at end of test/fixtures/groups_users.yml | Toshi MARUYAMA | 2012-10-11 | 1 | -1/+0 |
* | remove empty line and add newline at end of test/fixtures/comments.yml | Toshi MARUYAMA | 2012-10-11 | 1 | -1/+0 |
* | remove empty line and add newline at end of test/fixtures/changesets.yml | Toshi MARUYAMA | 2012-10-11 | 1 | -1/+0 |
* | remove empty line and add newline at end of test/fixtures/changes.yml | Toshi MARUYAMA | 2012-10-11 | 1 | -1/+0 |
* | add newline at end of test/fixtures/user_preferences.yml | Toshi MARUYAMA | 2012-10-11 | 1 | -1/+1 |
* | add newline at end of test/fixtures/documents.yml | Toshi MARUYAMA | 2012-10-11 | 1 | -1/+1 |
* | remove empty line from end of test/fixtures/issue_relations.yml | Toshi MARUYAMA | 2012-10-11 | 1 | -1/+0 |
* | remove empty line and add newline at end of test/fixtures/projects.yml | Toshi MARUYAMA | 2012-10-10 | 1 | -1/+0 |
* | remove empty line and add newline at end of test/fixtures/projects_trackers.yml | Toshi MARUYAMA | 2012-10-10 | 1 | -1/+0 |
* | Adds a setting to allow subtasks to belong to other projects (#5487). | Jean-Philippe Lang | 2012-10-10 | 4 | -1/+80 |
* | 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 |
* | Cleanup (#12050). | Jean-Philippe Lang | 2012-10-09 | 1 | -3/+0 |
* | Fixed that export: links are broken (#12050). | Jean-Philippe Lang | 2012-10-09 | 1 | -6/+20 |
* | code layout cleanup test/integration/api_test/issues_test.rb | Toshi MARUYAMA | 2012-10-09 | 1 | -27/+57 |
* | code layout cleanup test/unit/issue_relation_test.rb | Toshi MARUYAMA | 2012-10-09 | 1 | -6/+24 |
* | add missing fixtures to test/unit/issue_relation_test.rb | Toshi MARUYAMA | 2012-10-09 | 1 | -1/+11 |
* | add missing fixture to test/integration/api_test/issues_test.rb | Toshi MARUYAMA | 2012-10-09 | 1 | -0/+1 |
* | Adjusts test for r10569. | Jean-Philippe Lang | 2012-10-07 | 1 | -2/+2 |
* | Adds no_issue_in_project operator for relations filter (#3265). | Jean-Philippe Lang | 2012-10-04 | 1 | -0/+16 |
* | sort custom field issue filter by type and position (#12018) | Toshi MARUYAMA | 2012-10-04 | 1 | -0/+20 |
* | change "is_private" issue filter order from 15 to 16 (#12018) | Toshi MARUYAMA | 2012-10-04 | 1 | -0/+2 |
* | change "status" issue filter order from 1 to 0 (#12018) | Toshi MARUYAMA | 2012-10-04 | 1 | -0/+2 |
* | split QueriesHelper filters_options_for_select method and add new unit test (... | Toshi MARUYAMA | 2012-10-04 | 1 | -0/+41 |
* | insert position field to custom_fields fixture (#12018) | Toshi MARUYAMA | 2012-10-04 | 1 | -0/+10 |
* | Private issue notes (#1554). | Jean-Philippe Lang | 2012-10-03 | 10 | -34/+289 |
* | fix integration hook test name | Toshi MARUYAMA | 2012-10-02 | 1 | -2/+1 |
* | add new user format "lastname" (#10937) | Toshi MARUYAMA | 2012-10-01 | 1 | -0/+3 |
* | fix replacing shoulda test name at r10540 | Toshi MARUYAMA | 2012-10-01 | 1 | -1/+1 |
* | replace "User#before_create" and "User.login" shoulda contexts at unit user test | Toshi MARUYAMA | 2012-10-01 | 1 | -22/+16 |
* | fix 'object_daddy creation' test name at unit user test | Toshi MARUYAMA | 2012-10-01 | 1 | -1/+1 |
* | Test failure. | Jean-Philippe Lang | 2012-09-29 | 1 | -2/+2 |
* | Makes related issues available for display and filtering on the issue list (#... | Jean-Philippe Lang | 2012-09-29 | 2 | -2/+108 |
* | 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 |
* | Missing fixtures. | Jean-Philippe Lang | 2012-09-27 | 1 | -3/+4 |
* | 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 | 2 | -0/+39 |