Update version.php to 3.3.0
[isso.git] / Template.php
2009-01-15 Robert SesekCreate a toString method for BSTemplate that will evalu... 3.2.2
2009-01-06 Robert SesekBSTemplate now uses the entire file path when caching...
2009-01-06 Robert SesekDo not insert the debug block automatically anymore...
2009-01-05 Robert SesekHappy new year!
2008-06-26 Robert SesekBetter handle parse errors in nested templates
2008-06-26 Robert SesekAdd BSTemplate::$globalVars that every template will...
2008-06-26 Robert SesekPass the BSTemplate object to the ISSO hook
2008-04-14 Robert SesekIn the template manager, add an option to echo in the...
2008-04-07 Robert SesekMaking BSTemplate follow OOP instead of just being...
2008-04-03 Robert SesekMaking a lot of previously-private methods and ivars...
2008-02-28 Robert SesekUpdate the comment formatting to not use the pound... 3.0.0
2008-01-23 Robert SesekChanging our coding standards slightly:
2008-01-13 Robert SesekRemoving the BSVariableRegistry and instead making...
2008-01-13 Robert SesekRefactoring all the static functions to not use the...
2008-01-05 Robert SesekHappy new year!
2007-11-30 Robert SesekFixing some warnings that I discovered through unit...
2007-09-26 Robert SesekChanging the way we include framework files. Instead...
2007-09-22 Robert SesekDatabase results are now independent objects as opposed...
2007-08-20 Robert SesekUse (c) instead of the actual copyright symbol to avoid...
2007-08-20 Robert SesekRemoving all the package replacement tags and SVN keywo...
2007-08-19 Robert SesekFixing more instances of BSApp::GetType()
2007-08-19 Robert SesekDiscovered another older style of accessing the registry
2007-08-16 Robert SesekRemoving dead function in Template.php
2007-08-16 Robert SesekRemoving the usage counter in from the template system
2007-08-16 Robert SesekRemoving the SVN constant option and the ISSO_MT_START...
2007-08-16 Robert SesekSimplifying the loading of templates so we don't have...
2007-08-16 Robert SesekDo not use BSApp::GetAppPath() anymore for the template...
2007-08-14 Robert SesekRenaming BSRegister to BSApp and moving Register.php...
2007-08-14 Robert SesekSwitching from calls to trigger_error() to throwing...
2007-07-13 Robert SesekMerging changes from the 2.1.x branch back to trunk...
2007-04-04 Robert SesekRemoving BSTemplate database-driven system in place...
2007-04-04 Robert SesekRewrote the <lang> tag parser in BSTemplate::_parsePhra...
2007-02-17 Robert SesekAdded an additional parsing step in which curly braces...
2006-12-20 Robert Sesek- Fixed some access modifiers so that the template...
2006-12-19 Robert SesekISSO is no longer a product regularly released so we...
2006-12-06 Robert SesekCapitalizing template.php