summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/installation/upgrade_152.rst
diff options
context:
space:
mode:
authorEric Barnes <eric@ericlbarnes.com>2011-11-27 06:30:22 +0100
committerEric Barnes <eric@ericlbarnes.com>2011-11-27 06:30:22 +0100
commit7e66dda705743cbfe1d522ddb73e5694006ec42c (patch)
treec08b63deb28c09ec49d9173280f1ca234debfe50 /user_guide_src/source/installation/upgrade_152.rst
parent7eceb03f083643254c7393c6b5ebe539e344a1ba (diff)
parente101593561a10632c1d63180436b19f1d7115046 (diff)
Merge branch 'refs/heads/develop' into feature/unit-tests
Conflicts: user_guide/helpers/number_helper.html
Diffstat (limited to 'user_guide_src/source/installation/upgrade_152.rst')
-rw-r--r--user_guide_src/source/installation/upgrade_152.rst39
1 files changed, 39 insertions, 0 deletions
diff --git a/user_guide_src/source/installation/upgrade_152.rst b/user_guide_src/source/installation/upgrade_152.rst
new file mode 100644
index 000000000..781c907e1
--- /dev/null
+++ b/user_guide_src/source/installation/upgrade_152.rst
@@ -0,0 +1,39 @@
+#############################
+Upgrading from 1.5.0 to 1.5.2
+#############################
+
+.. note:: The instructions on this page assume you are running version
+ 1.5.0 or 1.5.1. If you have not upgraded to that version please do so
+ first.
+
+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 these files and directories in your "system" folder with the new
+versions:
+
+- system/helpers/download_helper.php
+- system/helpers/form_helper.php
+- system/libraries/Table.php
+- system/libraries/User_agent.php
+- system/libraries/Exceptions.php
+- system/libraries/Input.php
+- system/libraries/Router.php
+- system/libraries/Loader.php
+- system/libraries/Image_lib.php
+- system/language/english/unit_test_lang.php
+- system/database/DB_active_rec.php
+- system/database/drivers/mysqli/mysqli_driver.php
+- codeigniter/
+
+.. note:: If you have any custom developed files in these folders please
+ make copies of them first.
+
+Step 2: Update your user guide
+==============================
+
+Please also replace your local copy of the user guide with the new
+version.