From e9a7e714dcafec22b08855d53400f6b85cf8feaa Mon Sep 17 00:00:00 2001 From: Jeremy Bush Date: Wed, 9 Feb 2011 19:35:22 -0600 Subject: [PATCH 1/8] Tracking system submodule --- system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system b/system index 2903bd8..361c41d 160000 --- a/system +++ b/system @@ -1 +1 @@ -Subproject commit 2903bd8726f06337c3a0a15379ba2403ba3310ac +Subproject commit 361c41def13ae57531059db8e61928eb40b3edc7 From 92f0eeb98f1d6e33124b45a06782ebf44d416df9 Mon Sep 17 00:00:00 2001 From: Jeremy Bush Date: Wed, 9 Feb 2011 20:03:52 -0600 Subject: [PATCH 2/8] Tracking system submodule --- system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system b/system index 361c41d..c952209 160000 --- a/system +++ b/system @@ -1 +1 @@ -Subproject commit 361c41def13ae57531059db8e61928eb40b3edc7 +Subproject commit c9522094c4f7b969f501c4fc3665d3453e66d80e From 91527eb381f33d6e62bd32aac435173c03b51827 Mon Sep 17 00:00:00 2001 From: Jeremy Bush Date: Wed, 9 Feb 2011 22:52:10 -0600 Subject: [PATCH 3/8] Update readme to describe release status --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13011d7..245ee68 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# Kohana PHP Framework, version 3.1 (dev) +# Kohana PHP Framework, version 3.0 (release) -This is the current development version of [Kohana](http://kohanaframework.org/). +This is the current release version of [Kohana](http://kohanaframework.org/). From 3815a0423f3580da52a424573569fd1d37568a89 Mon Sep 17 00:00:00 2001 From: Jeremy Bush Date: Thu, 10 Feb 2011 09:39:42 -0600 Subject: [PATCH 4/8] Fixing late night mistake on version number :( --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 245ee68..e19aba8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# Kohana PHP Framework, version 3.0 (release) +# Kohana PHP Framework, version 3.1 (release) This is the current release version of [Kohana](http://kohanaframework.org/). From e8149aa8682fb689a15a8851205b37a3306c8d4d Mon Sep 17 00:00:00 2001 From: Jeremy Bush Date: Thu, 10 Feb 2011 09:39:50 -0600 Subject: [PATCH 5/8] tracking system submodule --- system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system b/system index c952209..100b124 160000 --- a/system +++ b/system @@ -1 +1 @@ -Subproject commit c9522094c4f7b969f501c4fc3665d3453e66d80e +Subproject commit 100b12498a95f1c794ca1298ac2594a3d7f81729 From 64e65e45dd0c8735f08364f424dbab106997a6d1 Mon Sep 17 00:00:00 2001 From: Jeremy Bush Date: Thu, 10 Feb 2011 09:52:53 -0600 Subject: [PATCH 6/8] Tracking system submodule --- system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system b/system index 100b124..f8d2c7f 160000 --- a/system +++ b/system @@ -1 +1 @@ -Subproject commit 100b12498a95f1c794ca1298ac2594a3d7f81729 +Subproject commit f8d2c7f7c9d209e66c0ff0f57ef1bc70af656c01 From fb6139a67ac99fd645cf45da27eba14b3f39d123 Mon Sep 17 00:00:00 2001 From: Jeremy Bush Date: Thu, 10 Feb 2011 10:10:33 -0600 Subject: [PATCH 7/8] Updating comment for symlinkd index.php behavior --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index bc629d8..71c3249 100644 --- a/index.php +++ b/index.php @@ -56,15 +56,15 @@ error_reporting(E_ALL | E_STRICT); // Set the full path to the docroot define('DOCROOT', realpath(dirname(__FILE__)).DIRECTORY_SEPARATOR); -// Make the application relative to the docroot +// Make the application relative to the docroot, for symlink'd index.php if ( ! is_dir($application) AND is_dir(DOCROOT.$application)) $application = DOCROOT.$application; -// Make the modules relative to the docroot +// Make the modules relative to the docroot, for symlink'd index.php if ( ! is_dir($modules) AND is_dir(DOCROOT.$modules)) $modules = DOCROOT.$modules; -// Make the system relative to the docroot +// Make the system relative to the docroot, for symlink'd index.php if ( ! is_dir($system) AND is_dir(DOCROOT.$system)) $system = DOCROOT.$system; From e543b9d26c2e4849b5d5aa4597cadea7ebee3ccd Mon Sep 17 00:00:00 2001 From: Jeremy Bush Date: Thu, 10 Feb 2011 12:35:48 -0600 Subject: [PATCH 8/8] Tracking system submodule --- system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system b/system index f8d2c7f..dc9e883 160000 --- a/system +++ b/system @@ -1 +1 @@ -Subproject commit f8d2c7f7c9d209e66c0ff0f57ef1bc70af656c01 +Subproject commit dc9e8832bf5d5e61f596b83a5c57d51cbeec707b