ISSO is no longer a product regularly released so we'll remove the issoversion tag...
[isso.git] / Register.php
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