summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Strip non utf8 content when displaying diff (ruby1.9 compatibility).Jean-Philippe Lang2011-01-014-8/+56
* Read attachment fixtures in binary mode.Jean-Philippe Lang2011-01-011-1/+1
* Fixes wrong assertion.Jean-Philippe Lang2010-12-311-1/+1
* Safer assertion.Jean-Philippe Lang2010-12-311-1/+1
* ruby1.9 compatibilityJean-Philippe Lang2010-12-311-1/+1
* Disable project completion display on the gantt (#7127).Jean-Philippe Lang2010-12-291-5/+5
* Find visible issues only in ContextMenusController#issues.Jean-Philippe Lang2010-12-291-0/+6
* Fixed: partial toc when text contains pre tags (#7172).Jean-Philippe Lang2010-12-291-2/+6
* Fixed: cvs diff broken by r4539 (#7176).Jean-Philippe Lang2010-12-291-0/+1
* Fixed: CLI-supplied defaults should not be applied when replying to an issue ...Jean-Philippe Lang2010-12-291-0/+8
* Fixed: Tracker reset to default when replying to an issue email (#7197).Jean-Philippe Lang2010-12-292-3/+16
* Makes the API accepts the X-Redmine-API-Key header to hold the API key.Jean-Philippe Lang2010-12-231-0/+14
* Makes API accept offset/limit or page/limit parameters for retrieving collect...Jean-Philippe Lang2010-12-231-0/+57
* Fixes: Mercurial adapter loses seconds of commit times (#6656).Jean-Philippe Lang2010-12-231-1/+9
* 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
* Fixed: 500 error on issue query grouped by a custom field that was deleted (#...Jean-Philippe Lang2010-12-211-0/+16
* Prevents n SQL queries (n = project count) on cross-project issues list.Jean-Philippe Lang2010-12-201-0/+6
* Adds missing fixtures when running tests from scratch.Jean-Philippe Lang2010-12-201-0/+5
* 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-203-0/+32
* Restore rev param validation that was removed in r2840.Jean-Philippe Lang2010-12-181-0/+6
* Adds tests for class attribute parsing on pre/code tags.Jean-Philippe Lang2010-12-181-0/+3
* Fixes a data disclosure issue introduced in r3941.Jean-Philippe Lang2010-12-181-2/+8
* Ported subtasks display with indentation to the new gantt (#7128) and fixed m...Jean-Philippe Lang2010-12-181-11/+35
* 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
* Gantt code cleanup.Jean-Philippe Lang2010-12-171-18/+18
* Gantt code cleanup.Jean-Philippe Lang2010-12-171-18/+18
* Gantt code cleanup.Jean-Philippe Lang2010-12-171-4/+4
* Gantt: fixes progress width in some cases and start code cleaning.Jean-Philippe Lang2010-12-171-10/+18
* Manually require i18n 0.4.2 before Rails tries to load the most recent gem (#...Jean-Philippe Lang2010-12-171-4/+4
* Adds an application setting to limit the number of items that can be displaye...Jean-Philippe Lang2010-12-151-2/+18
* Fixed: 404 when entering time with blank issue id (#7099).Jean-Philippe Lang2010-12-141-0/+20
* Set encoding to utf-8 for ruby 1.9 compatibility. #4050Jean-Baptiste Barth2010-12-121-0/+2
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-12159-159/+159
* Fixes tests after fixtures changes.Jean-Philippe Lang2010-12-121-5/+3
* Refactor and add tests for News #index API (#7072).Jean-Philippe Lang2010-12-123-0/+107
* 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
* 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-122-6/+7
* Validates user's mail_notification and turn options into strings (the attribu...Jean-Philippe Lang2010-12-121-16/+17
* Moves password param to user hash param so that it can be set using the User ...Jean-Philippe Lang2010-12-122-7/+13
* Declare safe attributes for User and Projects models.Jean-Philippe Lang2010-12-121-6/+14
* Makes issue safe_attributes extensible (#6000).Jean-Philippe Lang2010-12-121-0/+87
* Fixes Changeset#text_tag for numeric scmid (#6681).Jean-Philippe Lang2010-12-111-3/+7