In mail.php, we don't want to double encode fields so in send() create local variable...
[isso.git] / db_mysql.php
2007-02-27 Robert SesekIn our call to mysql_connect(), allow us to open multip...
2007-01-25 Robert SesekMake the error message that occurs when a database...
2006-10-12 Robert SesekRemoving issoversion tag from the header
2006-07-26 Robert SesekRebranding from Iris Studios to Blue Static
2006-05-20 Robert Sesek- Adding TYPE_BIN and support for it in api.php
2006-05-06 Robert SesekWarnings--
2006-02-09 Robert Seseks/[#]version[#]/[#]issoversion[#]/g
2006-01-29 Robert SesekAdded new binary escape methods
2006-01-29 Robert SesekThe DB::transaction_rollback() now has name as optional...
2006-01-29 Robert SesekAdding transaction stuff to everything but PGSQL (need...
2006-01-14 Robert SesekAllow fetching of enumerated rows instead of assoc
2005-12-31 Robert SesekGive all the instance variables visibility tags
2005-12-23 Robert SesekRename some terminology
2005-12-23 Robert SesekAbstracting database layer
2005-12-11 Robert SesekWe no longer use ISSO::_message(), but ISSO->message()
2005-12-11 Robert SesekDelineating functions
2005-12-11 Robert SesekAdded visibility information to all the functions
2005-12-11 Robert SesekWe want to play nice with PHP5, right?
2005-12-11 Robert Seseks/( |->)_message/message/g
2005-11-27 Robert SesekMerging isso-2-dev branch back to trunk
2005-10-23 Robert SesekNeed to htmlspecialchars() the query string in an error
2005-10-17 Robert SesekRemoved 3 $SOMETHING variables at the top of modules...
2005-10-16 Robert SesekWhere we changed the class name we need to change the...
2005-10-16 Robert SesekRenaming classes to match file names
2005-10-08 Robert Sesek- removed global callback/instantiation
2005-10-08 Robert SesekPass the registry by reference
2005-10-08 Robert SesekAdded registry connection plugs to the modules
2005-10-08 Robert SesekRemoving @see declarations
2005-10-08 Robert SesekFixed two mis-replaces that occurred with the grep
2005-10-08 Robert SesekCleaning up phpDoc variable declarations
2005-10-08 Robert SesekConverting to GPL
2005-07-25 Robert SesekMerging trunk back onto the template parsing branch
2005-04-24 Robert SesekFixed: Fatal error: Call to undefined function: mysql_e...
2005-04-17 Robert SesekMaking everything properly documented so that we don...
2005-04-13 Robert SesekUpdated file headers to be our new one.
2005-04-13 Robert SesekUpdated initial copyright year from 2003 to 2002
2005-03-30 Robert SesekCreated live query printing for debugging purposes.
2005-01-14 Robert SesekFinished database abstraction layer.