From 37f4b9caa02783e06dd7c5318200113409a0deb1 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Fri, 1 Jul 2011 17:56:50 -0500 Subject: backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance --- user_guide/installation/upgrade_203.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'user_guide/installation/upgrade_203.html') diff --git a/user_guide/installation/upgrade_203.html b/user_guide/installation/upgrade_203.html index d1c9a940f..7dbc907ea 100644 --- a/user_guide/installation/upgrade_203.html +++ b/user_guide/installation/upgrade_203.html @@ -69,7 +69,7 @@ Upgrading from 2.0.2 to 2.0.3

Step 2: Update CodeIgniter files

Replace the files and directories in your "system" folder with the new versions:

- +

Step 3: Update your main index.php file

If you are running a stock index.php file simply replace your version with the new one.

@@ -81,7 +81,7 @@ Upgrading from 2.0.2 to 2.0.3

This config file has been updated to contain more user agent types, please copy it to application/config/user_agents.php.

Step 5: Change references of the EXT constant to ".php"

-

Note: The EXT Constant has been marked as deprecated, but has not been removed from the application. You are encouraged to make the changes sooner rather than later.

+

Note: The EXT Constant has been marked as deprecated, but has not been removed from the application. You are encouraged to make the changes sooner rather than later.

Step 6: Remove APPPATH.'third_party' from autoload.php

@@ -101,10 +101,10 @@ Upgrading from 2.0.2 to 2.0.3 CREATE INDEX last_activity_idx ON ci_sessions(last_activity); ALTER TABLE ci_sessions MODIFY user_agent VARCHAR(120); - - - - + + + + -- cgit v1.2.3-24-g4f1b From 9c63d0bb34be4007178d5a7e46348d5e23fee3ff Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Thu, 27 Oct 2011 01:55:44 +0100 Subject: Bumped CodeIgniter version to 2.1.0. --- user_guide/installation/upgrade_203.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'user_guide/installation/upgrade_203.html') diff --git a/user_guide/installation/upgrade_203.html b/user_guide/installation/upgrade_203.html index 7dbc907ea..2a0ab52be 100644 --- a/user_guide/installation/upgrade_203.html +++ b/user_guide/installation/upgrade_203.html @@ -3,7 +3,7 @@ -Upgrading from 2.0.2 to 2.0.3 : CodeIgniter User Guide +Upgrading from 2.0.2 to 2.1.0 : CodeIgniter User Guide @@ -28,7 +28,7 @@
- +

CodeIgniter User Guide Version 2.0.3

CodeIgniter User Guide Version 2.1.0

@@ -42,7 +42,7 @@ CodeIgniter Home  ›  User Guide Home  ›  -Upgrading from 2.0.2 to 2.0.3 +Upgrading from 2.0.2 to 2.1.0
Search User Guide   
@@ -55,7 +55,7 @@ Upgrading from 2.0.2 to 2.0.3
-

Upgrading from 2.0.2 to 2.0.3

+

Upgrading from 2.0.2 to 2.1.0

Before performing an update you should take your site offline by replacing the index.php file with a static one.

-- cgit v1.2.3-24-g4f1b From 33d0502628df3e45b26d2a4075929016b2a7f8a8 Mon Sep 17 00:00:00 2001 From: Greg Aker Date: Sat, 20 Aug 2011 16:53:52 -0500 Subject: Removing duplicate instructions in the 2.0.3 update instructions. --- user_guide/installation/upgrade_203.html | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'user_guide/installation/upgrade_203.html') diff --git a/user_guide/installation/upgrade_203.html b/user_guide/installation/upgrade_203.html index 2a0ab52be..3aceb7ff1 100644 --- a/user_guide/installation/upgrade_203.html +++ b/user_guide/installation/upgrade_203.html @@ -65,25 +65,21 @@ Upgrading from 2.0.2 to 2.1.0

Replace all files and directories in your "system" folder and replace your index.php file. If any modifications were made to your index.php they will need to be made fresh in this new one.

Note: If you have any custom developed files in these folders please make copies of them first.

- -

Step 2: Update CodeIgniter files

- -

Replace the files and directories in your "system" folder with the new versions:

-

Step 3: Update your main index.php file

+

Step 2: Update your main index.php file

If you are running a stock index.php file simply replace your version with the new one.

If your index.php file has internal modifications, please add your modifications to the new file and use it.

-

Step 4: Replace config/user_agents.php

+

Step 3: Replace config/user_agents.php

This config file has been updated to contain more user agent types, please copy it to application/config/user_agents.php.

-

Step 5: Change references of the EXT constant to ".php"

+

Step 4: Change references of the EXT constant to ".php"

Note: The EXT Constant has been marked as deprecated, but has not been removed from the application. You are encouraged to make the changes sooner rather than later.

-

Step 6: Remove APPPATH.'third_party' from autoload.php

+

Step 5: Remove APPPATH.'third_party' from autoload.php

Open application/autoload.php, and look for the following:

-- cgit v1.2.3-24-g4f1b From f7149f2562c6173f617b32538f438a1be3a4398d Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Thu, 27 Oct 2011 12:42:01 +0100 Subject: Added upgrade guide for 2.1.0. --- user_guide/installation/upgrade_203.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user_guide/installation/upgrade_203.html') diff --git a/user_guide/installation/upgrade_203.html b/user_guide/installation/upgrade_203.html index 3aceb7ff1..d0d37677f 100644 --- a/user_guide/installation/upgrade_203.html +++ b/user_guide/installation/upgrade_203.html @@ -42,7 +42,7 @@ CodeIgniter Home  ›  User Guide Home  ›  -Upgrading from 2.0.2 to 2.1.0 +Upgrading from 2.0.2 to 2.0.3
Search User Guide   
@@ -55,7 +55,7 @@ Upgrading from 2.0.2 to 2.1.0
-

Upgrading from 2.0.2 to 2.1.0

+

Upgrading from 2.0.2 to 2.0.3

Before performing an update you should take your site offline by replacing the index.php file with a static one.

-- cgit v1.2.3-24-g4f1b From f2bae2cb50d040e17ca0323b394a60499e639834 Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Thu, 27 Oct 2011 12:46:52 +0100 Subject: Corrected 2.0.3 to 2.1.0. --- user_guide/installation/upgrade_203.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/installation/upgrade_203.html') diff --git a/user_guide/installation/upgrade_203.html b/user_guide/installation/upgrade_203.html index d0d37677f..d4b703af0 100644 --- a/user_guide/installation/upgrade_203.html +++ b/user_guide/installation/upgrade_203.html @@ -3,7 +3,7 @@ -Upgrading from 2.0.2 to 2.1.0 : CodeIgniter User Guide +Upgrading from 2.0.2 to 2.0.3 : CodeIgniter User Guide -- cgit v1.2.3-24-g4f1b