Notes:

Release Name: 1.1.8.3544

Notes:
CakePHP 1.1.8.3544 is the latest release and brings us to the point of some more exciting new changes. 
While this release signals the end of the 1.1 series, it also provides the starting point for the next year. 
About this time last year 0.10 was released, then a mere 6 months ago 1.0 hit the world with a bang. 
The 1.1 series has seen the most downloads and helped nail down some of the bugs that allow us to take 
the next big step.

CakePHP 1.2, with datasources, behaviors, i18N, l10n, among many other enhancements is around the corner. 
But before we release 1.2, we can have some fun with the Bakery. 

That's right. We have been talking about replacing the wiki and bringing in the Bakery. 
Well, the doors are open at http://bakery.cakephp.org. Over the next few days we hope everyone 
will help us move the content from the wiki over to the Bakery. If you have a tutorial on the wiki, 
something you wrote up on your blog, or something you have been planning to share, help us test out the Bakery. 
The Code section of the Bakery is the perfect place to put your latest and greatest snippet. If you have a 
component, helper, model or some other nifty code on CakeForge or your hard drive, throw it into the Code 
section of the Bakery. There are still plenty of features to add to the Bakery, but if you find any bugs or 
think of some enhancements feel free to submit a ticket to Trac, https://trac.cakephp.org

See everyone at the Bakery.
CakePHP dev team



Changes: Revision: [3543] removed exact match for selected in HtmlHelper::selectTag so it would not match minuteOption for showEmpty Revision: [3535] Adding field quoting fix for Ticket #1372 Revision: [3534] Adding delete() method for Aro/Aco models, thanks Andy (Ticket #1233) Revision: [3532] Adding HTTPS detection fix (Ticket #1405) Revision: [3529] Adding fix for #1353 magic_quotes_runtime would double quote the html source of the tags. Revision: [3527] Adding DboPostgres::value() fix for boolean values (Ticket #1285) Revision: [3525] Adding fix for Ticket #1435 Revision: [3524] Fix for #1433 Revision: [3521] Refactored fix that was created in [3519] Revision: [3520] reverting changes made in [3519] Revision: [3519] Adding fix for #833. Fixes recursive >=1 when using Model::findCount(); Removed all fields being added to the query. Revision: [3518] Adding fix for Ticket #1295 (AjaxHelper::_optionsToString) Revision: [3514] Adding fix for Ticket #1357 Revision: [3513] Added fix for #1345 and #1417. This fixes Self Referencing Models losing data when recursive > 1 Revision: [3511] Adding fix for #1173. Component startup method or beforFilters not called when controller missing action Revision: [3510] Adding fix to [3509] Forgot check for loaded class that was removed from basics.php Revision: [3509] Adding fix for #1402 Multiple requestActions to same plugin setting wrong view path. Revision: [3508] Merging Revision: [3507] Adding fix for security exploit (#1429) to /templates/skel/webroot/js/vendors.php Revision: [3506] Fixed #1429 Adding fix for security exploit in app/webroot/js/vendors.php. Would allow reading files outside of the vendors/javascript directory when magic_quotes_gpc = Off. Revision: [3504] Adding fix for #1396. Would not allow saving values with \ in the string Revision: [3503] Missed regex in Router::parse() in [3502] Revision: [3502] Added fix for #1342 Corrected issue with ; in a URL Revision: [3501] Removed extra ; in [3500] Merged fixed from [3500] into branches/1.2.x.x/cake/libs/view/helpers/html.php Revision: [3500] Adding fix for #1370. Corrected bug related to selected value. HtmlHelpr::dateTimeOptionTag Revision: [3498] added fix for #1408 Revision: [3497] adding dbo_mysqli fixes from 1.2 to 1.1, fixes tickets #1363 and #1334 Revision: [3494] Adding fix for CacheHelper replacing the wrong values in the CacheHelper::__parseOutput() Revision: [3493] Adding fix for #1281 View::renderCache() now removes the <!--cachetime:#--> from the output Revision: [3492] Adding fix for #1302 Revision: [3491] Adding fix from #1316 Revision: [3490] Fix for #1290. Added FormHelper::generateYear(). Added year option to HtmlHelper::dateTimeOptionTag(). Revision: [3489] some minor refactor for #1242 removed generated id from FormHelper generateDateTime because selectTag does it already Revision: [3488] adding fix for #1231 Revision: [3487] adding fix for #1324 Revision: [3485] Merging fix for #1165 into 1.1.x.x Revision: [3483] Fixed #1220. Error produced when accessing css.php in browser Revision: [3482] adding fix for #1359 Revision: [3481] removing empty lines Revision: [3478] Adding fix from #1215 Fixes issues with saving HABTM Revision: [3477] adding fix for #1160 Revision: [3476] Merging fixes from [3473] and [3474] into 1.1.x.x branch Revision: [3475] adding fix for #1355 Revision: [3472] added fix for #1273 added fix for #1379 Revision: [3440] Adding note to api doc of the redirect function (#1358) Revision: [3439] fixing bug in api doc Revision: [3432] added fix for #1352 Revision: [3420] Typo fixed Revision: [3383] Refactoring last commit for admin check Revision: [3382] Adding fix for admin being searched in entire string Revision: [3379] Fixing errors when CSS not showing after recent fixes to error class Revision: [3376] Backporting string-escaping fix from 1.2 for Ticket # Revision: [3373] Adding Windows-specific port delimiter for connecting to SQL Server (Ticket #1261).