Update version.php to 3.3.0
[isso.git] / CHANGES
2009-05-01 Robert SesekBSFunctions::swap_css_classes() now returns the value...
2009-05-01 Robert SesekBSFunctions::cookie() no longer depends on static membe...
2009-03-20 Robert SesekAdd font styling to form input elements and create... 3.2.3
2009-01-15 Robert SesekCreate a toString method for BSTemplate that will evalu... 3.2.2
2009-01-08 Robert SesekUpdate changelog for BSDecorator changes
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-06 Robert SesekAdd BSFunctions::bool_to_string()
2009-01-05 Robert SesekRemoving the BSPrinter module
2009-01-05 Robert SesekAdd 3.2.0 changelog entry
2008-11-07 Robert SesekAdd BSApi::fetchValue() and BSApi::reset() methods
2008-10-23 Robert SesekBSPrinterRootForm's marked as ::setUpload() would not...
2008-09-06 Robert SesekChange BSApi::remove() to BSApi::delete()
2008-07-09 Robert SesekUse a regex to match queries that need Result objects...
2008-07-07 Robert SesekFixing an undefined variable notice and improving the... 3.1.1
2008-07-06 Robert SesekFixing a call to undefined function error for BSFunctio...
2008-07-02 Robert SesekAdding a global exception handler BSExceptionHandler
2008-07-01 Robert SesekApiException will now string all of its exceptions...
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-06-25 Robert SesekImplement Iterator in BSDbResult
2008-04-14 Robert SesekIn the template manager, add an option to echo in the...
2008-04-08 Robert SesekAdd a __toString() method on BSPrinterAbstract
2008-04-03 Robert SesekMaking a lot of previously-private methods and ivars...
2008-03-27 Robert SesekMerge ../butv10/core/framework
2008-03-26 Robert SesekAdd a way to quick-set API fields via an array
2008-03-26 Robert SesekAdd the ability to set the id attribute of all Printer...
2008-03-18 Robert SesekAdd a method for injecting code into the <head> element...
2008-03-12 Robert SesekRemove the text-indent from .input
2008-03-11 Robert SesekIn BSPrinterElementTable::__construct(), we can now...