isso.git
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...
2006-10-04 Robert SesekRemoving a weird issue with rand()
2006-09-23 Robert SesekRemoved the second parameter in all trigger_error(...
2006-09-23 Robert SesekRenamed the error handler method
2006-09-23 Robert SesekMoving REQ_YES and REQ_NO to api.php from kernel.php
2006-09-23 Robert SesekCleaning up construct_debug_block() a little
2006-09-23 Robert SesekMoving some checks from kernel.php to Loader.php
2006-09-23 Robert SesekMerging back the changes for BBEdit because the bug...
2006-09-16 Robert SesekSwitch from one todo mark to another
2006-09-16 Robert SesekForgot to change this instance of a method name that...
2006-09-16 Robert SesekSame change as the last commit
2006-09-16 Robert SesekChange the formatting so we don't get weird problems...
2006-09-03 Robert SesekNo longer use underscores in the API. This is a very...
2006-08-17 Robert SesekHandle arguments
2006-08-17 Robert SesekSimplify the gettext extension on temp files
2006-08-17 Robert SesekWe no longer need to add individual templates to the...
2006-08-17 Robert SesekWe have a near-working processing tool
2006-08-17 Robert SesekUnlink temporary files now
2006-08-17 Robert SesekWe now can produce the temporary folders correctly
2006-08-17 Robert SesekAdding makepo.sh.php which is currently under heavy...
2006-08-17 Robert SesekFound a smoother-looking way to implement NewRegister()
2006-08-17 Robert SesekRipping out more stuff that is now implemented elsewhere
2006-08-17 Robert SesekUpdating ExplainErrorReporting()
2006-08-17 Robert SesekRemoving some debug code
2006-08-17 Robert SesekMake SharedInstance() static to remove notices
2006-08-17 Robert SesekError reporting now works, with the sacrificing of...
2006-08-17 Robert SesekMoving error handling stuff into Loader and Functions
2006-08-17 Robert SesekRemoving the error_reporting shuffling that we did...
2006-08-17 Robert SesekTYPE_NOCLEAN doesn't exit
2006-08-17 Robert SesekMoving dev to docs
2006-08-16 Robert SesekMoving mkstrings out of lost-in-translation to the...
2006-08-16 Robert SesekFix a parse error
2006-08-16 Robert SesekMoving the debug function to Register
2006-08-16 Robert Sesektodo--
2006-08-16 Robert SesekRemoving unused stuff from the kernel so we can see...
2006-08-16 Robert SesekMoving input stuff out of the kernel and into Input
2006-08-16 Robert SesekIn FetchExtension(), return an empty string if there...
2006-08-16 Robert SesekNeed to access self::$cssClass statically and not throu...
2006-08-16 Robert SesekAdding the functions test
2006-08-16 Robert SesekAdding the functions test with some incomplete tests
2006-08-16 Robert SesekSwitch to the custom HtmlReporter class
2006-08-16 Robert SesekAdding a unit test report class for SimpleTest
2006-08-16 Robert Sesekfile_exists does not work with the include path, so...
2006-08-16 Robert SesekRemoving things that have been implemented elsewhere
2006-08-16 Robert SesekRenaming the functions file
2006-08-16 Robert SesekDeleting old functions.php; moving Functions2.php to...
2006-08-16 Robert SesekAdding the singleton portion of the functions class
2006-08-16 Robert SesekHaha. Fegister.php
2006-08-16 Robert SesekMoving functions and making them static
2006-08-16 Robert SesekAdd testLoadBadModule()
2006-08-16 Robert SesekFix parse error
2006-08-16 Robert SesekWe need to return; when we trigger an error
2006-08-16 Robert SesekFix the test when we're checking size by creating a...
2006-08-16 Robert SesekUse trigger_error() instead of exceptions because the...
2006-08-16 Robert SesekInclude ReporterTest.php in AllTests
2006-08-16 Robert SesekAdded initial BSRegister class
2006-08-16 Robert SesekAdd testUnregisterNoExist()
2006-08-16 Robert SesekassertEquals() does not exist!
2006-08-16 Robert SesekAdding the Register test suite
2006-08-16 Robert SesekDocumenting test suites is pointless
2006-08-16 Robert SesekMoving PHPUnit to UnitTest
2006-08-16 Robert SesekFixing a bug of var not exist
2006-08-16 Robert SesekScrew you PHPUnit. Switching to SimpleTest
2006-08-16 Robert SesekFine. We won't use stupid type hinting.
2006-08-16 Robert SesekFixed a bug in the test
2006-08-16 Robert Sesek- Making SharedInstance() static-friendly
2006-08-15 Robert SesekSet the include path right
2006-08-15 Robert SesekAdding Loader module
2006-08-15 Robert SesekAdding the test directory
2006-08-15 Robert SesekShow no mercy. Throw all the warnings at me.
2006-08-15 Robert SesekRemoving the existing get/set system
2006-08-15 Robert SesekChange the warning numbers to constatns
next