isso.git
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...
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-15 Robert SesekMaking the two MySQL tests create an InnoDB database...
2007-08-14 Robert SesekMoving the tools/ directory to the docs/ folder
2007-08-14 Robert SesekMoving the UnitTest directory out of the docs/ folder...
2007-08-14 Robert SesekRemoving dead files that we no longer need
2007-08-14 Robert SesekFixing a call to BSApp::GetType() that no longer exists
2007-08-14 Robert SesekForgot to change our require_once() in our unit test...
2007-08-14 Robert SesekFixing "method not found" for BSApp::GetType()
2007-08-14 Robert SesekRenaming BSRegister to BSApp and moving Register.php...
2007-08-14 Robert SesekUpdating the unit tests for preparation of renaming...
2007-08-14 Robert SesekChanging the registry part of BSRegister to be a new...
2007-08-14 Robert SesekRemvoing all the methods in BSRegister that handle...
2007-08-14 Robert SesekSwitching from calls to trigger_error() to throwing...
2007-08-14 Robert SesekSuppress errors in connecting via MySQLi
2007-08-14 Robert SesekRenaming the transaction*() methods to just be the...
2007-08-14 Robert SesekRemoving a call to _error in DbMySql.php because it...
2007-08-14 Robert SesekAdding database unit tests and in the Db module, use...
2007-08-03 Robert SesekDon't quote certain MySQL values
2007-08-03 Robert SesekUpdating create_schema.php to work with the new ISSO3...
2007-07-28 Robert Sesek- Switch to using Exception in Xml.php, Register.php...
2007-07-28 Robert SesekOur test suite is now done with PHPUnit, although it...
2007-07-28 Robert Sesek* tools/ISI_PHPUnit2_Output_HTML_Listener.php: Removed...
2007-07-28 Robert SesekRemoving the pconnect option from BSDb and it's children.
2007-07-28 Robert SesekStarting to migrate from SimpleTest to PHPUnit.
2007-07-15 Robert SesekAdding the results of testing with PHP5
next