[jira] Assigned: (WICKET-3126) Drop HomePageMapper in favour of MountedMapper("/", MyPage.class)

2011-01-02 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-3126: --- Assignee: Martin Grigorov > Drop HomePageMapper in favour of MountedMapper("/", MyPa

[jira] Created: (WICKET-3298) Session may not be replicated if the response page has not be modified

2011-01-02 Thread Martin Grigorov (JIRA)
Session may not be replicated if the response page has not be modified -- Key: WICKET-3298 URL: https://issues.apache.org/jira/browse/WICKET-3298 Project: Wicket Issue Type:

[jira] Created: (WICKET-3299) Please un-deprecate WebApplication.mount

2011-01-02 Thread Willis Blackburn (JIRA)
Please un-deprecate WebApplication.mount Key: WICKET-3299 URL: https://issues.apache.org/jira/browse/WICKET-3299 Project: Wicket Issue Type: Improvement Components: wicket Affects Versio

[jira] Assigned: (WICKET-3299) Please un-deprecate WebApplication.mount

2011-01-02 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-3299: --- Assignee: Martin Grigorov > Please un-deprecate WebApplication.mount > -

svn commit: r1054407 - /wicket/trunk/wicket-core/src/main/java/org/apache/wicket/protocol/http/WebApplication.java

2011-01-02 Thread mgrigorov
Author: mgrigorov Date: Sun Jan 2 14:04:21 2011 New Revision: 1054407 URL: http://svn.apache.org/viewvc?rev=1054407&view=rev Log: WICKET-3299 Please un-deprecate WebApplication.mount Remove @Deprecated from WebApplication#mount() Add another shortcut - #mountPackage() Update a TODO for #addIgnor

[jira] Resolved: (WICKET-3299) Please un-deprecate WebApplication.mount

2011-01-02 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-3299. - Resolution: Fixed Fix Version/s: 1.5-M4 Done with r1054407. Additionally #mountPa

[jira] Assigned: (WICKET-3296) Url should accept null parameters list

2011-01-02 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-3296: --- Assignee: Martin Grigorov > Url should accept null parameters list > ---

[jira] Assigned: (WICKET-3297) UrlAttributes are encoded incorrectly when style is null but variation is not

2011-01-02 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-3297: --- Assignee: Martin Grigorov > UrlAttributes are encoded incorrectly when style is null

svn commit: r1054409 - in /wicket/trunk: wicket-core/src/main/java/org/apache/wicket/ wicket-core/src/main/java/org/apache/wicket/request/mapper/ wicket-core/src/test/java/org/apache/wicket/markup/htm

2011-01-02 Thread mgrigorov
Author: mgrigorov Date: Sun Jan 2 14:07:09 2011 New Revision: 1054409 URL: http://svn.apache.org/viewvc?rev=1054409&view=rev Log: WICKET-3126 Drop HomePageMapper in favour of MountedMapper("/", MyPage.class) HomePageMapper now extends MountedMapper to be able to create Url "/" with proper query

[jira] Resolved: (WICKET-3126) Drop HomePageMapper in favour of MountedMapper("/", MyPage.class)

2011-01-02 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-3126. - Resolution: Fixed Improved with r1054409. Now HomePageMapper extends MountedMapper and p

[jira] Updated: (WICKET-3126) Improve HomePageMapper to keep "/" as Url after the redirect

2011-01-02 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov updated WICKET-3126: Summary: Improve HomePageMapper to keep "/" as Url after the redirect (was: Drop HomePage

[jira] Commented: (WICKET-3299) Please un-deprecate WebApplication.mount

2011-01-02 Thread Willis Blackburn (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12976521#action_12976521 ] Willis Blackburn commented on WICKET-3299: -- Thanks! By the way I love the new U

[jira] Created: (WICKET-3300) Redundant test in MountedMapper

2011-01-02 Thread Willis Blackburn (JIRA)
Redundant test in MountedMapper --- Key: WICKET-3300 URL: https://issues.apache.org/jira/browse/WICKET-3300 Project: Wicket Issue Type: Improvement Components: wicket Reporter: Willis Blackbu

[jira] Commented: (WICKET-2928) Stateless AJAX requests

2011-01-02 Thread Flying Wolf (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12976525#action_12976525 ] Flying Wolf commented on WICKET-2928: - There are a lot of Wicket users that require st

[jira] Commented: (WICKET-2928) Stateless AJAX requests

2011-01-02 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12976528#action_12976528 ] Juergen Donnerstag commented on WICKET-2928: any help is very much appreciated

[jira] Created: (WICKET-3301) SimpleDateFormat-s should be created with Locale defined in constructor

2011-01-02 Thread JIRA
SimpleDateFormat-s should be created with Locale defined in constructor --- Key: WICKET-3301 URL: https://issues.apache.org/jira/browse/WICKET-3301 Project: Wicket Issue Typ

[jira] Updated: (WICKET-3301) SimpleDateFormat-s should be created with Locale defined in constructor

2011-01-02 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-3301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Király updated WICKET-3301: -- Attachment: WICKET-3301.patch Attaching patch that fixes some of the creations of SimpleDateFo

[jira] Issue Comment Edited: (WICKET-3301) SimpleDateFormat-s should be created with Locale defined in constructor

2011-01-02 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-3301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12976529#action_12976529 ] Attila Király edited comment on WICKET-3301 at 1/2/11 10:52 AM:

[jira] Assigned: (WICKET-3300) Redundant test in MountedMapper

2011-01-02 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-3300: --- Assignee: Martin Grigorov > Redundant test in MountedMapper > --

svn commit: r1054424 - in /wicket/trunk/wicket-core/src: main/java/org/apache/wicket/request/mapper/AbstractResourceReferenceMapper.java test/java/org/apache/wicket/request/mapper/BasicResourceReferen

2011-01-02 Thread mgrigorov
Author: mgrigorov Date: Sun Jan 2 16:24:17 2011 New Revision: 1054424 URL: http://svn.apache.org/viewvc?rev=1054424&view=rev Log: WICKET-3297 UrlAttributes are encoded incorrectly when style is null but variation is not Properly encode 'variation' in UrlInfo when there is no style specified. M

svn commit: r1054425 - /wicket/trunk/wicket-core/src/test/java/org/apache/wicket/request/mapper/AbstractResourceReferenceMapperTest.java

2011-01-02 Thread mgrigorov
Author: mgrigorov Date: Sun Jan 2 16:25:03 2011 New Revision: 1054425 URL: http://svn.apache.org/viewvc?rev=1054425&view=rev Log: WICKET-3297 UrlAttributes are encoded incorrectly when style is null but variation is not Cleanup: Remove 'implements Serializable' from a unit test. Remove unused c

[jira] Resolved: (WICKET-3297) UrlAttributes are encoded incorrectly when style is null but variation is not

2011-01-02 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-3297. - Resolution: Fixed Fix Version/s: 1.5-M4 The patch is applied with r1054424. Thank

svn commit: r1054427 - /wicket/trunk/wicket-request/src/main/java/org/apache/wicket/request/Url.java

2011-01-02 Thread mgrigorov
Author: mgrigorov Date: Sun Jan 2 16:35:14 2011 New Revision: 1054427 URL: http://svn.apache.org/viewvc?rev=1054427&view=rev Log: WICKET-3296 Url should accept null parameters list Add additional constructor that accepts only the segments and charset, no query parameters. Modified: wicket/

[jira] Resolved: (WICKET-3296) Url should accept null parameters list

2011-01-02 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-3296. - Resolution: Fixed Fix Version/s: 1.5-M4 Improved with r1054427. Added additional

svn commit: r1054428 - /wicket/trunk/wicket-core/src/main/java/org/apache/wicket/request/mapper/MountedMapper.java

2011-01-02 Thread mgrigorov
Author: mgrigorov Date: Sun Jan 2 16:41:27 2011 New Revision: 1054428 URL: http://svn.apache.org/viewvc?rev=1054428&view=rev Log: WICKET-3300 Redundant test in MountedMapper Remove redundant check. Modified: wicket/trunk/wicket-core/src/main/java/org/apache/wicket/request/mapper/MountedMap

[jira] Resolved: (WICKET-3300) Redundant test in MountedMapper

2011-01-02 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-3300. - Resolution: Fixed Fix Version/s: 1.5-M4 Improved with r1054428. Thanks. > Redund

svn commit: r1054430 - in /wicket/trunk/wicket-core/src: main/java/org/apache/wicket/request/mapper/AbstractComponentMapper.java test/java/org/apache/wicket/request/mapper/MountedMapperTest.java

2011-01-02 Thread mgrigorov
Author: mgrigorov Date: Sun Jan 2 16:56:13 2011 New Revision: 1054430 URL: http://svn.apache.org/viewvc?rev=1054430&view=rev Log: WICKET-3272 Set an request parameter on Wicket tester do not add it in the request URL Improve the code that constructs the PageComponentInfo. The special request pa

[jira] Commented: (WICKET-3272) Set an request parameter on Wicket tester do not add it in the request URL

2011-01-02 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12976540#action_12976540 ] Martin Grigorov commented on WICKET-3272: - Pedro, I added the improvement in Abstr

[jira] Created: (WICKET-3302) Endless recursion if LoadableDetachableModel.load throws exception

2011-01-02 Thread Willis Blackburn (JIRA)
Endless recursion if LoadableDetachableModel.load throws exception -- Key: WICKET-3302 URL: https://issues.apache.org/jira/browse/WICKET-3302 Project: Wicket Issue Type: Bug

[jira] Commented: (WICKET-3302) Endless recursion if LoadableDetachableModel.load throws exception

2011-01-02 Thread Willis Blackburn (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12976564#action_12976564 ] Willis Blackburn commented on WICKET-3302: -- Maybe a good solution would be to hav

[jira] Created: (WICKET-3303) Use "META-INF/resources" (when available) to serve static resources

2011-01-02 Thread JIRA
Use "META-INF/resources" (when available) to serve static resources --- Key: WICKET-3303 URL: https://issues.apache.org/jira/browse/WICKET-3303 Project: Wicket Issue Type: Impro

[jira] Updated: (WICKET-3303) Use "META-INF/resources" (when available) to serve static resources

2011-01-02 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-3303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Király updated WICKET-3303: -- Attachment: WICKET-3303.patch Attaching a small, proof-of-concept patch that implements this s

[jira] Commented: (WICKET-3269) Review AbstractTextComponent's handling of empty Strings in 1.5

2011-01-02 Thread Sven Meier (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12976576#action_12976576 ] Sven Meier commented on WICKET-3269: I'll gladly continue this discussion on d...@. B

[jira] Updated: (WICKET-3269) Review AbstractTextComponent's handling of empty Strings in 1.5

2011-01-02 Thread Sven Meier (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sven Meier updated WICKET-3269: --- Attachment: (was: AbstractTextComponent_B.diff) > Review AbstractTextComponent's handling of emp

[jira] Updated: (WICKET-3269) Review AbstractTextComponent's handling of empty Strings in 1.5

2011-01-02 Thread Sven Meier (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sven Meier updated WICKET-3269: --- Attachment: emptyStringsToNullConversion.patch Move empty string to null conversion into converters

[jira] Updated: (WICKET-3269) Review AbstractTextComponent's handling of empty Strings in 1.5

2011-01-02 Thread Sven Meier (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sven Meier updated WICKET-3269: --- Attachment: (was: AbstractTextComponent_A.diff) > Review AbstractTextComponent's handling of emp