Did anyone had the time to look at the ported "porperty" ?
In order to navigate - you have to set your permissions in the property admin
menu
Also the dateformat has to be set in preferences (temporary placed in
property-preferences)
There is a small db-glitch in api/class.prefs.php that has to be fixed:
line 170: alter to (might no be necessary)
if (! is_object($rs = $GLOBALS['phpgw']->db->Execute($sql)))
and line 177: alter to
$this->data[$args['account_id']][$args['app'].'.'.$args['name']] =
$rs->fields['pref_value'];
The main missing features (I have temporary localy in the app added support
for vfs(sql),conf,acl2,appsession and addressbook) are:
- the ability to send email-notification from the helpdesk submodule
- the oproc functionality (add/alter table/column)
- categories
- Groups (of users)
- substitute for $GLOBALS['phpgw_info']['flags']['noframework'] = True;
- substitute for $GLOBALS['phpgw_info']['flags']['headonly']=true;
- substitute for $GLOBALS['phpgw_info']['flags']['app_header']
There are still issues of course...
Sigurd
_______________________________________________
Phpgroupware-developers mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/phpgroupware-developers