From dd6719738936be31cdaa1758ca86d5eb14dcab3d Mon Sep 17 00:00:00 2001
From: Barry Mieny
Date: Mon, 4 Oct 2010 16:33:58 +0200
Subject: Cleanup of stray spaces and tabs
---
user_guide/changelog.html | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
(limited to 'user_guide/changelog.html')
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 58fd78008..8a275dda2 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -95,7 +95,7 @@ Hg Tag:
The Unit Test Class now has an optional "notes" field available to it, and allows for discrete display of test result items using $this->unit->set_test_items().
Added a $xss_clean class variable to the XMLRPC library, enabling control over the use of the Security library's xss_clean() method.
Added a download() method to the FTP library
- Changed do_xss_clean() to return FALSE if the uploaded file fails XSS checks.
+ Changed do_xss_clean() to return FALSE if the uploaded file fails XSS checks.
Added stripslashes() and trim()ing of double quotes from $_FILES type value to standardize input in Upload library.
Added a second parameter (boolean) to $this->zip->read_dir('/path/to/directory', FALSE) to remove the preceding trail of empty folders when creating a Zip archive. This example would contain a zip with "directory" and all of its contents.
Added ability in the Image Library to handle PNG transparency for resize operations when using the GD lib.
@@ -129,7 +129,7 @@ Hg Tag:
Non-backwards compatible change made to get_dir_file_info() in the File Helper. No longer recurses
by default so as to encourage responsible use (this function can cause server performance issues when used without caution).
Modified the second parameter of directory_map() in the Directory Helper to accept an integer to specify recursion depth.
- Modified delete_files() in the File Helper to return FALSE on failure.
+ Modified delete_files() in the File Helper to return FALSE on failure.
Added an optional second parameter to byte_format() in the Number Helper to allow for decimal precision.
Added alpha, and sha1 string types to random_string() in the String Helper.
Modified prep_url() so as to not prepend http:// if the supplied string already has a scheme.
@@ -227,7 +227,7 @@ Hg Tag: v1.7.2
Modified show_error() to allow sending of HTTP server response codes.
Modified show_404() to send 404 status code, removing non-CGI compatible header() statement from error_404.php template.
Added set_status_header() to the Common functions to allow use when the Output class is unavailable.
- Added is_php() to Common functions to facilitate PHP version comparisons.
+ Added is_php() to Common functions to facilitate PHP version comparisons.
Added 2 CodeIgniter "cheatsheets" (thanks to DesignFellow.com for this contribution).
@@ -252,7 +252,7 @@ Hg Tag: v1.7.2
Fixed a bug in form_textarea() where form data was not prepped correctly.
Fixed a bug in form_prep() causing it to not preserve entities in the user's original input when called back into a form element
Fixed a bug in _protect_identifiers() where the swap prefix ($swap_pre) was not being observed.
- Fixed a bug where the 400 status header sent with the 'disallowed URI characters' was not compatible with CGI environments.
+ Fixed a bug where the 400 status header sent with the 'disallowed URI characters' was not compatible with CGI environments.
Fixed a bug in the typography class where heading tags could have paragraph tags inserted when using auto_typography().
@@ -363,7 +363,7 @@ Hg Tag: 1.7.0
Database
-
+
Core changes
- Added ability to load multiple views, whose content will be appended to the output in the order loaded.
- Added the ability to auto-load Models.
- Reorganized the URI and Routes classes for better clarity.
- - Added Compat.php to allow function overrides for older versions of PHP or PHP environments missing certain extensions / libraries
+ - Added Compat.php to allow function overrides for older versions of PHP or PHP environments missing certain extensions / libraries
- Added memory usage, GET, URI string data, and individual query execution time to Profiler output.
- Deprecated Scaffolding.
- Added is_really_writable() to Common.php to provide a cross-platform reliable method of testing file/folder writability.
-
+
Libraries
- Changed the load protocol of Models to allow for extension.
@@ -722,7 +722,7 @@ Hg Tag: 1.6.1
- Enabled the 'system' methods for the XML-RPC Server library, except for 'system.multicall' which is still disabled.
-
+
Helpers & Plugins
- Added link_tag() to the HTML helper.
@@ -738,8 +738,8 @@ Hg Tag: 1.6.1
- Javascript Calendar plugin now uses the months and days from the calendar language file, instead of hard-coded values, internationalizing it.
+
-
Documentation Changes
- Added Writing Documentation section for the community to use in writing their own documentation.
@@ -756,7 +756,7 @@ Hg Tag: 1.6.1
Bug fixes for Version 1.6.0
-
+
- Fixed a bug (#1813) preventing using $CI->db in the same application with returned database objects.
- Fixed a bug (#1842) where the $this->uri->rsegments array would not include the 'index' method if routed to the controller without an implicit method.
--
cgit v1.2.3-24-g4f1b