summaryrefslogtreecommitdiffstats
path: root/test/functional
Commit message (Expand)AuthorAgeFilesLines
* Fixes strange random test failures with Mysql.Jean-Philippe Lang2010-05-011-0/+4
* Adds test helpers for test repositories.Jean-Philippe Lang2010-05-011-4/+1
* Fixes EOL style related test failures.Jean-Philippe Lang2010-04-301-1/+1
* Fixes URLs in atom feeds broken by r3681 (#5403).Jean-Philippe Lang2010-04-301-0/+3
* Fixes some parameters in functional tests.Jean-Philippe Lang2010-04-302-2/+2
* Refactor: Move gantts to a separate controller.Eric Davis2010-04-282-52/+56
* Refactor: Split IssuesController#new to #new and #create to match REST pattern.Eric Davis2010-04-221-20/+20
* Refactor: Move the rest of the routing tests to RoutingTest.Eric Davis2010-04-2112-631/+0
* Move more routing tests into the routing integration test.Eric Davis2010-04-205-212/+0
* Fixes a test failure with SQLite3 due to transaction fixtures (#5290).Jean-Philippe Lang2010-04-122-26/+83
* Fixes Issue#save_issue_with_child_records so that time entry do not get saved...Jean-Philippe Lang2010-04-111-11/+14
* Fixed: issue optimistic locking broken by r3308 (#5280).Jean-Philippe Lang2010-04-111-0/+23
* Makes the wiki sidebar editable (#5208).Jean-Philippe Lang2010-04-111-0/+11
* Preview description if it was edited while updating an issue (#741).Jean-Philippe Lang2010-03-281-0/+16
* Cleans up status assignment in IssuesController#new handled by Issue#safe_att...Jean-Philippe Lang2010-03-201-0/+43
* Adds subtasking (#443) including:Jean-Philippe Lang2010-03-131-1/+43
* Use assert_select to check the download link. (#4204)Eric Davis2010-03-101-1/+1
* 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
* 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 attachments upload on wiki edit form (#1223).Jean-Philippe Lang2010-02-281-0/+17
* Let administrators see locked user profiles.Jean-Philippe Lang2010-02-261-2/+8
* 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-221-115/+0
* Refactor: Merged TrackersController#list and #indexEric Davis2010-02-151-7/+7
* Refactor: Merged RolesController#list and #indexEric Davis2010-02-151-1/+1
* 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
* Separated ReportsController#issue_report into two separate actions.Eric Davis2010-02-081-5/+25
* Moved a routing test from a functional to an integration test.Eric Davis2010-02-081-12/+0
* Adds pagination to forum messages (#4664).Jean-Philippe Lang2010-02-061-1/+18
* Converted a test to shoulda and added more checks for it's assignments.Eric Davis2010-02-031-4/+15
* Fixed: PDF export of a issue list grouped by a custom field raises an error (...Jean-Philippe Lang2010-01-181-0/+8
* 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
* Set a white list of issue attributes that can be mass-assigned from controllers.Jean-Philippe Lang2010-01-121-0/+7
* Allow bulk edit custom fields of any type (#461).Jean-Philippe Lang2010-01-031-0/+8
* Fixed: bulk edit doesn't include global custom fields (#4505).Jean-Philippe Lang2010-01-031-0/+2
* Auto-detect attachment content type when blank (#3782).Jean-Philippe Lang2009-12-291-0/+8
* Adds a 'Add subprojects' permission.Jean-Philippe Lang2009-12-241-63/+155
* Added an API token for each User to use when making API requests. (#3920)Eric Davis2009-12-231-0/+34
* Fixes odd test failures.Jean-Philippe Lang2009-12-211-3/+3
* Make sure the RSS token is getting destroyed and created.Eric Davis2009-12-211-0/+34
* Adds on optional API key to repositories management controller and reposman.rb.Jean-Philippe Lang2009-12-201-0/+21
* Fixes block reordering on my page (#2971).Jean-Philippe Lang2009-12-191-1/+25
* By default, only show statuses that are used by the tracker on the workflow e...Jean-Philippe Lang2009-12-181-5/+33
* Make sure user can not watch what he is not allowed to view.Jean-Philippe Lang2009-12-131-0/+9