summaryrefslogtreecommitdiffstats
path: root/test/functional
Commit message (Expand)AuthorAgeFilesLines
* Strip non utf8 content when displaying diff (ruby1.9 compatibility).Jean-Philippe Lang2011-01-011-3/+26
* Fixes wrong assertion.Jean-Philippe Lang2010-12-311-1/+1
* Find visible issues only in ContextMenusController#issues.Jean-Philippe Lang2010-12-291-0/+6
* Fixed: cvs diff broken by r4539 (#7176).Jean-Philippe Lang2010-12-291-0/+1
* Makes API accept offset/limit or page/limit parameters for retrieving collect...Jean-Philippe Lang2010-12-231-0/+57
* Adds support for requesting information about current user using /users/curre...Jean-Philippe Lang2010-12-201-0/+14
* Restore rev param validation that was removed in r2840.Jean-Philippe Lang2010-12-181-0/+6
* Fixes a data disclosure issue introduced in r3941.Jean-Philippe Lang2010-12-181-2/+8
* Fixed: issue description Quote button lost by r3941 (#7122).Jean-Philippe Lang2010-12-181-0/+3
* Fixed: r4492 breaks the ability to select issue custom fields available for p...Jean-Philippe Lang2010-12-171-1/+4
* Fixed: 404 when entering time with blank issue id (#7099).Jean-Philippe Lang2010-12-141-0/+20
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-1255-55/+55
* Make sure there's no nil result in auto_complete.Jean-Philippe Lang2010-12-121-1/+1
* Autocomplete issue relations on subject (#3170).Jean-Philippe Lang2010-12-121-0/+14
* UsersController tests cleanup.Jean-Philippe Lang2010-12-121-49/+33
* Fixes password sending when creating user.Jean-Philippe Lang2010-12-121-1/+35
* Extracts user groups assignment from controller.Jean-Philippe Lang2010-12-122-4/+18
* Moves mail_notification param to user hash param so that it can be set using ...Jean-Philippe Lang2010-12-121-5/+5
* Moves password param to user hash param so that it can be set using the User ...Jean-Philippe Lang2010-12-121-5/+10
* Declare safe attributes for User and Projects models.Jean-Philippe Lang2010-12-121-6/+14
* Fixes duplicate custom_values fixture that caused failure with Postgresql.Jean-Philippe Lang2010-12-111-1/+1
* Fixes unsafe assertion that may cause failures.Jean-Philippe Lang2010-12-101-2/+2
* Fixed: Missing template wiki/update.erb error introduced in r4272 (#6987).Jean-Philippe Lang2010-11-271-0/+46
* Fixed: new gantt chart discloses all private projects names (#6276).Jean-Philippe Lang2010-11-211-0/+12
* Fixed: submitting a non numerical parent task input creates a 500 error (#6932).Jean-Philippe Lang2010-11-201-0/+14
* Initialize TimeEntry attributes with params when editing an issue (#5441).Jean-Philippe Lang2010-11-171-1/+8
* Adds leading slash to all assert_redirected_to arguments (#6887).Jean-Philippe Lang2010-11-1416-50/+50
* Moved some permission checks for issue update from controller to model.Jean-Philippe Lang2010-11-111-1/+100
* Fixed: unchecking status filter on the issue list has no effect (#6844).Jean-Philippe Lang2010-11-071-1/+32
* Adds a "visible" option on User and Project custom fields (#1738).Jean-Philippe Lang2010-11-072-1/+26
* Fixed: start date being filled with current date even when blank value is sub...Jean-Philippe Lang2010-11-061-0/+22
* Adds a combo to select parent on wiki page rename (#5136).Jean-Philippe Lang2010-11-061-0/+48
* Fixed: "Template is missing" error when validation fails on version edit (#67...Jean-Philippe Lang2010-11-011-0/+9
* Refactor: convert WikiController to a REST resourceEric Davis2010-10-281-2/+2
* Refactor: use :id instead of :page when linking to Wiki PagesEric Davis2010-10-271-31/+31
* Refactor: convert WikiController#destroy to use HTTP DELETEEric Davis2010-10-261-5/+5
* Allow adding notes when moving issuesEric Davis2010-10-251-1/+13
* Allow changing the Priority when moving issues.Eric Davis2010-10-251-0/+13
* Refactor: Rename WikiController#page_index to #indexEric Davis2010-10-251-7/+7
* Fix the tests that were broken by r4286:Eric Davis2010-10-253-3/+3
* Refactor: merged error rendering methods.Jean-Philippe Lang2010-10-231-6/+2
* Improved error message when trying to access an archived project (#2995).Jean-Philippe Lang2010-10-231-0/+10
* Fixed: error on gantt when no issue have a due date (#6350).Jean-Philippe Lang2010-10-221-1/+11
* Mark the failed test in r4276 as pending. Tests should never fail when commit...Eric Davis2010-10-221-1/+1
* Adds a failing test for #6350.Jean-Philippe Lang2010-10-221-0/+9
* Refactor: split WikiController#edit into #updateEric Davis2010-10-221-2/+2
* Refactor: rename WikiController#index to #show, it's a single resource actionEric Davis2010-10-211-14/+14
* Refactor: change :id on WikiController to use :project_idEric Davis2010-10-201-43/+43
* Refactor: extract method from WikiController#specialEric Davis2010-10-181-0/+12
* Refactor: extract #page_index from WikiController#specialEric Davis2010-10-151-6/+6