From a25530f6594c7ba45b3faa9537fda9f807069759 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Mon, 28 Jan 2008 17:11:02 +0000 Subject: added is_really_writable() to Common.php, replaced is_writable() throughout application with is_really_writable() --- user_guide/changelog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/changelog.html') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index c9d26844e..d8a67405e 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -105,6 +105,7 @@ Change Log
  • 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.
  • @@ -163,7 +164,6 @@ Change Log
  • Fixed a bug (#3310) with sanitization of globals in the Input class that could unset CI's global variables.
  • Fixed a bug (#1890) in csv_from_result() where content that included the delimiter would break the file.
  • Fixed a bug (#3156) in Text Helper highlight_code() causing PHP tags to be handled incorrectly.
  • -
  • Fixed a bug (#3289) in the File Helper where temp files in directories being tested with is_really_writable() were not being handled properly
  • Fixed a bug (#3279) where the Email class was sending the wrong Content-Transfer-Encoding for some character sets.
  • Fixed a bug (#3268) where the Router could leave '/' as the path.
  • Fixed a series of grammatical and spelling errors in the language files.
  • -- cgit v1.2.3-24-g4f1b