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
*
Refactor DateHelper to use DateTimeSelector presenter pattern
Clemens Kofler
2008-08-07
1
-198
/
+378
*
Fix file permissions
Tarmo Tänav
2008-07-31
1
-0
/
+0
*
Refactor DateHelper and improve test coverage [#665 state:resolved]
Clemens Kofler
2008-07-21
1
-156
/
+142
*
Merge branch 'master' into i18n-merge
Jeremy Kemper
2008-07-17
1
-2
/
+2
|
\
|
*
Merge with docrails.
Pratik Naik
2008-07-16
1
-2
/
+2
*
|
merge forward to current rails/master
Sven Fuchs
2008-07-16
1
-19
/
+31
|
\
|
|
*
Allow date helpers to ignore date hidden field tags. [#503 state:resolved]
miloops
2008-07-04
1
-2
/
+5
|
*
Remove unused local_binding option to InstanceTag's Constructor
Michael Koziarski
2008-07-03
1
-3
/
+3
|
*
Remove nested ternary operators from select_year in favour of conditionals.
Michael Koziarski
2008-07-03
1
-11
/
+20
|
*
Ensure FormBuilder date helpers respects html_options. [#506 state:resolved] ...
Pratik Naik
2008-06-29
1
-3
/
+3
*
|
align with changes in i18n
Sven Fuchs
2008-07-06
1
-3
/
+2
*
|
remove core extensions in favor of I18n#translate and I18n#localize
Sven Fuchs
2008-07-02
1
-2
/
+3
*
|
remove call to self.locale from helpers
Sven Fuchs
2008-06-23
1
-4
/
+1
*
|
check self.locale instead of request.locale in helpers
Sven Fuchs
2008-06-22
1
-2
/
+2
*
|
integrating I18n into Rails
Sven Fuchs
2008-06-19
1
-33
/
+48
|
/
*
InstanceTag#default_time_from_options overflows to DateTime
gbuesing
2008-05-18
1
-1
/
+1
*
ActionView::InstanceTag#default_time_from_options with hash args uses Time.cu...
gbuesing
2008-05-08
1
-3
/
+4
*
Adding Date.current, which returns Time.zone.today if config.time_zone is set...
gbuesing
2008-05-08
1
-1
/
+1
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
1
-4
/
+4
*
select_datetime and select_time default to Time.zone.now when config.time_zon...
gbuesing
2008-04-21
1
-2
/
+2
*
datetime_select defaults to Time.zone.now when config.time_zone is set
gbuesing
2008-04-21
1
-1
/
+1
*
Docfix (closes #11263) [Irfy]
David Heinemeier Hansson
2008-03-15
1
-21
/
+21
*
Allow html_options to be passed to all the date helpers. Closes #6000 [h-lam...
Michael Koziarski
2008-03-02
1
-36
/
+49
*
Make date_helper use tag and content_tag. Move to assert_dom_equal instead o...
Michael Koziarski
2008-02-20
1
-18
/
+26
*
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
[next]