summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Remove the limitation on characters that can be used in custom_field, issue_s...Jean-Philippe Lang2010-12-315-5/+0
* Makes issue move form similar to bulk edit form.Jean-Philippe Lang2010-12-291-7/+16
* Find visible issues only in ContextMenusController#issues.Jean-Philippe Lang2010-12-291-1/+2
* Takes more parameters into account to determine activity freshness (#7188).Jean-Philippe Lang2010-12-291-1/+1
* Fixed: partial toc when text contains pre tags (#7172).Jean-Philippe Lang2010-12-291-8/+20
* Fixed: CLI-supplied defaults should not be applied when replying to an issue ...Jean-Philippe Lang2010-12-291-0/+3
* Fixed: Tracker reset to default when replying to an issue email (#7197).Jean-Philippe Lang2010-12-291-2/+8
* Makes Version#start_date return the minimum start_date of its issues.Jean-Philippe Lang2010-12-232-4/+3
* Makes the API accepts the X-Redmine-API-Key header to hold the API key.Jean-Philippe Lang2010-12-231-3/+12
* Makes /projects API accept same pagination parameters as other API collection...Jean-Philippe Lang2010-12-232-2/+4
* Makes API accept offset/limit or page/limit parameters for retrieving collect...Jean-Philippe Lang2010-12-231-5/+12
* Support for Javascript in Themes (#2803).Jean-Philippe Lang2010-12-221-0/+1
* Fixed: 500 error on issue query grouped by a custom field that was deleted (#...Jean-Philippe Lang2010-12-211-3/+3
* Broken links on wiki diff view.Jean-Philippe Lang2010-12-201-2/+2
* Prevents n SQL queries (n = project count) on cross-project issues list.Jean-Philippe Lang2010-12-201-10/+12
* Fixes valid revision regexp.Jean-Philippe Lang2010-12-201-1/+1
* Adds support for requesting information about current user using /users/curre...Jean-Philippe Lang2010-12-201-10/+14
* Restore rev param validation that was removed in r2840.Jean-Philippe Lang2010-12-181-1/+10
* Fixes a data disclosure issue introduced in r3941.Jean-Philippe Lang2010-12-181-0/+1
* Sort versions drop down on the bulk edit form.Jean-Philippe Lang2010-12-181-1/+1
* Fixed: issue description Quote button lost by r3941 (#7122).Jean-Philippe Lang2010-12-181-1/+1
* Fixed: r4492 breaks the ability to select issue custom fields available for p...Jean-Philippe Lang2010-12-171-1/+2
* Adds a css class for gantt subjects.Jean-Philippe Lang2010-12-171-0/+2
* Adds an application setting to limit the number of items that can be displaye...Jean-Philippe Lang2010-12-152-0/+7
* Adds journal created_on attribute to issue API (#7111).Jean-Philippe Lang2010-12-141-0/+1
* Fixed: 404 when entering time with blank issue id (#7099).Jean-Philippe Lang2010-12-141-2/+2
* Fixed bad html generated in users/memberships partial (multiple </tbody> tags)Jean-Baptiste Barth2010-12-121-1/+1
* 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-123-7/+37
* Make sure there's no nil result in auto_complete.Jean-Philippe Lang2010-12-121-0/+1
* Autocomplete issue relations on subject (#3170).Jean-Philippe Lang2010-12-122-3/+6
* Fixes password sending when creating user.Jean-Philippe Lang2010-12-121-1/+1
* Extracts user groups assignment from controller.Jean-Philippe Lang2010-12-122-2/+4
* 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-123-17/+8
* 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-121-15/+16
* Moves password param to user hash param so that it can be set using the User ...Jean-Philippe Lang2010-12-122-9/+11
* Declare safe attributes for User and Projects models.Jean-Philippe Lang2010-12-125-7/+36
* Makes issue safe_attributes extensible (#6000).Jean-Philippe Lang2010-12-121-32/+27
* Fixes Changeset#text_tag for numeric scmid (#6681).Jean-Philippe Lang2010-12-111-4/+3
* Restores object count and adds offset/limit attributes to API responses for p...Jean-Philippe Lang2010-12-116-15/+54
* 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-114-6/+16
* 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-101-1/+4
* Support for updating custom fields using the received custom_fields array (#6...Jean-Philippe Lang2010-12-101-0/+1
* Fixed: error when serializing back objects with custom fields using ActiveRes...Jean-Philippe Lang2010-12-107-30/+19
* Select projects with issue_tracking module for gantt display and remove the n...Jean-Philippe Lang2010-12-071-14/+10
* Gantt: Avoid unnecessary queries before rendering.Jean-Philippe Lang2010-12-071-2/+4