index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_view
/
helpers
/
date_helper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ruby 1.9 compat: date helper
Jeremy Kemper
2007-12-21
1
-6
/
+6
*
Update documentation to reflect increased accuracy of date interval calculati...
Marcel Molina
2007-12-05
1
-4
/
+3
*
Fix typos (closes #10378)
David Heinemeier Hansson
2007-12-05
1
-4
/
+4
*
Document :minute_step option for time_select. Closes #8814 [brupm]
Marcel Molina
2007-11-06
1
-0
/
+3
*
1 years -> 1 year
Jeremy Kemper
2007-10-08
1
-1
/
+1
*
Massive documentation update for all helpers (closes #8223, #8177, #8175, #81...
David Heinemeier Hansson
2007-06-23
1
-24
/
+244
*
Only change date to beginning of month if it isn't nil.
Jeremy Kemper
2007-06-15
1
-1
/
+1
*
Fixed that DateHelper#date_select should set the day to the 1st when its a hi...
David Heinemeier Hansson
2007-05-31
1
-1
/
+14
*
date_select and datetime_select take a :default option. Closes #7052.
Jeremy Kemper
2007-01-28
1
-1
/
+26
*
Fix #distance_of_time_in_words to report accurately against the Duration clas...
Rick Olson
2007-01-17
1
-3
/
+3
*
Fix date helper :include_blank regression. Closes #3811. [mhw]
Jeremy Kemper
2006-12-20
1
-1
/
+1
*
Bob's raining patches: fixes date_helper bugs and usability issues. Reference...
Jeremy Kemper
2006-12-06
1
-121
/
+213
*
Improved resolution of DateHelper#distance_of_time_in_words for better precis...
David Heinemeier Hansson
2006-09-04
1
-21
/
+45
*
Added months and years to the resolution of DateHelper#distance_of_time_in_wo...
David Heinemeier Hansson
2006-08-05
1
-5
/
+9
*
Refactor various InstanceTag instance method to class methods. Closes #4800. ...
Marcel Molina
2006-04-25
1
-0
/
+2
*
Fix form_for use of datetime_select and date_select as well as a few stylisti...
David Heinemeier Hansson
2005-12-21
1
-4
/
+4
*
Added FormHelper#form_for and FormHelper#fields_for that makes it easier to w...
David Heinemeier Hansson
2005-11-13
1
-0
/
+10
*
Misc doc fixes (typos/grammar/etc). Closes #2445.
Marcel Molina
2005-10-12
1
-3
/
+3
*
Added :disabled option to all data selects that'll make the elements inaccess...
David Heinemeier Hansson
2005-09-11
1
-8
/
+12
*
Added :use_short_month option to select_month helper to show month names as a...
Jamis Buck
2005-08-22
1
-2
/
+6
*
Added :field_name option to DateHelper#select_(year|month|day) to deviate fro...
David Heinemeier Hansson
2005-07-02
1
-35
/
+41
*
r1335@iwill: jeremy | 2005-06-17 11:41:50 -0700
Jeremy Kemper
2005-06-17
1
-7
/
+12
*
Allow distance_of_time_in_words to work with any value that responds to #to_t...
Jamis Buck
2005-06-14
1
-0
/
+2
*
Added support for descending year values in DateHelper#select_year, like sele...
David Heinemeier Hansson
2005-05-19
1
-6
/
+10
*
Fixed DateHelper to return values on the option tags such that they'll work p...
David Heinemeier Hansson
2005-04-17
1
-11
/
+11
*
Added minute_step as an option to select_minute (and the helpers that use it)...
David Heinemeier Hansson
2005-04-13
1
-1
/
+2
*
Fixed include_blank for select_hour/minute/second #527 [edward@debian.org]
David Heinemeier Hansson
2005-04-02
1
-9
/
+9
*
Renamed DateHelper#distance_of_time_in_words_to_now to DateHelper#time_ago_in...
David Heinemeier Hansson
2005-03-30
1
-1
/
+3
*
Added include_seconds option as the third parameter to distance_of_time_in_wo...
David Heinemeier Hansson
2005-03-26
1
-7
/
+18
*
Fixed that form helpers would treat string and symbol keys differently in htm...
David Heinemeier Hansson
2005-03-06
1
-26
/
+26
*
Tagged the 0.10.0 release
David Heinemeier Hansson
2005-02-25
1
-6
/
+2
*
Added :order option for date_select that allows control over the order in whi...
David Heinemeier Hansson
2005-02-19
1
-13
/
+24
*
Added DateHelper#select_time and DateHelper#select_second #373 [Scott Baron]
David Heinemeier Hansson
2005-01-02
1
-0
/
+20
*
Fixed DateHelper#date_select so that you can pass include_blank as an option ...
David Heinemeier Hansson
2004-12-15
1
-1
/
+2
*
Fixed all helpers so that they use XHTML compliant double quotes for values i...
David Heinemeier Hansson
2004-12-12
1
-4
/
+4
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+230