- 10 Apr, 2011 1 commit
-
-
Jordi Boggiano authored
Added support for nested blocks for template inheritance, block names must be unique, overriding of any block is done at the top level. Fixes #7
-
- 27 Feb, 2011 1 commit
-
-
Kamil Szot authored
-
- 15 Feb, 2011 1 commit
-
-
Jordi Boggiano authored
-
- 22 Jan, 2011 1 commit
-
-
Jordi Boggiano authored
-
- 02 Jan, 2011 1 commit
-
-
Jordi Boggiano authored
-
- 18 Oct, 2010 2 commits
-
-
Jordi Boggiano authored
-
Kamil Szot authored
-
- 15 Oct, 2010 1 commit
-
-
Kamil Szot authored
-
- 02 Sep, 2010 1 commit
-
-
Jordi Boggiano authored
-
- 01 Sep, 2010 1 commit
-
-
Jordi Boggiano authored
-
- 18 Aug, 2010 2 commits
-
-
Jordi Boggiano authored
-
Jordi Boggiano authored
-
- 19 Jul, 2010 3 commits
-
-
Jordi Boggiano authored
-
Jordi Boggiano authored
-
Jordi Boggiano authored
-
- 18 Jul, 2010 2 commits
-
-
Jordi Boggiano authored
-
Jordi Boggiano authored
-
- 15 Jul, 2010 3 commits
-
-
Jordi Boggiano authored
-
Jordi Boggiano authored
-
Jordi Boggiano authored
-
- 09 Jun, 2010 1 commit
-
-
Jordi Boggiano authored
-
- 21 Apr, 2010 1 commit
-
-
Jordi Boggiano authored
-
- 18 Apr, 2010 2 commits
-
-
Jordi Boggiano authored
Adapters: Agavi: Added support for multiple plugin directories in the config, thanks to Mike Seth for the patch
-
Jordi Boggiano authored
Fixed parsing of function/constants that start with an underscore, thanks to Dominik del Bondio for the patch Fixes #68
-
- 09 Mar, 2010 1 commit
-
-
seldaek authored
git-svn-id: http://svn.dwoo.org/trunk@347 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 08 Mar, 2010 1 commit
-
-
seldaek authored
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
-
- 07 Mar, 2010 1 commit
-
-
seldaek authored
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
-
- 03 Mar, 2010 1 commit
-
-
seldaek authored
git-svn-id: http://svn.dwoo.org/trunk@344 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 01 Mar, 2010 4 commits
-
-
seldaek authored
+ 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
-
seldaek authored
git-svn-id: http://svn.dwoo.org/trunk@342 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
seldaek authored
* 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
-
seldaek authored
+ 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
-
- 19 Feb, 2010 1 commit
-
-
seldaek authored
git-svn-id: http://svn.dwoo.org/trunk@339 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 14 Feb, 2010 1 commit
-
-
seldaek authored
git-svn-id: http://svn.dwoo.org/trunk@338 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 08 Feb, 2010 3 commits
-
-
seldaek authored
git-svn-id: http://svn.dwoo.org/trunk@337 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
seldaek authored
git-svn-id: http://svn.dwoo.org/trunk@334 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
seldaek authored
git-svn-id: http://svn.dwoo.org/trunk@333 0598d79b-80c4-4d41-97ba-ac86fbbd088b
-
- 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
-