From b4fd1d8b53451832fcdc54a01b76522f9bc8e125 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 2 Sep 2006 17:22:01 +0000 Subject: --- user_guide/general/changelog.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'user_guide/general/changelog.html') diff --git a/user_guide/general/changelog.html b/user_guide/general/changelog.html index 0a91b0c53..54f4746e1 100644 --- a/user_guide/general/changelog.html +++ b/user_guide/general/changelog.html @@ -73,10 +73,11 @@ Change Log
  • Added regular expressions support for routing rules.
  • Added the ability to replace core system classes with your own classes.
  • Added support for % character in URL.
  • -
  • Added the ability to supply full URLs using the anchor() helper function.
  • +
  • Added the ability to supply full URLs using the anchor() helper function.
  • +
  • Added mode parameter to file_write() helper.
  • Moved the list of "allowed URI characters" out of the Router class and into the config file.
  • Moved the MIME type array out of the Upload class and into its own file in the applications/config/ folder.
  • -
  • Updated the Config Library to be able to load config files silently.
  • +
  • Updated the Config Library to be able to load config files silently, and to be able to assign config files to their own index (to avoid collisions if you use multiple config files).
  • Updated the URI Protocol code to allow more options so that URLs will work more reliably in different environments.
  • Updated the form_open() helper to allow the GET method to be used.
  • Updated the MySQLi execute() function with some code to help prevent lost connection errors.
  • -- cgit v1.2.3-24-g4f1b