Discussion:
New features and Improvements
Sigurd Nes
2010-01-22 10:24:31 UTC
Permalink
Hi all,

* 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
Guillaume Courtois
2010-01-22 10:48:40 UTC
Permalink
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.
Post by Sigurd Nes
* New features
1) translations can be called from (xslt)templates
<xsl:value-of select="php:function('lang', 'translate me')" />
<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)
Post by Sigurd Nes
* 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
Sigurd Nes
2010-01-22 12:32:46 UTC
Permalink
Sent: 2010-01-22 11:48:40 MET
Subject: Re: [phpGroupWare-developers] New features and Improvements
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.
Hi Guillaume,

I am on PHP Version 5.3.1

There is a sample php.ini at:
http://www.byggeplass.bergen.no/download/php.ini_example_5.3

(you will probably remove the eaccelerator settings...)

There is also a compile script if you want to go that route:
http://svn.savannah.gnu.org/svn/phpgroupware/people/sigurdne/modules/property/trunk/tutorials/property/examples/install.apache.sh


You need to check out phpgroupware from:
phpgroupware/people/sigurdne/core/trunk

Please provide feedback on problems you might come across.


Regards

Sigurd
Guillaume Courtois
2010-01-22 13:43:19 UTC
Permalink
Post by Sigurd Nes
I am on PHP Version 5.3.1
http://www.byggeplass.bergen.no/download/php.ini_example_5.3
(you will probably remove the eaccelerator settings...)
http://svn.savannah.gnu.org/svn/phpgroupware/people/sigurdne/modules/property/trunk/tutorials/property/examples/install.apache.sh
Post by Sigurd Nes
phpgroupware/people/sigurdne/core/trunk
Please provide feedback on problems you might come across.
Thanks Sigurd, I'll check that and give feedback as soon as I try.
Loading...