[phpGroupWare-developers] Organising apps in svn

2008-05-01 Thread sigurdne
Hi all, I'm looking into reorganising the structure of apps in svn (trunk). Any opinions on how this should look like? Regards Sigurdÿþaddressbook admin antispam backup bookkeeping bookmarks calendar cart ch

[Phpgroupware-developers] Database schema from XSD

2005-06-27 Thread sigurdne
Anyone have any experience with importing database schema from XSD? I want to enable the app property to play with the ICF-standard (Industry Foundation Classes http://www.iai-international.org/). There is a project at http://sourceforge.net/projects/xsltkit/ that looks as a possible angle - bu

[Phpgroupware-developers] Is there some problem using adodb?

2005-06-10 Thread sigurdne
it seems like the db-objekt of funcion1 is affekted by function2. Is there a way to get around this? example: $this->db = $GLOBALS['phpgw']->db; function function1 () { $sql = "SELECT * FROM phpgw_accounts"; $this->db->query($sql,__LINE__,__FILE__); while ($this->db->next_record()) {

[Phpgroupware-developers] noheader and nofooter

2005-06-10 Thread sigurdne
In order to create pdf-documents I need to prevent all html-stuff from rendering. in the past I could do this with $GLOBALS['phpgw_info']['flags'][noheader] = True; and $GLOBALS['phpgw_info']['flags'][nofooter] = True; Is this no longer supported? Regards Sigurd _

RE: [Phpgroupware-developers] Consider this

2005-05-20 Thread sigurdne
Fri, 2005-05-20 at 11:10 +0200, sigurdne wrote: >> I am attending with a paper on Open Source Software (phpgroupware) at a >> scientific symposium on Facilities Management in June 13-16, 2005 in Helsinki. >> www.ril.fi/cib2005 >> 38 different countries are represented in the symp

[Phpgroupware-developers] Consider this

2005-05-20 Thread sigurdne
I am attending with a paper on Open Source Software (phpgroupware) at a scientific symposium on Facilities Management in June 13-16, 2005 in Helsinki. www.ril.fi/cib2005 38 different countries are represented in the symposium - and I think this is a great opportunity to launch phpgroupware as an

RE: [Phpgroupware-developers] Actual Status of phpdocumentation

2005-05-12 Thread sigurdne
Could you also include the module property? It is also prepared with phpdoc inline documentation. Regards Sigurd >= Original Message From phpgroupware-developers@gnu.org = > For those who are interested, here is the actual Status >of the phpdoc inline documentation. >The following module

[Phpgroupware-developers] adodb V4.62

2005-05-04 Thread sigurdne
The adodb library should be updated to current (V4.62) in order to have HEAD work with postgres in a windows environment. There is still a tiny configuration needed to allow support for mssql. (ADODB_FETCH_DEFAULT has to be set to '3') Regards Sigurd

[Phpgroupware-developers] missing files

2005-04-29 Thread sigurdne
Looks like these files are missing (or misplaced) in HEAD /phpgwapi/templates/base/head.inc.php /phpgwapi/templates/base/head.tpl /phpgwapi/templates/base/navbar.inc.php /phpgwapi/templates/base/navbar.tpl /phpgwapi/templates/base/navbar_app.tpl Regards Sigurd ___

[Phpgroupware-developers] fix list_sessions

2005-04-27 Thread sigurdne
I have posted a patch [#3955] to fix the list_sessions in admin: 1) List the correct action 2) Fix for 'nextmatch' and 'total of' Regards Sigurd ___ Phpgroupware-developers mailing list Phpgroupware-developers@gnu.org http://lists.gnu.org/mailman/lis

[Phpgroupware-developers] adodb/mssql

2005-04-26 Thread sigurdne
I have prepared a patch [#3927] to enable mssql with adodb for HEAD. Could someone please have a look at it? Sigurd ___ Phpgroupware-developers mailing list Phpgroupware-developers@gnu.org http://lists.gnu.org/mailman/listinfo/phpgroupware-developers

RE: [Phpgroupware-developers] Reminder Deadline 30.04.: phpdocs, bugfixes, small optimizations, XHTML

2005-04-25 Thread sigurdne
>= Original Message From Kai Hofmann <[EMAIL PROTECTED]> = >> I appreciate your effort - I would also like to have any >> changes to the app property as patches. > >Please exactly specify which modules are affected. Thank you > > 'property' ___

RE: [Phpgroupware-developers] Reminder Deadline 30.04.: phpdocs, bugfixes, small optimizations, XHTML

2005-04-25 Thread sigurdne
I appreciate your effort - I would also like to have any changes to the app property as patches. Regards Sigurd ___ Phpgroupware-developers mailing list Phpgroupware-developers@gnu.org http://lists.gnu.org/mailman/listinfo/phpgroupware-developers

RE: [Phpgroupware-developers] Offline ideas (was PGW in multi-location setup)

2005-04-22 Thread sigurdne
>= Original Message From Dave Hall <[EMAIL PROTECTED]> = >On Thu, 2005-04-21 at 16:52 +0200, Mailings - Christian Boettger wrote: >> G'day! >> >> > From: Thomas Bott [mailto:[EMAIL PROTECTED] >> > Subject: [Phpgroupware-developers] PGW in multi-location setup >> >> > We are going to integra

RE: [Phpgroupware-developers] Communication ... again (was PHPDoc s for head)

2005-04-20 Thread sigurdne
It is a bit sad to see the level of temper in these discussions. We need all the brainpower we can get - so in the interest of the project - please agree on some rules for playing - and move on. I think that we all will benefit from trying to keep the communication at an objective and polite leve

[Phpgroupware-developers] 0.9.18

2005-04-19 Thread sigurdne
Is there a updated schedule for the release of 0.9.18? (It is a bit late according to http://phpgroupware.org/roadmap) Sigurd ___ Phpgroupware-developers mailing list Phpgroupware-developers@gnu.org http://lists.gnu.org/mailman/listinfo/phpgroupware-d

Re: [Phpgroupware-developers] Exports

2005-03-18 Thread sigurdne
You can do this from within the app property: Place your drop-in export filter in /property/inc/custom/ Example file name: organize_drawing.php Got to admin->property->Async servises Klick the add button Name as 'property.custom_functions.index' Data as : 'function=' Example: 'function=organize