mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 19:38:26 +00:00
e569b97867
Revision: [4716] Adding fix for Ticket #2316 Revision: [4714] Adding fix for Ticket #2232. Added tests for ticket Revision: [4713] Adding fix for Ticket #2310 Revision: [4709] Fixing typos. Adding fix for $ID: search in I18nExtractor::_ _findVersion(), svn replaced this with the file name. Revision: [4708] Updating I18nExtractor. Added methods to extract translation strings from files. Revision: [4707] Fixing return value in Session::check() Revision: [4706] Removing column length from INT column type in DboMssql (Ticket #2308) Revision: [4705] Adding tests and fixtures for self-join associations, and fixing JS syntax for 'indicator' (Ticket #2302) Revision: [4704] Fixing NOT operations in query conditions in DboSource (Ticket #2307) Revision: [4703] Adding DboSource destructor rollback fix (Ticket #2110) Revision: [4702] Adding fix for Ticket #2298. Added encoding wrapper for email addresses. Revision: [4701] Additional URL-parsing fixes for IIS Revision: [4700] Fixing limit / offset for SQL Server Revision: [4699] Fixing URL parsing/dispatching for IIS installs without rewrite support Revision: [4698] Refactoring Controller::paginate() to remove duplicate code. Revision: [4697] Adding field quoting fix in DboSource::name() (Ticket #2300) git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4718 3807eeeb-6ff5-0310-8944-8be069107fe0
28 lines
No EOL
869 B
PHP
28 lines
No EOL
869 B
PHP
<?php
|
|
/* SVN FILE: $Id$ */
|
|
/**
|
|
* Core Configurations.
|
|
*
|
|
* PHP versions 4 and 5
|
|
*
|
|
* CakePHP(tm) : Rapid Development Framework <http://www.cakephp.org/>
|
|
* Copyright 2005-2007, Cake Software Foundation, Inc.
|
|
* 1785 E. Sahara Avenue, Suite 490-204
|
|
* Las Vegas, Nevada 89104
|
|
*
|
|
* Licensed under The MIT License
|
|
* Redistributions of files must retain the above copyright notice.
|
|
*
|
|
* @filesource
|
|
* @copyright Copyright 2005-2007, Cake Software Foundation, Inc.
|
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
|
|
* @package cake
|
|
* @subpackage cake.app.config
|
|
* @since CakePHP(tm) v 1.1.11.4062
|
|
* @version $Revision$
|
|
* @modifiedby $LastChangedBy$
|
|
* @lastmodified $Date$
|
|
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
|
*/
|
|
$config['Cake.version'] = '1.2.0.4718alpha';
|
|
?>
|