Re: Migrate all MyFaces projects to Git

2017-04-18 Thread Leonardo Uribe
+1

Change the release process is a pain, but I agree there are some benefits
moving to git.

But when I see here:

https://github.com/apache/myfaces

It says:

mirrored from git://git.apache.org/myfaces.git

But I have never checked where that file is or how to change it.

Looking in deltaspike, the svn repo only has the site (for the CMS) and the
source code lives on git. If that so, we still need the svn, so I agree it
is a good idea to move only some subprojects to git.

regards,

Leonardo Uribe



Virus-free.
www.avast.com

<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

2017-04-17 11:40 GMT-05:00 Grant Smith :

> +1
>
> Couldn't agree more.
>
> Grant Smith - V.P. Information Technology
> Marathon Computer Systems, LLC.
>
> On Thu, Apr 13, 2017 at 2:39 AM, Bernd Bohmann 
> wrote:
>
>> From my side a big
>>
>> +1
>>
>> I'm still happy with subversion but for others the collaboration is
>> easier and the project visibility a little bit better.
>>
>> Regards
>>
>> Bernd
>>
>> Am 13.04.2017 09:41 schrieb "Thomas Andraschko" <
>> andraschko.tho...@gmail.com>:
>>
>>> +0
>>> I usually just work on MF core and there it doesn't make much difference.
>>>
>>> 2017-04-13 8:57 GMT+02:00 Dennis Kieselhorst :
>>>
 Hi,

 have you ever thought of migrating to Git? I see more and more Apache
 projects moving. In the past SVN or Git didn't make any difference to me
 but now I'm thinking that as an Open Source project you need to be
 present on GitHub to get Pull Requests from the community. It's much
 more fun contributing there than attaching patches to JIRA issues.

 We could start with Trinidad and Tobago to avoid conflicts with the 2.3
 release.

 Cheers
 Dennis

>>>
>>>
>


[jira] [Commented] (TOBAGO-1709) Duplicated IDs when using 'labelLayout=segmentLeft' or 'labelLayout=segmentRight'

2017-04-18 Thread Hudson (JIRA)

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

Hudson commented on TOBAGO-1709:


SUCCESS: Integrated in Jenkins build Tobago Trunk #861 (See 
[https://builds.apache.org/job/Tobago%20Trunk/861/])
TOBAGO-1709 Duplicated IDs when using 'labelLayout=segmentLeft' or 
'labelLayout=segmentRight'
* the ID of the label-part now has the suffix ::label
* add test for duplicated IDs (hnoeth: 
[http://svn.apache.org/viewvc/?view=rev&rev=1791818])
* (edit) 
tobago-trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/renderkit/renderer/LabelLayoutRendererBase.java
* (edit) 
tobago-trunk/tobago-example/tobago-example-demo/src/main/webapp/script/tobago-test.js


> Duplicated IDs when using 'labelLayout=segmentLeft' or 
> 'labelLayout=segmentRight'
> -
>
> Key: TOBAGO-1709
> URL: https://issues.apache.org/jira/browse/TOBAGO-1709
> Project: MyFaces Tobago
>  Issue Type: Bug
>  Components: Core
>Reporter: Henning Noeth
>Assignee: Henning Noeth
> Fix For: 3.1.0
>
> Attachments: 
> TOBAGO_1709_Duplicated_IDs_when_using__labelLayout_segmentLeft__or__labelLayout_segmentRig.patch
>
>
> The following code produce duplicated IDs on the rendered DIV. It doesn't 
> matter if an ID is set.
> {code:xml}
>   
>   
> {code}
> The rendered result for 'inputOne' is:
> {code:xml}
>   
> 
>   Input
> 
>   
>   
> 
>id="page:mainForm:inputOne::field" class="tobago-in form-control">
> 
>   
> ...
> {code}
> The result for 'inputTwo' is very similar.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOBAGO-1709) Duplicated IDs when using 'labelLayout=segmentLeft' or 'labelLayout=segmentRight'

2017-04-18 Thread Henning Noeth (JIRA)

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

Henning Noeth updated TOBAGO-1709:
--
   Resolution: Fixed
Fix Version/s: 3.1.0
   Status: Resolved  (was: Patch Available)

The committed code use the existing switch case statement as suggested by 
Dennis.

> Duplicated IDs when using 'labelLayout=segmentLeft' or 
> 'labelLayout=segmentRight'
> -
>
> Key: TOBAGO-1709
> URL: https://issues.apache.org/jira/browse/TOBAGO-1709
> Project: MyFaces Tobago
>  Issue Type: Bug
>  Components: Core
>Reporter: Henning Noeth
>Assignee: Henning Noeth
> Fix For: 3.1.0
>
> Attachments: 
> TOBAGO_1709_Duplicated_IDs_when_using__labelLayout_segmentLeft__or__labelLayout_segmentRig.patch
>
>
> The following code produce duplicated IDs on the rendered DIV. It doesn't 
> matter if an ID is set.
> {code:xml}
>   
>   
> {code}
> The rendered result for 'inputOne' is:
> {code:xml}
>   
> 
>   Input
> 
>   
>   
> 
>id="page:mainForm:inputOne::field" class="tobago-in form-control">
> 
>   
> ...
> {code}
> The result for 'inputTwo' is very similar.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Resolved] (TOBAGO-1735) Collapsible concept doesn't work inside a dropdown menu.

2017-04-18 Thread Henning Noeth (JIRA)

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

Henning Noeth resolved TOBAGO-1735.
---
   Resolution: Fixed
Fix Version/s: 3.1.0

> Collapsible concept doesn't work inside a dropdown menu.
> 
>
> Key: TOBAGO-1735
> URL: https://issues.apache.org/jira/browse/TOBAGO-1735
> Project: MyFaces Tobago
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 3.0.3
>Reporter: Henning Noeth
>Assignee: Henning Noeth
> Fix For: 3.1.0
>
>
> If a  is implemented in a dropdown menu, it's already executed 
> when the dropdown menu is opened.
> The correct behavior would be if the  is executed by clicking 
> the corresponding dropdown menu entry.
> In the following example the large popup will be opened by clicking the 
> 'Open' button.
> {code:xml}
>   
> 
>   
>   
> 
>   
> {code}
> The two  tags would be work correctly when the  would be 
> removed.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (TOBAGO-1735) Collapsible concept doesn't work inside a dropdown menu.

2017-04-18 Thread Henning Noeth (JIRA)
Henning Noeth created TOBAGO-1735:
-

 Summary: Collapsible concept doesn't work inside a dropdown menu.
 Key: TOBAGO-1735
 URL: https://issues.apache.org/jira/browse/TOBAGO-1735
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 3.0.3
Reporter: Henning Noeth
Assignee: Henning Noeth


If a  is implemented in a dropdown menu, it's already executed 
when the dropdown menu is opened.
The correct behavior would be if the  is executed by clicking the 
corresponding dropdown menu entry.

In the following example the large popup will be opened by clicking the 'Open' 
button.
{code:xml}
  

  
  

  
{code}
The two  tags would be work correctly when the  would be 
removed.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)