[jira] [Commented] (WICKET-5459) Make Component.setMetaData return this

2014-01-10 Thread Ilia Naryzhny (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13868620#comment-13868620 ] Ilia Naryzhny commented on WICKET-5459: --- Agree. What's another classes shoud be cha

[jira] [Commented] (WICKET-5469) ModalWindow unload warning always displayed (even if window is closed)

2014-01-10 Thread Jonas (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13867931#comment-13867931 ] Jonas commented on WICKET-5469: --- Wouldn't it make sense to use window.addEventListener("on

[jira] [Comment Edited] (WICKET-5469) ModalWindow unload warning always displayed (even if window is closed)

2014-01-10 Thread Jonas (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13867931#comment-13867931 ] Jonas edited comment on WICKET-5469 at 1/10/14 3:50 PM: Wouldn't

[jira] [Updated] (WICKET-5469) ModalWindow unload warning always displayed (even if window is closed)

2014-01-10 Thread Jonas (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonas updated WICKET-5469: -- Affects Version/s: 7.0.0 > ModalWindow unload warning always displayed (even if window is closed) > --

[jira] [Commented] (WICKET-5469) ModalWindow unload warning always displayed (even if window is closed)

2014-01-10 Thread Jonas (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13867819#comment-13867819 ] Jonas commented on WICKET-5469: --- As a workaround, it is possible to assign an empty functio

[jira] [Created] (WICKET-5469) ModalWindow unload warning always displayed (even if window is closed)

2014-01-10 Thread Jonas (JIRA)
Jonas created WICKET-5469: - Summary: ModalWindow unload warning always displayed (even if window is closed) Key: WICKET-5469 URL: https://issues.apache.org/jira/browse/WICKET-5469 Project: Wicket Is

svn commit: r1557117 [3/3] - in /wicket/common/site/trunk/_site/guide: ./ gapi/ gapi/DefaultPackage/ gapi/spring/ guide/ guide/pages/ guide/src/docs/guide/chapter10/ guide/src/docs/guide/chapter14/

2014-01-10 Thread adelbene
Modified: wicket/common/site/trunk/_site/guide/guide/pages/chapter9_6.html URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/guide/pages/chapter9_6.html?rev=1557117&r1=1557116&r2=1557117&view=diff == -

[CONF] Apache Wicket > Migration to Wicket 7.0

2014-01-10 Thread Martin Grigorov (Confluence)

[jira] [Resolved] (WICKET-4686) MountMapper does not support correctly parameter placeholders

2014-01-10 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-4686. - Resolution: Fixed Fixed by moving the parsing of mandatory and optional request paramete

[09/10] git commit: Remove an override of a method that does nothing different than its super

2014-01-10 Thread mgrigorov
Remove an override of a method that does nothing different than its super Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/c61eabd9 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/c61eabd9 Diff: http://git-wip-us.apa

[05/10] git commit: Java 7 diamonds and javadoc fixes

2014-01-10 Thread mgrigorov
Java 7 diamonds and javadoc fixes Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/2e272d08 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/2e272d08 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/2e272d08

[07/10] git commit: WICKET-4686 MountMapper does not support correctly parameter placeholders

2014-01-10 Thread mgrigorov
WICKET-4686 MountMapper does not support correctly parameter placeholders Revert the null-yfing of the page parameters. If there is no listener interface then everything is fine with the parsing of the parameters Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip

[10/10] git commit: WICKET-4686 MountMapper does not support correctly parameter placeholders

2014-01-10 Thread mgrigorov
WICKET-4686 MountMapper does not support correctly parameter placeholders Nuke MountMapper and related classes. They are not used anymore. Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/e329e1e2 Tree: http://git-wip-us.apa

[06/10] git commit: Remove useless call to redirectFromHomePage().

2014-01-10 Thread mgrigorov
Remove useless call to redirectFromHomePage(). redirectFromHomePage() is called in org.apache.wicket.core.request.mapper.MountedMapper#parseRequest() where org.apache.wicket.core.request.mapper.MountedMapper#checkHomePage() is also used. Project: http://git-wip-us.apache.org/repos/asf/wicket/

[04/10] git commit: WICKET-4686 MountMapper does not support correctly parameter placeholders

2014-01-10 Thread mgrigorov
WICKET-4686 MountMapper does not support correctly parameter placeholders Remove duplicated code and add javadoc Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/15403962 Tree: http://git-wip-us.apache.org/repos/asf/wicket/t

git commit: WICKET-4686 MountMapper does not support correctly parameter placeholders

2014-01-10 Thread mgrigorov
Updated Branches: refs/heads/sandbox/WICKET-4686 c61eabd9a -> e329e1e20 WICKET-4686 MountMapper does not support correctly parameter placeholders Nuke MountMapper and related classes. They are not used anymore. Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wi

[08/10] git commit: Non-functional - fix comments

2014-01-10 Thread mgrigorov
Non-functional - fix comments Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/8803af05 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/8803af05 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/8803af05 Bran

Git Push Summary

2014-01-10 Thread mgrigorov
Updated Branches: refs/heads/sandbox/WICKET-4686 [deleted] e329e1e20

[02/10] Merge branch 'master' into sandbox/WICKET-4686

2014-01-10 Thread mgrigorov
http://git-wip-us.apache.org/repos/asf/wicket/blob/7e032d21/wicket-core/src/main/java/org/apache/wicket/core/request/handler/PageProvider.java -- diff --cc wicket-core/src/main/java/org/apache/wicket/core/request/handler/PageProvi

[01/10] git commit: WICKET-4686

2014-01-10 Thread mgrigorov
Updated Branches: refs/heads/master 2b1ce91d6 -> e329e1e20 WICKET-4686 Make it possible to use named mandatory and optional parameters in the url mounted with PackageMapper Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/comm

[5/5] git commit: Remove an override of a method that does nothing different than its super

2014-01-10 Thread mgrigorov
Remove an override of a method that does nothing different than its super Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/c61eabd9 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/c61eabd9 Diff: http://git-wip-us.apa

[4/5] git commit: Non-functional - fix comments

2014-01-10 Thread mgrigorov
Non-functional - fix comments Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/8803af05 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/8803af05 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/8803af05 Bran

[2/5] git commit: Remove useless call to redirectFromHomePage().

2014-01-10 Thread mgrigorov
Remove useless call to redirectFromHomePage(). redirectFromHomePage() is called in org.apache.wicket.core.request.mapper.MountedMapper#parseRequest() where org.apache.wicket.core.request.mapper.MountedMapper#checkHomePage() is also used. Project: http://git-wip-us.apache.org/repos/asf/wicket/

[3/5] git commit: WICKET-4686 MountMapper does not support correctly parameter placeholders

2014-01-10 Thread mgrigorov
WICKET-4686 MountMapper does not support correctly parameter placeholders Revert the null-yfing of the page parameters. If there is no listener interface then everything is fine with the parsing of the parameters Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip

[1/5] git commit: Java 7 diamonds and javadoc fixes

2014-01-10 Thread mgrigorov
Updated Branches: refs/heads/sandbox/WICKET-4686 15403962c -> c61eabd9a Java 7 diamonds and javadoc fixes Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/2e272d08 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/

[jira] [Created] (WICKET-5468) UrlRenderer#renderRelativeUrl potentially appends "/" after query parameters

2014-01-10 Thread Michael Frankerl (JIRA)
Michael Frankerl created WICKET-5468: Summary: UrlRenderer#renderRelativeUrl potentially appends "/" after query parameters Key: WICKET-5468 URL: https://issues.apache.org/jira/browse/WICKET-5468

[jira] [Updated] (WICKET-5467) NumberTextField should support "any" as valid step attribute value

2014-01-10 Thread Per Newgro (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Per Newgro updated WICKET-5467: --- Attachment: fix-WICKET-5467-src.zip These are the changed sources > NumberTextField should support

[jira] [Commented] (WICKET-5467) NumberTextField should support "any" as valid step attribute value

2014-01-10 Thread Per Newgro (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13867685#comment-13867685 ] Per Newgro commented on WICKET-5467: The patch was created by git fomat-patch command

[jira] [Commented] (WICKET-5467) NumberTextField should support "any" as valid step attribute value

2014-01-10 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13867684#comment-13867684 ] Martin Grigorov commented on WICKET-5467: - The patch contains a lot of white spac

[jira] [Updated] (WICKET-5467) NumberTextField should support "any" as valid step attribute value

2014-01-10 Thread Per Newgro (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Per Newgro updated WICKET-5467: --- Attachment: fix-WICKET-5467.patch > NumberTextField should support "any" as valid step attribute val

[jira] [Created] (WICKET-5467) NumberTextField should support "any" as valid step attribute value

2014-01-10 Thread Per Newgro (JIRA)
Per Newgro created WICKET-5467: -- Summary: NumberTextField should support "any" as valid step attribute value Key: WICKET-5467 URL: https://issues.apache.org/jira/browse/WICKET-5467 Project: Wicket