New Versions: Cupcake 1.0.85, Uploader 2.2

The following two CakePHP plugins have been added. Below is a list of changes within this version.Cupcake Forum v1.0.85 Betahttp://www.milesj.me/resources/script/forum-plugin

  • Fixed a problem where the App would error if you didn't have the Javascript Helper initially
  • Fixed a bug when an infinite loop would occur when deleting posts, topics, etc
  • Fixed a bug with read topics throwing an in_array() error
  • Added support for multi-byte and UTF-8 characters
  • Added a quick-reply feature that can be enabled/disabled with a setting
  • Added a new feature where new posts/topics updated the main forum and its parents activity

Uploader v2.2http://www.milesj.me/resources/script/uploader-plugin

  • Added the method parseData() to the uploader component to properly parse the controllers data for $_FILES related data
  • Added support for multi-byte and UTF-8 characters
  • Renamed the uploader config class
  • Fixed a huge bug where file validation didn't work, all thanks to a missing variable reference to the parent Model