summaryrefslogtreecommitdiffstats
path: root/test/functional
Commit message (Expand)AuthorAgeFilesLines
* Fixed double escaping of Atom feed links.Etienne Massip2012-01-141-1/+31
* Adds "Status" to the time report criteria (#9985).Jean-Philippe Lang2012-01-141-0/+8
* Adds assertions to issue destroy tests.Jean-Philippe Lang2012-01-101-6/+30
* Fixed: Routing error when deleting an issue with spent time.Jean-Philippe Lang2012-01-101-0/+2
* Separated new/edit views for the timelog controller.Jean-Philippe Lang2012-01-101-2/+2
* Ability to add non-member users as watchers (#5159).Jean-Philippe Lang2012-01-091-2/+22
* Fixed: error when displaying an issue with a query sorted by an association, ...Jean-Philippe Lang2012-01-081-0/+14
* Fixed that SCM selection is not saved when all SCM are disabled (#9937).Jean-Philippe Lang2012-01-081-0/+2
* Check project assignment on issue copy/move.Jean-Philippe Lang2012-01-081-0/+12
* Use the regular issue form to copy a single issue.Jean-Philippe Lang2012-01-082-5/+52
* Typo.Jean-Philippe Lang2012-01-071-1/+1
* Copy issues via bulk update action.Jean-Philippe Lang2012-01-073-118/+83
* Removed the "Move" button for issues since they can be moved from the bulk ed...Jean-Philippe Lang2012-01-072-61/+1
* Allows project to be changed from the bulk edit form.Jean-Philippe Lang2012-01-071-0/+51
* Removed the "Move" button for single issue since it can be moved from the reg...Jean-Philippe Lang2012-01-071-3/+1
* Allows project to be changed from the regular issue update action (#4769, #98...Jean-Philippe Lang2012-01-071-1/+78
* Adds previous/next links to issue (#2850).Jean-Philippe Lang2012-01-031-0/+71
* Removed ApplicationControllerTest.Jean-Philippe Lang2012-01-032-90/+61
* Moved test from ApplicationControllerTest.Jean-Philippe Lang2012-01-031-10/+0
* svn propset "svn:eol-style" native test/functional/auth_sources_controller_te...Toshi MARUYAMA2012-01-011-90/+90
* Test cleanup.Jean-Philippe Lang2012-01-011-64/+34
* Test cleanup.Jean-Philippe Lang2012-01-011-33/+20
* Test cleanup.Jean-Philippe Lang2012-01-011-40/+17
* Test cleanup.Jean-Philippe Lang2012-01-011-94/+90
* Additional tests for SearchController and handle my_projects scope without me...Jean-Philippe Lang2011-12-171-0/+40
* Additional tests for QueriesController.Jean-Philippe Lang2011-12-171-53/+74
* Additional tests for DocumentsController.Jean-Philippe Lang2011-12-171-0/+16
* Additional tests for TimelogController and added missing i18n string.Jean-Philippe Lang2011-12-171-0/+78
* Additional tests for WikiController.Jean-Philippe Lang2011-12-171-0/+30
* Option to set parent automatically for new wiki pages (#3108).Jean-Philippe Lang2011-12-171-10/+35
* Change tests to use ruby/rails assertions.Jean-Philippe Lang2011-12-161-40/+32
* Make sure that tests restore the attachments path to the tmp dir so that fixt...Jean-Philippe Lang2011-12-161-1/+5
* Display issue form fields according to permissions.Jean-Philippe Lang2011-12-151-2/+128
* Do not change settings in tests.Jean-Philippe Lang2011-12-151-18/+11
* Fixed broken issues context tests (#9794).Etienne Massip2011-12-141-11/+11
* Resourcified enumerations.Jean-Philippe Lang2011-12-111-5/+14
* Explicitly declare all routes and deactivate default route.Etienne Massip2011-12-101-7/+0
* Issue destroy is now DELETE only.Jean-Philippe Lang2011-12-101-3/+3
* Changed ProjectsController#destroy to DELETE only.Jean-Philippe Lang2011-12-101-4/+4
* Changed IssuesController#destroy to DELETE only.Jean-Philippe Lang2011-12-101-7/+7
* REST urls for user memberships.Jean-Philippe Lang2011-12-101-4/+18
* Resourcified roles.Jean-Philippe Lang2011-12-091-34/+32
* Resourcified custom fields.Jean-Philippe Lang2011-12-091-9/+30
* Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at...Toshi MARUYAMA2011-12-091-1/+2
* Fixed that a cross-project custom query is not remembered inside project (#97...Jean-Philippe Lang2011-12-071-0/+22
* Adds tests for MailHandler.Jean-Philippe Lang2011-12-051-3/+30
* Removed unnecessary calculations in time entries index.Jean-Philippe Lang2011-12-041-5/+5
* Adds named scopes for projects index.Jean-Philippe Lang2011-12-041-0/+9
* Adds named scopes for users index.Jean-Philippe Lang2011-12-041-0/+8
* Moves test to non-transactional fixtures tests (failure with postgresql).Jean-Philippe Lang2011-12-042-10/+10