summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Replace the hardcoded "CodeRay" css class name for highlighted elements.Jean-Philippe Lang2010-03-141-1/+1
* Optimization: load attachments when needed.Jean-Philippe Lang2010-03-141-0/+8
* Makes subtasks rescheduled when a 'precedes' relation is set on a parent task.Jean-Philippe Lang2010-03-131-0/+15
* Adds subtasking (#443) including:Jean-Philippe Lang2010-03-136-16/+405
* More detailed failures message.Jean-Philippe Lang2010-03-121-1/+1
* Fixes a test failure.Jean-Philippe Lang2010-03-121-1/+1
* Refactors textile formatting tests.Jean-Philippe Lang2010-03-121-16/+15
* Fixed: inline code with less-then/greater-than produces @lt; and @gt; (#1416).Jean-Philippe Lang2010-03-121-0/+19
* Fixed: error while moving an issue to a project with disabled tracker with SQ...Jean-Philippe Lang2010-03-121-0/+10
* Fixed: text formatting breaks when using parenthesis inside bold tags (#1334).Jean-Philippe Lang2010-03-121-0/+18
* Fixed: some textile modifiers combinations don't work, eg. bold inside underl...Jean-Philippe Lang2010-03-111-0/+45
* Use assert_select to check the download link. (#4204)Eric Davis2010-03-101-1/+1
* Adds named scopes to replace custom finders.Eric Davis2010-03-101-0/+20
* Added unit tests for IssuesHelper#show_detailEric Davis2010-03-082-0/+190
* Moves scm adapters unit tests to a dedicated folder.Jean-Philippe Lang2010-03-064-4/+4
* Moves ProjectsController#add_issue_category to IssueCategoriesController#new.Jean-Philippe Lang2010-03-062-12/+29
* Moves ProjectsController#add_version to VersionsController#new.Jean-Philippe Lang2010-03-062-35/+34
* Fixed: no email notification on new project/version file added (#4966).Jean-Philippe Lang2010-03-031-0/+14
* Fixes git annotate (#3832).Jean-Philippe Lang2010-03-031-2/+3
* Added test for when an attachment fails to save.Eric Davis2010-03-031-1/+21
* Fixes failing tests from r3521Eric Davis2010-03-021-6/+6
* Verify issues are updated by HTTP PUT only. Regression from r3486.Eric Davis2010-03-011-0/+14
* Adds a test for not sending email without recipient (#4920).Jean-Philippe Lang2010-02-281-0/+21
* Fixed: Git blame/annotate fails on moved files (#3832).Jean-Philippe Lang2010-02-281-0/+14
* Fixed: attachments with the same name at the same time overwrite (#3691).Jean-Philippe Lang2010-02-281-0/+10
* Fixes a test failure due to a default custom field value.Jean-Philippe Lang2010-02-281-4/+2
* Adds missing fixtures.Jean-Philippe Lang2010-02-281-0/+1
* Adds attachments upload on wiki edit form (#1223).Jean-Philippe Lang2010-02-281-0/+17
* Fixed: journal details duplicated when an issue is saved twice (#3690).Jean-Philippe Lang2010-02-281-0/+26
* Let administrators see locked user profiles.Jean-Philippe Lang2010-02-261-2/+8
* Makes AuthSource.authenticate return a hash instead of an array.Jean-Philippe Lang2010-02-262-6/+4
* Test that AuthSourceLdap#authenticate returns valid User attributes only.Jean-Philippe Lang2010-02-261-16/+9
* Moves the LDAP test server to a fixture.Jean-Philippe Lang2010-02-263-24/+18
* Adds a sample test LDAP configuration file.Jean-Philippe Lang2010-02-261-0/+19
* Refactor: Move the updating of an Issue to the #update method.Eric Davis2010-02-252-2/+2
* Fix LDAP on the fly creation. The User object doesn't have a :dn attribute.Eric Davis2010-02-251-0/+30
* Refactor: Start to extract IssuesController#edit into #update (REST).Eric Davis2010-02-241-24/+24
* Bulk edit refactoring.Jean-Philippe Lang2010-02-231-22/+25
* Moved the IssuesController routing tests to an integration test.Eric Davis2010-02-222-116/+43
* Removes --find-copies-harder git option to retrieve commits which was way to ...Jean-Philippe Lang2010-02-211-1/+1
* Remove invalid utf8 sequences from commit comments and author name (#4773).Jean-Philippe Lang2010-02-202-2/+19
* Cleanup.Jean-Philippe Lang2010-02-201-8/+0
* Fixed: Links in Forum mails should redirect to message, not topic (#4884).Jean-Philippe Lang2010-02-201-2/+14
* Fixed: Pound (#) followed by number with leading zero (0) removes leading zer...Jean-Philippe Lang2010-02-181-0/+2
* Fix an IndexError if all the :last menu items are deleted from a menu. #4718Eric Davis2010-02-181-1/+18
* Fixed: Deselecting textile text formatting causes interning empty string erro...Jean-Philippe Lang2010-02-171-0/+10
* Adds a test for emission address with phrase (#4855).Jean-Philippe Lang2010-02-171-0/+10
* Fixed: unit tests broken by r3438 (#4860).Jean-Philippe Lang2010-02-171-0/+3
* Refactor: Extract method from AuthSourceLdap#authenticateEric Davis2010-02-161-3/+6
* Added some tests for the LDAP authentication.Eric Davis2010-02-163-0/+145