isso.git
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
2005-10-22 Robert SesekChanging an ERR_WARNING to E_USER_WARNING
2005-10-22 Robert SesekRemoved specific references to BugStrike
2005-10-22 Robert SesekDocumented the entire printer.php class
2005-10-22 Robert SesekDocumented nearly all of the functions
2005-10-22 Robert SesekCopying printer class from bugtrack
2005-10-17 Robert SesekAdded REQ_SET constant to allow an API to set a field
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 SesekRemoved 3 $SOMETHING variables at the top of modules...
2005-10-17 Robert Sesekshow_modules() now gets class names
2005-10-16 Robert Sesek- Added verify_noempty()
2005-10-16 Robert SesekShow invalid clean type in do_clean() if there is an...
2005-10-16 Robert SesekForgot an =
2005-10-16 Robert SesekRemoving unused sanitization functions
2005-10-16 Robert SesekAdded insert() and delete() actions
2005-10-16 Robert Sesek- use method_exist() instead of function_exists()
2005-10-16 Robert SesekBase api.php checked in
2005-10-16 Robert SesekWhere we changed the class name we need to change the...
2005-10-16 Robert Sesekgetobject() apparently causes a parse error; guess...
2005-10-16 Robert SesekUse getobject() system
2005-10-16 Robert SesekAdded getobject() system
next