index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
views
/
enumerations
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Slight improvements to the browser views.
Jean-Philippe Lang
2008-01-02
1
-1
/
+1
*
More detailed html title on several views.
Jean-Philippe Lang
2007-12-07
1
-0
/
+2
*
Added default value for enumerations.
Jean-Philippe Lang
2007-10-05
2
-0
/
+4
*
Added position on Enumeration model.
Jean-Philippe Lang
2007-10-04
1
-16
/
+22
*
added svn:eol-style native property on /app files
Jean-Philippe Lang
2007-03-12
1
-16
/
+16
*
deprecated start_form_tag replaced by form_tag
Jean-Philippe Lang
2007-01-26
2
-6
/
+6
*
* all icons replaced (new icons are based on GPL icon set: "KDE Crystal Diamo...
Jean-Philippe Lang
2007-01-08
1
-1
/
+1
*
enumerations/list redesign
Jean-Philippe Lang
2007-01-02
1
-6
/
+4
*
replaced deprecated controller instance variables: @params, @session, @request
Jean-Philippe Lang
2006-12-26
1
-1
/
+1
*
trunk moved from /trunk/redmine to /trunk
Jean-Philippe Lang
2006-12-05
4
-0
/
+46