Re: [VOTE] Release Tobago 1.5.7

2012-07-09 Thread Werner Punz

+1

Am 07.07.12 00:44, schrieb Bernd Bohmann:

Hello,

I would like to release Tobago 1.5.7

For a detail list please consult the release notes:

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273&styleName=Html&version=12321444

The version is available at the nexus staging repository.

Staging repository:

https://repository.apache.org/content/repositories/orgapachemyfaces-037/

The Vote is open for 72h.

[ ] +1
[ ] +0
[ ] -1

Regards

Bernd







[jira] [Commented] (TRINIDAD-2172) pseudo classes missing from CSSGenerationUtils

2012-07-09 Thread Anand V Nath (JIRA)

[ 
https://issues.apache.org/jira/browse/TRINIDAD-2172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13410079#comment-13410079
 ] 

Anand V Nath commented on TRINIDAD-2172:


Please use jira-2172-nested-pseudo.patch to commit instead of 
jira-2172-not-pseudo-fix.patch



> pseudo classes missing from CSSGenerationUtils
> --
>
> Key: TRINIDAD-2172
> URL: https://issues.apache.org/jira/browse/TRINIDAD-2172
> Project: MyFaces Trinidad
>  Issue Type: Improvement
>  Components: Skinning
>Affects Versions: 2.0.0-core
>Reporter: Jeremy C. Hull
>Assignee: Scott O'Bryan
> Fix For: 2.0.1-core
>
> Attachments: bug-13253267-3.patch, jira-2172-nested-pseudo.patch, 
> jira-2172-not-pseudo-fix.patch
>
>
> Only the following built-in pseudo classes are handled
> _BUILT_IN_PSEUDO_CLASSES.add(":first-child");
> _BUILT_IN_PSEUDO_CLASSES.add(":link");
> _BUILT_IN_PSEUDO_CLASSES.add(":visited");
> _BUILT_IN_PSEUDO_CLASSES.add(":hover");
> _BUILT_IN_PSEUDO_CLASSES.add(":active");
> _BUILT_IN_PSEUDO_CLASSES.add(":focus");
> There are a few CSS2.1 and a bunch of CSS3 pseudo classes that should be 
> handled.
> first-letter, first-line, only-child, last-child, nth-child, 
> nth-child-of-type, etc...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (TRINIDAD-2285) avoid exceptions in design time for agent rules

2012-07-09 Thread Anand V Nath (JIRA)

[ 
https://issues.apache.org/jira/browse/TRINIDAD-2285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13410064#comment-13410064
 ] 

Anand V Nath commented on TRINIDAD-2285:


Please use jira-2285-1.patch to commit.


> avoid exceptions in design time for agent rules
> ---
>
> Key: TRINIDAD-2285
> URL: https://issues.apache.org/jira/browse/TRINIDAD-2285
> Project: MyFaces Trinidad
>  Issue Type: Bug
>  Components: Skinning
>Affects Versions: 2.0.1-core
>Reporter: Anand V Nath
>Priority: Minor
> Attachments: jira-2285-1.patch, jira-2285.patch
>
>
> An invalid @agent selector results in exception to be thrown at design time. 
> This should not be the case, since the skin author can choose to edit it at a 
> later point.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (TRINIDAD-2268) -tr-property-ref replacement needs to work with gradient settings

2012-07-09 Thread Prakash Udupa (JIRA)

[ 
https://issues.apache.org/jira/browse/TRINIDAD-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13409710#comment-13409710
 ] 

Prakash Udupa commented on TRINIDAD-2268:
-

Not sure why this JIRA issue notes is not showing checkin details. Just for 
records...

'TRINIDAD-2268_over_trunk.patch' is checked in...
http://svn.apache.org/viewvc?view=revision&revision=1359318


> -tr-property-ref replacement needs to work with gradient settings
> -
>
> Key: TRINIDAD-2268
> URL: https://issues.apache.org/jira/browse/TRINIDAD-2268
> Project: MyFaces Trinidad
>  Issue Type: Bug
>  Components: Skinning
>Affects Versions:  1.2.12-core
> Environment: This is needed in 1.2.12.6.2 and other current versions
>Reporter: Dave Robinson
> Attachments: TRINIDAD-2268_over_trunk.patch
>
>
> We need to be able to use -tr-property-ref to do color replacements for color 
> gradient assignments, like the following (showing examples for all browsers):
>   background: linear-gradient(top, #cce2f6 0%, #b1d2f2 100%); 
> background: -moz-linear-gradient(top, #cce2f6 0%, #b1d2f2 100%);
> background: -webkit-gradient(linear, left top, left bottom, 
> color-stop(0%,#cce2f6), color-stop(100%,#b1d2f2));
> background: -webkit-linear-gradient(top, #cce2f6 0%, #b1d2f2 100%);
> filter: 
> progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce2f6', 
> endColorstr='#b1d2f2',GradientType=0 );
> background: -ms-linear-gradient(top, #cce2f6 0%, #b1d2f2 100%);

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: Request for commit: JIRA issue TRINIDAD-2282

2012-07-09 Thread Scott O'Bryan
Anshu, I'll try to review and commit this today.

Sent from my iPhone

On Jul 9, 2012, at 2:41 AM, Anshu Jain  wrote:

 Hi,

I have uploaded a patch for the JIRA bug
TRINIDAD-2282.
Can someone among the commiters, please look into it and commit the patch.

Thanks and Regards,
Anshu


Re: [jira] [Updated] (TRINIDAD-2286) alias wrongly specified in base-desktop.css

2012-07-09 Thread Scott O'Bryan
Anand, I'll try to review this today.

Sent from my iPhone

On Jul 9, 2012, at 1:46 AM, Anand Nath  wrote:

> Hello,
>
> Can someone review and commit the patch?
>
> Thanks
> Anand
>
> On 7/9/2012 11:18 AM, Anand V Nath (JIRA) wrote:
>>  [ 
>> https://issues.apache.org/jira/browse/TRINIDAD-2286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
>>  ]
>>
>> Anand V Nath updated TRINIDAD-2286:
>> ---
>>
>> Status: Patch Available  (was: Open)
>>
>>> alias wrongly specified in base-desktop.css
>>> ---
>>>
>>> Key: TRINIDAD-2286
>>> URL: https://issues.apache.org/jira/browse/TRINIDAD-2286
>>> Project: MyFaces Trinidad
>>>  Issue Type: Bug
>>>  Components: Skinning
>>>Affects Versions: 2.0.1-core
>>>Reporter: Anand V Nath
>>>Priority: Minor
>>>
>>> Many alias references in base-desktop.css misses the leading dot.
>> --
>> This message is automatically generated by JIRA.
>> If you think it was sent incorrectly, please contact your JIRA 
>> administrators: 
>> https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
>> For more information on JIRA, see: http://www.atlassian.com/software/jira
>>
>>


[Commit] JIRA 2172, JIRA 2285, JIRA 2286

2012-07-09 Thread Anand Nath

Hello Committers,

Can someone review and commit the patch for following jira issues?

2285 
2172 
2286 

Thanks
Anand


Request for commit: JIRA issue TRINIDAD-2282

2012-07-09 Thread Anshu Jain

Hi,

I have uploaded a patch for the JIRA bug TRINIDAD-2282 
. Can someone among 
the commiters, please look into it and commit the patch.


Thanks and Regards,
Anshu


Re: [jira] [Updated] (TRINIDAD-2286) alias wrongly specified in base-desktop.css

2012-07-09 Thread Anand Nath

Hello,

Can someone review and commit the patch?

Thanks
Anand

On 7/9/2012 11:18 AM, Anand V Nath (JIRA) wrote:

  [ 
https://issues.apache.org/jira/browse/TRINIDAD-2286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anand V Nath updated TRINIDAD-2286:
---

 Status: Patch Available  (was: Open)


alias wrongly specified in base-desktop.css
---

 Key: TRINIDAD-2286
 URL: https://issues.apache.org/jira/browse/TRINIDAD-2286
 Project: MyFaces Trinidad
  Issue Type: Bug
  Components: Skinning
Affects Versions: 2.0.1-core
Reporter: Anand V Nath
Priority: Minor

Many alias references in base-desktop.css misses the leading dot.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: [VOTE] Release Tobago 1.5.7

2012-07-09 Thread Volker Weber
Hi,

+1

Regards,
Volker

2012/7/9 Udo Schnurpfeil :
> +1
>
> Gruß
>
> Udo
>
>
> Am 07.07.2012 um 00:44 schrieb Bernd Bohmann :
>
>> Hello,
>>
>> I would like to release Tobago 1.5.7
>>
>> For a detail list please consult the release notes:
>>
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273&styleName=Html&version=12321444
>>
>> The version is available at the nexus staging repository.
>>
>> Staging repository:
>>
>> https://repository.apache.org/content/repositories/orgapachemyfaces-037/
>>
>> The Vote is open for 72h.
>>
>> [ ] +1
>> [ ] +0
>> [ ] -1
>>
>> Regards
>>
>> Bernd
>>



-- 
inexso - information exchange solutions GmbH
Ofener Str. 30  | 26121 Oldenburg
Tel.: +49 441 219 730 0 |
FAX:  +49 441 219 730 66 | eMail: v.we...@inexso.de

Firmensitz: Oldenburg | Amtsgericht Oldenburg HRB 205251
Geschäftsführer: Stefan Schulte, Michael Terschüren