You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2011/04/25 18:47:23 UTC

svn commit: r1096517 - /click/trunk/click/documentation/docs/roadmap-changes.html

Author: sabob
Date: Mon Apr 25 16:47:23 2011
New Revision: 1096517

URL: http://svn.apache.org/viewvc?rev=1096517&view=rev
Log:
roadmap

Modified:
    click/trunk/click/documentation/docs/roadmap-changes.html

Modified: click/trunk/click/documentation/docs/roadmap-changes.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/roadmap-changes.html?rev=1096517&r1=1096516&r2=1096517&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/roadmap-changes.html (original)
+++ click/trunk/click/documentation/docs/roadmap-changes.html Mon Apr 25 16:47:23 2011
@@ -83,6 +83,18 @@
           [<a target="_blank" href="https://issues.apache.org/jira/browse/CLK-763">CLK-763</a>].
           </li>
           <li class="change">
+              Added Page method getCharacterEncoding. The response character encoding
+              can be overridden through this method. getCharacterEncoding should be
+              used instead of returning the <tt>charset</tt> through the getContentType
+              method
+          [<a target="_blank" href="https://issues.apache.org/jira/browse/CLK-764">CLK-764</a>].
+          </li>
+          <li class="change">
+              Fixed AutoCompleteTextField to not send duplicate content type in
+              response
+          [<a target="_blank" href="https://issues.apache.org/jira/browse/CLK-757">CLK-757</a>].
+          </li>
+          <li class="change">
               Removed AutoCompleteTextField dependency on Page. The Ajax callback
               URL is instead looked up from the request itself. This change removes
               the restriction that AutoCompleteTextField must be attached to the