| Commit message (Expand) | Author | Age | Files | Lines |
* | Resourcified custom fields. | Jean-Philippe Lang | 2011-12-09 | 4 | -7/+7 |
* | Use #labelled_form_for instead of #labelled_tabular_form_for. | Jean-Philippe Lang | 2011-12-09 | 3 | -4/+4 |
* | [#9489] use class instead of redundant id for label "no-css" | Toshi MARUYAMA | 2011-10-30 | 1 | -2/+7 |
* | [#9489] set unique id for each checkbox and linked it | Toshi MARUYAMA | 2011-10-29 | 1 | -1/+2 |
* | replace tabs to spaces at app/views/custom_fields/_form.html.erb | Toshi MARUYAMA | 2011-09-18 | 1 | -5/+5 |
* | replace tabs to spaces at app/views/custom_fields/_index.html.erb | Toshi MARUYAMA | 2011-09-18 | 1 | -27/+27 |
* | remove trailing white-spaces from app/views/custom_fields/edit.html.erb | Toshi MARUYAMA | 2011-09-16 | 1 | -1/+1 |
* | rename .rhtml to .html.erb of app/views/custom_fields/index.rhtml. | Toshi MARUYAMA | 2011-09-01 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/custom_fields/_form.rhtml. | Toshi MARUYAMA | 2011-09-01 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/custom_fields/_index.rhtml. | Toshi MARUYAMA | 2011-09-01 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/custom_fields/edit.rhtml. | Toshi MARUYAMA | 2011-09-01 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/custom_fields/new.rhtml. | Toshi MARUYAMA | 2011-09-01 | 1 | -0/+0 |
* | replace <br> to <br /> at app/views/custom_fields/_form.rhtml. | Toshi MARUYAMA | 2011-08-21 | 1 | -2/+2 |
* | remove trailing white-spaces from app/views/custom_fields/_form.rhtml. | Toshi MARUYAMA | 2011-08-02 | 1 | -5/+5 |
* | Additional escaping. | Jean-Philippe Lang | 2011-07-30 | 2 | -2/+2 |
* | Removed calls to deprecated Object#type. | Jean-Philippe Lang | 2011-07-19 | 2 | -2/+2 |
* | Adds User and Version custom field format that can be used to reference a pro... | Jean-Philippe Lang | 2011-04-01 | 1 | -1/+9 |
* | Possible values label not hidden on custom field form. | Jean-Philippe Lang | 2011-03-30 | 1 | -5/+5 |
* | Removes duplicate DOM id in custom field form. | Jean-Philippe Lang | 2011-03-04 | 1 | -3/+4 |
* | Extends custom field possible values textarea. | Jean-Philippe Lang | 2011-03-04 | 1 | -1/+0 |
* | Adds a "visible" option on User and Project custom fields (#1738). | Jean-Philippe Lang | 2010-11-07 | 1 | -0/+2 |
* | Replace the hardcoded CustomField::FIELD_FORMATS with a class. | Eric Davis | 2010-04-16 | 1 | -1/+1 |
* | Adds an helper for displaying the 'checked' image. | Jean-Philippe Lang | 2010-03-17 | 1 | -2/+2 |
* | Allow project custom fields to be searchable (#4945). | Jean-Philippe Lang | 2010-02-28 | 1 | -0/+1 |
* | Slight change to the breadcrumb on custom field admin views. | Jean-Philippe Lang | 2009-12-09 | 2 | -4/+6 |
* | Enumerations can now have custom fields defined on them. #4077 | Eric Davis | 2009-10-21 | 1 | -0/+3 |
* | Makes 'delete links' the same on admin views. | Jean-Philippe Lang | 2009-09-12 | 1 | -2/+5 |
* | Refactoring of tabs rendering. | Jean-Philippe Lang | 2009-09-12 | 2 | -49/+33 |
* | Administration panel breadcrumbs (#3314). | Jean-Philippe Lang | 2009-07-05 | 2 | -2/+4 |
* | Added several more plugin hooks: | Eric Davis | 2009-03-21 | 1 | -0/+2 |
* | Reorder links refactoring (follows r2526). | Jean-Philippe Lang | 2009-03-01 | 1 | -6/+1 |
* | Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. | Jean-Philippe Lang | 2009-02-21 | 1 | -1/+1 |
* | Makes the "type" field disabled when updating a custom field (#2744). | Jean-Philippe Lang | 2009-02-15 | 1 | -1/+2 |
* | User custom fields can now be set as editable so that users can edit them on ... | Jean-Philippe Lang | 2009-01-17 | 1 | -0/+1 |
* | CustomFieldsController#list moved to #index. | Jean-Philippe Lang | 2009-01-17 | 1 | -0/+0 |
* | Make use of tracker_ids association in issue custom field form. | Jean-Philippe Lang | 2009-01-17 | 1 | -2/+3 |
* | Use a textarea for custom fields possible values (#2472). | Jean-Philippe Lang | 2009-01-16 | 1 | -22/+4 |
* | Adds custom fields on time entries (#772). | Jean-Philippe Lang | 2008-07-22 | 1 | -0/+3 |
* | Do not use javascript to hide tabs content on page loading and make tabs work... | Jean-Philippe Lang | 2008-03-26 | 1 | -12/+15 |
* | Added default value for custom fields. Fixed javascript on custom field form ... | Jean-Philippe Lang | 2008-01-20 | 1 | -5/+17 |
* | Slight improvements to the browser views. | Jean-Philippe Lang | 2008-01-02 | 1 | -1/+1 |
* | Search engine: issue custom fields can now be searched. | Jean-Philippe Lang | 2007-12-14 | 1 | -4/+13 |
* | More detailed html title on several views. | Jean-Philippe Lang | 2007-12-07 | 1 | -1/+3 |
* | Custom fields can now be reordered. | Jean-Philippe Lang | 2007-11-12 | 1 | -1/+8 |
* | Added "Float" as a custom field format. | Jean-Philippe Lang | 2007-10-25 | 1 | -8/+1 |
* | Custom fields for issues can now be used as filters on issue list. | Jean-Philippe Lang | 2007-04-17 | 1 | -0/+1 |
* | added svn:eol-style native property on /app files | Jean-Philippe Lang | 2007-03-12 | 2 | -20/+20 |
* | custom_field.possible_values is now serialized (no longer pipe separated) | Jean-Philippe Lang | 2007-02-03 | 1 | -6/+31 |
* | custom fields list screen split in 3 tabs (one for each kind of custom fields) | Jean-Philippe Lang | 2007-01-31 | 1 | -21/+29 |
* | * all icons replaced (new icons are based on GPL icon set: "KDE Crystal Diamo... | Jean-Philippe Lang | 2007-01-08 | 1 | -2/+2 |