|
From: Beaky, T. W. M. <wa...@be...> - 2007-12-22 20:10:15
|
Massive new release of Wacs-PHP; the PHP5 interface to the Web-based Adult Content Server, WACS. This release includes a COMPLETE implementation of the new Wacs User Interface toolkit, wacsui - the first time the PHP variant has offered the presentation utility functions available in the perl API. In addition to this, several more of the significant configuration query functions from the Core API are now implemented: getvaluename and geticonlist in particular. This release is compatible with Wacs release 0.7.3, released earlier this month. RELEASENOTES: Wacs-PHP release notes ---------------------- NB: 0.7.3 will be the last GPLv2 licensed version; the next will be GPLv3 New Features in Release 0.7.3 ----------------------------- - comment placeholders added for all wacs.pm functions - new implementations of wacs.pm functions in wacs.php - getvaluename - returns the long name for a short value for specified object - geticonlist - returns all the same hashes (as arrays) as the perl version - added extra data structures so geticonlist provides all same answers as perl - new module wacsui.php - the wacs user interface components module created - aims to support same calls as perl equivalent - iconlink function moves there from wacs.php - describeher function now implmented in PHP - new version of whatshedoes (named parameters) now implemented in PHP - addkeyicons and doicon now implemented in PHP - added debug mode support as per perl version - added layout-style attribute to show how filesystem is organised - new tests directory added with a sample data conversion tester and a wacsui module tester. Bugs fixed in 0.7.3 ------------------- - added check for existance of initially requested attribute before attempting an assign to $result of it in conf_get_attr() - removes spurious warning |