Merging r695 from the 2.1.x branch to the trunk
[isso.git] / Loader.php
2006-11-25 Robert SesekMerging r695 from the 2.1.x branch to the trunk
2006-09-23 Robert SesekRenamed the error handler method
2006-09-23 Robert SesekMoving some checks from kernel.php to Loader.php
2006-09-23 Robert SesekMerging back the changes for BBEdit because the bug...
2006-09-16 Robert SesekChange the formatting so we don't get weird problems...
2006-08-17 Robert SesekFound a smoother-looking way to implement NewRegister()
2006-08-17 Robert SesekUpdating ExplainErrorReporting()
2006-08-17 Robert SesekRemoving some debug code
2006-08-17 Robert SesekMake SharedInstance() static to remove notices
2006-08-17 Robert SesekError reporting now works, with the sacrificing of...
2006-08-17 Robert SesekMoving error handling stuff into Loader and Functions
2006-08-16 Robert Sesekfile_exists does not work with the include path, so...
2006-08-16 Robert SesekFix parse error
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 SesekFixing a bug of var not exist
2006-08-16 Robert SesekFine. We won't use stupid type hinting.
2006-08-16 Robert Sesek- Making SharedInstance() static-friendly
2006-08-15 Robert SesekAdding Loader module