cakephp2-php8/cake/libs/view
phpnut 1aa1164b1d Closes #3394, applied test patch
Deprecated define('MAX_MD5SIZE', (5 * 1024) * 1024); in core.php
Removing additional defines in core.php, replaced with Configure::write();
Added CakeSession::__startSession() to check for sent headers before attempting to start the session.
Added notices to Configure::__loadBootstrap() that will be removed before stable release.
Refactored Folder::tree().
Added additional FolderTest cases

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5768 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-10-16 09:05:25 +00:00
..
helpers Closes #3394, applied test patch 2007-10-16 09:05:25 +00:00
templates updating Acl to use Configure, adding config stack to CacheEngine, adding notices for defines to Configure, modifying bootstrap for Cache::config() updating tests for acl, auth, and cache. 2007-10-14 01:09:21 +00:00
helper.php Fixing undefined offset issue with multi-select elements 2007-10-11 19:55:24 +00:00
media.php Adding MediaView class that will allow displaying content from outside of the webroot. 2007-10-04 05:03:22 +00:00
theme.php Correcting code structure to standards 2007-06-20 07:51:52 +00:00
view.php Fixing docblocks and code formatting in View class (Ticket #3371) 2007-10-13 15:38:07 +00:00