cakephp2-php8/cake/libs
2008-09-17 21:54:36 +00:00
..
cache Changing comparison operators to === (identical) which is faster than == (equal) 2008-09-14 17:17:49 +00:00
controller Adding option to disable POST data validation in Security component, fixes #5412 2008-09-17 15:27:41 +00:00
model CakeSchema no longer takes tables that are not properly prefixed. Tests added to show prefixed db config and schema read. Closes #5413 2008-09-17 01:47:19 +00:00
view Updating doc blocks for ajax helper. Closes #5426 2008-09-15 04:03:15 +00:00
cache.php Changing comparison operators to === (identical) which is faster than == (equal) 2008-09-14 17:17:49 +00:00
cake_log.php Additional optimization refactoring 2008-09-13 18:59:30 +00:00
class_registry.php Changing comparison operators to === (identical) which is faster than == (equal) 2008-09-14 17:17:49 +00:00
configure.php Changing comparison operators to === (identical) which is faster than == (equal) 2008-09-14 17:17:49 +00:00
debugger.php More optimization refactoring. 2008-09-12 05:11:34 +00:00
error.php Removing redundant html escaping from ErrorHandler 2008-09-14 23:24:01 +00:00
file.php More optimization refactoring. 2008-09-12 05:11:34 +00:00
flay.php Moving Cake folder to correct location 2008-05-30 11:40:08 +00:00
folder.php adding umask back to Folder class, see #27 for some amusement 2008-09-17 21:54:36 +00:00
http_socket.php Fixing coding standards violations in core, and adding misc tests 2008-06-20 20:17:23 +00:00
i18n.php More optimization refactoring. 2008-09-12 05:11:34 +00:00
inflector.php Additional optimization refactoring 2008-09-13 18:59:30 +00:00
l10n.php fixes #4898, Config.language in l10n 2008-06-13 18:08:54 +00:00
magic_db.php adding a couple 'return home early' refactorings 2008-09-08 20:33:48 +00:00
multibyte.php More optimization refactoring. 2008-09-12 05:11:34 +00:00
object.php fixes #5285, requestAction with array params 2008-09-07 13:43:39 +00:00
overloadable.php Moving Cake folder to correct location 2008-05-30 11:40:08 +00:00
overloadable_php4.php Moving Cake folder to correct location 2008-05-30 11:40:08 +00:00
overloadable_php5.php Moving Cake folder to correct location 2008-05-30 11:40:08 +00:00
router.php Small refactor of Router 2008-09-17 15:26:31 +00:00
sanitize.php Changing FormatColumns to refer to model->alias instead of model->name 2008-08-03 15:32:33 +00:00
security.php Fixing doc block typo. Closes #5296 2008-08-20 18:05:26 +00:00
session.php Additional optimization refactoring 2008-09-13 18:59:30 +00:00
set.php Performance improvements by removing array_merge 2008-09-15 18:05:31 +00:00
socket.php reverting change to CakeSocket::read() 2008-08-12 23:02:39 +00:00
string.php More optimization refactoring. 2008-09-12 05:11:34 +00:00
validation.php More optimization refactoring. 2008-09-12 05:11:34 +00:00
xml.php fixes #5429, Xml::toString() quotes 2008-09-15 11:50:51 +00:00