summaryrefslogtreecommitdiffstats
path: root/test/integration
Commit message (Expand)AuthorAgeFilesLines
* Fix typo "attachements" in test/integration/issues_test.rb.Toshi MARUYAMA2011-04-021-1/+1
* Gantt routes with format.Jean-Philippe Lang2011-04-011-0/+2
* Converted issue filters to non-AJAX GET requests (#1965).Jean-Philippe Lang2011-04-011-4/+8
* Adds User and Version custom field format that can be used to reference a pro...Jean-Philippe Lang2011-04-011-2/+73
* Fix test/integration/api_test/users_test.rb fails due to changing en.yml (#80...Toshi MARUYAMA2011-04-011-2/+2
* Moves jstoolbar script include tags to head.Jean-Philippe Lang2011-03-281-0/+9
* Fixed: Login page should not show projects link and search box if authenticat...Jean-Philippe Lang2011-03-041-0/+16
* Enable ability for administrators to delete users (#7296).Jean-Philippe Lang2011-01-162-15/+28
* Moves enabled_module_names param to project attribute so that it can be set t...Jean-Philippe Lang2011-01-061-1/+46
* Adds themes test for when Redmine is in a sub-uri.Jean-Philippe Lang2010-12-231-0/+15
* Support for Javascript in Themes (#2803).Jean-Philippe Lang2010-12-221-0/+60
* Adds routing tests for users and xml format.Jean-Philippe Lang2010-12-201-0/+5
* Adds support for requesting information about current user using /users/curre...Jean-Philippe Lang2010-12-202-0/+18
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-1217-17/+17
* Refactor and add tests for News #index API (#7072).Jean-Philippe Lang2010-12-121-0/+94
* Fixes test according to r4493.Jean-Philippe Lang2010-12-121-1/+1
* Moves mail_notification param to user hash param so that it can be set using ...Jean-Philippe Lang2010-12-121-1/+2
* Moves password param to user hash param so that it can be set using the User ...Jean-Philippe Lang2010-12-121-2/+3
* Restores object count and adds offset/limit attributes to API responses for p...Jean-Philippe Lang2010-12-111-2/+52
* Makes some attributes optional in API response to get faster/lightweight resp...Jean-Philippe Lang2010-12-111-3/+3
* Changes the representation of journal details in issue API.Jean-Philippe Lang2010-12-101-0/+34
* Support for updating custom fields using the received custom_fields array (#6...Jean-Philippe Lang2010-12-101-0/+17
* Fixed: error when serializing back objects with custom fields using ActiveRes...Jean-Philippe Lang2010-12-101-0/+26
* Adds subtasks to GET /issues/:id API (#5338).Jean-Philippe Lang2010-12-041-0/+54
* Adds REST API for TimeEntries (#6823).Jean-Philippe Lang2010-12-041-0/+134
* Moves project attributes default assignments from ProjectsController#new to t...Jean-Philippe Lang2010-12-031-0/+2
* Converts IssuesController to use the new API template system and makes xml/js...Jean-Philippe Lang2010-12-031-3/+3
* Projects API tests rewriting.Jean-Philippe Lang2010-12-031-79/+161
* Adds xml/json REST API for Users (#6260).Jean-Philippe Lang2010-12-031-0/+256
* Accept key auth for ProjectsController#show (#6841).Jean-Philippe Lang2010-11-271-0/+6
* Accept key auth for ProjectsController#destroy (#6841).Jean-Philippe Lang2010-11-271-8/+14
* Accept key auth for ProjectsController#update (#6841).Jean-Philippe Lang2010-11-271-10/+14
* Accept key auth for ProjectsController#create (#6841).Jean-Philippe Lang2010-11-271-14/+19
* Adds leading slash to all assert_redirected_to arguments (#6887).Jean-Philippe Lang2010-11-143-7/+7
* Makes projects API return XML description when creating a project (#6874).Jean-Philippe Lang2010-11-132-2/+9
* Adds a "visible" option on User and Project custom fields (#1738).Jean-Philippe Lang2010-11-071-0/+9
* Fixed: 'View difference' broken on wiki page history (#6747).Jean-Philippe Lang2010-11-061-0/+2
* Allow key authentication when deleting issues (with tests) #6447Eric Davis2010-11-051-18/+18
* Allow key authentication when updating issues (with tests) #6447Eric Davis2010-11-051-53/+74
* Allow key authentication when creating issues (with tests) #6447Eric Davis2010-11-051-40/+41
* Refactor: Convert the tests for Issues#index and #show APIs to shoulda. #6447Eric Davis2010-11-041-50/+15
* Refactor: convert API key tests using HTTP Basic to a shoulda macroEric Davis2010-11-031-59/+2
* Refactor: convert username/password http basic auth api tests to shoulda macr...Eric Davis2010-11-021-78/+6
* Refactor: convert api key tests to shoulda macros for reuse. #6447Eric Davis2010-11-011-56/+2
* Move all API tests into the ApiTest module to make management easierEric Davis2010-11-016-12/+12
* Refactor: convert WikiController to a REST resourceEric Davis2010-10-281-1/+2
* Refactor: use :id instead of :page when linking to Wiki PagesEric Davis2010-10-271-12/+12
* Refactor: convert WikiController#destroy to use HTTP DELETEEric Davis2010-10-261-1/+2
* Refactor: Rename WikiController#page_index to #indexEric Davis2010-10-251-1/+1
* Fixed: file upload on wiki page broken by recent refactoring (#6724).Jean-Philippe Lang2010-10-221-0/+1