diff options
author | Derek Jones <derek.jones@ellislab.com> | 2010-03-10 21:24:15 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2010-03-10 21:24:15 +0100 |
commit | 7fa0f4aa89e570d01e53b02f3e0366e3313792f4 (patch) | |
tree | 63e7f3107174e0fc639cca4245d11ba224658af4 /user_guide | |
parent | 1a19592c5dca055b857177ed35a10294dded78ee (diff) |
added docs for * filter for allowed_types of Upload class
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index bd2099937..14f81bc44 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -79,6 +79,7 @@ Hg Tag: </p> <li>Added CSRF (Cross-site Reference Forgery) protection to the <a href="./libraries/security.html">Security library</a>.</li> <li>Added <var>$parse_exec_vars</var> property to Output library.</li> <li>Added ability to enable / disable individual sections of the <a href="general/profiling.html">Profiler</a></li> + <li>Added a wildcard option <kbd>$config['allowed_types'] = '*'</kbd> to the <a href="./libraries/file_uploading.html">File Uploading Class</a>.</li> <li>Added "is_object" into the list of unit tests capable of being run.</li> <li>Table library will generate an empty cell with a blank string, or NULL value.</li> <li>Added a <kbd>parse_string()</kbd> method to the <a href="libraries/parser.html">Parser Class</a>.</li> |