Hi all, I have merged the changes from the resight tree into the trunk of the phpgw svn repo tree.
The patch is large, and contains many changes. I hope to merge things in a more regular and incremental way in the future, There is still a lot of work to be done, but I think we are getting closer to a 0.9.18 release cycle :) Please refer to the changelog below for a quick overview of the changes. Sorry for any regressions this has introduced. General - Dropped PHP 4 support - dos2unix tree - Notices, formatting, docs and cleanups API class.datetime -renamed from datetimefunctions to match naming in 16 - uses namespace like prefix - all methods now static - should be done for all utitity classes - $tz_offset -> user_timezone() - $users_locatime -> user_localtime() class.phpgw - new get_var($var, $datatype, $source, $default = null) method replaces functions.inc.php get_var() - new clean_value() method for cleaning/fitlering values, used by phpgw::get_var - uses ext/filter from php 5.2 - import_class() method for importing classes into a file, doesn't instatiate like createObject - removed datetime instatiation class.nextmatchs - Move to static utility class - still a WIP - report bugs class.yui - Yahoo widget support class - WIP class.sbox - class.sbox2 removed and merged into sbox - made static utility class - html 4.01 compliance class.db - handle escaping NULL properly - remove all commented and broken logging adodb - New version from upstream - now using 496a js/yahoo - New version from upstream - now using 2.3.1 addressbook / calendar / hrm / prefs / projects / setup / sms - use phpgw::get_var() - use new datetime class from api - prefix class names - notices - PHP 5 changes property - various enhancements - sorry I am too slack to provide a proper changelog here There are some other little fixes here and there, similar or related to the above Cheers Dave on behalf of the ReSight AS dev team -- Dave Hall Lead Engineer ReSight AS p +61 410 47 42 55 e [EMAIL PROTECTED] w resight.no _______________________________________________ phpGroupWare-developers mailing list [email protected] http://lists.gnu.org/mailman/listinfo/phpgroupware-developers
