CVS log for forms/form_date.php
Up to [MetaL] / forms
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Mar 14 08:38:29 2011 UTC (10 months, 3 weeks ago) by mlemos
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -1
lines
Made the LoadInputValues function return an error string as documented.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Aug 8 06:44:47 2010 UTC (17 months, 4 weeks ago) by mlemos
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2
lines
Fixed the GetJavascriptInputValue function declaration.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Jul 25 09:20:09 2010 UTC (18 months, 1 week ago) by mlemos
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2
lines
Avoided using ereg extension functions.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue May 26 04:34:33 2009 UTC (2 years, 8 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +11 -5
lines
Fixed bug of setting the date VALUE.
Checked the newly set value against the start and end dates.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Jul 16 15:38:01 2008 UTC (3 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +16 -10
lines
Fixed bug of setting the months to a negative value in AskAge mode.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Jun 2 03:41:24 2008 UTC (3 years, 8 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +9 -3
lines
Fixed bug of setting the initial value of year and month when asking for
an age.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Apr 23 09:41:13 2008 UTC (3 years, 9 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +102 -15
lines
Added support to generate an input to choose the date be manually selected
or be set to a default choice.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Apr 9 03:21:11 2008 UTC (3 years, 9 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +30 -3
lines
Added support to set the values of date inputs in AskAge mode.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Mar 28 02:41:31 2008 UTC (3 years, 10 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -2
lines
Removed debugging code.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Mar 28 02:24:53 2008 UTC (3 years, 10 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +14 -1
lines
Added options to define the date, year, month and day validation error
messages.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Mar 26 07:13:42 2008 UTC (3 years, 10 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +12 -2
lines
Fixed the bug of not validating that at least one of the field for the year
month and day fields are set before checking the date ranges when the
AskAge option is set.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Mar 24 19:41:11 2008 UTC (3 years, 10 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +16 -5
lines
Implemented the GetInputValue function for when AskAge is set.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Mar 24 07:18:17 2008 UTC (3 years, 10 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +124 -10
lines
Added support to ask the user for the an age of the date relative to today.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Mar 4 08:08:10 2008 UTC (3 years, 11 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2
lines
Fixed the check to whether the month is allowed to be empty.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Feb 29 07:49:19 2008 UTC (3 years, 11 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -2
lines
Fixed initialization of commands when Javascript validation of month days
is not necessary.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Feb 29 07:43:37 2008 UTC (3 years, 11 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +61 -57
lines
Fixed several Javascript date validation errors.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Feb 15 21:53:01 2008 UTC (3 years, 11 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +56 -23
lines
Added support to set the day to a fixed value that may not be changed by
the user and optionally to hide the day input.
Made all local Javascript variables be declared as local.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Feb 13 06:41:00 2008 UTC (3 years, 11 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +18 -6
lines
Added support to set the VALUE, ValidationStartDate and ValidationEndDate
to the value 'now' which is the same as specifying today's date.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Mar 4 00:08:11 2007 UTC (4 years, 11 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +10 -4
lines
Avoided multiple inclusions of this class.
Declared Javascript validation variables as local.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Aug 14 07:05:28 2006 UTC (5 years, 5 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -1
lines
Added support to set the TABINDEX attribute to the day, month and year
inputs.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jul 17 05:36:09 2006 UTC (5 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +6 -3
lines
Fixed bug in day validation.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Mar 26 06:14:13 2006 UTC (5 years, 10 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +6 -3
lines
Fixed check of the year value that may be empty.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Feb 21 02:50:21 2006 UTC (5 years, 11 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +13 -1
lines
Added support for the properties YearClass, YearStyle, MonthClass,
MonthStyle, DayClass and DayStyle.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Aug 11 01:35:16 2005 UTC (6 years, 5 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +50 -14
lines
Made the year input be a select input in case the number of the years
defined by the start and end date range does not exceed the value of the
SelectYears argument.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jul 20 00:12:05 2005 UTC (6 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +89 -48
lines
Added support for the Optional attribute to make the custom input accept
empty date fields as valid.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Jun 26 20:35:27 2005 UTC (6 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +14 -7
lines
Set the year, month and day inputs with the custom input STYLE and CLASS
attributes.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Dec 29 06:36:34 2004 UTC (7 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3
lines
Avoided passing arguments by reference explicitly.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Jul 14 07:29:12 2004 UTC (7 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +7 -16
lines
Dropped implementing the Accessible property that is now handled by the
custom input base class.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jul 9 15:40:16 2004 UTC (7 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -19
lines
Made the class use the DefaultSetInputProperty to set the handle the format
property.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Jun 16 21:33:20 2004 UTC (7 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +12 -18
lines
Defined which fields get the focus when validation errors happen.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jun 16 08:53:00 2004 UTC (7 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +149 -11
lines
Added support to perform client side and server side validation of date
ranges.
Added support to specify the names of the months.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jun 14 08:19:29 2004 UTC (7 years, 7 months ago) by mlemos
Branches: MAIN
Initial revision.
|