diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-05-12 23:37:04 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-05-12 23:37:04 +0200 |
commit | 15dcf49a0ea6895cbf009dc15277858cfdd422ef (patch) | |
tree | 5a00d6edf1c4a940988f815208d2a744753f21c6 /user_guide | |
parent | 5fe155ecd05af4ee68ef093200fb6a241baa89ce (diff) |
removed an ereg from config
added a qualifier to a str_replace for \t in Input
changed substr to strncmp in Codeigniter.php and directory_map function
added braces in an if statement of unit test
Removed "scripts" from the auto-load search path. Scripts were deprecated in Version 1.4.1 (September 21, 2006). If you still need to use them for legacy reasons, they must now be manually loaded in each Controller.
Diffstat (limited to 'user_guide')
-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 83ce9a669..638b0422b 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -117,6 +117,8 @@ SVN Commit: not currently released</p> <ul>
<li>Added ability for <a href="libraries/input.html">xss_clean()</a> to accept arrays.</li>
<li>Removed closing PHP tags from all PHP files to avoid accidental output and potential 'cannot modify headers' errors.</li>
+ <li>Removed "scripts" from the auto-load search path. Scripts were deprecated
+ in Version 1.4.1 (September 21, 2006). If you still need to use them for legacy reasons, they must now be manually loaded in each Controller.</li>
<li>Added a <a href="general/reserved_names.html">Reserved Names</a> page to the userguide, and migrated reserved controller names into it.</li>
<li>Added a <a href="general/common_functions.html">Common Functions</a> page to the userguide for globally available functions.</li>
</ul>
|