In mail.php, we don't want to double encode fields so in send() create local variable...
[isso.git] / functions.php
2006-10-12 Robert SesekRemoving issoversion tag from the header
2006-10-12 Robert SesekFor cookieexp use the right method names for get/set
2006-10-12 Robert Sesek- Starting to convert from the fields system to a get...
2006-10-04 Robert SesekRemoving a weird issue with rand()
2006-08-01 Robert SesekAdded Functions->array_strip_empty()
2006-07-26 Robert SesekRebranding from Iris Studios to Blue Static
2006-02-09 Robert Seseks/[#]version[#]/[#]issoversion[#]/g
2006-01-22 Robert Seseks/count/sizeof/g
2006-01-21 Robert SesekWe need at least 1 integer in random keys (for good...
2006-01-21 Robert SesekRemoving one of the loops from Functions::rand() and...
2006-01-21 Robert SesekMoving Mail::_convert_line_breaks() to Functions::conve...
2006-01-16 Robert SesekI've never heard of this new visibility "pprivateublic...
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-18 Robert Sesekspell check
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-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 SesekAdded exit parameter to download_file()
2005-07-25 Robert SesekMerging trunk back onto the template parsing branch
2005-06-02 Robert SesekAdded scandir() function
2005-05-14 Robert SesekMade the docs less colloquial
2005-05-13 Robert SesekAdded fetch_max_attachment_size()
2005-05-08 Robert SesekAdded fetch_extension() method
2005-04-24 Robert SesekAdded fetch_microtime_diff() function
2005-04-24 Robert SesekDocumented @return for Functions::array_set_current()
2005-04-22 Robert SesekAdded array_set_current() function.
2005-04-17 Robert SesekMaking everything properly documented so that we don...
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-03-30 Robert SesekRemoved iff() from use in ISSO. Placed notice on the...
2005-03-30 Robert SesekAllow ISSO::funct::rand() to take array(LOW VAL, HIGH...
2005-02-13 Robert SesekAdded random string generator.
2005-01-22 Robert SesekAdded input sanitize functions. The new system works...
2005-01-16 Robert SesekAdded core functions framework.