summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* Added unit tests for IssuesHelper#show_detailEric Davis2010-03-081-0/+159
* Moves scm adapters unit tests to a dedicated folder.Jean-Philippe Lang2010-03-064-4/+4
* 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
* 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
* Fixed: journal details duplicated when an issue is saved twice (#3690).Jean-Philippe Lang2010-02-281-0/+26
* Makes AuthSource.authenticate return a hash instead of an array.Jean-Philippe Lang2010-02-261-4/+2
* 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-262-22/+5
* Fix LDAP on the fly creation. The User object doesn't have a :dn attribute.Eric Davis2010-02-251-0/+30
* 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-201-2/+18
* 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
* Refactor: Extract method from AuthSourceLdap#authenticateEric Davis2010-02-161-3/+6
* Added some tests for the LDAP authentication.Eric Davis2010-02-161-0/+58
* Adds projects links (#4812).Jean-Philippe Lang2010-02-131-2/+9
* Fixed: Project copy loses wiki pages hierarchy (#4797).Jean-Philippe Lang2010-02-111-4/+12
* Adds filter for system shared versions on the cross project issue list (#4792).Jean-Philippe Lang2010-02-101-0/+7
* Fixed: parent project field doesn't include blank value when a member with 'a...Jean-Philippe Lang2010-02-101-0/+42
* Updated object_daddy to a newer version (bugfixes)Eric Davis2010-02-081-1/+1
* Added tests for Issue#by_X findersEric Davis2010-02-041-0/+42
* Change Role#anonymous and #non_member so they generate the record as needed.Eric Davis2010-02-031-0/+51
* Allow commits to reference issues of parent projects and subprojects (#4674).Jean-Philippe Lang2010-01-311-0/+23
* Fixed: deleting a project with subprojects breaks the project tree (#4701).Jean-Philippe Lang2010-01-311-0/+58
* Fixed: tests with ruby1.9 broken by r3322 (#4607).Jean-Philippe Lang2010-01-301-0/+2
* Adds unit test for #3645.Jean-Philippe Lang2010-01-171-0/+6
* Adds a test with Japanese keywords in a ISO-2002-JP encoded email (#4576).Jean-Philippe Lang2010-01-171-0/+8
* Fixed: email notifications may affect language of notices on the UI (#4086).Jean-Philippe Lang2010-01-101-1/+15
* Auto-detect attachment content type when blank (#3782).Jean-Philippe Lang2009-12-291-0/+8
* Enlarge wiki content for MySQL databases (#1071).Jean-Philippe Lang2009-12-271-0/+8
* Fixed: project copy doesn't copy group memberships (#3975).Jean-Philippe Lang2009-12-261-5/+5
* Project#activities should check all overridden activities, not just active ones.Eric Davis2009-12-241-0/+11
* Adds a 'Add subprojects' permission.Jean-Philippe Lang2009-12-241-1/+1
* Force TimeEntry#hours default to nil (#3075, #4449).Jean-Philippe Lang2009-12-231-0/+4
* Adds a setting to remove incoming emails body after a delimiter (#4409).Jean-Philippe Lang2009-12-231-0/+52
* Added an API token for each User to use when making API requests. (#3920)Eric Davis2009-12-231-1/+51
* Fixes a test failure.Jean-Philippe Lang2009-12-211-1/+1
* Fixed the view_hook_helper test, it was reading all of the log files intoEric Davis2009-12-211-1/+1
* Speeds up very slow tests.Jean-Philippe Lang2009-12-191-15/+21
* Adds a 'no_permission_check' option to the MailHandler.Jean-Philippe Lang2009-12-191-0/+20
* Fixes 'follows' relation validation.Jean-Philippe Lang2009-12-181-0/+11