isso.git
2005-05-31 Robert SesekOn XML parsing fail, use trigger_error() not some rando...
2005-05-30 Robert SesekISSO's input handler now merges $_COOKIE into the mix
2005-05-30 Robert SesekRemoved ISSO::i and ISSO::input; the only input mechani...
2005-05-14 Robert SesekMade the docs less colloquial
2005-05-13 Robert SesekAdded fetch_max_attachment_size()
2005-05-10 Robert SesekIncreased the nesting depth a little so we can test...
2005-05-10 Robert Sesekksort() the $return array so tags are in order
2005-05-10 Robert SesekFixed the XML parser so it actually works now... how...
2005-05-10 Robert SesekForgot to change the name of the XML-in data
2005-05-10 Robert SesekRenaming downloads.xml to xmltest.xml
2005-05-10 Robert SesekFixed the second ignore clause... it was in the wrong...
2005-05-09 Robert SesekChecking in the parser:
2005-05-09 Robert Sesek- Simplified dev/downloads.xml to have only a few items
2005-05-09 Robert Sesek- New folder called "dev" for all of our fun little...
2005-05-08 Robert SesekAdded fetch_extension() method
2005-05-04 Robert SesekMake ISSO::escape() force by default, as all strings...
2005-04-24 Robert SesekAdded fetch_microtime_diff() function
2005-04-24 Robert SesekFixed: Fatal error: Call to undefined function: mysql_e...
2005-04-24 Robert SesekDocumented @return for Functions::array_set_current()
2005-04-22 Robert SesekAdded array_set_current() function.
2005-04-19 Robert SesekAdded description of what phpdoc.sh does
2005-04-19 Robert SesekAdding apidoc/ folder so phpdoc.sh script will work...
2005-04-17 Robert SesekFixed documentation langage mistake
2005-04-17 Robert SesekMarking iff() as deprecated.
2005-04-17 Robert SesekChanged default output format.
2005-04-17 Robert SesekMaking everything properly documented so that we don...
2005-04-13 Robert SesekRemoved echo() debug for error reporting stuff.
2005-04-13 Robert SesekUpdated error reporting stuff. It was really broken...
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-04-11 Robert SesekRemoved some unnecessary function calls from DB_Templat...
2005-04-11 Robert SesekFixed faulty documentation.
2005-04-11 Robert Sesek- White space OCD
2005-04-08 Robert SesekDo not replace the WWW at the start of our host when...
2005-03-31 Robert SesekChanged ISSO::debug() to not only work under debug...
2005-03-31 Robert SesekWe now hide the path when we use ISSO::_error_handler...
2005-03-30 Robert SesekRemoved iff() from use in ISSO. Placed notice on the...
2005-03-30 Robert SesekAdded force paramater on ISSO::escape to disable magic...
2005-03-30 Robert SesekAllow ISSO::funct::rand() to take array(LOW VAL, HIGH...
2005-03-30 Robert SesekCreated live query printing for debugging purposes.
2005-03-27 Robert SesekOnly use ISSO::db::escape_string() when we have binary...
2005-03-23 Robert SesekWoops... didn't want that damn keyword to expand.
2005-03-23 Robert SesekAdded more tests for not under source control things.
2005-03-23 Robert SesekFixed:
2005-03-22 Robert SesekNo longer need to fetch the character of $i in the...
2005-03-22 Robert SesekSimplified ISSO::escape() a little.
2005-03-19 Robert SesekRemoved unnecessary extraction of the condition. Made...
2005-03-19 Robert SesekMerging tpl-if-fix/ branch into trunk. We now properly...
2005-03-14 Robert SesekOnly turn on magicquotes in exec_sanitize_data() if...
2005-03-14 Robert SesekCleaned up error reporting stuff so it works better...
2005-03-10 Robert SesekFixed bug in ISSO::Mail::_convert_line_breaks where...
2005-03-09 Robert SesekBetter detecting for PHP5.
2005-02-21 Robert SesekAdded a parameter to ISSO::unsanitize to force magic...
2005-02-21 Robert SesekAll line breaks are now LF (us4.php.net/manual/en/funct...
2005-02-21 Robert SesekShortened instance variables.
2005-02-21 Robert SesekAdded mail framework. *BLIND COMMIT*
2005-02-20 Robert SesekAdded appversion instance variable.
2005-02-20 Robert SesekFixed possible exploit in query link where the original...
2005-02-20 Robert SesekAdded magic quotes mimicker, except it actually works...
2005-02-19 Robert SesekFixed debug HTML select tab spacing.
2005-02-13 Robert SesekAdded error handling so all E_USER_* would be disabled...
2005-02-13 Robert SesekAdded random string generator.
2005-02-09 Robert SesekAdded reference instance variables to isso::input ...
2005-01-22 Robert SesekChanged ERR_ERROR to ERR_ALERT. Added PHP5 fix for...
2005-01-22 Robert SesekPHP version requirement of 4.1.0+
2005-01-22 Robert SesekStrip registered globals. Make _isso::sanitize _isso...
2005-01-22 Robert SesekAdded input sanitize functions. The new system works...
2005-01-22 Robert SesekXML parser now should (in theory) be working.
2005-01-22 Robert SesekBroken initial XML parser. Just getting it in here...
2005-01-16 Robert SesekAdded core functions framework.
2005-01-16 Robert SesekUsed wrong server variable for the show queries URL.
2005-01-15 Robert SesekAdded advanced SCM debug information.
2005-01-15 Robert SesekAdded debug information notices. Created iff() wrapper...
2005-01-14 Robert SesekFinished database abstraction layer.
2005-01-14 Robert SesekAdded font styling to ISSO::_message()
2005-01-14 Robert SesekAdded $apppath global variable, changed procedure for...
2005-01-13 Robert SesekInitial SVN for base framework.
2005-01-13 Robert SesekAdding repository setup.