[jira] [Resolved] (WICKET-3620) IResponseFilter cannot change buffer contents

2011-04-17 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos resolved WICKET-3620. -- Resolution: Fixed Fix Version/s: 1.5-RC4 > IResponseFilter cannot change buffer content

svn commit: r1094227 - in /wicket/trunk/wicket-core/src: main/java/org/apache/wicket/ajax/AjaxRequestTarget.java main/java/org/apache/wicket/protocol/http/BufferedWebResponse.java test/java/org/apache

2011-04-17 Thread pedro
Author: pedro Date: Mon Apr 18 05:36:27 2011 New Revision: 1094227 URL: http://svn.apache.org/viewvc?rev=1094227&view=rev Log: Changing AjaxRequestTarget and BufferedWebResponse to don't discard the filtered AppendingStringBuffer response if the filter returns a new instance. Issue: WICKET-3620

[jira] [Created] (WICKET-3621) Wicket do not test the 'buffer response' property in IRequestCycleSettings when creating the WebResponse in WebApplication

2011-04-17 Thread Pedro Santos (JIRA)
Wicket do not test the 'buffer response' property in IRequestCycleSettings when creating the WebResponse in WebApplication -- Key: WICKET-3621

[jira] [Assigned] (WICKET-3620) IResponseFilter cannot change buffer contents

2011-04-17 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos reassigned WICKET-3620: Assignee: Pedro Santos > IResponseFilter cannot change buffer contents > -

[jira] [Created] (WICKET-3620) IResponseFilter cannot change buffer contents

2011-04-17 Thread Emond Papegaaij (JIRA)
IResponseFilter cannot change buffer contents - Key: WICKET-3620 URL: https://issues.apache.org/jira/browse/WICKET-3620 Project: Wicket Issue Type: Bug Components: wicket-core Affects

[jira] [Commented] (WICKET-3571) Popup close link not working in wicket examples linkomatic page

2011-04-17 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13020831#comment-13020831 ] Juergen Donnerstag commented on WICKET-3571: thanks Attila. I fixed the test/

[jira] [Updated] (WICKET-3571) Popup close link not working in wicket examples linkomatic page

2011-04-17 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-3571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Király updated WICKET-3571: -- Attachment: fix-WICKET-3571-2.patch I see my previous patch was applied and then reverted bec

svn commit: r1094170 - in /wicket/trunk/wicket-core/src: main/java/org/apache/wicket/util/tester/ test/java/org/apache/wicket/util/tester/

2011-04-17 Thread jdonnerstag
Author: jdonnerstag Date: Sun Apr 17 16:29:29 2011 New Revision: 1094170 URL: http://svn.apache.org/viewvc?rev=1094170&view=rev Log: a little walk through wicket tester Modified: wicket/trunk/wicket-core/src/main/java/org/apache/wicket/util/tester/BaseWicketTester.java wicket/trunk/wick

svn commit: r1094169 - in /wicket/trunk/wicket-util/src/main/java/org/apache/wicket/util: file/File.java upload/DiskFileItemFactory.java upload/FileItem.java visit/Visits.java xml/CustomEntityResolver

2011-04-17 Thread jdonnerstag
Author: jdonnerstag Date: Sun Apr 17 16:27:45 2011 New Revision: 1094169 URL: http://svn.apache.org/viewvc?rev=1094169&view=rev Log: eclipse cleanup and few minor non-functional changes Modified: wicket/trunk/wicket-util/src/main/java/org/apache/wicket/util/file/File.java wicket/trunk/wi

svn commit: r1094167 - in /wicket/trunk/wicket-request/src/main/java/org/apache/wicket/request: Url.java UrlRenderer.java mapper/mount/MountMapper.java

2011-04-17 Thread jdonnerstag
Author: jdonnerstag Date: Sun Apr 17 16:19:28 2011 New Revision: 1094167 URL: http://svn.apache.org/viewvc?rev=1094167&view=rev Log: eclipse cleanup and few minor non-functional changes Modified: wicket/trunk/wicket-request/src/main/java/org/apache/wicket/request/Url.java wicket/trunk/wi

svn commit: r1094166 - in /wicket/trunk/wicket-util/src: main/java/org/apache/wicket/util/ main/java/org/apache/wicket/util/collections/ main/java/org/apache/wicket/util/convert/ main/java/org/apache/

2011-04-17 Thread jdonnerstag
Author: jdonnerstag Date: Sun Apr 17 16:18:54 2011 New Revision: 1094166 URL: http://svn.apache.org/viewvc?rev=1094166&view=rev Log: eclipse cleanup and few minor non-functional changes Modified: wicket/trunk/wicket-util/src/main/java/org/apache/wicket/util/LongEncoder.java wicket/trunk

svn commit: r1094165 - /wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/link/PopupCloseLink$ClosePopupPage.html

2011-04-17 Thread jdonnerstag
Author: jdonnerstag Date: Sun Apr 17 16:17:04 2011 New Revision: 1094165 URL: http://svn.apache.org/viewvc?rev=1094165&view=rev Log: license header Modified: wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/link/PopupCloseLink$ClosePopupPage.html Modified: wicket/trunk/

[jira] [Resolved] (WICKET-3441) org.apache.wicket.util.lang.PropertyResolverConverter Type Erasure leads to Sloppy Typing

2011-04-17 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juergen Donnerstag resolved WICKET-3441. Resolution: Fixed Assignee: Juergen Donnerstag thanks a lot > org.apache.wi

svn commit: r1094162 - in /wicket/trunk/wicket-core/src: main/java/org/apache/wicket/util/lang/PropertyResolverConverter.java test/java/org/apache/wicket/util/lang/PropertyResolverTest.java

2011-04-17 Thread jdonnerstag
Author: jdonnerstag Date: Sun Apr 17 15:47:15 2011 New Revision: 1094162 URL: http://svn.apache.org/viewvc?rev=1094162&view=rev Log: fixed org.apache.wicket.util.lang.PropertyResolverConverter Type Erasure leads to Sloppy Typing Issue: WICKET-3441 Modified: wicket/trunk/wicket-core/src/main

[jira] [Resolved] (WICKET-3571) Popup close link not working in wicket examples linkomatic page

2011-04-17 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juergen Donnerstag resolved WICKET-3571. Resolution: Fixed Assignee: Juergen Donnerstag (was: Pedro Santos) thanks a

svn commit: r1094161 - /wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/link/PopupCloseLink$ClosePopupPage.html

2011-04-17 Thread jdonnerstag
Author: jdonnerstag Date: Sun Apr 17 15:43:52 2011 New Revision: 1094161 URL: http://svn.apache.org/viewvc?rev=1094161&view=rev Log: fixed: Popup close link not working in wicket examples linkomatic page Issue: WICKET-3571 Modified: wicket/trunk/wicket-core/src/main/java/org/apache/wicket/ma

[jira] [Commented] (WICKET-3615) ModalWindow does not work in Opera 11.10 and MSIE 6

2011-04-17 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13020813#comment-13020813 ] Juergen Donnerstag commented on WICKET-3615: applied to 1.5. > ModalWindow d

svn commit: r1094159 - /wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/modal.js

2011-04-17 Thread jdonnerstag
Author: jdonnerstag Date: Sun Apr 17 15:31:14 2011 New Revision: 1094159 URL: http://svn.apache.org/viewvc?rev=1094159&view=rev Log: fixed: ModalWindow does not work in Opera 11.10 and MSIE 6 Issue: WICKET-3615 Modified: wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensio

[jira] [Resolved] (WICKET-3619) Application_pt.properties

2011-04-17 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juergen Donnerstag resolved WICKET-3619. Resolution: Fixed Assignee: Juergen Donnerstag > Application_pt.properties >

[jira] [Created] (WICKET-3619) Application_pt.properties

2011-04-17 Thread Juergen Donnerstag (JIRA)
Application_pt.properties - Key: WICKET-3619 URL: https://issues.apache.org/jira/browse/WICKET-3619 Project: Wicket Issue Type: Bug Components: wicket-core Affects Versions: 1.5-RC3 Reporter:

svn commit: r1094157 - in /wicket/trunk/wicket-core/src/main/java/org/apache/wicket: Application_pt.properties Application_pt_BR.properties

2011-04-17 Thread jdonnerstag
Author: jdonnerstag Date: Sun Apr 17 15:27:08 2011 New Revision: 1094157 URL: http://svn.apache.org/viewvc?rev=1094157&view=rev Log: promote Application_pt_BR.properties to _pt.properties. Issue: WICKET-3619 Added: wicket/trunk/wicket-core/src/main/java/org/apache/wicket/Application_pt.prope

[jira] [Updated] (WICKET-3571) Popup close link not working in wicket examples linkomatic page

2011-04-17 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-3571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Király updated WICKET-3571: -- Attachment: fix-WICKET-3571.patch Attaching patch that fixes the issue. Tested with IE 6, 8, 9

[jira] [Updated] (WICKET-3441) org.apache.wicket.util.lang.PropertyResolverConverter Type Erasure leads to Sloppy Typing

2011-04-17 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-3441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Király updated WICKET-3441: -- Attachment: fix-WICKET-3441.patch Attaching patch against current trunk. Patch contains fix f

[jira] [Commented] (WICKET-3612) Ajax link does not update content which includes another ajax link until second (or further) click

2011-04-17 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-3612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13020755#comment-13020755 ] Attila Király commented on WICKET-3612: --- Confirming that the attached quickstart ap