diff options
author | Derek Jones <derek.jones@ellislab.com> | 2009-07-17 20:30:36 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2009-07-17 20:30:36 +0200 |
commit | 01a9b107cab449d1ce24746612e9cf7074e6608d (patch) | |
tree | d295cbbd17aad5aa9defe1cc464e329ef976250d /user_guide/changelog.html | |
parent | 94026d914090861da9c2826508a4597badb86af6 (diff) |
modified Form Helper so that form_prep() keeps track of strings it's already processed, to prevent encoding and prep from occurring more than once
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 2bbe832d1..42529d1ff 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -82,6 +82,8 @@ SVN Revision: </p> <ul> <li>Added <kbd>form_multiselect()</kbd> to the <a href="helpers/form_helper.html">Form helper</a>.</li> <li>Modified <kbd>form_hidden()</kbd> in the <a href="helpers/form_helper.html">Form helper</a> to accept multi-dimensional arrays.</li> + <li>Modified <kbd>form_prep()</kbd> in the <a href="helpers/form_helper.html">Form helper</a> to keep track of prepped fields to avoid multiple prep/mutation from subsequent calls which can occur when using Form Validation + and form helper functions to output form fields.</li> <li>Modified <kbd>directory_map()</kbd> in the <a href="helpers/directory_helper.html">Directory helper</a> to allow the inclusion of hidden files, and to return FALSE on failure to read directory.</li> </ul> </li> |