isso.git
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
2007-07-15 Robert SesekAdding PDO tests
2007-07-15 Robert SesekMoving imported tools into the tools/ directory
2007-07-15 Robert SesekMerging the php520 tests from the branch
2007-07-15 Robert SesekImporting tools to ISSO
2007-07-14 Robert SesekAdding date tests
2007-07-14 Robert SesekAdding a few tests of PHP5's new features
2007-07-14 Robert SesekBranching the ISSO3 trunk in experimenting with the...
2007-07-13 Robert SesekMerging changes from the 2.1.x branch back to trunk...
2007-07-13 Robert SesekIn mail.php, we don't want to double encode fields... 2.1.x
2007-07-07 Robert SesekChange Mail::_encodeHeaderValue() to use regexp instead...
2007-07-07 Robert SesekAdding Mail::_encodeHeaderValue()
2007-07-07 Robert SesekIn xml.php, the default should be utf8 and when using...
2007-06-13 Robert SesekIn BSApi::fetch(), remove the code that populated BSApi...
2007-06-13 Robert SesekAdding a verify_unique() method to BSApi
2007-06-13 Robert SesekIn Api.php, TYPE_NOCLEAN no longer exists as it was...
2007-06-13 Robert SesekModifying the error handling system in BSApi so that...
2007-06-13 Robert SesekIn BSRegister::RequiredModules, we forgot a word in...
2007-05-01 Robert SesekRemoving the Markdown parser because we don't need...
2007-04-22 Robert SesekOptimizing BSFunctions::Random() ever so slightly so...
2007-04-21 Robert Sesek- In Pagination::constructPageNav() we added the $addPa...
2007-04-09 Robert SesekRemove a potential warning in BSRegister::_errorHandler...
2007-04-04 Robert SesekDon't call intval() on the percentages because then...
2007-04-04 Robert SesekRemoving BSTemplate database-driven system in place...
2007-04-04 Robert SesekRewrote the <lang> tag parser in BSTemplate::_parsePhra...
2007-04-04 Robert SesekAdded BSFunctions::Substring() that doesn't take in...
2007-04-03 Robert SesekAdded a system to extract the link map...
2007-04-03 Robert SesekAdded support for horizontal rules in Markdown
2007-04-03 Robert SesekMarkdown parser in progress....
2007-04-01 Robert SesekWe forgot to close a <p> tag in MarkdownTest::testParag...
2007-04-01 Robert SesekMore small fixes to the Markdown unit test
2007-04-01 Robert SesekFix the DateTest uni test do it doesn't break in DST
next