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 2010/07/05 11:36:49 UTC

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

Author: sabob
Date: Mon Jul  5 09:36:48 2010
New Revision: 960497

URL: http://svn.apache.org/viewvc?rev=960497&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=960497&r1=960496&r2=960497&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/roadmap-changes.html (original)
+++ click/trunk/click/documentation/docs/roadmap-changes.html Mon Jul  5 09:36:48 2010
@@ -176,9 +176,7 @@ Select.setAttribute("onchange", "Click.s
               [<a target="_blank" href="https://issues.apache.org/jira/browse/CLK-705">CLK-705</a>].
           </li>
           <li class="change">
-              Deprecated
-              added only to explicitly defined parameters. By default this option
-              will be true for ajax requests, false for non-ajax requests
+              Deprecated the AbstractLink parameter <tt>getter</tt> methods
               [<a target="_blank" href="https://issues.apache.org/jira/browse/CLK-685">CLK-685</a>].
           </li>
           <li class="change">
@@ -186,6 +184,15 @@ Select.setAttribute("onchange", "Click.s
               [<a target="_blank" href="https://issues.apache.org/jira/browse/CLK-695">CLK-695</a>].
           </li>
           <li class="change">
+              Fixed escaping of control values and attributes to be XML friendly
+              in order to support Ajax requests. Previously all HTML characters was escaped,
+              now only the following characters are escaped: &lt;, &gt;, &quot;, &#039;, &amp;
+              [<a target="_blank" href="https://issues.apache.org/jira/browse/CLK-674">CLK-674</a>].
+          </li>
+          <li class="change">
+              Added method, ClickUtils.escape(String), to escape XML characters.
+          </li>
+          <li class="change">
               Fixed menu not rendering separator
               [<a target="_blank" href="https://issues.apache.org/jira/browse/CLK-681">CLK-681</a>].
           </li>