Subscribe

2013-07-08 Thread Michael Mosmann

[jira] [Created] (WICKET-5267) Create an Ajax behavior that suppresses all AjaxEventBehaviors in the sub-components and acts as a delegate

2013-07-08 Thread Martin Grigorov (JIRA)
Martin Grigorov created WICKET-5267: --- Summary: Create an Ajax behavior that suppresses all AjaxEventBehaviors in the sub-components and acts as a delegate Key: WICKET-5267 URL:

[3/3] git commit: WICKET-5267 Create an Ajax behavior that suppresses all AjaxEventBehaviors in the sub-components and acts as a delegate

2013-07-08 Thread mgrigorov
WICKET-5267 Create an Ajax behavior that suppresses all AjaxEventBehaviors in the sub-components and acts as a delegate Time measurements and debugging Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/c76f064b Tree:

[2/3] git commit: JS Event delegation - use a counter per event of event delegating behaviors in the page.

2013-07-08 Thread mgrigorov
JS Event delegation - use a counter per event of event delegating behaviors in the page. Reset this counter in EventDelegatingBehavior#onRemove() Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/ffc9d4f4 Tree:

[1/3] git commit: JS Event delegation - rework the contribution of JS (no more text template)

2013-07-08 Thread mgrigorov
Updated Branches: refs/heads/event-delegating-behavior ccf4ca1b2 - c76f064b9 JS Event delegation - rework the contribution of JS (no more text template) Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/fec0f52c Tree:

[jira] [Updated] (WICKET-5267) Create an Ajax behavior that suppresses all AjaxEventBehaviors in the sub-components and acts as a delegate

2013-07-08 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov updated WICKET-5267: Attachment: WICKET-5267.patch Attaching a diff between branch 'event-delegating-behavior'

[jira] [Updated] (WICKET-5267) Create an Ajax behavior that suppresses all AjaxEventBehaviors in the sub-components and acts as a delegate

2013-07-08 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov updated WICKET-5267: Attachment: event-delegating-behavior.tgz Attaching a demo application with 13 columns

[jira] [Commented] (WICKET-5265) FencedFeedbackPanel is broken with RefreshingView(and it's implementations)

2013-07-08 Thread Sven Meier (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13701993#comment-13701993 ] Sven Meier commented on WICKET-5265: With your patch it is no longer possible to use

[2/2] git commit: Java 7 diamonds

2013-07-08 Thread mgrigorov
Java 7 diamonds Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/5724ed00 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/5724ed00 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/5724ed00 Branch:

[1/2] git commit: Don't use string concatenation when there is a StringBuilder on hand

2013-07-08 Thread mgrigorov
Updated Branches: refs/heads/master a9002edb2 - 5724ed009 Don't use string concatenation when there is a StringBuilder on hand Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/e32882e6 Tree:

[jira] [Updated] (WICKET-5255) Make RadioGroup and CheckGroup non-components

2013-07-08 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov updated WICKET-5255: Assignee: Igor Vaynberg Make RadioGroup and CheckGroup non-components

buildbot failure in ASF Buildbot on wicket-branch-1.4.x

2013-07-08 Thread buildbot
The Buildbot has detected a new failure on builder wicket-branch-1.4.x while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/wicket-branch-1.4.x/builds/35 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: hemera_ubuntu Build Reason: forced: by

buildbot failure in ASF Buildbot on wicket-branch-1.5.x

2013-07-08 Thread buildbot
The Buildbot has detected a new failure on builder wicket-branch-1.5.x while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/wicket-branch-1.5.x/builds/449 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: hemera_ubuntu Build Reason: forced: by

[jira] [Commented] (WICKET-5265) FencedFeedbackPanel is broken with RefreshingView(and it's implementations)

2013-07-08 Thread vineet semwal (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13702205#comment-13702205 ] vineet semwal commented on WICKET-5265: --- if those multiple feedbacks for same fence

[jira] [Comment Edited] (WICKET-5265) FencedFeedbackPanel is broken with RefreshingView(and it's implementations)

2013-07-08 Thread vineet semwal (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13702205#comment-13702205 ] vineet semwal edited comment on WICKET-5265 at 7/8/13 6:23 PM:

git commit: Added release script for bug releases

2013-07-08 Thread dashorst
Updated Branches: refs/heads/master 5724ed009 - 3d26e5772 Added release script for bug releases Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/3d26e577 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/3d26e577

git commit: Added release script for bug releases

2013-07-08 Thread dashorst
Updated Branches: refs/heads/wicket-6.x 0fa7cb72a - 05d0bae3d Added release script for bug releases Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/05d0bae3 Tree:

[CONF] Apache Wicket Wicket Blogs

2013-07-08 Thread Tom Hombergs (Confluence)
Wicket Blogs Page edited by Tom Hombergs Changes (1) ... * [There is no place like

[CONF] Apache Wicket Wicket Blogs

2013-07-08 Thread Tom Hombergs (Confluence)
Wicket Blogs Page edited by Tom Hombergs Changes (1) ... * [There is no place like

[CONF] Apache Wicket Companies that provide services

2013-07-08 Thread Componence (Confluence)
Companies that provide services Page edited by Componence Changes (1) ... * [comSysto GmbH|http://blog.comsysto.com] provides Wicket