From 7a091528dab98fae76704bed870724feb6289998 Mon Sep 17 00:00:00 2001 From: AdwinTrave Date: Mon, 15 Jul 2013 13:36:51 -0400 Subject: Fixing incorect references for time zones --- user_guide_src/source/helpers/date_helper.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'user_guide_src/source') diff --git a/user_guide_src/source/helpers/date_helper.rst b/user_guide_src/source/helpers/date_helper.rst index 3a3454edc..0a1f7ac8f 100644 --- a/user_guide_src/source/helpers/date_helper.rst +++ b/user_guide_src/source/helpers/date_helper.rst @@ -414,9 +414,9 @@ Note some of the location lists have been abridged for clarity and formatting. =========== ===================================================================== Time Zone Location =========== ===================================================================== -UM2 (UTC - 12:00) Baker/Howland Island -UM1 (UTC - 11:00) Samoa Time Zone, Niue -UM0 (UTC - 10:00) Hawaii-Aleutian Standard Time, Cook Islands +UM12 (UTC - 12:00) Baker/Howland Island +UM11 (UTC - 11:00) Samoa Time Zone, Niue +UM10 (UTC - 10:00) Hawaii-Aleutian Standard Time, Cook Islands UM95 (UTC - 09:30) Marquesas Islands UM9 (UTC - 09:00) Alaska Standard Time, Gambier Islands UM8 (UTC - 08:00) Pacific Standard Time, Clipperton Island @@ -428,7 +428,7 @@ UM4 (UTC - 04:00) Atlantic Standard Time, Eastern Caribbean UM35 (UTC - 03:30) Newfoundland Standard Time UM3 (UTC - 03:00) Argentina, Brazil, French Guiana, Uruguay UM2 (UTC - 02:00) South Georgia/South Sandwich Islands -UM (UTC -1:00) Azores, Cape Verde Islands +UM1 (UTC -1:00) Azores, Cape Verde Islands UTC (UTC) Greenwich Mean Time, Western European Time UP1 (UTC +1:00) Central European Time, West Africa Time UP2 (UTC +2:00) Central Africa Time, Eastern European Time @@ -452,6 +452,6 @@ UP11 (UTC +11:00) Magadan Time, Solomon Islands, Vanuatu UP115 (UTC +11:30) Norfolk Island UP12 (UTC +12:00) Fiji, Gilbert Islands, Kamchatka, New Zealand UP1275 (UTC +12:45) Chatham Islands Standard Time -UP1 (UTC +13:00) Phoenix Islands Time, Tonga +UP13 (UTC +13:00) Phoenix Islands Time, Tonga UP14 (UTC +14:00) Line Islands -=========== ===================================================================== \ No newline at end of file +=========== ===================================================================== -- cgit v1.2.3-24-g4f1b From 58f677f764aa9e632635ee4810c25b1d7eacd485 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Tue, 16 Jul 2013 11:01:37 +0300 Subject: 2.1.4 release related stuff --- user_guide_src/source/changelog.rst | 25 +++++++++++++++++----- user_guide_src/source/helpers/date_helper.rst | 2 +- user_guide_src/source/installation/upgrade_300.rst | 2 +- user_guide_src/source/installation/upgrading.rst | 3 ++- 4 files changed, 24 insertions(+), 8 deletions(-) (limited to 'user_guide_src/source') diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 2adbca19d..97feb484a 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -380,7 +380,7 @@ Bug fixes for 3.0 - Fixed a bug (#413) - Oracle's error handling methods used to only return connection-related errors. - Fixed a bug (#1101) - MySQL/MySQLi result method field_data() was implemented as if it was handling a DESCRIBE result instead of the actual result set. - Fixed a bug in Oracle's :doc:`Database Forge Class ` method _create_table() where it failed with AUTO_INCREMENT as it's not supported. -- Fixed a bug (#1080) - When using the SMTP protocol, the :doc:`Email Library ` send() method was returning TRUE even if the connection/authentication against the server failed. +- Fixed a bug (#1080) - When using the SMTP protocol, the :doc:`Email Library ` ``send()`` method was returning TRUE even if the connection/authentication against the server failed. - Fixed a bug (#306) - ODBC's insert_id() method was calling non-existent function odbc_insert_id(), which resulted in a fatal error. - Fixed a bug in Oracle's DB_result class where the cursor id passed to it was always NULL. - Fixed a bug (#64) - Regular expression in DB_query_builder.php failed to handle queries containing SQL bracket delimiters in the join condition. @@ -405,14 +405,13 @@ Bug fixes for 3.0 - Fixed a bug (#128) - :doc:`Language Library ` did not correctly keep track of loaded language files. - Fixed a bug (#1242) - Added Windows path compatibility to function read_dir of ZIP library. - Fixed a bug (#1349) - get_extension() in the :doc:`File Uploading Library ` returned the original filename when it didn't have an actual extension. -- Fixed a bug (#1273) - E_NOTICE being generated by :doc:`Query Builder `'s set_update_batch() method. - Fixed a bug (#44, #110) - :doc:`Upload library `'s clean_file_name() method didn't clear '!' and '#' characters. - Fixed a bug (#121) - ``CI_DB_result::row()`` returned an array when there's no actual result to be returned. - Fixed a bug (#319) - SQLSRV's affected_rows() method failed due to a scrollable cursor being created for write-type queries. -- Fixed a bug (#356) - PostgreSQL driver didn't have an _update_batch() method, which resulted in fatal error being triggered when update_batch() is used with it. +- Fixed a bug (#356) - PostgreSQL driver didn't have an ``_update_batch()`` method, which resulted in fatal error being triggered when ``update_batch()`` is used with it. - Fixed a bug (#784, #862) - :doc:`Database Forge ` method ``create_table()`` failed on SQLSRV/MSSQL when used with 'IF NOT EXISTS'. - Fixed a bug (#1419) - libraries/Driver.php had a static variable that was causing an error. -- Fixed a bug (#1411) - the :doc:`Email library ` used its own short list of MIMEs instead the one from config/mimes.php. +- Fixed a bug (#1411) - the :doc:`Email Library ` used its own short list of MIMEs instead the one from config/mimes.php. - Fixed a bug where the magic_quotes_runtime setting wasn't turned off for PHP 5.3 (where it is indeed deprecated, but not non-existent). - Fixed a bug (#666) - :doc:`Output library `'s set_content_type() method didn't set the document charset. - Fixed a bug (#784, #861) - :doc:`Database Forge ` method ``create_table()`` used to accept constraints for MSSQL/SQLSRV integer-type columns. @@ -453,7 +452,7 @@ Bug fixes for 3.0 - Fixed a bug (#1745) - ``is_write_type()`` method in the :doc:`Database Library ` didn't return TRUE for LOAD queries. - Fixed a bug (#1765) - :doc:`Database Library ` didn't properly detect connection errors for MySQLi. - Fixed a bug (#1257) - :doc:`Query Builder ` used to (unnecessarily) group FROM clause contents, which breaks certain queries and is invalid for some databases. -- Fixed a bug (#1709) - :doc:`Email ` headers were broken when using long email subjects and \r\n as CRLF. +- Fixed a bug (#1709) - :doc:`Email Library ` headers were broken when using long email subjects and \r\n as CRLF. - Fixed a bug where ``MB_ENABLED`` was only declared if ``UTF8_ENABLED`` was set to TRUE. - Fixed a bug where the :doc:`Session Library ` accepted cookies with *last_activity* values being in the future. - Fixed a bug (#1897) - :doc:`Email Library ` triggered PHP E_WARNING errors when *mail* protocol used and ``to()`` is never called. @@ -502,6 +501,22 @@ Bug fixes for 3.0 - Fixed a bug (#2388) - :doc:`Email Library ` used to ignore attachment errors, resulting in broken emails being sent. - Fixed a bug (#2498) - :doc:`Form Validation Library ` rule **valid_base64** only checked characters instead of actual validity. +Version 2.1.4 +============= + +Release Date: July 8, 2013 + +- General Changes + - Improved security in ``xss_clean()``. + +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 (#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 ============= diff --git a/user_guide_src/source/helpers/date_helper.rst b/user_guide_src/source/helpers/date_helper.rst index 0a1f7ac8f..5dfee8b48 100644 --- a/user_guide_src/source/helpers/date_helper.rst +++ b/user_guide_src/source/helpers/date_helper.rst @@ -454,4 +454,4 @@ UP12 (UTC +12:00) Fiji, Gilbert Islands, Kamchatka, New Zealand UP1275 (UTC +12:45) Chatham Islands Standard Time UP13 (UTC +13:00) Phoenix Islands Time, Tonga UP14 (UTC +14:00) Line Islands -=========== ===================================================================== +=========== ===================================================================== \ No newline at end of file diff --git a/user_guide_src/source/installation/upgrade_300.rst b/user_guide_src/source/installation/upgrade_300.rst index 926af312d..b396d9acb 100644 --- a/user_guide_src/source/installation/upgrade_300.rst +++ b/user_guide_src/source/installation/upgrade_300.rst @@ -1,5 +1,5 @@ ############################# -Upgrading from 2.1.3 to 3.0.0 +Upgrading from 2.1.4 to 3.0.0 ############################# .. note:: These upgrade notes are for a version that is yet to be released. diff --git a/user_guide_src/source/installation/upgrading.rst b/user_guide_src/source/installation/upgrading.rst index 4f276207c..230c3b113 100644 --- a/user_guide_src/source/installation/upgrading.rst +++ b/user_guide_src/source/installation/upgrading.rst @@ -5,7 +5,8 @@ Upgrading From a Previous Version Please read the upgrade notes corresponding to the version you are upgrading from. -- :doc:`Upgrading from 2.1.3 to 3.0.0 ` +- :doc:`Upgrading from 2.1.4 to 3.0.0 ` +- :doc:`Upgrading from 2.1.3 to 2.1.4 ` - :doc:`Upgrading from 2.1.2 to 2.1.3 ` - :doc:`Upgrading from 2.1.1 to 2.1.2 ` - :doc:`Upgrading from 2.1.0 to 2.1.1 ` -- cgit v1.2.3-24-g4f1b From 93d6a00e8d60e1cdd63166f99699ef40755823c6 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Tue, 16 Jul 2013 11:03:16 +0300 Subject: [ci skip] Add 2.1.4 upgrade instructions page --- user_guide_src/source/installation/upgrade_214.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 user_guide_src/source/installation/upgrade_214.rst (limited to 'user_guide_src/source') diff --git a/user_guide_src/source/installation/upgrade_214.rst b/user_guide_src/source/installation/upgrade_214.rst new file mode 100644 index 000000000..ba57e5976 --- /dev/null +++ b/user_guide_src/source/installation/upgrade_214.rst @@ -0,0 +1,14 @@ +############################# +Upgrading from 2.1.3 to 2.1.4 +############################# + +Before performing an update you should take your site offline by +replacing the index.php file with a static one. + +Step 1: Update your CodeIgniter files +===================================== + +Replace all files and directories in your "system" folder. + +.. note:: If you have any custom developed files in these folders please + make copies of them first. \ No newline at end of file -- cgit v1.2.3-24-g4f1b From 6860bdcc59ae1f759b67cbce5f6326e25856ca71 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Tue, 16 Jul 2013 13:06:11 +0300 Subject: [ci skip] Fix 2.1.4 upgrade instructions link --- user_guide_src/source/installation/upgrading.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide_src/source') diff --git a/user_guide_src/source/installation/upgrading.rst b/user_guide_src/source/installation/upgrading.rst index 230c3b113..6d2e788dd 100644 --- a/user_guide_src/source/installation/upgrading.rst +++ b/user_guide_src/source/installation/upgrading.rst @@ -6,7 +6,7 @@ Please read the upgrade notes corresponding to the version you are upgrading from. - :doc:`Upgrading from 2.1.4 to 3.0.0 ` -- :doc:`Upgrading from 2.1.3 to 2.1.4 ` +- :doc:`Upgrading from 2.1.3 to 2.1.4 ` - :doc:`Upgrading from 2.1.2 to 2.1.3 ` - :doc:`Upgrading from 2.1.1 to 2.1.2 ` - :doc:`Upgrading from 2.1.0 to 2.1.1 ` -- cgit v1.2.3-24-g4f1b From ae0cc3e868b1708067df22932c09874033a34be9 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Tue, 16 Jul 2013 18:11:52 +0300 Subject: [ci skip] Update download links --- user_guide_src/source/installation/downloads.rst | 90 +++++++++--------------- 1 file changed, 32 insertions(+), 58 deletions(-) (limited to 'user_guide_src/source') diff --git a/user_guide_src/source/installation/downloads.rst b/user_guide_src/source/installation/downloads.rst index 45a8f80a7..d046e7cc6 100644 --- a/user_guide_src/source/installation/downloads.rst +++ b/user_guide_src/source/installation/downloads.rst @@ -2,62 +2,36 @@ Downloading CodeIgniter ####################### -- `CodeIgniter V 3.0.0 (Current - version) `_ -- `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 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 `_ ****** @@ -71,5 +45,5 @@ 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, -simply select the version from the Tags dropdown. \ No newline at end of file +Beginning with version 2.0.3, stable tags are also available via GitHub at +`this link `_. \ No newline at end of file -- cgit v1.2.3-24-g4f1b