From dddbaa69f20c93dc45d2de55a2d0cb4e0fdf0d8d Mon Sep 17 00:00:00 2001 From: phpnut Date: Mon, 5 Feb 2007 05:32:30 +0000 Subject: [PATCH] Merging fixes into the trunk: Revision: [4449] Adding fix for #2051 Adding additional methods to the ClassRegistry to set mappings to class names. Added ClassRegistry::map() in the model to set mappings where needed Revision: [4448] Adding 'evalScripts' fix for AjaxHelper (Ticket #2048) Revision: [4447] Fixing tests for DboSource after changes made to remove extra white spaces Revision: [4445] Updating test suite Revision: [4444] Removing directories from cases. Updating DispatcherTest Revision: [4443] Updating test suite Revision: [4442] fixing h2 in test suite Revision: [4441] Removing redundant group test Revision: [4440] Updating html for test suite. Added error page when SimpleTest is not installed. Fixed model.test.php failing on PHP 4 Revision: 4439 updating test suite layout Revision: [4438] Removing all language file svn these are now located at http://cakeforge.org/projects/translations/ Revision: [4437] Adding fix for #2047 Revision: [4436] Fixing notice when not group tests are found Revision: [4435] Fixing unset variable error Revision: [4434] Updating test suite with correct paths.php Changed vendor() to return true or false Revision: [4433] Adding test suite to the core. Creating directories for application level testing Revision: [4432] Fixing default extension parsing behavior for Router::parseExtensions() Revision: [4430] Moving tests and test suite in the 1.2.x.x core releases Revision: [4429] Updating Router::parseExtensions() so that parameters do not need to be wrapped in an array Revision: [4427] Fixing AjaxHelper::form() for compatibility with FormHelper::create() Revision: [4426] Disabling Model::loadInfo() for models that do not use tables git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4451 3807eeeb-6ff5-0310-8944-8be069107fe0 --- cake/VERSION.txt | 2 +- cake/config/config.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cake/VERSION.txt b/cake/VERSION.txt index 84bc4ff9d..423d82e6c 100644 --- a/cake/VERSION.txt +++ b/cake/VERSION.txt @@ -6,4 +6,4 @@ // +---------------------------------------------------------------------------------------------------+ // /////////////////////////////////////////////////////////////////////////////////////////////////////////// -1.2.0.4425alpha \ No newline at end of file +1.2.0.4451alpha \ No newline at end of file diff --git a/cake/config/config.php b/cake/config/config.php index 58aadc51d..9e1436de4 100644 --- a/cake/config/config.php +++ b/cake/config/config.php @@ -24,5 +24,5 @@ * @lastmodified $Date$ * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ -$config['Cake.version'] = '1.2.0.4425alpha'; +$config['Cake.version'] = '1.2.0.4451alpha'; ?> \ No newline at end of file