summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Restores object count and adds offset/limit attributes to API responses for p...Jean-Philippe Lang2010-12-111-2/+52
* Fixes duplicate custom_values fixture that caused failure with Postgresql.Jean-Philippe Lang2010-12-112-2/+2
* Makes some attributes optional in API response to get faster/lightweight resp...Jean-Philippe Lang2010-12-111-3/+3
* Fixes unsafe assertion that may cause failures.Jean-Philippe Lang2010-12-101-2/+2
* Changes the representation of journal details in issue API.Jean-Philippe Lang2010-12-101-0/+34
* Fixes a fixture with valid attributes (start_date < due_date).Jean-Philippe Lang2010-12-101-2/+2
* Support for updating custom fields using the received custom_fields array (#6...Jean-Philippe Lang2010-12-102-1/+18
* Fixed: error when serializing back objects with custom fields using ActiveRes...Jean-Philippe Lang2010-12-101-0/+26
* Add tests for wiki edit notifications (#7024).Jean-Philippe Lang2010-12-071-0/+20
* Select projects with issue_tracking module for gantt display and remove the n...Jean-Philippe Lang2010-12-071-16/+0
* Automatic spent time logging from commit messages (#4155).Jean-Philippe Lang2010-12-052-1/+82
* Fixed: class attribute with spaces on pre tags truncated (#7033).Jean-Philippe Lang2010-12-051-0/+3
* Safer code in IssueRelation (#7018).Jean-Philippe Lang2010-12-041-0/+10
* Adds subtasks to GET /issues/:id API (#5338).Jean-Philippe Lang2010-12-041-0/+54
* Fixes unhandled case in json builder.Jean-Philippe Lang2010-12-041-0/+11
* Fixes unhandled case in json builder.Jean-Philippe Lang2010-12-041-0/+7
* 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-032-0/+31
* Prevents random failure in XmlTest.Jean-Philippe Lang2010-12-031-3/+3
* Converts IssuesController to use the new API template system and makes xml/js...Jean-Philippe Lang2010-12-032-3/+12
* 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
* Adds a builder-like template system for rendering xml and json API responses.Jean-Philippe Lang2010-12-032-0/+108
* 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
* Reload themes so that new themes can be used without restarting Redmine (#5712).Jean-Philippe Lang2010-11-271-0/+59
* Fixed: messages attachments/watchers are not deleted when deleting a project ...Jean-Philippe Lang2010-11-272-3/+20
* Fixed: Wiki#find_page should not be case sensitive because page title uniquen...Jean-Philippe Lang2010-11-272-1/+11