mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
CakePHP 2 fork that supports PHP 8
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 |
||
---|---|---|
app | ||
cake | ||
docs | ||
.htaccess | ||
index.php |
/////////////////////////////////////////////////////////////////////////////////////////////////////////// // +---------------------------------------------------------------------------------------------------+// // + $Id$ // + Last Modified: $Date$ // + Modified By: $LastChangedBy$ // +---------------------------------------------------------------------------------------------------+// /////////////////////////////////////////////////////////////////////////////////////////////////////////// This README will be updated For now visit: https://www.cakephp.org/ User related documentation http://manual.cakephp.org/ For information on development: https://trac.cakephp.org/