git commit: WICKET-5471 Store the page if it is known that it will be used in a following request

2014-01-15 Thread mgrigorov
Updated Branches: refs/heads/wicket-6.x 1cc56f56a -> 3fca3415b WICKET-5471 Store the page if it is known that it will be used in a following request Better fix. The page will be touched (i.e. stored). But it won't be initialized unless really used because setStatelessHint(false) is called as

git commit: WICKET-5471 Store the page if it is known that it will be used in a following request

2014-01-15 Thread mgrigorov
Updated Branches: refs/heads/master c2b49a6cb -> a391ff3fe WICKET-5471 Store the page if it is known that it will be used in a following request Better fix. The page will be touched (i.e. stored). But it won't be initialized unless really used because setStatelessHint(false) is called as wel

[jira] [Commented] (WICKET-5465) WicketTester.newFormTester() should work within RequestCycle

2014-01-15 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13871819#comment-13871819 ] Martin Grigorov commented on WICKET-5465: - Failing test case would help to proces

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

2014-01-15 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov updated WICKET-5459: Fix Version/s: 7.0.0 > Make Component.setMetaData return this > --

[jira] [Commented] (WICKET-4441) PageProvider should create a new Page instance if PageParameters are changed, even if a stored page exists.

2014-01-15 Thread Sven Meier (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13871821#comment-13871821 ] Sven Meier commented on WICKET-4441: +1 looks good > PageProvider should create a ne

[jira] [Commented] (WICKET-5068) PageParameters missing from re-created Page

2014-01-15 Thread Sven Meier (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13871823#comment-13871823 ] Sven Meier commented on WICKET-5068: #canCallListenerInterfaceAfterExpiry() should be

[jira] [Commented] (WICKET-5453) Jetty 9.1.0 has its own UpgradeFilter, use it

2014-01-15 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13871826#comment-13871826 ] Martin Grigorov commented on WICKET-5453: - [~joakime] Pull requests or directions

[jira] [Commented] (WICKET-5068) PageParameters missing from re-created Page

2014-01-15 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13871828#comment-13871828 ] Martin Grigorov commented on WICKET-5068: - The other thing that bothers me is tha

[jira] [Commented] (WICKET-5068) PageParameters missing from re-created Page

2014-01-15 Thread Sven Meier (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13871832#comment-13871832 ] Sven Meier commented on WICKET-5068: Well, it's related to the expiry of pages. > Pa

git commit: WICKET-5469 ModalWindow unload warning always displayed (even if window is closed)

2014-01-15 Thread mgrigorov
Updated Branches: refs/heads/master a391ff3fe -> ca4bfbadf WICKET-5469 ModalWindow unload warning always displayed (even if window is closed) Always reset window.onbeforeunload on close (cherry picked from commit 0f0be95c81c97d224de5a1b9ec7abc44dc7f149f) Project: http://git-wip-us.apache.o

git commit: WICKET-5469 ModalWindow unload warning always displayed (even if window is closed)

2014-01-15 Thread mgrigorov
Updated Branches: refs/heads/wicket-6.x 3fca3415b -> 0f0be95c8 WICKET-5469 ModalWindow unload warning always displayed (even if window is closed) Always reset window.onbeforeunload on close Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repo

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

2014-01-15 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-5469. - Resolution: Fixed Fix Version/s: 7.0.0 6.14.0 Assignee

git commit: WICKET-5469 ModalWindow unload warning always displayed (even if window is closed)

2014-01-15 Thread mgrigorov
Updated Branches: refs/heads/master ca4bfbadf -> 79c7cb297 WICKET-5469 ModalWindow unload warning always displayed (even if window is closed) Use event listeners instead of property based event handler for onbeforeunload. We don't do the same for 'onunload' because event listeners can be ski

git commit: WICKET-5469 ModalWindow unload warning always displayed (even if window is closed)

2014-01-15 Thread mgrigorov
Updated Branches: refs/heads/wicket-6.x 0f0be95c8 -> e7dd6ea38 WICKET-5469 ModalWindow unload warning always displayed (even if window is closed) Use event listeners instead of property based event handler for onbeforeunload. We don't do the same for 'onunload' because event listeners can be

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

2014-01-15 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13871863#comment-13871863 ] Martin Grigorov commented on WICKET-5469: - The problem is fixed and now we use ev

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

2014-01-15 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-5468: --- Assignee: Martin Grigorov > UrlRenderer#renderRelativeUrl potentially appends "/" af

git commit: WICKET-5468 UrlRenderer#renderRelativeUrl potentially appends "/" after query parameters

2014-01-15 Thread mgrigorov
Updated Branches: refs/heads/master 79c7cb297 -> 4f9aa2d95 WICKET-5468 UrlRenderer#renderRelativeUrl potentially appends "/" after query parameters (cherry picked from commit d9f50272e37b62a78f6a67c9b9f3f32f024d0ab8) Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http:/

git commit: WICKET-5468 UrlRenderer#renderRelativeUrl potentially appends "/" after query parameters

2014-01-15 Thread mgrigorov
Updated Branches: refs/heads/wicket-6.x e7dd6ea38 -> d9f50272e WICKET-5468 UrlRenderer#renderRelativeUrl potentially appends "/" after query parameters Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/d9f50272 Tree: http

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

2014-01-15 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-5468. - Resolution: Fixed Fix Version/s: 7.0.0 6.14.0 Fixed. Thanks!

git commit: WICKET-5467 NumberTextField should support "any" as valid step attribute value

2014-01-15 Thread mgrigorov
Updated Branches: refs/heads/wicket-6.x d9f50272e -> 2c3aa01ab WICKET-5467 NumberTextField should support "any" as valid step attribute value Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/2c3aa01a Tree: http://git-wip-

git commit: WICKET-5467 NumberTextField should support "any" as valid step attribute value

2014-01-15 Thread mgrigorov
Updated Branches: refs/heads/master 4f9aa2d95 -> 60d3009e9 WICKET-5467 NumberTextField should support "any" as valid step attribute value (cherry picked from commit 2c3aa01aba8666f8dc358e5ae25f36e38523924d) Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us

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

2014-01-15 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-5467. - Resolution: Fixed Fix Version/s: 7.0.0 6.14.0 Assignee

[jira] [Resolved] (WICKET-5454) IAuthorizationStrategy#isInstantiationAuthorized(Class componentClass) should be passed the instance, not only it's class

2014-01-15 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-5454. - Resolution: Won't Fix As discussed on the dev@ mailing list this change won't be made.

[jira] [Commented] (WICKET-5068) PageParameters missing from re-created Page

2014-01-15 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13872076#comment-13872076 ] Martin Grigorov commented on WICKET-5068: - #canCallListenerInterfaceAfterExpiry()

[jira] [Commented] (WICKET-5471) Store the page if it is known that it will be used in a following request

2014-01-15 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13872119#comment-13872119 ] Martin Grigorov commented on WICKET-5471: - Workaround until Wicket 6.14.0 is rele

svn commit: r1558493 - /wicket/common/site/trunk/_site/start/quickstart.html

2014-01-15 Thread adelbene
Author: adelbene Date: Wed Jan 15 18:16:36 2014 New Revision: 1558493 URL: http://svn.apache.org/r1558493 Log: Syntax error in the quickstart Modified: wicket/common/site/trunk/_site/start/quickstart.html Modified: wicket/common/site/trunk/_site/start/quickstart.html URL: http://svn.apache.

svn commit: r4099 - /release/wicket/6.12.0/

2014-01-15 Thread dashorst
Author: dashorst Date: Thu Jan 16 07:02:00 2014 New Revision: 4099 Log: Remove previous version from mirrors Removed: release/wicket/6.12.0/