[jira] Updated: (WICKET-2111) Ability to generate markup ids in alternate fashion

2010-11-21 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juergen Donnerstag updated WICKET-2111: --- Attachment: wicket-2111.patch A new attempt on the topic: - generated markup ID

[jira] Resolved: (WICKET-2798) Hungarian translation for Multiupload

2010-11-21 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juergen Donnerstag resolved WICKET-2798. Resolution: Fixed Fix Version/s: 1.5-M4 Assignee: Juergen

[jira] Resolved: (WICKET-2786) WicketMessageResolver: Render warning if getThrowExceptionOnMissingResource is false like Label does

2010-11-21 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juergen Donnerstag resolved WICKET-2786. Resolution: Won't Fix Assignee: Juergen Donnerstag The following test case

svn commit: r1037409 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/util/tester/BaseWicketTester.java

2010-11-21 Thread mgrigorov
Author: mgrigorov Date: Sun Nov 21 10:42:35 2010 New Revision: 1037409 URL: http://svn.apache.org/viewvc?rev=1037409view=rev Log: WICKET-3164 executeAjaxEvent in WicketTester works although Component is not enabled Add additional checks for 'enabled' and 'visible' component before executing

svn commit: r1037411 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/util/tester/BaseWicketTester.java

2010-11-21 Thread mgrigorov
Author: mgrigorov Date: Sun Nov 21 10:47:58 2010 New Revision: 1037411 URL: http://svn.apache.org/viewvc?rev=1037411view=rev Log: WICKET-3164 executeAjaxEvent in WicketTester works although Component is not enabled Add additional checks for 'enabled' and 'visible' component before executing

[jira] Resolved: (WICKET-3164) executeAjaxEvent in WicketTester works although Component is not enabled

2010-11-21 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-3164. - Resolution: Fixed With r1037409 (1.4.x) and r1037411 (trunk) such checks are added also

[jira] Commented: (WICKET-3136) JVM 1.6 crash caused by WicketObjectOutputStream, ClassStreamHandler, and Page.writePageObject

2010-11-21 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12934250#action_12934250 ] Johan Compagner commented on WICKET-3136: - my vote is more to remove WicketObject

[jira] Commented: (WICKET-3164) executeAjaxEvent in WicketTester works although Component is not enabled

2010-11-21 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12934252#action_12934252 ] Hudson commented on WICKET-3164: Integrated in Apache Wicket 1.4.x #281 (See

svn commit: r1037420 - in /wicket/trunk/wicket/src: main/java/org/apache/wicket/util/tester/BaseWicketTester.java main/java/org/apache/wicket/util/tester/WicketTester.java test/java/org/apache/wicket/

2010-11-21 Thread mgrigorov
Author: mgrigorov Date: Sun Nov 21 11:27:38 2010 New Revision: 1037420 URL: http://svn.apache.org/viewvc?rev=1037420view=rev Log: WICKET-3152 Wicket tester should allow testing for enabled/disabled status and for fields being required. Add assertions for enabled/disabled component and required

[jira] Commented: (WICKET-3164) executeAjaxEvent in WicketTester works although Component is not enabled

2010-11-21 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12934254#action_12934254 ] Hudson commented on WICKET-3164: Integrated in Apache Wicket 1.5.x #539 (See

svn commit: r1037425 - in /wicket/branches/wicket-1.4.x/wicket/src: main/java/org/apache/wicket/util/tester/BaseWicketTester.java main/java/org/apache/wicket/util/tester/WicketTester.java test/java/or

2010-11-21 Thread mgrigorov
Author: mgrigorov Date: Sun Nov 21 11:39:00 2010 New Revision: 1037425 URL: http://svn.apache.org/viewvc?rev=1037425view=rev Log: WICKET-3152 Wicket tester should allow testing for enabled/disabled status and for fields being required. Add assertions for enabled/disabled component and required

svn commit: r1037430 - /wicket/trunk/wicket-util/src/main/java/org/apache/wicket/util/diff/Chunk.java

2010-11-21 Thread mgrigorov
Author: mgrigorov Date: Sun Nov 21 11:52:11 2010 New Revision: 1037430 URL: http://svn.apache.org/viewvc?rev=1037430view=rev Log: WICKET-3177 Chunk.slice seq.subList(pos, pos) returns empty list so why bother Modified:

[jira] Resolved: (WICKET-3177) Chunk.slice seq.subList(pos, pos) returns empty list so why bother

2010-11-21 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-3177. - Resolution: Fixed Fix Version/s: 1.5-M4 Improved with r1037430 Chunk.slice

[jira] Assigned: (WICKET-3177) Chunk.slice seq.subList(pos, pos) returns empty list so why bother

2010-11-21 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-3177: --- Assignee: Martin Grigorov Chunk.slice seq.subList(pos, pos) returns empty list so

svn commit: r1037421 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/util/tester/WicketTester.java

2010-11-21 Thread mgrigorov
Author: mgrigorov Date: Sun Nov 21 11:34:42 2010 New Revision: 1037421 URL: http://svn.apache.org/viewvc?rev=1037421view=rev Log: Code formatting. No functional changes! Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/util/tester/WicketTester.java Modified:

[jira] Resolved: (WICKET-3152) Wicket tester should allow testing for enabled/disabled status and for fields being required.

2010-11-21 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-3152. - Resolution: Fixed Fix Version/s: 1.5-M4 1.4.14 Added in 1.4.x

[jira] Commented: (WICKET-3152) Wicket tester should allow testing for enabled/disabled status and for fields being required.

2010-11-21 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12934261#action_12934261 ] Hudson commented on WICKET-3152: Integrated in Apache Wicket 1.4.x #282 (See

[jira] Assigned: (WICKET-3176) URLResourceStream loads target content twice.

2010-11-21 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-3176: --- Assignee: Martin Grigorov URLResourceStream loads target content twice.

[jira] Updated: (WICKET-3176) URLResourceStream loads target content twice.

2010-11-21 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov updated WICKET-3176: Attachment: WICKET-3176.patch A patch that makes URLResourceStream lazy. All the settings

[jira] Commented: (WICKET-2693) improve css/js contributions

2010-11-21 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12934298#action_12934298 ] Juergen Donnerstag commented on WICKET-2693: committed an update to 1.5 which

[jira] Commented: (WICKET-2693) improve css/js contributions

2010-11-21 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12934299#action_12934299 ] Igor Vaynberg commented on WICKET-2693: --- @Peter: if component wants to contribute

[jira] Assigned: (WICKET-2693) improve css/js contributions

2010-11-21 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-2693: - Assignee: Juergen Donnerstag (was: Igor Vaynberg) improve css/js contributions

[jira] Assigned: (WICKET-3169) Parametrize IFilterStateLocator

2010-11-21 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-3169: --- Assignee: Martin Grigorov Parametrize IFilterStateLocator

[CONF] Apache Wicket Migration to Wicket 1.5

2010-11-21 Thread confluence
Migration to Wicket 1.5 Page edited by Juergen Donnerstag Changes (2) ... h3. Removed FormComponent.setPersistence()

[jira] Resolved: (WICKET-2693) improve css/js contributions

2010-11-21 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juergen Donnerstag resolved WICKET-2693. Resolution: Fixed improve css/js contributions

[jira] Created: (WICKET-3182) Introduce Maven Toolchains to ensure compilation with an appropriate JDK

2010-11-21 Thread Carl-Eric Menzel (JIRA)
Introduce Maven Toolchains to ensure compilation with an appropriate JDK Key: WICKET-3182 URL: https://issues.apache.org/jira/browse/WICKET-3182 Project: Wicket Issue

svn commit: r1037520 - /wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/filter/

2010-11-21 Thread mgrigorov
Author: mgrigorov Date: Sun Nov 21 18:20:16 2010 New Revision: 1037520 URL: http://svn.apache.org/viewvc?rev=1037520view=rev Log: WICKET-3169 Parametrize IFilterStateLocator Add generics to o.a.w.extensions.markup.html.repeater.data.table.filter Modified:

[jira] Commented: (WICKET-3182) Introduce Maven Toolchains to ensure compilation with an appropriate JDK

2010-11-21 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12934325#action_12934325 ] Martin Grigorov commented on WICKET-3182: - I use my own mvn15 bash script which

[jira] Updated: (WICKET-3182) Introduce Maven Toolchains to ensure compilation with an appropriate JDK

2010-11-21 Thread Carl-Eric Menzel (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl-Eric Menzel updated WICKET-3182: - Attachment: toolchains.xml sample toolchains.xml from my Ubuntu 10.10 machine. Paths

[jira] Updated: (WICKET-3182) Introduce Maven Toolchains to ensure compilation with an appropriate JDK

2010-11-21 Thread Carl-Eric Menzel (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl-Eric Menzel updated WICKET-3182: - Attachment: 0001-introducing-maven-toolchains-plugin-to-make-jdk1.5-c.patch Patch

svn commit: r1037524 - /wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/filter/

2010-11-21 Thread mgrigorov
Author: mgrigorov Date: Sun Nov 21 18:42:07 2010 New Revision: 1037524 URL: http://svn.apache.org/viewvc?rev=1037524view=rev Log: WICKET-3169 Parametrize IFilterStateLocator Add generics to o.a.w.extensions.markup.html.repeater.data.table.filter merge r1037520 from 1.5.x Modified:

[jira] Resolved: (WICKET-3169) Parametrize IFilterStateLocator

2010-11-21 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-3169. - Resolution: Fixed Fix Version/s: 1.5-M4 1.4.14 The whole

[jira] Updated: (WICKET-2555) Replace implementations of StringBuffer with StringBuilder

2010-11-21 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juergen Donnerstag updated WICKET-2555: --- Attachment: wicket-2555.patch Replace implementations of StringBuffer with

[jira] Commented: (WICKET-2503) Simplified Markup IDs

2010-11-21 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12934333#action_12934333 ] Juergen Donnerstag commented on WICKET-2503: patch attached to WICKET-2111

[jira] Commented: (WICKET-2111) Ability to generate markup ids in alternate fashion

2010-11-21 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12934340#action_12934340 ] Martin Grigorov commented on WICKET-2111: - I have no much experience in that area

[jira] Commented: (WICKET-3182) Introduce Maven Toolchains to ensure compilation with an appropriate JDK

2010-11-21 Thread Carl-Eric Menzel (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12934329#action_12934329 ] Carl-Eric Menzel commented on WICKET-3182: -- Forgot to mention this introduction

[jira] Commented: (WICKET-3169) Parametrize IFilterStateLocator

2010-11-21 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12934334#action_12934334 ] Hudson commented on WICKET-3169: Integrated in Apache Wicket 1.4.x #283 (See

svn commit: r1037497 - in /wicket/trunk/wicket/src: main/java/org/apache/wicket/ main/java/org/apache/wicket/markup/html/ main/java/org/apache/wicket/markup/renderStrategy/ test/java/org/apache/wicket

2010-11-21 Thread jdonnerstag
Author: jdonnerstag Date: Sun Nov 21 16:17:47 2010 New Revision: 1037497 URL: http://svn.apache.org/viewvc?rev=1037497view=rev Log: changes related execution order of header contributions (WICKET-2693) Issue: WICKET-2693 Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/Page.java

svn commit: r1037583 - /wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload/UploadProgressBar.java

2010-11-21 Thread ivaynberg
Author: ivaynberg Date: Mon Nov 22 01:19:14 2010 New Revision: 1037583 URL: http://svn.apache.org/viewvc?rev=1037583view=rev Log: Issue: WICKET-3181 Modified: wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload/UploadProgressBar.java

svn commit: r1037584 - /wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload/UploadProgressBar.java

2010-11-21 Thread ivaynberg
Author: ivaynberg Date: Mon Nov 22 01:19:24 2010 New Revision: 1037584 URL: http://svn.apache.org/viewvc?rev=1037584view=rev Log: Issue: WICKET-3181 Modified:

[jira] Resolved: (WICKET-3181) UploadProgressBar does not show up on nested forms

2010-11-21 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3181. --- Resolution: Fixed Fix Version/s: 1.5-M4 1.4.14 Assignee:

svn commit: r1037585 [2/2] - in /wicket/trunk: wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/ wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar/ wicket-examples/

2010-11-21 Thread ivaynberg
Modified: wicket/trunk/wicket/src/test/java/org/apache/wicket/markup/MyComponent.java URL: http://svn.apache.org/viewvc/wicket/trunk/wicket/src/test/java/org/apache/wicket/markup/MyComponent.java?rev=1037585r1=1037584r2=1037585view=diff

[jira] Resolved: (WICKET-2555) Replace implementations of StringBuffer with StringBuilder

2010-11-21 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2555. --- Resolution: Fixed Assignee: Igor Vaynberg applied to 1.5, thanks Juergen Replace

[jira] Commented: (WICKET-2111) Ability to generate markup ids in alternate fashion

2010-11-21 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12934386#action_12934386 ] Igor Vaynberg commented on WICKET-2111: --- do we need private transient String

svn commit: r1037608 - in /wicket/trunk/wicket-util/src: main/java/org/apache/wicket/util/LongEncoder.java test/java/org/apache/wicket/util/LongEncoderTest.java

2010-11-21 Thread ivaynberg
Author: ivaynberg Date: Mon Nov 22 05:51:11 2010 New Revision: 1037608 URL: http://svn.apache.org/viewvc?rev=1037608view=rev Log: long value encoder util Added: wicket/trunk/wicket-util/src/main/java/org/apache/wicket/util/LongEncoder.java (with props)

[jira] Commented: (WICKET-3180) DropDownChoice should use IAjaxIndicatorAware like AbstractDefaultAjaxBehavior.findIndicatorId()

2010-11-21 Thread Michael Frankerl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12934406#action_12934406 ] Michael Frankerl commented on WICKET-3180: -- The purpose is to use the same

[jira] Commented: (WICKET-3180) DropDownChoice should use IAjaxIndicatorAware like AbstractDefaultAjaxBehavior.findIndicatorId()

2010-11-21 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12934407#action_12934407 ] Igor Vaynberg commented on WICKET-3180: --- the choice is not ajax-like. it performs a