diff options
author | xue <> | 2007-08-29 19:57:50 +0000 |
---|---|---|
committer | xue <> | 2007-08-29 19:57:50 +0000 |
commit | dd02492f08248bf9b53a20b54a3d49a9f78fc0ad (patch) | |
tree | 31ae15e2ed59a6279f09bf639d367d1844e12055 /demos/quickstart/protected/pages/GettingStarted | |
parent | 9d13a92291fad0a5a5fd46179149654cb357c9d0 (diff) |
finished TCaptcha.
Diffstat (limited to 'demos/quickstart/protected/pages/GettingStarted')
-rw-r--r-- | demos/quickstart/protected/pages/GettingStarted/NewFeatures.page | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page index a5136d72..53b516cc 100644 --- a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page +++ b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page @@ -10,7 +10,7 @@ This page summarizes the main new features that are introduced in each PRADO rel <ul>
<li>Added a new control <a href="?page=Controls.TabPanel">TTabPanel</a> that displays tabbed views.</li>
<li>Added a new control <a href="?page=Controls.Keyboard">TKeyboard</a> that displays a virtual keyboard for text input.</li>
-<li>Added a new module TCacheHttpSession that stores session data using a cache module to improve the session performance.</li>
+<li>Added a new control <a href="?page=Controls.Captcha">TCaptcha</a> that displays a CAPTCHA to keep spammers from signing up for certain accounts online. A related validator <tt>TCaptchaValidator</tt> is also implemented.</li>
<li>Added Oracle DB support to Active Record</li>
</ul>
|