[jira] Assigned: (WICKET-3147) Servlet 3 Annotation @WebFilter is not supported

2010-11-06 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-3147: --- Assignee: Martin Grigorov (was: Igor Vaynberg) Servlet 3 Annotation @WebFilter is

svn commit: r1031979 - /wicket/trunk/pom.xml

2010-11-06 Thread mgrigorov
Author: mgrigorov Date: Sat Nov 6 09:19:40 2010 New Revision: 1031979 URL: http://svn.apache.org/viewvc?rev=1031979view=rev Log: WICKET-3147 Servlet 3 Annotation @WebFilter is not supported Revert the changes in pom.xml so that Wicket depends on Servlet API 2.3 again Modified:

svn commit: r1031986 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/protocol/http/WicketFilter.java

2010-11-06 Thread mgrigorov
Author: mgrigorov Date: Sat Nov 6 09:37:08 2010 New Revision: 1031986 URL: http://svn.apache.org/viewvc?rev=1031986view=rev Log: WICKET-3147 Servlet 3 Annotation @WebFilter is not supported Allow 'filterPath' to be . Both

[jira] Commented: (WICKET-3147) Servlet 3 Annotation @WebFilter is not supported

2010-11-06 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12928949#action_12928949 ] Hudson commented on WICKET-3147: Integrated in Apache Wicket 1.5.x #488 (See

[jira] Commented: (WICKET-3148) Dropped support for Servlet 2.5 inadvertently

2010-11-06 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12928950#action_12928950 ] Hudson commented on WICKET-3148: Integrated in Apache Wicket 1.5.x #488 (See

[jira] Commented: (WICKET-3138) Wicket 1.5 and GAE

2010-11-06 Thread Peter Ertl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12928960#action_12928960 ] Peter Ertl commented on WICKET-3138: since there is

svn commit: r1032027 - in /wicket/trunk: wicket-jmx/src/main/java/org/apache/wicket/jmx/ wicket/src/main/java/org/apache/wicket/settings/

2010-11-06 Thread pete
Author: pete Date: Sat Nov 6 12:39:23 2010 New Revision: 1032027 URL: http://svn.apache.org/viewvc?rev=1032027view=rev Log: WICKET-3068 remove obsolete settings: [removed] SessionSettings#setMaxPageMaps() Modified:

[CONF] Apache Wicket Companies that provide services

2010-11-06 Thread confluence
Companies that provide services Page edited by jWeekend Changes (4) ... * [Jonathan

svn commit: r1032029 - in /wicket/trunk/wicket/src/main/java/org/apache/wicket: SystemMapper.java protocol/http/RequestUtils.java request/handler/EmptyAjaxRequestHandler.java request/resource/Abstract

2010-11-06 Thread pete
Author: pete Date: Sat Nov 6 12:52:20 2010 New Revision: 1032029 URL: http://svn.apache.org/viewvc?rev=1032029view=rev Log: remove unused imports Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/SystemMapper.java

svn commit: r1032031 - in /wicket/trunk: wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/ModalWindow.java wicket/src/test/java/org/apache/wicket/util/tester/MockPag

2010-11-06 Thread pete
Author: pete Date: Sat Nov 6 12:54:47 2010 New Revision: 1032031 URL: http://svn.apache.org/viewvc?rev=1032031view=rev Log: replaced deprecated method with current one Modified:

svn commit: r1032035 - in /wicket/trunk/wicket/src: main/java/org/apache/wicket/protocol/http/ main/java/org/apache/wicket/protocol/http/mock/ main/java/org/apache/wicket/protocol/http/request/ test/j

2010-11-06 Thread pete
Author: pete Date: Sat Nov 6 13:05:05 2010 New Revision: 1032035 URL: http://svn.apache.org/viewvc?rev=1032035view=rev Log: fixed a few broken javadoc links Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/protocol/http/BufferedHttpServletResponse.java

[jira] Commented: (WICKET-3068) remove application settings which are no longer needed

2010-11-06 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12928966#action_12928966 ] Hudson commented on WICKET-3068: Integrated in Apache Wicket 1.5.x #489 (See

svn commit: r1032050 - in /wicket/trunk/wicket/src/main/java/org/apache/wicket/settings: IRequestCycleSettings.java IResourceSettings.java Settings.java

2010-11-06 Thread pete
Author: pete Date: Sat Nov 6 13:30:23 2010 New Revision: 1032050 URL: http://svn.apache.org/viewvc?rev=1032050view=rev Log: cleanup wicket settings: - removed field 'automaticMultiWindowSupport' - fixed some broken javadoc Modified:

svn commit: r1032057 - /wicket/trunk/wicket-util/src/main/java/org/apache/wicket/util/io/IOUtils.java

2010-11-06 Thread pete
Author: pete Date: Sat Nov 6 13:58:34 2010 New Revision: 1032057 URL: http://svn.apache.org/viewvc?rev=1032057view=rev Log: since wicket-1.5 required java 1.5 we can replace all these occurences of IOUtils.closeQuietly(...) with one single IOUtils.closeQuietly(Closeable) will will not only

svn commit: r1032058 - /wicket/trunk/wicket-util/src/main/java/org/apache/wicket/util/io/IOUtils.java

2010-11-06 Thread pete
Author: pete Date: Sat Nov 6 14:01:31 2010 New Revision: 1032058 URL: http://svn.apache.org/viewvc?rev=1032058view=rev Log: fixed doc for IOUtils.closeQuietly Modified: wicket/trunk/wicket-util/src/main/java/org/apache/wicket/util/io/IOUtils.java Modified:

svn commit: r1032060 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/upload/FileUpload.java

2010-11-06 Thread pete
Author: pete Date: Sat Nov 6 14:07:17 2010 New Revision: 1032060 URL: http://svn.apache.org/viewvc?rev=1032060view=rev Log: make digest functionality in FileUpload more versatile Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/upload/FileUpload.java

[jira] Commented: (WICKET-3138) Wicket 1.5 and GAE

2010-11-06 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12928979#action_12928979 ] Martin Grigorov commented on WICKET-3138: - No, it is not the same. New IDataStore

[jira] Commented: (WICKET-3147) Servlet 3 Annotation @WebFilter is not supported

2010-11-06 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12929041#action_12929041 ] Martin Grigorov commented on WICKET-3147: - The project in wicketstuff is:

[jira] Commented: (WICKET-3147) Servlet 3 Annotation @WebFilter is not supported

2010-11-06 Thread Zeti (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12929098#action_12929098 ] Zeti commented on WICKET-3147: -- Hi Martin, which Wicket version should I use for your

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

2010-11-06 Thread mgrigorov
Author: mgrigorov Date: Sat Nov 6 17:28:55 2010 New Revision: 1032118 URL: http://svn.apache.org/viewvc?rev=1032118view=rev Log: WICKET-3144 Extra client-side scripting before closing modalwindow Add the possibility to modify the javascript used for closing the modal window (i.e. provide

[jira] Commented: (WICKET-3147) Servlet 3 Annotation @WebFilter is not supported

2010-11-06 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12929104#action_12929104 ] Martin Grigorov commented on WICKET-3147: - You need 1.5-SNAPSHOT. You can either

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

2010-11-06 Thread mgrigorov
Author: mgrigorov Date: Sat Nov 6 17:46:37 2010 New Revision: 1032124 URL: http://svn.apache.org/viewvc?rev=1032124view=rev Log: WICKET-3144 Extra client-side scripting before closing modalwindow Add the possibility to modify the javascript used for closing the modal window (i.e. provide

[jira] Resolved: (WICKET-3144) Extra client-side scripting before closing modalwindow

2010-11-06 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-3144. - Resolution: Fixed Improved with r1032118 in trunk and 1032124 in 1.4.x. To do what you

[jira] Updated: (WICKET-3144) Extra client-side scripting before closing modalwindow

2010-11-06 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov updated WICKET-3144: Affects Version/s: 1.4.12 1.5-M2.1 Fix Version/s: 1.5-M4

[jira] Commented: (WICKET-3144) Extra client-side scripting before closing modalwindow

2010-11-06 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12929129#action_12929129 ] Hudson commented on WICKET-3144: Integrated in Apache Wicket 1.4.x #252 (See

[CONF] Apache Wicket Migration to Wicket 1.5

2010-11-06 Thread confluence
Migration to Wicket 1.5 Page edited by Martin Grigorov Comment: Add API change entry for Application.addComponentInstantiationListener() Changes (1)

[jira] Created: (WICKET-3150) Autolink already rendered problem

2010-11-06 Thread Martin Grigorov (JIRA)
Autolink already rendered problem - Key: WICKET-3150 URL: https://issues.apache.org/jira/browse/WICKET-3150 Project: Wicket Issue Type: Bug Components: wicket Affects Versions: 1.5-M3

[jira] Updated: (WICKET-3150) Autolink already rendered problem

2010-11-06 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov updated WICKET-3150: Attachment: wicket-3150.tgz Autolink already rendered problem

[jira] Updated: (WICKET-3150) Autolink already rendered problem

2010-11-06 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov updated WICKET-3150: Description: Trying to migrate my application from 1.4 to 1.5 I experience the following

[jira] Commented: (WICKET-3144) Extra client-side scripting before closing modalwindow

2010-11-06 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12929309#action_12929309 ] Hudson commented on WICKET-3144: Integrated in Apache Wicket 1.5.x #493 (See

svn commit: r1032204 - /wicket/releases/wicket-1.5-M3/

2010-11-06 Thread jrthomerson
Author: jrthomerson Date: Sun Nov 7 03:01:43 2010 New Revision: 1032204 URL: http://svn.apache.org/viewvc?rev=1032204view=rev Log: tag 1.5-M3 release Added: wicket/releases/wicket-1.5-M3/ (props changed) - copied from r1032203, wicket/branches/wicket-1.5-M3/ Propchange:

svn commit: r1032206 - in /wicket/common/site/trunk: _config.yml _posts/2010-11-05-wicket-1.5-M3-released.md _site/2010/11/05/ _site/2010/11/05/wicket-1.5-M3-released.html _site/atom.xml _site/index.h

2010-11-06 Thread jrthomerson
Author: jrthomerson Date: Sun Nov 7 03:09:09 2010 New Revision: 1032206 URL: http://svn.apache.org/viewvc?rev=1032206view=rev Log: site announcement for 1.5-M3 release Added: wicket/common/site/trunk/_posts/2010-11-05-wicket-1.5-M3-released.md (with props)