3783 Commits (bc79904e4e51fca6dc687f297e5b77fcc161f242)
 

Author SHA1 Message Date
  Jean-Philippe Lang ac60fc9c1c Refactor and add tests for News #index API (#7072). 13 years ago
  Jean-Philippe Lang aaee26ae22 Use GET instead of POST to retrieve context menu (#6762). 13 years ago
  Jean-Philippe Lang 29e0bca43a Make sure there's no nil result in auto_complete. 13 years ago
  Jean-Philippe Lang a8b12bcb52 Autocomplete issue relations on subject (#3170). 13 years ago
  Jean-Philippe Lang 758f2f0a4e UsersController tests cleanup. 13 years ago
  Jean-Philippe Lang a49c7f95e2 Fixes password sending when creating user. 13 years ago
  Jean-Philippe Lang 0a2ec6ef04 Extracts user groups assignment from controller. 13 years ago
  Jean-Philippe Lang 87ae744dce Fixes test according to r4493. 13 years ago
  Jean-Philippe Lang 2066b2f666 Code cleanup. 13 years ago
  Jean-Philippe Lang 9e2d401f43 Moves mail_notification param to user hash param so that it can be set using the User API. 13 years ago
  Jean-Philippe Lang 1d4f28a54d Removed no longer needed to_sym. 13 years ago
  Jean-Philippe Lang e4f319fe61 Validates user's mail_notification and turn options into strings (the attribute type). 13 years ago
  Jean-Philippe Lang cde02954c8 Moves password param to user hash param so that it can be set using the User API. 13 years ago
  Jean-Philippe Lang a4d7a99c22 Declare safe attributes for User and Projects models. 13 years ago
  Jean-Philippe Lang 3409333522 Makes issue safe_attributes extensible (#6000). 13 years ago
  Jean-Philippe Lang 8407db9854 Fixes Changeset#text_tag for numeric scmid (#6681). 13 years ago
  Jean-Philippe Lang 00d50157d3 Restores object count and adds offset/limit attributes to API responses for paginated collections (#6140). 13 years ago
  Jean-Philippe Lang 67f1131a20 Fixes duplicate custom_values fixture that caused failure with Postgresql. 13 years ago
  Jean-Philippe Lang f2b42237d0 Fixes indentation. 13 years ago
  Jean-Philippe Lang 5f57bceabb Makes some attributes optional in API response to get faster/lightweight responses. 13 years ago
  Jean-Philippe Lang 10ba08ce13 Fixes unsafe assertion that may cause failures. 13 years ago
  Jean-Philippe Lang cd71c1cc0a Do not try to copy relations for issues that could not be copied. 13 years ago
  Jean-Philippe Lang ab6a93b029 Changes the representation of journal details in issue API. 13 years ago
  Jean-Philippe Lang 252e4983fb Fixes a fixture with valid attributes (start_date < due_date). 13 years ago
  Jean-Philippe Lang 3e3315c103 Support for updating custom fields using the received custom_fields array (#6345, #6403). 13 years ago
  Jean-Philippe Lang 0e19aa4362 Fixed: error when serializing back objects with custom fields using ActiveResource (#6403). 13 years ago
  Jean-Philippe Lang 8524d505c5 Add tests for wiki edit notifications (#7024). 13 years ago
  Jean-Philippe Lang b898200803 Select projects with issue_tracking module for gantt display and remove the nil start/due dates trick. 13 years ago
  Jean-Philippe Lang 4715a37937 Gantt: Avoid unnecessary queries before rendering. 13 years ago
  Jean-Philippe Lang 318bd10c7f Gantt: fixes position of line in pdf (#6348). 13 years ago
  Jean-Philippe Lang 9c6377964c Fixes gantt PDF pagination problem (#6348). 13 years ago
  Jean-Philippe Lang b17e145d75 Gantt: view cleanup. 13 years ago
  Jean-Philippe Lang b0a1a04008 Gantt: iterate over all objects only once for html and pdf rendering (#6348). 13 years ago
  Jean-Philippe Lang bfa61c1ec4 Updated locales. 13 years ago
  Jean-Philippe Lang d7c607fd8b Automatic spent time logging from commit messages (#4155). 13 years ago
  Jean-Philippe Lang 80e0e1c544 Changes russian CSV separator to ; (#7035). 13 years ago
  Jean-Philippe Lang 8841ba97c6 Fixed: class attribute with spaces on pre tags truncated (#7033). 13 years ago
  Jean-Philippe Lang 7fb0fe2e91 Safer code in IssueRelation (#7018). 13 years ago
  Jean-Philippe Lang 224921460a Adds a pseudo format to api template names and overrides ActionController#default_template so that api templates are chosen automatically. 13 years ago
  Jean-Philippe Lang 9157482049 Adds subtasks to GET /issues/:id API (#5338). 13 years ago
  Jean-Philippe Lang 88e593ee02 Fixes unhandled case in json builder. 13 years ago
  Jean-Philippe Lang 558a951ed6 Fixes unhandled case in json builder. 13 years ago
  Jean-Philippe Lang 37ed02553a Fixes test failure in r4461. 13 years ago
  Jean-Philippe Lang f7cf8aa878 Adds REST API for TimeEntries (#6823). 13 years ago
  Jean-Philippe Lang 9284a32c9a Moves project attributes default assignments from ProjectsController#new to the model (#6064). 13 years ago
  Jean-Philippe Lang f6c633212a Prevents random failure in XmlTest. 13 years ago
  Jean-Philippe Lang 735a83c596 Converts IssuesController to use the new API template system and makes xml/json responses consistent (#6136). 13 years ago
  Jean-Philippe Lang eaf6bb1e9b Projects API tests rewriting. 13 years ago
  Jean-Philippe Lang a1f12e3ade Converts ProjectsController to use the new API template system. 13 years ago
  Jean-Philippe Lang d0a3aab2e7 Adds a reusable method to render API response on validation failure. 13 years ago