Dwoo Downloads

2010-02-08 - Version : 1.1.1

2009-07-18 - Version : 1.1.0

2008-12-24 - Version : 1.0.1

2008-10-24 - Version : 1.0.0

2008-09-08 - Version : 1.0.0beta

2008-08-03 - Version : 0.9.3

2008-06-28 - Version : 0.9.2

2008-05-30 - Version : 0.9.1

2008-05-10 - Version : 0.9.0

2008-04-09 - Version : 0.3.4

2008-03-19 - Version : 0.3.3

2008-03-09 - Version : 0.3.2


Version : 0.3.1, released on 2008-03-05

License : GNU Lesser General Public License

Changelog

+ Added {cycle} function
+ Syntax : Enabled support for associative arrays using array(key="value", key2=5) for example, which you can assign or use in a foreach directly
+ Syntax : Added support for {$var +-/*% X} (i.e. {$var + 4}), useful for simple math operations without the math plugin
+ API : Added append/appendByRef to DwooData
+ Completely rebuilt DwooSmartyAdapter, it should "work" and fail silently if you use a non supported function now, however you can set $smarty->show_compat_errors=true; on it to receive notices about unsupported features that you use
* Bug fixed in {literal} parsing
* Bug fixed in smarty functions handling
* API : Moved Plugin types constants to Dwoo so the compiler doesn't have to be loaded unles really required
* API : Moved globals and var reinitialization in Dwoo into their own methods so that child classes can easily add globals
* Some improvements in the compiler output
* Some changes in the cache handling of DwooTemplateFile
- Special thanks to Andrew Collins that found many of the bugs fixed in this release

Files :

Downloaddwoo-0.3.1.tar.gz


2008-03-02 - Version : 0.3.0

2008-02-19 - Version : 0.2.1

2008-02-14 - Version : 0.2.0

2008-02-08 - Version : 0.1.0