[CONF] Apache Wicket Contributing to Wicket

2011-01-26 Thread confluence
Contributing to Wicket Page edited by Victor Ionescu Comment: Replaced broken link http://wicket.apache.org/quickstart.html with http://wicket.apache.org/start/quickstart.html Changes (1)

[jira] Created: (WICKET-3391) Extensibility of the Wizard component

2011-01-26 Thread Victor Ionescu (JIRA)
Extensibility of the Wizard component - Key: WICKET-3391 URL: https://issues.apache.org/jira/browse/WICKET-3391 Project: Wicket Issue Type: Improvement Components: wicket-extensions Affects

[jira] Commented: (WICKET-3218) Component#onInitialize is broken for Pages

2011-01-26 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-3218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12987077#action_12987077 ] Szádeczky-Kardoss Szabolcs commented on WICKET-3218: Hi Igor and Carl,

[jira] Commented: (WICKET-3218) Component#onInitialize is broken for Pages

2011-01-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12987080#action_12987080 ] Igor Vaynberg commented on WICKET-3218: --- the problem with leaving onInitialize()

[jira] Created: (WICKET-3392) Page#onInitialize (and prepareForRender) is now broken as it is final (see Wicket-3218)

2011-01-26 Thread JIRA
Page#onInitialize (and prepareForRender) is now broken as it is final (see Wicket-3218) --- Key: WICKET-3392 URL: https://issues.apache.org/jira/browse/WICKET-3392

[jira] Resolved: (WICKET-3392) Page#onInitialize (and prepareForRender) is now broken as it is final (see Wicket-3218)

2011-01-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3392. --- Resolution: Duplicate Assignee: Igor Vaynberg i have answered your comments in 3128

svn commit: r1063798 - in /wicket/trunk/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authentication: AbstractAuthenticatedWebSession.java AuthenticatedWebApplication.java AuthenticatedW

2011-01-26 Thread ivaynberg
Author: ivaynberg Date: Wed Jan 26 16:59:40 2011 New Revision: 1063798 URL: http://svn.apache.org/viewvc?rev=1063798view=rev Log: WICKET-3388 Incorrect casts to AuthenticatedWebSession in AuthenticatedWebApplication class Modified:

[jira] Resolved: (WICKET-3388) Incorrect casts to AuthenticatedWebSession in AuthenticatedWebApplication class

2011-01-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3388. --- Resolution: Fixed Assignee: Igor Vaynberg thanks Incorrect casts to

[jira] Resolved: (WICKET-3371) Implementation of protected handleMultipart method requires private method

2011-01-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3371. --- Resolution: Invalid Assignee: Igor Vaynberg public boolean isMultiPart() is already

[jira] Commented: (WICKET-3371) Implementation of protected handleMultipart method requires private method

2011-01-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12987103#action_12987103 ] Igor Vaynberg commented on WICKET-3371: --- if (!isMultipart() || handleMultipart())

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

2011-01-26 Thread ivaynberg
Author: ivaynberg Date: Wed Jan 26 17:58:53 2011 New Revision: 1063807 URL: http://svn.apache.org/viewvc?rev=1063807view=rev Log: Issue: WICKET-3387 Modified: wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/AbstractToolbar.java

[jira] Resolved: (WICKET-3387) Usage of DataTable gives Child component of repeater x has a non-safe child id of $toolbar$n

2011-01-26 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3387. --- Resolution: Fixed Fix Version/s: 1.5-RC2 Assignee: Igor Vaynberg Usage of

[jira] Updated: (WICKET-3393) Remove ApplicationContextHolder from SpringComponentInjector

2011-01-26 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-3393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Király updated WICKET-3393: -- Attachment: WICKET-3393-fix.patch Attaching suggested patch. Test pass with it. Patch

[jira] Commented: (WICKET-3389) improve timestamps on resource filename by providing the possibility to add your own filename decorators

2011-01-26 Thread Peter Ertl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12987157#action_12987157 ] Peter Ertl commented on WICKET-3389: @Major Peter: I can't think of the perfect

[jira] Resolved: (WICKET-3389) improve timestamps on resource filename by providing the possibility to add your own filename decorators

2011-01-26 Thread Peter Ertl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Ertl resolved WICKET-3389. Resolution: Fixed Fix Version/s: 1.5-RC2 Committed an initial version into trunk taking

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

2011-01-26 Thread pete
Author: pete Date: Wed Jan 26 18:52:52 2011 New Revision: 1063825 URL: http://svn.apache.org/viewvc?rev=1063825view=rev Log: WICKET-3389: better sanity checking after invocation of resource caching strategy Modified:

svn commit: r1063830 - in /wicket/trunk/wicket-core/src/main/java/org/apache/wicket: request/resource/caching/FilenameWithTimestampResourceCachingStrategy.java settings/IResourceSettings.java

2011-01-26 Thread pete
Author: pete Date: Wed Jan 26 19:02:16 2011 New Revision: 1063830 URL: http://svn.apache.org/viewvc?rev=1063830view=rev Log: WICKET-3389: fixed javadoc and added check for invalid argument Modified:

svn commit: r1063832 - in /wicket/trunk/wicket-core/src/main/java/org/apache/wicket: ./ mock/ request/resource/ request/resource/caching/ settings/ settings/def/

2011-01-26 Thread pete
Author: pete Date: Wed Jan 26 19:06:29 2011 New Revision: 1063832 URL: http://svn.apache.org/viewvc?rev=1063832view=rev Log: WICKET-3389: improved naming Modified: wicket/trunk/wicket-core/src/main/java/org/apache/wicket/SystemMapper.java

svn commit: r1063856 - in /wicket/trunk: wicket-core/src/main/java/org/apache/wicket/request/mapper/ wicket-core/src/main/java/org/apache/wicket/request/resource/caching/ wicket-request/src/main/java/

2011-01-26 Thread ivaynberg
Author: ivaynberg Date: Wed Jan 26 19:59:25 2011 New Revision: 1063856 URL: http://svn.apache.org/viewvc?rev=1063856view=rev Log: improved naming, better interface, made it impossible to tweak indexed parameters in caching strategy in code rather then a javadoc warning. people dont read javadoc

[jira] Commented: (WICKET-3218) Component#onInitialize is broken for Pages

2011-01-26 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-3218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12987194#action_12987194 ] Szádeczky-Kardoss Szabolcs commented on WICKET-3218: Thanks for the

[jira] Commented: (WICKET-3392) Page#onInitialize (and prepareForRender) is now broken as it is final (see Wicket-3218)

2011-01-26 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12987195#action_12987195 ] Szádeczky-Kardoss Szabolcs commented on WICKET-3392: (Same comment as

[jira] Closed: (WICKET-3357) Resource getResourceStream called twice with single request

2011-01-26 Thread Peter Ertl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Ertl closed WICKET-3357. -- Resolution: Fixed Fix Version/s: 1.5-RC2 Assignee: Peter Ertl From the two calls to

[jira] Issue Comment Edited: (WICKET-3357) Resource getResourceStream called twice with single request

2011-01-26 Thread Peter Ertl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12987216#action_12987216 ] Peter Ertl edited comment on WICKET-3357 at 1/26/11 4:09 PM: -

svn commit: r1063872 - in /wicket/branches/wicket-1.4.x/wicket-examples/src/main/webapp: images/logo.png images/logo_graduated.png main_style.css

2011-01-26 Thread pete
Author: pete Date: Wed Jan 26 21:23:13 2011 New Revision: 1063872 URL: http://svn.apache.org/viewvc?rev=1063872view=rev Log: WICKET-3346 Wicket examples still show a Graduated logo Added: wicket/branches/wicket-1.4.x/wicket-examples/src/main/webapp/images/logo.png (with props) Removed:

svn commit: r1063874 - in /wicket/trunk/wicket-examples/src/main/webapp: images/logo.png images/logo_graduated.png main_style.css

2011-01-26 Thread pete
Author: pete Date: Wed Jan 26 21:26:09 2011 New Revision: 1063874 URL: http://svn.apache.org/viewvc?rev=1063874view=rev Log: WICKET-3346 Wicket examples still show a Graduated logo Added: wicket/trunk/wicket-examples/src/main/webapp/images/logo.png (with props) Removed:

[jira] Closed: (WICKET-3346) Wicket examples still show a Graduated logo

2011-01-26 Thread Peter Ertl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Ertl closed WICKET-3346. -- Resolution: Fixed Fix Version/s: 1.5-RC2 1.4.16 Assignee: Peter

svn commit: r1063875 - /wicket/trunk/wicket-util/src/main/java/org/apache/wicket/util/io/Streams.java

2011-01-26 Thread pete
Author: pete Date: Wed Jan 26 21:30:46 2011 New Revision: 1063875 URL: http://svn.apache.org/viewvc?rev=1063875view=rev Log: WICKET-3386 org/apache/wicket/util/io/Streams.java copy methods return long and/or int Modified:

[jira] Resolved: (WICKET-3386) org/ap ache/wicket/util/io/Streams.java copy methods return long and/or int

2011-01-26 Thread Peter Ertl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Ertl resolved WICKET-3386. Resolution: Fixed Fix Version/s: 1.5-RC2 Assignee: Peter Ertl fixed, thanks!

svn commit: r1063876 - /wicket/trunk/wicket-util/src/main/java/org/apache/wicket/util/convert/converter/AbstractNumberConverter.java

2011-01-26 Thread pete
Author: pete Date: Wed Jan 26 21:32:51 2011 New Revision: 1063876 URL: http://svn.apache.org/viewvc?rev=1063876view=rev Log: WICKET-3390 org.apache.wicket.util.convert.converter.AbstractNumberConverter convertToString method Modified:

[jira] Resolved: (WICKET-3390) org.apache.wicket.util.convert.converter.AbstractNumberConverter convertToString method

2011-01-26 Thread Peter Ertl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Ertl resolved WICKET-3390. Resolution: Fixed Fix Version/s: 1.5-RC2 Assignee: Peter Ertl fixed, thanks!

svn commit: r1063903 - in /wicket/trunk/wicket-util/src/main/java/org/apache/wicket/util/convert/converter: AbstractNumberConverter.java BigDecimalConverter.java

2011-01-26 Thread pete
Author: pete Date: Wed Jan 26 22:38:37 2011 New Revision: 1063903 URL: http://svn.apache.org/viewvc?rev=1063903view=rev Log: minor non-functional changes Modified: wicket/trunk/wicket-util/src/main/java/org/apache/wicket/util/convert/converter/AbstractNumberConverter.java

[jira] Closed: (WICKET-3221) don't use @see upperClass when javadoc inheritance is sufficient

2011-01-26 Thread Peter Ertl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Ertl closed WICKET-3221. -- Resolution: Fixed This issue was more of a discussion that a real problem to fix. Since there is no

svn commit: r1063913 - in /wicket/trunk: wicket-core/src/main/java/org/apache/wicket/Application.java wicket-spring/src/main/java/org/apache/wicket/spring/injection/annot/SpringComponentInjector.java

2011-01-26 Thread pete
Author: pete Date: Wed Jan 26 22:56:18 2011 New Revision: 1063913 URL: http://svn.apache.org/viewvc?rev=1063913view=rev Log: WICKET-3393 remove ApplicationContextHolder from SpringComponentInjector Modified: wicket/trunk/wicket-core/src/main/java/org/apache/wicket/Application.java

[jira] Resolved: (WICKET-3393) Remove ApplicationContextHolder from SpringComponentInjector

2011-01-26 Thread Peter Ertl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Ertl resolved WICKET-3393. Resolution: Fixed Fix Version/s: 1.5-RC2 Assignee: Peter Ertl fixed Remove

[jira] Commented: (WICKET-3346) Wicket examples still show a Graduated logo

2011-01-26 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12987309#action_12987309 ] Hudson commented on WICKET-3346: Integrated in Apache Wicket 1.4.x #404 (See

[jira] Created: (WICKET-3394) org.apache.wicket.request.mapper.parameter.PageParameters Comment

2011-01-26 Thread Richard Emberson (JIRA)
org.apache.wicket.request.mapper.parameter.PageParameters Comment - Key: WICKET-3394 URL: https://issues.apache.org/jira/browse/WICKET-3394 Project: Wicket Issue Type:

[jira] Created: (WICKET-3396) MockServletContext should report major, minor version 2.5 instead of 2.3

2011-01-26 Thread JIRA
MockServletContext should report major, minor version 2.5 instead of 2.3 Key: WICKET-3396 URL: https://issues.apache.org/jira/browse/WICKET-3396 Project: Wicket Issue

[jira] Updated: (WICKET-3396) MockServletContext should report major, minor version 2.5 instead of 2.3

2011-01-26 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-3396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Király updated WICKET-3396: -- Attachment: WICKET-3396-fix.patch Attaching patch with suggested change. Tests pass.