phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-developers] proposal-branch; property


From: Dan Kuykendall
Subject: Re: [Phpgroupware-developers] proposal-branch; property
Date: Mon, 03 May 2004 08:04:29 -0700
User-agent: Mozilla Thunderbird 0.4 (Windows/20040502)

I was planning on giving it a shot tonight

sigurdne wrote:
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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]