isso.git
2008-07-07 Robert SesekFixing an undefined variable notice and improving the... 3.1.1
2008-07-07 Robert SesekVersion 3.1.1
2008-07-07 Robert SesekUpdate the API documentation
2008-07-06 Robert SesekFixing a call to undefined function error for BSFunctio...
2008-07-06 Robert SesekSetting the verison to be 3.1.0 3.1.0
2008-07-06 Robert SesekWe need to require() Functions.php in BSPrinterRootPage...
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 SesekMake Pagination->page and Pagination->perpage be public...
2008-06-25 Robert SesekAdd a test for the new Iterarator implementation in...
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-07 Robert SesekMaking BSTemplate follow OOP instead of just being...
2008-04-03 Robert SesekMake makepo.sh.php work with ISSO 3.0
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-12 Robert SesekRemove the text-indent from .input
2008-03-11 Robert SesekIn BSPrinterElementTable::__construct(), we can now...
2008-02-28 Robert SesekUpdate the comment formatting to not use the pound... 3.0.0
2008-02-28 Robert SesekMaking BSPagination an abstract class that people exten...
2008-01-28 Robert SesekRemoved a globalization of $bugsys (wow, talk about...
2008-01-25 Robert SesekAdd fluent interfaces for set() functions in BSPrintere...
2008-01-25 Robert SesekFixing some references to controller/action that we...
2008-01-24 Robert SesekFixing a documentation and error mistake that weren...
2008-01-24 Robert SesekFixing a bad function call to BSFunctions::SwapCssClasses()
2008-01-24 Robert SesekRenaming all the classes for the Printer to match the...
2008-01-24 Robert SesekFinished that file name swap.
2008-01-24 Robert SesekThese two files need to be swapped
2008-01-24 Robert SesekRenaming the Printer files to make their names much...
2008-01-24 Robert SesekAdd a rule about how to advance the ISSO version number...
2008-01-24 Robert SesekDo not allow random() to take an array of high or low...
2008-01-23 Robert SesekRemoving the is_browser() function
2008-01-23 Robert SesekChanging our coding standards slightly:
2008-01-23 Robert SesekWe no longer need the ISSO_CHECK_POST_REFERER because...
2008-01-14 Robert SesekAdd sanity checks to BSPrinterNavigation when setting...
2008-01-14 Robert SesekWe were testing for a condition that always works but...
2008-01-14 Robert SesekFixing another bug in BSPrinterRootElementPage in paint...
2008-01-14 Robert SesekFixing a bug in BSPrinterRootElementPage that would...
2008-01-14 Robert SesekMinor adjustments to the BSPrinterNavigation system...
2008-01-14 Robert SesekUpdating the PrinterNavigation system to take an XML...
2008-01-14 Robert SesekMaking BSPrinterRootElementPage::setNavigator() part...
2008-01-14 Robert SesekFixing some things in the Printer system
2008-01-14 Robert SesekInstead of using the registry to get the PrinterNavigat...
2008-01-14 Robert SesekWe now pass the installer test again, the issue was...
2008-01-13 Robert SesekRemoving the PHP tests because we have now implemented...
2008-01-13 Robert SesekAdding fixes in the unit tests for all the refactoring...
2008-01-13 Robert SesekRemoving the BSVariableRegistry and instead making...
2008-01-13 Robert SesekRemoving a lot of old system variables from BSApp
2008-01-13 Robert SesekFixing a few functions that broke during the refactoring
2008-01-13 Robert SesekRefactoring all the static functions to not use the...
2008-01-13 Robert SesekWe need to throw Exceptions rather than trigger_error()
2008-01-12 Robert SesekSetting up the fluent interface for all of the printer...
2008-01-12 Robert SesekStart providing a fluent interface for the printer...
2008-01-05 Robert SesekHappy new year!
2007-12-20 Robert SesekRemoving the CSS editor generator
2007-12-17 Robert SesekRemoving the graphing files
2007-12-17 Robert SesekThe API is now all unit tested
2007-12-06 Robert SesekRemoving the XML class because we will now use SimpleXM...
2007-12-06 Robert SesekUnit test updates
2007-11-30 Robert SesekFixing some warnings that I discovered through unit...
2007-11-30 Robert SesekCleaning up the Api::_runActionMethod() method
2007-11-30 Robert SesekRenaming Api->objdata to be Api->record
2007-11-30 Robert SesekAdding a testCondition() method to the API test
2007-11-19 Robert SesekAdd thed API unit tests
2007-10-17 Robert SesekWhen the API needs to throw an exception regarding...
2007-10-17 Robert SesekIn Api.php we were still calling BSApp::GetType() inste...
2007-10-17 Robert SesekAdding the API::$table and API::$prefix instance variab...
2007-10-12 Robert SesekChanging the error reporting system in the API to use...
2007-09-26 Robert SesekChanging the way we include framework files. Instead...
2007-09-23 Robert SesekCleaing up error reporting and error triggering in...
2007-09-22 Robert SesekFix a failing unit test to work around the file system...
2007-09-22 Robert SesekMoving the insertId() and affectedRows() methods from...
2007-09-22 Robert SesekDatabase results are now independent objects as opposed...
2007-09-15 Robert SesekIn the installer test, the welcome page is to be echo...
2007-09-15 Robert SesekFixing a broken unit test
2007-09-15 Robert SesekAdded the installer unit test
2007-09-15 Robert SesekRemove the check in BSApp::RequiredModules that was...
2007-08-22 Robert SesekFixing some bugs in the mail framework due to mistyped...
2007-08-22 Robert SesekFixing another call to BSApp::GetType() and switching...
2007-08-20 Robert SesekRemoving the old ReigsterTest.php
2007-08-20 Robert SesekRemoving the old coverage reporter from the unit test...
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 SesekFinishing the template unit test
2007-08-19 Robert SesekFixing more instances of BSApp::GetType()
2007-08-19 Robert SesekAdded tests for template preparse hooks and the cache...
2007-08-19 Robert SesekDiscovered another older style of accessing the registry
2007-08-19 Robert SesekFixing the include path for docs/tools/create_schema.php
2007-08-19 Robert SesekAdding a TemplateTest.php file and all the associated...
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...
next