summaryrefslogtreecommitdiffstats
path: root/app/views/custom_fields
Commit message (Expand)AuthorAgeFilesLines
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-252-2/+2
* Adds specific css class for information in forms.Jean-Philippe Lang2012-02-021-1/+1
* Allow existing single value custom fields to be changed to multiselect.Jean-Philippe Lang2012-01-291-1/+1
* Adds support for multiselect custom fields (#1189).Jean-Philippe Lang2012-01-291-0/+8
* Fixed reorder links on custom fields.Jean-Philippe Lang2011-12-101-1/+1
* Resourcified custom fields.Jean-Philippe Lang2011-12-094-7/+7
* Use #labelled_form_for instead of #labelled_tabular_form_for.Jean-Philippe Lang2011-12-093-4/+4
* [#9489] use class instead of redundant id for label "no-css"Toshi MARUYAMA2011-10-301-2/+7
* [#9489] set unique id for each checkbox and linked itToshi MARUYAMA2011-10-291-1/+2
* replace tabs to spaces at app/views/custom_fields/_form.html.erbToshi MARUYAMA2011-09-181-5/+5
* replace tabs to spaces at app/views/custom_fields/_index.html.erbToshi MARUYAMA2011-09-181-27/+27
* remove trailing white-spaces from app/views/custom_fields/edit.html.erbToshi MARUYAMA2011-09-161-1/+1
* rename .rhtml to .html.erb of app/views/custom_fields/index.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* rename .rhtml to .html.erb of app/views/custom_fields/_form.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* rename .rhtml to .html.erb of app/views/custom_fields/_index.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* rename .rhtml to .html.erb of app/views/custom_fields/edit.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* rename .rhtml to .html.erb of app/views/custom_fields/new.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* replace <br> to <br /> at app/views/custom_fields/_form.rhtml.Toshi MARUYAMA2011-08-211-2/+2
* remove trailing white-spaces from app/views/custom_fields/_form.rhtml.Toshi MARUYAMA2011-08-021-5/+5
* Additional escaping.Jean-Philippe Lang2011-07-302-2/+2
* Removed calls to deprecated Object#type.Jean-Philippe Lang2011-07-192-2/+2
* Adds User and Version custom field format that can be used to reference a pro...Jean-Philippe Lang2011-04-011-1/+9
* Possible values label not hidden on custom field form.Jean-Philippe Lang2011-03-301-5/+5
* Removes duplicate DOM id in custom field form.Jean-Philippe Lang2011-03-041-3/+4
* Extends custom field possible values textarea.Jean-Philippe Lang2011-03-041-1/+0
* Adds a "visible" option on User and Project custom fields (#1738).Jean-Philippe Lang2010-11-071-0/+2
* Replace the hardcoded CustomField::FIELD_FORMATS with a class.Eric Davis2010-04-161-1/+1
* Adds an helper for displaying the 'checked' image.Jean-Philippe Lang2010-03-171-2/+2
* Allow project custom fields to be searchable (#4945).Jean-Philippe Lang2010-02-281-0/+1
* Slight change to the breadcrumb on custom field admin views.Jean-Philippe Lang2009-12-092-4/+6
* Enumerations can now have custom fields defined on them. #4077Eric Davis2009-10-211-0/+3
* Makes 'delete links' the same on admin views.Jean-Philippe Lang2009-09-121-2/+5
* Refactoring of tabs rendering.Jean-Philippe Lang2009-09-122-49/+33
* Administration panel breadcrumbs (#3314).Jean-Philippe Lang2009-07-052-2/+4
* Added several more plugin hooks:Eric Davis2009-03-211-0/+2
* Reorder links refactoring (follows r2526).Jean-Philippe Lang2009-03-011-6/+1
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-1/+1
* Makes the "type" field disabled when updating a custom field (#2744).Jean-Philippe Lang2009-02-151-1/+2
* User custom fields can now be set as editable so that users can edit them on ...Jean-Philippe Lang2009-01-171-0/+1
* CustomFieldsController#list moved to #index.Jean-Philippe Lang2009-01-171-0/+0
* Make use of tracker_ids association in issue custom field form.Jean-Philippe Lang2009-01-171-2/+3
* Use a textarea for custom fields possible values (#2472).Jean-Philippe Lang2009-01-161-22/+4
* Adds custom fields on time entries (#772).Jean-Philippe Lang2008-07-221-0/+3
* Do not use javascript to hide tabs content on page loading and make tabs work...Jean-Philippe Lang2008-03-261-12/+15
* Added default value for custom fields. Fixed javascript on custom field form ...Jean-Philippe Lang2008-01-201-5/+17
* Slight improvements to the browser views.Jean-Philippe Lang2008-01-021-1/+1
* Search engine: issue custom fields can now be searched.Jean-Philippe Lang2007-12-141-4/+13
* More detailed html title on several views.Jean-Philippe Lang2007-12-071-1/+3
* Custom fields can now be reordered.Jean-Philippe Lang2007-11-121-1/+8
* Added "Float" as a custom field format.Jean-Philippe Lang2007-10-251-8/+1