You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Andreas Andreou <an...@apache.org> on 2010/01/11 04:05:56 UTC

[VOTE] Tapestry Release 5.1.0.7

I've created and uploaded a release of Tapestry 5.1.0.7, ready to be voted upon.

The files are uploaded to a Maven staging repository:

https://repository.apache.org/content/repositories/orgapachetapestry-023/

and to:

http://people.apache.org/~andyhot/tapestry-releases/5.1.0.7/

Please examine these files to determine if a new release, 5.1.0.7, is ready.

I've also created a 5.1.0.7 tag in Subversion:

https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/5.1.0.7/

The vote will run for 3 days. On a successful vote,
I'll promote the artifacts to the central repo,
move the binary / source distributions to the proper distribution directories
and send out appropriate notifications.

Here are the release notes / changes:
Bug

    * [TAP5-711] - Submit component: using image parameter brakes
"Selected" events
    * [TAP5-714] - Incorrect encoding of single quotes for Ajax requests
    * [TAP5-719] - Component LinkSubmit doesn't work
    * [TAP5-734] - Tapestry tutorial documentation refers to old
archtype command
    * [TAP5-749] - The FormFragment and LinkSubmit components create a
hidden field whose id ends with ":hidden"
    * [TAP5-755] - URL rewriting documentation contains an example
that won't compile due to lack of a return value
    * [TAP5-767] - PropertyConduitSourceImpl should use english locale
(instead of default locale) when evaluating decimals
    * [TAP5-779] - CLONE -Linksubmit doesn't work inside a form with
Zone parameter set
    * [TAP5-815] - Asset dispatcher allows any file inside the webapp
visible and downloadable
    * [TAP5-837] - prototype1.6.0 not support for ie8
    * [TAP5-868] - It is not possible to attach a validation event
listener to a Palette (or other <select> field)
    * [TAP5-894] - Fix PartialMarkupDocumentLinkerTest.stylesheet_link()
    * [TAP5-896] - Contribute 'properties' file extension to the
configuration of ResourceDigestGenerator
    * [TAP5-913] - Stack size too large exception, related to
PropertyExpressionLexer
    * [TAP5-936] - Tapestry wiki link links to nothing for locales other then en

Improvement

    * [TAP5-88] - Add support for Bulgarian locale
    * [TAP5-762] - Upgrade Selenium dependencies to version 1.0.1
    * [TAP5-912] - Validation of properties of type
java.util.Collection should fail when the collection is empty
    * [TAP5-958] - Upgrade Tapestry's built-in copy of prototype.js to
version 1.6.1
    * [TAP5-963] - Allow access to static resources (css, js, jpg,
jpeg, png, gif) inside the app package

New Feature

    * [TAP5-138] - Add Zone parameter to Select component

Task

    * [TAP5-556] - Fix TranslatorSourceImplTest
    * [TAP5-819] - remove ide-specific files from all sub-modules and
add them to svn:ignore


-- 
Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
Tapestry / Tacos developer
Open Source / JEE Consulting

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: [VOTE] Tapestry Release 5.1.0.7

Posted by Massimo Lusetti <ml...@gmail.com>.
On Wed, Jan 13, 2010 at 7:34 AM, Robert Zeigler <ro...@scazdl.org> wrote:

> -0.
>
> It seems like there's still some malaise with the current asset protection
> solution.  I think we should get that resolved before releasing so that, at
> the very least, all the committers are fully supportive of whatever solution
> is finally crafted.

Well you and Howard are certainly good, this solution seems like a
partial one but i (as a tapestry5 user) prefer to have this sort of
thing handled someway so please don't hold on a release for this kind
of thing.

There could be a next early release that will address any kind of raw
edges but this one could provide a sort of a middle step path to the
final solution.

Cheers
-- 
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: [VOTE] Tapestry Release 5.1.0.7

Posted by Massimo Lusetti <ml...@gmail.com>.
On Wed, Jan 13, 2010 at 11:56 AM, Thiago H. de Paula Figueiredo
<th...@gmail.com> wrote:

> On Wed, 13 Jan 2010 07:18:14 -0200, Ulrich Stärk <ul...@spielviel.de> wrote:
>
>> Ulrich Stärk: -1 (non-binding)
>>
>> For the same reasons and because one has to do additional configuration in
>> order for common assets on the context to be accessible.
>
> -1 (binding), for the reasons above.
>

That's a shame.

Cheers
-- 
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: [VOTE] Tapestry Release 5.1.0.7

Posted by Dmitry Gusev <dm...@gmail.com>.
-1 (non-binding)



On Wed, Jan 13, 2010 at 14:49, Piero Sartini <li...@pierosartini.de> wrote:

> > true.... but i'd have to change my exisiting applications to make it work
> > again.
> >
> > to be honest not a big deal, but if we say it is backwards compatible i
> > wouldn't have to change anything ... just my two cents
>
> Agreed. I would prefer a backward compatible solution as well.
>
>
Me too, also it may be not so obvious to understand that I should contribute
regex authorizer.
And after this change I should always care about these changes I had to
made:

    public void contributeRegexAuthorizer(Configuration<String> regex)
    {
        String pathPattern =
"([^/.]+/)*[^/.]+\\.((css)|(js)|(jpg)|(jpeg)|(png)|(gif))$";
        regex.add("^anjlab/cubics/css/" + pathPattern);
        regex.add("^anjlab/cubics/images/" + pathPattern);
        regex.add("^anjlab/cubics/js/" + pathPattern);
        regex.add("^anjlab/cubics/js/jquery-1.3.2.js");
    }

I'd prefer to remove this contribution at all so that it worked out of the
box.


>      Piero
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>


-- 
Dmitry Gusev

AnjLab Team
http://anjlab.com

Re: [VOTE] Tapestry Release 5.1.0.7

Posted by Piero Sartini <li...@pierosartini.de>.
> true.... but i'd have to change my exisiting applications to make it work
> again.
>
> to be honest not a big deal, but if we say it is backwards compatible i
> wouldn't have to change anything ... just my two cents

Agreed. I would prefer a backward compatible solution as well.

     Piero

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: [VOTE] Tapestry Release 5.1.0.7

Posted by Kristian Marinkovic <kr...@porsche.co.at>.
true.... but i'd have to change my exisiting applications to make it work 
again. 

to be honest not a big deal, but if we say it is backwards compatible i 
wouldn't 
have to change anything ... just my two cents

g,
kris




"Thiago H. de Paula Figueiredo" <th...@gmail.com> 
13.01.2010 12:30
Bitte antworten an
"Tapestry development" <de...@tapestry.apache.org>


An
"Tapestry development" <de...@tapestry.apache.org>
Kopie

Thema
Re: [VOTE] Tapestry Release 5.1.0.7







On Wed, 13 Jan 2010 09:26:32 -0200, Kristian Marinkovic 
<kr...@porsche.co.at> wrote:

> why would someone want to block css, javascript and images  only
> because they are on the classpath?
> i use a lot of these type of assets to modularize by web application

Point taken. :) Anyway, you can block or allow anything you want adding a 
new rule before the default ones.

-- 
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, 
and instructor
Owner, software architect and developer, Ars Machina Tecnologia da 
Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org



Re: [VOTE] Tapestry Release 5.1.0.7

Posted by "Thiago H. de Paula Figueiredo" <th...@gmail.com>.
On Wed, 13 Jan 2010 09:26:32 -0200, Kristian Marinkovic  
<kr...@porsche.co.at> wrote:

> why would someone want to block css, javascript and images  only
> because they are on the classpath?
> i use a lot of these type of assets to modularize by web application

Point taken. :) Anyway, you can block or allow anything you want adding a  
new rule before the default ones.

-- 
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,  
and instructor
Owner, software architect and developer, Ars Machina Tecnologia da  
Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: [VOTE] Tapestry Release 5.1.0.7

Posted by Kristian Marinkovic <kr...@porsche.co.at>.
why would someone want to block css, javascript and images  only 
because they are on the classpath?

i use a lot of these type of assets to modularize by web application

g,
kris




"Thiago H. de Paula Figueiredo" <th...@gmail.com> 
13.01.2010 11:56
Bitte antworten an
"Tapestry development" <de...@tapestry.apache.org>


An
"Tapestry development" <de...@tapestry.apache.org>
Kopie

Thema
Re: [VOTE] Tapestry Release 5.1.0.7







On Wed, 13 Jan 2010 07:18:14 -0200, Ulrich Stärk <ul...@spielviel.de> wrote:

> Ulrich Stärk: -1 (non-binding)
>
> For the same reasons and because one has to do additional configuration 
> in order for common assets on the context to be accessible.

-1 (binding), for the reasons above.

Let's reach an agreement on what the default must be. I guess most people 
here would agree with:

Context assets: all common assets (images, CSS, JavaScript) accessible.
Classpath assets: all blocked.

-- 
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, 
and instructor
Owner, software architect and developer, Ars Machina Tecnologia da 
Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org



Re: [VOTE] Tapestry Release 5.1.0.7

Posted by "Thiago H. de Paula Figueiredo" <th...@gmail.com>.
On Wed, 13 Jan 2010 07:18:14 -0200, Ulrich Stärk <ul...@spielviel.de> wrote:

> Ulrich Stärk: -1 (non-binding)
>
> For the same reasons and because one has to do additional configuration  
> in order for common assets on the context to be accessible.

-1 (binding), for the reasons above.

Let's reach an agreement on what the default must be. I guess most people  
here would agree with:

Context assets: all common assets (images, CSS, JavaScript) accessible.
Classpath assets: all blocked.

-- 
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,  
and instructor
Owner, software architect and developer, Ars Machina Tecnologia da  
Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: [VOTE FAILED] Tapestry Release 5.1.0.7

Posted by Howard Lewis Ship <hl...@gmail.com>.
On Sat, Jan 16, 2010 at 4:46 AM, Andreas Andreou <an...@di.uoa.gr> wrote:
> Voting for the 5.1.0.7 has failed - here are the individual votes:
>
> Andreas Andreou: +1 (binding)
> Howard M. Lewis Ship: +0 (binding)
> Thiago H. de Paula Figueiredo: +0 (binding)
>
> Igor Drobiazko: +1
> Dan Adams: +1
> Massimo Lusetti: +1
> Daniel Jue +1
> Robert Zeigler: -0
> Dmitry Gusev: -1
> Ulrich Stärk: +0
>
> I guess we need to reopen or create a new issue that describes what
> was mentioned in this discussion & all interested parties should comment
> and/or help on that.

Agreed.  For me the core of the issue is that the client should not be
able to list a directory remotely, and  certain files may only be
accessed if allowed.  I'd like to restore T4's approach, that
protected files can still be exposed to the user, as long as they are
accompanied by a hash code that proves that the application extended
access to them.  Sensible defaults: hibernate.cfg.xml, for example,
should be protected.  Also, a way to turn off Tapestry's behavior with
context assets, in case the context has its own security configuration
(otherwise, Tapestry becomes a way around that security).


>
> --
> Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
> Tapestry / Tacos developer
> Open Source / JEE Consulting
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[VOTE FAILED] Tapestry Release 5.1.0.7

Posted by Andreas Andreou <an...@di.uoa.gr>.
Voting for the 5.1.0.7 has failed - here are the individual votes:

Andreas Andreou: +1 (binding)
Howard M. Lewis Ship: +0 (binding)
Thiago H. de Paula Figueiredo: +0 (binding)

Igor Drobiazko: +1
Dan Adams: +1
Massimo Lusetti: +1
Daniel Jue +1
Robert Zeigler: -0
Dmitry Gusev: -1
Ulrich Stärk: +0

I guess we need to reopen or create a new issue that describes what
was mentioned in this discussion & all interested parties should comment
and/or help on that.

-- 
Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
Tapestry / Tacos developer
Open Source / JEE Consulting

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: [VOTE] Tapestry Release 5.1.0.7

Posted by "Thiago H. de Paula Figueiredo" <th...@gmail.com>.
On Wed, 13 Jan 2010 13:36:11 -0200, Ulrich Stärk <ul...@spielviel.de> wrote:

> Changing my vote to
>
> Ulrich Stärk: +0 (non-binding)
>
> since what I saw was based on the m2eclipse plugin fscking up. I agree  
> with Robert though that this might need some more discussion. I'm quite  
> happy with it now, though.

I'll change my vote to 0 (binding), as I haven't had the time to test the  
release and based my previous -1 vote in Ulrich's info. I apologize for  
the inconvenience.

-- 
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,  
and instructor
Owner, software architect and developer, Ars Machina Tecnologia da  
Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: [VOTE] Tapestry Release 5.1.0.7

Posted by Ulrich Stärk <ul...@spielviel.de>.
Changing my vote to

Ulrich Stärk: +0 (non-binding)

since what I saw was based on the m2eclipse plugin fscking up. I agree with Robert though that this 
might need some more discussion. I'm quite happy with it now, though.

Uli

On 13.01.2010 10:18 schrieb Ulrich Stärk:
> Ulrich Stärk: -1 (non-binding)
>
> For the same reasons and because one has to do additional configuration
> in order for common assets on the context to be accessible.
>
> Uli
>
> On 13.01.2010 07:34 schrieb Robert Zeigler:
>> -0.
>>
>> It seems like there's still some malaise with the current asset
>> protection solution. I think we should get that resolved before
>> releasing so that, at the very least, all the committers are fully
>> supportive of whatever solution is finally crafted.
>>
>> Robert
>>
>> On Jan 10, 2010, at 1/109:05 PM , Andreas Andreou wrote:
>>
>>> I've created and uploaded a release of Tapestry 5.1.0.7, ready to be
>>> voted upon.
>>>
>>> The files are uploaded to a Maven staging repository:
>>>
>>> https://repository.apache.org/content/repositories/orgapachetapestry-023/
>>>
>>>
>>> and to:
>>>
>>> http://people.apache.org/~andyhot/tapestry-releases/5.1.0.7/
>>>
>>> Please examine these files to determine if a new release, 5.1.0.7, is
>>> ready.
>>>
>>> I've also created a 5.1.0.7 tag in Subversion:
>>>
>>> https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/5.1.0.7/
>>>
>>>
>>>
>>> The vote will run for 3 days. On a successful vote,
>>> I'll promote the artifacts to the central repo,
>>> move the binary / source distributions to the proper distribution
>>> directories
>>> and send out appropriate notifications.
>>>
>>> Here are the release notes / changes:
>>> Bug
>>>
>>> * [TAP5-711] - Submit component: using image parameter brakes
>>> "Selected" events
>>> * [TAP5-714] - Incorrect encoding of single quotes for Ajax requests
>>> * [TAP5-719] - Component LinkSubmit doesn't work
>>> * [TAP5-734] - Tapestry tutorial documentation refers to old
>>> archtype command
>>> * [TAP5-749] - The FormFragment and LinkSubmit components create a
>>> hidden field whose id ends with ":hidden"
>>> * [TAP5-755] - URL rewriting documentation contains an example
>>> that won't compile due to lack of a return value
>>> * [TAP5-767] - PropertyConduitSourceImpl should use english locale
>>> (instead of default locale) when evaluating decimals
>>> * [TAP5-779] - CLONE -Linksubmit doesn't work inside a form with
>>> Zone parameter set
>>> * [TAP5-815] - Asset dispatcher allows any file inside the webapp
>>> visible and downloadable
>>> * [TAP5-837] - prototype1.6.0 not support for ie8
>>> * [TAP5-868] - It is not possible to attach a validation event
>>> listener to a Palette (or other <select> field)
>>> * [TAP5-894] - Fix PartialMarkupDocumentLinkerTest.stylesheet_link()
>>> * [TAP5-896] - Contribute 'properties' file extension to the
>>> configuration of ResourceDigestGenerator
>>> * [TAP5-913] - Stack size too large exception, related to
>>> PropertyExpressionLexer
>>> * [TAP5-936] - Tapestry wiki link links to nothing for locales other
>>> then en
>>>
>>> Improvement
>>>
>>> * [TAP5-88] - Add support for Bulgarian locale
>>> * [TAP5-762] - Upgrade Selenium dependencies to version 1.0.1
>>> * [TAP5-912] - Validation of properties of type
>>> java.util.Collection should fail when the collection is empty
>>> * [TAP5-958] - Upgrade Tapestry's built-in copy of prototype.js to
>>> version 1.6.1
>>> * [TAP5-963] - Allow access to static resources (css, js, jpg,
>>> jpeg, png, gif) inside the app package
>>>
>>> New Feature
>>>
>>> * [TAP5-138] - Add Zone parameter to Select component
>>>
>>> Task
>>>
>>> * [TAP5-556] - Fix TranslatorSourceImplTest
>>> * [TAP5-819] - remove ide-specific files from all sub-modules and
>>> add them to svn:ignore
>>>
>>>
>>> --
>>> Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
>>> Tapestry / Tacos developer
>>> Open Source / JEE Consulting
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: [VOTE] Tapestry Release 5.1.0.7

Posted by Ulrich Stärk <ul...@spielviel.de>.
Ulrich Stärk: -1 (non-binding)

For the same reasons and because one has to do additional configuration in order for common assets 
on the context to be accessible.

Uli

On 13.01.2010 07:34 schrieb Robert Zeigler:
> -0.
>
> It seems like there's still some malaise with the current asset
> protection solution. I think we should get that resolved before
> releasing so that, at the very least, all the committers are fully
> supportive of whatever solution is finally crafted.
>
> Robert
>
> On Jan 10, 2010, at 1/109:05 PM , Andreas Andreou wrote:
>
>> I've created and uploaded a release of Tapestry 5.1.0.7, ready to be
>> voted upon.
>>
>> The files are uploaded to a Maven staging repository:
>>
>> https://repository.apache.org/content/repositories/orgapachetapestry-023/
>>
>> and to:
>>
>> http://people.apache.org/~andyhot/tapestry-releases/5.1.0.7/
>>
>> Please examine these files to determine if a new release, 5.1.0.7, is
>> ready.
>>
>> I've also created a 5.1.0.7 tag in Subversion:
>>
>> https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/5.1.0.7/
>>
>>
>> The vote will run for 3 days. On a successful vote,
>> I'll promote the artifacts to the central repo,
>> move the binary / source distributions to the proper distribution
>> directories
>> and send out appropriate notifications.
>>
>> Here are the release notes / changes:
>> Bug
>>
>> * [TAP5-711] - Submit component: using image parameter brakes
>> "Selected" events
>> * [TAP5-714] - Incorrect encoding of single quotes for Ajax requests
>> * [TAP5-719] - Component LinkSubmit doesn't work
>> * [TAP5-734] - Tapestry tutorial documentation refers to old
>> archtype command
>> * [TAP5-749] - The FormFragment and LinkSubmit components create a
>> hidden field whose id ends with ":hidden"
>> * [TAP5-755] - URL rewriting documentation contains an example
>> that won't compile due to lack of a return value
>> * [TAP5-767] - PropertyConduitSourceImpl should use english locale
>> (instead of default locale) when evaluating decimals
>> * [TAP5-779] - CLONE -Linksubmit doesn't work inside a form with
>> Zone parameter set
>> * [TAP5-815] - Asset dispatcher allows any file inside the webapp
>> visible and downloadable
>> * [TAP5-837] - prototype1.6.0 not support for ie8
>> * [TAP5-868] - It is not possible to attach a validation event
>> listener to a Palette (or other <select> field)
>> * [TAP5-894] - Fix PartialMarkupDocumentLinkerTest.stylesheet_link()
>> * [TAP5-896] - Contribute 'properties' file extension to the
>> configuration of ResourceDigestGenerator
>> * [TAP5-913] - Stack size too large exception, related to
>> PropertyExpressionLexer
>> * [TAP5-936] - Tapestry wiki link links to nothing for locales other
>> then en
>>
>> Improvement
>>
>> * [TAP5-88] - Add support for Bulgarian locale
>> * [TAP5-762] - Upgrade Selenium dependencies to version 1.0.1
>> * [TAP5-912] - Validation of properties of type
>> java.util.Collection should fail when the collection is empty
>> * [TAP5-958] - Upgrade Tapestry's built-in copy of prototype.js to
>> version 1.6.1
>> * [TAP5-963] - Allow access to static resources (css, js, jpg,
>> jpeg, png, gif) inside the app package
>>
>> New Feature
>>
>> * [TAP5-138] - Add Zone parameter to Select component
>>
>> Task
>>
>> * [TAP5-556] - Fix TranslatorSourceImplTest
>> * [TAP5-819] - remove ide-specific files from all sub-modules and
>> add them to svn:ignore
>>
>>
>> --
>> Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
>> Tapestry / Tacos developer
>> Open Source / JEE Consulting
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: [VOTE] Tapestry Release 5.1.0.7

Posted by Robert Zeigler <ro...@scazdl.org>.
-0.

It seems like there's still some malaise with the current asset  
protection solution.  I think we should get that resolved before  
releasing so that, at the very least, all the committers are fully  
supportive of whatever solution is finally crafted.

Robert

On Jan 10, 2010, at 1/109:05 PM , Andreas Andreou wrote:

> I've created and uploaded a release of Tapestry 5.1.0.7, ready to be  
> voted upon.
>
> The files are uploaded to a Maven staging repository:
>
> https://repository.apache.org/content/repositories/orgapachetapestry-023/
>
> and to:
>
> http://people.apache.org/~andyhot/tapestry-releases/5.1.0.7/
>
> Please examine these files to determine if a new release, 5.1.0.7,  
> is ready.
>
> I've also created a 5.1.0.7 tag in Subversion:
>
> https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/5.1.0.7/
>
> The vote will run for 3 days. On a successful vote,
> I'll promote the artifacts to the central repo,
> move the binary / source distributions to the proper distribution  
> directories
> and send out appropriate notifications.
>
> Here are the release notes / changes:
> Bug
>
>    * [TAP5-711] - Submit component: using image parameter brakes
> "Selected" events
>    * [TAP5-714] - Incorrect encoding of single quotes for Ajax  
> requests
>    * [TAP5-719] - Component LinkSubmit doesn't work
>    * [TAP5-734] - Tapestry tutorial documentation refers to old
> archtype command
>    * [TAP5-749] - The FormFragment and LinkSubmit components create a
> hidden field whose id ends with ":hidden"
>    * [TAP5-755] - URL rewriting documentation contains an example
> that won't compile due to lack of a return value
>    * [TAP5-767] - PropertyConduitSourceImpl should use english locale
> (instead of default locale) when evaluating decimals
>    * [TAP5-779] - CLONE -Linksubmit doesn't work inside a form with
> Zone parameter set
>    * [TAP5-815] - Asset dispatcher allows any file inside the webapp
> visible and downloadable
>    * [TAP5-837] - prototype1.6.0 not support for ie8
>    * [TAP5-868] - It is not possible to attach a validation event
> listener to a Palette (or other <select> field)
>    * [TAP5-894] - Fix  
> PartialMarkupDocumentLinkerTest.stylesheet_link()
>    * [TAP5-896] - Contribute 'properties' file extension to the
> configuration of ResourceDigestGenerator
>    * [TAP5-913] - Stack size too large exception, related to
> PropertyExpressionLexer
>    * [TAP5-936] - Tapestry wiki link links to nothing for locales  
> other then en
>
> Improvement
>
>    * [TAP5-88] - Add support for Bulgarian locale
>    * [TAP5-762] - Upgrade Selenium dependencies to version 1.0.1
>    * [TAP5-912] - Validation of properties of type
> java.util.Collection should fail when the collection is empty
>    * [TAP5-958] - Upgrade Tapestry's built-in copy of prototype.js to
> version 1.6.1
>    * [TAP5-963] - Allow access to static resources (css, js, jpg,
> jpeg, png, gif) inside the app package
>
> New Feature
>
>    * [TAP5-138] - Add Zone parameter to Select component
>
> Task
>
>    * [TAP5-556] - Fix TranslatorSourceImplTest
>    * [TAP5-819] - remove ide-specific files from all sub-modules and
> add them to svn:ignore
>
>
> -- 
> Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
> Tapestry / Tacos developer
> Open Source / JEE Consulting
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: [VOTE] Tapestry Release 5.1.0.7

Posted by Igor Drobiazko <ig...@gmail.com>.
Igor Drobiazko: +1

On Mon, Jan 11, 2010 at 4:05 AM, Andreas Andreou <an...@apache.org> wrote:

> I've created and uploaded a release of Tapestry 5.1.0.7, ready to be voted
> upon.
>
> The files are uploaded to a Maven staging repository:
>
> https://repository.apache.org/content/repositories/orgapachetapestry-023/
>
> and to:
>
> http://people.apache.org/~andyhot/tapestry-releases/5.1.0.7/<http://people.apache.org/%7Eandyhot/tapestry-releases/5.1.0.7/>
>
> Please examine these files to determine if a new release, 5.1.0.7, is
> ready.
>
> I've also created a 5.1.0.7 tag in Subversion:
>
> https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/5.1.0.7/
>
> The vote will run for 3 days. On a successful vote,
> I'll promote the artifacts to the central repo,
> move the binary / source distributions to the proper distribution
> directories
> and send out appropriate notifications.
>
> Here are the release notes / changes:
> Bug
>
>    * [TAP5-711] - Submit component: using image parameter brakes
> "Selected" events
>    * [TAP5-714] - Incorrect encoding of single quotes for Ajax requests
>    * [TAP5-719] - Component LinkSubmit doesn't work
>    * [TAP5-734] - Tapestry tutorial documentation refers to old
> archtype command
>    * [TAP5-749] - The FormFragment and LinkSubmit components create a
> hidden field whose id ends with ":hidden"
>    * [TAP5-755] - URL rewriting documentation contains an example
> that won't compile due to lack of a return value
>    * [TAP5-767] - PropertyConduitSourceImpl should use english locale
> (instead of default locale) when evaluating decimals
>    * [TAP5-779] - CLONE -Linksubmit doesn't work inside a form with
> Zone parameter set
>    * [TAP5-815] - Asset dispatcher allows any file inside the webapp
> visible and downloadable
>    * [TAP5-837] - prototype1.6.0 not support for ie8
>    * [TAP5-868] - It is not possible to attach a validation event
> listener to a Palette (or other <select> field)
>    * [TAP5-894] - Fix PartialMarkupDocumentLinkerTest.stylesheet_link()
>    * [TAP5-896] - Contribute 'properties' file extension to the
> configuration of ResourceDigestGenerator
>    * [TAP5-913] - Stack size too large exception, related to
> PropertyExpressionLexer
>    * [TAP5-936] - Tapestry wiki link links to nothing for locales other
> then en
>
> Improvement
>
>    * [TAP5-88] - Add support for Bulgarian locale
>    * [TAP5-762] - Upgrade Selenium dependencies to version 1.0.1
>    * [TAP5-912] - Validation of properties of type
> java.util.Collection should fail when the collection is empty
>    * [TAP5-958] - Upgrade Tapestry's built-in copy of prototype.js to
> version 1.6.1
>    * [TAP5-963] - Allow access to static resources (css, js, jpg,
> jpeg, png, gif) inside the app package
>
> New Feature
>
>    * [TAP5-138] - Add Zone parameter to Select component
>
> Task
>
>    * [TAP5-556] - Fix TranslatorSourceImplTest
>    * [TAP5-819] - remove ide-specific files from all sub-modules and
> add them to svn:ignore
>
>
> --
> Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
> Tapestry / Tacos developer
> Open Source / JEE Consulting
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>


-- 
Best regards,

Igor Drobiazko
http://tapestry5.de/blog

Re: [VOTE] Tapestry Release 5.1.0.7

Posted by Daniel Jue <te...@gmail.com>.
Daniel Jue +1 (non-binding)

On Tue, Jan 12, 2010 at 6:29 PM, Howard Lewis Ship <hl...@gmail.com> wrote:
> Howard M. Lewis Ship: +0 (binding)
>
> I'd like to be +1 but I think that the TAP5-963 (and related) changes
> are going to cause more problems than they solve ... but I don't have
> time to come up with something more satisfactory and back port it.  I
> hope to have more time next week to discuss a long term solution.
>
> On Tue, Jan 12, 2010 at 1:26 PM, Massimo Lusetti <ml...@gmail.com> wrote:
>> On Mon, Jan 11, 2010 at 4:05 AM, Andreas Andreou <an...@apache.org> wrote:
>>
>>> I've created and uploaded a release of Tapestry 5.1.0.7, ready to be voted upon.
>>
>> Massimo Lusetti: +1 (non-binding)
>>
>> --
>> Massimo
>> http://meridio.blogspot.com
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>
>>
>
>
>
> --
> Howard M. Lewis Ship
>
> Creator of Apache Tapestry
>
> The source for Tapestry training, mentoring and support. Contact me to
> learn how I can get you up and productive in Tapestry fast!
>
> (971) 678-5210
> http://howardlewisship.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: [VOTE] Tapestry Release 5.1.0.7

Posted by Howard Lewis Ship <hl...@gmail.com>.
Howard M. Lewis Ship: +0 (binding)

I'd like to be +1 but I think that the TAP5-963 (and related) changes
are going to cause more problems than they solve ... but I don't have
time to come up with something more satisfactory and back port it.  I
hope to have more time next week to discuss a long term solution.

On Tue, Jan 12, 2010 at 1:26 PM, Massimo Lusetti <ml...@gmail.com> wrote:
> On Mon, Jan 11, 2010 at 4:05 AM, Andreas Andreou <an...@apache.org> wrote:
>
>> I've created and uploaded a release of Tapestry 5.1.0.7, ready to be voted upon.
>
> Massimo Lusetti: +1 (non-binding)
>
> --
> Massimo
> http://meridio.blogspot.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: [VOTE] Tapestry Release 5.1.0.7

Posted by Massimo Lusetti <ml...@gmail.com>.
On Mon, Jan 11, 2010 at 4:05 AM, Andreas Andreou <an...@apache.org> wrote:

> I've created and uploaded a release of Tapestry 5.1.0.7, ready to be voted upon.

Massimo Lusetti: +1 (non-binding)

-- 
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: [VOTE] Tapestry Release 5.1.0.7

Posted by Andreas Andreou <an...@di.uoa.gr>.
Andreas Andreou: +1 (binding)

On Mon, Jan 11, 2010 at 22:21, Dan Adams <da...@ifactory.com> wrote:
> +1 (non-binding)
>
> Dan Adams
> Principal Software Engineer
> Interactive Factory
> p: 617.235.5857
>
> ----- Original Message -----
> From: "Andreas Andreou" <an...@apache.org>
> To: "Tapestry development" <de...@tapestry.apache.org>
> Sent: Sunday, January 10, 2010 10:05:56 PM GMT -05:00 US/Canada Eastern
> Subject: [VOTE] Tapestry Release 5.1.0.7
>
> I've created and uploaded a release of Tapestry 5.1.0.7, ready to be voted upon.
>
> The files are uploaded to a Maven staging repository:
>
> https://repository.apache.org/content/repositories/orgapachetapestry-023/
>
> and to:
>
> http://people.apache.org/~andyhot/tapestry-releases/5.1.0.7/
>
> Please examine these files to determine if a new release, 5.1.0.7, is ready.
>
> I've also created a 5.1.0.7 tag in Subversion:
>
> https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/5.1.0.7/
>
> The vote will run for 3 days. On a successful vote,
> I'll promote the artifacts to the central repo,
> move the binary / source distributions to the proper distribution directories
> and send out appropriate notifications.
>
> Here are the release notes / changes:
> Bug
>
> * [TAP5-711] - Submit component: using image parameter brakes
> "Selected" events
> * [TAP5-714] - Incorrect encoding of single quotes for Ajax requests
> * [TAP5-719] - Component LinkSubmit doesn't work
> * [TAP5-734] - Tapestry tutorial documentation refers to old
> archtype command
> * [TAP5-749] - The FormFragment and LinkSubmit components create a
> hidden field whose id ends with ":hidden"
> * [TAP5-755] - URL rewriting documentation contains an example
> that won't compile due to lack of a return value
> * [TAP5-767] - PropertyConduitSourceImpl should use english locale
> (instead of default locale) when evaluating decimals
> * [TAP5-779] - CLONE -Linksubmit doesn't work inside a form with
> Zone parameter set
> * [TAP5-815] - Asset dispatcher allows any file inside the webapp
> visible and downloadable
> * [TAP5-837] - prototype1.6.0 not support for ie8
> * [TAP5-868] - It is not possible to attach a validation event
> listener to a Palette (or other <select> field)
> * [TAP5-894] - Fix PartialMarkupDocumentLinkerTest.stylesheet_link()
> * [TAP5-896] - Contribute 'properties' file extension to the
> configuration of ResourceDigestGenerator
> * [TAP5-913] - Stack size too large exception, related to
> PropertyExpressionLexer
> * [TAP5-936] - Tapestry wiki link links to nothing for locales other then en
>
> Improvement
>
> * [TAP5-88] - Add support for Bulgarian locale
> * [TAP5-762] - Upgrade Selenium dependencies to version 1.0.1
> * [TAP5-912] - Validation of properties of type
> java.util.Collection should fail when the collection is empty
> * [TAP5-958] - Upgrade Tapestry's built-in copy of prototype.js to
> version 1.6.1
> * [TAP5-963] - Allow access to static resources (css, js, jpg,
> jpeg, png, gif) inside the app package
>
> New Feature
>
> * [TAP5-138] - Add Zone parameter to Select component
>
> Task
>
> * [TAP5-556] - Fix TranslatorSourceImplTest
> * [TAP5-819] - remove ide-specific files from all sub-modules and
> add them to svn:ignore
>
>
> --
> Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
> Tapestry / Tacos developer
> Open Source / JEE Consulting
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>



-- 
Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
Tapestry / Tacos developer
Open Source / JEE Consulting

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: [VOTE] Tapestry Release 5.1.0.7

Posted by Dan Adams <da...@ifactory.com>.
+1 (non-binding) 

Dan Adams 
Principal Software Engineer 
Interactive Factory 
p: 617.235.5857 

----- Original Message ----- 
From: "Andreas Andreou" <an...@apache.org> 
To: "Tapestry development" <de...@tapestry.apache.org> 
Sent: Sunday, January 10, 2010 10:05:56 PM GMT -05:00 US/Canada Eastern 
Subject: [VOTE] Tapestry Release 5.1.0.7 

I've created and uploaded a release of Tapestry 5.1.0.7, ready to be voted upon. 

The files are uploaded to a Maven staging repository: 

https://repository.apache.org/content/repositories/orgapachetapestry-023/ 

and to: 

http://people.apache.org/~andyhot/tapestry-releases/5.1.0.7/ 

Please examine these files to determine if a new release, 5.1.0.7, is ready. 

I've also created a 5.1.0.7 tag in Subversion: 

https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/5.1.0.7/ 

The vote will run for 3 days. On a successful vote, 
I'll promote the artifacts to the central repo, 
move the binary / source distributions to the proper distribution directories 
and send out appropriate notifications. 

Here are the release notes / changes: 
Bug 

* [TAP5-711] - Submit component: using image parameter brakes 
"Selected" events 
* [TAP5-714] - Incorrect encoding of single quotes for Ajax requests 
* [TAP5-719] - Component LinkSubmit doesn't work 
* [TAP5-734] - Tapestry tutorial documentation refers to old 
archtype command 
* [TAP5-749] - The FormFragment and LinkSubmit components create a 
hidden field whose id ends with ":hidden" 
* [TAP5-755] - URL rewriting documentation contains an example 
that won't compile due to lack of a return value 
* [TAP5-767] - PropertyConduitSourceImpl should use english locale 
(instead of default locale) when evaluating decimals 
* [TAP5-779] - CLONE -Linksubmit doesn't work inside a form with 
Zone parameter set 
* [TAP5-815] - Asset dispatcher allows any file inside the webapp 
visible and downloadable 
* [TAP5-837] - prototype1.6.0 not support for ie8 
* [TAP5-868] - It is not possible to attach a validation event 
listener to a Palette (or other <select> field) 
* [TAP5-894] - Fix PartialMarkupDocumentLinkerTest.stylesheet_link() 
* [TAP5-896] - Contribute 'properties' file extension to the 
configuration of ResourceDigestGenerator 
* [TAP5-913] - Stack size too large exception, related to 
PropertyExpressionLexer 
* [TAP5-936] - Tapestry wiki link links to nothing for locales other then en 

Improvement 

* [TAP5-88] - Add support for Bulgarian locale 
* [TAP5-762] - Upgrade Selenium dependencies to version 1.0.1 
* [TAP5-912] - Validation of properties of type 
java.util.Collection should fail when the collection is empty 
* [TAP5-958] - Upgrade Tapestry's built-in copy of prototype.js to 
version 1.6.1 
* [TAP5-963] - Allow access to static resources (css, js, jpg, 
jpeg, png, gif) inside the app package 

New Feature 

* [TAP5-138] - Add Zone parameter to Select component 

Task 

* [TAP5-556] - Fix TranslatorSourceImplTest 
* [TAP5-819] - remove ide-specific files from all sub-modules and 
add them to svn:ignore 


-- 
Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr 
Tapestry / Tacos developer 
Open Source / JEE Consulting 

--------------------------------------------------------------------- 
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org 
For additional commands, e-mail: dev-help@tapestry.apache.org