summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* No blank option for custom fields marked as required on workflow settings.Jean-Philippe Lang2012-07-151-3/+7
* Remember "Only display used statuses" checkbox value after update.Jean-Philippe Lang2012-07-153-2/+4
* Hard-coded strings.Jean-Philippe Lang2012-07-151-2/+2
* Adds option for displaying all statuses on workflow permissions.Jean-Philippe Lang2012-07-152-9/+14
* Find role and tracker only when param is present.Jean-Philippe Lang2012-07-151-4/+4
* Code cleanup.Jean-Philippe Lang2012-07-151-3/+1
* Code cleanup.Jean-Philippe Lang2012-07-151-3/+3
* Code cleanup.Jean-Philippe Lang2012-07-151-1/+1
* Display all fields if tracker statuses are not yet set.Jean-Philippe Lang2012-07-151-0/+3
* Adds a sorted scope to IssueStatus model.Jean-Philippe Lang2012-07-151-0/+1
* Colorize transitions.Jean-Philippe Lang2012-07-151-3/+4
* Moved code for replacing permissions to WorkflowPermission model.Jean-Philippe Lang2012-07-152-8/+17
* ruby1.8 compatibility (#703, #3521).Jean-Philippe Lang2012-07-151-2/+2
* Validate attachment description length (#11365).Jean-Philippe Lang2012-07-151-0/+1
* Adds maxlength=255 attribute on attachment description input field (#11365).Jean-Philippe Lang2012-07-151-1/+1
* Code cleanup.Jean-Philippe Lang2012-07-151-14/+14
* Removed hard-coded strings (#703, #3521).Jean-Philippe Lang2012-07-152-3/+3
* Workflow enhancement: editable and required fields configurable by role, trac...Jean-Philippe Lang2012-07-1519-80/+376
* Fixed that 200 API responses have a body containing one space (#11388).Jean-Philippe Lang2012-07-1410-19/+25
* Fixed that link to the assignee is escaped twice on the issue view (#11352).Jean-Philippe Lang2012-07-091-1/+1
* Adds Etags on attachments.Jean-Philippe Lang2012-07-081-9/+12
* Compute issue ids array only once.Jean-Philippe Lang2012-07-083-15/+16
* Show shared versions when editing issues from different projects with the con...Jean-Philippe Lang2012-07-082-3/+3
* Removed unused helper.Jean-Philippe Lang2012-07-081-1/+0
* Adds a scope for sorting groups.Jean-Philippe Lang2012-07-082-1/+3
* Code cleanup.Jean-Philippe Lang2012-07-081-0/+4
* Code cleanup.Jean-Philippe Lang2012-07-071-5/+11
* Code cleanup.Jean-Philippe Lang2012-07-071-4/+7
* Code cleanup.Jean-Philippe Lang2012-07-071-9/+14
* Use named routes.Jean-Philippe Lang2012-07-074-16/+16
* Fixed that deleting the last reply of a topic does not update last_reply_id.Jean-Philippe Lang2012-07-071-10/+6
* Use named routes.Jean-Philippe Lang2012-07-071-2/+2
* Deprecated :confirm => 'Text' option.Jean-Philippe Lang2012-07-0733-63/+45
* Code cleanup.Jean-Philippe Lang2012-07-071-8/+2
* Code cleanup.Jean-Philippe Lang2012-07-071-1/+1
* Displays thumbnails of attached images of the issue view (#1006).Jean-Philippe Lang2012-07-077-5/+70
* Adds a configurable timeout for LDAP authentication (#8978).Jean-Philippe Lang2012-07-073-9/+29
* Fixed: Openid registration form should not require user to enter password (#1...Jean-Philippe Lang2012-07-071-2/+5
* Fixed: escaped link in conflict resolution form (#11341).Jean-Philippe Lang2012-07-071-1/+1
* Ignore emails with "Auto-Submitted: auto-*" header (#11338).Jean-Philippe Lang2012-07-071-6/+9
* Adds Private filter to the issue list (#8577).Jean-Philippe Lang2012-07-051-1/+13
* Makes Private column available on the issue list (#8577).Jean-Philippe Lang2012-07-051-0/+5
* Perf: don't load preferences for the anonymous user.Jean-Philippe Lang2012-07-051-0/+4
* Perf: use a custom decoder for Role#permissions instead of YAML.load.Jean-Philippe Lang2012-07-051-5/+14
* Ability to disable standard fields on a per tracker basis (#1091).Jean-Philippe Lang2012-07-0511-43/+188
* Fixed: Can't filter for negative numeric custom field (#11307).Jean-Philippe Lang2012-07-041-2/+2
* Code cleanup.Jean-Philippe Lang2012-07-041-1/+1
* Code cleanup.Jean-Philippe Lang2012-07-041-6/+1
* Code cleanup.Jean-Philippe Lang2012-07-041-6/+2
* Perf: don't load parent message for generating a link.Jean-Philippe Lang2012-07-041-1/+1