summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Test for when group does not exist.Jean-Philippe Lang2012-07-151-0/+5
* No blank option for custom fields marked as required on workflow settings.Jean-Philippe Lang2012-07-152-3/+23
* 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-153-9/+22
* 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-152-0/+5
* Colorize transitions.Jean-Philippe Lang2012-07-152-3/+5
* Moved code for replacing permissions to WorkflowPermission model.Jean-Philippe Lang2012-07-152-8/+17
* Adds tmp/thumbnails directory.Jean-Philippe Lang2012-07-151-0/+0
* ruby1.8 compatibility (#703, #3521).Jean-Philippe Lang2012-07-151-2/+2
* Validate attachment description length (#11365).Jean-Philippe Lang2012-07-152-0/+7
* Rewrites assertions with assert_select.Jean-Philippe Lang2012-07-151-7/+4
* Adds maxlength=255 attribute on attachment description input field (#11365).Jean-Philippe Lang2012-07-152-1/+2
* Code cleanup.Jean-Philippe Lang2012-07-152-14/+20
* Fills locales (#703, #3521).Jean-Philippe Lang2012-07-1545-0/+180
* Removed hard-coded strings (#703, #3521).Jean-Philippe Lang2012-07-154-3/+11
* Routing tests for r9977.Jean-Philippe Lang2012-07-151-0/+6
* Workflow enhancement: editable and required fields configurable by role, trac...Jean-Philippe Lang2012-07-1535-431/+1405
* Adds assertions on response status and body.Jean-Philippe Lang2012-07-141-36/+21
* Fixed that 200 API responses have a body containing one space (#11388).Jean-Philippe Lang2012-07-1419-19/+48
* Fixes transparency issue.Etienne Massip2012-07-111-3/+3
* File handling cleanup.Etienne Massip2012-07-113-25/+30
* Use tabs instead of spaces for consistency.Etienne Massip2012-07-101-1/+1
* Code cleanup.Etienne Massip2012-07-101-3/+2
* Make sure that file handle is freed when an error is raised to prevent access...Etienne Massip2012-07-101-1/+2
* Use 1.8.7 compatible @Pathname#to_s@ alias for @Pathname#to_path@.Etienne Massip2012-07-102-3/+3
* Set temporary path cache variable as a String back again so that TCPDF handle...Etienne Massip2012-07-102-3/+3
* Fixed that link to the assignee is escaped twice on the issue view (#11352).Jean-Philippe Lang2012-07-092-1/+9
* Traditional Chinese translation updated by ChunChang Lo (#11350)Toshi MARUYAMA2012-07-091-3/+3
* Bulgarian translation updated by Ivan Cenov (#11347)Toshi MARUYAMA2012-07-091-3/+3
* Test failure.Jean-Philippe Lang2012-07-081-2/+2
* 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-083-3/+15
* Tests should not change settings.Jean-Philippe Lang2012-07-0815-61/+94
* 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-082-0/+58
* Fixed test failure.Jean-Philippe Lang2012-07-081-0/+1
* Test failure.Jean-Philippe Lang2012-07-071-0/+3
* Code cleanup.Jean-Philippe Lang2012-07-072-5/+52
* Code cleanup.Jean-Philippe Lang2012-07-071-4/+7
* Code cleanup.Jean-Philippe Lang2012-07-072-9/+18
* Use named routes.Jean-Philippe Lang2012-07-076-19/+19
* Fixed that deleting the last reply of a topic does not update last_reply_id.Jean-Philippe Lang2012-07-072-10/+21