summaryrefslogtreecommitdiffstats
path: root/test/integration
Commit message (Expand)AuthorAgeFilesLines
...
* Allow setting an issue's notes via params[:issue][:notes]. (XML API)Eric Davis2010-08-271-5/+15
* Refactor: extract ProjectsController#activity to a new Activities controller.Eric Davis2010-08-271-4/+4
* Refactor: convert many of the custom Issue routes to REST resources.Eric Davis2010-08-262-5/+5
* Refactor: extract #bulk_update method from IssuesController#bulk_edit.Eric Davis2010-08-241-0/+3
* Refactor: move IssuesController#changes to JournalsController#index.Eric Davis2010-08-231-0/+2
* Refactor: move IssuesController#context_menu to a new controller.Eric Davis2010-08-191-0/+2
* Small test refactoring, extract method.Eric Davis2010-08-191-3/+1
* Use the base layout for all 403, 404, and 500 pages. #6172Eric Davis2010-08-191-0/+26
* Refactor: move IssuesController#preview to a new controller.Eric Davis2010-08-181-0/+3
* Refactor: move IssuesController#auto_complete to a new controller. #4382Eric Davis2010-08-171-1/+1
* Refactor: move IssuesController#reply to JournalsControllerEric Davis2010-08-161-1/+1
* Refactor: Extract a new IssueMovesController from IssuesController.Eric Davis2010-08-111-2/+2
* Refactor: start to split IssuesController#move into two separate actions.Eric Davis2010-08-061-1/+1
* Added JSON support to the issues API. #1214Eric Davis2010-06-051-3/+155
* Convert tests to shouldaEric Davis2010-06-051-60/+115
* Refactor: move Project Calendar to it's own controller.Eric Davis2010-05-031-4/+4
* Refactor: Move gantts to a separate controller.Eric Davis2010-04-281-4/+4
* Refactor: Split IssuesController#new to #new and #create to match REST pattern.Eric Davis2010-04-221-1/+2
* Refactor: Move the rest of the routing tests to RoutingTest.Eric Davis2010-04-213-71/+167
* Move more routing tests into the routing integration test.Eric Davis2010-04-201-0/+46
* Fixed: API 401 response does not include WWW-Authenticate header (#5322).Jean-Philippe Lang2010-04-171-0/+23
* Fixes an error when running tests coverage.Jean-Philippe Lang2010-03-281-1/+1
* Makes AuthSource.authenticate return a hash instead of an array.Jean-Philippe Lang2010-02-261-2/+2
* Refactor: Move the updating of an Issue to the #update method.Eric Davis2010-02-252-2/+2
* Moved the IssuesController routing tests to an integration test.Eric Davis2010-02-221-1/+43
* Separated ReportsController#issue_report into two separate actions.Eric Davis2010-02-081-1/+1
* Moved a routing test from a functional to an integration test.Eric Davis2010-02-081-0/+26
* Accept filters from API calls without set_filter parameter.Jean-Philippe Lang2010-01-181-0/+9
* XML REST API for Projects (#296).Jean-Philippe Lang2010-01-141-0/+134
* XML REST API for issues that provides CRUD operations for Issues (#1214).Jean-Philippe Lang2010-01-131-0/+158
* 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
* Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...Jean-Philippe Lang2009-12-061-1/+1
* Reset session on login/logout (#4248).Jean-Philippe Lang2009-11-211-0/+18
* Fix 500 errors with a POST request that requires a login. #4216Eric Davis2009-11-141-0/+6
* Renames uploaded_test_file helper.Jean-Philippe Lang2009-10-101-1/+1
* User groups branch merged.Jean-Philippe Lang2009-09-121-3/+4
* Reset the default language for the test, autotest was caught it staying at :noEric Davis2009-09-041-0/+1
* Do not start user session when accessing atom feed with token-based authentic...Jean-Philippe Lang2009-06-061-1/+12
* Changed Enumerations to use a Single Table InheritanceEric Davis2009-05-301-1/+1
* Ability to allow non-admin users to create projects (#1007).Jean-Philippe Lang2009-05-171-24/+0
* Test failure (#3041).Jean-Philippe Lang2009-03-281-1/+1
* Fixes that user's last_login_on was not set when using registration with auto...Jean-Philippe Lang2009-03-151-1/+4
* Fixed: export links on the issue list lose project param after applying a fil...Jean-Philippe Lang2009-03-061-1/+38
* Fixed: When logging in via an autologin cookie the user's last_login_on shoul...Jean-Philippe Lang2009-02-251-0/+32
* Moves project menu tests to a dedicated integration test.Jean-Philippe Lang2009-02-211-0/+69
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-214-12/+14
* Converted routing and urls to follow the Rails REST convention.Eric Davis2009-01-263-11/+11
* Makes User.find_by_mail case-insensitive (password reminder #2322, repo users...Jean-Philippe Lang2008-12-121-1/+1