- 15 Sep, 2008 2 commits
-
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@180 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@179 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 12 Sep, 2008 2 commits
-
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@178 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
Seldaek authored
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
-
- 09 Sep, 2008 1 commit
-
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@176 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 08 Sep, 2008 10 commits
-
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@175 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@174 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@173 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
Seldaek authored
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
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@170 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@169 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
svn://dwoo.org/dwoo/trunk@168Seldaek authored
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@167 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@166 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
Seldaek authored
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
-
- 01 Sep, 2008 2 commits
-
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@164 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
Seldaek authored
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
-
- 30 Aug, 2008 2 commits
-
-
svn://dwoo.org/dwoo/trunk@162Seldaek authored
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@161 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 27 Aug, 2008 1 commit
-
-
Seldaek authored
* 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
-
- 26 Aug, 2008 4 commits
-
-
Seldaek authored
* 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
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@158 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
Seldaek authored
+ 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
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@156 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 25 Aug, 2008 1 commit
-
-
Seldaek authored
* 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
-
- 23 Aug, 2008 2 commits
-
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@154 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
Seldaek authored
* 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
-
- 22 Aug, 2008 2 commits
-
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@152 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@151 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 21 Aug, 2008 1 commit
-
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@150 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 20 Aug, 2008 1 commit
-
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@149 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 18 Aug, 2008 1 commit
-
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@148 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 13 Aug, 2008 3 commits
-
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@147 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@146 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
Seldaek authored
* Fixed Dwoo.compiled.php file git-svn-id: svn://dwoo.org/dwoo/trunk@145 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 06 Aug, 2008 1 commit
-
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@144 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 03 Aug, 2008 4 commits
-
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@143 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@141 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@140 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
Seldaek authored
git-svn-id: svn://dwoo.org/dwoo/trunk@139 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-