Arbit - project tracking

Dwoo

Browse source code

Current path: / lib/ Dwoo/

folder ../
Directory ICompilable/ 2fd2c9 seldaek 22 Oct 2008
headers update / version bump
git-svn-id: svn://dwoo.org/dwoo/trunk@208 0598d79b-80c4-4d41-97ba-ac86fbbd088b
Directory Security/ 064079 seldaek 6 Mar 2010
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
Directory Template/ 9315dc seldaek 28 Feb 2010
+ 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
Directory Compilation/ 2fd2c9 seldaek 22 Oct 2008
headers update / version bump
git-svn-id: svn://dwoo.org/dwoo/trunk@208 0598d79b-80c4-4d41-97ba-ac86fbbd088b
Directory Adapters/ 8fb69e Jordi Boggiano 18 Apr 2010
Adapters: Agavi: Added support for multiple plugin directories in the config, thanks to Mike Seth for the patch
Directory Smarty/ 9315dc seldaek 28 Feb 2010
+ 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
Directory Block/ 2fd2c9 seldaek 22 Oct 2008
headers update / version bump
git-svn-id: svn://dwoo.org/dwoo/trunk@208 0598d79b-80c4-4d41-97ba-ac86fbbd088b
text/plain ILoader.php 2fd2c9 seldaek 22 Oct 2008
headers update / version bump
git-svn-id: svn://dwoo.org/dwoo/trunk@208 0598d79b-80c4-4d41-97ba-ac86fbbd088b
text/plain Processor.php 9315dc seldaek 28 Feb 2010
+ 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
text/plain IDataProvider.php 2fd2c9 seldaek 22 Oct 2008
headers update / version bump
git-svn-id: svn://dwoo.org/dwoo/trunk@208 0598d79b-80c4-4d41-97ba-ac86fbbd088b
text/plain Data.php ef7c83 seldaek 18 Oct 2009
Fixed a Dwoo_Data bug in the append method when the index didn't exist yet it threw a notice
git-svn-id: svn://dwoo.org/dwoo/trunk@305 0598d79b-80c4-4d41-97ba-ac86fbbd088b
text/plain Filter.php 9315dc seldaek 28 Feb 2010
+ 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
text/plain Loader.php 9315dc seldaek 28 Feb 2010
+ 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
text/plain Plugin.php 9315dc seldaek 28 Feb 2010
+ 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
text/plain Compiler.php f9e789 Jordi Boggiano 18 Apr 2010
Fixed parsing of function/constants that start with an underscore, thanks to Dominik del Bondio for the patch Fixes #68
text/plain Exception.php 2fd2c9 seldaek 22 Oct 2008
headers update / version bump
git-svn-id: svn://dwoo.org/dwoo/trunk@208 0598d79b-80c4-4d41-97ba-ac86fbbd088b
text/plain ITemplate.php 9315dc seldaek 28 Feb 2010
+ 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
text/plain IPluginProxy.php 2fd2c9 seldaek 22 Oct 2008
headers update / version bump
git-svn-id: svn://dwoo.org/dwoo/trunk@208 0598d79b-80c4-4d41-97ba-ac86fbbd088b
text/plain Core.php cb80c4 seldaek 7 Mar 2010
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
text/plain ICompilable.php 2fd2c9 seldaek 22 Oct 2008
headers update / version bump
git-svn-id: svn://dwoo.org/dwoo/trunk@208 0598d79b-80c4-4d41-97ba-ac86fbbd088b
text/plain IElseable.php 2fd2c9 seldaek 22 Oct 2008
headers update / version bump
git-svn-id: svn://dwoo.org/dwoo/trunk@208 0598d79b-80c4-4d41-97ba-ac86fbbd088b
text/plain ICompiler.php 9315dc seldaek 28 Feb 2010
+ 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