You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Chuck Deal (JIRA)" <ji...@apache.org> on 2007/04/12 20:46:15 UTC

[jira] Created: (WICKET-466) [datetime] Make DateConverter focus on joda-time.DateTime instead of util.Date

[datetime] Make DateConverter focus on joda-time.DateTime instead of util.Date
------------------------------------------------------------------------------

                 Key: WICKET-466
                 URL: https://issues.apache.org/jira/browse/WICKET-466
             Project: Wicket
          Issue Type: Improvement
          Components: wicket-datetime
    Affects Versions: 1.3
            Reporter: Chuck Deal
            Priority: Minor


I beleive the Wicket-datetime package was designed to be used with joda-time DateTime objects.  It was also desirable to apply the "better" parsing/toString features of DateTime to util.Date objects.  To that end, the attached patch improves the focus of the Converter to be DateTime oriented, while still allowing the DateTextField to hold util.Dates in it's model.

See http://www.nabble.com/-datetime--DateConverter-tf3233793.html for a brief history of this conversation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-466) [datetime] Make DateConverter focus on joda-time.DateTime instead of util.Date

Posted by "Chuck Deal (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chuck Deal updated WICKET-466:
------------------------------

    Attachment: datetime_patch.txt

This patch is based upon SVN just prior to the package rename.  It is the full patch (not a patch of a patch)

> [datetime] Make DateConverter focus on joda-time.DateTime instead of util.Date
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-466
>                 URL: https://issues.apache.org/jira/browse/WICKET-466
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-datetime
>    Affects Versions: 1.3
>            Reporter: Chuck Deal
>         Assigned To: Eelco Hillenius
>            Priority: Minor
>         Attachments: datetime_patch.txt, datetime_patch.txt, datetime_patch.txt, quickstart-datetimeconverter.zip
>
>
> I beleive the Wicket-datetime package was designed to be used with joda-time DateTime objects.  It was also desirable to apply the "better" parsing/toString features of DateTime to util.Date objects.  To that end, the attached patch improves the focus of the Converter to be DateTime oriented, while still allowing the DateTextField to hold util.Dates in it's model.
> The main idea of this patch is to make this package work with DateTime objects with very little effort on the developer's part.  If they want to take advantage of the improved parsing, etc then it should take minimal effort.
> See http://www.nabble.com/-datetime--DateConverter-tf3233793.html for a brief history of this conversation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-466) [datetime] Make DateConverter focus on joda-time.DateTime instead of util.Date

Posted by "Chuck Deal (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chuck Deal updated WICKET-466:
------------------------------

    Attachment: datetime_patch.txt

This patch affects:
DateTextField
PatternDateConverter
StyleDateConverter
DateConverter (renamed to DateTimeConverter)

> [datetime] Make DateConverter focus on joda-time.DateTime instead of util.Date
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-466
>                 URL: https://issues.apache.org/jira/browse/WICKET-466
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-datetime
>    Affects Versions: 1.3
>            Reporter: Chuck Deal
>            Priority: Minor
>         Attachments: datetime_patch.txt
>
>
> I beleive the Wicket-datetime package was designed to be used with joda-time DateTime objects.  It was also desirable to apply the "better" parsing/toString features of DateTime to util.Date objects.  To that end, the attached patch improves the focus of the Converter to be DateTime oriented, while still allowing the DateTextField to hold util.Dates in it's model.
> See http://www.nabble.com/-datetime--DateConverter-tf3233793.html for a brief history of this conversation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-466) [datetime] Make DateConverter focus on joda-time.DateTime instead of util.Date

Posted by "Eelco Hillenius (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eelco Hillenius updated WICKET-466:
-----------------------------------

    Fix Version/s: 1.4.0-alpha

> [datetime] Make DateConverter focus on joda-time.DateTime instead of util.Date
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-466
>                 URL: https://issues.apache.org/jira/browse/WICKET-466
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-datetime
>    Affects Versions: 1.3.0-beta1
>            Reporter: Chuck Deal
>            Assignee: Eelco Hillenius
>            Priority: Minor
>             Fix For: 1.4.0-alpha
>
>         Attachments: datetime_patch.txt, datetime_patch.txt, datetime_patch.txt, datetime_patch.txt, quickstart-datetimeconverter.zip
>
>
> I beleive the Wicket-datetime package was designed to be used with joda-time DateTime objects.  It was also desirable to apply the "better" parsing/toString features of DateTime to util.Date objects.  To that end, the attached patch improves the focus of the Converter to be DateTime oriented, while still allowing the DateTextField to hold util.Dates in it's model.
> The main idea of this patch is to make this package work with DateTime objects with very little effort on the developer's part.  If they want to take advantage of the improved parsing, etc then it should take minimal effort.
> See http://www.nabble.com/-datetime--DateConverter-tf3233793.html for a brief history of this conversation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-466) [datetime] Make DateConverter focus on joda-time.DateTime instead of util.Date

Posted by "Chuck Deal (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chuck Deal updated WICKET-466:
------------------------------

    Attachment: datetime_patch.txt

oops... I had some jdk1.5 stuff in there...This is the same patch, but jdk1.4 compatible.

> [datetime] Make DateConverter focus on joda-time.DateTime instead of util.Date
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-466
>                 URL: https://issues.apache.org/jira/browse/WICKET-466
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-datetime
>    Affects Versions: 1.3
>            Reporter: Chuck Deal
>            Priority: Minor
>         Attachments: datetime_patch.txt, datetime_patch.txt, quickstart-datetimeconverter.zip
>
>
> I beleive the Wicket-datetime package was designed to be used with joda-time DateTime objects.  It was also desirable to apply the "better" parsing/toString features of DateTime to util.Date objects.  To that end, the attached patch improves the focus of the Converter to be DateTime oriented, while still allowing the DateTextField to hold util.Dates in it's model.
> The main idea of this patch is to make this package work with DateTime objects with very little effort on the developer's part.  If they want to take advantage of the improved parsing, etc then it should take minimal effort.
> See http://www.nabble.com/-datetime--DateConverter-tf3233793.html for a brief history of this conversation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-466) [datetime] Make DateConverter focus on joda-time.DateTime instead of util.Date

Posted by "Chuck Deal (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chuck Deal updated WICKET-466:
------------------------------

    Attachment: quickstart-datetimeconverter.zip

This is a simple quickstart to verify that this impl will work with both DateTime and Date objects with very little effort on the user's part.

It is a standard 1.3 quickstart project minus the lib folder.  You will also need to add joda-time as a dependency.

> [datetime] Make DateConverter focus on joda-time.DateTime instead of util.Date
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-466
>                 URL: https://issues.apache.org/jira/browse/WICKET-466
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-datetime
>    Affects Versions: 1.3
>            Reporter: Chuck Deal
>            Priority: Minor
>         Attachments: datetime_patch.txt, quickstart-datetimeconverter.zip
>
>
> I beleive the Wicket-datetime package was designed to be used with joda-time DateTime objects.  It was also desirable to apply the "better" parsing/toString features of DateTime to util.Date objects.  To that end, the attached patch improves the focus of the Converter to be DateTime oriented, while still allowing the DateTextField to hold util.Dates in it's model.
> See http://www.nabble.com/-datetime--DateConverter-tf3233793.html for a brief history of this conversation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-466) [datetime] Make DateConverter focus on joda-time.DateTime instead of util.Date

Posted by "Chuck Deal (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chuck Deal updated WICKET-466:
------------------------------

    Attachment: datetime_patch.txt

Ok, I've updated to revision 533733.  This is the same patch as before, but it should be much easier to apply because the name change is now included.

> [datetime] Make DateConverter focus on joda-time.DateTime instead of util.Date
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-466
>                 URL: https://issues.apache.org/jira/browse/WICKET-466
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-datetime
>    Affects Versions: 1.3
>            Reporter: Chuck Deal
>         Assigned To: Eelco Hillenius
>            Priority: Minor
>         Attachments: datetime_patch.txt, datetime_patch.txt, datetime_patch.txt, datetime_patch.txt, quickstart-datetimeconverter.zip
>
>
> I beleive the Wicket-datetime package was designed to be used with joda-time DateTime objects.  It was also desirable to apply the "better" parsing/toString features of DateTime to util.Date objects.  To that end, the attached patch improves the focus of the Converter to be DateTime oriented, while still allowing the DateTextField to hold util.Dates in it's model.
> The main idea of this patch is to make this package work with DateTime objects with very little effort on the developer's part.  If they want to take advantage of the improved parsing, etc then it should take minimal effort.
> See http://www.nabble.com/-datetime--DateConverter-tf3233793.html for a brief history of this conversation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-466) [datetime] Make DateConverter focus on joda-time.DateTime instead of util.Date

Posted by "Chuck Deal (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chuck Deal updated WICKET-466:
------------------------------

    Description: 
I beleive the Wicket-datetime package was designed to be used with joda-time DateTime objects.  It was also desirable to apply the "better" parsing/toString features of DateTime to util.Date objects.  To that end, the attached patch improves the focus of the Converter to be DateTime oriented, while still allowing the DateTextField to hold util.Dates in it's model.

The main idea of this patch is to make this package work with DateTime objects with very little effort on the developer's part.  If they want to take advantage of the improved parsing, etc then it should take minimal effort.

See http://www.nabble.com/-datetime--DateConverter-tf3233793.html for a brief history of this conversation.

  was:
I beleive the Wicket-datetime package was designed to be used with joda-time DateTime objects.  It was also desirable to apply the "better" parsing/toString features of DateTime to util.Date objects.  To that end, the attached patch improves the focus of the Converter to be DateTime oriented, while still allowing the DateTextField to hold util.Dates in it's model.

See http://www.nabble.com/-datetime--DateConverter-tf3233793.html for a brief history of this conversation.


> [datetime] Make DateConverter focus on joda-time.DateTime instead of util.Date
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-466
>                 URL: https://issues.apache.org/jira/browse/WICKET-466
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-datetime
>    Affects Versions: 1.3
>            Reporter: Chuck Deal
>            Priority: Minor
>         Attachments: datetime_patch.txt, quickstart-datetimeconverter.zip
>
>
> I beleive the Wicket-datetime package was designed to be used with joda-time DateTime objects.  It was also desirable to apply the "better" parsing/toString features of DateTime to util.Date objects.  To that end, the attached patch improves the focus of the Converter to be DateTime oriented, while still allowing the DateTextField to hold util.Dates in it's model.
> The main idea of this patch is to make this package work with DateTime objects with very little effort on the developer's part.  If they want to take advantage of the improved parsing, etc then it should take minimal effort.
> See http://www.nabble.com/-datetime--DateConverter-tf3233793.html for a brief history of this conversation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WICKET-466) [datetime] Make DateConverter focus on joda-time.DateTime instead of util.Date

Posted by "Eelco Hillenius (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eelco Hillenius reassigned WICKET-466:
--------------------------------------

    Assignee: Eelco Hillenius

> [datetime] Make DateConverter focus on joda-time.DateTime instead of util.Date
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-466
>                 URL: https://issues.apache.org/jira/browse/WICKET-466
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-datetime
>    Affects Versions: 1.3
>            Reporter: Chuck Deal
>         Assigned To: Eelco Hillenius
>            Priority: Minor
>         Attachments: datetime_patch.txt, datetime_patch.txt, quickstart-datetimeconverter.zip
>
>
> I beleive the Wicket-datetime package was designed to be used with joda-time DateTime objects.  It was also desirable to apply the "better" parsing/toString features of DateTime to util.Date objects.  To that end, the attached patch improves the focus of the Converter to be DateTime oriented, while still allowing the DateTextField to hold util.Dates in it's model.
> The main idea of this patch is to make this package work with DateTime objects with very little effort on the developer's part.  If they want to take advantage of the improved parsing, etc then it should take minimal effort.
> See http://www.nabble.com/-datetime--DateConverter-tf3233793.html for a brief history of this conversation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.