| Commit message (Expand) | Author | Age | Files | Lines |
* | Renames and improves methods provided by @IconsHelper@ (#23980). | Marius Balteanu | 2024-10-19 | 1 | -1/+1 |
* | Start working on replacing old icons with SVG icons (#23980): | Marius Balteanu | 2024-08-29 | 1 | -2/+2 |
* | Support "active" attribute in Enumerations REST API (#31559). | Go MAEDA | 2019-06-30 | 1 | -0/+1 |
* | Use css pseudo-classes instead of cycle("odd", "even") (#15361). | Jean-Philippe Lang | 2017-01-25 | 1 | -2/+1 |
* | Handle the case of none existing enumerations using no-data blocks (#24776). | Jean-Philippe Lang | 2017-01-14 | 1 | -0/+2 |
* | Add 'icon' and 'icon-add' classes to new enum links (#24776). | Jean-Philippe Lang | 2017-01-14 | 1 | -1/+1 |
* | Move 'New enumeration' links to above the item tables (#24776). | Jean-Philippe Lang | 2017-01-14 | 1 | -2/+3 |
* | Use multipart forms for objects that may have file custom fields (#6719). | Jean-Philippe Lang | 2016-12-13 | 2 | -2/+2 |
* | Reverts r16051 and r16050 for now (#15361). | Jean-Philippe Lang | 2016-12-03 | 1 | -1/+2 |
* | Removes calls to #reset_cycle (#15361). | Jean-Philippe Lang | 2016-12-03 | 1 | -1/+0 |
* | Use css pseudo-classes instead "odd", "even" classes (#15361). | Jean-Philippe Lang | 2016-12-03 | 1 | -1/+1 |
* | Render custom values of enumeration objects in API requests (#22795). | Jean-Philippe Lang | 2016-09-03 | 1 | -0/+1 |
* | Lists can be reordered with drag and drop (#12909). | Jean-Philippe Lang | 2016-04-17 | 1 | -4/+9 |
* | Display enumeration name in confirmation message. | Jean-Philippe Lang | 2015-10-25 | 1 | -1/+1 |
* | Removed unneeded #h calls in views. | Jean-Philippe Lang | 2015-02-23 | 1 | -1/+1 |
* | Removed deprecated align and width html attributes (#15307). | Jean-Philippe Lang | 2013-11-11 | 1 | -10/+8 |
* | Adds a CSS class for reorder links (#15307). | Jean-Philippe Lang | 2013-11-10 | 1 | -1/+1 |
* | Missing Sort Column Label and Center Align on Admin-Enumerations (#14516). | Jean-Philippe Lang | 2013-07-28 | 1 | -2/+2 |
* | Adds missing html titles (#14517). | Jean-Philippe Lang | 2013-07-28 | 3 | -3/+3 |
* | Fixed that submitting the form without selecting a value may raise raises an ... | Jean-Philippe Lang | 2013-05-17 | 1 | -1/+1 |
* | Makes enumerations available through the REST API. | Jean-Philippe Lang | 2012-10-17 | 1 | -0/+9 |
* | Deprecated :confirm => 'Text' option. | Jean-Philippe Lang | 2012-07-07 | 1 | -4/+1 |
* | Fixed that enumerations option tags are escaped. | Jean-Philippe Lang | 2012-05-13 | 1 | -1/+1 |
* | Merged rails-3.2 branch. | Jean-Philippe Lang | 2012-04-25 | 3 | -3/+3 |
* | Resourcified enumerations. | Jean-Philippe Lang | 2011-12-11 | 5 | -28/+21 |
* | Removed delete button on enumeration edit form. | Jean-Philippe Lang | 2011-11-28 | 1 | -4/+0 |
* | Removed EnumerationsController#list action. | Jean-Philippe Lang | 2011-11-28 | 1 | -0/+0 |
* | [#9489] added invisible labels for reassign select-tag on destroy views | Toshi MARUYAMA | 2011-10-29 | 1 | -1/+1 |
* | replace tabs to spaces at app/views/enumerations/_form.html.erb | Toshi MARUYAMA | 2011-09-17 | 1 | -1/+1 |
* | replace tabs to spaces at app/views/enumerations/list.html.erb | Toshi MARUYAMA | 2011-09-17 | 1 | -3/+3 |
* | remove trailing white-spaces from app/views/enumerations/list.html.erb | Toshi MARUYAMA | 2011-09-17 | 1 | -1/+1 |
* | add newline at end of app/views/enumerations/edit.html.erb | Toshi MARUYAMA | 2011-09-14 | 1 | -1/+1 |
* | rename .rhtml to .html.erb of app/views/enumerations/destroy.rhtml. | Toshi MARUYAMA | 2011-08-24 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/enumerations/_form.rhtml. | Toshi MARUYAMA | 2011-08-24 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/enumerations/new.rhtml. | Toshi MARUYAMA | 2011-08-24 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/enumerations/edit.rhtml. | Toshi MARUYAMA | 2011-08-24 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/enumerations/list.rhtml. | Toshi MARUYAMA | 2011-08-24 | 1 | -0/+0 |
* | Adds missing thead tags (#5440). | Jean-Philippe Lang | 2010-05-09 | 1 | -2/+2 |
* | Adds an helper for displaying the 'checked' image. | Jean-Philippe Lang | 2010-03-17 | 1 | -2/+2 |
* | Changes misleading scopes on Enumeration. | Jean-Philippe Lang | 2009-11-21 | 1 | -1/+1 |
* | Fixed some merge bugs. #4077 | Eric Davis | 2009-10-21 | 1 | -2/+2 |
* | Added an active field track if an Enumeration is active on the frontend view. | Eric Davis | 2009-10-21 | 2 | -1/+12 |
* | Enumerations can now have custom fields defined on them. #4077 | Eric Davis | 2009-10-21 | 1 | -0/+4 |
* | Makes 'delete links' the same on admin views. | Jean-Philippe Lang | 2009-09-12 | 1 | -2/+5 |
* | Administration panel breadcrumbs (#3314). | Jean-Philippe Lang | 2009-07-05 | 2 | -2/+2 |
* | Changed Enumerations to use a Single Table Inheritance | Eric Davis | 2009-05-30 | 2 | -5/+5 |
* | Reorder links refactoring (follows r2526). | Jean-Philippe Lang | 2009-03-01 | 1 | -6/+1 |
* | Replaces Enumeration.get_values and Enumeration.default with named scopes. | Jean-Philippe Lang | 2009-02-15 | 1 | -1/+1 |
* | Ability to remove enumerations (activities, priorities, document categories) ... | Jean-Philippe Lang | 2008-06-17 | 2 | -2/+17 |
* | Removes constraint on enumerations name (#1384). | Jean-Philippe Lang | 2008-06-07 | 1 | -1/+1 |