isso.git
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...
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
2006-12-25 Robert SesekRetrofitted BSPrinterCss
2006-12-25 Robert SesekUnifying the way we do singleton so we don't have to...
2006-12-25 Robert SesekCapitalizing printer.php's filename
2006-12-25 Robert SesekCreate BSPrinter to handle CSS stylesheet linking and...
2006-12-25 Robert SesekAdd accesskey support to BSPrinterBaseElement
2006-12-25 Robert Sesek- Added BSPrinterTableElement::RowTextarea()
2006-12-25 Robert Sesek- BSPrinterTableElement::RowSubmit() now will ignore...
2006-12-25 Robert SesekThe constructor can now take a variable number of argum...
2006-12-25 Robert SesekTurn of LaTeX and RTF doxygen generation
2006-12-25 Robert SesekUpdate the phpdoc script so it works in its new location
2006-12-25 Robert SesekMoving phpdoc.sh to the docs/ folder
2006-12-25 Robert SesekImplemented RowList() and RowCheckbox()
2006-12-25 Robert Sesek- Added support for <select> where the value attribute...
2006-12-25 Robert SesekAdded BSPrinterBaseElement::getType()
2006-12-25 Robert Sesek- This testcase is no longer a problem because we don...
2006-12-25 Robert Sesekmkstrings is obsolete compared to makepo.sh.php
2006-12-25 Robert SesekWe no longer need these images...
2006-12-25 Robert SesekWe need to override the constructor
2006-12-20 Robert Sesek- Move the information about constants to Register.php
2006-12-20 Robert Sesek- Fixed some access modifiers so that the template...
2006-12-20 Robert SesekAdded the debug output to the Printer system
2006-12-20 Robert SesekFix GetDebugList()
2006-12-20 Robert SesekAdded BSRegister::GetDebugList()
2006-12-20 Robert SesekParse error fix
2006-12-20 Robert SesekMoved Db::_formatBacktrace() to Functions::FormatBacktr...
2006-12-20 Robert Sesek_query() doesn't take the DB link
2006-12-20 Robert SesekResolving more issues with DB connection
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
next