In mail.php, we don't want to double encode fields so in send() create local variable...
[isso.git] / kernel.php
2006-12-26 Robert SesekWe need to implode() the query trace to fully complete...
2006-12-26 Robert SesekMerging the query debug block from TRUNK back to the...
2006-10-12 Robert SesekRemoving the issoversion field
2006-10-12 Robert SesekRemoving issoversion tag from the header
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 SesekFinished converting kernel
2006-10-12 Robert Sesek- Starting to convert from the fields system to a get...
2006-07-26 Robert SesekRebranding from Iris Studios to Blue Static
2006-05-20 Robert Sesek- Adding TYPE_BIN and support for it in api.php
2006-04-30 Robert SesekAdd TYPE_NONE as an alias for TYPE_NOCLEAN
2006-04-29 Robert SesekAdd some debug logs
2006-03-26 Robert SesekWhen we use TYPE_NOCLEAN and $this->magicquotes is...
2006-03-13 Robert SesekChanges for evil magic quotes
2006-03-05 Robert SesekFixing format_debug_trace() so we don't get warnings...
2006-03-05 Robert SesekWe should also catch E_NOTICE and E_WARNING
2006-03-05 Robert SesekGeeze... that stupid _error_handler() bug has been...
2006-03-03 Robert SesekAdded input_escape() function
2006-02-19 Robert SesekIn input_clean(), return NULL cleaned as $type
2006-02-10 Robert SesekRemove some of the ini_get() calls
2006-02-10 Robert SesekFix the conditions on which _error_handler() breaks
2006-02-09 Robert Seseks/[#]version[#]/[#]issoversion[#]/g
2006-01-29 Robert SesekDocs++ for escape()
2006-01-29 Robert SesekRemoving the binary switch from ISSO::escape()
2006-01-29 Robert SesekAdded new binary escape methods
2006-01-22 Robert Seseks/count/sizeof/g
2006-01-21 Robert Seseks/$GLOBALS['isso:null-framework']/$GLOBALS['isso:callba...
2006-01-21 Robert SesekYou can now specify the width of an ISSO message
2006-01-21 Robert Sesek- Added ISSO->format_debug_trace() so that we can forma...
2006-01-21 Robert SesekDocumenting more constants
2006-01-21 Robert SesekWe don't want to use abs() on TPE_UINT; do check for < 0
2006-01-21 Robert SesekAdd recursion for ISSO->clean()
2006-01-21 Robert SesekGlobal killing is prima face
2006-01-13 Robert SesekMake the auto-path thing work on PHP5
2006-01-13 Robert SesekNote about the PHP5 conditional
2006-01-13 Robert Seseks/Shared_Object_Framework/ISSO/g
2006-01-13 Robert SesekSay goodbye to manual setting of sourcepath
2006-01-13 Robert SesekChange the backtrace workings
2006-01-13 Robert SesekNo longer need to create a temporary template object...
2006-01-13 Robert SesekAdding init_as_package() support
2006-01-09 Robert Sesekkernel.php's get() doesn't use $this->registry->do_get...
2006-01-09 Robert SesekAdding do_get() to the kernel and get() to all the...
2006-01-09 Robert SesekDon't run #e on preg_match, but use eval() on it later
2006-01-08 Robert SesekMake exec_sanitize_data() private
2006-01-08 Robert SesekThe field foreach() loop elseif branch is never execute...
2006-01-02 Robert SesekSwitch to using get_class() in check_isso_fields()...
2006-01-02 Robert SesekMaking check_isso_fields() have multi-module support
2006-01-02 Robert SesekFixing the preg_replace replace in do_set()
2005-12-31 Robert Sesek- Making check_isso_fields() multi-module compliant
2005-12-31 Robert SesekExtracting set() logic out to do_set()
2005-12-31 Robert SesekDont exit if it's been called
2005-12-31 Robert SesekAllow check_isso_fields() to be called for fun
2005-12-31 Robert SesekGive all the instance variables visibility tags
2005-12-31 Robert SesekAdding field requirement checker
2005-12-31 Robert SesekAdding set() and get() methods to ISSO
2005-12-31 Robert SesekDocumenting constants
2005-12-27 Robert Sesekwarnings -= 2
2005-12-24 Robert SesekISSO->escape() now uses the new DB stuff
2005-12-24 Robert SesekWe can no longer assume to use ISSO->modules['db_mysql...
2005-12-24 Robert SesekMatch some things to make sure we don't have a blank...
2005-12-21 Robert SesekMerging the changes from r317 back to the trunk from 1.x
2005-12-19 Robert Sesek$this->registry is a no-no in construct_debug_block()
2005-12-18 Robert Sesekinput_clean() now returns the cleaned value
2005-12-18 Robert SesekRemoving escapestrings ivar
2005-12-18 Robert SesekDon't have any escapestrings stuff to worry about now...
2005-12-18 Robert SesekMoving the debug block at the end of compiled pages...
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...
next