Arbit - project tracking

Dwoo

Browse source code

History: /lib/

  • Version 8fb69e869885eceb179e8481819867ce99e43984

    at Sunday 18 April 2010 12:55:32 UTC by Jordi Boggiano: Adapters: Agavi: Added support for multiple plugin directories in the config, thanks to Mike Seth for the patch
  • Version f9e789948346197f6543892b94efb3e60cec62da

    at Sunday 18 April 2010 11:59:08 UTC by Jordi Boggiano: Fixed parsing of function/constants that start with an underscore, thanks to Dominik del Bondio for the patch Fixes #68
  • Version cb80c435bb20fa06b4fa3a18bae45a04f990eca9

    at Sunday 7 March 2010 20:58:29 UTC by seldaek: Added {return} plugin that allows any included template to return variables into the one that included it, or to the main controller code via $dwoo->getReturnValues() Fixes #59 git-svn-id: http://svn.dwoo.org/trunk@346 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 0640791741c71faeecec2d87c7e444b0dd500cc2

    at Saturday 6 March 2010 19:19:22 UTC by seldaek: Added support for instance and static method calls white-listing in Dwoo_Security_Policy (see allowMethod()), this is hardly efficient though for instance calls since it has to do runtime checks so use it with caution git-svn-id: http://svn.dwoo.org/trunk@345 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version ad60ed1a268d5880988f8d6642d727ee464b42f3

    at Tuesday 2 March 2010 22:08:10 UTC by seldaek: Fixing default compile/cache dirs, fixes #58 git-svn-id: http://svn.dwoo.org/trunk@344 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 9315dcc815b5063f6212c06dd2c20b8b75004434

    at Sunday 28 February 2010 21:26:49 UTC by seldaek: + Moved Dwoo code to Dwoo_Core that is extended by Dwoo, so you can use the Dwoo directory as an svn:externals without problems now and just use Dwoo_Core in place of Dwoo in your code git-svn-id: http://svn.dwoo.org/trunk@343 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 495dc133ad591ea95e9fa279500d22ab7e96c88e

    at Sunday 28 February 2010 19:22:10 UTC by seldaek: add eol:style on new file git-svn-id: http://svn.dwoo.org/trunk@342 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 69f61f8337c91c2619d12461c9808327117da8c1

    at Sunday 28 February 2010 19:20:25 UTC by seldaek: * Added $this->viewParam support to ZendFramework adapter through a Dwoo_Adapters_ZendFramework_Dwoo class that extends Dwoo, you should use this if you called setEngine() on the ZF view * Fixed some whitespace issues git-svn-id: http://svn.dwoo.org/trunk@341 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version aa5c9622a98d81d48da3897782bbacf375aa7d9c

    at Sunday 28 February 2010 18:44:24 UTC by seldaek: + Improved parsing of array() to support real php array syntax as well as variables as array keys, thanks to acecream for the help + Improved parsing of named parameters that can now be quoted git-svn-id: http://svn.dwoo.org/trunk@340 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 8eb1d24094c0e354ca5a29e07c522728dc25adc7

    at Friday 19 February 2010 09:11:20 UTC by seldaek: Fixed a parsing bug with method calls used as arguments with a comma following. git-svn-id: http://svn.dwoo.org/trunk@339 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version e34cfa7548ac1ff50474a688933f2a71f1b14d73

    at Sunday 7 February 2010 16:43:23 UTC by seldaek: Prep release 1.1.1 git-svn-id: http://svn.dwoo.org/trunk@333 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version b52f902275642d1c571c62cf5b7aee3317c0ad4b

    at Sunday 24 January 2010 02:58:40 UTC by seldaek: Fixed a compilation bug when using a PluginProxy with highly nested calls git-svn-id: http://svn.dwoo.org/trunk@330 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version b159408a4df46cf8bd87394fd57eca5cc37168af

    at Thursday 21 January 2010 00:27:38 UTC by seldaek: Fixed parsing of quoted keywords in if statements, like 'not' was parsed as ! because using {if not $foo} is valid, but it was impossible to use them even as string. Fixes #46. git-svn-id: http://svn.dwoo.org/trunk@329 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 9364271ec6f0ec3a36aef3a821b1327d45ace23b

    at Tuesday 19 January 2010 20:46:55 UTC by seldaek: Fixes parsing of multi-line if (and other) statements git-svn-id: http://svn.dwoo.org/trunk@327 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 9eb8c960ab353e6540840cde867ef12e5cd07d20

    at Tuesday 19 January 2010 01:08:49 UTC by seldaek: update Dwoo.compiled git-svn-id: http://svn.dwoo.org/trunk@325 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 22c9eacf26906f5ff51e393ab09516682adcd3b9

    at Tuesday 19 January 2010 00:27:03 UTC by seldaek: Calling an undefined method on Dwoo now throws an exception if there is no plugin proxy, refs #51 git-svn-id: http://svn.dwoo.org/trunk@324 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version cb3c2b55a8ec9c64a997962d2696d198b2f23a2e

    at Tuesday 19 January 2010 00:26:05 UTC by seldaek: Allow custom plugins to be called from within sub-templates, fixes #51 git-svn-id: http://svn.dwoo.org/trunk@323 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version c417fe27ea22dd1ab1f2a8065d5e1f424c198071

    at Monday 18 January 2010 23:40:23 UTC by seldaek: unify line endings to LF and set svn:eol-style to native on all files git-svn-id: http://svn.dwoo.org/trunk@322 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version f65127b40b8bdc2ffceee92c7ec4238ed27bc2c5

    at Friday 8 January 2010 13:24:25 UTC by seldaek: Fixed a bug in {safe} when using variable-variables it would sometimes corrupt the var name resulting in blank output git-svn-id: http://svn.dwoo.org/trunk@320 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 0887207efa4581c5a7a63be62462b975fde4719a

    at Tuesday 8 December 2009 15:04:23 UTC by seldaek: Fixed a bug in {tif} that didn't work when 0 was given as the true or false value git-svn-id: http://svn.dwoo.org/trunk@318 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 454339d032b598470f0872615c8496449983865b

    at Wednesday 25 November 2009 17:26:02 UTC by seldaek: fixes #43 Fixes a {load_templates} bug, plugins used in external templates were not loaded correctly git-svn-id: http://svn.dwoo.org/trunk@315 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version cf4be68ff0760ee3c329fd295a625be1925dacef

    at Monday 23 November 2009 15:45:26 UTC by seldaek: fixes loading of plugins within dynamic blocks git-svn-id: http://svn.dwoo.org/trunk@313 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version eee94489a9c8fe377563b0fd1ea7aa9be78a17c1

    at Sunday 22 November 2009 23:15:39 UTC by seldaek: merging r309-311 from 1.1 git-svn-id: http://svn.dwoo.org/trunk@312 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version d3270dde07b435b6b70091607a62ca4343fa1070

    at Wednesday 4 November 2009 15:49:10 UTC by Seldaek: removing executable flag from non-executable files git-svn-id: svn://dwoo.org/dwoo/trunk@307 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version ef7c832153c4bbe4389845b5f6cb8d5c181622bc

    at Sunday 18 October 2009 19:28:25 UTC by seldaek: Fixed a Dwoo_Data bug in the append method when the index didn't exist yet it threw a notice git-svn-id: svn://dwoo.org/dwoo/trunk@305 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 982932229cbd06a724464ea9ad4fb7acc5653825

    at Sunday 18 October 2009 17:52:23 UTC by seldaek: Removed a couple of @-operator calls to file_get_contents git-svn-id: svn://dwoo.org/dwoo/trunk@303 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version cf39726d1f4bb2ee9ec5c56646e95bdf508aaaf8

    at Sunday 18 October 2009 12:04:48 UTC by seldaek: Fixed an {extends} parsing bug that prevented the use of single-quotes around the parent template's filename fixes #39 git-svn-id: svn://dwoo.org/dwoo/trunk@301 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version f4ab703d6d7598eecfb250b85fbe792bbf517cf5

    at Sunday 18 October 2009 11:35:01 UTC by seldaek: adds support for {tif $var} alone, which acts like {optional} git-svn-id: svn://dwoo.org/dwoo/trunk@299 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 79a654f2dd122879eec58d22ed9b03f772dd32ac

    at Sunday 18 October 2009 10:46:37 UTC by seldaek: Added {optional} plugin that just prints an optional var without any notice if it doesn't exist git-svn-id: svn://dwoo.org/dwoo/trunk@297 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 66ddc960826f6111e2b967e6ddb9e9adcfc85953

    at Saturday 17 October 2009 22:56:24 UTC by seldaek: updating compiled version git-svn-id: svn://dwoo.org/dwoo/trunk@294 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version c9eda80d191152594c2fc181880c1f062da3b690

    at Monday 12 October 2009 21:18:54 UTC by seldaek: Fixed a bug when accessing global vars from a sub-template fixes #42 git-svn-id: svn://dwoo.org/dwoo/trunk@292 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version f1766640aacd4ddcae46c189b35f976c6431502c

    at Monday 12 October 2009 20:56:15 UTC by seldaek: Fixed a property reading bug on objects that implemented __get but not __isset, implementing __isset is however very much recommended fixes #36 git-svn-id: svn://dwoo.org/dwoo/trunk@290 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version e756cf9ff13c42ffc12ebe7e626fcfc80547713e

    at Monday 12 October 2009 20:00:24 UTC by seldaek: Fixed a bug when using the autoEscape feature with sub-templates (the compiled sub-template couldn't access the dwoo charset property, resulting in a fatal error) fixes #38 git-svn-id: svn://dwoo.org/dwoo/trunk@288 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version a1d321a84b993e87cfbdbdca4eb7dddeae823da1

    at Monday 12 October 2009 19:45:20 UTC by seldaek: Fixed a bug when accessing array indices that contain a minus sign, it is now possible to access those using {$var[index-foo]}, {$var['index-foo']} or {$index="index-foo"} {$var[$index]} fixes #44 git-svn-id: svn://dwoo.org/dwoo/trunk@286 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version a00e95bf1820cc40cf8813b7e961630e97f2cf04

    at Monday 12 October 2009 19:40:23 UTC by seldaek: whitespace fix git-svn-id: svn://dwoo.org/dwoo/trunk@285 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 7c2e53a743a899359d3abea061fdf909855fafe3

    at Monday 12 October 2009 18:19:17 UTC by seldaek: BC Break: Dwoo::isArray had to be fixed and it has been split up in 3 methods, isArray (for array access), isTraversable (for foreach) and count (just a helper that counts anything). It won't affect you unless you built some plugin depending on isArray, in which case you should check all works fine still fixes #37 git-svn-id: svn://dwoo.org/dwoo/trunk@284 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 9b4b83649bc0ac5ffe6fbae4d2b8bcd25e201ffb

    at Wednesday 7 October 2009 07:57:36 UTC by Seldaek: Fixed a security issue, if you didn't use a custom compiler factory but passed the compiler directly to the get method with autoEscape enabled, the autoEscape was disabled in included templates - Thanks to Fabien Potencier for notifying me. refs #31 git-svn-id: svn://dwoo.org/dwoo/trunk@282 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version c137b21c44c89ed39ea18d4fe38e517b15b0392b

    at Wednesday 19 August 2009 03:51:08 UTC by darh: Added handling of a special case when callback is array(object, string) in case of an error of an undefined or non-optional parameter git-svn-id: svn://dwoo.org/dwoo/trunk@280 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version bd9d98a2da31aa33ed483ce6a263641430694680

    at Wednesday 29 July 2009 19:44:45 UTC by Seldaek: merging changes from 1.1 git-svn-id: svn://dwoo.org/dwoo/trunk@279 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version d9572ef45a54a5adf5d88798813543e2e0a88333

    at Saturday 18 July 2009 18:59:26 UTC by Seldaek: Prep release 1.1.0 git-svn-id: svn://dwoo.org/dwoo/trunk@272 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version a7470bb14371891590138b96ae021286907f8b38

    at Saturday 18 July 2009 18:21:53 UTC by Seldaek: * Fixed an optimization causing foreach/for/loop variables not being accessible when the foreach/.. name was set dynamically git-svn-id: svn://dwoo.org/dwoo/trunk@271 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version ef0858b2a86453fb34daa3ac5b5c473ed9fd9a3c

    at Wednesday 8 July 2009 23:30:44 UTC by Seldaek: Fixes sub-templates issues when running through the same template/loading subtemplates multiple times git-svn-id: svn://dwoo.org/dwoo/trunk@270 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 4ecb676b1e79a7a99870193cbf8db91ca891b6db

    at Wednesday 8 July 2009 23:12:24 UTC by Seldaek: Fixes a notice appearing when defining sub-templates with no parameter git-svn-id: svn://dwoo.org/dwoo/trunk@269 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version ce2fb905779a1b18830802cfdf759cf295dcaa4f

    at Wednesday 8 July 2009 22:57:01 UTC by Seldaek: No more double-slashes in template paths since this seemed to cause slight performance issues git-svn-id: svn://dwoo.org/dwoo/trunk@268 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version dd288f0c2305785a5ffd92d0ff02e394b35a5222

    at Wednesday 8 July 2009 21:42:52 UTC by Seldaek: The include_path isn't altered anymore, hopefully saving some stat calls git-svn-id: svn://dwoo.org/dwoo/trunk@267 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 7212c79d804a8f682e83659da957b18af038fdcf

    at Tuesday 30 June 2009 20:42:02 UTC by darh: Fixed view cloning issue - when adapter was cloned, both objects were pointing to the same data provider -- and both were deleted when clearVars() was called git-svn-id: svn://dwoo.org/dwoo/trunk@266 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version e0b9baf8732bb37b50571adc7a9384a9126670f5

    at Monday 29 June 2009 23:51:21 UTC by Seldaek: updating dwoo compiled git-svn-id: svn://dwoo.org/dwoo/trunk@265 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 8da0ae466093ebd207109d1a552472cdda03de2e

    at Monday 29 June 2009 23:50:36 UTC by Seldaek: fixes #1 Adapters: CakePHP: this adapter is now added to core and is designed to work with CakePHP 1.2 git-svn-id: svn://dwoo.org/dwoo/trunk@264 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version ddea0cecf873c9dd2b2bf93d58d9d66d4baef55b

    at Monday 29 June 2009 23:23:34 UTC by Seldaek: fixes #6 Slight performance improvement with big inheritance trees git-svn-id: svn://dwoo.org/dwoo/trunk@263 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version f01967476b86a9bc1ef073978dc996a78f337600

    at Monday 29 June 2009 20:27:29 UTC by Seldaek: For can now iterate backwards if you input numbers, it won't work with variables though git-svn-id: svn://dwoo.org/dwoo/trunk@262 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version ff735e11e2aaa50bf84dc13c9cb28b461a4e05d2

    at Saturday 9 May 2009 16:05:07 UTC by Seldaek: fixes an timing issue in the smarty adapter git-svn-id: svn://dwoo.org/dwoo/trunk@261 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 59d28f4580938d229ab3f6503c32754ca1b9acb5

    at Thursday 7 May 2009 08:27:19 UTC by Seldaek: * User classes extending Dwoo_Template_File are now supporter better with regard to includes - Thanks to the Kayako.com team for the patch * Objects now act like arrays when you access non-existing properties on them (i.e. it outputs a notice only if it's output straight, and none when passed to a function) git-svn-id: svn://dwoo.org/dwoo/trunk@260 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 2e1261673ee1ac33ad2581ef076d04a6ec53d279

    at Sunday 19 April 2009 14:40:58 UTC by darh: fixes #31 git-svn-id: svn://dwoo.org/dwoo/trunk@259 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version f71d428973ce672991ea54b7b889f17bad4821aa

    at Friday 13 March 2009 10:14:51 UTC by seldaek: fixes #28 Fixed parsing of comments that were on top of the file when there are spaces at the end of it git-svn-id: svn://dwoo.org/dwoo/trunk@258 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 8f3fd490c6fc6d9c56c247b6b396d1a7624629c2

    at Wednesday 11 March 2009 10:43:26 UTC by sversteg: Removed 'phpunit' generated tests (done by NetBeans) git-svn-id: svn://dwoo.org/dwoo/trunk@256 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version d70fef110292658358385b0d7713d81b4bbb500d

    at Wednesday 11 March 2009 10:33:37 UTC by sversteg: Fixes #2 - Updated Codeigniter adapter added Includes the bugfix for the problem as mentioned in the forums (http://forum.dwoo.org/viewtopic.php?pid=517#p517) git-svn-id: svn://dwoo.org/dwoo/trunk@255 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 53a2ddf87681b0c923c377ba0fc364625d0e9f55

    at Tuesday 10 March 2009 19:45:53 UTC by seldaek: fixes #27 Plugins/Helpers that use a dynamic number of arguments through func_get_args are now working since the compiler lets any arguments in excess pass through git-svn-id: svn://dwoo.org/dwoo/trunk@254 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version d630b126697582af188050bbf12d2657465b71da

    at Tuesday 24 February 2009 20:21:37 UTC by darh: Added magic __call() method to allow more friendly calls from <?php ?> block in the templates git-svn-id: svn://dwoo.org/dwoo/trunk@253 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 703f30395af20db6862f3efc8f65e5ef1075bb77

    at Friday 20 February 2009 07:40:46 UTC by seldaek: Allows access of static properties as {Foo::$bar} git-svn-id: svn://dwoo.org/dwoo/trunk@252 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 54bf4b40d2d5ab6af7d3f5f8f08335e0db20ee1e

    at Thursday 19 February 2009 08:47:05 UTC by seldaek: Dwoo::initGlobals() is only called once during the Dwoo object construction. If you had overriden it and need to update global data before each template is executed you should instead override Dwoo::initRuntimeVars() and push stuff in the globals array there. Also be aware that this means captured data, foreach values and so-on will persist from a parent template to an included one (but the include's changes will not be reflected on the parent), and from a template to the next if you render several in series. git-svn-id: svn://dwoo.org/dwoo/trunk@251 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 93275b7f87fd70afd6b4d7b6b691df4bfa7c23b6

    at Tuesday 10 February 2009 08:17:58 UTC by seldaek: Fixes parsing of vars with string keys that was too greedy [fixes #20] git-svn-id: svn://dwoo.org/dwoo/trunk@250 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version a18ac29059d877946620c4fe866ad76b42c4d317

    at Monday 9 February 2009 20:54:58 UTC by darh: Fixed a debuging code accident git-svn-id: svn://dwoo.org/dwoo/trunk@249 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version cd640a2bc75d534e8c1d9891546be55de3198336

    at Saturday 7 February 2009 13:37:45 UTC by darh: Fixes #17 - thanks to Andreas de Pretis for the patch git-svn-id: svn://dwoo.org/dwoo/trunk@248 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 4bf0518d7c6630dc10cf6a6f1730b23f62f55473

    at Saturday 7 February 2009 13:17:18 UTC by darh: Added ability to set template class with ZF view params (refs #19) git-svn-id: svn://dwoo.org/dwoo/trunk@247 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version a2783db6c8252e0845d106015b50757b1417acf6

    at Thursday 5 February 2009 18:26:21 UTC by seldaek: bad day. git-svn-id: svn://dwoo.org/dwoo/trunk@246 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version bd3508448973ce57d7025c12451aadd65324f498

    at Thursday 5 February 2009 15:34:07 UTC by seldaek: really fixes #18 hopefully git-svn-id: svn://dwoo.org/dwoo/trunk@245 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 7093aa381280ccf57b440fe6411a819331afcf29

    at Thursday 5 February 2009 13:34:03 UTC by seldaek: Dwoo_Template::$chmod is now enforced for directories as well fixes #18 git-svn-id: svn://dwoo.org/dwoo/trunk@244 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 19287decf598ce1d96b9ad27f439ff2625b99f79

    at Thursday 29 January 2009 13:06:38 UTC by Seldaek: + Allowed string concatenation assignments with {$foo.="bar"} git-svn-id: svn://dwoo.org/dwoo/trunk@243 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version b7950d497850b86e91fb22d1af0e6073fe5642ec

    at Tuesday 27 January 2009 09:57:34 UTC by Seldaek: * Fixes assignments failing with autoEscape enabled git-svn-id: svn://dwoo.org/dwoo/trunk@242 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version bb9b418ede26089f19699385d145c7ed7ef82ec5

    at Thursday 22 January 2009 12:56:34 UTC by seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@241 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 691afcaafc4e7dbd3441e8dd718729d88711907e

    at Wednesday 21 January 2009 12:43:36 UTC by Seldaek: Added a few tests for regressions and fixed a parameter parsing bug for sub-templates git-svn-id: svn://dwoo.org/dwoo/trunk@240 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version a6a5000291340a4c93d6c71ddb89b8de9a5d14c0

    at Wednesday 21 January 2009 12:02:06 UTC by Seldaek: * Fixed parameter parsing issue when a plugin name was all uppercased git-svn-id: svn://dwoo.org/dwoo/trunk@239 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version ea8e8d54b56a861d535da96ba74077b875a6ee86

    at Wednesday 21 January 2009 11:51:54 UTC by Seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@238 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 7d4083db3e5f0ab3a1bc66aeb36e0c1da7cc62bb

    at Wednesday 21 January 2009 11:03:48 UTC by Seldaek: * Adding a bunch of util functions for advanced sub-template hacking git-svn-id: svn://dwoo.org/dwoo/trunk@237 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 1e5416f2c34221c42c249023b4e61845baef52d2

    at Wednesday 21 January 2009 10:59:38 UTC by Seldaek: * Fixed a bug with parsing AND/OR keywords in conditionals when they were followed by round brackets git-svn-id: svn://dwoo.org/dwoo/trunk@236 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version e55d5ef43e1960d06bb45be6184d49c0f1ab57d5

    at Sunday 11 January 2009 11:21:46 UTC by seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@235 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 2c0b300fba99fb51c32c63c81eface28cef58a32

    at Saturday 10 January 2009 21:31:13 UTC by seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@234 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 7ea83358d52e08a17fa18ea4b5d76e54b4fbbea2

    at Saturday 10 January 2009 21:27:27 UTC by seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@233 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version e82c2f8ba77b21a1cd8a01a618ade0b36698ad50

    at Saturday 10 January 2009 20:28:28 UTC by seldaek: Fixes parameter parsing when calling sub-templates with named parameters git-svn-id: svn://dwoo.org/dwoo/trunk@232 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 05ec46fc74aee9fd2ba1db9f7361339b75c77e72

    at Sunday 28 December 2008 00:41:21 UTC by seldaek: + Added {template} plugin that allows you to define sub-templates and then call them (even recursively) + Added {load_templates} to load external sub-templates into your file * Many new unit tests to improve code coverage and a bunch of bug fixes that resulted, but I didn't really keep track of them git-svn-id: svn://dwoo.org/dwoo/trunk@230 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 828707eda455c0fb92481cc44c4de97f92bbd619

    at Wednesday 24 December 2008 01:10:23 UTC by Seldaek: Prep release 1.0.1 git-svn-id: svn://dwoo.org/dwoo/trunk@226 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 65226f3e595503ec8c6d99ff2a25598e4a6736ad

    at Sunday 21 December 2008 23:06:00 UTC by Seldaek: Fixes regression from r220 git-svn-id: svn://dwoo.org/dwoo/trunk@223 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version dd2caf814427a758bce61ab96a3a51dd05d59e81

    at Tuesday 16 December 2008 12:58:39 UTC by seldaek: Fixes wrong arg order when using cycle with assign git-svn-id: svn://dwoo.org/dwoo/trunk@222 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version a4b98908d77c8770e2cea8479f8359af05cfdcc8

    at Monday 24 November 2008 07:32:56 UTC by seldaek: Direct assignments like {$foo = 5} now allow spaces around the operator git-svn-id: svn://dwoo.org/dwoo/trunk@220 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version fedf474e4b84d9994047706eedf51b8953d1cc75

    at Sunday 23 November 2008 20:57:59 UTC by Seldaek: * Fixed a weird reference bug with ZF and includes.. whatever but thanks to Denis Arh for the patch git-svn-id: svn://dwoo.org/dwoo/trunk@218 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 13f4eaaee37af4975846602f18c5dcd9b3b128f6

    at Friday 14 November 2008 11:02:46 UTC by seldaek: Fixed date_format handling of negative and small unix timestamps git-svn-id: svn://dwoo.org/dwoo/trunk@217 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version ac01ee14f6a4f22e127b9ec048745ca602854788

    at Wednesday 12 November 2008 00:13:09 UTC by seldaek: Fixed modulo operator in if statements git-svn-id: svn://dwoo.org/dwoo/trunk@216 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 084c974ba4737f4709c3f2078691fcaa7b021bcc

    at Tuesday 28 October 2008 06:56:16 UTC by seldaek: Fixes a {foreach} bug with the implode argument git-svn-id: svn://dwoo.org/dwoo/trunk@215 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version eeffba503c21363da5268474ffa92a45574fd688

    at Tuesday 28 October 2008 06:53:43 UTC by seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@214 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version e9bbec692166869450d982001c2dbcd6d9b1fab7

    at Friday 24 October 2008 18:54:34 UTC by Seldaek: * SmartyCompat: Fixed a few bugs in the adapter and processor - thanks to Stefan Moonen for the patches git-svn-id: svn://dwoo.org/dwoo/trunk@210 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 28b6be1fd38b2c954cbb9834fd1030cd686259fe

    at Wednesday 22 October 2008 22:48:00 UTC by seldaek: smarty_compat handling for sectionelse git-svn-id: svn://dwoo.org/dwoo/trunk@209 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 2fd2c90f95c502d4bba285ea617f53f165c1d5cb

    at Wednesday 22 October 2008 22:13:42 UTC by seldaek: headers update / version bump git-svn-id: svn://dwoo.org/dwoo/trunk@208 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 9aa3515e5d106cb38933d0545f138fd108dd56b7

    at Wednesday 22 October 2008 21:14:12 UTC by seldaek: removes BC checks git-svn-id: svn://dwoo.org/dwoo/trunk@207 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 6075f2154544417e6a5430a8fc654eeffd6d188e

    at Wednesday 22 October 2008 21:09:06 UTC by seldaek: cleanup of some \r\n's git-svn-id: svn://dwoo.org/dwoo/trunk@206 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 7996536cbfdda5c4e7a79893b69deb5055fb90f0

    at Wednesday 22 October 2008 21:02:53 UTC by seldaek: cleans up {for} git-svn-id: svn://dwoo.org/dwoo/trunk@205 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 6dd36bca701b112d09a70dc024d818effa336f4b

    at Wednesday 22 October 2008 18:37:38 UTC by seldaek: + SmartyCompat: Added a {section} plugin but I strongly discourage using it, it was really made to support legacy templates git-svn-id: svn://dwoo.org/dwoo/trunk@204 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 0ec75b612ea2edd58f66935b9ddbe9924fe6497f

    at Tuesday 14 October 2008 10:10:17 UTC by seldaek: changed allowNestedComments to setNestedCommentsHandling git-svn-id: svn://dwoo.org/dwoo/trunk@203 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version f1d2e1da70301cf8014db7ed3ad743c59ce6e359

    at Tuesday 14 October 2008 09:58:04 UTC by seldaek: * Changes params parsing in ZF adapter git-svn-id: svn://dwoo.org/dwoo/trunk@202 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 358484fa3aca483ed2cfc1ab2a4fea5aa8b8f3bf

    at Tuesday 14 October 2008 09:56:59 UTC by seldaek: * The core Dwoo class doesn't need writable compile/cache dirs in the constructor anymore so you can provide custom ones later through ->setCompile(/Cache)Dir - thanks to Denis Arh for the patch git-svn-id: svn://dwoo.org/dwoo/trunk@201 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version be3fb1b87e7b168128351a73b8f777d5cf2e59e2

    at Thursday 9 October 2008 12:48:30 UTC by Seldaek: * Fix in comment stripping git-svn-id: svn://dwoo.org/dwoo/trunk@200 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 48ef9789a18cda8e8ade180a06878926d25503e0

    at Wednesday 8 October 2008 14:28:25 UTC by Seldaek: a few forgotten var_dump's, erm. git-svn-id: svn://dwoo.org/dwoo/trunk@199 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 29c7ffb149dbb5baf0870b7a3fe651ca43c70388

    at Wednesday 8 October 2008 09:18:04 UTC by Seldaek: Compiler: added Dwoo_Compiler->allowNestedComments() to enable parsing of nested comments (i.e. {* {* *} *} becomes a valid comment, useful to comment out big chunks of code containing comments) git-svn-id: svn://dwoo.org/dwoo/trunk@198 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 38922bfc01be78aed1f748e361d54c8b5dc2519b

    at Wednesday 8 October 2008 08:28:05 UTC by Seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@197 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 2c6e1b7b70ef7b0d7351a4e7a3f22b80204c203c

    at Wednesday 8 October 2008 08:26:12 UTC by Seldaek: ZF BC fix git-svn-id: svn://dwoo.org/dwoo/trunk@196 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 770f1f7073758567c640698b4acc13561c3d14f6

    at Wednesday 8 October 2008 06:38:09 UTC by Seldaek: Small fixes here and there git-svn-id: svn://dwoo.org/dwoo/trunk@195 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version b9d663a3abdf6baf46f7bcc58bed81c1ef007bbc

    at Wednesday 8 October 2008 06:36:19 UTC by Seldaek: * ZendFramework: major overhaul thanks to Denis Arh, templates files should probably be moved in the scripts subfolder after this update though git-svn-id: svn://dwoo.org/dwoo/trunk@194 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 8f3894d84c3d6d945da9d668e185640cb690ef42

    at Monday 6 October 2008 23:08:33 UTC by Seldaek: Compiler: the modifier syntax (|foo) can now be applied on functions and on complex variables i.e. {$obj->getStuff()|upper} or {lower('foo')|upper} git-svn-id: svn://dwoo.org/dwoo/trunk@193 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 78e0522e253b7bfffd15cac6943024a2752a7bbf

    at Wednesday 1 October 2008 11:49:25 UTC by Seldaek: Fixes block plugins param handling (failed with arrays) git-svn-id: svn://dwoo.org/dwoo/trunk@192 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version fc07f46e24abc2032b11b87aa17f3843a89246af

    at Tuesday 30 September 2008 17:15:39 UTC by Seldaek: Fixes handling of variable variables that contained non standard characters git-svn-id: svn://dwoo.org/dwoo/trunk@191 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version e1d4ca2464d5583a5b7aaee80dc1bc6ff248d7b2

    at Friday 26 September 2008 20:12:28 UTC by Seldaek: * Fixed parsing bug in {func()->propertyOfReturnedObject} git-svn-id: svn://dwoo.org/dwoo/trunk@190 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 3469e65e51e2dba6f64ae15d8bc7e63d51aef138

    at Friday 26 September 2008 18:38:49 UTC by Seldaek: updates compiled lib git-svn-id: svn://dwoo.org/dwoo/trunk@188 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version f20cfc38931ce96f8f40c3a1fcd4991a13f17e87

    at Friday 26 September 2008 18:34:52 UTC by Seldaek: spaces / tabs issues git-svn-id: svn://dwoo.org/dwoo/trunk@186 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 57c29c72c8ab4b5a36ba5c3f0d969d4133d8a402

    at Wednesday 24 September 2008 13:13:48 UTC by Seldaek: BC Break: Small one that probably won't affect anyone, but it makes the PluginProxy feature much stronger. Basically if you used a custom one you will get a fatal error and need to update it to conform to the new IPluginProxy interface, that's it git-svn-id: svn://dwoo.org/dwoo/trunk@185 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 70c14e918bbb1a741eb9b5997e421cd47832e6fe

    at Wednesday 17 September 2008 09:43:06 UTC by Seldaek: * Fixed file template class reading from the string compiler factory - thanks to MrOxiMoron for the patch git-svn-id: svn://dwoo.org/dwoo/trunk@184 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version d3c7dbd73547bd9ef10095325d11feecf3dbe93b

    at Tuesday 16 September 2008 22:26:31 UTC by Seldaek: * Plugins: improved the dump plugin, it now displays object's properties and optionally public methods (if the new show_methods arg is set to true) (thanks to Stephan Wentz for the patch) git-svn-id: svn://dwoo.org/dwoo/trunk@183 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 6ca4be14e6e8e04b7562535804bbb791ed6ff401

    at Tuesday 16 September 2008 08:00:31 UTC by Seldaek: Oops (copy paste is evil) git-svn-id: svn://dwoo.org/dwoo/trunk@182 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 403154155b0899c5749c6d45c2a878977ddc36c9

    at Tuesday 16 September 2008 07:56:03 UTC by Seldaek: * Some improvements to the agavi url gen plugin git-svn-id: svn://dwoo.org/dwoo/trunk@181 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version f49e8f366eb7c64297db3ac612ec1a2a61fa9391

    at Sunday 14 September 2008 22:45:59 UTC by Seldaek: Fixed a 1.0.0beta regression that messed with custom plugin directories on Windows git-svn-id: svn://dwoo.org/dwoo/trunk@180 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 547ca6ef2b0297a75d57ece1915f881d313357c6

    at Friday 12 September 2008 05:09:35 UTC by Seldaek: Fixes ZF Adapter syntax error git-svn-id: svn://dwoo.org/dwoo/trunk@178 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version ceaf53f589ad0732bacfb373139c5f29e0d78f6a

    at Thursday 11 September 2008 19:49:27 UTC by Seldaek: Added parameters to provide a custom engine (extends Dwoo) or a custom data class (extends Dwoo_Data) in the ZendFramework adapter (thanks V0r_X for the patch) git-svn-id: svn://dwoo.org/dwoo/trunk@177 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 0bc81a41690e28f48e0a6358da295e54cf86d116

    at Tuesday 9 September 2008 12:00:32 UTC by Seldaek: * Lines containing only comments and whitespace are now entirely removed git-svn-id: svn://dwoo.org/dwoo/trunk@176 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version c266d49f474211056e29ae5925130ae7bf1bb638

    at Monday 8 September 2008 10:12:22 UTC by Seldaek: Updates compiled runtime git-svn-id: svn://dwoo.org/dwoo/trunk@175 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version fd41613adb49ba16b2a09f7188be54e3cfb78359

    at Monday 8 September 2008 09:59:49 UTC by Seldaek: * Fixes upgrade issue from old classpath cache files git-svn-id: svn://dwoo.org/dwoo/trunk@174 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version eeef80e6dfc9d1783b2e56bc98ed4be242949667

    at Monday 8 September 2008 09:12:42 UTC by Seldaek: * fixes Agavi adapter's plugin_dir parameter handling git-svn-id: svn://dwoo.org/dwoo/trunk@173 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version bd14bd1c65291901840594debadeb7da25f7b02f

    at Sunday 7 September 2008 22:09:18 UTC by Seldaek: + Plugins: Added a mode parameter to {strip} to allow stripping of javascript code blocks that use "// comments", because without this special mode the comments result in syntax errors git-svn-id: svn://dwoo.org/dwoo/trunk@171 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version fb824c6bcf2feda4197187e3b661af61abcab1e5

    at Sunday 7 September 2008 22:01:58 UTC by Seldaek: Prep/Docs release 1.0.0beta git-svn-id: svn://dwoo.org/dwoo/trunk@169 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version dc37bfb6ce9c7d580fc9de49a945eae850a3e523

    at Sunday 7 September 2008 21:55:11 UTC by Seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@168 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version b34df6afe5a9af47203d4c080fb3004868dc231f

    at Sunday 7 September 2008 21:23:55 UTC by Seldaek: Added custom agavi helpers git-svn-id: svn://dwoo.org/dwoo/trunk@167 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 732f7cdac785ac279f208a391832aa9df97a112c

    at Sunday 7 September 2008 21:10:14 UTC by Seldaek: + Adapters: Added the Agavi interface for Dwoo (see /Dwoo/Adapters/Agavi/README) git-svn-id: svn://dwoo.org/dwoo/trunk@166 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 478bf67793eb1ba6cb6bd9b600c6b72676527fbc

    at Sunday 7 September 2008 20:21:03 UTC by Seldaek: ! Important note : Dwoo.php should not be included directly anymore, please read the UPGRADE_NOTES file for more infos on the matter, if you don't your Dwoo install will most likely break after the update anyway * Various optimizations git-svn-id: svn://dwoo.org/dwoo/trunk@165 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 396dcf06ba06d3f3af8edd98978e5852ceec1a43

    at Sunday 31 August 2008 23:12:48 UTC by Seldaek: * Updated compiled package git-svn-id: svn://dwoo.org/dwoo/trunk@164 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 848d2a8a5b6477d4c04d1fe37e76582f3fd11326

    at Sunday 31 August 2008 23:12:01 UTC by Seldaek: ! BC Break: {include} and {extends} now support the include path properly, which means that if you include "foo/bar.html" from _any_ template and you have an include path set on your template object, it will look in all those paths for foo/bar.html. If you use relative paths, for example if you include "../foo/bar.html" AND have an include path set, you will now have a problem, because you can't mix both approaches, otherwise you should be fine, so to fix this you should convert your relative includes/extends * Dwoo->get() is now stricter as to what it accepts as a "template", only Dwoo_ITemplate objects or valid filenames are accepted * Foreach and other similar plugins that support "else" now only count() their input before processing when an else block follows git-svn-id: svn://dwoo.org/dwoo/trunk@163 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 2b4ad8af233c4fbdcda8b9232f86a5198c8cd691

    at Saturday 30 August 2008 07:45:03 UTC by Seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@162 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version b1eae358b98292b877a0c2b69db7dacb71132a65

    at Saturday 30 August 2008 00:16:01 UTC by Seldaek: * Removes some checks for Dwoo_Filter_ prefix in the addFilter method git-svn-id: svn://dwoo.org/dwoo/trunk@161 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 4afdfac6507162b640e29f099defcbec419d7026

    at Tuesday 26 August 2008 16:45:23 UTC by Seldaek: * Complex arrays keys can be read using {$var["Long|Key*With.some)Crap"]}, however since it is really bad practice I won't spend time fixing edge cases, which are $ and '/" characters inside the string. Those will break it and that's it.. if you really care feel free to send a patch git-svn-id: svn://dwoo.org/dwoo/trunk@160 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 56bd88c9fef4ed5db3c6d1f6a856d2d99602cac4

    at Monday 25 August 2008 21:20:19 UTC by Seldaek: * The Compiler now ensures that a template starting with <?xml will not conflict with php using the short_open_tag=On setting git-svn-id: svn://dwoo.org/dwoo/trunk@159 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 2eb52110963ced03921aba64a95a872de9f4f4ef

    at Monday 25 August 2008 21:09:17 UTC by Seldaek: * Cleaned up legacy error code git-svn-id: svn://dwoo.org/dwoo/trunk@158 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 4a19490e8b869696816e73acc6aec1a83254916d

    at Monday 25 August 2008 20:53:40 UTC by Seldaek: + API: Added Dwoo_Compilation_Exception methods getCompiler() and getTemplate() so you can catch the exception and use those to build a nicer error view with all the details you want git-svn-id: svn://dwoo.org/dwoo/trunk@157 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 668df7e52c5f267976f674380e50dce0ccd40083

    at Monday 25 August 2008 15:46:37 UTC by Seldaek: * Fixed {if} failing with conditions using upper case operators (i.e. AND) git-svn-id: svn://dwoo.org/dwoo/trunk@156 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version fc550dada9056e8da3c760a6527c8e9e97d469d6

    at Sunday 24 August 2008 20:48:05 UTC by Seldaek: * Fixes compiled/cached files being written in the wrong place when the path to the template contains "../"s git-svn-id: svn://dwoo.org/dwoo/trunk@155 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 693ea694e10abcb87f2940633e37b56e4bf91ca0

    at Friday 22 August 2008 22:00:33 UTC by Seldaek: * Fixed compiler warning when doing {func()->method()} or {func()->property} git-svn-id: svn://dwoo.org/dwoo/trunk@154 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 1bc77f92c37cb35b54f054860dc123624776ceda

    at Friday 22 August 2008 20:53:14 UTC by Seldaek: * Fixed Dwoo::isArray() check, objects implementing ArrayAccess are now valid (thanks to Daniel Cousineau for the patch) git-svn-id: svn://dwoo.org/dwoo/trunk@153 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 5dd58675d60e554785e0df5658d1a6161f519d31

    at Thursday 21 August 2008 18:16:09 UTC by Seldaek: Fixes the fix.. git-svn-id: svn://dwoo.org/dwoo/trunk@152 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 11ad700516226095eb3b41bab0f61929951f86f2

    at Thursday 21 August 2008 18:02:01 UTC by Seldaek: * Fixes parsing bug with |modifier:param|modifier2} with:colon after it git-svn-id: svn://dwoo.org/dwoo/trunk@151 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 3c603a8154458c9fb0954933d9d672a687020540

    at Thursday 21 August 2008 10:48:59 UTC by Seldaek: + adds two util methods to ZF view git-svn-id: svn://dwoo.org/dwoo/trunk@150 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version f738fcabc918594718b3dd2e4f79b9a91262cee0

    at Wednesday 20 August 2008 07:05:23 UTC by Seldaek: * Small bug fix for smarty function handling with no parameters git-svn-id: svn://dwoo.org/dwoo/trunk@149 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version a290bfd4d80b41effc0bc6ee2ddb4727521d68e4

    at Sunday 17 August 2008 15:52:22 UTC by Seldaek: * Filters array-regexes git-svn-id: svn://dwoo.org/dwoo/trunk@148 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 2d5431e2ca182e0e2b3fbbbb9d3d82bf760df7f1

    at Wednesday 13 August 2008 11:02:32 UTC by Seldaek: * Added some details to the ZF Adapter README, thanks Stephan Wentz git-svn-id: svn://dwoo.org/dwoo/trunk@147 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 959b4e63f95e43437bc03d6c04d3f9e4c1fc2017

    at Wednesday 13 August 2008 09:49:42 UTC by Seldaek: * Loader::addDirectory now checks that the path exists git-svn-id: svn://dwoo.org/dwoo/trunk@146 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 2b587a07145d23626883c1e48cc3059b372e22e9

    at Tuesday 12 August 2008 20:09:19 UTC by Seldaek: * Fixed extends bug when extending files in other directories using relative paths * Fixed Dwoo.compiled.php file git-svn-id: svn://dwoo.org/dwoo/trunk@145 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 257cdab51dfaa1462c076c19e7636700a78347f0

    at Tuesday 5 August 2008 22:05:15 UTC by Seldaek: * Fixed compiler bug that created a parse error when you had comments in an extended template git-svn-id: svn://dwoo.org/dwoo/trunk@144 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version d9c6d6b9e9081c668f0267e19863ab9340244885

    at Sunday 3 August 2008 13:02:26 UTC by Seldaek: Prep release 0.9.3 git-svn-id: svn://dwoo.org/dwoo/trunk@140 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 37cb06e76877783f0d4e5ee35ca126ced299e979

    at Sunday 3 August 2008 12:38:29 UTC by Seldaek: * Some compiler fixes regarding custom plugins + a lot of tests for plugin types git-svn-id: svn://dwoo.org/dwoo/trunk@139 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 94616134e33fde2b1acbe1a37e10a626e3b30126

    at Sunday 3 August 2008 09:31:41 UTC by Seldaek: * Fixes ZF View git-svn-id: svn://dwoo.org/dwoo/trunk@138 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 2dd0d7e52e1726d5654104de7ec9fae342fa30fd

    at Saturday 2 August 2008 19:03:32 UTC by Seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@137 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 03f8ba13b9c8d5ca0d463ee267de90b778da4a8e

    at Friday 1 August 2008 21:40:46 UTC by Seldaek: * Made Dwoo_Compiler::implode_r static/public git-svn-id: svn://dwoo.org/dwoo/trunk@136 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version cacec94bac0ba8621b14332de00d5a5f464c39a6

    at Wednesday 30 July 2008 16:57:36 UTC by Seldaek: * Fixes {foo()->Bar} git-svn-id: svn://dwoo.org/dwoo/trunk@135 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 2d656f46610482237aafcca9fa38b6c8ad079ef5

    at Wednesday 30 July 2008 16:34:28 UTC by Seldaek: * Fixes {foo()->bar} git-svn-id: svn://dwoo.org/dwoo/trunk@134 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 170592aed89e6945a993e583cea43bfd841095e8

    at Tuesday 29 July 2008 23:32:34 UTC by Seldaek: + Added parsing of {foo->methodCall('with' params)->propertyRead} git-svn-id: svn://dwoo.org/dwoo/trunk@132 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 8c5c98bf690a4f68c3ab57a0ce21bbf1ec68a81a

    at Tuesday 29 July 2008 21:34:16 UTC by Seldaek: + Adds Plugin Proxy functionality git-svn-id: svn://dwoo.org/dwoo/trunk@130 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version e8c6ecdcda43bdc7cf5d80537d4609dd0005e6da

    at Sunday 27 July 2008 21:28:15 UTC by Seldaek: + Added support for method calls into method calls parameters git-svn-id: svn://dwoo.org/dwoo/trunk@128 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 82351826fb04bfa4d9a5f59cd0b4914c5554ccd6

    at Thursday 24 July 2008 11:45:40 UTC by Seldaek: * Fixed the Dwoo_ILoader interface and implemented it in Dwoo_Loader now git-svn-id: svn://dwoo.org/dwoo/trunk@127 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 7d76b1debd2d6d41843e607eb25d24946860fdff

    at Sunday 20 July 2008 17:11:52 UTC by Seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@126 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 189e636bec53a49ea1c33e12ba04ce16cb51315d

    at Sunday 20 July 2008 15:35:26 UTC by Seldaek: * Fixes compileId auto-generation creating conflicts git-svn-id: svn://dwoo.org/dwoo/trunk@125 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version aeda26c29761871f6a4111b10e6276ba4960e626

    at Sunday 20 July 2008 15:14:16 UTC by Seldaek: * Removes double 'count' from security policy's allowed functions git-svn-id: svn://dwoo.org/dwoo/trunk@124 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 57022c2d92db7dbe1401bc32d326e60369ef2676

    at Friday 11 July 2008 06:56:10 UTC by Seldaek: * Include allows paths going in upper levels now such as : "../foo.html" git-svn-id: svn://dwoo.org/dwoo/trunk@123 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version e3eb1b763f123bdfd831342381e8ac971e1c7c97

    at Friday 11 July 2008 06:16:47 UTC by Seldaek: + Syntax: Static methods can be called using {Class::method()} git-svn-id: svn://dwoo.org/dwoo/trunk@122 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 5fc48230a4ca0358f0ae2b7ab5aa6519b164341b

    at Wednesday 9 July 2008 07:30:13 UTC by Seldaek: + Syntax: Block plugins that you want to call without content can be self-closed just like XML tags (e.g. {a "http://url.com" /} ) + Plugins: Added the {a} block plugin to generate <a> tags + API: Added Dwoo_Plugin::paramsToAttributes() utility function to help with the creation of compilable xml/html-related plugins * Syntax: Math expressions in strings are now only allowed when the entire expression is delimited, e.g. {"/$foo/$bar"} evaluates as just that while {"/`$foo/$bar`"} will result in "/".($foo/$bar), therefore processing the / as a division, this is better since URLs using / are far more common than math in strings => http://forum.dwoo.org/viewtopic.php?id=50 * Fixed a bug preventing if blocks containing a {elseif} followed by {else} git-svn-id: svn://dwoo.org/dwoo/trunk@121 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version c2680477f2c8b21a746bbfe42fbfafabf401c0f5

    at Tuesday 1 July 2008 22:30:03 UTC by Seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@119 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 6c44519e923514cb11b977c42011c16259501cf1

    at Tuesday 1 July 2008 19:58:58 UTC by Seldaek: + Syntax: Added the ";" token that allows to group multiple instructions in one single template tag, for example: {if $foo; "> $foo";$bar;/} is equal to: {if $foo}> {$foo}{$bar}{/} - It is not that useful with {/} as delimiters but might come in handy to those using longer delimiters * Compiler now allows the use of the right delimiter inside strings (i.e. {"}"}) git-svn-id: svn://dwoo.org/dwoo/trunk@118 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 960fba69e3f33fd6b8a5f781106bd36ffe5bdce9

    at Monday 30 June 2008 21:48:42 UTC by Seldaek: * Fixes non-existing loader being used git-svn-id: svn://dwoo.org/dwoo/trunk@116 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 1b10cbce1b25c6b52dedfb5294d14ee358b1d386

    at Friday 27 June 2008 23:35:11 UTC by Seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@107 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 40bd38081d4f02ba92276de453bc9c7f8902d3ea

    at Friday 27 June 2008 23:34:29 UTC by Seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@106 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 66070b49480d1dca3c8801d7907e5b15b904a198

    at Friday 27 June 2008 22:49:29 UTC by Seldaek: * Fix single line comments git-svn-id: svn://dwoo.org/dwoo/trunk@105 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 1c727de830c86282482747031232104a90971179

    at Friday 27 June 2008 22:19:15 UTC by Seldaek: Massive Dwoo_Loader overhaul/cleanup git-svn-id: svn://dwoo.org/dwoo/trunk@104 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 77501e6151025ac49bb3570dac8f96582380a433

    at Friday 27 June 2008 22:00:09 UTC by Seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@103 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 8d7eeff5aad003e695e3af03081091f26b5494fe

    at Friday 27 June 2008 21:16:48 UTC by Seldaek: * Line count fix git-svn-id: svn://dwoo.org/dwoo/trunk@102 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version cb91f7d072dfe105347d1c5a763abf838e3b626a

    at Friday 27 June 2008 19:31:26 UTC by Seldaek: * Small compiler fix * Updated compiled version git-svn-id: svn://dwoo.org/dwoo/trunk@101 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version c6133a3e9e5e64ff5a894aa9bc662932663453e5

    at Friday 27 June 2008 04:14:48 UTC by Seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@100 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 4e35087cc203568f099e6cc096e7436c8dc6394a

    at Thursday 19 June 2008 01:02:47 UTC by Seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@99 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version f24d504dd80e4ec09971c5dbaf51328cc1733f01

    at Thursday 19 June 2008 01:01:17 UTC by Seldaek: + Added magic object-access methods to Dwoo_Data, so you can assign values by doing $data->var = $val; instead of $data->assign('var', $val); + Added get()/unassign()/isAssigned() methods to read, remove and check for the presence of a var inside a Dwoo_Data object git-svn-id: svn://dwoo.org/dwoo/trunk@98 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version d0cce28f5c75c33d462b4e4a2ba14a1b5b148e3e

    at Monday 16 June 2008 23:15:49 UTC by Seldaek: * Made the dependency on hash ext optional, although using it offers better perfs with Template_String git-svn-id: svn://dwoo.org/dwoo/trunk@97 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version a19f48d31469864eba05ba152c69d6dc647d73d6

    at Friday 13 June 2008 02:24:00 UTC by Seldaek: * Plugins: Added a "trim" parameter to {capture} that trims the captured text git-svn-id: svn://dwoo.org/dwoo/trunk@95 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 51efab8b4d766266091ea6513a04d6f83211e4e1

    at Friday 13 June 2008 02:10:38 UTC by Seldaek: * Fixed compiler handling of <?php echo "foo" ?>{template_tag} where there was no ';' at the end of the php tag git-svn-id: svn://dwoo.org/dwoo/trunk@93 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 64540849214bba1ee8939f7af35cadfe3cc95cec

    at Thursday 12 June 2008 16:05:28 UTC by Seldaek: * Fixed reading object properties handled by __get() git-svn-id: svn://dwoo.org/dwoo/trunk@92 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 23a6b728f63ed6c17f3a0e4e936ff19ac32d3015

    at Wednesday 11 June 2008 11:37:27 UTC by Seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@91 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 27f6df379c77e5e492c0e99ae38c5dcb86e0ced3

    at Monday 9 June 2008 09:36:02 UTC by Seldaek: * Changed {reverse} handling of strings; fixed mb strings git-svn-id: svn://dwoo.org/dwoo/trunk@90 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 3cbed7fdb8145e76f0c16b9e38a58a279e6c499b

    at Monday 9 June 2008 09:15:59 UTC by Seldaek: * Changed {reverse} handling of strings git-svn-id: svn://dwoo.org/dwoo/trunk@89 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 3e859043e1d901d03fae952c0c01dff2149e3c27

    at Friday 6 June 2008 21:05:54 UTC by Seldaek: * Fixed preg_quote() usage git-svn-id: svn://dwoo.org/dwoo/trunk@88 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version b9a093a220449469d28f8aefe8cd3b88ba0b61e1

    at Friday 6 June 2008 18:35:45 UTC by Seldaek: * Plugins: added a fourth 'bool $case_sensitive' parameter to {replace} git-svn-id: svn://dwoo.org/dwoo/trunk@87 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version f1a18407dd24991270a84194d8ac0738785639f7

    at Friday 6 June 2008 14:41:37 UTC by Seldaek: * Fixed compiler bug that prevented empty() to be called * Removed checks for methods/properties being present on objects before calling them since these can be handled by __get() and __call() => http://forum.dwoo.org/viewtopic.php?id=22 * Calling {func (params)} (with the space between function and params) is now allowed => http://forum.dwoo.org/viewtopic.php?id=21 git-svn-id: svn://dwoo.org/dwoo/trunk@86 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 18fbe58f5ca2f31d96833c23231699b3cedcd8ef

    at Tuesday 3 June 2008 12:25:44 UTC by Seldaek: + Added line numbers in compilation errors and improved several error messages git-svn-id: svn://dwoo.org/dwoo/trunk@85 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 1d3732c8d6ad97790a42594fdc621261fd071049

    at Tuesday 3 June 2008 11:14:39 UTC by Seldaek: + Plugins: Added {a} to build 'a' html tags + Plugins: Added {tif} that acts as a ternary if / allows you to use a ternary operator inside it * The compiler now allows \r, \n and \t to be parameter splitters as well as "," and " ". You can therefore make complex function calls on multiple lines git-svn-id: svn://dwoo.org/dwoo/trunk@84 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 4b6eace80b5866383f8b90952cdaa60e74c9e911

    at Monday 2 June 2008 14:19:59 UTC by Seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@83 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 94b00659893d12a499245542b4aac7d14dd20a48

    at Monday 2 June 2008 14:07:24 UTC by Seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@82 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version f860ba057249274885880d2bb6f0984c2e838ce0

    at Friday 30 May 2008 22:37:07 UTC by Seldaek: * PEAR CS changes git-svn-id: svn://dwoo.org/dwoo/trunk@81 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 1e2469924c4f5b75be5f188b0ea57d26127b057c

    at Friday 30 May 2008 19:12:11 UTC by Seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@80 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version e1e75fed3a96612070e8f687a8e21544d6dedbaf

    at Friday 30 May 2008 16:34:09 UTC by Seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@79 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version dbcd8cb6970336d9e6f1975ea91356389ccd8861

    at Friday 30 May 2008 02:42:25 UTC by Seldaek: Prep release 0.9.1 git-svn-id: svn://dwoo.org/dwoo/trunk@75 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 39bb2fa3a52590e92fb9acb5e8ac68cc02c1b19f

    at Friday 30 May 2008 02:04:28 UTC by Seldaek: Updating compiled version git-svn-id: svn://dwoo.org/dwoo/trunk@74 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 9ee99ce26ee527c412dd17b2d96826d7748e0049

    at Friday 30 May 2008 02:03:52 UTC by Seldaek: * Cosmetics git-svn-id: svn://dwoo.org/dwoo/trunk@73 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 3908610b3ae768434594079f77be72a6713096e4

    at Friday 30 May 2008 02:03:26 UTC by Seldaek: * Fixed a block stack bug that messed up {textformat} and possibly usermade block plugins git-svn-id: svn://dwoo.org/dwoo/trunk@72 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version da2f8fa1cd6cb2caa379cd0dcf847bb0355547a2

    at Thursday 29 May 2008 00:54:23 UTC by Seldaek: * Auto-escape now checks the var type before doing it's deed to prevent messing up with arrays git-svn-id: svn://dwoo.org/dwoo/trunk@71 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version ea6d45d5954a22094bac93cc51224692f1634715

    at Wednesday 28 May 2008 12:18:43 UTC by Seldaek: * Added is_writable checks when changing the cache or compile directories * Finished commenting plugins git-svn-id: svn://dwoo.org/dwoo/trunk@70 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 7341faf004707f4c3452527a67fafa5de0c19bb4

    at Tuesday 27 May 2008 16:16:25 UTC by Seldaek: * Documented most function plugins git-svn-id: svn://dwoo.org/dwoo/trunk@69 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 6300898220f56c5c146a1ab28151fdf72cdbe0ae

    at Saturday 24 May 2008 08:11:15 UTC by Seldaek: + API: Added Dwoo_Compiler->setAutoEscape() and getAutoEscape() to modify the automatic html entity escaping setting. This is disabled by default, and when enabled can be overriden with the {safe $var} plugin or the {auto_escape disable} block plugin. The block plugin can also be used to enable this mode from within a template * Commented some plugins git-svn-id: svn://dwoo.org/dwoo/trunk@68 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 6a2aa583cff50b3702645fd32aa9b8e7c45734b2

    at Friday 23 May 2008 00:59:11 UTC by Seldaek: * Fixed $dwoo->addResource() breaking if the resource class was not loaded yet, autoload should now be called (thanks mike) git-svn-id: svn://dwoo.org/dwoo/trunk@67 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 157ad4e0db55f19c4e1b2b419b9f91560abde9e1

    at Tuesday 20 May 2008 12:37:58 UTC by Seldaek: + Syntax: Mixing named and unnamed parameters is now allowed, as long as the unnamed ones appear first git-svn-id: svn://dwoo.org/dwoo/trunk@66 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 914a96588dd0f85b046029319e91fc15f60c7171

    at Monday 19 May 2008 04:39:33 UTC by Seldaek: * Fixed complex variables (i.e. {$_root[$c[$x.0]].0}) parsing bugs git-svn-id: svn://dwoo.org/dwoo/trunk@65 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version f377fd89fe5129c6f2f0e74173d6275c927aeb31

    at Saturday 17 May 2008 01:48:25 UTC by Seldaek: * {literal} and {strip} now follow the LooseOpeningsHandling setting git-svn-id: svn://dwoo.org/dwoo/trunk@64 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 9749a55f649d6899bc0169a431032744c39709cf

    at Friday 16 May 2008 17:46:30 UTC by Seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@63 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version cfb65a97e88c53e1e2c3c3f5cd70ae9b01856b08

    at Friday 16 May 2008 17:43:41 UTC by Seldaek: * Fixed a bug in {date_format} that prevented anything but unix timestamps to work git-svn-id: svn://dwoo.org/dwoo/trunk@62 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 187a71c6017eac6e52f25ea9cc56c644e5545377

    at Thursday 15 May 2008 05:41:05 UTC by Seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@61 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 6b6abd1d110f71d12f1fce4618cf9e94376d1de9

    at Monday 12 May 2008 17:44:14 UTC by Seldaek: * Optimized scope handling functions git-svn-id: svn://dwoo.org/dwoo/trunk@60 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 04d525b668634c952bad59147d73ee3b53db478f

    at Saturday 10 May 2008 05:44:14 UTC by Seldaek: Prep Release 0.9.0 git-svn-id: svn://dwoo.org/dwoo/trunk@57 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version fc42867da7b4a8958068e256e86d972d08bf8ba8

    at Saturday 10 May 2008 05:29:19 UTC by Seldaek: * Switched to exceptions in many places git-svn-id: svn://dwoo.org/dwoo/trunk@56 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 8610862ba84b545c0073229436bf96868070b64d

    at Saturday 10 May 2008 04:53:54 UTC by Seldaek: * Split up all classes into their respective Prefix/Name.php files + Added a compiled version of Dwoo that loads faster, include Dwoo.compiled.php instead of Dwoo.php on production but if you want to file a bug use Dwoo.php please as it allows you to get the proper file/line number where an error occurs git-svn-id: svn://dwoo.org/dwoo/trunk@55 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version b076166a8ec44e51c0f554f236d4bed48ee81e4e

    at Saturday 10 May 2008 04:03:06 UTC by Seldaek: + Both cache and compile IDs can now have slashes in them to create subfolders in the cache/compile dirs + Added a DWOO_CHMOD constant that, if set before you include Dwoo, allows you to define the file mode of all the file/directories Dwoo will write, defaults to 0777 git-svn-id: svn://dwoo.org/dwoo/trunk@54 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 52cd67ff405610e3f8f6352d4648527b7bad5b2f

    at Friday 9 May 2008 04:34:34 UTC by Seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@53 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 4d29e011619c0979da29f8e6949f86e759b124b0

    at Thursday 8 May 2008 22:29:02 UTC by Seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@52 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version f9cc66d330517c6ebf5d0c735321fa91bce50ec3

    at Thursday 8 May 2008 21:40:48 UTC by Seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@51 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version dc02338d7d58be9846639b7444ab78bf0d97c125

    at Thursday 8 May 2008 14:53:05 UTC by Seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@50 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version f9676b0d0733c80ae218203a4303cc30cfeba6f4

    at Thursday 8 May 2008 14:30:52 UTC by Seldaek: + Added {$_key} var inside {loop} representing the current array key + Added new shortcuts : $ for current scope, $_ for $_parent and $__ for $_root + Added a 'data' argument to {include} to be able to feed data directly into it git-svn-id: svn://dwoo.org/dwoo/trunk@49 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 8207c1b0718c00aeb98876735020bcaf5e90998d

    at Tuesday 6 May 2008 08:52:46 UTC by Seldaek: * Adding some comments git-svn-id: svn://dwoo.org/dwoo/trunk@48 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version eec2dabe97d2ea38547ec46ffb70e1a0f9586ca5

    at Tuesday 6 May 2008 08:48:16 UTC by Seldaek: * Removed realpath() calls git-svn-id: svn://dwoo.org/dwoo/trunk@47 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 1290d87d68c2cf969bf70ae55a734c31b19d428f

    at Tuesday 6 May 2008 07:26:19 UTC by Seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@46 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version ecad8099cf66a53de2d1cd603d3e94f030935d64

    at Tuesday 6 May 2008 07:10:45 UTC by Seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@45 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 860ce2d98fbec399f674db062aa09eceaa74276d

    at Tuesday 6 May 2008 03:54:39 UTC by Seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@44 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 548e0f1e2eaa22330675717a2130ee72b8fe841f

    at Monday 5 May 2008 19:02:41 UTC by Seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@43 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version daf0a0149cd4e669978b975f5d69fb78dc5acb78

    at Monday 5 May 2008 19:01:01 UTC by Seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@42 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version cc6c72f5f11ad1b67c932966f93e0acf799b76e3

    at Monday 5 May 2008 18:50:52 UTC by Seldaek: * Removed php closing tags at the end of files git-svn-id: svn://dwoo.org/dwoo/trunk@41 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 87d1e680eb74c01c303874b15b2ea85c4d39adde

    at Monday 5 May 2008 18:37:30 UTC by Seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@40 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version a7d161cec81d0ecc1ffcffb90594ed52b2b7ba5c

    at Monday 5 May 2008 18:30:57 UTC by Seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@39 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 5474ca9fb45c3cdf68260081246029240c66f9eb

    at Monday 5 May 2008 18:11:51 UTC by Seldaek: git-svn-id: svn://dwoo.org/dwoo/trunk@38 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  • Version 418fa1a95516dd4c2a0e07513c4c7ad4a95caf20

    at Sunday 4 May 2008 05:53:16 UTC by Seldaek: * Moved files into /lib git-svn-id: svn://dwoo.org/dwoo/trunk@35 0598d79b-80c4-4d41-97ba-ac86fbbd088b