summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Refactor: Merged TrackersController#list and #indexEric Davis2010-02-151-7/+7
* Refactor: Merged RolesController#list and #indexEric Davis2010-02-151-1/+1
* Adds projects links (#4812).Jean-Philippe Lang2010-02-131-2/+9
* Refactor: Merged IssueStatusesController#list and #index.Eric Davis2010-02-121-8/+7
* Issue relation: fixes error with postgres when entering a non-numeric id (#48...Jean-Philippe Lang2010-02-121-0/+18
* Fixed: Project copy loses wiki pages hierarchy (#4797).Jean-Philippe Lang2010-02-113-4/+57
* 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-083-20/+11
* Separated ReportsController#issue_report into two separate actions.Eric Davis2010-02-082-6/+26
* Moved a routing test from a functional to an integration test.Eric Davis2010-02-082-12/+26
* Adds pagination to forum messages (#4664).Jean-Philippe Lang2010-02-061-1/+18
* Adds a permission for exporting wiki pages.Jean-Philippe Lang2010-02-061-0/+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
* Converted a test to shoulda and added more checks for it's assignments.Eric Davis2010-02-031-4/+15
* 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
* Added and updated some more object daddy exemplars.Eric Davis2010-01-287-0/+72
* Added some exemplars for object daddy to generate test data.Eric Davis2010-01-2718-0/+222
* Added User.spawn_with_protected to generate an unsaved User record.Eric Davis2010-01-231-1/+16
* Accept filters from API calls without set_filter parameter.Jean-Philippe Lang2010-01-181-0/+9
* Fixed: PDF export of a issue list grouped by a custom field raises an error (...Jean-Philippe Lang2010-01-181-0/+8
* 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-172-0/+68
* Cleaned up the IssueController redirects to use the back_url like the other a...Eric Davis2010-01-141-0/+46
* Fixes project editing route broken by r3313.Jean-Philippe Lang2010-01-141-0/+7
* XML REST API for Projects (#296).Jean-Philippe Lang2010-01-142-1/+135
* XML REST API for issues that provides CRUD operations for Issues (#1214).Jean-Philippe Lang2010-01-131-0/+158
* Set a white list of issue attributes that can be mass-assigned from controllers.Jean-Philippe Lang2010-01-121-0/+7
* Fixed: email notifications may affect language of notices on the UI (#4086).Jean-Philippe Lang2010-01-101-1/+15
* Allow bulk edit custom fields of any type (#461).Jean-Philippe Lang2010-01-033-2/+26
* Fixed: bulk edit doesn't include global custom fields (#4505).Jean-Philippe Lang2010-01-031-0/+2
* Added some shoulda macros for testing.Eric Davis2009-12-301-0/+28