In mail.php, we don't want to double encode fields so in send() create local variable...
[isso.git] / kernel.php
2005-10-08 Robert SesekDon't use $this->registry in the kernel, just use ...
2005-10-08 Robert Sesek- removed global callback/instantiation
2005-10-08 Robert SesekPass the registry by reference
2005-10-08 Robert SesekRemoving @see declarations
2005-10-08 Robert SesekCleaning up phpDoc variable declarations
2005-10-08 Robert SesekConverting to GPL
2005-10-04 Robert SesekFixing problem with using only a *NIX directory separator
2005-08-02 Robert SesekBack-porting the trunk back onto branch
2005-07-25 Robert Sesektext-align for ISSO::_message()
2005-07-25 Robert SesekMerging trunk back onto the template parsing branch
2005-07-10 Robert SesekOnly do the referer check if we have the HTTP_REFERER...
2005-07-10 Robert SesekAdded another way to remove the full path from errors...
2005-06-26 Robert SesekChanging the way we detect PHP 4.1.0
2005-06-26 Robert SesekMessage text colour should be black
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-04 Robert SesekMake ISSO::escape() force by default, as all strings...
2005-04-17 Robert SesekFixed documentation langage mistake
2005-04-17 Robert SesekMarking iff() as deprecated.
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 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-27 Robert SesekOnly use ISSO::db::escape_string() when we have binary...
2005-03-22 Robert SesekSimplified ISSO::escape() a little.
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-09 Robert SesekBetter detecting for PHP5.
2005-02-21 Robert SesekAdded a parameter to ISSO::unsanitize to force magic...
2005-02-20 Robert SesekAdded appversion instance variable.
2005-02-20 Robert SesekAdded magic quotes mimicker, except it actually works...
2005-02-13 Robert SesekAdded error handling so all E_USER_* would be disabled...
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-15 Robert SesekAdded debug information notices. Created iff() wrapper...
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.