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).

Compression Version Logs

Package: CSS Builder & Parser
Category: PHP

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

Version: 2.0
Requires: PHP 5.2
Tested On: PHP 5.3
Released: Mon, May 16th 2011, 22:28

  • Added support for stylesheets within subfolders
  • Added support for calling class methods within CSS: @ClassName.methodName()
  • Changed CSS variables and functions to require an @ before the name
  • Converted private members to protected
  • Improved the caching mechanism

Version: 1.4
Requires: PHP 5
Tested On: PHP 5.2.5
Released: Sat, Sep 19th 2009, 20:18

  • Added support for inline CSS functions, written as PHP functions
  • Added the parseFunctions() method to handle the new CSS function mechanism
  • Added a disableCache() method to be called to disable browser caching
  • Added a setCachePath() method so you can define your own cached files location
  • Rewrote __construct() with faster logic

Version: 1.3
Requires: PHP 5
Tested On: PHP 5.2.5
Released: Mon, Aug 31st 2009, 15:10

  • First initial release of Compression