In mail.php, we don't want to double encode fields so in send() create local variable...
[isso.git] / xml.php
2007-07-07 Robert SesekIn xml.php, the default should be utf8 and when using...
2006-10-12 Robert SesekRemove more check_isso_fields() calls
2006-10-12 Robert SesekRemoving issoversion tag from the header
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-02-20 Robert Sesekrv rv just back to "value"
2006-02-20 Robert SesekRevert and change to cdata
2006-02-20 Robert SesekDo not place CDATA in a ['value'] index. This **breaks...
2006-02-10 Robert SesekTotally wrong character set
2006-02-09 Robert Seseks/[#]version[#]/[#]issoversion[#]/g
2006-02-06 Robert SesekUTF-8 shouldn't be the default
2006-02-05 Robert SesekAdded UTF-8 support to the XML parser
2006-01-25 Robert SesekA fix for PHP 5.1.2 and bug://report/1 where the XML...
2006-01-22 Robert Seseks/count/sizeof/g
2006-01-09 Robert SesekAdded unify_node()
2006-01-09 Robert SesekAdding do_get() to the kernel and get() to all the...
2006-01-02 Robert SesekAdding check_isso_field() calls all over the place
2006-01-02 Robert SesekAdding fields and set() methods
2005-12-31 Robert SesekGive all the instance variables visibility tags
2005-12-11 Robert SesekDelineating functions
2005-12-11 Robert SesekAdded visibility information to all the functions
2005-12-11 Robert SesekWe want to play nice with PHP5, right?
2005-11-27 Robert SesekMerging isso-2-dev branch back to trunk
2005-10-17 Robert SesekRemoved 3 $SOMETHING variables at the top of modules...
2005-10-16 Robert SesekWhere we changed the class name we need to change the...
2005-10-16 Robert SesekRenaming classes to match file names
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 SesekCleaning up phpDoc variable declarations
2005-10-08 Robert SesekConverting to GPL
2005-08-02 Robert SesekBack-porting the trunk back onto branch
2005-08-01 Robert SesekMake trigger_error() a dynamic string
2005-08-01 Robert SesekFixed XML parsing framework; it now returns much more...
2005-07-31 Robert SesekDon't show the error code on parse errors
2005-07-25 Robert SesekMerging trunk back onto the template parsing branch
2005-05-31 Robert SesekOn XML parsing fail, use trigger_error() not some rando...
2005-05-10 Robert Sesekksort() the $return array so tags are in order
2005-05-10 Robert SesekFixed the XML parser so it actually works now... how...
2005-05-09 Robert SesekChecking in the parser:
2005-04-17 Robert SesekMaking everything properly documented so that we don...
2005-04-13 Robert SesekUpdated error reporting stuff. It was really broken...
2005-04-13 Robert SesekUpdated file headers to be our new one.
2005-04-13 Robert SesekUpdated initial copyright year from 2003 to 2002
2005-01-22 Robert SesekXML parser now should (in theory) be working.
2005-01-22 Robert SesekBroken initial XML parser. Just getting it in here...