isso.git
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
2005-10-16 Robert Seseklocate() doesn't exist anymore; use load(, null)
2005-10-16 Robert SesekRenaming classes to match file names
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 r184 onto the 2.x branch
2005-10-08 Robert SesekAdded fetch_timezone_list()
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 SesekBringing the tests up-to-date
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 SesekAdded registry connection plugs to the modules
2005-10-08 Robert SesekRemoving @see declarations
2005-10-08 Robert SesekFixed two mis-replaces that occurred with the grep
2005-10-08 Robert SesekCleaning up phpDoc variable declarations
2005-10-08 Robert SesekConverting to GPL
2005-10-08 Robert SesekBranching ISSO 2.0 development line
2005-10-04 Robert SesekFixing problem with using only a *NIX directory separator
2005-09-25 Robert SesekRemoving this until further notice
2005-09-25 Robert SesekSet svn:ignore
next