Update version.php to 3.3.0
[isso.git] / Functions.php
2009-05-01 Robert SesekBSFunctions::swap_css_classes() now returns the value...
2009-05-01 Robert SesekBSFunctions::cookie() no longer depends on static membe...
2009-01-06 Robert SesekAdd BSFunctions::bool_to_string()
2009-01-05 Robert SesekThere's no reason to make BSFunctions use a singleton...
2009-01-05 Robert SesekRemove an unnecessary if/else and replace it with a...
2009-01-05 Robert SesekHappy new year!
2008-02-28 Robert SesekUpdate the comment formatting to not use the pound... 3.0.0
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-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-05 Robert SesekHappy new year!
2007-11-30 Robert SesekFixing some warnings that I discovered through unit...
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-07-13 Robert SesekMerging changes from the 2.1.x branch back to trunk...
2007-04-22 Robert SesekOptimizing BSFunctions::Random() ever so slightly so...
2007-04-04 Robert SesekAdded BSFunctions::Substring() that doesn't take in...
2006-12-25 Robert SesekUnifying the way we do singleton so we don't have to...
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-17 Robert SesekRewrote BSFunctions::ScanDirectory() to use a helper...
2006-11-25 Robert SesekMerging r695 from the 2.1.x branch to the trunk
2006-09-23 Robert SesekMerging back the changes for BBEdit because the bug...
2006-09-16 Robert SesekSame change as the last commit
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 SesekIn FetchExtension(), return an empty string if there...
2006-08-16 Robert SesekNeed to access self::$cssClass statically and not throu...
2006-08-16 Robert SesekDeleting old functions.php; moving Functions2.php to...