[6/6] git commit: JSDoc improvements

2012-02-02 Thread mgrigorov
JSDoc improvements Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/112ae702 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/112ae702 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/112ae702 Branch: refs/he

[2/6] git commit: Reintroduce lost method in the refactoring - Component#fatal()

2012-02-02 Thread mgrigorov
Reintroduce lost method in the refactoring - Component#fatal() Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/0cb741b3 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/0cb741b3 Diff: http://git-wip-us.apache.org/rep

[5/6] git commit: Improve JSDoc. Check if logging is enabled before serializing the XML document to string

2012-02-02 Thread mgrigorov
Improve JSDoc. Check if logging is enabled before serializing the XML document to string Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/3801d49c Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/3801d49c Diff: http:/

[4/6] git commit: Pass the parameters to the "already" functions as well. Wicket.Ajax.xyz() may be used from JS code and the developer may pass proper JS functions instead of function body (String) as

2012-02-02 Thread mgrigorov
Pass the parameters to the "already" functions as well. Wicket.Ajax.xyz() may be used from JS code and the developer may pass proper JS functions instead of function body (String) as we do in JSON attributes Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.ap

[3/6] git commit: Fix javadoc - remove strange import.

2012-02-02 Thread mgrigorov
Fix javadoc - remove strange import. Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/edcf0201 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/edcf0201 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/edcf020

[1/6] git commit: Fix a typo in javadoc

2012-02-02 Thread mgrigorov
Updated Branches: refs/heads/master 76e1663d0 -> 31b874d36 Fix a typo in javadoc Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/31b874d3 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/31b874d3 Diff: http://git

[CONF] Apache Wicket > Migration to Wicket 6.0

2012-02-02 Thread confluence
Migration to Wicket 6.0 Page edited by Igor Vaynberg Changes (1) ... * Most validators provide a `decorate(ValidationError, Validatable)` metho

buildbot success in ASF Buildbot on wicket-master

2012-02-02 Thread buildbot
The Buildbot has detected a restored build on builder wicket-master while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/wicket-master/builds/149 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: hemera_ubuntu Build Reason: forced: by IRC user

[jira] [Resolved] (WICKET-499) Investigate whether we can use component meta data for the storage of feedback messages

2012-02-02 Thread Igor Vaynberg (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-499. -- Resolution: Fixed > Investigate whether we can use component meta data for the storage of

[jira] [Resolved] (WICKET-2705) Feedback messages get cleaned up in AJAX request, thus never rendered and never visible to user

2012-02-02 Thread Igor Vaynberg (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2705. --- Resolution: Fixed > Feedback messages get cleaned up in AJAX request, thus never rendere

Git Push Summary

2012-02-02 Thread ivaynberg
Updated Branches: refs/heads/sandbox/feedback [deleted] 76f1c067d

buildbot failure in ASF Buildbot on wicket-master

2012-02-02 Thread buildbot
The Buildbot has detected a new failure on builder wicket-master while building wicket. Full details are available at: http://ci.apache.org/builders/wicket-master/builds/148 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: hemera_ubuntu Build Reason: scheduler Build Source Stamp:

[jira] [Commented] (WICKET-1363) Support RestartResponseAtInterceptPageException/continueToOriginalDestination() with Ajax requests

2012-02-02 Thread Daisuke Miyamoto (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199509#comment-13199509 ] Daisuke Miyamoto commented on WICKET-1363: -- Is this feature still supported in 1

[CONF] Apache Wicket > Using Forms

2012-02-02 Thread confluence
Using Forms Page comment added by Derek E I'd really love to see this page finished. Some of the form lifecycle in Wicket was a bit surprising to me, such as rawInput being cleared out after validation.

[jira] [Updated] (WICKET-4382) Attribute wicket:message not resolved within parent tag with InlineEnclosure

2012-02-02 Thread Jerome Bodis (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jerome Bodis updated WICKET-4382: - Summary: Attribute wicket:message not resolved within parent tag with InlineEnclosure (was: Att

[2/2] git commit: Add a check for null before trying to use IAjaxCallListener.

2012-02-02 Thread mgrigorov
Add a check for null before trying to use IAjaxCallListener. In 1.5 #getAjaxCallDecorator() returns null and straight-forward migration may do something like: attributes.getAjaxCallListeners().add(getAjaxCallListener()); Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http:/

[1/2] git commit: Improve exception message to say the full path of a component in a page and the name of the page it is added to.

2012-02-02 Thread mgrigorov
Updated Branches: refs/heads/master 835db0bf2 -> 8b7d38f64 Improve exception message to say the full path of a component in a page and the name of the page it is added to. Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit

git commit: Improve exception message to say the full path of a component in a page and the name of the page it is added to.

2012-02-02 Thread mgrigorov
Updated Branches: refs/heads/wicket-1.5.x 38cec6ae8 -> 8a5fc63fb Improve exception message to say the full path of a component in a page and the name of the page it is added to. Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/

[jira] [Updated] (WICKET-4382) Attribute wicket:message not resolved within InlineEnclosure

2012-02-02 Thread Jerome Bodis (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jerome Bodis updated WICKET-4382: - Attachment: myproject.zip > Attribute wicket:message not resolved within InlineEnclosure > -

[jira] [Created] (WICKET-4382) Attribute wicket:message not resolved within InlineEnclosure

2012-02-02 Thread Jerome Bodis (Created) (JIRA)
Attribute wicket:message not resolved within InlineEnclosure Key: WICKET-4382 URL: https://issues.apache.org/jira/browse/WICKET-4382 Project: Wicket Issue Type: Bug Compo

[CONF] Apache Wicket > Wicket Blogs

2012-02-02 Thread confluence
Wicket Blogs Page edited by Sergei Sizov Changes (1) ... * [Tomasz Dziurko: Code Hard Go Pro|http://tomaszdziurko.pl/] * [Martin Dilger: German

[jira] [Commented] (WICKET-4375) Reading body of the request in AbstractDefaultAjaxBehavior

2012-02-02 Thread Martin Grigorov (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13198667#comment-13198667 ] Martin Grigorov commented on WICKET-4375: - The reason is that now you can read PO

[jira] [Commented] (WICKET-4373) Form inside panel provided by IComponentResolver is broken

2012-02-02 Thread Chris Colman (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13198653#comment-13198653 ] Chris Colman commented on WICKET-4373: -- So does this mean that we can never have a f

[jira] [Commented] (WICKET-4373) Form inside panel provided by IComponentResolver is broken

2012-02-02 Thread Martin Grigorov (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13198648#comment-13198648 ] Martin Grigorov commented on WICKET-4373: - As I guessed. This scenario is not sup

[jira] [Resolved] (WICKET-4381) Component.renderHead(...) doesn't check if sub classes called super

2012-02-02 Thread Martin Grigorov (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-4381. - Resolution: Won't Fix > Component.renderHead(...) doesn't check if sub classes calle

[jira] [Commented] (WICKET-4381) Component.renderHead(...) doesn't check if sub classes called super

2012-02-02 Thread Christian Kalkhoff (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13198601#comment-13198601 ] Christian Kalkhoff commented on WICKET-4381: Good point. So in my case it wou

[jira] [Commented] (WICKET-4381) Component.renderHead(...) doesn't check if sub classes called super

2012-02-02 Thread Martin Grigorov (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13198598#comment-13198598 ] Martin Grigorov commented on WICKET-4381: - What if a sub-component want to overri

[jira] [Created] (WICKET-4381) Component.renderHead(...) doesn't check if sub classes called super

2012-02-02 Thread Cristian Kalkhoff (Created) (JIRA)
Component.renderHead(...) doesn't check if sub classes called super --- Key: WICKET-4381 URL: https://issues.apache.org/jira/browse/WICKET-4381 Project: Wicket Issue Type: Impro