From f2d4eb599b52089989073b7c9a2c54df85732c66 Mon Sep 17 00:00:00 2001
From: Kyle Farris
Date: Wed, 31 Aug 2011 10:52:08 -0300
Subject: Added Sessions 'user_data' field bug fix item to log.
---
user_guide/changelog.html | 1 +
1 file changed, 1 insertion(+)
(limited to 'user_guide')
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 978b710be..c203746b8 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -118,6 +118,7 @@ Change Log
Fixed a bug (#8) - load_class() now looks for core classes in APPPATH first, allowing them to be replaced.
Fixed a bug (#24) - ODBC database driver called incorrect parent in __construct().
Fixed a bug (#85) - OCI8 (Oracle) database escape_str() function did not escape correct.
+ Fixed a bug (#344) - Using schema found in Saving Session Data to a Database, system would throw error "user_data does not have a default value" when deleting then creating a session.
Version 2.0.3
--
cgit v1.2.3-24-g4f1b
From 11c5f1654d2d13113ad06da46f560628d7e31dd3 Mon Sep 17 00:00:00 2001
From: Aaron Kuzemchak
Date: Sat, 3 Sep 2011 20:59:07 -0400
Subject: Enables real page numbers for URI segment in Pagination library
---
user_guide/libraries/pagination.html | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
(limited to 'user_guide')
diff --git a/user_guide/libraries/pagination.html b/user_guide/libraries/pagination.html
index 196555441..6a144114d 100644
--- a/user_guide/libraries/pagination.html
+++ b/user_guide/libraries/pagination.html
@@ -119,7 +119,11 @@ something different you can specify it.
The number of "digit" links you would like before and after the selected page number. For example, the number 2
will place two digits on either side, as in the example links at the very top of this page.
-$config['page_query_string'] = TRUE
+
+$config['use_page_numbers'] = TRUE;
+By default, the URI segment will use the starting index for the items you are paginating. If you prefer to show the the actual page number, set this to TRUE.
+
+$config['page_query_string'] = TRUE;
By default, the pagination library assume you are using URI Segments, and constructs your links something like
http://example.com/index.php/test/page/20
If you have $config['enable_query_strings'] set to TRUE your links will automatically be re-written using Query Strings. This option can also be explictly set. Using $config['page_query_string'] set to TRUE, the pagination link will become.
--
cgit v1.2.3-24-g4f1b
From 018af7a82749cb5c6d224940ab5f08d801f54988 Mon Sep 17 00:00:00 2001
From: Timothy Warren
Date: Wed, 7 Sep 2011 12:07:35 -0400
Subject: Added changelog item, updated since version file headers
---
user_guide/changelog.html | 1 +
1 file changed, 1 insertion(+)
(limited to 'user_guide')
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index fb6e4493a..5f0276137 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -82,6 +82,7 @@ Change Log
Database
- Added a CUBRID driver to the Database Driver. Thanks to the CUBRID team for supplying this patch.
+ - Added a PDO driver to the Database Driver.
- Typecast limit and offset in the Database Driver to integers to avoid possible injection.
-
Added additional option 'none' for the optional third argument for $this->db->like() in the Database Driver.
--
cgit v1.2.3-24-g4f1b
From 2b11da4141140244431ce4010ac506160516cdfd Mon Sep 17 00:00:00 2001
From: purwandi
Date: Thu, 8 Sep 2011 19:05:29 +0700
Subject: Modified repo from mercurial to git on User Guide
---
user_guide/installation/downloads.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'user_guide')
diff --git a/user_guide/installation/downloads.html b/user_guide/installation/downloads.html
index 539fbc170..b1b315958 100644
--- a/user_guide/installation/downloads.html
+++ b/user_guide/installation/downloads.html
@@ -88,14 +88,14 @@ Downloading CodeIgniter
-
Mercurial Server
-Mercurial is a distributed version control system.
+Git Server
+Git is a distributed version control system.
- Public Hg access is available at BitBucket.
+
Public Git access is available at Github.
Please note that while every effort is made to keep this code base functional, we cannot guarantee the functionality of code taken
from the tip.
- Beginning with version 1.6.1, stable tags are also available via BitBucket, simply select the version from the Tags dropdown.
+ Beginning with version 2.0.3, stable tags are also available via Github, simply select the version from the Tags dropdown.
--
cgit v1.2.3-24-g4f1b
From a1f3175a39caabf8983b778b1e00d076e00f537b Mon Sep 17 00:00:00 2001
From: purwandi
Date: Thu, 8 Sep 2011 19:40:32 +0700
Subject: Fix some typo
---
user_guide/installation/downloads.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'user_guide')
diff --git a/user_guide/installation/downloads.html b/user_guide/installation/downloads.html
index b1b315958..bb18f1de2 100644
--- a/user_guide/installation/downloads.html
+++ b/user_guide/installation/downloads.html
@@ -91,11 +91,11 @@ Downloading CodeIgniter
Git Server
Git is a distributed version control system.
- Public Git access is available at Github.
+
Public Git access is available at GitHub.
Please note that while every effort is made to keep this code base functional, we cannot guarantee the functionality of code taken
from the tip.
- Beginning with version 2.0.3, stable tags are also available via Github, simply select the version from the Tags dropdown.
+ Beginning with version 2.0.3, stable tags are also available via GitHub, simply select the version from the Tags dropdown.
--
cgit v1.2.3-24-g4f1b
From 0aaaeb071f9c5e795e5d3a39888c23cba5e8e738 Mon Sep 17 00:00:00 2001
From: kenjis
Date: Fri, 9 Sep 2011 15:40:29 +0900
Subject: fix the variable name of system folder in
user_guide/installation/index.html
---
user_guide/installation/index.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'user_guide')
diff --git a/user_guide/installation/index.html b/user_guide/installation/index.html
index 84338e2e6..ad66ad7a6 100644
--- a/user_guide/installation/index.html
+++ b/user_guide/installation/index.html
@@ -67,14 +67,14 @@ Installation Instructions
If you wish to increase security by hiding the location of your CodeIgniter files you can rename the system and application folders
-to something more private. If you do rename them, you must open your main index.php file and set the $system_folder and $application_folder
+to something more private. If you do rename them, you must open your main index.php file and set the $system_path and $application_folder
variables at the top of the file with the new name you've chosen.
For the best security, both the system and any application folders should be placed above web root so that they are not directly accessible via a browser. By default, .htaccess files are included in each folder to help prevent direct access, but it is best to remove them from public access entirely in case the web server configuration changes or doesn't abide by the .htaccess.
If you would like to keep your views public it is also possible to move the views folder out of your application folder.
-After moving them, open your main index.php file and set the $system_folder, $application_folder and $view_folder variables, preferably with a full path, e.g. '/www/MyUser/system'.
+After moving them, open your main index.php file and set the $system_path, $application_folder and $view_folder variables, preferably with a full path, e.g. '/www/MyUser/system'.
One additional measure to take in production environments is to disable
@@ -107,4 +107,4 @@ Next Topic: Upgrading from a Previous Versio