summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Display of multi custom fields.Jean-Philippe Lang2012-01-297-6/+30
* Display custom_field_values instead of custom_values.Jean-Philippe Lang2012-01-291-2/+2
* Code cleanup.Jean-Philippe Lang2012-01-291-9/+9
* Allow existing single value custom fields to be changed to multiselect.Jean-Philippe Lang2012-01-291-1/+1
* Do not validate blank default custom field value.Jean-Philippe Lang2012-01-292-1/+6
* Adds support for multiselect custom fields (#1189).Jean-Philippe Lang2012-01-2921-41/+657
* Support for nested array in API builder.Jean-Philippe Lang2012-01-293-1/+31
* test: add attachment tests at unit mail handler test for Rails3Toshi MARUYAMA2012-01-291-0/+3
* route: repository: move :repository_id routes before non :repository_id routesToshi MARUYAMA2012-01-291-23/+26
* Extracts custom field values validation from CustomValue so that they can be ...Jean-Philippe Lang2012-01-2811-193/+249
* Ruby1.9: skip enforcing UTF-8 encodings on the params hash on Rails2 if it is...Toshi MARUYAMA2012-01-281-1/+3
* test: route: repositories: split tests whether 'show' action or notToshi MARUYAMA2012-01-281-2/+8
* Ruby1.9: enforce UTF-8 encodings on the params hash on Rails2 (#4050, #4796)Toshi MARUYAMA2012-01-281-0/+22
* Ruby1.9: set Encoding.default_external on only Rails2 (#4050, #4796)Toshi MARUYAMA2012-01-281-1/+1
* German "text_project_identifier_info" translated by Felix Schäfer (#1363)Toshi MARUYAMA2012-01-271-1/+1
* Dutch "text_project_identifier_info" translated by Pieter Nicolai (#1363)Toshi MARUYAMA2012-01-271-1/+1
* replace i18n "text_project_identifier_info" (#1363)Toshi MARUYAMA2012-01-2742-42/+42
* Accept project identifier with underscore.Jean-Philippe Lang2012-01-271-1/+1
* Allow underscores in project identifiers (#1363).Jean-Philippe Lang2012-01-275-4/+5
* Makes all workflow transitions defined for all roles available to administrat...Jean-Philippe Lang2012-01-262-1/+10
* replace tabs to spaces at app/views/projects/settings/_repositories.html.erbToshi MARUYAMA2012-01-261-11/+11
* Bulgarian translation updated by Ivan Cenov (#10057)Toshi MARUYAMA2012-01-261-3/+3
* code layout cleanup app/views/repositories/revisions.html.erbToshi MARUYAMA2012-01-261-1/+4
* code layout cleanup app/views/repositories/_revisions.html.erbToshi MARUYAMA2012-01-261-1/+5
* Rails3.2: pdf: comment out ::ActionView::TemplateHandlers::ERB of rfpdf plugi...Toshi MARUYAMA2012-01-262-6/+6
* Fixed javascript error when changing time period on time report.Jean-Philippe Lang2012-01-241-1/+1
* Fixed links to versions anchors on the roadmap.Jean-Philippe Lang2012-01-242-1/+4
* Provide a direct access to completed versions form the roadmap.Jean-Philippe Lang2012-01-2449-1/+66
* Moved javascript filters functions to application.js.Jean-Philippe Lang2012-01-242-103/+99
* Set a minimum width for filter values drop-down.Jean-Philippe Lang2012-01-241-0/+1
* Allows bulk change issue private flag (#10042).Jean-Philippe Lang2012-01-232-0/+9
* Notify previous assignee when assignee changes (#2694).Jean-Philippe Lang2012-01-233-10/+30
* Adds support for multiple repositories to redmine links (#779).Jean-Philippe Lang2012-01-223-29/+125
* Fixed that project is ignored when entering an issue id on /time_entries/new ...Jean-Philippe Lang2012-01-222-4/+20
* Keep back_url param for when continuing creating issues.Jean-Philippe Lang2012-01-211-2/+2
* Enable global time logging at /time_entries/new (#10020).Jean-Philippe Lang2012-01-216-9/+130
* Fixed that reminders are sent for closed issues (#10006).Jean-Philippe Lang2012-01-212-1/+12
* Adds a <<me>> option for assignee in the context menu (#1102).Jean-Philippe Lang2012-01-212-0/+15
* Adds a <<me>> option at the top of the assignee drop-down (#1102).Jean-Philippe Lang2012-01-212-0/+12
* Adds a 'Create and continue' button on the spent time form (#9995).Jean-Philippe Lang2012-01-213-3/+30
* Makes Version REST API accept due_date attribute (#10013).Jean-Philippe Lang2012-01-212-0/+18
* Resizes the attachment description field and moves the label to a placeholder...Jean-Philippe Lang2012-01-212-2/+2
* route: scm: fix indents of repository revision requirementToshi MARUYAMA2012-01-211-2/+2
* route: scm: add revision requirements for git/mercurial branches (#10026)Toshi MARUYAMA2012-01-211-2/+8
* Updated footer.Jean-Philippe Lang2012-01-201-1/+1
* Updated assertion that fails after r8680.Jean-Philippe Lang2012-01-201-1/+1
* Localized string for issue position in results.Jean-Philippe Lang2012-01-2046-1/+46
* Fixes admin menu display.Jean-Philippe Lang2012-01-204-1/+9
* Fixed: Git: Mercurial: Branch dropdown broken on repositories page (#10026).Jean-Philippe Lang2012-01-202-1/+11
* Adds an option of the copy form to enable/disable attachments copy (#3055).Jean-Philippe Lang2012-01-2049-9/+105