isso.git
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
2007-04-01 Robert SesekFixing a few bugs with the Markdown unit test
2007-04-01 Robert SesekAdded an empty Markdown.php file and a skeleton BSMarkd...
2007-03-28 Robert SesekAdding a test method for the debug list
2007-03-25 Robert SesekFixed another problem where there would be DB function...
2007-03-19 Robert SesekFixing makepo.sh.php to actually use deep directories
2007-03-19 Robert SesekPeople without PHP's short tags on will get some weird...
2007-03-17 Robert SesekFixed a bug in Mail that was fixed on trunk: in send...
2007-03-15 Robert SesekRemoving the Router and RouterController system because...
2007-03-11 Robert SesekUpdating makepo.sh.php to reflect the new way ScanDir...
2007-02-27 Robert SesekDo the same thing of allowing multiple connections...
2007-02-27 Robert SesekIn our call to mysql_connect(), allow us to open multip...
2007-02-21 Robert SesekWhy was this capitalized?
2007-02-21 Robert SesekThe transaction methods need to be renamed in order...
2007-02-18 Robert SesekFix BSXml to work in accordance with the unit test...
2007-02-18 Robert SesekBad unit test... need to actually set the UTF-8 flag...
2007-02-18 Robert Sesek- Fixing the unit tests to actually work and the same...
2007-02-18 Robert Sesektrigger_error() should kill the script: don't exit...
2007-02-18 Robert SesekRemoving old files that we no longer use
2007-02-18 Robert SesekBSPrinter::_Instance() needs to be static
2007-02-17 Robert SesekAdded an additional parsing step in which curly braces...
2007-02-17 Robert SesekRefactoring to keep in line with our naming standards
2007-02-17 Robert SesekCheck that database caching is enabled before we run...
2007-02-17 Robert SesekWe don't need the _standardDeviation() and _arrayAverag...
2007-02-17 Robert SesekLine graphing is done!
2007-02-17 Robert SesekWe can now actually graph lines and points in GraphLine
2007-02-17 Robert SesekMoved the output buffering stuff from the graph() funct...
2007-02-17 Robert Sesek- Moving some important things (like painting a blank...
2007-02-16 Robert SesekAdding the beginnings of the GraphLine system
2007-02-15 Robert SesekMerging the changes for the database-driven template...
2007-02-15 Robert SesekAdded a very nifty caching system for filesystem templa...
2007-01-25 Robert SesekMake the error message that occurs when a database...
2006-12-26 Robert SesekWe need to implode() the query trace to fully complete...
2006-12-26 Robert SesekMerging the query debug block from TRUNK back to the...
2006-12-26 Robert SesekBSRouter::_invokeController() should be private
2006-12-26 Robert SesekWe have to use call_user_func() in BSRegisteR::_error()
2006-12-26 Robert SesekController directories can now be prefixed
2006-12-26 Robert SesekRenaming printer_navigation.php to PrinterNavigation.php
2006-12-26 Robert Sesek- Updated printer_navigation.php to get BSPrinterNaviga...
2006-12-26 Robert SesekMoving the unit test stuff to the docs/ folder
2006-12-26 Robert SesekRenaming graph_pie.php to GraphPie.php
2006-12-26 Robert Sesek- Added abstract class BSGraph
2006-12-25 Robert SesekIn BSRegister::RequiredModules(), because some classes...
2006-12-25 Robert SesekRenaming printer_css.php to PrinterCss.php
next