SpamBlocker

Spam Blocker is a CakePHP Behavior that automatically before after a comment is made. Each comment is tested upon a point system to determine if it should be approved, set to pending (high points), or marked as spam / deleted (low points).

Formation Version Logs

Package: Form Manager
Category: PHP

Below is a list of all files and every available version for the Formation script.
Each file is accompanied by a change log. Be cautious in using older versions, they may buggy.

Version: 3.1
Requires: PHP 5.2
Tested On: PHP 5.3
Released: Sun, May 15th 2011, 22:58

  • Added image validation for dimensions and filesize
  • Fixed problems where 0 wasn't being considered as a true value
  • Fixed multiple checkboxes and select options
  • Refactoring how $_FILES work

Version: 3.0
Requires: PHP 5.2
Tested On: PHP 5.3
Released: Sun, Jun 6th 2010, 22:46

  • Added escaping to cleanse()
  • Added a config system to change doctypes and models
  • Added a button() method to create button tags
  • Added an image() method and file validation
  • Added support for $_FILES
  • Fixes for radios, selects and checkboxes
  • Separated validation methods into Formation and builder methods into Form
  • Renamed input() to be type specific

Version: 2.2
Requires: PHP 5
Tested On: PHP 5.2.5
Released: Sat, Oct 3rd 2009, 16:52

  • Updated the PHP Doc blocks and variable, method names
  • Fixed a bug where XSS type attacks could be passed before validation

Version: 2.1
Requires: PHP 5
Tested On: PHP 5.2.5
Released: Tue, Sep 22nd 2009, 21:31

  • Added support for multi-byte and UTF-8 characters

Version: 2.0
Requires: PHP 5
Tested On: PHP 5.2.5
Released: Fri, Aug 28th 2009, 12:15

  • First initial release of Formation