isso.git
2006-12-20 Robert SesekWe can now get DB errors without notices or warnings
2006-12-20 Robert SesekChange select_db() to _selectDb() in _pConnect()
2006-12-20 Robert SesekFix a few minor parse errors
2006-12-20 Robert SesekAdding Db::_formatBacktrace() and Db::getHistory()
2006-12-19 Robert SesekISSO is no longer a product regularly released so we...
2006-12-19 Robert SesekWe can now only link to this stylesheet and not include it
2006-12-19 Robert Sesek- Remove the functions that have already been created...
2006-12-19 Robert SesekTad cleaner code for the determining of requests and...
2006-12-19 Robert Sesek- Added a BSPrinterRootElementForm
2006-12-19 Robert SesekAdd info about mod_rewrite for BSRouter
2006-12-19 Robert SesekChange BSRouter::route() to BSRouter::dispatch()
2006-12-19 Robert SesekWe need to include ISSO/Input.php
2006-12-19 Robert SesekBack up one level in BSRegister::_errorHandler() to...
2006-12-19 Robert Sesek- Added BSRouterController::_verifyPostRequest()
2006-12-19 Robert SesekAdded the controller system in BSRouter
2006-12-19 Robert SesekKilling the page upon paint()ing is not so good
2006-12-19 Robert SesekWe no longer need to modify the array we get back from...
2006-12-19 Robert SesekAdd support for hidden elements
2006-12-19 Robert SesekPut spacing in between the submit row buttons
2006-12-19 Robert SesekUpdate the documentation builder files
2006-12-19 Robert SesekAdd a <br /> before the table
2006-12-19 Robert SesekSome serious updates to the new Printer system. It...
2006-12-18 Robert SesekOkay this finally looks good
2006-12-18 Robert SesekAdding a bunch of new Printer stuff that I'm not sure...
2006-12-17 Robert SesekRewrote BSFunctions::ScanDirectory() to use a helper...
2006-12-17 Robert SesekRenaming Template_Fs.php
2006-12-17 Robert SesekChanging the class name for naming convention's sake
2006-12-17 Robert SesekRenaming installer.php... should have done this a few...
2006-12-17 Robert SesekRenaming api.php
2006-12-17 Robert SesekAPI is now done and much cleaner so it makes more sense
2006-12-17 Robert SesekRemove the relations system. It was stupid.
2006-12-17 Robert Sesek- Cleaning up the API module
2006-12-17 Robert SesekBetter way to check for empty params
2006-12-17 Robert SesekAdding the Router class
2006-12-17 Robert SesekInclude files without error suppression when in debug...
2006-12-17 Robert SesekRenaming db_postgresql.php
2006-12-17 Robert SesekFinished updating DbPgSql
2006-12-16 Robert SesekRenaming db_mysqli.php
2006-12-16 Robert SesekUpdated MySQLi wrapper
2006-12-16 Robert SesekAffected rows uses the dblink not the result ID
2006-12-16 Robert SesekRenaming db_mysql.php
2006-12-16 Robert SesekRenaming db.php to Db.php
2006-12-16 Robert SesekGet rid of _'s in the transaction methods
2006-12-16 Robert SesekFinished updating the DB stuff for MySQL
2006-12-16 Robert SesekWe no longer need the installer.css.php as this data...
2006-12-12 Robert SesekA brand new, shiny installer class that will prove...
2006-12-11 Robert SesekUse the new BSRegister::GetType() to find DB objects
2006-12-11 Robert SesekLots of testing going on... almost completed the input...
2006-12-11 Robert SesekAdding a code coverage test file
2006-12-06 Robert SesekCapitalizing template_fs.php
2006-12-06 Robert SesekCapitalizing template.php
2006-12-06 Robert SesekFinished refactoring Template_FS
2006-12-06 Robert SesekMake some functions static like they should be
2006-12-06 Robert SesekRefactoring template.php
2006-12-06 Robert SesekBSRegister::GetType() will be responsible for adding...
2006-12-06 Robert SesekAdded RequiredModules() to check and see if a set of...
2006-12-06 Robert SesekCapitalizing pagination.php
2006-12-06 Robert SesekUpdating pagination.php to be in line with the new...
2006-11-26 Robert SesekMoving date.php to Date.php
2006-11-26 Robert SesekFixing the ISSO/Date framework because it failed the...
2006-11-26 Robert SesekChange the unit test to use a better date formatter
2006-11-26 Robert Sesek- Finished updating the date module
2006-11-26 Robert SesekThe filename isn't XML.php but Xml.php
2006-11-26 Robert SesekRenaming xml.php to Xml.php
2006-11-26 Robert SesekRenaming mail.php to Mail.php
2006-11-26 Robert SesekWe should probably remove the line that stops mail...
2006-11-26 Robert SesekUpdated the mail sending framework
2006-11-26 Robert Sesek- Added GetType() to allow fetching of an object by...
2006-11-26 Robert SesekMerging the changes made to the ISSO/Mail framework...
2006-11-26 Robert SesekMaking the entire BSRegister class static
2006-11-25 Robert SesekSort out the warnings with the error handler setting
2006-11-25 Robert SesekRemoving BSLoader and we'll just go with a singleton...
2006-11-25 Robert SesekMerging r695 from the 2.1.x branch to the trunk
2006-11-25 Robert SesekCompletely overhauled the pagination framework module
2006-11-24 Robert SesekMerging r693 from trunk back to the 2.1.x branch
2006-11-24 Robert SesekTurn off parse private elements
2006-11-21 Robert SesekIt's not checking for $address but rather $email so...
2006-11-11 Robert SesekRemoving the localization framework
2006-11-11 Robert SesekUpdated the XML parsing framework module
2006-11-11 Robert Sesekchanges++
2006-11-11 Robert SesekUsing the language information array, change the positi...
2006-10-12 Robert SesekRemove more check_isso_fields() calls
2006-10-12 Robert SesekRemoving the issoversion field
2006-10-12 Robert SesekRemoving issoversion tag from the header
2006-10-12 Robert SesekFix a parse error
2006-10-12 Robert SesekFor cookieexp use the right method names for get/set
2006-10-12 Robert SesekWoops. That is supposed to be setAppVersion()
2006-10-12 Robert SesekRemoving calls to check_isso_fields()
2006-10-12 Robert SesekRemoving unspecific get/set calls
2006-10-12 Robert SesekTemplate updated
2006-10-12 Robert SesekTemplate_FS updated
2006-10-12 Robert SesekUpdated pagination
2006-10-12 Robert SesekFields no longer exist...
2006-10-12 Robert SesekUpdating Mail and also breaking the API to make some...
2006-10-12 Robert SesekFinished converting kernel
2006-10-12 Robert SesekChange the language call
2006-10-12 Robert Sesek- Starting to convert from the fields system to a get...
2006-10-12 Robert SesekCreating an intermediary branch between 2.0.x and 3.0.x
2006-10-11 Robert SesekMerging changes from r667 to the trunk
2006-10-11 Robert SesekChanges to the printer module and page_start() to be...
next