summaryrefslogtreecommitdiffstats
path: root/test/integration
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Improved on-the-fly account creation. If some attributes are missing (eg. not...Jean-Philippe Lang2008-07-191-0/+48
* Merged Rails 2.1 compatibility branch.Jean-Philippe Lang2008-07-041-0/+3
* Custom fields refactoring: most of code moved from controllers to models (usi...Jean-Philippe Lang2008-06-271-2/+3
* Log the user in after registration if account activation is not needed.Jean-Philippe Lang2008-06-091-2/+6
* File viewer for attached text files.Jean-Philippe Lang2008-06-091-0/+18
* Fix tests broken by r1243 (Redirect to issue page after creating a new issue).Jean-Philippe Lang2008-03-151-2/+2
* Adds an optional description to attachments.Jean-Philippe Lang2008-02-291-1/+2
* Fixed a bug in localization introduced by r1131 (anonymous users inherit the ...Jean-Philippe Lang2008-02-131-0/+43
* Merged IssuesController #edit and #update into a single actions.Jean-Philippe Lang2008-02-091-1/+1
* Added default value for custom fields. Fixed javascript on custom field form ...Jean-Philippe Lang2008-01-201-2/+12
* ProjectsController#add_issue moved to IssuesController#new.Jean-Philippe Lang2008-01-201-3/+3
* Merged IssuesController change_status and add_note actions.Jean-Philippe Lang2008-01-061-1/+3
* Project identifier is now used in URLs (instead of project id).Jean-Philippe Lang2007-12-171-1/+1
* There's now 3 account activation strategies (available in application settings):Jean-Philippe Lang2007-11-181-1/+42