From 01b56bcb4e1188c37c5e9474d1427252b953f37f Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Mon, 10 Oct 2011 10:45:45 -0400 Subject: Fixed some formatting issues with the changelog --- user_guide_src/source/changelog.rst | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 925785d13..d071f1c0d 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -30,22 +30,23 @@ Release Date: Not Released - Altered form helper - made action on form_open_multipart helper function call optional. Fixes (#65) - url_title() will now trim extra dashes from beginning and end. - - Improved speed of String Helper's random_string() method - - Added XHTML Basic 1.1 doctype to HTML Helper. + - Improved speed of :doc:`String + Helper `'s random_string() method + - Added XHTML Basic 1.1 doctype to :doc:`HTML Helper `. - Database - - Added a `CUBRID `_ driver to the `Database + - Added a `CUBRID `_ driver to the :doc:`Database Driver `. Thanks to the CUBRID team for supplying this patch. - - Added a PDO driver to the Database Driver. + - Added a PDO driver to the :doc:`Database Driver `. - Typecast limit and offset in the :doc:`Database Driver ` to integers to avoid possible injection. - Added additional option 'none' for the optional third argument for $this->db->like() in the :doc:`Database Driver `. - - Added $this->db->insert_batch() support to the OCI8 (Oracle) driver. + - Added $this->db->insert_batch() support to the OCI8 (Oracle) driver. - Libraries @@ -61,7 +62,7 @@ Release Date: Not Released - Added is_unique to the :doc:`Form Validation library `. - Modified valid_ip() to use PHP's filter_var() when possible (>= PHP 5.2) in the Form Validation library. - - Added $config['use_page_numbers'] to the Pagination library, which enables real page numbers in the URI. + - Added $config['use_page_numbers'] to the :doc:`Pagination library `, which enables real page numbers in the URI. - Added TLS and SSL Encryption for SMTP. - Core @@ -145,7 +146,7 @@ Release Date: August 20, 2011 Thanks to epallerols for the patch. - Added "application/x-csv" to mimes.php. - Added CSRF protection URI whitelisting. - - Fixed a bug where `Email library ` + - Fixed a bug where :doc:`Email library ` attachments with a "." in the name would using invalid MIME-types. - Added support for pem,p10,p12,p7a,p7c,p7m,p7r,p7s,crt,crl,der,kdb,rsa,cer,sst,csr -- cgit v1.2.3-24-g4f1b