summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Auto-detect attachment content type when blank (#3782).Jean-Philippe Lang2009-12-292-0/+16
* 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-264-5/+30
* Removes column opt in enumerations table.Jean-Philippe Lang2009-12-251-14/+0
* 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-242-64/+156
* 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-232-1/+65
* Added an Admin setting to enable/disable the REST web service. (#3920)Eric Davis2009-12-234-0/+116
* Added support for HTTP Basic access to the API. (#3920)Eric Davis2009-12-233-6/+171
* Allow authenticating with an API token via XML or JSON. (#3920)Eric Davis2009-12-231-0/+73
* Added an API token for each User to use when making API requests. (#3920)Eric Davis2009-12-232-1/+85
* Fixes a test failure.Jean-Philippe Lang2009-12-211-1/+1
* Fixes test failure.Jean-Philippe Lang2009-12-211-0/+4
* Fixes odd test failures.Jean-Philippe Lang2009-12-211-3/+3