- 24 Jan, 2010 2 commits
-
-
seldaek authored
git-svn-id: http://svn.dwoo.org/trunk@331 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
seldaek authored
git-svn-id: http://svn.dwoo.org/trunk@330 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 21 Jan, 2010 1 commit
-
-
seldaek authored
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
-
- 20 Jan, 2010 1 commit
-
-
seldaek authored
git-svn-id: http://svn.dwoo.org/trunk@327 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 19 Jan, 2010 4 commits
-
-
seldaek authored
git-svn-id: http://svn.dwoo.org/trunk@325 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
seldaek authored
git-svn-id: http://svn.dwoo.org/trunk@324 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
seldaek authored
git-svn-id: http://svn.dwoo.org/trunk@323 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
seldaek authored
git-svn-id: http://svn.dwoo.org/trunk@322 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 08 Jan, 2010 1 commit
-
-
seldaek authored
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
-
- 09 Dec, 2009 1 commit
-
-
seldaek authored
git-svn-id: http://svn.dwoo.org/trunk@318 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 29 Nov, 2009 1 commit
-
-
seldaek authored
git-svn-id: http://svn.dwoo.org/trunk@317 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 26 Nov, 2009 1 commit
-
-
seldaek authored
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
-
- 24 Nov, 2009 1 commit
-
-
seldaek authored
git-svn-id: http://svn.dwoo.org/trunk@313 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 23 Nov, 2009 1 commit
-
-
seldaek authored
git-svn-id: http://svn.dwoo.org/trunk@312 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 05 Nov, 2009 1 commit
-
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@307 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 19 Oct, 2009 2 commits
-
-
seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@305 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@303 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 18 Oct, 2009 4 commits
-
-
seldaek authored
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 -
seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@299 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@297 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@294 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 13 Oct, 2009 6 commits
-
-
seldaek authored
fixes #42 git-svn-id: svn://dwoo.org/dwoo/trunk@292 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
seldaek authored
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
-
seldaek authored
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
-
seldaek authored
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 -
seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@285 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
seldaek authored
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
-
- 07 Oct, 2009 1 commit
-
-
Seldaek authored
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
-
- 19 Aug, 2009 1 commit
-
-
darh authored
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
-
- 30 Jul, 2009 3 commits
-
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@279 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@277 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@276 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 19 Jul, 2009 3 commits
-
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@273 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@272 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
Seldaek authored
* 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
-
- 09 Jul, 2009 4 commits
-
-
Seldaek authored
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
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@269 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@268 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@267 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 01 Jul, 2009 1 commit
-
-
darh authored
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
-