svn commit: r1039845 - /wicket/trunk/wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar/TimeField.java

2010-11-28 Thread mgrigorov
Author: mgrigorov Date: Sun Nov 28 08:49:17 2010 New Revision: 1039845 URL: http://svn.apache.org/viewvc?rev=1039845&view=rev Log: WICKET-1568 contribution for wicket 1.5 generics (IConverter) WICKET-3158 DateField, DateTimeField classes available, but no TimeField Generics getConverter() for the

svn commit: r1039847 - /wicket/trunk/wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar/TimeField.java

2010-11-28 Thread mgrigorov
Author: mgrigorov Date: Sun Nov 28 08:58:25 2010 New Revision: 1039847 URL: http://svn.apache.org/viewvc?rev=1039847&view=rev Log: WICKET-3158 DateField, DateTimeField classes available, but no TimeField Remove unused method Modified: wicket/trunk/wicket-datetime/src/main/java/org/apache/wi

svn commit: r1039848 - /wicket/trunk/wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar/DateTimeField.java

2010-11-28 Thread mgrigorov
Author: mgrigorov Date: Sun Nov 28 08:59:13 2010 New Revision: 1039848 URL: http://svn.apache.org/viewvc?rev=1039848&view=rev Log: Improve generics and add javadoc for DateTimeField#configure(Map) Modified: wicket/trunk/wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar/

[jira] Assigned: (WICKET-3170) ModalWindow moved event (besides resize)

2010-11-28 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-3170: --- Assignee: Martin Grigorov > ModalWindow moved event (besides resize) > -

svn commit: r1039851 - /wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/dates/DatesPage.html

2010-11-28 Thread mgrigorov
Author: mgrigorov Date: Sun Nov 28 09:25:48 2010 New Revision: 1039851 URL: http://svn.apache.org/viewvc?rev=1039851&view=rev Log: Format the html. No functional changes Modified: wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/dates/DatesPage.html Modified: wicket/tr

svn commit: r1039852 - /wicket/trunk/wicket/src/test/java/org/apache/wicket/BehaviorRequestTest.java

2010-11-28 Thread mgrigorov
Author: mgrigorov Date: Sun Nov 28 09:27:54 2010 New Revision: 1039852 URL: http://svn.apache.org/viewvc?rev=1039852&view=rev Log: Properly initialize the test Modified: wicket/trunk/wicket/src/test/java/org/apache/wicket/BehaviorRequestTest.java Modified: wicket/trunk/wicket/src/test/java/

svn commit: r1039855 - /wicket/trunk/wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar/TimeField.html

2010-11-28 Thread mgrigorov
Author: mgrigorov Date: Sun Nov 28 09:36:20 2010 New Revision: 1039855 URL: http://svn.apache.org/viewvc?rev=1039855&view=rev Log: WICKET-3158 DateField, DateTimeField classes available, but no TimeField Add the markup part of TimeField Added: wicket/trunk/wicket-datetime/src/main/java/org/

svn commit: r1039856 - in /wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/dates: DatesPage.html DatesPage.java

2010-11-28 Thread mgrigorov
Author: mgrigorov Date: Sun Nov 28 09:37:08 2010 New Revision: 1039856 URL: http://svn.apache.org/viewvc?rev=1039856&view=rev Log: WICKET-3158 DateField, DateTimeField classes available, but no TimeField Add demo for TimeField Modified: wicket/trunk/wicket-examples/src/main/java/org/apache/

svn commit: r1039861 - /wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/modal.js

2010-11-28 Thread mgrigorov
Author: mgrigorov Date: Sun Nov 28 10:29:53 2010 New Revision: 1039861 URL: http://svn.apache.org/viewvc?rev=1039861&view=rev Log: WICKET-3170 ModalWindow moved event (besides resize) Merge r1035216 from 1.4.x Modified: wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensio

[jira] Resolved: (WICKET-3170) ModalWindow moved event (besides resize)

2010-11-28 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-3170. - Resolution: Fixed Fix Version/s: (was: 1.4.14) 1.5-M4 Merg

svn commit: r1039863 - /wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/modal.js

2010-11-28 Thread mgrigorov
Author: mgrigorov Date: Sun Nov 28 10:43:41 2010 New Revision: 1039863 URL: http://svn.apache.org/viewvc?rev=1039863&view=rev Log: WICKET-3154 test for undefined in the same manner throughtout the code. Always use 'typeof(xyz) "undefined"'. It is more safe then using 'xyz undefined' because win

svn commit: r1039864 - /wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/modal.js

2010-11-28 Thread mgrigorov
Author: mgrigorov Date: Sun Nov 28 10:44:34 2010 New Revision: 1039864 URL: http://svn.apache.org/viewvc?rev=1039864&view=rev Log: WICKET-3154 test for undefined in the same manner throughtout the code. Always use 'typeof(xyz) "undefined"'. It is more safe then using 'xyz undefined' because win

[jira] Resolved: (WICKET-3154) test for undefined in the same manner throughtout the code.

2010-11-28 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-3154. - Resolution: Fixed Fix Version/s: 1.5-M4 1.4.15 Improved with r

[jira] Commented: (WICKET-3151) ModalWindow support for nested iframe windows

2010-11-28 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12964528#action_12964528 ] Martin Grigorov commented on WICKET-3151: - What's the state of the patch ? Last co

svn commit: r1039866 - /wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/ModalWindow.java

2010-11-28 Thread mgrigorov
Author: mgrigorov Date: Sun Nov 28 10:58:32 2010 New Revision: 1039866 URL: http://svn.apache.org/viewvc?rev=1039866&view=rev Log: WICKET-3184 Make method getContentId of ModalWindow static Introduce ModalWindow#CONTENT_ID public constant which is used as default id for the content component M

svn commit: r1039867 - /wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/ModalWindow.java

2010-11-28 Thread mgrigorov
Author: mgrigorov Date: Sun Nov 28 10:59:33 2010 New Revision: 1039867 URL: http://svn.apache.org/viewvc?rev=1039867&view=rev Log: WICKET-3184 Make method getContentId of ModalWindow static Introduce ModalWindow#CONTENT_ID public constant which is used as default id for the content component Mo

[jira] Resolved: (WICKET-3184) Make method getContentId of ModalWindow static

2010-11-28 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-3184. - Resolution: Fixed Fix Version/s: 1.5-M4 1.4.15 Assigne

[jira] Assigned: (WICKET-3015) add (even more) support for front-end proxies (schema, client ip, ...)

2010-11-28 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juergen Donnerstag reassigned WICKET-3015: -- Assignee: Juergen Donnerstag > add (even more) support for front-end proxies (

[jira] Assigned: (WICKET-3009) support X-Forwarded-Proto header in SwitchProtocolRequestTarget

2010-11-28 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juergen Donnerstag reassigned WICKET-3009: -- Assignee: Juergen Donnerstag > support X-Forwarded-Proto header in SwitchProto

[jira] Commented: (WICKET-3184) Make method getContentId of ModalWindow static

2010-11-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12964533#action_12964533 ] Hudson commented on WICKET-3184: Integrated in Apache Wicket 1.4.x #297 (See [https://hud

[jira] Commented: (WICKET-3154) test for undefined in the same manner throughtout the code.

2010-11-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12964532#action_12964532 ] Hudson commented on WICKET-3154: Integrated in Apache Wicket 1.4.x #297 (See [https://hud

[jira] Commented: (WICKET-3015) add (even more) support for front-end proxies (schema, client ip, ...)

2010-11-28 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12964546#action_12964546 ] Juergen Donnerstag commented on WICKET-3015: initial version committed. Please

[jira] Closed: (WICKET-3009) support X-Forwarded-Proto header in SwitchProtocolRequestTarget

2010-11-28 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juergen Donnerstag closed WICKET-3009. -- Resolution: Duplicate see WICKET-3015 > support X-Forwarded-Proto header in SwitchPro

[jira] Created: (WICKET-3204) Singleton bean is reinstantiated by wicket

2010-11-28 Thread Zeti (JIRA)
Singleton bean is reinstantiated by wicket -- Key: WICKET-3204 URL: https://issues.apache.org/jira/browse/WICKET-3204 Project: Wicket Issue Type: Bug Components: wicket-spring Affects Ver

[jira] Updated: (WICKET-3204) Singleton bean is reinstantiated by wicket

2010-11-28 Thread Zeti (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zeti updated WICKET-3204: - Description: My bean declared as @Scope(value = "singleton") is reinstantiated before injection. This includes

svn commit: r1039907 - /wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/upload/UploadPage.java

2010-11-28 Thread mgrigorov
Author: mgrigorov Date: Sun Nov 28 17:00:51 2010 New Revision: 1039907 URL: http://svn.apache.org/viewvc?rev=1039907&view=rev Log: Restore the usage of UploadProgressBar in the upload examples Modified: wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/upload/UploadPage.j

[jira] Updated: (WICKET-3204) Singleton bean is reinstantiated by wicket

2010-11-28 Thread Zeti (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zeti updated WICKET-3204: - Attachment: wicket3204.zip > Singleton bean is reinstantiated by wicket > --

[jira] Resolved: (WICKET-3204) Singleton bean is reinstantiated by wicket

2010-11-28 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3204. --- Resolution: Invalid Assignee: Igor Vaynberg the second instance is created because wic

svn commit: r1039920 - in /wicket/trunk/wicket/src: main/java/org/apache/wicket/protocol/http/ main/java/org/apache/wicket/protocol/http/filter/ main/java/org/apache/wicket/protocol/http/servlet/ main

2010-11-28 Thread jdonnerstag
Author: jdonnerstag Date: Sun Nov 28 18:41:38 2010 New Revision: 1039920 URL: http://svn.apache.org/viewvc?rev=1039920&view=rev Log: fixed WICKET-3015 add (even more) support for front-end proxies (schema, client ip, ...) restructure. Didn't like the first draft too much Issue: WICKET-3015 Adde

svn commit: r1039921 - /wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/upload/UploadPage.html

2010-11-28 Thread mgrigorov
Author: mgrigorov Date: Sun Nov 28 18:42:54 2010 New Revision: 1039921 URL: http://svn.apache.org/viewvc?rev=1039921&view=rev Log: Remove the HTMLElement id from the markup for the 'file' fields. Since recently Wicket uses the markup to get the component markupId and both fields have the same mar

svn commit: r1039923 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/protocol/http/servlet/

2010-11-28 Thread jdonnerstag
Author: jdonnerstag Date: Sun Nov 28 19:18:01 2010 New Revision: 1039923 URL: http://svn.apache.org/viewvc?rev=1039923&view=rev Log: WICKET-3015 some more changes Issue: WICKET-3015 Added: wicket/trunk/wicket/src/main/java/org/apache/wicket/protocol/http/servlet/SecuredRemoteAddressRequest

[jira] Resolved: (WICKET-3203) markup/html/form Choice classes List-based, add array-based version

2010-11-28 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3203. --- Resolution: Won't Fix Assignee: Igor Vaynberg its a one liner to convert an array to a

svn commit: r1039945 - in /wicket/trunk/wicket/src/test/java/org/apache/wicket: ng/page/ ng/request/ protocol/http/ protocol/http/filter/ protocol/http/servlet/

2010-11-28 Thread jdonnerstag
Author: jdonnerstag Date: Sun Nov 28 20:46:18 2010 New Revision: 1039945 URL: http://svn.apache.org/viewvc?rev=1039945&view=rev Log: WICKET-3015 minor changes Issue: WICKET-3015 Added: wicket/trunk/wicket/src/test/java/org/apache/wicket/protocol/http/servlet/ wicket/trunk/wicket/src/te

[jira] Commented: (WICKET-2940) Placeholder image for AJAX indicator in IndicatingAjaxButton

2010-11-28 Thread Andera Del Bene (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12964589#action_12964589 ] Andera Del Bene commented on WICKET-2940: - Hi. To avoid this side effect we could

[jira] Resolved: (WICKET-2940) Placeholder image for AJAX indicator in IndicatingAjaxButton

2010-11-28 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2940. --- Resolution: Won't Fix Assignee: Igor Vaynberg yes, either position:absolute or simply

[jira] Resolved: (WICKET-3202) Form with UploadProgressBar and AjaxButton doesn't submit

2010-11-28 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3202. --- Resolution: Cannot Reproduce Assignee: Igor Vaynberg cannot reproduce with current sna

[jira] Updated: (WICKET-3196) UrlValidator failes to validate urls that containt multiple dots in path

2010-11-28 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg updated WICKET-3196: -- Priority: Minor (was: Critical) > UrlValidator failes to validate urls that containt multiple

svn commit: r1039977 - in /wicket/trunk/wicket/src: main/java/org/apache/wicket/validation/validator/UrlValidator.java test/java/org/apache/wicket/validation/validator/UrlValidatorTest.java

2010-11-28 Thread ivaynberg
Author: ivaynberg Date: Sun Nov 28 23:19:40 2010 New Revision: 1039977 URL: http://svn.apache.org/viewvc?rev=1039977&view=rev Log: Issue: WICKET-3196 Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/validation/validator/UrlValidator.java wicket/trunk/wicket/src/test/java/o

svn commit: r1039978 - in /wicket/branches/wicket-1.4.x/wicket: .settings/org.eclipse.jdt.core.prefs src/main/java/org/apache/wicket/validation/validator/UrlValidator.java src/test/java/org/apache/wic

2010-11-28 Thread ivaynberg
Author: ivaynberg Date: Sun Nov 28 23:20:16 2010 New Revision: 1039978 URL: http://svn.apache.org/viewvc?rev=1039978&view=rev Log: Issue: WICKET-3196 Modified: wicket/branches/wicket-1.4.x/wicket/.settings/org.eclipse.jdt.core.prefs wicket/branches/wicket-1.4.x/wicket/src/main/java/org/

[jira] Assigned: (WICKET-3196) UrlValidator failes to validate urls that containt multiple dots in path

2010-11-28 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-3196: - Assignee: Igor Vaynberg > UrlValidator failes to validate urls that containt multiple do

[jira] Resolved: (WICKET-3196) UrlValidator failes to validate urls that containt multiple dots in path

2010-11-28 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3196. --- Resolution: Fixed Fix Version/s: 1.5-M4 1.4.15 > UrlValidator fail

[jira] Commented: (WICKET-3196) UrlValidator failes to validate urls that containt multiple dots in path

2010-11-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12964613#action_12964613 ] Hudson commented on WICKET-3196: Integrated in Apache Wicket 1.4.x #299 (See [https://hud

svn commit: r1040019 - in /wicket/common/site/trunk/_site/2010/11/29: ./ wicket-1.4.14-released.html

2010-11-28 Thread jrthomerson
Author: jrthomerson Date: Mon Nov 29 06:14:31 2010 New Revision: 1040019 URL: http://svn.apache.org/viewvc?rev=1040019&view=rev Log: announce wicket 1.4.14 release - forgotten files Added: wicket/common/site/trunk/_site/2010/11/29/ wicket/common/site/trunk/_site/2010/11/29/wicket-1.4.14-r