.. |
cache
|
Removing time manipulation so its possible to create memcache entries that do not expire. Updating documentation about the peculiarities of memcache. Refs #871
|
2010-08-15 22:40:55 -04:00 |
controller
|
Removing old check for view == 'Theme'. This allows Scaffold to work well with Themed controllers. Test case added. Fixes #255
|
2010-08-01 22:25:29 -04:00 |
log
|
Removing closing PHP tags.
|
2010-05-11 08:07:49 +10:00 |
model
|
Fixing issues in alterSchema in DboMysql and DboPostgres, where fields would be appended to each table being altered.
|
2010-08-15 22:17:02 -04:00 |
view
|
Changing sql_dump element so it only shows if there is no $logs variable set in the view. Overwriting it could adversely effect helper references. Fixes #998
|
2010-08-10 23:09:27 -04:00 |
cache.php
|
Removing closing PHP tags.
|
2010-05-11 08:07:49 +10:00 |
cake_log.php
|
fix typo in CakeLog::config()
|
2010-05-22 10:49:37 -04:00 |
cake_session.php
|
Reverting changes made in [60ab9800e2 ]. Restoring use of isset() and $_SESSION = null. Fixes #971
|
2010-07-31 13:09:40 -04:00 |
cake_socket.php
|
Removing closing PHP tags.
|
2010-05-11 08:07:49 +10:00 |
class_registry.php
|
Removing closing PHP tags.
|
2010-05-11 08:07:49 +10:00 |
configure.php
|
Fixing code formatting.
|
2010-08-21 00:17:40 -04:00 |
debugger.php
|
Removing closing PHP tags.
|
2010-05-11 08:07:49 +10:00 |
error.php
|
Removing closing PHP tags.
|
2010-05-11 08:07:49 +10:00 |
file.php
|
Reverting change made in [7cde309 ]. Readding trim() to fix issues on windows. Updating tests so they continue to pass on macos. Fixes #769
|
2010-05-30 11:16:40 -04:00 |
folder.php
|
Expanding test and fixing issue where the return of Folder::create() would be incorrect even though the directory was properly created. Fixes #996
|
2010-08-09 22:56:41 -04:00 |
http_socket.php
|
Putting the port in header Host, following RFC 2616 item 14.23. Fixes #947.
|
2010-07-23 00:13:19 -03:00 |
i18n.php
|
Adding omitted import for Multibyte to i18n. Fixes #929
|
2010-07-19 23:18:42 -04:00 |
inflector.php
|
Applying patch from 'thatcode', makes the 'us' rule case insensitive. Fixes #1020
|
2010-08-16 22:26:48 -04:00 |
l10n.php
|
Numerous 'shoer description' documentation entries updated to contain useful comments.
|
2010-05-30 01:20:28 +10:00 |
magic_db.php
|
Removing closing PHP tags.
|
2010-05-11 08:07:49 +10:00 |
multibyte.php
|
Removing closing PHP tags.
|
2010-05-11 08:07:49 +10:00 |
object.php
|
Removing closing PHP tags.
|
2010-05-11 08:07:49 +10:00 |
overloadable.php
|
Removing closing PHP tags.
|
2010-05-11 08:07:49 +10:00 |
overloadable_php4.php
|
Removing closing PHP tags.
|
2010-05-11 08:07:49 +10:00 |
overloadable_php5.php
|
Removing closing PHP tags.
|
2010-05-11 08:07:49 +10:00 |
router.php
|
Making Router::reverse() strip out additional framework internal parameters that are specific to requestAction. Refs #977
|
2010-08-04 23:35:49 -04:00 |
sanitize.php
|
Removing closing PHP tags.
|
2010-05-11 08:07:49 +10:00 |
security.php
|
Numerous 'shoer description' documentation entries updated to contain useful comments.
|
2010-05-30 01:20:28 +10:00 |
set.php
|
Removing closing PHP tags.
|
2010-05-11 08:07:49 +10:00 |
string.php
|
Fixing bug in String::insert that produces unexpected results with
|
2010-08-03 22:38:45 -04:00 |
validation.php
|
Fix typo in variable description.
|
2010-07-19 23:15:12 -04:00 |
xml.php
|
Removing closing PHP tags.
|
2010-05-11 08:07:49 +10:00 |