svn commit: r701722 - /wicket/trunk/wicket-extensions/

2008-10-04 Thread jcompagner
Author: jcompagner Date: Sat Oct 4 15:13:42 2008 New Revision: 701722 URL: http://svn.apache.org/viewvc?rev=701722&view=rev Log: mergeinfo and subclipse:tags properties Modified: wicket/trunk/wicket-extensions/ (props changed) Propchange: wicket/trunk/wicket-extensions/ --

svn commit: r701721 - in /wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete: AbstractAutoCompleteBehavior.java AutoCompleteSettings.java wicket-au

2008-10-04 Thread jcompagner
Author: jcompagner Date: Sat Oct 4 15:11:23 2008 New Revision: 701721 URL: http://svn.apache.org/viewvc?rev=701721&view=rev Log: various fixes from 1.3 Modified: wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AbstractAutoCompleteBehav

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

2008-10-04 Thread jcompagner
Author: jcompagner Date: Sat Oct 4 15:04:22 2008 New Revision: 701720 URL: http://svn.apache.org/viewvc?rev=701720&view=rev Log: set the background on transparent of the new form Modified: wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/m

svn commit: r701719 - /wicket/trunk/wicket/

2008-10-04 Thread jcompagner
Author: jcompagner Date: Sat Oct 4 14:47:32 2008 New Revision: 701719 URL: http://svn.apache.org/viewvc?rev=701719&view=rev Log: new properties for tags in the history view and merge results Modified: wicket/trunk/wicket/ (props changed) Propchange: wicket/trunk/wicket/ --

svn commit: r701718 - in /wicket/trunk/wicket/src/main/java/org/apache/wicket: protocol/http/request/CryptedUrlWebRequestCodingStrategy.java protocol/http/request/urlcompressing/UrlCompressingWebCodin

2008-10-04 Thread jcompagner
Author: jcompagner Date: Sat Oct 4 14:45:35 2008 New Revision: 701718 URL: http://svn.apache.org/viewvc?rev=701718&view=rev Log: from 1.3: better error handling when the crypt fails better decoding of the decoded params Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/protocol/

svn commit: r701717 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/protocol/http/WebRequestCycleProcessor.java

2008-10-04 Thread jcompagner
Author: jcompagner Date: Sat Oct 4 14:44:29 2008 New Revision: 701717 URL: http://svn.apache.org/viewvc?rev=701717&view=rev Log: from 1.3: when the request is an ajax request and the processRequest == false (onlyActivePage should be processed) then a page expired shouldnt be thrown, just a empt

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

2008-10-04 Thread jcompagner
Author: jcompagner Date: Sat Oct 4 14:43:35 2008 New Revision: 701716 URL: http://svn.apache.org/viewvc?rev=701716&view=rev Log: fix for setting the char encoding at the right times WICKET-1816 Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/protocol/http/WicketFilter.java Mo

svn commit: r701715 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/MarkupCache.java

2008-10-04 Thread jcompagner
Author: jcompagner Date: Sat Oct 4 14:42:36 2008 New Revision: 701715 URL: http://svn.apache.org/viewvc?rev=701715&view=rev Log: from 1.3, cache implementations can use now a container to cache specific stuff Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/MarkupCache.ja

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

2008-10-04 Thread jcompagner
Author: jcompagner Date: Sat Oct 4 14:40:08 2008 New Revision: 701714 URL: http://svn.apache.org/viewvc?rev=701714&view=rev Log: from 1.3: clean up background ons style Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax.js Modified: wicket/trunk/wicket/src/main/

svn commit: r701713 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java

2008-10-04 Thread jcompagner
Author: jcompagner Date: Sat Oct 4 14:39:44 2008 New Revision: 701713 URL: http://svn.apache.org/viewvc?rev=701713&view=rev Log: from 1.3 (better handling of ajax detach) Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java Modified: wicket/trunk/wicke

svn commit: r701703 - in /wicket/trunk/wicket/src: main/java/org/apache/wicket/protocol/http/ main/java/org/apache/wicket/protocol/http/request/ main/java/org/apache/wicket/request/target/basic/ main/

2008-10-04 Thread jcompagner
Author: jcompagner Date: Sat Oct 4 12:55:42 2008 New Revision: 701703 URL: http://svn.apache.org/viewvc?rev=701703&view=rev Log: made ValueMap extend LinkedHashMap so that the order you put them is will be the order you get them out so that they are stable from now on Removed the UnitTestSetting

[jira] Created: (WICKET-1860) Please provide Model.valueOf(java.util.Set)

2008-10-04 Thread Willis Blackburn (JIRA)
Please provide Model.valueOf(java.util.Set) --- Key: WICKET-1860 URL: https://issues.apache.org/jira/browse/WICKET-1860 Project: Wicket Issue Type: Improvement Components: wicket Affects

[jira] Created: (WICKET-1859) Fail fast if super.init() is not called in MyApplication#init()

2008-10-04 Thread Martin Grigorov (JIRA)
Fail fast if super.init() is not called in MyApplication#init() --- Key: WICKET-1859 URL: https://issues.apache.org/jira/browse/WICKET-1859 Project: Wicket Issue Type: Improvement