isso.git
2006-01-05 Robert SesekFixing PHP5 warnings
2006-01-02 Robert SesekAdding check_isso_field() calls all over the place
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 SesekAdding fields and set() methods
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 SesekRegistry is defined in Template
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-31 Robert SesekHook documentation
2005-12-31 Robert SesekDocumenting hooks
2005-12-31 Robert SesekDocumenting constants
2005-12-31 Robert SesekDocumenting constants
2005-12-29 Robert Sesek- nav_title now has a fully-surrounding border
2005-12-29 Robert SesekChanging constant names
2005-12-29 Robert SesekOnly show the debug box if HIDE_SETUP is not enabled
2005-12-27 Robert Sesekwarnings -= 2
2005-12-26 Robert SesekWe wern't initializing the usage right... now we are
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-23 Robert SesekAdding pgsql layer
2005-12-23 Robert SesekReverting changes in r324; wasn't thinking when I made...
2005-12-23 Robert SesekCalling the wrong error functions in error()
2005-12-23 Robert SesekRename some terminology
2005-12-23 Robert SesekAdding MySQLi driver
2005-12-23 Robert SesekFixing some boo-boos
2005-12-23 Robert SesekAbstracting database layer
2005-12-21 Robert SesekMerging the changes from r317 back to the trunk from 1.x
2005-12-21 Robert SesekReverting the changes back to r289 from r315
2005-12-21 Robert SesekDon't expose the whole path when we can't find the...
2005-12-21 Robert SesekCreated a pre-parse hook for template processing
2005-12-19 Robert SesekA little UTF-8 never killed anybody
2005-12-19 Robert Sesek$this->registry is a no-no in construct_debug_block()
2005-12-18 Robert SesekSet $included to TRUE by default in the CSS files
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 Sesekspell check
2005-12-18 Robert Sesekdocs++
2005-12-18 Robert Sesekstripslashes() is evil; use str_replace() instead
2005-12-18 Robert Sesekchanges++
2005-12-17 Robert Sesek$name, not $field in prepare_field_for_sql()
2005-12-17 Robert SesekThe notion of automatically escaping text for us is...
2005-12-17 Robert SesekAdded POST redirect to pass POST variables through
2005-12-17 Robert SesekAdd force option to sanitize()
2005-12-17 Robert SesekComment OCD
2005-12-11 Robert SesekRemoving commented out lines
2005-12-11 Robert SesekWe no longer use ISSO::_message(), but ISSO->message()
2005-12-11 Robert SesekFixed spelling boo-boo
2005-12-11 Robert SesekDelineating functions
2005-12-11 Robert SesekForgot to protect a method
2005-12-11 Robert SesekAdded visibility information to all the functions
2005-12-11 Robert SesekAdd names to buttons in row_submit()
2005-12-11 Robert SesekUse method_exists() in checking for inclusion
2005-12-11 Robert SesekIf the key we are looking for in inptu_clean() doesn...
2005-12-11 Robert Seseknotices--
2005-12-11 Robert Seseknotices--
2005-12-11 Robert Sesekchanges++
2005-12-11 Robert Seseknotices -= 2
2005-12-11 Robert SesekUsing a new method of checking for inclusion in CSS...
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-11 Robert SesekRenaming the changes file
2005-12-11 Robert SesekMark the fields that are calculated via function
2005-12-02 Robert SesekDon't include the debug stack in the message
2005-12-02 Robert Sesekgetobj() doesn't exist; modules[] does
2005-11-29 Robert SesekRemoving some calls to stripslashes() that have issues...
2005-11-29 Robert SesekDon't need the old changes on trunk
2005-11-27 Robert SesekMerging isso-2-dev branch back to trunk
2005-11-27 Robert SesekMerging changes back to trunk from r262
2005-11-27 Robert Sesek1.0.1, not 1.0.3
2005-11-26 Robert SesekIt's no longer "a C tool" but mkstrings
2005-11-23 Robert SesekCreate debug module in page_end() and query debug
2005-11-23 Robert SesekAllow the debug stack to be durned off in _message()
2005-11-23 Robert SesekAdded ability to ignore the stop mark
2005-11-22 Robert SesekIf set() is run more than twice, we get a duplicate...
2005-11-22 Robert SesekAdded changelog for 2.0
2005-11-22 Robert SesekRemoving another error_reporting()
2005-11-22 Robert SesekGosh darn this stupid error reporting bit
2005-11-22 Robert SesekDon't have E_NOTICE listed in explain_error_reporting()
2005-11-22 Robert SesekAdded explain_error_reporting()
2005-11-22 Robert SesekWhitespace OCD
2005-11-22 Robert SesekAdded installer.php module
2005-11-22 Robert SesekAdded installer CSS
2005-11-22 Robert SesekEnable source outputting
2005-11-21 Robert SesekHave phrase string parsing working; there was a problem...
2005-11-21 Robert SesekAlways show the backtrace
2005-11-20 Robert SesekWith _message() in debug mode, print the trace stack
2005-11-20 Robert SesekUsing the new ISSO callback
2005-11-19 Robert SesekCreating isso:null-framework global; this can't be...
next