cakephp2-php8/cake/VERSION.txt

9 lines
519 B
Text
Raw Normal View History

[1258] Author: phpnut Date: 8:13:45 PM, Friday, October 28, 2005 Message: adding version text file [1257] Author: phpnut Date: 8:03:24 PM, Friday, October 28, 2005 Message: small typo in last commit [1256] Author: phpnut Date: 7:16:50 PM, Friday, October 28, 2005 Message: Added fix for a self join of 1 to 1 associations. This is automatic and adds Child_ to the joined class for hasOne or belongsTo. Scaffold is updated to work with this change. You will have to consider the Child_ prefix when working with self joins. [1253] Author: phpnut Date: 4:07:55 PM, Friday, October 28, 2005 Message: Fixed problem with session cookies being set for each path in the URL. Added char to switch in Controller::generateFieldNames() [1252] Author: phpnut Date: 1:59:49 PM, Friday, October 28, 2005 Message: Updated routes.php.default with change to route case. Removed debug code I had added to Model::findAll [1251] Author: phpnut Date: 1:51:00 PM, Friday, October 28, 2005 Message: Added a fix for class already defined error. Updated core.php docblock with level 3 setting for DEBUG. Change instances of AppController to Controller for loading error messages. Updated 404 errors to use default layout [1250] Author: phpnut Date: 1:34:08 PM, Friday, October 28, 2005 Message: renaming error or error404 [1249] Author: phpnut Date: 1:32:51 PM, Friday, October 28, 2005 Message: moving error.thtml to errors directory git-svn-id: https://svn.cakephp.org/repo/trunk/cake@1259 3807eeeb-6ff5-0310-8944-8be069107fe0
2005-10-29 01:21:47 +00:00
///////////////////////////////////////////////////////////////////////////////////////////////////////////
// +---------------------------------------------------------------------------------------------------+ //
// + $Id$
// + Last Modified: $Date$
// + Modified By: $LastChangedBy$
// +---------------------------------------------------------------------------------------------------+ //
///////////////////////////////////////////////////////////////////////////////////////////////////////////
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
2007-02-05 05:32:30 +00:00
1.2.0.4451alpha