From 94e5c360bf49f88e725da6abf426a741dae554f3 Mon Sep 17 00:00:00 2001 From: Eric Roberts Date: Tue, 16 Jul 2013 16:22:17 -0500 Subject: Merge doc changes; small related updates. --- user_guide_src/source/changelog.rst | 13 +++-- user_guide_src/source/installation/downloads.rst | 63 ++++++++++++------------ 2 files changed, 39 insertions(+), 37 deletions(-) (limited to 'user_guide_src/source') diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 44dca0d3f..822f2f94d 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -603,8 +603,8 @@ Bug fixes for 2.1.4 - Fixed a bug (#1936) - :doc:`Migration Library ` method ``latest()`` had a typo when retrieving language values. - Fixed a bug (#2021) - :doc:`Migration Library ` configuration file was mistakenly using Windows style line feeds. -- Fixed a bug (#1969) - :doc:`Query Builder (Active Record) ` method ``set_update_batch()`` was using the incorrect variables and would cause an error. -- Fixed a bug (#2337) - :doc:`Email Library ` method ``print_debugger()`` was not using ``htmlspecialchars()`` when being shown in the browser. +- Fixed a bug (#1273) - ``E_NOTICE`` being generated by :doc:`Query Builder `'s ``set_update_batch()`` method. +- Fixed a bug (#2337) - :doc:`Email Library ` method ``print_debugger()`` didn't apply ``htmlspecialchars()`` to headers. Version 2.1.3 ============= @@ -636,6 +636,7 @@ Version 2.1.2 Release Date: June 29, 2012 - General Changes + - Improved security in ``xss_clean()``. Version 2.1.1 @@ -644,14 +645,17 @@ Version 2.1.1 Release Date: June 12, 2012 - General Changes + - Fixed support for docx, xlsx files in mimes.php. - Libraries + - Further improved MIME type detection in the :doc:`File Uploading Library `. - Added support for IPv6 to the :doc:`Input Library `. - Added support for the IP format parameter to the :doc:`Form Validation Library `. - Helpers + - ``url_title()`` performance and output improved. You can now use any string as the word delimiter, but 'dash' and 'underscore' are still supported. Bug fixes for 2.1.1 @@ -707,7 +711,7 @@ Release Date: November 14, 2011 - Libraries - - Changed $this->cart->insert() in the :doc:`Cart + - Changed ``$this->cart->insert()`` in the :doc:`Cart Library ` to return the Row ID if a single item was inserted successfully. - Added support to set an optional parameter in your callback rules @@ -717,8 +721,7 @@ Release Date: November 14, 2011 incremental updates to your database schema. - Driver children can be located in any package path. - Added max_filename_increment config setting for Upload library. - - Added is_unique to the :doc:`Form Validation - library `. + - Added ``is_unique`` to the :doc:`Form Validation library `. - 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. diff --git a/user_guide_src/source/installation/downloads.rst b/user_guide_src/source/installation/downloads.rst index d046e7cc6..8d47ba3a5 100644 --- a/user_guide_src/source/installation/downloads.rst +++ b/user_guide_src/source/installation/downloads.rst @@ -2,36 +2,36 @@ Downloading CodeIgniter ####################### -- `CodeIgniter V 3.0.0 (Current version) `_ -- `CodeIgniter V 2.1.4 `_ -- `CodeIgniter V 2.1.3 `_ -- `CodeIgniter V 2.1.2 `_ -- `CodeIgniter V 2.1.1 `_ -- `CodeIgniter V 2.1.0 `_ -- `CodeIgniter V 2.0.3 `_ -- `CodeIgniter V 2.0.2 `_ -- `CodeIgniter V 2.0.1 `_ -- `CodeIgniter V 2.0.0 `_ -- `CodeIgniter V 1.7.3 `_ -- `CodeIgniter V 1.7.2 `_ -- `CodeIgniter V 1.7.1 `_ -- `CodeIgniter V 1.7.0 `_ -- `CodeIgniter V 1.6.3 `_ -- `CodeIgniter V 1.6.2 `_ -- `CodeIgniter V 1.6.1 `_ -- `CodeIgniter V 1.6.0 `_ -- `CodeIgniter V 1.5.4 `_ -- `CodeIgniter V 1.5.3 `_ -- `CodeIgniter V 1.5.2 `_ -- `CodeIgniter V 1.5.1 `_ -- `CodeIgniter V 1.4.1 `_ -- `CodeIgniter V 1.3.3 `_ -- `CodeIgniter V 1.3.2 `_ -- `CodeIgniter V 1.3.1 `_ -- `CodeIgniter V 1.3 `_ -- `CodeIgniter V 1.2 `_ -- `CodeIgniter V 1.1 `_ -- `CodeIgniter V 1.0 `_ +- `CodeIgniter v3.0.0 (Current version) `_ +- `CodeIgniter v2.1.4 `_ +- `CodeIgniter v2.1.3 `_ +- `CodeIgniter v2.1.2 `_ +- `CodeIgniter v2.1.1 `_ +- `CodeIgniter v2.1.0 `_ +- `CodeIgniter v2.0.3 `_ +- `CodeIgniter v2.0.2 `_ +- `CodeIgniter v2.0.1 `_ +- `CodeIgniter v2.0.0 `_ +- `CodeIgniter v1.7.3 `_ +- `CodeIgniter v1.7.2 `_ +- `CodeIgniter v1.7.1 `_ +- `CodeIgniter v1.7.0 `_ +- `CodeIgniter v1.6.3 `_ +- `CodeIgniter v1.6.2 `_ +- `CodeIgniter v1.6.1 `_ +- `CodeIgniter v1.6.0 `_ +- `CodeIgniter v1.5.4 `_ +- `CodeIgniter v1.5.3 `_ +- `CodeIgniter v1.5.2 `_ +- `CodeIgniter v1.5.1 `_ +- `CodeIgniter v1.4.1 `_ +- `CodeIgniter v1.3.3 `_ +- `CodeIgniter v1.3.2 `_ +- `CodeIgniter v1.3.1 `_ +- `CodeIgniter v1.3 `_ +- `CodeIgniter v1.2 `_ +- `CodeIgniter v1.1 `_ +- `CodeIgniter v1.0 `_ ****** @@ -45,5 +45,4 @@ Please note that while every effort is made to keep this code base functional, we cannot guarantee the functionality of code taken from the develop branch. -Beginning with version 2.0.3, stable tags are also available via GitHub at -`this link `_. \ No newline at end of file +Beginning with version 2.0.3, stable versions are also available via `GitHub Releases `_. \ No newline at end of file -- cgit v1.2.3-24-g4f1b