- 18 Oct, 2009 1 commit
-
-
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
-
- 30 Jun, 2009 4 commits
-
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@265 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
Seldaek authored
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
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@263 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@262 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 10 May, 2009 1 commit
-
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@261 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 07 May, 2009 1 commit
-
-
Seldaek authored
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
-
- 19 Apr, 2009 1 commit
-
-
darh authored
git-svn-id: svn://dwoo.org/dwoo/trunk@259 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 13 Mar, 2009 1 commit
-
-
seldaek authored
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
-
- 11 Mar, 2009 4 commits
-
-
seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@257 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
sversteg authored
git-svn-id: svn://dwoo.org/dwoo/trunk@256 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
sversteg authored
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
-
seldaek authored
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
-
- 25 Feb, 2009 1 commit
-
-
darh authored
git-svn-id: svn://dwoo.org/dwoo/trunk@253 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 20 Feb, 2009 1 commit
-
-
seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@252 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 19 Feb, 2009 1 commit
-
-
seldaek authored
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
-
- 10 Feb, 2009 2 commits
-
-
seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@250 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
darh authored
git-svn-id: svn://dwoo.org/dwoo/trunk@249 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 07 Feb, 2009 2 commits
-
-
darh authored
git-svn-id: svn://dwoo.org/dwoo/trunk@248 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
darh authored
git-svn-id: svn://dwoo.org/dwoo/trunk@247 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 06 Feb, 2009 1 commit
-
-
seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@246 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-