You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/12/10 09:58:30 UTC

svn commit: r602815 - /myfaces/trinidad/tags/trinidad-1.2.4/RELEASE_NOTES

Author: matzew
Date: Mon Dec 10 00:58:25 2007
New Revision: 602815

URL: http://svn.apache.org/viewvc?rev=602815&view=rev
Log:
adding release notes to 124-TAG

Added:
    myfaces/trinidad/tags/trinidad-1.2.4/RELEASE_NOTES

Added: myfaces/trinidad/tags/trinidad-1.2.4/RELEASE_NOTES
URL: http://svn.apache.org/viewvc/myfaces/trinidad/tags/trinidad-1.2.4/RELEASE_NOTES?rev=602815&view=auto
==============================================================================
--- myfaces/trinidad/tags/trinidad-1.2.4/RELEASE_NOTES (added)
+++ myfaces/trinidad/tags/trinidad-1.2.4/RELEASE_NOTES Mon Dec 10 00:58:25 2007
@@ -0,0 +1,36 @@
+Sub-task
+
+    * [TRINIDAD-771] - returnListener from a commandButton is broken in a table facet
+    * [TRINIDAD-787] - somtimes window.external can be null
+
+Bug
+
+    * [TRINIDAD-144] - AJAX client validation creates blank space underneath inputs in IE6
+    * [TRINIDAD-692] - Title of Lightweight Dialogs is set to parent page's title when partialSubmit is not used on link/button
+    * [TRINIDAD-713] - Using "name" as the id for a component breaks form submission. "name" appears to be an undocumented reserved identifier.
+    * [TRINIDAD-729] - autoSubmit does not work in <tr:inputNumberSpinbox>
+    * [TRINIDAD-746] - ChildPropertyTreeModel returns true for isContainer when there are no children
+    * [TRINIDAD-748] - Client-side DateTimeRangeValidator does not handle differences in timezone
+    * [TRINIDAD-749] - Launching modal dialog when the launcher window body has position:absolute in IE makes launcher page look corrupt
+    * [TRINIDAD-760] - Web app should be 2.5
+    * [TRINIDAD-762] - pom files have not been updated since the 1.0.3 release
+    * [TRINIDAD-770] - unhelpful message for number out of range
+    * [TRINIDAD-772] - Setting "First" to -1 makes UIXIterator scroll to the end
+    * [TRINIDAD-777] - Lightweight dialogs sometimes rendered such that top is off the page
+    * [TRINIDAD-783] - Duplicate error messages shown for inline c/s and server validation
+    * [TRINIDAD-785] - panelCaptionGroup fails to render custom style class
+    * [TRINIDAD-800] - DialogRequest doesn't call context.getExternalContext().encodeActionURL()
+    * [TRINIDAD-803] - NPE in UIXCollection saveStampState()
+    * [TRINIDAD-809] - StampState for UIXShowDetail does not handle EL-bound "disclosed" property
+
+Improvement
+
+    * [TRINIDAD-663] - Idea for a new component to enhance PPR
+    * [TRINIDAD-664] - Component to allow a non-trinidad component compatible with trinidad with no code
+    * [TRINIDAD-666] - Make ExternalContextUtils part of the public API
+    * [TRINIDAD-766] - trinidadinternal's NumberConverter should not be final
+    * [TRINIDAD-774] - support for static colors in a tag
+    * [TRINIDAD-776] - add 'translatable' meta-data to all the component properties that are translatable
+    * [TRINIDAD-788] - stopp uploading empty files
+    * [TRINIDAD-792] - Making Reorder,Remove ChildComponentChange generic to all the attributes
+    * [TRINIDAD-796] - TrinidadELResolver::setValue support
\ No newline at end of file



Re: svn commit: r602815 - /myfaces/trinidad/tags/trinidad-1.2.4/RELEASE_NOTES

Posted by Matthias Wessendorf <ma...@apache.org>.
using "Resolved" as status would have done the job as well :-)

-M

On Dec 10, 2007 5:39 PM, Matthias Wessendorf <ma...@apache.org> wrote:
> hrm,
> they have a "fix version".
> I don't understand it as a wishlist, which version we want a fix in,
> for the bug.
> I understand it as "fixed in" (edited by the committer).
>
> I'll update the list in SVN.
>
> Thx for heads-ups, though.
>
> -M
>
>
> On Dec 10, 2007 5:26 PM, Andrew Robinson <an...@gmail.com> wrote:
> > +    * [TRINIDAD-663] - Idea for a new component to enhance PPR
> > +    * [TRINIDAD-664] - Component to allow a non-trinidad component
> > compatible with trinidad with no code
> >
> >
> > These should not be in the list as I had to pull them out by request
> >
> >
> > On Dec 10, 2007 1:58 AM,  <ma...@apache.org> wrote:
> > > Author: matzew
> > > Date: Mon Dec 10 00:58:25 2007
> > > New Revision: 602815
> > >
> > > URL: http://svn.apache.org/viewvc?rev=602815&view=rev
> > > Log:
> > > adding release notes to 124-TAG
> > >
> > > Added:
> > >     myfaces/trinidad/tags/trinidad-1.2.4/RELEASE_NOTES
> > >
> > > Added: myfaces/trinidad/tags/trinidad-1.2.4/RELEASE_NOTES
> > > URL: http://svn.apache.org/viewvc/myfaces/trinidad/tags/trinidad-1.2.4/RELEASE_NOTES?rev=602815&view=auto
> > > ==============================================================================
> > > --- myfaces/trinidad/tags/trinidad-1.2.4/RELEASE_NOTES (added)
> > > +++ myfaces/trinidad/tags/trinidad-1.2.4/RELEASE_NOTES Mon Dec 10 00:58:25 2007
> > > @@ -0,0 +1,36 @@
> > > +Sub-task
> > > +
> > > +    * [TRINIDAD-771] - returnListener from a commandButton is broken in a table facet
> > > +    * [TRINIDAD-787] - somtimes window.external can be null
> > > +
> > > +Bug
> > > +
> > > +    * [TRINIDAD-144] - AJAX client validation creates blank space underneath inputs in IE6
> > > +    * [TRINIDAD-692] - Title of Lightweight Dialogs is set to parent page's title when partialSubmit is not used on link/button
> > > +    * [TRINIDAD-713] - Using "name" as the id for a component breaks form submission. "name" appears to be an undocumented reserved identifier.
> > > +    * [TRINIDAD-729] - autoSubmit does not work in <tr:inputNumberSpinbox>
> > > +    * [TRINIDAD-746] - ChildPropertyTreeModel returns true for isContainer when there are no children
> > > +    * [TRINIDAD-748] - Client-side DateTimeRangeValidator does not handle differences in timezone
> > > +    * [TRINIDAD-749] - Launching modal dialog when the launcher window body has position:absolute in IE makes launcher page look corrupt
> > > +    * [TRINIDAD-760] - Web app should be 2.5
> > > +    * [TRINIDAD-762] - pom files have not been updated since the 1.0.3 release
> > > +    * [TRINIDAD-770] - unhelpful message for number out of range
> > > +    * [TRINIDAD-772] - Setting "First" to -1 makes UIXIterator scroll to the end
> > > +    * [TRINIDAD-777] - Lightweight dialogs sometimes rendered such that top is off the page
> > > +    * [TRINIDAD-783] - Duplicate error messages shown for inline c/s and server validation
> > > +    * [TRINIDAD-785] - panelCaptionGroup fails to render custom style class
> > > +    * [TRINIDAD-800] - DialogRequest doesn't call context.getExternalContext().encodeActionURL()
> > > +    * [TRINIDAD-803] - NPE in UIXCollection saveStampState()
> > > +    * [TRINIDAD-809] - StampState for UIXShowDetail does not handle EL-bound "disclosed" property
> > > +
> > > +Improvement
> > > +
> > > +    * [TRINIDAD-663] - Idea for a new component to enhance PPR
> > > +    * [TRINIDAD-664] - Component to allow a non-trinidad component compatible with trinidad with no code
> > > +    * [TRINIDAD-666] - Make ExternalContextUtils part of the public API
> > > +    * [TRINIDAD-766] - trinidadinternal's NumberConverter should not be final
> > > +    * [TRINIDAD-774] - support for static colors in a tag
> > > +    * [TRINIDAD-776] - add 'translatable' meta-data to all the component properties that are translatable
> > > +    * [TRINIDAD-788] - stopp uploading empty files
> > > +    * [TRINIDAD-792] - Making Reorder,Remove ChildComponentChange generic to all the attributes
> > > +    * [TRINIDAD-796] - TrinidadELResolver::setValue support
> > > \ No newline at end of file
> > >
> > >
> > >
> >
>
>
>
> --
> Matthias Wessendorf
>
> further stuff:
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> mail: matzew-at-apache-dot-org
>



-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org

Re: svn commit: r602815 - /myfaces/trinidad/tags/trinidad-1.2.4/RELEASE_NOTES

Posted by Matthias Wessendorf <ma...@apache.org>.
hrm,
they have a "fix version".
I don't understand it as a wishlist, which version we want a fix in,
for the bug.
I understand it as "fixed in" (edited by the committer).

I'll update the list in SVN.

Thx for heads-ups, though.

-M

On Dec 10, 2007 5:26 PM, Andrew Robinson <an...@gmail.com> wrote:
> +    * [TRINIDAD-663] - Idea for a new component to enhance PPR
> +    * [TRINIDAD-664] - Component to allow a non-trinidad component
> compatible with trinidad with no code
>
>
> These should not be in the list as I had to pull them out by request
>
>
> On Dec 10, 2007 1:58 AM,  <ma...@apache.org> wrote:
> > Author: matzew
> > Date: Mon Dec 10 00:58:25 2007
> > New Revision: 602815
> >
> > URL: http://svn.apache.org/viewvc?rev=602815&view=rev
> > Log:
> > adding release notes to 124-TAG
> >
> > Added:
> >     myfaces/trinidad/tags/trinidad-1.2.4/RELEASE_NOTES
> >
> > Added: myfaces/trinidad/tags/trinidad-1.2.4/RELEASE_NOTES
> > URL: http://svn.apache.org/viewvc/myfaces/trinidad/tags/trinidad-1.2.4/RELEASE_NOTES?rev=602815&view=auto
> > ==============================================================================
> > --- myfaces/trinidad/tags/trinidad-1.2.4/RELEASE_NOTES (added)
> > +++ myfaces/trinidad/tags/trinidad-1.2.4/RELEASE_NOTES Mon Dec 10 00:58:25 2007
> > @@ -0,0 +1,36 @@
> > +Sub-task
> > +
> > +    * [TRINIDAD-771] - returnListener from a commandButton is broken in a table facet
> > +    * [TRINIDAD-787] - somtimes window.external can be null
> > +
> > +Bug
> > +
> > +    * [TRINIDAD-144] - AJAX client validation creates blank space underneath inputs in IE6
> > +    * [TRINIDAD-692] - Title of Lightweight Dialogs is set to parent page's title when partialSubmit is not used on link/button
> > +    * [TRINIDAD-713] - Using "name" as the id for a component breaks form submission. "name" appears to be an undocumented reserved identifier.
> > +    * [TRINIDAD-729] - autoSubmit does not work in <tr:inputNumberSpinbox>
> > +    * [TRINIDAD-746] - ChildPropertyTreeModel returns true for isContainer when there are no children
> > +    * [TRINIDAD-748] - Client-side DateTimeRangeValidator does not handle differences in timezone
> > +    * [TRINIDAD-749] - Launching modal dialog when the launcher window body has position:absolute in IE makes launcher page look corrupt
> > +    * [TRINIDAD-760] - Web app should be 2.5
> > +    * [TRINIDAD-762] - pom files have not been updated since the 1.0.3 release
> > +    * [TRINIDAD-770] - unhelpful message for number out of range
> > +    * [TRINIDAD-772] - Setting "First" to -1 makes UIXIterator scroll to the end
> > +    * [TRINIDAD-777] - Lightweight dialogs sometimes rendered such that top is off the page
> > +    * [TRINIDAD-783] - Duplicate error messages shown for inline c/s and server validation
> > +    * [TRINIDAD-785] - panelCaptionGroup fails to render custom style class
> > +    * [TRINIDAD-800] - DialogRequest doesn't call context.getExternalContext().encodeActionURL()
> > +    * [TRINIDAD-803] - NPE in UIXCollection saveStampState()
> > +    * [TRINIDAD-809] - StampState for UIXShowDetail does not handle EL-bound "disclosed" property
> > +
> > +Improvement
> > +
> > +    * [TRINIDAD-663] - Idea for a new component to enhance PPR
> > +    * [TRINIDAD-664] - Component to allow a non-trinidad component compatible with trinidad with no code
> > +    * [TRINIDAD-666] - Make ExternalContextUtils part of the public API
> > +    * [TRINIDAD-766] - trinidadinternal's NumberConverter should not be final
> > +    * [TRINIDAD-774] - support for static colors in a tag
> > +    * [TRINIDAD-776] - add 'translatable' meta-data to all the component properties that are translatable
> > +    * [TRINIDAD-788] - stopp uploading empty files
> > +    * [TRINIDAD-792] - Making Reorder,Remove ChildComponentChange generic to all the attributes
> > +    * [TRINIDAD-796] - TrinidadELResolver::setValue support
> > \ No newline at end of file
> >
> >
> >
>



-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org

Re: svn commit: r602815 - /myfaces/trinidad/tags/trinidad-1.2.4/RELEASE_NOTES

Posted by Andrew Robinson <an...@gmail.com>.
+    * [TRINIDAD-663] - Idea for a new component to enhance PPR
+    * [TRINIDAD-664] - Component to allow a non-trinidad component
compatible with trinidad with no code


These should not be in the list as I had to pull them out by request

On Dec 10, 2007 1:58 AM,  <ma...@apache.org> wrote:
> Author: matzew
> Date: Mon Dec 10 00:58:25 2007
> New Revision: 602815
>
> URL: http://svn.apache.org/viewvc?rev=602815&view=rev
> Log:
> adding release notes to 124-TAG
>
> Added:
>     myfaces/trinidad/tags/trinidad-1.2.4/RELEASE_NOTES
>
> Added: myfaces/trinidad/tags/trinidad-1.2.4/RELEASE_NOTES
> URL: http://svn.apache.org/viewvc/myfaces/trinidad/tags/trinidad-1.2.4/RELEASE_NOTES?rev=602815&view=auto
> ==============================================================================
> --- myfaces/trinidad/tags/trinidad-1.2.4/RELEASE_NOTES (added)
> +++ myfaces/trinidad/tags/trinidad-1.2.4/RELEASE_NOTES Mon Dec 10 00:58:25 2007
> @@ -0,0 +1,36 @@
> +Sub-task
> +
> +    * [TRINIDAD-771] - returnListener from a commandButton is broken in a table facet
> +    * [TRINIDAD-787] - somtimes window.external can be null
> +
> +Bug
> +
> +    * [TRINIDAD-144] - AJAX client validation creates blank space underneath inputs in IE6
> +    * [TRINIDAD-692] - Title of Lightweight Dialogs is set to parent page's title when partialSubmit is not used on link/button
> +    * [TRINIDAD-713] - Using "name" as the id for a component breaks form submission. "name" appears to be an undocumented reserved identifier.
> +    * [TRINIDAD-729] - autoSubmit does not work in <tr:inputNumberSpinbox>
> +    * [TRINIDAD-746] - ChildPropertyTreeModel returns true for isContainer when there are no children
> +    * [TRINIDAD-748] - Client-side DateTimeRangeValidator does not handle differences in timezone
> +    * [TRINIDAD-749] - Launching modal dialog when the launcher window body has position:absolute in IE makes launcher page look corrupt
> +    * [TRINIDAD-760] - Web app should be 2.5
> +    * [TRINIDAD-762] - pom files have not been updated since the 1.0.3 release
> +    * [TRINIDAD-770] - unhelpful message for number out of range
> +    * [TRINIDAD-772] - Setting "First" to -1 makes UIXIterator scroll to the end
> +    * [TRINIDAD-777] - Lightweight dialogs sometimes rendered such that top is off the page
> +    * [TRINIDAD-783] - Duplicate error messages shown for inline c/s and server validation
> +    * [TRINIDAD-785] - panelCaptionGroup fails to render custom style class
> +    * [TRINIDAD-800] - DialogRequest doesn't call context.getExternalContext().encodeActionURL()
> +    * [TRINIDAD-803] - NPE in UIXCollection saveStampState()
> +    * [TRINIDAD-809] - StampState for UIXShowDetail does not handle EL-bound "disclosed" property
> +
> +Improvement
> +
> +    * [TRINIDAD-663] - Idea for a new component to enhance PPR
> +    * [TRINIDAD-664] - Component to allow a non-trinidad component compatible with trinidad with no code
> +    * [TRINIDAD-666] - Make ExternalContextUtils part of the public API
> +    * [TRINIDAD-766] - trinidadinternal's NumberConverter should not be final
> +    * [TRINIDAD-774] - support for static colors in a tag
> +    * [TRINIDAD-776] - add 'translatable' meta-data to all the component properties that are translatable
> +    * [TRINIDAD-788] - stopp uploading empty files
> +    * [TRINIDAD-792] - Making Reorder,Remove ChildComponentChange generic to all the attributes
> +    * [TRINIDAD-796] - TrinidadELResolver::setValue support
> \ No newline at end of file
>
>
>