Cupcake and Uploader plugins updated
Wednesday, September 16th 2009, 10:59pm
Topics: CakePHP, Plugins
Tags: Version, Uploader, Plugin, Cupcake, Forum, Bug
Comments: 3
Permalink -
Tinylink
I want to thank everyone who has tested my forum plugin, and thanks again for all the people who reported bugs and features! The plugin is coming along nicely and I have a few features planned for the future. Cupcake has been updated again to provide more multi-byte character support and fix all the reported bugs. Additionally, I have added a quick-reply feature which can be enabled or disabled through the settings.
The Uploader plugin has also received an update, for there was a major bug, the validation never worked! This was my fault because it seems like I removed a reference variable to the parent model (&$Model) which would never update the primary model outside of the behavior, and in turn the validation never worked. I also updated the plugin with multi-byte support.
View Plugin's Changelogs
The Uploader plugin has also received an update, for there was a major bug, the validation never worked! This was my fault because it seems like I removed a reference variable to the parent model (&$Model) which would never update the primary model outside of the behavior, and in turn the validation never worked. I also updated the plugin with multi-byte support.
View Plugin's Changelogs
3 Comments
brandthunder.com
Sep 20th 2009, 23:19
Oct 1st 2009, 03:22
uploader.php, line 147
ini_set('memore_limit', (($byte * $multiplier) * $multiplier) . $last);seems like typo ('memory_limit').
flipflops.org
Oct 5th 2009, 07:59
http://www.flipflops.org/2009/06/29/two-cakephp-behaviours-to-extend-meioupload/
I'm looking forward to having a look and seeing how you have done things.
Cheers.