svn commit: r1064027 - /wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js

2011-01-27 Thread mgrigorov
Author: mgrigorov Date: Thu Jan 27 08:47:31 2011 New Revision: 1064027 URL: http://svn.apache.org/viewvc?rev=1064027view=rev Log: Merge from 1.4.x Author: jcompagner Date: Wed Jan 26 14:06:26 2011 New Revision: 1063726 URL: http://svn.apache.org/viewvc?rev=1063726view=rev Log: better scrolling

svn commit: r1064032 - /wicket/trunk/wicket-request/src/main/java/org/apache/wicket/request/RequestHandlerStack.java

2011-01-27 Thread mgrigorov
Author: mgrigorov Date: Thu Jan 27 08:51:51 2011 New Revision: 1064032 URL: http://svn.apache.org/viewvc?rev=1064032view=rev Log: WICKET-3395 org.apache.wicket.request.RequestHandlerStack Comment Fix javadoc. Modified:

[jira] Resolved: (WICKET-3395) org.apache.wicket.request.RequestHandlerStack Comment

2011-01-27 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-3395. - Resolution: Fixed Fix Version/s: 1.5-RC2 Assignee: Martin Grigorov

svn commit: r1064033 - /wicket/trunk/wicket-core/src/main/java/org/apache/wicket/protocol/http/mock/MockServletContext.java

2011-01-27 Thread mgrigorov
Author: mgrigorov Date: Thu Jan 27 08:53:56 2011 New Revision: 1064033 URL: http://svn.apache.org/viewvc?rev=1064033view=rev Log: WICKET-3396 MockServletContext should report major, minor version 2.5 instead of 2.3 Report '5' as minor servlet API version. Modified:

[jira] Resolved: (WICKET-3396) MockServletContext should report major, minor version 2.5 instead of 2.3

2011-01-27 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-3396. - Resolution: Fixed Fix Version/s: 1.5-RC2 Assignee: Martin Grigorov

svn commit: r1064052 - in /wicket/trunk: wicket-core/src/main/java/org/apache/wicket/ wicket-core/src/main/java/org/apache/wicket/markup/html/form/upload/ wicket-extensions/src/main/java/org/apache/wi

2011-01-27 Thread mgrigorov
Author: mgrigorov Date: Thu Jan 27 09:26:19 2011 New Revision: 1064052 URL: http://svn.apache.org/viewvc?rev=1064052view=rev Log: WICKET-3397 Some i18n xml-s have wrong name Rename i18n files from .xml to .properties.xml Added:

[jira] Resolved: (WICKET-3397) Some i18n xml-s have wrong name

2011-01-27 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-3397. - Resolution: Fixed Fix Version/s: 1.5-RC2 Assignee: Martin Grigorov

svn commit: r1064091 - in /wicket/branches/wicket-1.4.x/wicket/src: main/java/org/apache/wicket/util/lang/PropertyResolver.java test/java/org/apache/wicket/util/lang/PropertyResolverTest.java

2011-01-27 Thread pedro
Author: pedro Date: Thu Jan 27 11:30:05 2011 New Revision: 1064091 URL: http://svn.apache.org/viewvc?rev=1064091view=rev Log: merging message improvement on PropertyResolver from trunk Issue: WICKET-1802 Modified:

[jira] Updated: (WICKET-1802) Propertyresolver could be more informative

2011-01-27 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos updated WICKET-1802: - Fix Version/s: 1.4.16 Propertyresolver could be more informative

[jira] Commented: (WICKET-1802) Propertyresolver could be more informative

2011-01-27 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12987518#action_12987518 ] Hudson commented on WICKET-1802: Integrated in Apache Wicket 1.4.x #405 (See

[jira] Created: (WICKET-3398) EnclosureContainer: configure() should be called on the child component before calling isVisible on it

2011-01-27 Thread Ulrike M (JIRA)
EnclosureContainer: configure() should be called on the child component before calling isVisible on it -- Key: WICKET-3398 URL:

[jira] Commented: (WICKET-3357) Resource getResourceStream called twice with single request

2011-01-27 Thread Brad Grier (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12987597#action_12987597 ] Brad Grier commented on WICKET-3357: Thanks for looking at this. I'm willing to switch

svn commit: r1064171 - /wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/basic/EnclosureContainer.java

2011-01-27 Thread ivaynberg
Author: ivaynberg Date: Thu Jan 27 16:08:51 2011 New Revision: 1064171 URL: http://svn.apache.org/viewvc?rev=1064171view=rev Log: Issue: WICKET-3398 Modified: wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/basic/EnclosureContainer.java Modified:

svn commit: r1064172 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/basic/EnclosureContainer.java

2011-01-27 Thread ivaynberg
Author: ivaynberg Date: Thu Jan 27 16:09:11 2011 New Revision: 1064172 URL: http://svn.apache.org/viewvc?rev=1064172view=rev Log: Issue: WICKET-3398 Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/basic/EnclosureContainer.java Modified:

[jira] Resolved: (WICKET-3398) EnclosureContainer: configure() should be called on the child component before calling isVisible on it

2011-01-27 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3398. --- Resolution: Fixed Fix Version/s: 1.5-RC2 1.4.16 Assignee:

svn commit: r1064210 - in /wicket/branches/wicket-1.4.x/wicket/src: main/java/org/apache/wicket/markup/html/link/ test/java/org/apache/wicket/

2011-01-27 Thread pedro
Author: pedro Date: Thu Jan 27 17:20:11 2011 New Revision: 1064210 URL: http://svn.apache.org/viewvc?rev=1064210view=rev Log: avoiding early page maps creation when link has an popup setting Issue: WICKET-3109 Modified:

[jira] Commented: (WICKET-3398) EnclosureContainer: configure() should be called on the child component before calling isVisible on it

2011-01-27 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12987657#action_12987657 ] Hudson commented on WICKET-3398: Integrated in Apache Wicket 1.4.x #406 (See

[jira] Resolved: (WICKET-3109) Using PopupSettings creates page maps early

2011-01-27 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos resolved WICKET-3109. -- Resolution: Fixed Fix Version/s: 1.4.16 Assignee: Pedro Santos (was: Jeremy

[jira] Commented: (WICKET-3377) newPageMap at Session delete the default pageMap when excess Pagemap, and unneded pageMap are created for popupSettings with window name.

2011-01-27 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12987660#action_12987660 ] Pedro Santos commented on WICKET-3377: -- Hi Yaron, currently the page map is removed

[jira] Commented: (WICKET-3109) Using PopupSettings creates page maps early

2011-01-27 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12987663#action_12987663 ] Igor Vaynberg commented on WICKET-3109: --- pedo, i think popupsettings should be

[jira] Updated: (WICKET-3399) HttpServletResponse is No Longer Accessible via 1.5 API

2011-01-27 Thread todd wolff (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] todd wolff updated WICKET-3399: --- Component/s: wicket HttpServletResponse is No Longer Accessible via 1.5 API

[jira] Created: (WICKET-3399) HttpServletResponse is No Longer Accessible via 1.5 API

2011-01-27 Thread todd wolff (JIRA)
HttpServletResponse is No Longer Accessible via 1.5 API --- Key: WICKET-3399 URL: https://issues.apache.org/jira/browse/WICKET-3399 Project: Wicket Issue Type: Bug Affects Versions:

[jira] Commented: (WICKET-3109) Using PopupSettings creates page maps early

2011-01-27 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12987667#action_12987667 ] Pedro Santos commented on WICKET-3109: -- It is currently taking one when an window

svn commit: r1064225 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/link/PopupSettings.java

2011-01-27 Thread pedro
Author: pedro Date: Thu Jan 27 17:41:13 2011 New Revision: 1064225 URL: http://svn.apache.org/viewvc?rev=1064225view=rev Log: javadoc Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/link/PopupSettings.java Modified:

[jira] Assigned: (WICKET-3399) HttpServletResponse is No Longer Accessible via 1.5 API

2011-01-27 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-3399: - Assignee: Igor Vaynberg HttpServletResponse is No Longer Accessible via 1.5 API

svn commit: r1064234 - in /wicket/trunk: wicket-core/src/main/java/org/apache/wicket/ajax/ wicket-core/src/main/java/org/apache/wicket/mock/ wicket-core/src/main/java/org/apache/wicket/protocol/http/

2011-01-27 Thread ivaynberg
Author: ivaynberg Date: Thu Jan 27 17:58:26 2011 New Revision: 1064234 URL: http://svn.apache.org/viewvc?rev=1064234view=rev Log: Issue: WICKET-3399 Modified: wicket/trunk/wicket-core/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java

[jira] Resolved: (WICKET-3399) HttpServletResponse is No Longer Accessible via 1.5 API

2011-01-27 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3399. --- Resolution: Fixed Fix Version/s: 1.5-RC2 see Response.getContainerResponse()

svn commit: r1064236 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/link/PopupSettings.java

2011-01-27 Thread pedro
Author: pedro Date: Thu Jan 27 18:03:02 2011 New Revision: 1064236 URL: http://svn.apache.org/viewvc?rev=1064236view=rev Log: New PopupSettings constructor to receive the page map name instead of its instance as parameter Issue: WICKET-3109 Modified:

[jira] Created: (WICKET-3400) ModalWindow example fails

2011-01-27 Thread Sven Meier (JIRA)
ModalWindow example fails -- Key: WICKET-3400 URL: https://issues.apache.org/jira/browse/WICKET-3400 Project: Wicket Issue Type: Bug Components: wicket-examples Affects Versions: 1.5-RC1

[jira] Commented: (WICKET-3399) HttpServletResponse is No Longer Accessible via 1.5 API

2011-01-27 Thread todd wolff (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12987680#action_12987680 ] todd wolff commented on WICKET-3399: Thanks. For the sake of consistency, you might

[jira] Commented: (WICKET-3399) HttpServletResponse is No Longer Accessible via 1.5 API

2011-01-27 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12987683#action_12987683 ] Igor Vaynberg commented on WICKET-3399: --- yeah, was just thinking about

svn commit: r1064240 - in /wicket/trunk: wicket-core/src/main/java/org/apache/wicket/mock/ wicket-core/src/main/java/org/apache/wicket/protocol/http/servlet/ wicket-core/src/test/java/org/apache/wicke

2011-01-27 Thread ivaynberg
Author: ivaynberg Date: Thu Jan 27 18:15:56 2011 New Revision: 1064240 URL: http://svn.apache.org/viewvc?rev=1064240view=rev Log: added request.getcontainerrequest() to stay consistent with response.getcontainerresponse() Modified:

[jira] Commented: (WICKET-3399) HttpServletResponse is No Longer Accessible via 1.5 API

2011-01-27 Thread todd wolff (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12987692#action_12987692 ] todd wolff commented on WICKET-3399: sorry. i meant deprecate the methods

[jira] Commented: (WICKET-3109) Using PopupSettings creates page maps early

2011-01-27 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12987694#action_12987694 ] Hudson commented on WICKET-3109: Integrated in Apache Wicket 1.4.x #407 (See

svn commit: r1064248 - in /wicket/trunk: wicket-core/src/main/java/org/apache/wicket/markup/html/include/ wicket-core/src/main/java/org/apache/wicket/protocol/http/request/ wicket-core/src/main/java/o

2011-01-27 Thread ivaynberg
Author: ivaynberg Date: Thu Jan 27 18:34:08 2011 New Revision: 1064248 URL: http://svn.apache.org/viewvc?rev=1064248view=rev Log: more cleanup. remove old getHttpServletRequest/Response and use getContainerResponse() instead. which actually uncovered a bunch of places that would be broken if

[jira] Commented: (WICKET-3399) HttpServletResponse is No Longer Accessible via 1.5 API

2011-01-27 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12987697#action_12987697 ] Igor Vaynberg commented on WICKET-3399: --- yeah. that makes sense. done.

[jira] Commented: (WICKET-2955) Component#onConfigure() - Create a new callback to help manage states such as visibility, enabled, etc

2011-01-27 Thread Sven Ludwig (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12987709#action_12987709 ] Sven Ludwig commented on WICKET-2955: - Has it been considered to also add

svn commit: r1064282 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/link/PopupSettings.java

2011-01-27 Thread pedro
Author: pedro Date: Thu Jan 27 19:53:22 2011 New Revision: 1064282 URL: http://svn.apache.org/viewvc?rev=1064282view=rev Log: restoring the PopupSettings(IPageMap pageMapName, final int displayFlags) constructor as deprecated Issue: WICKET-3109 Modified:

[jira] Commented: (WICKET-3109) Using PopupSettings creates page maps early

2011-01-27 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12987732#action_12987732 ] Hudson commented on WICKET-3109: Integrated in Apache Wicket 1.4.x #409 (See

[jira] Created: (WICKET-3401) Patch to add junit tests for MetaInfStaticResourceReference

2011-01-27 Thread JIRA
Patch to add junit tests for MetaInfStaticResourceReference --- Key: WICKET-3401 URL: https://issues.apache.org/jira/browse/WICKET-3401 Project: Wicket Issue Type: Improvement

[jira] Updated: (WICKET-3401) Patch to add junit tests for MetaInfStaticResourceReference

2011-01-27 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-3401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Király updated WICKET-3401: -- Attachment: WICKET-3401.patch Patch to add 2 junit tests. Patch to add junit tests for

[jira] Created: (WICKET-3402) Javascript to JavaScript

2011-01-27 Thread Richard Emberson (JIRA)
Javascript to JavaScript Key: WICKET-3402 URL: https://issues.apache.org/jira/browse/WICKET-3402 Project: Wicket Issue Type: Improvement Components: wicket Affects Versions: 1.5-RC1

[jira] Commented: (WICKET-3377) newPageMap at Session delete the default pageMap when excess Pagemap, and unneded pageMap are created for popupSettings with window name.

2011-01-27 Thread Yaron (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12987961#action_12987961 ] Yaron commented on WICKET-3377: --- Not when you use Ajax button. In this case the missing page

[jira] Commented: (WICKET-3398) EnclosureContainer: configure() should be called on the child component before calling isVisible on it

2011-01-27 Thread Ulrike M (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12987970#action_12987970 ] Ulrike M commented on WICKET-3398: -- Thanks for the fix. Only a detail but wouldn't it

[jira] Commented: (WICKET-3398) EnclosureContainer: configure() should be called on the child component before calling isVisible on it

2011-01-27 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12987971#action_12987971 ] Igor Vaynberg commented on WICKET-3398: --- wicket keeps track if configure() has been