In mail.php, we don't want to double encode fields so in send() create local variable...
[isso.git] / date.php
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-03-16 Robert SesekLocalize the timezone names
2006-02-09 Robert Seseks/[#]version[#]/[#]issoversion[#]/g
2006-01-09 Robert SesekAdding do_get() to the kernel and get() to all the...
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-12-11 Robert SesekMark the fields that are calculated via function
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 SesekMerging r184 onto the 2.x branch
2005-10-08 Robert SesekAdded fetch_timezone_list()
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-07-25 Robert SesekMerging trunk back onto the template parsing branch
2005-07-19 Robert SesekRemoved the $globaltz option.
2005-07-15 Robert SesekForgot to put the name in the header.
2005-07-10 Robert SesekThe $adjust paramater in format() wasn't doing anything...
2005-07-10 Robert SesekAdded date formatting framework.