Remvoing all the methods in BSRegister that handle error reporting
[isso.git] / Register.php
2007-08-14 Robert SesekRemvoing all the methods in BSRegister that handle...
2007-07-28 Robert Sesek- Switch to using Exception in Xml.php, Register.php...
2007-07-13 Robert SesekMerging changes from the 2.1.x branch back to trunk...
2007-06-13 Robert SesekIn BSRegister::RequiredModules, we forgot a word in...
2007-04-09 Robert SesekRemove a potential warning in BSRegister::_errorHandler...
2006-12-25 Robert SesekIn BSRegister::RequiredModules(), because some classes...
2006-12-25 Robert SesekUnifying the way we do singleton so we don't have to...
2006-12-20 Robert Sesek- Move the information about constants to Register.php
2006-12-20 Robert SesekFix GetDebugList()
2006-12-20 Robert SesekAdded BSRegister::GetDebugList()
2006-12-20 Robert SesekMoved Db::_formatBacktrace() to Functions::FormatBacktr...
2006-12-19 Robert SesekISSO is no longer a product regularly released so we...
2006-12-19 Robert SesekBack up one level in BSRegister::_errorHandler() to...
2006-12-17 Robert SesekInclude files without error suppression when in debug...
2006-12-06 Robert SesekMake some functions static like they should be
2006-12-06 Robert SesekBSRegister::GetType() will be responsible for adding...
2006-12-06 Robert SesekAdded RequiredModules() to check and see if a set of...
2006-11-26 Robert Sesek- Added GetType() to allow fetching of an object by...
2006-11-26 Robert SesekMaking the entire BSRegister class static
2006-11-25 Robert SesekSort out the warnings with the error handler setting
2006-11-25 Robert SesekRemoving BSLoader and we'll just go with a singleton...
2006-11-25 Robert SesekMerging r695 from the 2.1.x branch to the trunk
2006-08-16 Robert SesekMoving the debug function to Register
2006-08-16 Robert Sesektodo--
2006-08-16 Robert SesekRenaming the functions file
2006-08-16 Robert SesekWe need to return; when we trigger an error
2006-08-16 Robert SesekUse trigger_error() instead of exceptions because the...
2006-08-16 Robert SesekAdded initial BSRegister class