[jira] Commented: (WICKET-1489) Create component "Menu"

2010-12-16 Thread Georg Hendlmeier (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972109#action_12972109 ] Georg Hendlmeier commented on WICKET-1489: -- I have created a menubar based on yui

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

2010-12-16 Thread pedro
Author: pedro Date: Thu Dec 16 15:35:24 2010 New Revision: 1050010 URL: http://svn.apache.org/viewvc?rev=1050010&view=rev Log: backporting missing change on UploadStatusResource content type Modified: wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/a

[jira] Commented: (WICKET-1489) Create component "Menu"

2010-12-16 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972123#action_12972123 ] Martin Grigorov commented on WICKET-1489: - There is such component in wicketstuff-

svn commit: r1050058 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/resource/filtering/HeaderResponseContainerFilteringHeaderResponse.java

2010-12-16 Thread jrthomerson
Author: jrthomerson Date: Thu Dec 16 17:02:42 2010 New Revision: 1050058 URL: http://svn.apache.org/viewvc?rev=1050058&view=rev Log: add more flexibility for subclasses of HeaderResponseContainerFilteringHeaderResponse Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/w

svn commit: r1050101 - /wicket/branches/wicket-1.4.x/wicket/src/test/java/org/apache/wicket/markup/html/TestDecoratingHeaderResponse.java

2010-12-16 Thread pedro
Author: pedro Date: Thu Dec 16 19:08:37 2010 New Revision: 1050101 URL: http://svn.apache.org/viewvc?rev=1050101&view=rev Log: initial test for IHeaderResponseDecorator Added: wicket/branches/wicket-1.4.x/wicket/src/test/java/org/apache/wicket/markup/html/TestDecoratingHeaderResponse.java A

svn commit: r1050118 - in /wicket/trunk/wicket/src/main/java/org/apache/wicket: Component.java ComponentEventSender.java IEventDispatcher.java settings/IFrameworkSettings.java settings/def/FrameworkSe

2010-12-16 Thread ivaynberg
Author: ivaynberg Date: Thu Dec 16 19:43:04 2010 New Revision: 1050118 URL: http://svn.apache.org/viewvc?rev=1050118&view=rev Log: introduce ieventdispatcher so users can build their own event delivery mechanisms Added: wicket/trunk/wicket/src/main/java/org/apache/wicket/IEventDispatcher.jav

svn commit: r1050127 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java

2010-12-16 Thread ivaynberg
Author: ivaynberg Date: Thu Dec 16 19:51:35 2010 New Revision: 1050127 URL: http://svn.apache.org/viewvc?rev=1050127&view=rev Log: add new default event for ajax response Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java Modified: wicket/trunk/wicket

svn commit: r1050134 - /wicket/branches/wicket-1.4.x/wicket/src/test/java/org/apache/wicket/markup/html/TestDecoratingHeaderResponse.java

2010-12-16 Thread pedro
Author: pedro Date: Thu Dec 16 20:02:28 2010 New Revision: 1050134 URL: http://svn.apache.org/viewvc?rev=1050134&view=rev Log: testing AbstractResourceAggregatingHeaderResponse Modified: wicket/branches/wicket-1.4.x/wicket/src/test/java/org/apache/wicket/markup/html/TestDecoratingHeaderRespo

[CONF] Apache Wicket > Migration to Wicket 1.5

2010-12-16 Thread confluence
Migration to Wicket 1.5 Page edited by Igor Vaynberg Changes (1) ... There is an example in wicket-examples which demonstrates the usage of this.

[jira] Created: (WICKET-3256) Use a Provider for IExceptionMapper

2010-12-16 Thread James Carman (JIRA)
Use a Provider for IExceptionMapper --- Key: WICKET-3256 URL: https://issues.apache.org/jira/browse/WICKET-3256 Project: Wicket Issue Type: New Feature Components: wicket Affects Versions: 1.5-M3

[jira] Updated: (WICKET-3256) Use a Provider for IExceptionMapper

2010-12-16 Thread James Carman (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Carman updated WICKET-3256: - Attachment: WICKET-3256.patch Here's a patch that provides an implementation of what I have in m

[jira] Updated: (WICKET-3256) Use a Provider for IExceptionMapper

2010-12-16 Thread James Carman (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Carman updated WICKET-3256: - Attachment: WICKET-3256.patch Oops! Left my renamed method in there. This patch deletes it. U

[jira] Updated: (WICKET-3256) Use a Provider for IExceptionMapper

2010-12-16 Thread James Carman (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Carman updated WICKET-3256: - Attachment: (was: WICKET-3256.patch) > Use a Provider for IExceptionMapper > ---

[jira] Commented: (WICKET-3256) Use a Provider for IExceptionMapper

2010-12-16 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972220#action_12972220 ] Pedro Santos commented on WICKET-3256: -- Hi James, in you patch user still needs to im

[jira] Commented: (WICKET-3256) Use a Provider for IExceptionMapper

2010-12-16 Thread James Carman (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972224#action_12972224 ] James Carman commented on WICKET-3256: -- Pedro, In my "framework", I've got some init

[jira] Created: (WICKET-3257) Make getSignInPage() Method Public

2010-12-16 Thread James Carman (JIRA)
Make getSignInPage() Method Public -- Key: WICKET-3257 URL: https://issues.apache.org/jira/browse/WICKET-3257 Project: Wicket Issue Type: Improvement Components: wicket-auth-roles Affects Version

[jira] Updated: (WICKET-3257) Make getSignInPage() Method Public

2010-12-16 Thread James Carman (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Carman updated WICKET-3257: - Attachment: WICKET-3257.patch Here's my patch. > Make getSignInPage() Method Public > -

[jira] Created: (WICKET-3258) Allow for non-relative redirects for buggy servlet containers

2010-12-16 Thread Jeremy Thomerson (JIRA)
Allow for non-relative redirects for buggy servlet containers - Key: WICKET-3258 URL: https://issues.apache.org/jira/browse/WICKET-3258 Project: Wicket Issue Type: Improvement

[jira] Updated: (WICKET-3258) Allow for non-relative redirects for buggy servlet containers

2010-12-16 Thread Jeremy Thomerson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Thomerson updated WICKET-3258: - Attachment: relativeurlproblem.tar.gz if you run this in jetty, everything is fine. if

svn commit: r1050204 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/WebResponse.java

2010-12-16 Thread jrthomerson
Author: jrthomerson Date: Thu Dec 16 22:46:17 2010 New Revision: 1050204 URL: http://svn.apache.org/viewvc?rev=1050204&view=rev Log: fixes WICKET-3258 for wicket-1.4.x branch Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/WebResponse.java Modifie

[jira] Assigned: (WICKET-3256) Use a Provider for IExceptionMapper

2010-12-16 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos reassigned WICKET-3256: Assignee: Pedro Santos > Use a Provider for IExceptionMapper > ---

[jira] Updated: (WICKET-3257) Add restartResponseAtSignInPage() Method to AuthenticatedWebApplication

2010-12-16 Thread James Carman (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Carman updated WICKET-3257: - Description: I have a situation where I need to be able to get the sign in page class outside th

[jira] Updated: (WICKET-3257) Make getSignInPage() Method Public

2010-12-16 Thread James Carman (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Carman updated WICKET-3257: - Attachment: (was: WICKET-3257.patch) > Make getSignInPage() Method Public >

[jira] Updated: (WICKET-3257) Add restartResponseAtSignInPage() Method to AuthenticatedWebApplication

2010-12-16 Thread James Carman (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Carman updated WICKET-3257: - Attachment: WICKET-3257.patch Here's the patch. > Add restartResponseAtSignInPage() Method to

[jira] Created: (WICKET-3259) Filter path is occasionally null when forwarding a request

2010-12-16 Thread Jeremy Thomerson (JIRA)
Filter path is occasionally null when forwarding a request -- Key: WICKET-3259 URL: https://issues.apache.org/jira/browse/WICKET-3259 Project: Wicket Issue Type: Bug Component

[jira] Updated: (WICKET-3259) Filter path is occasionally null when forwarding a request

2010-12-16 Thread Jeremy Thomerson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Thomerson updated WICKET-3259: - Attachment: relativeurlproblem.tar.gz quickstart that demonstrates the problem > Filter

[jira] Commented: (WICKET-3259) Filter path is occasionally null when forwarding a request

2010-12-16 Thread Jeremy Thomerson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972295#action_12972295 ] Jeremy Thomerson commented on WICKET-3259: -- It's important to note that this only

svn commit: r1050230 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/servlet/ServletWebRequest.java

2010-12-16 Thread jrthomerson
Author: jrthomerson Date: Thu Dec 16 23:41:46 2010 New Revision: 1050230 URL: http://svn.apache.org/viewvc?rev=1050230&view=rev Log: fixes WICKET-3259 for wicket-1.4.x branch Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/servlet/ServletWebRequest

[jira] Commented: (WICKET-3259) Filter path is occasionally null when forwarding a request

2010-12-16 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972308#action_12972308 ] Hudson commented on WICKET-3259: Integrated in Apache Wicket 1.4.x #336 (See [https://hud

[jira] Commented: (WICKET-3258) Allow for non-relative redirects for buggy servlet containers

2010-12-16 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972309#action_12972309 ] Hudson commented on WICKET-3258: Integrated in Apache Wicket 1.4.x #336 (See [https://hud

[jira] Commented: (WICKET-3256) Use a Provider for IExceptionMapper

2010-12-16 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972314#action_12972314 ] Pedro Santos commented on WICKET-3256: -- Hi James, I was creating an test case for you

[jira] Commented: (WICKET-3256) Use a Provider for IExceptionMapper

2010-12-16 Thread James Carman (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972319#action_12972319 ] James Carman commented on WICKET-3256: -- I don't want my users to have to substitute a

svn commit: r1050259 - /wicket/trunk/wicket/src/test/java/org/apache/wicket/ajax/AjaxRequestTargetTest.java

2010-12-16 Thread pedro
Author: pedro Date: Fri Dec 17 01:11:14 2010 New Revision: 1050259 URL: http://svn.apache.org/viewvc?rev=1050259&view=rev Log: Testing the default event raised whenever Wicket begins to create an AJAX response Modified: wicket/trunk/wicket/src/test/java/org/apache/wicket/ajax/AjaxRequestTar

svn commit: r1050294 - /wicket/trunk/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/AuthenticatedWebApplication.java

2010-12-16 Thread ivaynberg
Author: ivaynberg Date: Fri Dec 17 07:29:27 2010 New Revision: 1050294 URL: http://svn.apache.org/viewvc?rev=1050294&view=rev Log: WICKET-3257 Modified: wicket/trunk/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/AuthenticatedWebApplication.java Modified: wicket/trunk/wic

[jira] Resolved: (WICKET-3257) Add restartResponseAtSignInPage() Method to AuthenticatedWebApplication

2010-12-16 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3257. --- Resolution: Fixed Fix Version/s: 1.5-M4 Assignee: Igor Vaynberg > Add restar