- 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 2 commits
-
-
seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@246 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@245 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 05 Feb, 2009 1 commit
-
-
seldaek authored
fixes #18 git-svn-id: svn://dwoo.org/dwoo/trunk@244 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 29 Jan, 2009 1 commit
-
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@243 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 27 Jan, 2009 1 commit
-
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@242 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 22 Jan, 2009 1 commit
-
-
svn://dwoo.org/dwoo/trunk@241seldaek authored
-
- 21 Jan, 2009 5 commits
-
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@240 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@239 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
svn://dwoo.org/dwoo/trunk@238Seldaek authored
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@237 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
Seldaek authored
* 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
-
- 11 Jan, 2009 4 commits
-
-
svn://dwoo.org/dwoo/trunk@235seldaek authored
-
svn://dwoo.org/dwoo/trunk@234seldaek authored
-
svn://dwoo.org/dwoo/trunk@233seldaek authored
-
seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@232 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 28 Dec, 2008 1 commit
-
-
seldaek authored
+ 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
-