In mail.php, we don't want to double encode fields so in send() create local variable...
[isso.git] / api.php
2006-10-12 Robert SesekRemoving issoversion tag from the header
2006-10-12 Robert SesekRemoving unspecific get/set calls
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-07-17 Robert SesekChanged some of the API error messages to reflect what...
2006-07-17 Robert SesekAdded a parameter in API->delete() to optionally stop...
2006-05-28 Robert SesekNo longer populate API->values[] in fetch()
2006-05-20 Robert Sesek- Adding TYPE_BIN and support for it in api.php
2006-03-18 Robert SesekAnother check for is_array() errors, but now in call_re...
2006-03-18 Robert SesekWe need an additional check for set_condition() so...
2006-03-18 Robert SesekFixing set_condition() so it now actually works
2006-03-17 Robert SesekFor set_condition() you can now send an array of fields...
2006-03-12 Robert SesekMake the strings a little more clear
2006-03-12 Robert SesekAdding string errors for the built-in verify_*() functions
2006-03-12 Robert SesekAllow strings to be returned as errors in set()-based...
2006-02-09 Robert Seseks/[#]version[#]/[#]issoversion[#]/g
2006-02-05 Robert SesekSet $this->values[] in fetch() if they aren't set
2006-02-04 Robert SesekDoc fix for call_relations()
2006-02-04 Robert SesekIn prepare_field_for_sql(), this BOOL will work better
2006-01-30 Robert SesekUse TRUE and FALSE constants
2006-01-30 Robert SesekBool values need to be encased
2006-01-29 Robert SesekInsert ID is now computed correctly
2006-01-29 Robert SesekAdd support for PGSQL in API::insert()
2006-01-29 Robert Sesek- Added ability to restore the APIError() to its last...
2006-01-21 Robert SesekChange API->norelations to API->dorelations so we have...
2006-01-21 Robert SesekAdd another way to disable all relations
2006-01-21 Robert SesekAdded in relations system
2006-01-21 Robert SesekMake sure we throw a warning if we can't call the APIEr...
2005-12-31 Robert SesekGive all the instance variables visibility tags
2005-12-24 Robert SesekWe can no longer assume to use ISSO->modules['db_mysql...
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-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 SesekWe want to play nice with PHP5, right?
2005-11-27 Robert SesekMerging isso-2-dev branch back to trunk
2005-11-22 Robert SesekIf set() is run more than twice, we get a duplicate...
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 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-17 Robert SesekAdded REQ_SET constant to allow an API to set a field
2005-10-17 Robert Sesek- Moved rendition of API::do_clean() to ISSO::clean()
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