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: [4756] Adding fix for Ticket #2343 Corrected test case for InflectorTest:testInflectingPlurals() house, original test used wrong method from Inflector Revision: [4755] Adding fix to EmailComponent::_ _createHeader() that corrects addresses that are set in CC being added to BCC also Revision: [4754] Adding check for config/inflections.php back to Inflector Revision: [4752] Adding fix for Ticket #2339 Adding fix for Ticket #2335 Adding fix for Ticket #2344 Merged changes in dbo from 1.2 to 1.1 Merged changes to session handling in 1.2 to 1.1 Merged changes to Model::_ _saveMulti() in 1.2 to 1.1 Added Set::pushDiff() to append differences in array 2 to array 1 Added SessionComponent::activate() and SessionHelper::activate() to turn sessions usage on if AUTO_SESSION is set to false Added test for Ticket #2343 Added change to AclNode to use correct table naming Added garbage clean up to CakeSession::_ _close(); some installs, like Debian, have removed garbage clean up and use a cron job instead. Currently this change is only supported for database session. Revision: [4751] Removing unnecessary requirements Revision: 4750 Removing unnecessary requirements Revision: [4749] Implementing AclNodeTest through fixtures Revision: [4748] Adding test to reproduce ticket #2343 Revision: [4747] Adding fix from Ticket #2336 Revision: [4746] fixing check in magic methods for a value otherwise it will return false adding test to dbosource Revision: [4745] Adding fix for Ticket #2328 Revision: [4744] Adding test for Ticket #2333. Added fix for Ticket #2333 Revision: [4743] Adding var $layout to EmailComponent Revision: [4742] Fixing EmailComponent::_ _formatAddress() was not returning $string Revision: [4741] Refactoring AuthComponent password hashing Revision: [4740] fixing router when affected by requestAction #2319, adding check in magic methods for a value otherwise it will return false Revision: [4738] Added test in testGenerateAssociationQuerySelfJoinWithConditions() to replicate issue when 'conditions' is not used after doing bindModel() for a $belongsTo relation Revision: [4737] Simplified failing test in model.test.php Revision: [4736] Simplified failing test in model.test.php Revision: [4735] Adding Ajax rendering fix for Ticket #2323 Revision: [4734] Adding test for #2325 Revision: [4733] Fixing Controller::cleanUpFields() formatting bug introduced in [4596] (Ticket #2322) Revision: [4732] Adding fix for TIcket #2325 Revision: [4731] Adding patch from ticket #2324 plus test Revision: [4730] Adding patch from Ticket #2320 Revision: [4729] Additional timestamp fix for Controller::cleanUpFields() Revision: [4728] Fixing typos Revision: [4727] Misc. fixes to DboPostgres, added basic schema generation, and fixed getting insert IDs from sequence (Ticket #2309) Revision: [4726] Refactoring FormHelper and fixing 'empty' option for date/time elements in FormHelper::input() (Ticket #2311) Revision: [4725] Fixed typo in function name Revision: [4724] Identified line that allows bakery issue test to succeed Revision: [4723] Added test that replicates issue in bakery with nested models after doing some bindModel() and unbindModel() Revision: [4722] Fixing Controller::cleanUpFields() to handle timestamp fields, and properly unset meridian values Revision: [4721] Added test for ticket #2321 Revision: [4720] Adding Model::saveField() fix for triggering invalid hasAndBelongsToMany saves Revision: [4719] Moving session flash rendering from component to helper (fixes errors when using setFlash() in beforeFilter) git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4758 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-04-04 08:36:00 +00:00
1.2.0.4758alpha