mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Merging fixes into the trunk:
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
This commit is contained in:
parent
095574ecc8
commit
e569b97867
2 changed files with 2 additions and 2 deletions
|
@ -6,4 +6,4 @@
|
|||
// +---------------------------------------------------------------------------------------------------+ //
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
1.2.0.4696alpha
|
||||
1.2.0.4718alpha
|
|
@ -24,5 +24,5 @@
|
|||
* @lastmodified $Date$
|
||||
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||
*/
|
||||
$config['Cake.version'] = '1.2.0.4696alpha';
|
||||
$config['Cake.version'] = '1.2.0.4718alpha';
|
||||
?>
|
Loading…
Add table
Reference in a new issue