Contribution of component library planned, live demo available

2005-07-21 Thread Udo Schnurpfeil
. Unfortunatelly the descriptive text in the demo is not available in English yet. Hoping to hear from you Udo Schnurpfeil

value binding enabled for generic attributes of UIComponent

2005-08-04 Thread Udo Schnurpfeil
(... hope this mail works (yesterday I have had problems with the mailing list ...) I've found some problems with the _ComponentAttributesMap in MyFaces. I've discussed this problem with Matthias Wesseldorf and Martin Marinscheck. Martin has committed this change to the SVN. Regards, Udo --

[tobago] layoutManager for positioning labels

2005-09-14 Thread Udo Schnurpfeil
Hi, I'm writing this mail to get your suggestions to a problem and a proposed solution. In Tobago we have many components with a label. In the moment every renderer renders the label itself (by the XxxRenderer). (I'm talking about labels for e.g. t:in and t:textarea like the attached image, not

[tobago] new TagLib tobago-extension.tld

2005-10-07 Thread Udo Schnurpfeil
: Please replace t:in by tx:in and add this declaration on the top of the page: %@ taglib uri=http://www.atanion.com/tobago/extension; prefix=tx % 2. Pages which use t:in without a label attribute: Nothing to do. Regards Udo -- Dipl.-Math. Udo Schnurpfeil - Executive Officer - Atanion

[tobago] name of the prefix

2005-10-07 Thread Udo Schnurpfeil
.-Math. Udo Schnurpfeil - Executive Officer - Atanion GmbH Software Development - Bismarckstraße 13 - 26122 Oldenburg - Germany phone +49 441 4082310 - mobile +49 174 9784746 - fax +49 441 4082333 mailto:[EMAIL PROTECTED] - http://www.atanion.com

[Tobago] Simplified theme handling

2006-03-04 Thread Udo Schnurpfeil
Hello, the theme handling was simplified, so you need to change something in your build process. See https://issues.apache.org/jira/browse/TOBAGO-20 You have 2 possibilities: 1. For easy development: a) Put the theme jar in the classpath *) b) Define a ResourceServlet in the

Re: [Tobago] Simplified theme handling

2006-03-07 Thread Udo Schnurpfeil
configuration. Sorry for any trouble. Udo Udo Schnurpfeil schrieb: Hello, the theme handling was simplified, so you need to change something in your build process. See https://issues.apache.org/jira/browse/TOBAGO-20 You have 2 possibilities: 1. For easy development: a) Put the theme jar

Re: [TOBAGO] removing label attributes from components

2006-04-01 Thread Udo Schnurpfeil
Please do not remove it now. Keep it deprecated for a short while. And please keep the labelWithAccessKey and accessKey attributes also as deprecated. Regards Udo Volker Weber schrieb: Hi, cc'ing to users@ to inform tobago users. I'm working on TOBAGO-10 (Combine the attributes label,

Re: Moving the Tobago Resources from Incubator to MyFaces

2006-04-04 Thread Udo Schnurpfeil
Hello, after the incubation has successfully finished we plan to move the tobago svn today after 8 p.m. CEST (GMT+2) to /repos/asf/myfaces/tobago The sites on tobago.atanion.net and incubator will be updated with the new svn url, today. The next steps are: 1. Deploy the tobago site on

Re: [VOTE] Tobago Release 1.0.7

2006-05-02 Thread Udo Schnurpfeil
+1 my stuff is working :-) Regards Udo Volker Weber wrote: Hi, just commited a small fix in tobago-sheet.js. With this my +1. Regards, Volker Bernd Bohmann wrote: Hello, I think it's time to release 1.0.7. The current nightly build should be the release candidate. Please check

Re: [VOTE] Release Apache Tobago 1.0.8

2006-09-11 Thread Udo Schnurpfeil
+1 my stuff works. Volker Weber schrieb: Hi, i prefer to have a branch to vote on, but the current nightly (09-Sep-2006 17:56) has my +1 to be the release version. regards Volker 2006/9/9, Arvid Hülsebus [EMAIL PROTECTED]: +1 Looks good -- my small test application works. Best

[Tobago] Important changes to tc:tree (please rename tc:tree to tc:treeOld)

2006-11-13 Thread Udo Schnurpfeil
Hello, today I've started the development of the long outstanding fundamental change of the tc:tree tag. (The change was announced in the tld-file long time ago.) If you are using this tag and you want to update to version 1.0.9-SNAPSHOT of tobago you should change your code by renaming tc:tree

Re: [Tobago] Important changes to tc:tree (please rename tc:tree to tc:treeOld)

2006-11-15 Thread Udo Schnurpfeil
Udo Schnurpfeil schrieb: Hello, today I've started the development of the long outstanding fundamental change of the tc:tree tag. (The change was announced in the tld-file long time ago.) If you are using this tag and you want to update to version 1.0.9-SNAPSHOT of tobago you should change your

Re: [Tobago] Declaration of Close and SubmitClose Button of a popup

2006-11-30 Thread Udo Schnurpfeil
Hi Bernd, I prever Number 3. Regards, Udo Bernd Bohmann wrote: Hello, Volker has added rendering of popups with ajax. You have to add some javascript to close the popup, until now. I would like to avoid this before we can release 1.0.9. A better solution would be to declare the immediate

Re: [vote] release tobago 1.0.9

2006-12-18 Thread Udo Schnurpfeil
I've a problem with the Annotations: Converter, Facet and Validator. There should be Retension=SOURCE and Target=TYPE as I've commited recently to the trunk. with this fix all my stuff is working, so: +1 Regards Udo Bernd Bohmann schrieb: Hello, I would like to release tobago 1.0.9,

Re: Can we close TOBAGO-282 for the release

2007-02-26 Thread Udo Schnurpfeil
I will split this bug. Bernd Bohmann schrieb: Hello, can https://issues.apache.org/jira/browse/TOBAGO-282 closed? Regards Bernd

Spec interpretation of ResponseWriter?

2007-05-04 Thread Udo Schnurpfeil
Hi all, I have detected a possible problem with the HtmlResponseWriterImpl. The write(String) method closes the start tag if open, but the spec says: 6.4 ResponseWriter [...] It supports both low-level and high level APIs for writing character based information The ResponseWriter class extends

Re: Spec interpretation of ResponseWriter?

2007-05-07 Thread Udo Schnurpfeil
Methods inherited from class java.io.Writer close, write, write, write, write, write /quote Therefore no need to close an open starting (HTML) element -M On 5/4/07, Udo Schnurpfeil [EMAIL PROTECTED] wrote: Hi all, I have detected a possible problem with the HtmlResponseWriterImpl. The write

Re: [VOTE] Release Tobago 1.0.11

2007-05-24 Thread Udo Schnurpfeil
Here is my +1 Regards Udo Bernd Bohmann schrieb: Now here is my +1 Just updated all all artifact with arvid patches, solved SUN dtd problem, minor popup fix, filevalidator fix, datepicker fix and fixed critical problem with a form in a container without a layout. Regards Bernd Arvid

Re: [VOTE] Release Tobago 1.0.12

2007-10-16 Thread Udo Schnurpfeil
Here is my +1 Regards Udo Bernd Bohmann schrieb: Hello, I would like to release Tobago 1.0.12. This release contains over 60 changes. For a detail list please consult the release notes: http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273styleName=Htmlversion=12312498

Re: [VOTE] Release Tobago 1.0.12

2007-10-16 Thread Udo Schnurpfeil
I've updated http://tobago.atanion.net/tobago-example-demo/ with this Version. Regards Udo Grant Smith schrieb: +1 On 10/16/07, *Udo Schnurpfeil* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Here is my +1 Regards Udo Bernd Bohmann schrieb: Hello

Re: [VOTE] Release Tobago 1.0.13

2007-12-13 Thread Udo Schnurpfeil
+1 Gegards Udo Martin Marinschek schrieb: +1 regards, Martin On Dec 13, 2007 9:19 AM, Volker Weber [EMAIL PROTECTED] wrote: Hi, +1 Regards, Volker 2007/12/12, Grant Smith [EMAIL PROTECTED]: +1 On 12/11/07, Bernd Bohmann [EMAIL PROTECTED] wrote: Hello, I would

Re: [Tobago] release list or wish list for 1.1

2008-01-11 Thread Udo Schnurpfeil
Hello, * I've created a branch named braches/tobago-1.0.x branch (copied from the tag/tobago-1.0.13) for upcoming maintance releases. * In the trunk I've set the version to 1.1.0-SNAPSHOT. BTW: DragAndDrop support may also be a new feature for 1.1 Regards Udo Bernd Bohmann schrieb: Hello,

Re: [VOTE] Release Tobago 1.0.14

2008-01-22 Thread Udo Schnurpfeil
+1 Volker Weber schrieb: +1 2008/1/20, Bernd Bohmann [EMAIL PROTECTED]: Hello, I would like to release Tobago 1.0.14, The 1.0.x series has only maintenance focus. This release contains only a few changes. For a detail list please consult the release notes:

Re: [VOTE] Release Tobago 1.0.15

2008-02-13 Thread Udo Schnurpfeil
+1 I'm lucky with the sandbox in the release, because the sandbox stuff may be used and testet with less effort. I think there is no benefit to leave it out in the release. Regards, Udo Volker Weber schrieb: Hello, -1 (Note: this is no Veto, just a personal oppinion

Re: [VOTE] Release Tobago 1.0.15

2008-02-14 Thread Udo Schnurpfeil
The *new* tree from the sandbox is incompatible to the old one. The migration is scheduled for version 1.1 and we need a migration plan documented. There also will be other API changes in 1.1. Thats the point of branching 1.0.x: to have stable bugfixes, so the new tree cannot be realeased in

Re: tobago island logo :)

2008-04-07 Thread Udo Schnurpfeil
Hi Adonis, thank you for your effort. The logo looks nice, but in my opinion it is too far away from the tobago shape. Is it possible, to make it more like the shape. I've tried to make a sample, but very raw. Regards Udo inline: tobago-logo.jpg

Re: tobago island logo :)

2008-04-08 Thread Udo Schnurpfeil
;) With respect Adonis I think that many Java developers didn't know what is actually the Tobago shape. On Mon, Apr 7, 2008 at 6:25 PM, Udo Schnurpfeil [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi Adonis, thank you for your effort. The logo looks nice, but in my opinion

Re: [VOTE] Release Tobago 1.0.16

2008-04-11 Thread Udo Schnurpfeil
Here is my +1 Regards Udo Bernd Bohmann schrieb: Hello, after my wlan survival I would like to release Tobago 1.0.16, For a detail list please consult the release notes: http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273styleName=Htmlversion=12312966 The version is

Re: [VOTE] Release Tobago 1.0.16

2008-04-12 Thread Udo Schnurpfeil
I've updated http://tobago.atanion.net/tobago-example-demo/ to the 1.0.16 yet. Udo Schnurpfeil schrieb: Here is my +1 Regards Udo Bernd Bohmann schrieb: Hello, after my wlan survival I would like to release Tobago 1.0.16, For a detail list please consult the release notes: http

Re: [VOTE] Release Tobago 1.0.17

2008-05-16 Thread Udo Schnurpfeil
+1 Regards, Udo Bernd Bohmann schrieb: Hello, I would like to release Tobago 1.0.17, For a detail list please consult the release notes: http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273styleName=Htmlversion=12313084 The version is available at the staging location

Re: [VOTE] Release Tobago 1.0.18

2008-08-25 Thread Udo Schnurpfeil
+1 Regards Udo Matthias Wessendorf schrieb: +1 On Mon, Aug 25, 2008 at 12:22 PM, Bernd Bohmann [EMAIL PROTECTED] wrote: +1 Regards Bernd Bernd Bohmann schrieb: Hello, I would like to release Tobago 1.0.18 For a detail list please consult the release notes:

Re: [VOTE] Release Tobago 1.0.19

2008-10-02 Thread Udo Schnurpfeil
Here is my +1 I've updated the demo on: http://tobago.atanion.net/tobago-example-demo/ Regards Udo Bernd Bohmann schrieb: Hello, I would like to release Tobago 1.0.19 For a detail list please consult the release notes:

JSF 2.0 vs. Servlet 3.0: inconsistency with the resources directory?

2009-05-20 Thread Udo Schnurpfeil
Hi there, I think I've found a inconsistency between JSF 2.0 and Servlet API 3.0 with respect to the resources management. JSF 2.0 (PFDC 20090327): Resources are located in the web-app root under /resources (Section 2.6.1.1) or in a jar file under /META-INF/resources (Section

Re: [VOTE] Release Tobago 1.0.21

2009-06-08 Thread Udo Schnurpfeil
Hi, here is my +1 Regards Udo Bernd Bohmann schrieb: Hello, I would like to release Tobago 1.0.21 For a detail list please consult the release notes: http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273styleName=Htmlversion=12313470 The version is available at the

Progress on Tobago 1.1

2009-06-25 Thread Udo Schnurpfeil
Hi folks, I've done major changes to the layout management for version 1.1, but I didn't commit it until now. The reason is, that many of the old pages doesn't work in the moment. But now I will commit anyway to enable other people to see and work on my changes. I've thought about

Re: [VOTE] Release Tobago 1.0.22

2009-08-13 Thread Udo Schnurpfeil
+1 I've deployed the demo here: http://www.irian.biz/tobago-example-demo/ Regards, Udo Bernd Bohmann schrieb: Hello, I would like to release Tobago 1.0.22. For a detail list please consult the release notes:

Re: [VOTE] Release Tobago 1.0.23

2009-09-03 Thread Udo Schnurpfeil
+1 Volker Weber schrieb: +1 Regards, Volker 2009/9/3 Bernd Bohmann bernd.bohm...@atanion.com: Hello, I would like to release Tobago 1.0.23. For a detail list please consult the release notes:

Re: [Proposal] New MyFaces Commons module - Agent Detection

2009-09-22 Thread Udo Schnurpfeil
Hi Marius, it sounds very nice for me. Can I take a look to the implementation anywhere? I would like to check if it fits to Tobago. So we can share the code instead of reimplementing the same stuff twice or more. Regards, Udo Marius Petoi schrieb: Hi everybody, I would like to

Re: [Proposal] New MyFaces Commons module - Agent Detection

2009-09-24 Thread Udo Schnurpfeil
String) Here is my +1 for having such module. Regards, Udo Simon Lessard schrieb: Hi, I wouldn't mind seeing that part shared. ~ Simon On Tue, Sep 22, 2009 at 5:30 PM, Udo Schnurpfeil u...@schnurpfeil.de mailto:u...@schnurpfeil.de wrote: Hi Marius, it sounds very nice for me

[Tobago] Trunk: alpha release, version number, compatibility

2009-10-20 Thread Udo Schnurpfeil
Hi everybody, 1. Alpha release I would like to have an alpha release for the actual trunk. Basically to track changes in JIRA. E. g. for the Layout Management, which is written completely new, there are some open issues, but I can't set a Affects Version in JIRA in the moment. When we do

Re: JSF 2.0 - resource handling - localePrefix ?

2009-10-21 Thread Udo Schnurpfeil
By the way, Tobago uses also a Resource Management since years, and also uses the good old Java style (with suffix). We have good experience with that way, with properties, images, scripts, styles, etc. Regards Udo Matthias Wessendorf schrieb: Got a response from Ed Burns: ed This is a

Re: [VOTE] Release Tobago 1.0.24

2010-01-11 Thread Udo Schnurpfeil
+1 Matthias Wessendorf schrieb: +1 On Sun, Jan 10, 2010 at 11:42 PM, Bernd Bohmann bernd.bohm...@atanion.com wrote: Hello, I would like to release Tobago 1.0.24. For a detail list please consult the release notes:

Re: [VOTE] Release Tobago 1.0.24 second try

2010-01-18 Thread Udo Schnurpfeil
+1 Bernd Bohmann schrieb: Here is my +1 On Sat, Jan 16, 2010 at 11:17 AM, Matthias Wessendorf mat...@apache.org wrote: +1 On Sat, Jan 16, 2010 at 11:14 AM, Volker Weber v.we...@inexso.de wrote: Hi, +1 our app with this rc has passed the tests. Regards, Volker 2010/1/15

Re: [VOTE] Release Tobago 1.0.25

2010-04-19 Thread Udo Schnurpfeil
+1 Am 19.04.10 07:01, schrieb Matthias Wessendorf: +1 Sent from my iPod. On 18.04.2010, at 16:34, Werner Punz werner.p...@gmail.com wrote: +1 Am 18.04.10 12:22, schrieb Bernd Bohmann: Hello, I would like to release Tobago 1.0.25. For a detail list please consult the release notes:

Re: [VOTE] Release Tobago 1.0.26

2010-06-01 Thread Udo Schnurpfeil
+1 Regards Udo Am 31.05.10 22:23, schrieb Bernd Bohmann: Hello, I would like to release Tobago 1.0.26. For a detail list please consult the release notes: http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273styleName=Htmlversion=12314961 The version is available at the

Re: [VOTE] Release Tobago 1.0.27

2010-06-03 Thread Udo Schnurpfeil
+1 Regards Udo Am 03.06.10 16:30, schrieb Bernd Bohmann: Hello again, I would like to release Tobago 1.0.27. For a detail list please consult the release notes: http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273styleName=Htmlversion=12315099 The version is available

Re: [VOTE] Release Tobago 1.0.28

2010-08-15 Thread Udo Schnurpfeil
+1 Regards Udo Am 13.08.10 23:50, schrieb Bernd Bohmann: Hello again, I would like to release Tobago 1.0.28. For a detail list please consult the release notes: http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273styleName=Htmlversion=12315109 The version is available

Re: [VOTE] Trinidad core: 1.2.14

2010-09-07 Thread Udo Schnurpfeil
+1 Regards, Udo Am 07.09.10 20:30, schrieb Matthias Wessendorf: +1 sent from my Android phone On Sep 7, 2010 8:27 PM, Matthias Wessendorf mat...@apache.org mailto:mat...@apache.org wrote: Hi, I was running the needed tasks to get the next release of the Apache MyFaces Trinidad 1.2.x

Re: [VOTE] Release Tobago 1.0.29

2010-09-17 Thread Udo Schnurpfeil
+1 Am 15.09.10 09:51, schrieb Matthias Wessendorf: +1 On Wed, Sep 15, 2010 at 9:45 AM, Werner Punzwerner.p...@gmail.com wrote: +1 Am 15.09.10 08:30, schrieb Bernd Bohmann: Hello again, I would like to release Tobago 1.0.29. For a detail list please consult the release notes:

Re: Release of Tobago 1.5.0-alpha-2?

2010-09-27 Thread Udo Schnurpfeil
Hi Bernd, I think we should start that. I've linked a migration guide to the doc section of the home page, so we need an deployment of it. Regards, Udo Am 23.09.10 21:20, schrieb Bernd Bohmann: Hello II think it's time for a first public alpha of Tobago 1.5.0. Any objections? Regards

Re: [VOTE] Release Tobago 1.0.30

2010-09-30 Thread Udo Schnurpfeil
Hi, all, I've found a new critical bug: https://issues.apache.org/jira/browse/TOBAGO-921 I've fixed it, but it is not in 1.0.30. So we have two possibilities: 1. put it in 1.0.30 and rebuild it or 2. put it in 1.0.31 and release it asap. Regards Udo Am 29.09.10 09:20, schrieb Bernd

Re: [VOTE] Release Tobago 1.0.30

2010-10-01 Thread Udo Schnurpfeil
+1 Am 01.10.10 09:29, schrieb Bernd Bohmann: Hello, I would like to release Tobago 1.0.30 with TOBAGO-921. For a detail list please consult the release notes: http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273styleName=Htmlversion=12315336 The version is available at

Re: [VOTE] Release Tobago 1.0.31

2010-11-02 Thread Udo Schnurpfeil
+1 Am 31.10.10 16:20, schrieb Grant Smith: +1 On Oct 30, 2010, at 3:31 PM, Bernd Bohmannbernd.bohm...@atanion.com wrote: Hello, I would like to release Tobago 1.0.31. For a detail list please consult the release notes:

Re: [VOTE] Release Tobago 1.0.32

2010-11-27 Thread Udo Schnurpfeil
+1 Am 26.11.10 15:25, schrieb Matthias Wessendorf: +1 On Fri, Nov 26, 2010 at 3:02 PM, Volker Weberv.we...@inexso.de wrote: +1 Regards, Volker 2010/11/24 Bernd Bohmannbernd.bohm...@atanion.com: Hello, I would like to release Tobago 1.0.32. For a detail list please consult the release

Re: [VOTE] Release Tobago 1.0.33

2011-02-06 Thread Udo Schnurpfeil
+1 Regards Udo Am 05.02.11 01:03, schrieb Bernd Bohmann: Hello, I would like to release Tobago 1.0.33. For a detail list please consult the release notes: http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273styleName=Htmlversion=12315586 The version is available at the

About the JVM bug with 2.2250738585072012e-00308

2011-02-10 Thread Udo Schnurpfeil
Hi, I've some comments to the JVM bug for the bad number 2.2250738585072012e-00308 (https://issues.apache.org/jira/browse/MYFACES-3024) The problem occures for values which are very very low. But the hotfix also rejects numbers like 2.22507385850720120e-10 which is not so abnormal. Would

Re: About the JVM bug with 2.2250738585072012e-00308

2011-02-10 Thread Udo Schnurpfeil
BTW: The hotfix from Oracle is for 1.4, 5.0 and 6.0. Regards Udo Am 10.02.11 12:06, schrieb Mark Struberg: txs 4 the review! But the hotfix also rejects numbers like 2.22507385850720120e-10 which is not so abnormal. not abnormal but still moderately unlikely. I agree for a long term

Re: [RESULT] [VOTE] Release Tobago 1.0.33

2011-02-10 Thread Udo Schnurpfeil
Hi, I've updated the Tobago Demo on http://irian.biz/tobago-example-demo/ to 1.0.33. (I've also applied the floating point patch for 2.2250738585072012e-308 from Oracle on the open JDK and it works fine.) Regards Udo Am 07.02.11 23:36, schrieb Bernd Bohmann: The vote has passed with the

Re: [VOTE] Release Tobago 1.5.0-alpha-2

2011-02-17 Thread Udo Schnurpfeil
+1 Am 17.02.11 10:20, schrieb Volker Weber: hi, +1 Regards, Volker 2011/2/17 Bernd Bohmannbernd.bohm...@atanion.com: Hello, I would like to release Tobago 1.5.0-alpha-2. For a detail list please consult the release notes:

Re: [VOTE] Release Tobago 1.0.34

2011-02-17 Thread Udo Schnurpfeil
+1 Am 17.02.11 08:37, schrieb Matthias Wessendorf: +1 I did a download of the source-drop and the build went fine! On Wed, Feb 16, 2011 at 11:29 PM, Bernd Bohmann bernd.bohm...@atanion.com wrote: Hello, I would like to release Tobago 1.0.34. For a detail list please consult the release

Re: [VOTE] Release Tobago 1.0.35

2011-03-09 Thread Udo Schnurpfeil
Here is my +1 I've deployed the demo on http://irian.biz/tobago-example-demo/ Regards, Udo Am 09.03.11 15:14, schrieb Bernd Bohmann: Hello, I would like to release Tobago 1.0.35. Changes: ** Bug * [TOBAGO-974] - JavaScript Error when unselectAll in empty simplesheet * [TOBAGO-977] -

Re: [VOTE] Release myfaces-site-skin 3

2011-04-13 Thread Udo Schnurpfeil
+1 Regards, Udo Am 13.04.11 16:02, schrieb Bernd Bohmann: Hello, i would like to release the myfaces-site-skin 3. Changes: Added ASF Branding requirements to the skin see: http://www.apache.org/foundation/marks/pmcs The version is available at the nexus staging repository. Staging

Re: [VOTE] Release Tobago 1.0.36

2011-05-12 Thread Udo Schnurpfeil
+1 Am 09.05.11 22:52, schrieb Bernd Bohmann: Hello, I would like to release Tobago 1.0.36. Changes: ** Bug * [TOBAGO-980] - tc:attribute mode=valueIfSet not working in some cases * [TOBAGO-981] - Infinite loop in tobago-menu.js * [TOBAGO-983] - ComponentUtils.findDescendant

Re: [VOTE] Release Tobago 1.0.37

2011-07-11 Thread Udo Schnurpfeil
+1 I've deployed the demo to http://irian.biz/tobago-example-demo/ Regards Udo Am 10.07.11 15:42, schrieb Mark Struberg: +1 Btw, you could upgrade to the newest myfaces-parent. LieGrue, strub --- On Sat, 7/9/11, Bernd Bohmannbernd.bohm...@atanion.com wrote: From: Bernd

Re: [VOTE] Release Tobago 1.5.0-beta-1

2011-07-11 Thread Udo Schnurpfeil
+1 I've deployed the demo to http://irian.biz/tobago-example-demo-trunk/ Regards Udo Am 10.07.11 15:54, schrieb Mark Struberg: +1 LieGrue, strub --- On Sun, 7/10/11, Bernd Bohmannbernd.bohm...@atanion.com wrote: From: Bernd Bohmannbernd.bohm...@atanion.com Subject: [VOTE] Release Tobago

Re: [VOTE] Release of Extensions CDI (CODI) 1.0.1

2011-08-19 Thread Udo Schnurpfeil
+1 Regards, Udo Am 18.08.11 22:58, schrieb Gerhard Petracek: Hi, I was running the needed tasks to get the 8th release of Apache MyFaces Extensions CDI (aka MyFaces CODI) out. The artifacts are deployed to Nexus [1] (and [2]). The release contains the following modules: - CODI Core -

Re: [VOTE] release of myfaces core 2.0.9

2011-09-13 Thread Udo Schnurpfeil
+1 Regards, Udo Am 13.09.11 12:09, schrieb Jakob Korherr: +1 Regards, Jakob 2011/9/13 Werner Punzwerner.p...@gmail.com: +1 Am 13.09.11 05:46, schrieb Leonardo Uribe: +1 2011/9/12 Leonardo Uribelu4...@gmail.com: Hi, I was running the needed tasks to get the 2.0.9 release of Apache

Re: [VOTE] Release Tobago 1.0.38

2011-10-17 Thread Udo Schnurpfeil
+1 Am 16.10.11 23:31, schrieb Bernd Bohmann: Hello, I would like to release Tobago 1.0.38. Changes: Bug [TOBAGO-1020] - The iframe from tc:object should not render a frame in IE [TOBAGO-1023] - Exception if using orderBy attribute of UIMessage in a JDK 1.4 environment [TOBAGO-1031] - Missing

Re: Time for a Tobago 1.5.0-beta2?

2011-10-22 Thread Udo Schnurpfeil
Hi, Yes, I think it's time for a New release Gruß Udo Am 22.10.2011 um 08:50 schrieb Bernd Bohmann bernd.bohm...@atanion.com: Hello, I think most of the stuff in Tobago 1.5.0 is stable now. It's time for an other beta release. If no objections i will start with the release soon.

MyFaces 2.0.10 and 2.1.4 release date?

2011-11-01 Thread Udo Schnurpfeil
Hi, I think it's time for the next release. There are a lot of bug fixed now, and the last release is some weeks ago. What do you think? Regards Udo

Re: [VOTE] Release Tobago 1.5.0-beta-2

2011-11-06 Thread Udo Schnurpfeil
+1 Regards, Udo Am 05.11.11 15:53, schrieb Bernd Bohmann: Hello, I would like to release Tobago 1.5.0-beta-2. This will be the last beta before the final release version. For a detail list please consult the release notes:

Time for Tobago 1.5.0

2011-11-24 Thread Udo Schnurpfeil
Hi there, it seems to me, that the trunk of Tobago is now ready to use. So it's time to release version 1.5.0. If there are no objections, we should start the release process soon. Regards, Udo

Re: [VOTE] Release Tobago 1.5.0

2011-11-26 Thread Udo Schnurpfeil
+1 Regards, Udo Am 26.11.11 19:59, schrieb Werner Punz: +1 Werner Am 26.11.11 18:54, schrieb Volker Weber: Hi, +1 Regards, Volker 2011/11/25 Bernd Bohmannbernd.bohm...@atanion.com: Hello, I would like to release Tobago 1.5.0. For a detail list please consult the

Re: [VOTE] Release Tobago 1.5.1

2011-12-09 Thread Udo Schnurpfeil
+1 I've updated the demo: http://irian.biz/tobago-example-demo/ Now it uses the 1.5.x versions instead of the 1.0.x branch. Regards Udo Am 09.12.11 01:23, schrieb Bernd Bohmann: Hello, I would like to release Tobago 1.5.1. For a detail list please consult the release notes:

Re: [VOTE] Release Tobago 1.5.2

2012-01-22 Thread Udo Schnurpfeil
+1 Udo Am 21.01.12 00:44, schrieb Bernd Bohmann: Hello, I would like to release Tobago 1.5.2. For a detail list please consult the release notes: http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273styleName=Htmlversion=12319248 The version is available at the

Re: [VOTE] Release Tobago 1.5.3

2012-02-13 Thread Udo Schnurpfeil
+1 Regards Udo Am 13.02.2012 um 18:20 schrieb Grant Smith work.gr...@gmail.com: +1 On Mon, Feb 13, 2012 at 9:07 AM, Werner Punz werner.p...@gmail.com wrote: +1 Am 13.02.12 09:18, schrieb Volker Weber: Hi, +1 Regards, Volker Am 12. Februar 2012 00:15 schrieb Bernd

Re: [VOTE] Release Tobago 1.5.4

2012-02-27 Thread Udo Schnurpfeil
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 +1 Regards, Udo Am 27.02.12 06:25, schrieb Bernd Bohmann: Hello, I would like to release Tobago 1.5.4. For a detail list please consult the release notes:

Re: [VOTE] Release Tobago 1.6.0-beta-1

2012-06-04 Thread Udo Schnurpfeil
+1 Regards Udo Am 04.06.12 09:19, schrieb Volker Weber: Hi, +1 Regards, Volker 2012/6/3 Bernd Bohmann bernd.bohm...@atanion.com: Hello, I would like to release Tobago 1.6.0-beta-1 For a detail list please consult the release notes:

Re: [VOTE] Release Tobago 1.6.0-beta-2

2012-06-23 Thread Udo Schnurpfeil
+1 Regards, Udo Am 23.06.12 18:53, schrieb Bernd Bohmann: Hello, I would like to release Tobago 1.6.0-beta-2 For a detail list please consult the release notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273styleName=Htmlversion=12321701 The version is

Re: [VOTE] Release Tobago 1.5.7

2012-07-09 Thread Udo Schnurpfeil
+1 Gruß Udo Am 07.07.2012 um 00:44 schrieb Bernd Bohmann bernd.bohm...@atanion.com: 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=12310273styleName=Htmlversion=12321444

Re: [VOTE] Checkstyle Rules version 6

2012-08-26 Thread Udo Schnurpfeil
+1 Thanks Udo Am 25.08.12 11:31, schrieb Bernd Bohmann: Hello, I would like to release the Checkstyle Rules version 6 Udo has added the tobago rules to the artifact. The version is available at the nexus staging repository. Staging repository:

Tobago 1.5.8

2012-10-08 Thread Udo Schnurpfeil
Hi, I think it's time for a new release of Tobago. All scheduled issues are resolved. @Bernd: Can you begin with the preparation, please? Regards Udo

Re: [VOTE] Release Tobago 1.5.8

2012-10-14 Thread Udo Schnurpfeil
+1 Regards, Udo Am 13.10.12 23:43, schrieb Bernd Bohmann: Hello, I would like to release Tobago 1.5.8 For a detail list please consult the release notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273styleName=Htmlversion=12322450 The version is available

Re: [VOTE] Release Tobago 1.0.40

2013-03-01 Thread Udo Schnurpfeil
+1 Gruß Udo Am 01.03.2013 um 09:17 schrieb Volker Weber v.we...@inexso.de: Hi, +1 Regards, Volker 2013/2/27 Bernd Bohmann bernd.bohm...@atanion.com: Hello, I would like to release Tobago 1.0.40. For a detail list please consult the release notes:

Re: [VOTE] Release Tobago 1.5.9

2013-03-01 Thread Udo Schnurpfeil
+1 Gruß Udo Am 27.02.2013 um 18:19 schrieb Bernd Bohmann bernd.bohm...@atanion.com: Hello, I would like to release Tobago 1.5.9 For a detail list please consult the release notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273version=12323506 The

[tobago] Version number of the trunk

2013-03-08 Thread Udo Schnurpfeil
Hello, I'm thinking about the version number of the upcoming release. Currently, the number is 1.6.x. The intension for that was, that it has a small number of changes in comparison to 1.5.x. Over the time it turns out, that we have much more changes, also under the cover, like + removing JSF

Updating the homepage...

2013-03-12 Thread Udo Schnurpfeil
Hi, I've updated some information on the team-list and want to release that. If you also have some changes to do, you may want to commit that, so we can update the homepage in the next days. Regards Udo

Re: [VOTE] Release Tobago 1.5.10

2013-05-26 Thread Udo Schnurpfeil
+1 By the way: Tobago 1.5.x uses the old Facelets, not the JSF 2.0 Facelets Regards, Udo Am 25.05.13 18:19, schrieb Mark Struberg: +1 rat is fine, licenses are ok, key is fine, source builds locally. Side note: You currently ship an examples WAR file which contains quite some

[Tobago] 1st alpha of 2.0.0

2013-08-01 Thread Udo Schnurpfeil
Hi, the most work is done until now to come to a new Tobago major version. I would like to release the first alpha version now. The plan for the next weeks is, to make some alpha and beta releases to come to a final 2.0.0. Are there any problems disagreeing the alpha release? Regards, Udo

[VOTE] Release Tobago 2.0.0-alpha-1

2013-08-02 Thread Udo Schnurpfeil
Hello, I would like to release Tobago 2.0.0-alpha-1. For a detail list please consult the release notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273version=12321874 The version is available at the staging repository (Nexus). Staging repository:

Result of: [VOTE] Release Tobago 2.0.0-alpha-1

2013-08-06 Thread Udo Schnurpfeil
Bernd On Mon, Aug 5, 2013 at 9:13 AM, Volker Weber v.we...@inexso.de wrote: Hi, +1 Regards, Volker 2013/8/2 Udo Schnurpfeil u...@schnurpfeil.de Hello, I would like to release Tobago 2.0.0-alpha-1. For a detail list please consult the release notes: https://issues.apache.org

[VOTE] Release Tobago 2.0.0-alpha-2

2013-10-07 Thread Udo Schnurpfeil
Hello, I would like to release Tobago 2.0.0-alpha-2. For a detail list please consult the release notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273version=12324818 The version is available at the staging repository (Nexus). Staging repository:

Result of: [VOTE] Release Tobago 2.0.0-alpha-2

2013-10-11 Thread Udo Schnurpfeil
Hi, thank you for voting for the release. The result is +1 bommel (binding) werpu (binding) weber (binding) so we will proceed with the next steps for the release. Regards, Udo Am 07.10.13 14:47, schrieb Udo Schnurpfeil: Hello, I would like to release Tobago 2.0.0-alpha-2

Re: [VOTE] svn-keywords and @author tags

2013-10-15 Thread Udo Schnurpfeil
+1 but I've no problem with leaving code like it is for special situations Leonardo described. Udo Am 14.10.13 17:32, schrieb Werner Punz: +0 from my side, I simply do not care, I can live with both solutions. Werner Am 14.10.13 16:18, schrieb Leonardo Uribe: +0 for removing author

[VOTE] Release Tobago 1.5.11

2013-11-04 Thread Udo Schnurpfeil
Hello, I would like to release Tobago 1.5.11. For a detail list please consult the release notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273version=12324453 The version is available at the staging repository (Nexus). Staging repository:

Result: [VOTE] Release Tobago 1.5.11

2013-11-11 Thread Udo Schnurpfeil
Hi, thank you for voting for the release. The result is +1 werpu (binding) grantsmith (binding) weber (binding) struberg (binding) so we will proceed with the next steps for the release. Regards, Udo Am 05.11.13 00:20, schrieb Udo Schnurpfeil: Hello, I would like to release Tobago

[VOTE] Release Tobago 2.0.0-alpha-3

2014-01-04 Thread Udo Schnurpfeil
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I would like to release Tobago 2.0.0-alpha-3. For a detail list please consult the release notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273version=12325247 The version is available at the staging repository

[VOTE] Release Tobago 1.5.12

2014-01-06 Thread Udo Schnurpfeil
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I would like to release Tobago 1.5.12. For a detail list please consult the release notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273version=12325597 The version is available at the staging repository (Nexus).

Result of: [VOTE] Release Tobago 2.0.0-alpha-3

2014-01-07 Thread Udo Schnurpfeil
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, thank you for voting for the release. The result is +1 weber (binding) bommel (binding) grantsmith (binding) werpu (binding) so I will proceed with the next steps for the release. Regards, Udo Am 04.01.14 15:29, schrieb Udo Schnurpfeil

  1   2   3   4   5   6   7   8   9   10   >