summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed bad html generated in users/memberships partial (multiple </tbody> tags)Jean-Baptiste Barth2010-12-121-1/+1
* Fixes tests after fixtures changes.Jean-Philippe Lang2010-12-121-5/+3
* Restores the issue description label (#6677).Jean-Philippe Lang2010-12-121-8/+10
* Refactor and add tests for News #index API (#7072).Jean-Philippe Lang2010-12-126-7/+144
* Use GET instead of POST to retrieve context menu (#6762).Jean-Philippe Lang2010-12-121-0/+1
* Make sure there's no nil result in auto_complete.Jean-Philippe Lang2010-12-122-1/+2
* Autocomplete issue relations on subject (#3170).Jean-Philippe Lang2010-12-125-3/+35
* UsersController tests cleanup.Jean-Philippe Lang2010-12-121-49/+33
* Fixes password sending when creating user.Jean-Philippe Lang2010-12-122-2/+36
* Extracts user groups assignment from controller.Jean-Philippe Lang2010-12-124-6/+22
* Fixes test according to r4493.Jean-Philippe Lang2010-12-121-1/+1
* Code cleanup.Jean-Philippe Lang2010-12-124-8/+6
* Moves mail_notification param to user hash param so that it can be set using ...Jean-Philippe Lang2010-12-125-23/+15
* Removed no longer needed to_sym.Jean-Philippe Lang2010-12-121-1/+1
* Validates user's mail_notification and turn options into strings (the attribu...Jean-Philippe Lang2010-12-122-31/+33
* Moves password param to user hash param so that it can be set using the User ...Jean-Philippe Lang2010-12-124-16/+24
* Declare safe attributes for User and Projects models.Jean-Philippe Lang2010-12-126-13/+50
* Makes issue safe_attributes extensible (#6000).Jean-Philippe Lang2010-12-123-32/+189
* Fixes Changeset#text_tag for numeric scmid (#6681).Jean-Philippe Lang2010-12-112-7/+10
* Restores object count and adds offset/limit attributes to API responses for p...Jean-Philippe Lang2010-12-119-19/+109
* Fixes duplicate custom_values fixture that caused failure with Postgresql.Jean-Philippe Lang2010-12-112-2/+2
* Fixes indentation.Jean-Philippe Lang2010-12-112-48/+46
* Makes some attributes optional in API response to get faster/lightweight resp...Jean-Philippe Lang2010-12-115-9/+19
* Fixes unsafe assertion that may cause failures.Jean-Philippe Lang2010-12-101-2/+2
* Do not try to copy relations for issues that could not be copied.Jean-Philippe Lang2010-12-101-1/+9
* Changes the representation of journal details in issue API.Jean-Philippe Lang2010-12-102-1/+38
* 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-104-1/+34
* Fixed: error when serializing back objects with custom fields using ActiveRes...Jean-Philippe Lang2010-12-108-30/+45
* 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-073-34/+14
* Gantt: Avoid unnecessary queries before rendering.Jean-Philippe Lang2010-12-072-3/+12
* Gantt: fixes position of line in pdf (#6348).Jean-Philippe Lang2010-12-071-2/+9
* Fixes gantt PDF pagination problem (#6348).Jean-Philippe Lang2010-12-071-1/+13
* Gantt: view cleanup.Jean-Philippe Lang2010-12-071-4/+1
* Gantt: iterate over all objects only once for html and pdf rendering (#6348).Jean-Philippe Lang2010-12-072-89/+52
* Updated locales.Jean-Philippe Lang2010-12-0541-0/+123
* Automatic spent time logging from commit messages (#4155).Jean-Philippe Lang2010-12-057-41/+188
* Changes russian CSV separator to ; (#7035).Jean-Philippe Lang2010-12-051-2/+2
* Fixed: class attribute with spaces on pre tags truncated (#7033).Jean-Philippe Lang2010-12-052-1/+4
* Safer code in IssueRelation (#7018).Jean-Philippe Lang2010-12-042-3/+14
* Adds a pseudo format to api template names and overrides ActionController#def...Jean-Philippe Lang2010-12-0414-15/+32
* Adds subtasks to GET /issues/:id API (#5338).Jean-Philippe Lang2010-12-043-0/+70
* Fixes unhandled case in json builder.Jean-Philippe Lang2010-12-042-2/+13
* Fixes unhandled case in json builder.Jean-Philippe Lang2010-12-042-1/+12
* Fixes test failure in r4461.Jean-Philippe Lang2010-12-041-1/+1
* Adds REST API for TimeEntries (#6823).Jean-Philippe Lang2010-12-045-18/+228
* Moves project attributes default assignments from ProjectsController#new to t...Jean-Philippe Lang2010-12-035-7/+58
* 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-038-116/+116