svn commit: r1128165 - in /wicket/trunk/wicket-core/src: main/java/org/apache/wicket/markup/html/border/ test/java/org/apache/wicket/ajax/markup/html/ajaxLink/ test/java/org/apache/wicket/markup/html/

2011-05-27 Thread ivaynberg
Author: ivaynberg Date: Fri May 27 06:18:29 2011 New Revision: 1128165 URL: http://svn.apache.org/viewvc?rev=1128165view=rev Log: removing magic from borders, namely border.add(x)==border.getbodycontainer().add(x) Issue: WICKET-3702 Modified:

[jira] [Commented] (WICKET-3739) wicket-datetime datepicker fails to display calendar with js error in calendar.js:3225 in IE8

2011-05-27 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13040077#comment-13040077 ] Igor Vaynberg commented on WICKET-3739: --- fix re-applied to the proper calendar

svn commit: r1128166 - in /wicket/trunk: wicket-core/src/main/java/org/apache/wicket/markup/html/border/ wicket-core/src/main/java/org/apache/wicket/markup/html/form/validation/ wicket-core/src/test/j

2011-05-27 Thread ivaynberg
Author: ivaynberg Date: Fri May 27 06:28:34 2011 New Revision: 1128166 URL: http://svn.apache.org/viewvc?rev=1128166view=rev Log: remove border.addtoborder() since its just an alias for border.add() and is actually longer than border.add() Issue: WICKET-3702 Modified:

[jira] [Resolved] (WICKET-3702) wicket:border: inconsistency between add() and remove()

2011-05-27 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3702. --- Resolution: Fixed wicket:border: inconsistency between add() and remove()

[jira] [Assigned] (WICKET-3702) wicket:border: inconsistency between add() and remove()

2011-05-27 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-3702: - Assignee: Igor Vaynberg (was: Martin Grigorov) wicket:border: inconsistency between

[jira] [Updated] (WICKET-3727) MultiFileUploadField internationalisation does not work

2011-05-27 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg updated WICKET-3727: -- Fix Version/s: 1.6.0 MultiFileUploadField internationalisation does not work

svn commit: r1128170 - in /wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/form: AbstractChoice.java FormComponent.java

2011-05-27 Thread ivaynberg
Author: ivaynberg Date: Fri May 27 06:41:41 2011 New Revision: 1128170 URL: http://svn.apache.org/viewvc?rev=1128170view=rev Log: Issue: WICKET-3745 Modified: wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/form/AbstractChoice.java

[jira] [Resolved] (WICKET-3745) AbstractSingleSelectChoice tries to convert the input using the id generated by IChoiceRenderer

2011-05-27 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3745. --- Resolution: Fixed thought about it some more. the only clear way i see to make this better

[jira] [Updated] (WICKET-3745) AbstractSingleSelectChoice tries to convert the input using the id generated by IChoiceRenderer

2011-05-27 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg updated WICKET-3745: -- Fix Version/s: 1.5-RC5 AbstractSingleSelectChoice tries to convert the input using the id

[jira] [Updated] (WICKET-3702) wicket:border: inconsistency between add() and remove()

2011-05-27 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg updated WICKET-3702: -- Fix Version/s: 1.5-RC5 wicket:border: inconsistency between add() and remove()

svn commit: r1128173 - /wicket/trunk/wicket-core/src/main/java/org/apache/wicket/util/tester/BaseWicketTester.java

2011-05-27 Thread mgrigorov
Author: mgrigorov Date: Fri May 27 07:00:55 2011 New Revision: 1128173 URL: http://svn.apache.org/viewvc?rev=1128173view=rev Log: WICKET-3742 BaseWicketTester: provide startComponentInPage with componentn parameter but without pageMarkup Modified:

[jira] [Resolved] (WICKET-3742) BaseWicketTester: provide startComponentInPage with componentn parameter but without pageMarkup

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

[jira] [Created] (WICKET-3747) Namespace WicketTester methods to group them by functionality

2011-05-27 Thread Martin Grigorov (JIRA)
Namespace WicketTester methods to group them by functionality - Key: WICKET-3747 URL: https://issues.apache.org/jira/browse/WICKET-3747 Project: Wicket Issue Type: Sub-task

[jira] [Reopened] (WICKET-3702) wicket:border: inconsistency between add() and remove()

2011-05-27 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reopened WICKET-3702: - A test is failing:

[jira] [Commented] (WICKET-3741) Introduce lightweight WicketRuntimeException for the cases when it can be ignored

2011-05-27 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13040112#comment-13040112 ] Martin Grigorov commented on WICKET-3741: - Another test that fails with similar

[jira] [Updated] (WICKET-3741) Don't throw MarkupNotFoundException when the markup is acceptable to not be available yet

2011-05-27 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov updated WICKET-3741: Summary: Don't throw MarkupNotFoundException when the markup is acceptable to not be

[jira] [Commented] (WICKET-3741) Don't throw MarkupNotFoundException when the markup is acceptable to not be available yet

2011-05-27 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13040163#comment-13040163 ] Martin Grigorov commented on WICKET-3741: - Another problem that is also

[jira] [Updated] (WICKET-3741) Don't throw MarkupNotFoundException when the markup is acceptable to not be available yet

2011-05-27 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov updated WICKET-3741: Attachment: 3741-panel-not-registered.log Don't throw MarkupNotFoundException when the

svn commit: r1128251 - /wicket/trunk/wicket-core/src/main/java/org/apache/wicket/RestartResponseException.java

2011-05-27 Thread mgrigorov
Author: mgrigorov Date: Fri May 27 10:42:53 2011 New Revision: 1128251 URL: http://svn.apache.org/viewvc?rev=1128251view=rev Log: WICKET-3744 Add RestartResponseException constructors to specify a RedirectPolicy Minor improvement - chain the constructors. Modified:

[jira] [Updated] (WICKET-3741) Don't throw MarkupNotFoundException when the markup is acceptable to not be available yet

2011-05-27 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov updated WICKET-3741: Attachment: WICKET-3741.patch Updating the patch with few improvements. Don't throw

svn commit: r1128275 - in /wicket/branches/wicket-1.4.x/wicket/src: main/java/org/apache/wicket/protocol/http/ main/java/org/apache/wicket/util/tester/ test/java/org/apache/wicket/util/tester/

2011-05-27 Thread mgrigorov
Author: mgrigorov Date: Fri May 27 12:21:18 2011 New Revision: 1128275 URL: http://svn.apache.org/viewvc?rev=1128275view=rev Log: WICKET-3711 FormTester doesn't treat SubmitLink and AjaxSubmitLink correctly Added:

[jira] [Resolved] (WICKET-3711) FormTester doesn't treat SubmitLink and AjaxSubmitLink correctly

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

[jira] [Commented] (WICKET-3746) server side password validation

2011-05-27 Thread Ravi Hegde (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13040206#comment-13040206 ] Ravi Hegde commented on WICKET-3746: Ok Mr.Martin, thank you for your information.

[jira] [Closed] (WICKET-3746) server side password validation

2011-05-27 Thread Ravi Hegde (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravi Hegde closed WICKET-3746. -- server side password validation --- Key: WICKET-3746

[jira] [Commented] (WICKET-3667) Once in a while we get random page expired on customers site

2011-05-27 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13040220#comment-13040220 ] Martin Grigorov commented on WICKET-3667: - Mauricio, Here is what happens in

[jira] [Resolved] (WICKET-3667) Once in a while we get random page expired on customers site

2011-05-27 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-3667. - Resolution: Not A Problem Closing as not a problem until proven otherwise. Once in a

svn commit: r1128302 - in /wicket/trunk/wicket-core/src: main/java/org/apache/wicket/ main/java/org/apache/wicket/pageStore/ main/java/org/apache/wicket/settings/ main/java/org/apache/wicket/settings/

2011-05-27 Thread mgrigorov
Author: mgrigorov Date: Fri May 27 13:40:20 2011 New Revision: 1128302 URL: http://svn.apache.org/viewvc?rev=1128302view=rev Log: WICKET-3723 Introduce StorageSettings for the settings related to default inmemory and disk storages Make the type of maxSizePerSession (the size of the file where

[jira] [Assigned] (WICKET-3649) ClassCastException when AbstractResource writes in response of some type other than WebResponse

2011-05-27 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-3649: --- Assignee: Martin Grigorov (was: Pedro Santos) ClassCastException when

svn commit: r1128330 - in /wicket/trunk: wicket-core/src/main/java/org/apache/wicket/request/resource/ wicket-extensions/src/test/java/org/apache/wicket/extensions/markup/html/image/ wicket-extensions

2011-05-27 Thread mgrigorov
Author: mgrigorov Date: Fri May 27 14:46:41 2011 New Revision: 1128330 URL: http://svn.apache.org/viewvc?rev=1128330view=rev Log: WICKET-3649 ClassCastException when AbstractResource writes in response of some type other than WebResponse Added:

[jira] [Resolved] (WICKET-3649) ClassCastException when AbstractResource writes in response of some type other than WebResponse

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

svn commit: r1128333 - /wicket/trunk/wicket-core/src/main/java/org/apache/wicket/util/tester/BaseWicketTester.java

2011-05-27 Thread mgrigorov
Author: mgrigorov Date: Fri May 27 14:50:45 2011 New Revision: 1128333 URL: http://svn.apache.org/viewvc?rev=1128333view=rev Log: WICKET-3471 WicketTester checkUsability is called before the request has started Make the method protected so the check can be disabled by application that need

svn commit: r1128334 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/util/tester/BaseWicketTester.java

2011-05-27 Thread mgrigorov
Author: mgrigorov Date: Fri May 27 14:51:02 2011 New Revision: 1128334 URL: http://svn.apache.org/viewvc?rev=1128334view=rev Log: WICKET-3471 WicketTester checkUsability is called before the request has started Make the method protected so the check can be disabled by application that need

[jira] [Resolved] (WICKET-3471) WicketTester checkUsability is called before the request has started

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

svn commit: r1128344 - in /wicket/trunk/wicket-core/src/main/java/org/apache/wicket: RestartResponseException.java request/handler/render/WebPageRenderer.java

2011-05-27 Thread mgrigorov
Author: mgrigorov Date: Fri May 27 15:03:54 2011 New Revision: 1128344 URL: http://svn.apache.org/viewvc?rev=1128344view=rev Log: WICKET-3744 Add RestartResponseException constructors to specify a RedirectPolicy Modified:

[jira] [Resolved] (WICKET-3744) Add RestartResponseException constructors to specify a RedirectPolicy

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

[jira] [Commented] (WICKET-3652) Provide a Typesafe Panel, that allows to use getDefaultModel and getDefaultModelObject without casting

2011-05-27 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13040283#comment-13040283 ] Igor Vaynberg commented on WICKET-3652: --- methods should be called

svn commit: r1128372 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax-debug.js

2011-05-27 Thread mgrigorov
Author: mgrigorov Date: Fri May 27 15:46:31 2011 New Revision: 1128372 URL: http://svn.apache.org/viewvc?rev=1128372view=rev Log: WICKET-3023 First try node.innerHTML (non-xhtml) and then fallback to xhtml variant Modified:

svn commit: r1128387 - /wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/HeadersToolbar.java

2011-05-27 Thread ivaynberg
Author: ivaynberg Date: Fri May 27 16:37:32 2011 New Revision: 1128387 URL: http://svn.apache.org/viewvc?rev=1128387view=rev Log: quickie test fix, need to think some more about this :/ Issue: WICKET-3702 Modified:

svn commit: r1128429 - /wicket/trunk/wicket-extensions/src/test/java/org/apache/wicket/extensions/markup/html/image/resource/ThumbnailImageResourceTest.java

2011-05-27 Thread mgrigorov
Author: mgrigorov Date: Fri May 27 19:18:59 2011 New Revision: 1128429 URL: http://svn.apache.org/viewvc?rev=1128429view=rev Log: WICKET-3649 ClassCastException when AbstractResource writes in response of some type other than WebResponse Change the image format to 'jpg' because the test failed

[jira] [Commented] (WICKET-3667) Once in a while we get random page expired on customers site

2011-05-27 Thread Mauricio Lopez-Soto (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13040402#comment-13040402 ] Mauricio Lopez-Soto commented on WICKET-3667: - Martin, Because of some

[jira] [Commented] (WICKET-3667) Once in a while we get random page expired on customers site

2011-05-27 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13040406#comment-13040406 ] Martin Grigorov commented on WICKET-3667: - What requirements if it is not secret

svn commit: r1128540 - in /wicket/trunk/wicket-core/src: main/java/org/apache/wicket/request/cycle/ test/java/org/apache/wicket/protocol/http/ test/java/org/apache/wicket/request/cycle/

2011-05-27 Thread ivaynberg
Author: ivaynberg Date: Sat May 28 00:18:33 2011 New Revision: 1128540 URL: http://svn.apache.org/viewvc?rev=1128540view=rev Log: Issue: WICKET-3748 Modified: wicket/trunk/wicket-core/src/main/java/org/apache/wicket/request/cycle/AbstractRequestCycleListener.java

[jira] [Resolved] (WICKET-3748) Normalize methods in IRequestCycleListener by introducing RequestCycle as a parameter to methods that are missing it

2011-05-27 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3748. --- Resolution: Fixed Normalize methods in IRequestCycleListener by introducing RequestCycle

[jira] [Created] (WICKET-3748) Normalize methods in IRequestCycleListener by introducing RequestCycle as a parameter to methods that are missing it

2011-05-27 Thread Igor Vaynberg (JIRA)
Normalize methods in IRequestCycleListener by introducing RequestCycle as a parameter to methods that are missing it Key: WICKET-3748 URL:

[jira] [Resolved] (WICKET-1703) Allow Intercept Page for POST Requests

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