.. |
cache
|
Adding atomic increment and decrement methods to cache engines, closes #234
|
2010-01-21 12:11:44 -04:30 |
controller
|
Removing the with key from otherFields array, also fixing the page title. Tests added.
|
2010-01-19 14:05:29 -02:00 |
log
|
Updating FileLog to include File if it does not already exist, fixes possible fatal errors if log was written to during the bootstrap process.
|
2009-11-21 15:21:19 -05:00 |
model
|
Additional tests for virtualFields and fixing issues with index 0 being removed. Fixes #208
|
2010-01-21 10:35:20 -05:00 |
view
|
Fixing spacing between button tag attributes. Fixes #241
|
2010-01-21 22:03:03 +05:30 |
cache.php
|
Adding atomic increment and decrement methods to cache engines, closes #234
|
2010-01-21 12:11:44 -04:30 |
cake_log.php
|
Fixing php4 compatibility issues in CakeLog.
|
2010-01-14 22:33:14 -05:00 |
cake_session.php
|
Fixing import in CakeSession.
|
2010-01-20 01:06:34 -04:30 |
cake_socket.php
|
Removing newline caused by Subversion line removal.
|
2009-11-06 18:01:22 +11:00 |
class_registry.php
|
Merge branch '1.2' into 1.2-merger
|
2009-12-06 21:43:53 -05:00 |
configure.php
|
Putting __() in strings that missing internationalization.
|
2010-01-18 01:06:25 -05:00 |
debugger.php
|
Renaming Configure var 'Security.cipher_seed' to 'Security.cipherSeed'. Also added a srand() call at end of Security::cipher function to reset seed. Closes #73 , #183 , #218
|
2010-01-20 01:23:20 +05:30 |
error.php
|
Fixing php4 issues in ErrorHandler and ErrorHandler testcase.
|
2010-01-14 23:17:24 -05:00 |
file.php
|
Removing newline caused by Subversion line removal.
|
2009-11-06 18:01:22 +11:00 |
folder.php
|
Putting __() in strings that missing internationalization.
|
2010-01-18 01:06:25 -05:00 |
http_socket.php
|
Merge branch '1.2' into 1.3-merger
|
2009-11-22 20:38:50 -05:00 |
i18n.php
|
Fixing spacing.
|
2010-01-16 18:50:04 -05:00 |
inflector.php
|
Infector::_cache is a protected method and no need be singleton.
|
2010-01-20 01:39:36 -04:30 |
l10n.php
|
Adding direction var and __l10nCatalog key to L10n class, fixes #4
|
2009-12-30 00:23:35 +03:30 |
magic_db.php
|
Merge branch '1.2' into 1.3-merger
|
2009-11-22 20:38:50 -05:00 |
multibyte.php
|
Merge branch '1.2' into 1.3-merger
|
2009-11-22 20:38:50 -05:00 |
object.php
|
Update license lines throughout.
|
2009-11-06 17:51:51 +11:00 |
overloadable.php
|
Removing newline caused by Subversion line removal.
|
2009-11-06 18:01:22 +11:00 |
overloadable_php4.php
|
Removing newline caused by Subversion line removal.
|
2009-11-06 18:01:22 +11:00 |
overloadable_php5.php
|
Removing newline caused by Subversion line removal.
|
2009-11-06 18:01:22 +11:00 |
router.php
|
Adding omitted default route, and test cases to test its functionality. Fixes #212
|
2010-01-18 10:05:23 -05:00 |
sanitize.php
|
Updating and reformatting docs for Sanitize.
|
2010-01-07 21:47:23 -05:00 |
security.php
|
Renaming Configure var 'Security.cipher_seed' to 'Security.cipherSeed'. Also added a srand() call at end of Security::cipher function to reset seed. Closes #73 , #183 , #218
|
2010-01-20 01:23:20 +05:30 |
set.php
|
Putting __() in strings that missing internationalization.
|
2010-01-18 01:06:25 -05:00 |
string.php
|
Removing String::getInstance() as it was causing fatal errors when eAccelerator was enabled, and is a deprecated method.
|
2009-11-26 18:24:14 -05:00 |
validation.php
|
Fixing method_exists use in Validation for php4 compatibility.
|
2010-01-14 23:41:35 -05:00 |
xml.php
|
Putting __() in strings that missing internationalization.
|
2010-01-18 01:06:25 -05:00 |