2007-11-30 |
Robert Sesek | Cleaning up the Api::_runActionMethod() method |
commit | commitdiff | tree |
2007-11-30 |
Robert Sesek | Renaming Api->objdata to be Api->record |
commit | commitdiff | tree |
2007-11-30 |
Robert Sesek | Adding a testCondition() method to the API test |
commit | commitdiff | tree |
2007-11-19 |
Robert Sesek | Add thed API unit tests |
commit | commitdiff | tree |
2007-10-17 |
Robert Sesek | When the API needs to throw an exception regarding... |
commit | commitdiff | tree |
2007-10-17 |
Robert Sesek | In Api.php we were still calling BSApp::GetType() inste... |
commit | commitdiff | tree |
2007-10-17 |
Robert Sesek | Adding the API::$table and API::$prefix instance variab... |
commit | commitdiff | tree |
2007-10-12 |
Robert Sesek | Changing the error reporting system in the API to use... |
commit | commitdiff | tree |
2007-09-26 |
Robert Sesek | Changing the way we include framework files. Instead... |
commit | commitdiff | tree |
2007-09-23 |
Robert Sesek | Cleaing up error reporting and error triggering in... |
commit | commitdiff | tree |
2007-09-22 |
Robert Sesek | Fix a failing unit test to work around the file system... |
commit | commitdiff | tree |
2007-09-22 |
Robert Sesek | Moving the insertId() and affectedRows() methods from... |
commit | commitdiff | tree |
2007-09-22 |
Robert Sesek | Database results are now independent objects as opposed... |
commit | commitdiff | tree |
2007-09-15 |
Robert Sesek | In the installer test, the welcome page is to be echo... |
commit | commitdiff | tree |
2007-09-15 |
Robert Sesek | Fixing a broken unit test |
commit | commitdiff | tree |
2007-09-15 |
Robert Sesek | Added the installer unit test |
commit | commitdiff | tree |
2007-09-15 |
Robert Sesek | Remove the check in BSApp::RequiredModules that was... |
commit | commitdiff | tree |
2007-08-22 |
Robert Sesek | Fixing some bugs in the mail framework due to mistyped... |
commit | commitdiff | tree |
2007-08-22 |
Robert Sesek | Fixing another call to BSApp::GetType() and switching... |
commit | commitdiff | tree |
2007-08-20 |
Robert Sesek | Removing the old ReigsterTest.php |
commit | commitdiff | tree |
2007-08-20 |
Robert Sesek | Removing the old coverage reporter from the unit test... |
commit | commitdiff | tree |
2007-08-20 |
Robert Sesek | Use (c) instead of the actual copyright symbol to avoid... |
commit | commitdiff | tree |
2007-08-20 |
Robert Sesek | Removing all the package replacement tags and SVN keywo... |
commit | commitdiff | tree |
2007-08-19 |
Robert Sesek | Finishing the template unit test |
commit | commitdiff | tree |
2007-08-19 |
Robert Sesek | Fixing more instances of BSApp::GetType() |
commit | commitdiff | tree |
2007-08-19 |
Robert Sesek | Added tests for template preparse hooks and the cache... |
commit | commitdiff | tree |
2007-08-19 |
Robert Sesek | Discovered another older style of accessing the registry |
commit | commitdiff | tree |
2007-08-19 |
Robert Sesek | Fixing the include path for docs/tools/create_schema.php |
commit | commitdiff | tree |
2007-08-19 |
Robert Sesek | Adding a TemplateTest.php file and all the associated... |
commit | commitdiff | tree |
2007-08-16 |
Robert Sesek | Removing dead function in Template.php |
commit | commitdiff | tree |
2007-08-16 |
Robert Sesek | Removing the usage counter in from the template system |
commit | commitdiff | tree |
2007-08-16 |
Robert Sesek | Removing the SVN constant option and the ISSO_MT_START... |
commit | commitdiff | tree |
2007-08-16 |
Robert Sesek | Simplifying the loading of templates so we don't have... |
commit | commitdiff | tree |
2007-08-16 |
Robert Sesek | Do not use BSApp::GetAppPath() anymore for the template... |
commit | commitdiff | tree |
2007-08-15 |
Robert Sesek | Making the two MySQL tests create an InnoDB database... |
commit | commitdiff | tree |
2007-08-14 |
Robert Sesek | Moving the tools/ directory to the docs/ folder |
commit | commitdiff | tree |
2007-08-14 |
Robert Sesek | Moving the UnitTest directory out of the docs/ folder... |
commit | commitdiff | tree |
2007-08-14 |
Robert Sesek | Removing dead files that we no longer need |
commit | commitdiff | tree |
2007-08-14 |
Robert Sesek | Fixing a call to BSApp::GetType() that no longer exists |
commit | commitdiff | tree |
2007-08-14 |
Robert Sesek | Forgot to change our require_once() in our unit test... |
commit | commitdiff | tree |
2007-08-14 |
Robert Sesek | Fixing "method not found" for BSApp::GetType() |
commit | commitdiff | tree |
2007-08-14 |
Robert Sesek | Renaming BSRegister to BSApp and moving Register.php... |
commit | commitdiff | tree |
2007-08-14 |
Robert Sesek | Updating the unit tests for preparation of renaming... |
commit | commitdiff | tree |
2007-08-14 |
Robert Sesek | Changing the registry part of BSRegister to be a new... |
commit | commitdiff | tree |
2007-08-14 |
Robert Sesek | Remvoing all the methods in BSRegister that handle... |
commit | commitdiff | tree |
2007-08-14 |
Robert Sesek | Switching from calls to trigger_error() to throwing... |
commit | commitdiff | tree |
2007-08-14 |
Robert Sesek | Suppress errors in connecting via MySQLi |
commit | commitdiff | tree |
2007-08-14 |
Robert Sesek | Renaming the transaction*() methods to just be the... |
commit | commitdiff | tree |
2007-08-14 |
Robert Sesek | Removing a call to _error in DbMySql.php because it... |
commit | commitdiff | tree |
2007-08-14 |
Robert Sesek | Adding database unit tests and in the Db module, use... |
commit | commitdiff | tree |
2007-08-03 |
Robert Sesek | Don't quote certain MySQL values |
commit | commitdiff | tree |
2007-08-03 |
Robert Sesek | Updating create_schema.php to work with the new ISSO3... |
commit | commitdiff | tree |
2007-07-28 |
Robert Sesek | - Switch to using Exception in Xml.php, Register.php... |
commit | commitdiff | tree |
2007-07-28 |
Robert Sesek | Our test suite is now done with PHPUnit, although it... |
commit | commitdiff | tree |
2007-07-28 |
Robert Sesek | * tools/ISI_PHPUnit2_Output_HTML_Listener.php: Removed... |
commit | commitdiff | tree |
2007-07-28 |
Robert Sesek | Removing the pconnect option from BSDb and it's children. |
commit | commitdiff | tree |
2007-07-28 |
Robert Sesek | Starting to migrate from SimpleTest to PHPUnit. |
commit | commitdiff | tree |
2007-07-15 |
Robert Sesek | Adding the results of testing with PHP5 |
commit | commitdiff | tree |
2007-07-15 |
Robert Sesek | Adding PDO tests |
commit | commitdiff | tree |
2007-07-15 |
Robert Sesek | Moving imported tools into the tools/ directory |
commit | commitdiff | tree |
2007-07-15 |
Robert Sesek | Merging the php520 tests from the branch |
commit | commitdiff | tree |
2007-07-15 |
Robert Sesek | Importing tools to ISSO |
commit | commitdiff | tree |
2007-07-14 |
Robert Sesek | Adding date tests |
commit | commitdiff | tree |
2007-07-14 |
Robert Sesek | Adding a few tests of PHP5's new features |
commit | commitdiff | tree |
2007-07-14 |
Robert Sesek | Branching the ISSO3 trunk in experimenting with the... |
commit | commitdiff | tree |
2007-07-13 |
Robert Sesek | Merging changes from the 2.1.x branch back to trunk... |
commit | commitdiff | tree |
2007-07-13 |
Robert Sesek | In mail.php, we don't want to double encode fields... 2.1.x |
commit | commitdiff | tree |
2007-07-07 |
Robert Sesek | Change Mail::_encodeHeaderValue() to use regexp instead... |
commit | commitdiff | tree |
2007-07-07 |
Robert Sesek | Adding Mail::_encodeHeaderValue() |
commit | commitdiff | tree |
2007-07-07 |
Robert Sesek | In xml.php, the default should be utf8 and when using... |
commit | commitdiff | tree |
2007-06-13 |
Robert Sesek | In BSApi::fetch(), remove the code that populated BSApi... |
commit | commitdiff | tree |
2007-06-13 |
Robert Sesek | Adding a verify_unique() method to BSApi |
commit | commitdiff | tree |
2007-06-13 |
Robert Sesek | In Api.php, TYPE_NOCLEAN no longer exists as it was... |
commit | commitdiff | tree |
2007-06-13 |
Robert Sesek | Modifying the error handling system in BSApi so that... |
commit | commitdiff | tree |
2007-06-13 |
Robert Sesek | In BSRegister::RequiredModules, we forgot a word in... |
commit | commitdiff | tree |
2007-05-01 |
Robert Sesek | Removing the Markdown parser because we don't need... |
commit | commitdiff | tree |
2007-04-22 |
Robert Sesek | Optimizing BSFunctions::Random() ever so slightly so... |
commit | commitdiff | tree |
2007-04-21 |
Robert Sesek | - In Pagination::constructPageNav() we added the $addPa... |
commit | commitdiff | tree |
2007-04-09 |
Robert Sesek | Remove a potential warning in BSRegister::_errorHandler... |
commit | commitdiff | tree |
2007-04-04 |
Robert Sesek | Don't call intval() on the percentages because then... |
commit | commitdiff | tree |
2007-04-04 |
Robert Sesek | Removing BSTemplate database-driven system in place... |
commit | commitdiff | tree |
2007-04-04 |
Robert Sesek | Rewrote the <lang> tag parser in BSTemplate::_parsePhra... |
commit | commitdiff | tree |
2007-04-04 |
Robert Sesek | Added BSFunctions::Substring() that doesn't take in... |
commit | commitdiff | tree |
2007-04-03 |
Robert Sesek | Added a system to extract the link map... |
commit | commitdiff | tree |
2007-04-03 |
Robert Sesek | Added support for horizontal rules in Markdown |
commit | commitdiff | tree |
2007-04-03 |
Robert Sesek | Markdown parser in progress.... |
commit | commitdiff | tree |
2007-04-01 |
Robert Sesek | We forgot to close a <p> tag in MarkdownTest::testParag... |
commit | commitdiff | tree |
2007-04-01 |
Robert Sesek | More small fixes to the Markdown unit test |
commit | commitdiff | tree |
2007-04-01 |
Robert Sesek | Fix the DateTest uni test do it doesn't break in DST |
commit | commitdiff | tree |
2007-04-01 |
Robert Sesek | Fixing a few bugs with the Markdown unit test |
commit | commitdiff | tree |
2007-04-01 |
Robert Sesek | Added an empty Markdown.php file and a skeleton BSMarkd... |
commit | commitdiff | tree |
2007-03-28 |
Robert Sesek | Adding a test method for the debug list |
commit | commitdiff | tree |
2007-03-25 |
Robert Sesek | Fixed another problem where there would be DB function... |
commit | commitdiff | tree |
2007-03-19 |
Robert Sesek | Fixing makepo.sh.php to actually use deep directories |
commit | commitdiff | tree |
2007-03-19 |
Robert Sesek | People without PHP's short tags on will get some weird... |
commit | commitdiff | tree |
2007-03-17 |
Robert Sesek | Fixed a bug in Mail that was fixed on trunk: in send... |
commit | commitdiff | tree |
2007-03-15 |
Robert Sesek | Removing the Router and RouterController system because... |
commit | commitdiff | tree |
2007-03-11 |
Robert Sesek | Updating makepo.sh.php to reflect the new way ScanDir... |
commit | commitdiff | tree |
2007-02-27 |
Robert Sesek | Do the same thing of allowing multiple connections... |
commit | commitdiff | tree |
2007-02-27 |
Robert Sesek | In our call to mysql_connect(), allow us to open multip... |
commit | commitdiff | tree |
next |