Adding construct_debug_block()
[isso.git] / kernel.php
2005-12-18 Robert SesekAdding construct_debug_block()
2005-12-18 Robert Sesekdocs++
2005-12-18 Robert Sesekstripslashes() is evil; use str_replace() instead
2005-12-17 Robert SesekThe notion of automatically escaping text for us is...
2005-12-17 Robert SesekAdd force option to sanitize()
2005-12-11 Robert SesekRemoving commented out lines
2005-12-11 Robert SesekFixed spelling boo-boo
2005-12-11 Robert SesekDelineating functions
2005-12-11 Robert SesekAdded visibility information to all the functions
2005-12-11 Robert SesekIf the key we are looking for in inptu_clean() doesn...
2005-12-11 Robert Seseknotices--
2005-12-11 Robert SesekWe want to play nice with PHP5, right?
2005-12-11 Robert SesekOnly show the debug stack if ISSO->debug is enabled
2005-12-11 Robert Seseks/( |->)_message/message/g
2005-12-02 Robert Sesekgetobj() doesn't exist; modules[] does
2005-11-27 Robert SesekMerging isso-2-dev branch back to trunk
2005-11-23 Robert SesekAllow the debug stack to be durned off in _message()
2005-11-22 Robert SesekDon't have E_NOTICE listed in explain_error_reporting()
2005-11-22 Robert SesekAdded explain_error_reporting()
2005-11-21 Robert SesekAlways show the backtrace
2005-11-20 Robert SesekWith _message() in debug mode, print the trace stack
2005-11-19 Robert SesekCreating isso:null-framework global; this can't be...
2005-11-05 Robert SesekAdded entity_encode() and escape NOCLEAN strings if...
2005-10-23 Robert SesekAdded webpath system so that images will work
2005-10-17 Robert SesekAdding docblock template
2005-10-17 Robert Sesek- Moved rendition of API::do_clean() to ISSO::clean()
2005-10-17 Robert Sesekshow_modules() now gets class names
2005-10-16 Robert Sesekgetobject() apparently causes a parse error; guess...
2005-10-16 Robert SesekAdded getobject() system
2005-10-16 Robert SesekPass $this when we're instantiating framework modules
2005-10-16 Robert SesekFixed parse error
2005-10-16 Robert SesekRemoved locate() in place of moving all code to load()
2005-10-08 Robert SesekMerging r182 to the 2.x branch
2005-10-08 Robert SesekUse different ISSO message styles for various error...
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.