svn commit: r1026749 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/application/DefaultClassResolver.java

2010-10-24 Thread mgrigorov
Author: mgrigorov Date: Sun Oct 24 08:53:18 2010 New Revision: 1026749 URL: http://svn.apache.org/viewvc?rev=1026749&view=rev Log: Rollback the synchronization on DefaultClassResolver#classes. It seems it is needed to load only one class at a time, not to synchronize the map access. See http://

svn commit: r1026750 - /wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/select/Select.java

2010-10-24 Thread mgrigorov
Author: mgrigorov Date: Sun Oct 24 08:54:09 2010 New Revision: 1026750 URL: http://svn.apache.org/viewvc?rev=1026750&view=rev Log: Format the code. No functional changes Modified: wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/select/Select.java M

svn commit: r1026751 - /wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/select/Select.java

2010-10-24 Thread mgrigorov
Author: mgrigorov Date: Sun Oct 24 08:56:15 2010 New Revision: 1026751 URL: http://svn.apache.org/viewvc?rev=1026751&view=rev Log: Findbugs warnings: .../wicket/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/select/Select.java:142 Invocation of toString on paths U

svn commit: r1026752 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/util/io/WicketObjectInputStream.java

2010-10-24 Thread mgrigorov
Author: mgrigorov Date: Sun Oct 24 09:01:14 2010 New Revision: 1026752 URL: http://svn.apache.org/viewvc?rev=1026752&view=rev Log: Findbugs warnings: Byte cannot be casted to Character Fix a copy/paste error. It seems until now the default value ('val') has been used. Modified: wicket/trun

svn commit: r1026753 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/util/io/WicketObjectInputStream.java

2010-10-24 Thread mgrigorov
Author: mgrigorov Date: Sun Oct 24 09:02:19 2010 New Revision: 1026753 URL: http://svn.apache.org/viewvc?rev=1026753&view=rev Log: Findbugs warnings: Byte cannot be casted to Character Fix a copy/paste error. It seems until now the default value ('val') has been used. Modified: wicket/bra

[jira] Updated: (WICKET-3114) Various issues in wicket-examples 1.5.x

2010-10-24 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov updated WICKET-3114: Description: Here is a list of some issues found by Igor while playing with 1.5 wicket-ex

[jira] Commented: (WICKET-1964) Add IBehavior.isVisibilityAllowed(Component) or so

2010-10-24 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924300#action_12924300 ] Martin Grigorov commented on WICKET-1964: - Unfortunatelly Nabble removed this mail

svn commit: r1026755 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/RadioChoice.java

2010-10-24 Thread mgrigorov
Author: mgrigorov Date: Sun Oct 24 09:32:46 2010 New Revision: 1026755 URL: http://svn.apache.org/viewvc?rev=1026755&view=rev Log: WICKET-2776 Enhancing RadioChoice input items with individual title and css class attributes Merge from 1.4.x: and WICKET-2772 Issue: WICKET-2776 Files Changed MODIF

[jira] Resolved: (WICKET-2776) Enhancing RadioChoice input items with individual title and css class attributes

2010-10-24 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-2776. - Resolution: Fixed Fix Version/s: (was: 1.4.8) 1.5-M3

[jira] Commented: (WICKET-2776) Enhancing RadioChoice input items with individual title and css class attributes

2010-10-24 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924303#action_12924303 ] Hudson commented on WICKET-2776: Integrated in Apache Wicket 1.5.x #449 (See [https://hud

[jira] Commented: (WICKET-2772) Generate wicketpath attribute for RadioChoice

2010-10-24 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924304#action_12924304 ] Hudson commented on WICKET-2772: Integrated in Apache Wicket 1.5.x #449 (See [https://hud

[jira] Commented: (WICKET-1964) Add IBehavior.isVisibilityAllowed(Component) or so

2010-10-24 Thread Anatoly Kupriyanov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924308#action_12924308 ] Anatoly Kupriyanov commented on WICKET-1964: Google for it by "make invisible

[jira] Assigned: (WICKET-2084) Integrate Wicket Ajax debug console to Firebug

2010-10-24 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-2084: --- Assignee: Martin Grigorov (was: Timo Rantalaiho) > Integrate Wicket Ajax debug cons

svn commit: r1026808 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax-debug.js

2010-10-24 Thread mgrigorov
Author: mgrigorov Date: Sun Oct 24 14:36:23 2010 New Revision: 1026808 URL: http://svn.apache.org/viewvc?rev=1026808&view=rev Log: WICKET-2084 Integrate Wicket Ajax debug console to Firebug Log errors in browsers' console if available (Firebug and similar). This way errors will get developers' a

[jira] Resolved: (WICKET-2084) Integrate Wicket Ajax debug console to Firebug

2010-10-24 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-2084. - Resolution: Fixed With r1026808 I added logic to log just errors in browsers' console if

[jira] Resolved: (WICKET-1531) Behaviours cannot change tag name

2010-10-24 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-1531. - Resolution: Not A Problem Assignee: Martin Grigorov In Wicket 1.5 this is already

[jira] Assigned: (WICKET-1215) WicketTester recreates session after setting attributes on it

2010-10-24 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-1215: --- Assignee: Martin Grigorov (was: Juergen Donnerstag) > WicketTester recreates sessio

svn commit: r1026816 - /wicket/trunk/wicket/src/test/java/org/apache/wicket/util/tester/WicketTesterSessionCreationTest.java

2010-10-24 Thread mgrigorov
Author: mgrigorov Date: Sun Oct 24 15:06:10 2010 New Revision: 1026816 URL: http://svn.apache.org/viewvc?rev=1026816&view=rev Log: WICKET-1215 WicketTester recreates session after setting attributes on it Add a unit test for the described problem that WicketTester creates a new Session when star

[jira] Resolved: (WICKET-1215) WicketTester recreates session after setting attributes on it

2010-10-24 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-1215. - Resolution: Fixed It seems this already works as expected in Wicket 1.5. With r1026816 I

[jira] Assigned: (WICKET-385) Move HTTP caching features out of wicket.Resource

2010-10-24 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-385: -- Assignee: Peter Ertl (was: Jean-Baptiste Quenot) Peter, I think this is already improv

[jira] Commented: (WICKET-2084) Integrate Wicket Ajax debug console to Firebug

2010-10-24 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924329#action_12924329 ] Hudson commented on WICKET-2084: Integrated in Apache Wicket 1.5.x #450 (See [https://hud

[jira] Commented: (WICKET-1175) IDataProvider-Overflow with size()

2010-10-24 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924335#action_12924335 ] Martin Grigorov commented on WICKET-1175: - Igor, is it time to make this change ?

[jira] Resolved: (WICKET-2081) Add optional support for "Setting Markup Head Elements" PLT.12.5.4

2010-10-24 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-2081. - Resolution: Won't Fix Closing as "Won't fix" because we decided to not support Portlets

[jira] Commented: (WICKET-2035) Change naming convention for xml properties files to *.properties.xml instead of *.xml

2010-10-24 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924339#action_12924339 ] Martin Grigorov commented on WICKET-2035: - Any objections to make this change (.xm

[jira] Commented: (WICKET-1382) Image could be made ajax aware..

2010-10-24 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924340#action_12924340 ] Martin Grigorov commented on WICKET-1382: - By "add an image" do you really mean "u

[jira] Commented: (WICKET-1244) Move IResponseFilter and its implementations into a new subfolder / package

2010-10-24 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924341#action_12924341 ] Martin Grigorov commented on WICKET-1244: - Shall we do this package move for 1.5 ?

[jira] Commented: (WICKET-1215) WicketTester recreates session after setting attributes on it

2010-10-24 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924348#action_12924348 ] Hudson commented on WICKET-1215: Integrated in Apache Wicket 1.5.x #451 (See [https://hud

[jira] Commented: (WICKET-1175) IDataProvider-Overflow with size()

2010-10-24 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924351#action_12924351 ] Igor Vaynberg commented on WICKET-1175: --- i would wait for 1.6. ive tried this refact

[jira] Updated: (WICKET-1175) IDataProvider-Overflow with size()

2010-10-24 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg updated WICKET-1175: -- Fix Version/s: (was: 1.5-M3) 1.6.0 > IDataProvider-Overflow with size()

[jira] Commented: (WICKET-2035) Change naming convention for xml properties files to *.properties.xml instead of *.xml

2010-10-24 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924352#action_12924352 ] Igor Vaynberg commented on WICKET-2035: --- something trivial like this is ok i think s

[jira] Commented: (WICKET-1382) Image could be made ajax aware..

2010-10-24 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924354#action_12924354 ] Igor Vaynberg commented on WICKET-1382: --- yeah, he is talking about target.add(imagec

[jira] Commented: (WICKET-1244) Move IResponseFilter and its implementations into a new subfolder / package

2010-10-24 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924355#action_12924355 ] Igor Vaynberg commented on WICKET-1244: --- yes, lets do this now since its trivial. or

[jira] Assigned: (WICKET-1244) Move IResponseFilter and its implementations into a new subfolder / package

2010-10-24 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-1244: --- Assignee: Martin Grigorov > Move IResponseFilter and its implementations into a new

svn commit: r1026843 - in /wicket/trunk: wicket-examples/src/main/java/org/apache/wicket/examples/ wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/ wicket/src/main/java/org/apach

2010-10-24 Thread mgrigorov
Author: mgrigorov Date: Sun Oct 24 17:34:10 2010 New Revision: 1026843 URL: http://svn.apache.org/viewvc?rev=1026843&view=rev Log: WICKET-1244 Move IResponseFilter and its implementations into a new subfolder / package Move them to o.a.w.response.filter Added: wicket/trunk/wicket/src/main/j

[jira] Resolved: (WICKET-1244) Move IResponseFilter and its implementations into a new subfolder / package

2010-10-24 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-1244. - Resolution: Fixed Moved with r1026843 > Move IResponseFilter and its implementations in

[jira] Assigned: (WICKET-2035) Change naming convention for xml properties files to *.properties.xml instead of *.xml

2010-10-24 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-2035: --- Assignee: Martin Grigorov > Change naming convention for xml properties files to *.p

[jira] Commented: (WICKET-1244) Move IResponseFilter and its implementations into a new subfolder / package

2010-10-24 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924360#action_12924360 ] Hudson commented on WICKET-1244: Integrated in Apache Wicket 1.5.x #452 (See [https://hud

svn commit: r1026861 - in /wicket/trunk/wicket/src: main/java/org/apache/wicket/resource/ test/java/org/apache/wicket/resource/

2010-10-24 Thread mgrigorov
Author: mgrigorov Date: Sun Oct 24 18:41:23 2010 New Revision: 1026861 URL: http://svn.apache.org/viewvc?rev=1026861&view=rev Log: WICKET-2035 Change naming convention for xml properties files to *.properties.xml instead of *.xml Change the file extension used for XML based property files. Until

[jira] Resolved: (WICKET-2035) Change naming convention for xml properties files to *.properties.xml instead of *.xml

2010-10-24 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-2035. - Resolution: Fixed The file extension is changed to .properties.xml with r1026861 > Chan

[jira] Commented: (WICKET-2035) Change naming convention for xml properties files to *.properties.xml instead of *.xml

2010-10-24 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924367#action_12924367 ] Hudson commented on WICKET-2035: Integrated in Apache Wicket 1.5.x #453 (See [https://hud

[jira] Created: (WICKET-3130) update migration guide

2010-10-24 Thread Igor Vaynberg (JIRA)
update migration guide -- Key: WICKET-3130 URL: https://issues.apache.org/jira/browse/WICKET-3130 Project: Wicket Issue Type: Sub-task Reporter: Igor Vaynberg Assignee: Martin Grigorov -- This