[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [phpGroupWare-developers] New features and Improvements
From: |
Guillaume Courtois |
Subject: |
Re: [phpGroupWare-developers] New features and Improvements |
Date: |
Fri, 22 Jan 2010 11:48:40 +0100 |
User-agent: |
RoundCube Webmail/0.3-trunk |
Hi Sigurd,
Did you test your code regarding php 5.3 ? I recently migrated my server
and
there is a lot of stuff which is not working anymore.
Bye.
> * New features
>
> 1) translations can be called from (xslt)templates
>
> usage:
>
> <xsl:value-of select="php:function('lang', 'translate me')" />
>
> Note: the xmlns has to be defined - example:
> <xsl:template match="group_edit" xmlns:php="http://php.net/xsl">
>
>
> 2) Per Application Admin
> In "edit user" one can grant user right as administrator of
application(s)
>
> * Improvements
>
> 1) In Group Edit - availlable users and selected users per group are
> separated into two lists.
> javascript to move them across (as in org-person in addressbook)
>
> 2) Deprecated and strict is added as loglevels
>
> 3) Error handling - only do the work for selected loglevel
>
>
> Regards
>
> Sigurd