isso.git
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...
2005-11-06 Robert SesekFixing caching mechanism
2005-11-05 Robert SesekAdded entity_encode() and escape NOCLEAN strings if...
2005-11-05 Robert SesekChange templatetable to tablename
2005-11-05 Robert SesekRemoving extra parens
2005-11-04 Robert SesekConverting errors to use the new APIError() system
2005-11-04 Robert SesekAdding error reporting structure
2005-10-23 Robert SesekTYPE_STRUN also needs to be encased with quotes
2005-10-23 Robert SesekNeed to htmlspecialchars() the query string in an error
2005-10-23 Robert Sesek- Run action methods using run_action_method()
2005-10-23 Robert SesekRemovoing magic number indicies
2005-10-23 Robert SesekDon't set_existing() and verify() in update()
2005-10-23 Robert SesekHooked up some colspan parameters that weren't working
2005-10-23 Robert Sesek- Changed page_confirm() to produce a more elegant...
2005-10-23 Robert SesekAdd newline for clarity
2005-10-23 Robert SesekNeed to add GPL notice
2005-10-23 Robert SesekAdded webpath system so that images will work
2005-10-23 Robert SesekAdded CSS abilities to the printer class
2005-10-23 Robert Sesekapplication not appname
2005-10-22 Robert SesekMerging r211 down stream
next