From MAILER-DAEMON Thu May 01 03:26:37 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19B8S3-0005h0-00 for mharc-phpgroupware-tracker@gnu.org; Thu, 01 May 2003 03:25:55 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19B8Rc-0004pj-00 for phpgroupware-tracker@gnu.org; Thu, 01 May 2003 03:25:28 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19B8RS-0004Hw-00 for phpgroupware-tracker@gnu.org; Thu, 01 May 2003 03:25:20 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19B8RQ-00048d-00 for phpgroupware-tracker@gnu.org; Thu, 01 May 2003 03:25:16 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19B8RV-0006gz-00; Thu, 01 May 2003 03:25:21 -0400 To: nb@thinkcoach.com,RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Thu, 01 May 2003 03:25:21 -0400 Subject: [Phpgroupware-tracker] [Bug #3412] insecure creation of temporary file X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Thu, 01 May 2003 07:25:54 -0000 =================== BUG #3412: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3412&group_id=509 Changes by: Ralf Becker Date: Thu 05/01/2003 at 09:25 (Europe/Berlin) What | Removed | Added --------------------------------------------------------------------------- Resolution | None | Fixed Status | Open | Closed ------------------ Additional Follow-up Comments ---------------------------- I removed the files as they are not used since a few versions. =================== BUG #3412: FULL BUG SNAPSHOT =================== Submitted by: nb Project: phpGroupWare Submitted on: Wed 04/30/2003 at 23:59 Category: developer_tools Bug Group: devel cvs Severity: 5 - Major Priority: Low Resolution: Fixed Assigned to: ralfbecker Status: Closed Component Version: CVS Platform Version: None Reproducibility: Every Time Summary: insecure creation of temporary file Original Submission: I had a quick look at the module developer_tools and noticed the following bug: file: perl/lang_extract.pl line 47 says. srand(100000); this is very bad, it uses the same random seed every time the script is run. that makes the value of int(rand(100000)) in line 58 trivial to predict (it's always the same). Anyone who has write access in $tmpdir can put a symbolic link there and cause overwriting of a file. replacing line 47 with srand(); is only a little better, as srand(time) is still very predictable. Go to CPAN and grab code for creating a temp file securely, or rewrite things to avoid needing to use a temporary file. Follow-up Comments ******************* ------------------------------------------------------- Date: Thu 05/01/2003 at 09:25 By: ralfbecker I removed the files as they are not used since a few versions. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3412&group_id=509 From MAILER-DAEMON Thu May 01 03:28:13 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19B8U1-0002sQ-00 for mharc-phpgroupware-tracker@gnu.org; Thu, 01 May 2003 03:27:57 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19B8To-0002Ec-00 for phpgroupware-tracker@gnu.org; Thu, 01 May 2003 03:27:44 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19B8TO-0000ta-00 for phpgroupware-tracker@gnu.org; Thu, 01 May 2003 03:27:21 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19B8TD-0000LG-00 for phpgroupware-tracker@gnu.org; Thu, 01 May 2003 03:27:07 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19B8TB-0006iI-00; Thu, 01 May 2003 03:27:05 -0400 To: harmen@itcn.nl,sigurdne@online.no,sim@zeald.com,dave.hall@mbox.com.au,chris@free-source.com,RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Thu, 01 May 2003 03:27:05 -0400 Subject: [Phpgroupware-tracker] [Bug #2740] Errors when uploading files X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Thu, 01 May 2003 07:27:55 -0000 =================== BUG #2740: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2740&group_id=509 Changes by: Ralf Becker Date: Thu 05/01/2003 at 09:27 (Europe/Berlin) What | Removed | Added --------------------------------------------------------------------------- Resolution | None | Fixed Assigned to | sim | sigurdne Status | Open | Closed ------------------ Additional Follow-up Comments ---------------------------- It's fixed in the upcomeing .16 release. =================== BUG #2740: FULL BUG SNAPSHOT =================== Submitted by: hmesker Project: phpGroupWare Submitted on: Fri 03/07/2003 at 09:59 Category: infolog Bug Group: 0.9.14.001 release Severity: 5 - Major Priority: Normal Resolution: Fixed Assigned to: sigurdne Status: Closed Component Version: None Platform Version: Windows Reproducibility: Every Time Summary: Errors when uploading files Original Submission: When I upload files in the infolog section, I get the following errors: Warning: filesize() [function.filesize]: Stat failed for //:\WINDOWS\TEMP\phpC1.tmp (errno=2 - No such file or directory) in c:\program files\apache group\apache\htdocs\phpgroupware\infolog\inc\class.vfs.inc.php on line 2475 Warning: Cannot modify header information - headers already sent by (output started at c:\program files\apache group\apache\htdocs\phpgroupware\infolog\inc\class.vfs.inc.php:2475) in c:\program files\apache group\apache\htdocs\phpgroupware\infolog\inc\class.uiinfolog.inc.php on line 796 But the files are uploaded properly, afterwards they do appear fine in the message in the infolog they are connected with. I have tried changing the upload_tmp_dir option in php.ini, but that doesn't help. Best wishes, Harmen. Follow-up Comments ******************* ------------------------------------------------------- Date: Thu 05/01/2003 at 09:27 By: ralfbecker It's fixed in the upcomeing .16 release. ------------------------------------------------------- Date: Wed 04/02/2003 at 13:18 By: skwashd I have reassigned this one to the maintainer of our vfs classes, hopefully he can work out what is going on :) Cheers ------------------------------------------------------- Date: Tue 04/01/2003 at 18:23 By: cw i've tested this on my win32 install in filemanager, I get the same error. The VFS class is difinatly doing something odd with the temp dir, but filemanager is so hard to debug can't tell what. ------------------------------------------------------- Date: Mon 03/31/2003 at 16:42 By: cw oh! and does phpWebHosting/filemanager work? ------------------------------------------------------- Date: Mon 03/31/2003 at 16:41 By: cw "//:\WINDOWS\TEMP\phpC1.tmp"? what happened to the "C"? Check the tmp file path in setup as well as the file upload section of your php.ini. ------------------------------------------------------- Date: Fri 03/21/2003 at 23:34 By: skwashd Have you set the temp path properly in setup->setup/config->manage install ?? CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2740&group_id=509 From MAILER-DAEMON Thu May 01 05:00:05 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19B9ur-0002Qd-00 for mharc-phpgroupware-tracker@gnu.org; Thu, 01 May 2003 04:59:45 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19B9ue-00025S-00 for phpgroupware-tracker@gnu.org; Thu, 01 May 2003 04:59:32 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19B9uU-0001V4-00 for phpgroupware-tracker@gnu.org; Thu, 01 May 2003 04:59:25 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19B9uP-0001CW-00 for phpgroupware-tracker@gnu.org; Thu, 01 May 2003 04:59:17 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19B9uM-0003FV-00; Thu, 01 May 2003 04:59:14 -0400 To: harmen@itcn.nl,RalfBecker@outdoor-training.de,sigurdne@online.no,dave.hall@mbox.com.au,chris@free-source.com,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Thu, 01 May 2003 04:59:14 -0400 Subject: [Phpgroupware-tracker] [Bug #2740] Errors when uploading files X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Thu, 01 May 2003 08:59:43 -0000 =================== BUG #2740: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2740&group_id=509 Changes by: Sigurd Nes Date: Thu 05/01/2003 at 08:59 (GMT) What | Removed | Added --------------------------------------------------------------------------- Resolution | Fixed | Remind Assigned to | sigurdne | ralfbecker Status | Closed | Open ------------------ Additional Follow-up Comments ---------------------------- Could this be fixed in HEAD also ? =================== BUG #2740: FULL BUG SNAPSHOT =================== Submitted by: hmesker Project: phpGroupWare Submitted on: Fri 03/07/2003 at 08:59 Category: infolog Bug Group: 0.9.14.001 release Severity: 5 - Major Priority: Normal Resolution: Remind Assigned to: ralfbecker Status: Open Component Version: None Platform Version: Windows Reproducibility: Every Time Summary: Errors when uploading files Original Submission: When I upload files in the infolog section, I get the following errors: Warning: filesize() [function.filesize]: Stat failed for //:\WINDOWS\TEMP\phpC1.tmp (errno=2 - No such file or directory) in c:\program files\apache group\apache\htdocs\phpgroupware\infolog\inc\class.vfs.inc.php on line 2475 Warning: Cannot modify header information - headers already sent by (output started at c:\program files\apache group\apache\htdocs\phpgroupware\infolog\inc\class.vfs.inc.php:2475) in c:\program files\apache group\apache\htdocs\phpgroupware\infolog\inc\class.uiinfolog.inc.php on line 796 But the files are uploaded properly, afterwards they do appear fine in the message in the infolog they are connected with. I have tried changing the upload_tmp_dir option in php.ini, but that doesn't help. Best wishes, Harmen. Follow-up Comments ******************* ------------------------------------------------------- Date: Thu 05/01/2003 at 08:59 By: sigurdne Could this be fixed in HEAD also ? ------------------------------------------------------- Date: Thu 05/01/2003 at 07:27 By: ralfbecker It's fixed in the upcomeing .16 release. ------------------------------------------------------- Date: Wed 04/02/2003 at 11:18 By: skwashd I have reassigned this one to the maintainer of our vfs classes, hopefully he can work out what is going on :) Cheers ------------------------------------------------------- Date: Tue 04/01/2003 at 16:23 By: cw i've tested this on my win32 install in filemanager, I get the same error. The VFS class is difinatly doing something odd with the temp dir, but filemanager is so hard to debug can't tell what. ------------------------------------------------------- Date: Mon 03/31/2003 at 14:42 By: cw oh! and does phpWebHosting/filemanager work? ------------------------------------------------------- Date: Mon 03/31/2003 at 14:41 By: cw "//:\WINDOWS\TEMP\phpC1.tmp"? what happened to the "C"? Check the tmp file path in setup as well as the file upload section of your php.ini. ------------------------------------------------------- Date: Fri 03/21/2003 at 22:34 By: skwashd Have you set the temp path properly in setup->setup/config->manage install ?? CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2740&group_id=509 From MAILER-DAEMON Thu May 01 08:52:00 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19BDX8-00025V-00 for mharc-phpgroupware-tracker@gnu.org; Thu, 01 May 2003 08:51:30 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19BDWn-0001ZX-00 for phpgroupware-tracker@gnu.org; Thu, 01 May 2003 08:51:09 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19BDWe-0001Mx-00 for phpgroupware-tracker@gnu.org; Thu, 01 May 2003 08:51:02 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19BDWR-0000lv-00 for phpgroupware-tracker@gnu.org; Thu, 01 May 2003 08:50:47 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19BDWM-0005AK-00; Thu, 01 May 2003 08:50:42 -0400 To: harmen@itcn.nl,RalfBecker@outdoor-training.de,dave.hall@mbox.com.au,chris@free-source.com,sigurdne@online.no,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Thu, 01 May 2003 08:50:42 -0400 Subject: [Phpgroupware-tracker] [Bug #2740] Errors when uploading files X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Thu, 01 May 2003 12:51:28 -0000 =================== BUG #2740: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2740&group_id=509 Changes by: Ralf Becker Date: Thu 05/01/2003 at 14:50 (Europe/Berlin) What | Removed | Added --------------------------------------------------------------------------- Resolution | Remind | Fixed Status | Open | Closed ------------------ Additional Follow-up Comments ---------------------------- Sorry, thought I applied it to both. =================== BUG #2740: FULL BUG SNAPSHOT =================== Submitted by: hmesker Project: phpGroupWare Submitted on: Fri 03/07/2003 at 09:59 Category: infolog Bug Group: 0.9.14.001 release Severity: 5 - Major Priority: Normal Resolution: Fixed Assigned to: ralfbecker Status: Closed Component Version: None Platform Version: Windows Reproducibility: Every Time Summary: Errors when uploading files Original Submission: When I upload files in the infolog section, I get the following errors: Warning: filesize() [function.filesize]: Stat failed for //:\WINDOWS\TEMP\phpC1.tmp (errno=2 - No such file or directory) in c:\program files\apache group\apache\htdocs\phpgroupware\infolog\inc\class.vfs.inc.php on line 2475 Warning: Cannot modify header information - headers already sent by (output started at c:\program files\apache group\apache\htdocs\phpgroupware\infolog\inc\class.vfs.inc.php:2475) in c:\program files\apache group\apache\htdocs\phpgroupware\infolog\inc\class.uiinfolog.inc.php on line 796 But the files are uploaded properly, afterwards they do appear fine in the message in the infolog they are connected with. I have tried changing the upload_tmp_dir option in php.ini, but that doesn't help. Best wishes, Harmen. Follow-up Comments ******************* ------------------------------------------------------- Date: Thu 05/01/2003 at 14:50 By: ralfbecker Sorry, thought I applied it to both. ------------------------------------------------------- Date: Thu 05/01/2003 at 10:59 By: sigurdne Could this be fixed in HEAD also ? ------------------------------------------------------- Date: Thu 05/01/2003 at 09:27 By: ralfbecker It's fixed in the upcomeing .16 release. ------------------------------------------------------- Date: Wed 04/02/2003 at 13:18 By: skwashd I have reassigned this one to the maintainer of our vfs classes, hopefully he can work out what is going on :) Cheers ------------------------------------------------------- Date: Tue 04/01/2003 at 18:23 By: cw i've tested this on my win32 install in filemanager, I get the same error. The VFS class is difinatly doing something odd with the temp dir, but filemanager is so hard to debug can't tell what. ------------------------------------------------------- Date: Mon 03/31/2003 at 16:42 By: cw oh! and does phpWebHosting/filemanager work? ------------------------------------------------------- Date: Mon 03/31/2003 at 16:41 By: cw "//:\WINDOWS\TEMP\phpC1.tmp"? what happened to the "C"? Check the tmp file path in setup as well as the file upload section of your php.ini. ------------------------------------------------------- Date: Fri 03/21/2003 at 23:34 By: skwashd Have you set the temp path properly in setup->setup/config->manage install ?? CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2740&group_id=509 From MAILER-DAEMON Thu May 01 20:15:49 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19BOCk-000741-00 for mharc-phpgroupware-tracker@gnu.org; Thu, 01 May 2003 20:15:10 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19BOCY-0006TM-00 for phpgroupware-tracker@gnu.org; Thu, 01 May 2003 20:14:58 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19BOCR-00063y-00 for phpgroupware-tracker@gnu.org; Thu, 01 May 2003 20:14:53 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19BOCP-0005vz-00 for phpgroupware-tracker@gnu.org; Thu, 01 May 2003 20:14:49 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19BOCM-00055a-00; Thu, 01 May 2003 20:14:46 -0400 To: r.jung@creativix.net,RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Thu, 01 May 2003 20:14:46 -0400 Subject: [Phpgroupware-tracker] [Bug #3420] addressbook error postgresql 7.3.x X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Fri, 02 May 2003 00:15:08 -0000 =================== BUG #3420: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3420&group_id=509 Submitted by: reiner_j Project: phpGroupWare Submitted on: Fri 05/02/2003 at 00:14 Category: addressbook Bug Group: None Severity: 5 - Major Priority: None Resolution: None Assigned to: ralfbecker Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: addressbook error postgresql 7.3.x Original Submission: Database error: Invalid SQL: INSERT INTO phpgw_addressbook (owner,access,cat_id,tid,fn,n_given,n_family,n_middle,n_prefix,n_suffix,sound,bday,note,tz,geo,url,pubkey,org_name,org_unit,title,adr_one_street,adr_one_locality,adr_one_region,adr_one_postalcode,adr_one_countryname,adr_one_type,label,adr_two_street,adr_two_locality,adr_two_region,adr_two_postalcode,adr_two_countryname,adr_two_type,tel_work,tel_home,tel_voice,tel_fax,tel_msg,tel_cell,tel_pager,tel_bbs,tel_modem,tel_car,tel_isdn,tel_video,tel_prefer,email,email_type,email_home,email_home_type,last_mod) VALUES ('3','public','','n','test user','test','user','','','','','','','0','','','','','','jddcd','','','','','','','','','','','','','','','','','','','','','','','','','','','','INTERNET','','INTERNET','1051827088') PostgreSQL Error: 1 (ERROR: Relation »phpgw_addressbook« hat keine Spalte »last_mod« ) File: /var/www/html/phpg016/phpgroupware/phpgwapi/inc/class.contacts_sql.inc.php Line: 584 Session halted. No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3420&group_id=509 From MAILER-DAEMON Thu May 01 21:05:28 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19BOyv-0000Iu-00 for mharc-phpgroupware-tracker@gnu.org; Thu, 01 May 2003 21:04:57 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19BOyC-0007Si-00 for phpgroupware-tracker@gnu.org; Thu, 01 May 2003 21:04:12 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19BOxp-0006nz-00 for phpgroupware-tracker@gnu.org; Thu, 01 May 2003 21:03:50 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19BOxN-0006Cu-00 for phpgroupware-tracker@gnu.org; Thu, 01 May 2003 21:03:21 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19BOxP-0000hF-00; Thu, 01 May 2003 21:03:23 -0400 To: r.jung@creativix.net,dave.hall@mbox.com.au,RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Thu, 01 May 2003 21:03:23 -0400 Subject: [Phpgroupware-tracker] [Bug #3420] addressbook error postgresql 7.3.x X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Fri, 02 May 2003 01:04:55 -0000 =================== BUG #3420: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3420&group_id=509 Changes by: Dave Hall Date: Fri 05/02/2003 at 11:03 (Australia/Melbourne) What | Removed | Added --------------------------------------------------------------------------- Assigned to | ralfbecker | skwashd ------------------ Additional Follow-up Comments ---------------------------- It looks like you have not run the update in setup. The extra field was added to support sync. =================== BUG #3420: FULL BUG SNAPSHOT =================== Submitted by: reiner_j Project: phpGroupWare Submitted on: Fri 05/02/2003 at 10:14 Category: addressbook Bug Group: None Severity: 5 - Major Priority: None Resolution: None Assigned to: skwashd Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: addressbook error postgresql 7.3.x Original Submission: Database error: Invalid SQL: INSERT INTO phpgw_addressbook (owner,access,cat_id,tid,fn,n_given,n_family,n_middle,n_prefix,n_suffix,sound,bday,note,tz,geo,url,pubkey,org_name,org_unit,title,adr_one_street,adr_one_locality,adr_one_region,adr_one_postalcode,adr_one_countryname,adr_one_type,label,adr_two_street,adr_two_locality,adr_two_region,adr_two_postalcode,adr_two_countryname,adr_two_type,tel_work,tel_home,tel_voice,tel_fax,tel_msg,tel_cell,tel_pager,tel_bbs,tel_modem,tel_car,tel_isdn,tel_video,tel_prefer,email,email_type,email_home,email_home_type,last_mod) VALUES ('3','public','','n','test user','test','user','','','','','','','0','','','','','','jddcd','','','','','','','','','','','','','','','','','','','','','','','','','','','','INTERNET','','INTERNET','1051827088') PostgreSQL Error: 1 (ERROR: Relation »phpgw_addressbook« hat keine Spalte »last_mod« ) File: /var/www/html/phpg016/phpgroupware/phpgwapi/inc/class.contacts_sql.inc.php Line: 584 Session halted. Follow-up Comments ******************* ------------------------------------------------------- Date: Fri 05/02/2003 at 11:03 By: skwashd It looks like you have not run the update in setup. The extra field was added to support sync. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3420&group_id=509 From MAILER-DAEMON Thu May 01 21:16:02 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19BP8v-0001Fo-00 for mharc-phpgroupware-tracker@gnu.org; Thu, 01 May 2003 21:15:17 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19BP8J-0000pO-00 for phpgroupware-tracker@gnu.org; Thu, 01 May 2003 21:14:39 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19BP7x-0007uB-00 for phpgroupware-tracker@gnu.org; Thu, 01 May 2003 21:14:23 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19BP7X-0006oh-00 for phpgroupware-tracker@gnu.org; Thu, 01 May 2003 21:13:51 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19BP7Z-000102-00; Thu, 01 May 2003 21:13:53 -0400 To: r.jung@creativix.net,dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Thu, 01 May 2003 21:13:53 -0400 Subject: [Phpgroupware-tracker] [Bug #3420] addressbook error postgresql 7.3.x X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Fri, 02 May 2003 01:15:16 -0000 =================== BUG #3420: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3420&group_id=509 Changes by: Reiner Jung Date: Fri 05/02/2003 at 01:13 (GMT) ------------------ Additional Follow-up Comments ---------------------------- update run 1 hour ago. Cant be the problem =================== BUG #3420: FULL BUG SNAPSHOT =================== Submitted by: reiner_j Project: phpGroupWare Submitted on: Fri 05/02/2003 at 00:14 Category: addressbook Bug Group: None Severity: 5 - Major Priority: None Resolution: None Assigned to: skwashd Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: addressbook error postgresql 7.3.x Original Submission: Database error: Invalid SQL: INSERT INTO phpgw_addressbook (owner,access,cat_id,tid,fn,n_given,n_family,n_middle,n_prefix,n_suffix,sound,bday,note,tz,geo,url,pubkey,org_name,org_unit,title,adr_one_street,adr_one_locality,adr_one_region,adr_one_postalcode,adr_one_countryname,adr_one_type,label,adr_two_street,adr_two_locality,adr_two_region,adr_two_postalcode,adr_two_countryname,adr_two_type,tel_work,tel_home,tel_voice,tel_fax,tel_msg,tel_cell,tel_pager,tel_bbs,tel_modem,tel_car,tel_isdn,tel_video,tel_prefer,email,email_type,email_home,email_home_type,last_mod) VALUES ('3','public','','n','test user','test','user','','','','','','','0','','','','','','jddcd','','','','','','','','','','','','','','','','','','','','','','','','','','','','INTERNET','','INTERNET','1051827088') PostgreSQL Error: 1 (ERROR: Relation »phpgw_addressbook« hat keine Spalte »last_mod« ) File: /var/www/html/phpg016/phpgroupware/phpgwapi/inc/class.contacts_sql.inc.php Line: 584 Session halted. Follow-up Comments ******************* ------------------------------------------------------- Date: Fri 05/02/2003 at 01:13 By: reiner_j update run 1 hour ago. Cant be the problem ------------------------------------------------------- Date: Fri 05/02/2003 at 01:03 By: skwashd It looks like you have not run the update in setup. The extra field was added to support sync. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3420&group_id=509 From MAILER-DAEMON Thu May 01 21:34:42 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19BPR9-00080e-00 for mharc-phpgroupware-tracker@gnu.org; Thu, 01 May 2003 21:34:07 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19BPR4-0007lv-00 for phpgroupware-tracker@gnu.org; Thu, 01 May 2003 21:34:02 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19BPR0-0007Xb-00 for phpgroupware-tracker@gnu.org; Thu, 01 May 2003 21:33:59 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19BPQu-0007Ey-00 for phpgroupware-tracker@gnu.org; Thu, 01 May 2003 21:33:52 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19BPQy-000436-00; Thu, 01 May 2003 21:33:56 -0400 To: r.jung@creativix.net,dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Thu, 01 May 2003 21:33:56 -0400 Subject: [Phpgroupware-tracker] [Bug #3420] addressbook error postgresql 7.3.x X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Fri, 02 May 2003 01:34:05 -0000 =================== BUG #3420: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3420&group_id=509 Changes by: Dave Hall Date: Fri 05/02/2003 at 11:33 (Australia/Melbourne) ------------------ Additional Follow-up Comments ---------------------------- but did you update the api in setup? =================== BUG #3420: FULL BUG SNAPSHOT =================== Submitted by: reiner_j Project: phpGroupWare Submitted on: Fri 05/02/2003 at 10:14 Category: addressbook Bug Group: None Severity: 5 - Major Priority: None Resolution: None Assigned to: skwashd Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: addressbook error postgresql 7.3.x Original Submission: Database error: Invalid SQL: INSERT INTO phpgw_addressbook (owner,access,cat_id,tid,fn,n_given,n_family,n_middle,n_prefix,n_suffix,sound,bday,note,tz,geo,url,pubkey,org_name,org_unit,title,adr_one_street,adr_one_locality,adr_one_region,adr_one_postalcode,adr_one_countryname,adr_one_type,label,adr_two_street,adr_two_locality,adr_two_region,adr_two_postalcode,adr_two_countryname,adr_two_type,tel_work,tel_home,tel_voice,tel_fax,tel_msg,tel_cell,tel_pager,tel_bbs,tel_modem,tel_car,tel_isdn,tel_video,tel_prefer,email,email_type,email_home,email_home_type,last_mod) VALUES ('3','public','','n','test user','test','user','','','','','','','0','','','','','','jddcd','','','','','','','','','','','','','','','','','','','','','','','','','','','','INTERNET','','INTERNET','1051827088') PostgreSQL Error: 1 (ERROR: Relation »phpgw_addressbook« hat keine Spalte »last_mod« ) File: /var/www/html/phpg016/phpgroupware/phpgwapi/inc/class.contacts_sql.inc.php Line: 584 Session halted. Follow-up Comments ******************* ------------------------------------------------------- Date: Fri 05/02/2003 at 11:33 By: skwashd but did you update the api in setup? ------------------------------------------------------- Date: Fri 05/02/2003 at 11:13 By: reiner_j update run 1 hour ago. Cant be the problem ------------------------------------------------------- Date: Fri 05/02/2003 at 11:03 By: skwashd It looks like you have not run the update in setup. The extra field was added to support sync. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3420&group_id=509 From MAILER-DAEMON Thu May 01 21:52:35 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19BPiw-00075o-00 for mharc-phpgroupware-tracker@gnu.org; Thu, 01 May 2003 21:52:30 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19BPiq-0006n7-00 for phpgroupware-tracker@gnu.org; Thu, 01 May 2003 21:52:24 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19BPiW-00062p-00 for phpgroupware-tracker@gnu.org; Thu, 01 May 2003 21:52:08 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19BPiT-0005w7-00 for phpgroupware-tracker@gnu.org; Thu, 01 May 2003 21:52:02 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19BPiW-0004Sa-00; Thu, 01 May 2003 21:52:04 -0400 To: r.jung@creativix.net,dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Thu, 01 May 2003 21:52:04 -0400 Subject: [Phpgroupware-tracker] [Bug #3420] addressbook error postgresql 7.3.x X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Fri, 02 May 2003 01:52:27 -0000 =================== BUG #3420: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3420&group_id=509 Changes by: Reiner Jung Date: Fri 05/02/2003 at 01:52 (GMT) What | Removed | Added --------------------------------------------------------------------------- Resolution | None | Fixed ------------------ Additional Follow-up Comments ---------------------------- this was the prob :-( =================== BUG #3420: FULL BUG SNAPSHOT =================== Submitted by: reiner_j Project: phpGroupWare Submitted on: Fri 05/02/2003 at 00:14 Category: addressbook Bug Group: None Severity: 5 - Major Priority: None Resolution: Fixed Assigned to: skwashd Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: addressbook error postgresql 7.3.x Original Submission: Database error: Invalid SQL: INSERT INTO phpgw_addressbook (owner,access,cat_id,tid,fn,n_given,n_family,n_middle,n_prefix,n_suffix,sound,bday,note,tz,geo,url,pubkey,org_name,org_unit,title,adr_one_street,adr_one_locality,adr_one_region,adr_one_postalcode,adr_one_countryname,adr_one_type,label,adr_two_street,adr_two_locality,adr_two_region,adr_two_postalcode,adr_two_countryname,adr_two_type,tel_work,tel_home,tel_voice,tel_fax,tel_msg,tel_cell,tel_pager,tel_bbs,tel_modem,tel_car,tel_isdn,tel_video,tel_prefer,email,email_type,email_home,email_home_type,last_mod) VALUES ('3','public','','n','test user','test','user','','','','','','','0','','','','','','jddcd','','','','','','','','','','','','','','','','','','','','','','','','','','','','INTERNET','','INTERNET','1051827088') PostgreSQL Error: 1 (ERROR: Relation »phpgw_addressbook« hat keine Spalte »last_mod« ) File: /var/www/html/phpg016/phpgroupware/phpgwapi/inc/class.contacts_sql.inc.php Line: 584 Session halted. Follow-up Comments ******************* ------------------------------------------------------- Date: Fri 05/02/2003 at 01:52 By: reiner_j this was the prob :-( ------------------------------------------------------- Date: Fri 05/02/2003 at 01:33 By: skwashd but did you update the api in setup? ------------------------------------------------------- Date: Fri 05/02/2003 at 01:13 By: reiner_j update run 1 hour ago. Cant be the problem ------------------------------------------------------- Date: Fri 05/02/2003 at 01:03 By: skwashd It looks like you have not run the update in setup. The extra field was added to support sync. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3420&group_id=509 From MAILER-DAEMON Thu May 01 21:55:33 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19BPls-0004fr-00 for mharc-phpgroupware-tracker@gnu.org; Thu, 01 May 2003 21:55:32 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19BPlp-0004VG-00 for phpgroupware-tracker@gnu.org; Thu, 01 May 2003 21:55:29 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19BPlb-0004CY-00 for phpgroupware-tracker@gnu.org; Thu, 01 May 2003 21:55:16 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19BPl4-0003AJ-00 for phpgroupware-tracker@gnu.org; Thu, 01 May 2003 21:54:42 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19BPl8-0004YY-00; Thu, 01 May 2003 21:54:46 -0400 To: r.jung@creativix.net,dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Thu, 01 May 2003 21:54:47 -0400 Subject: [Phpgroupware-tracker] [Bug #3420] addressbook error postgresql 7.3.x X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Fri, 02 May 2003 01:55:31 -0000 =================== BUG #3420: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3420&group_id=509 Changes by: Dave Hall Date: Fri 05/02/2003 at 11:54 (Australia/Melbourne) What | Removed | Added --------------------------------------------------------------------------- Resolution | Fixed | Invalid Status | Open | Closed ------------------ Additional Follow-up Comments ---------------------------- :) That damn keyboard chair interface needs some work i think ;) =================== BUG #3420: FULL BUG SNAPSHOT =================== Submitted by: reiner_j Project: phpGroupWare Submitted on: Fri 05/02/2003 at 10:14 Category: addressbook Bug Group: None Severity: 5 - Major Priority: None Resolution: Invalid Assigned to: skwashd Status: Closed Component Version: None Platform Version: None Reproducibility: None Summary: addressbook error postgresql 7.3.x Original Submission: Database error: Invalid SQL: INSERT INTO phpgw_addressbook (owner,access,cat_id,tid,fn,n_given,n_family,n_middle,n_prefix,n_suffix,sound,bday,note,tz,geo,url,pubkey,org_name,org_unit,title,adr_one_street,adr_one_locality,adr_one_region,adr_one_postalcode,adr_one_countryname,adr_one_type,label,adr_two_street,adr_two_locality,adr_two_region,adr_two_postalcode,adr_two_countryname,adr_two_type,tel_work,tel_home,tel_voice,tel_fax,tel_msg,tel_cell,tel_pager,tel_bbs,tel_modem,tel_car,tel_isdn,tel_video,tel_prefer,email,email_type,email_home,email_home_type,last_mod) VALUES ('3','public','','n','test user','test','user','','','','','','','0','','','','','','jddcd','','','','','','','','','','','','','','','','','','','','','','','','','','','','INTERNET','','INTERNET','1051827088') PostgreSQL Error: 1 (ERROR: Relation »phpgw_addressbook« hat keine Spalte »last_mod« ) File: /var/www/html/phpg016/phpgroupware/phpgwapi/inc/class.contacts_sql.inc.php Line: 584 Session halted. Follow-up Comments ******************* ------------------------------------------------------- Date: Fri 05/02/2003 at 11:54 By: skwashd :) That damn keyboard chair interface needs some work i think ;) ------------------------------------------------------- Date: Fri 05/02/2003 at 11:52 By: reiner_j this was the prob :-( ------------------------------------------------------- Date: Fri 05/02/2003 at 11:33 By: skwashd but did you update the api in setup? ------------------------------------------------------- Date: Fri 05/02/2003 at 11:13 By: reiner_j update run 1 hour ago. Cant be the problem ------------------------------------------------------- Date: Fri 05/02/2003 at 11:03 By: skwashd It looks like you have not run the update in setup. The extra field was added to support sync. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3420&group_id=509 From MAILER-DAEMON Fri May 02 07:38:47 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19BYsI-0006GI-00 for mharc-phpgroupware-tracker@gnu.org; Fri, 02 May 2003 07:38:46 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19BYsG-0006Fb-00 for phpgroupware-tracker@gnu.org; Fri, 02 May 2003 07:38:44 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19BYsF-0006Et-00 for phpgroupware-tracker@gnu.org; Fri, 02 May 2003 07:38:43 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19BYpg-0005Af-00 for phpgroupware-tracker@gnu.org; Fri, 02 May 2003 07:36:04 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19BYpl-00084X-00; Fri, 02 May 2003 07:36:09 -0400 To: r.jung@creativix.net,RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Fri, 02 May 2003 07:36:09 -0400 Subject: [Phpgroupware-tracker] [Bug #3423] postgresql error developer tools X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Fri, 02 May 2003 11:38:44 -0000 =================== BUG #3423: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3423&group_id=509 Submitted by: reiner_j Project: phpGroupWare Submitted on: Fri 05/02/2003 at 11:36 Category: developer_tools Bug Group: None Severity: 5 - Major Priority: None Resolution: None Assigned to: ralfbecker Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: postgresql error developer tools Original Submission: Quell-Sprachdatei laden: en... Database error: Invalid SQL: INSERT into phpgw_lang VALUES ('allow html','admin','en','Allow HTML tags in posts'') PostgreSQL Error: 1 (ERROR: parser: unterminated quoted string at or near "'Allow HTML tags in posts'')" at character 58 ) File: /var/www/html/phpg016/phpgroupware/developer_tools/inc/class.solangfile.inc.php Line: 312 Session halted. No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3423&group_id=509 From MAILER-DAEMON Fri May 02 11:00:14 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19Bc10-00019F-00 for mharc-phpgroupware-tracker@gnu.org; Fri, 02 May 2003 10:59:58 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19Bbwm-0007Gy-00 for phpgroupware-tracker@gnu.org; Fri, 02 May 2003 10:55:36 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19Bbuk-0006Mv-00 for phpgroupware-tracker@gnu.org; Fri, 02 May 2003 10:53:33 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19BbuU-0005zS-00 for phpgroupware-tracker@gnu.org; Fri, 02 May 2003 10:53:14 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19Bbub-0005pO-00; Fri, 02 May 2003 10:53:21 -0400 To: samp@arial-concept.com,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Fri, 02 May 2003 10:53:21 -0400 Subject: [Phpgroupware-tracker] [Bug #3427] Mail event notification "You do not have permission to read this record!" X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Fri, 02 May 2003 14:59:55 -0000 =================== BUG #3427: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3427&group_id=509 Submitted by: samp Project: phpGroupWare Submitted on: Fri 05/02/03 at 14:53 Category: calendar Bug Group: 0.9.14.002 release Severity: 5 - Major Priority: Normal Resolution: None Assigned to: None Status: Open Component Version: TGZ Platform Version: Linux - Debian Reproducibility: Every Time Summary: Mail event notification "You do not have permission to read this record!" Original Submission: With 0.9.14.003 release, PHP 4.2.4, Apache 1.3.27 User 1 adds an event to their calendar and selects User 2 as a participant. The event appears in both calendars, User 2 receive the mail notification and accept this event, then User 1 got the mail reply with "You do not have permission to read this record!" and the event date is "Friday, 2 * 2003" month is missing Sam Przyswa No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3427&group_id=509 From MAILER-DAEMON Fri May 02 17:32:38 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19Bi8F-0000Rk-00 for mharc-phpgroupware-tracker@gnu.org; Fri, 02 May 2003 17:31:51 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19Bi8A-0000HR-00 for phpgroupware-tracker@gnu.org; Fri, 02 May 2003 17:31:46 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19Bi7r-0008Hb-00 for phpgroupware-tracker@gnu.org; Fri, 02 May 2003 17:31:28 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19Bi7d-00083p-00 for phpgroupware-tracker@gnu.org; Fri, 02 May 2003 17:31:13 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19Bi7m-0002Gq-00; Fri, 02 May 2003 17:31:22 -0400 To: bryant.taylor@arc.com,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Fri, 02 May 2003 17:31:22 -0400 Subject: [Phpgroupware-tracker] [Bug #3436] New install errors after header.inc.php created X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Fri, 02 May 2003 21:31:49 -0000 =================== BUG #3436: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3436&group_id=509 Submitted by: Bryantt Project: phpGroupWare Submitted on: Fri 05/02/2003 at 21:31 Category: None Bug Group: None Severity: 5 - Major Priority: None Resolution: None Assigned to: None Status: Open Component Version: RPM Platform Version: Linux - RedHat Reproducibility: Every Time Summary: New install errors after header.inc.php created Original Submission: Ok, now I have read and read all of the install notes, and have gone through the Bugs list to find a solution but to no avail. I hope you can help me out. 1. I installed the software via RPM ( that works great ) 2. I then went and opened a browser to start the setup http://dilbert/phpgroupware when then brought me to http://dilbert/phpgroupware/setup/manageheader.php That page came up fine, and once I filled out everything except for Server Root and Include Root I clicked write config, then I get the continue option. Once I click that I get the following Warning: Failed opening '/phpgwapi/setup/setup.inc.php' for inclusion (include_path='.:/php/includes') in /var/www/html/phpgroupware/header.inc.php on line 117 Warning: Failed opening '/phpgwapi/inc/class.Template.inc.php' for inclusion (include_path='.:/php/includes') in /var/www/html/phpgroupware/setup/inc/functions.inc.php on line 48 Fatal error: Cannot instantiate non-existent class: template in /var/www/html/phpgroupware/setup/inc/functions.inc.php(72) : eval()'d code on line 1 So any help would be great. I'm not a php guru by any means.. sorry :-( Also I will attach a screen shot. btw I am running the follow: RH 9 php 4.2.2 apache Apache/2.0.40 phpgroupware phpGroupWare-all-apps-0.9.14.003-1 Thanks in advance. -bryant No Followups Have Been Posted CC list is empty File Attachments **************** ------------------------------------------------------- Date: Fri 05/02/2003 at 21:31 Name: error.JPG Size: 111KB By: Bryantt Jpeg of the error I keep getting http://savannah.gnu.org/bugs/download.php?group_id=509&bug_id=3436&bug_file_id=424 For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3436&group_id=509 From MAILER-DAEMON Fri May 02 18:54:33 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19BjPv-0000td-00 for mharc-phpgroupware-tracker@gnu.org; Fri, 02 May 2003 18:54:11 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19BjPd-0000IX-00 for phpgroupware-tracker@gnu.org; Fri, 02 May 2003 18:53:53 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19BjPT-0008UF-00 for phpgroupware-tracker@gnu.org; Fri, 02 May 2003 18:53:44 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19BjP0-0008Co-00 for phpgroupware-tracker@gnu.org; Fri, 02 May 2003 18:53:14 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19BjP1-0007GR-00; Fri, 02 May 2003 18:53:15 -0400 To: bryant.taylor@arc.com,dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Fri, 02 May 2003 18:53:15 -0400 Subject: [Phpgroupware-tracker] [Bug #3436] New install errors after header.inc.php created X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Fri, 02 May 2003 22:54:08 -0000 =================== BUG #3436: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3436&group_id=509 Changes by: Dave Hall Date: Sat 05/03/2003 at 08:53 (Australia/Melbourne) What | Removed | Added --------------------------------------------------------------------------- Category | None | API - Setup Assigned to | None | skwashd Status | Open | Closed ------------------ Additional Follow-up Comments ---------------------------- fixed after some discussion on #phpgroupware. register_globals = on is required for 0.9.14 and the paths need to be set properly =================== BUG #3436: FULL BUG SNAPSHOT =================== Submitted by: Bryantt Project: phpGroupWare Submitted on: Sat 05/03/2003 at 07:31 Category: API - Setup Bug Group: None Severity: 5 - Major Priority: None Resolution: None Assigned to: skwashd Status: Closed Component Version: RPM Platform Version: Linux - RedHat Reproducibility: Every Time Summary: New install errors after header.inc.php created Original Submission: Ok, now I have read and read all of the install notes, and have gone through the Bugs list to find a solution but to no avail. I hope you can help me out. 1. I installed the software via RPM ( that works great ) 2. I then went and opened a browser to start the setup http://dilbert/phpgroupware when then brought me to http://dilbert/phpgroupware/setup/manageheader.php That page came up fine, and once I filled out everything except for Server Root and Include Root I clicked write config, then I get the continue option. Once I click that I get the following Warning: Failed opening '/phpgwapi/setup/setup.inc.php' for inclusion (include_path='.:/php/includes') in /var/www/html/phpgroupware/header.inc.php on line 117 Warning: Failed opening '/phpgwapi/inc/class.Template.inc.php' for inclusion (include_path='.:/php/includes') in /var/www/html/phpgroupware/setup/inc/functions.inc.php on line 48 Fatal error: Cannot instantiate non-existent class: template in /var/www/html/phpgroupware/setup/inc/functions.inc.php(72) : eval()'d code on line 1 So any help would be great. I'm not a php guru by any means.. sorry :-( Also I will attach a screen shot. btw I am running the follow: RH 9 php 4.2.2 apache Apache/2.0.40 phpgroupware phpGroupWare-all-apps-0.9.14.003-1 Thanks in advance. -bryant Follow-up Comments ******************* ------------------------------------------------------- Date: Sat 05/03/2003 at 08:53 By: skwashd fixed after some discussion on #phpgroupware. register_globals = on is required for 0.9.14 and the paths need to be set properly CC list is empty File Attachments **************** ------------------------------------------------------- Date: Sat 05/03/2003 at 07:31 Name: error.JPG Size: 111KB By: Bryantt Jpeg of the error I keep getting http://savannah.gnu.org/bugs/download.php?group_id=509&bug_id=3436&bug_file_id=424 For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3436&group_id=509 From MAILER-DAEMON Fri May 02 21:24:04 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19BlkV-0004nj-00 for mharc-phpgroupware-tracker@gnu.org; Fri, 02 May 2003 21:23:35 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19BlkC-0003XI-00 for phpgroupware-tracker@gnu.org; Fri, 02 May 2003 21:23:16 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19Bljy-0002fs-00 for phpgroupware-tracker@gnu.org; Fri, 02 May 2003 21:23:08 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19Bljg-0001V9-00 for phpgroupware-tracker@gnu.org; Fri, 02 May 2003 21:22:44 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19Bljk-0002Se-00; Fri, 02 May 2003 21:22:48 -0400 To: r.jung@creativix.net,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Fri, 02 May 2003 21:22:48 -0400 Subject: [Phpgroupware-tracker] [Bug #3438] postgresql projets error X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sat, 03 May 2003 01:23:33 -0000 =================== BUG #3438: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3438&group_id=509 Submitted by: reiner_j Project: phpGroupWare Submitted on: Sat 05/03/2003 at 01:22 Category: projects Bug Group: None Severity: 5 - Major Priority: None Resolution: None Assigned to: None Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: postgresql projets error Original Submission: Database error: Invalid SQL: SELECT id,lid,tid,owner,access,cat_id ,n_given,n_family,org_name FROM phpgw_addressbook WHERE id='' PostgreSQL Error: 1 (ERROR: pg_atoi: zero-length string ) Session halted. No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3438&group_id=509 From MAILER-DAEMON Sat May 03 04:42:35 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19Bsam-0006QU-00 for mharc-phpgroupware-tracker@gnu.org; Sat, 03 May 2003 04:42:00 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19BsaC-0005rl-00 for phpgroupware-tracker@gnu.org; Sat, 03 May 2003 04:41:24 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19BsZb-0005XR-00 for phpgroupware-tracker@gnu.org; Sat, 03 May 2003 04:40:49 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19BsZP-00059h-00 for phpgroupware-tracker@gnu.org; Sat, 03 May 2003 04:40:35 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19BsZU-0004Nd-00; Sat, 03 May 2003 04:40:40 -0400 To: r.jung@creativix.net,RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Sat, 03 May 2003 04:40:40 -0400 Subject: [Phpgroupware-tracker] [Bug #3423] postgresql error developer tools X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sat, 03 May 2003 08:42:00 -0000 =================== BUG #3423: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3423&group_id=509 Changes by: Ralf Becker Date: Sat 05/03/2003 at 10:40 (Europe/Berlin) What | Removed | Added --------------------------------------------------------------------------- Resolution | None | Fixed Status | Open | Closed ------------------ Additional Follow-up Comments ---------------------------- This has been fixed in CVS and should be available in the next release. =================== BUG #3423: FULL BUG SNAPSHOT =================== Submitted by: reiner_j Project: phpGroupWare Submitted on: Fri 05/02/2003 at 13:36 Category: developer_tools Bug Group: None Severity: 5 - Major Priority: None Resolution: Fixed Assigned to: ralfbecker Status: Closed Component Version: None Platform Version: None Reproducibility: None Summary: postgresql error developer tools Original Submission: Quell-Sprachdatei laden: en... Database error: Invalid SQL: INSERT into phpgw_lang VALUES ('allow html','admin','en','Allow HTML tags in posts'') PostgreSQL Error: 1 (ERROR: parser: unterminated quoted string at or near "'Allow HTML tags in posts'')" at character 58 ) File: /var/www/html/phpg016/phpgroupware/developer_tools/inc/class.solangfile.inc.php Line: 312 Session halted. Follow-up Comments ******************* ------------------------------------------------------- Date: Sat 05/03/2003 at 10:40 By: ralfbecker This has been fixed in CVS and should be available in the next release. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3423&group_id=509 From MAILER-DAEMON Sat May 03 04:42:48 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19BsbT-0007WE-00 for mharc-phpgroupware-tracker@gnu.org; Sat, 03 May 2003 04:42:43 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19Bsao-0006SP-00 for phpgroupware-tracker@gnu.org; Sat, 03 May 2003 04:42:02 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19BsaE-0005uW-00 for phpgroupware-tracker@gnu.org; Sat, 03 May 2003 04:41:27 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19Bsa8-0005qg-00 for phpgroupware-tracker@gnu.org; Sat, 03 May 2003 04:41:20 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19BsaG-0004O2-00; Sat, 03 May 2003 04:41:28 -0400 To: RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Sat, 03 May 2003 04:41:28 -0400 Subject: [Phpgroupware-tracker] [Bug #2155] Auto-created users not inheriting default preferences X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sat, 03 May 2003 08:42:41 -0000 =================== BUG #2155: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2155&group_id=509 Changes by: Ralf Becker Date: Sat 05/03/2003 at 10:41 (Europe/Berlin) What | Removed | Added --------------------------------------------------------------------------- Status | Open | Closed ------------------ Additional Follow-up Comments ---------------------------- This has been fixed in CVS and should be available in the next release. =================== BUG #2155: FULL BUG SNAPSHOT =================== Submitted by: None Project: phpGroupWare Submitted on: Tue 01/07/2003 at 22:50 Category: API - Preferences Bug Group: devel cvs Severity: 5 - Major Priority: Normal Resolution: Fixed Assigned to: ralfbecker Status: Closed Component Version: CVS Platform Version: Linux - Debian Reproducibility: Every Time Summary: Auto-created users not inheriting default preferences Original Submission: I am using Mail authentification and have phpgroupware to auto-create authenticated users. Auto-created users don't seem to inherit the default preferences set by the site admin. Forced preferences do however work. If I switch to SQL authentification and create a new user, it does inherit the default permissions. I don't know if this behavior happens with LDAP authentification as well. Follow-up Comments ******************* ------------------------------------------------------- Date: Sat 05/03/2003 at 10:41 By: ralfbecker This has been fixed in CVS and should be available in the next release. ------------------------------------------------------- Date: Wed 04/30/2003 at 16:53 By: ralfbecker this is fixed in .16 now, will commit it after a short test periode to HEAD: default prefs are used now evertime a user has not set a preference, not only on createing a new account. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2155&group_id=509 From MAILER-DAEMON Sat May 03 04:47:00 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19Bsfc-0005IU-00 for mharc-phpgroupware-tracker@gnu.org; Sat, 03 May 2003 04:47:00 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19BsfY-0005A2-00 for phpgroupware-tracker@gnu.org; Sat, 03 May 2003 04:46:56 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19BsfW-00057v-00 for phpgroupware-tracker@gnu.org; Sat, 03 May 2003 04:46:55 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19BsfW-00057p-00 for phpgroupware-tracker@gnu.org; Sat, 03 May 2003 04:46:54 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19Bsfa-0004Ub-00; Sat, 03 May 2003 04:46:58 -0400 To: marco@vanwijheverf.com,RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Sat, 03 May 2003 04:46:58 -0400 Subject: [Phpgroupware-tracker] [Bug #3082] Calendar invalid date X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sat, 03 May 2003 08:46:58 -0000 =================== BUG #3082: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3082&group_id=509 Changes by: Ralf Becker Date: Sat 05/03/2003 at 10:46 (Europe/Berlin) What | Removed | Added --------------------------------------------------------------------------- Resolution | None | Fixed Status | Open | Closed ------------------ Additional Follow-up Comments ---------------------------- The version mentioned in the bug report is no longer supported. It is strongly suggested that the user upgrade to the current release version for better security and performance. =================== BUG #3082: FULL BUG SNAPSHOT =================== Submitted by: mvraaij Project: phpGroupWare Submitted on: Thu 04/03/2003 at 13:15 Category: calendar Bug Group: 0.9.14.002 release Severity: 5 - Major Priority: Normal Resolution: Fixed Assigned to: ralfbecker Status: Closed Component Version: None Platform Version: Linux - RedHat Reproducibility: Every Time Summary: Calendar invalid date Original Submission: Steps to re-procuce: - go to april the 7th (for example) - add something , name it test (or whatever) - no category (doesn't matter) - start date april 7 (the default) - start time 08:30 - end date april 7 (the default) - end time 09:00 1 participant + myself Try to add this and it comes with 'invalid date' When I make the end time 09:01 , it works. Follow-up Comments ******************* ------------------------------------------------------- Date: Sat 05/03/2003 at 10:46 By: ralfbecker The version mentioned in the bug report is no longer supported. It is strongly suggested that the user upgrade to the current release version for better security and performance. ------------------------------------------------------- Date: Mon 04/28/2003 at 09:23 By: mvraaij it seems to be fixed! I will let my users try it out and will report back if it is fixed for sure. ------------------------------------------------------- Date: Sat 04/26/2003 at 10:16 By: ralfbecker thought I fixed that in .14.003, can you please update to 0.9.14.003 and check again AND let me know ;-). In error reports concerning the calendar please report the user prefs too, as they have been important for reproducing the bugs in may cases. ------------------------------------------------------- Date: Thu 04/03/2003 at 14:01 By: mvraaij I have hacked the source and the problem seems to be in the date check in file class.bocalendar.inc.php . When I comment out the datetime->date_compare , it works (no checking, which is ok for me to work around this bug). CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3082&group_id=509 From MAILER-DAEMON Sat May 03 04:49:11 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19Bshi-0001yo-00 for mharc-phpgroupware-tracker@gnu.org; Sat, 03 May 2003 04:49:10 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19Bsha-0001dL-00 for phpgroupware-tracker@gnu.org; Sat, 03 May 2003 04:49:02 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19BshP-0001AC-00 for phpgroupware-tracker@gnu.org; Sat, 03 May 2003 04:48:56 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19BshO-00017l-00 for phpgroupware-tracker@gnu.org; Sat, 03 May 2003 04:48:50 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19BshP-0004Xl-00; Sat, 03 May 2003 04:48:51 -0400 To: rick@bartelshome.net,RalfBecker@outdoor-training.de,dave.hall@mbox.com.au,chris@free-source.com,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Sat, 03 May 2003 04:48:51 -0400 Subject: [Phpgroupware-tracker] [Bug #1672] Timestamps & Database issues X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sat, 03 May 2003 08:49:08 -0000 =================== BUG #1672: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=1672&group_id=509 Changes by: Ralf Becker Date: Sat 05/03/2003 at 10:48 (Europe/Berlin) What | Removed | Added --------------------------------------------------------------------------- Status | Open | Closed =================== BUG #1672: FULL BUG SNAPSHOT =================== Submitted by: biker Project: phpGroupWare Submitted on: Sun 11/10/2002 at 21:40 Category: API - phpGWapi Bug Group: 0.9.14 release Severity: 5 - Major Priority: None Resolution: None Assigned to: ralfbecker Status: Closed Component Version: None Platform Version: Linux - RedHat Reproducibility: Every Time Summary: Timestamps & Database issues Original Submission: I am running phpgroupware 0.9.14 and have run the cvs update so that groupware will run under Apache 2.0.40 (see bug on registration and login pages not working(#1420 I believe) and are still having some problems with the system. 1) We have a problem with Timestamps on posts. The whole redhat 8 system is synced and set to MST (Arizona) timezone. Redhat and system time work fine using ntp. Groupware is setup to use port 13 but we have tried disapled (00) and http (80). Setting the timezone offset value appears to work erradically, but never stablizes on the same time. I have tried several offset values (-7 which is MST in several other ntp implementations I am accustomed to) but to no avail. It's always right on the minutes, just a wrong hour. 2)Unless DB-Type is set to 'db' instead of PHP4 (for better performance) the user session management aspects do not appear to work. The 'current users' feature for admins always shows 0 and no session log data is available. Incidently, back to the time issue in this section, the login times and post timestamp times do both change as setting timezone offset value changes, but the two times never correspond with each other) 3) Speed Issues: It is a relatively small system, roughly 40 users and maybe a max of 5 to 10 simultaneous. When getting more than 1 or 2 users, performance really drops. Using pgsql 7.2.2-1 on redhat 8. Is there some tuning that can be done to pgsql to speed groupware up? The machine is a Pentium class 300mhz with 256 mb RAM and login times are 30-45 seconds with a single user. Screen changes are 15 seconds or so. This drops significantly with more than 2 users. Follow-up Comments ******************* ------------------------------------------------------- Date: Fri 03/21/2003 at 02:42 By: ralfbecker This has been corrected in CVS. To grab a complete update of all fixes: 1) Check to see if you have cvs installed: 'cvs --help'. 1a) If not, install a copy of cvs-cli from your favorite distro. 2) Then just type: 'cd ; cvs update -dP'. You can do step 2 as many times in a day as you wish, and will always get the most current bug fixes. Thanks, ------------------------------------------------------- Date: Tue 03/18/2003 at 22:17 By: cw i can help with #1, I spent way too long figuring this out only to decide it needs either completly scrapped and replaced with a manual server pref or the guy who wrote it needs to surface and explain what he was going for so it can be fixed. In short, unless your server is set to GMT the tz offset for the server will be doubled. Here is a sort of fix, though it's really anoying and gets wiped out if you change any setup/config step2 info: Set the port to 00 - disabled, then save. Before doing anything at all edit the phpgw_config table and set the tz_offset item to 0 (it will be your actual time zone offset from GMT, which the datetime class then subtracts from the server time). /me wonders off grumbling after realizing his setting got set back to -6 again ------------------------------------------------------- Date: Sun 11/24/2002 at 17:04 By: biker The timestamps are our main issue with this bug report. Adding RAM helped most of the applications (email is still slow, but it's also going out to an external server over the web to get mail via IMAPS. Where the timestamps are concerned, it doesn't seem to matter what settings I try, I can not get timestamps to coincide with the system time. We are located in Arizona and it always appears 7 hours hehind the system time for posts in the forums, calendar and other areas that show timestamps. Email seems to be the only application that shows the correct time and that is probably due to the fact that it is hitting an external mail server located elsewhere on our domain and not related to (or even running) phpgroupware. Any help on this issue would be greatly appreciated. ------------------------------------------------------- Date: Wed 11/13/2002 at 00:08 By: skwashd 1) I am not sure about why this is happening 2) At the moment it is not possible to show current users under php4 sessions. I doubt the access log will ever show the user activity as it is designed not to use the db at all. 3) If you want a lot of activity i would suggest a serious server. I used to run a 2xPIII-866 with 256M RAM and 2x40G HDD RAID 1. It was slow but with 1G RAM it hums. RAM RAM RAM and a gutsy processor would be my adivce. Hope this helps CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=1672&group_id=509 From MAILER-DAEMON Sat May 03 10:08:19 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19BxgF-0005sv-00 for mharc-phpgroupware-tracker@gnu.org; Sat, 03 May 2003 10:07:59 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19Bxfz-0005RO-00 for phpgroupware-tracker@gnu.org; Sat, 03 May 2003 10:07:43 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19Bxf4-0004GB-00 for phpgroupware-tracker@gnu.org; Sat, 03 May 2003 10:06:46 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19Bxf0-00048f-00 for phpgroupware-tracker@gnu.org; Sat, 03 May 2003 10:06:42 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19Bxf7-0002hw-00; Sat, 03 May 2003 10:06:49 -0400 To: r.jung@creativix.net,ceb@phpgroupware.org,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Sat, 03 May 2003 10:06:49 -0400 Subject: [Phpgroupware-tracker] [Bug #3444] postgresql 7.3.x groups X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sat, 03 May 2003 14:07:51 -0000 =================== BUG #3444: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3444&group_id=509 Submitted by: reiner_j Project: phpGroupWare Submitted on: Sat 05/03/2003 at 14:06 Category: API - Admin Bug Group: None Severity: 5 - Major Priority: None Resolution: None Assigned to: ceb Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: postgresql 7.3.x groups Original Submission: Admin Database error: Invalid SQL: SELECT * FROM phpgw_accounts WHERE account_id='' PostgreSQL Error: 1 (ERROR: pg_atoi: zero-length string ) File: /var/www/html/phpg016/phpgroupware/phpgwapi/inc/class.accounts_sql.inc.php Line: 82 Session halted. No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3444&group_id=509 From MAILER-DAEMON Sat May 03 19:56:30 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19C6rj-0005gU-00 for mharc-phpgroupware-tracker@gnu.org; Sat, 03 May 2003 19:56:27 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19C6rc-0005bA-00 for phpgroupware-tracker@gnu.org; Sat, 03 May 2003 19:56:20 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19C6qs-0004rL-00 for phpgroupware-tracker@gnu.org; Sat, 03 May 2003 19:55:36 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19C6ou-00048n-00 for phpgroupware-tracker@gnu.org; Sat, 03 May 2003 19:53:32 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19C6ot-0002qP-00; Sat, 03 May 2003 19:53:31 -0400 To: r.jung@creativix.net,ceb@phpgroupware.org,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Sat, 03 May 2003 19:53:31 -0400 Subject: [Phpgroupware-tracker] [Bug #3447] Postgresql 7.3.x error X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sat, 03 May 2003 23:56:26 -0000 =================== BUG #3447: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3447&group_id=509 Submitted by: reiner_j Project: phpGroupWare Submitted on: Sat 05/03/2003 at 23:53 Category: None Bug Group: None Severity: 5 - Major Priority: None Resolution: None Assigned to: ceb Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: Postgresql 7.3.x error Original Submission: Database error: Invalid SQL: SELECT coordinator from phpgw_p_projects where id= PostgreSQL Error: 1 (ERROR: parser: parse error at end of input ) File: /var/www/html/phpg016/phpgroupware/projects/inc/class.soprojects.inc.php Line: 473 No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3447&group_id=509 From MAILER-DAEMON Sat May 03 20:27:57 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19C7M5-0007lK-00 for mharc-phpgroupware-tracker@gnu.org; Sat, 03 May 2003 20:27:49 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19C7Lw-0007du-00 for phpgroupware-tracker@gnu.org; Sat, 03 May 2003 20:27:40 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19C7LO-0006gm-00 for phpgroupware-tracker@gnu.org; Sat, 03 May 2003 20:27:06 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19C7Kc-0006QA-00 for phpgroupware-tracker@gnu.org; Sat, 03 May 2003 20:26:18 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19C7Kh-0006A9-00; Sat, 03 May 2003 20:26:23 -0400 To: r.jung@creativix.net,RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Sat, 03 May 2003 20:26:23 -0400 Subject: [Phpgroupware-tracker] [Bug #3448] Infolog in .16 shows to larg X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sun, 04 May 2003 00:27:42 -0000 =================== BUG #3448: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3448&group_id=509 Submitted by: reiner_j Project: phpGroupWare Submitted on: Sun 05/04/2003 at 00:26 Category: infolog Bug Group: None Severity: 5 - Major Priority: None Resolution: None Assigned to: ralfbecker Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: Infolog in .16 shows to larg Original Submission: Infolog in the .16 is to large (horizontal). It is bigger than necessary. In .14 with idots it works well :-) No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3448&group_id=509 From MAILER-DAEMON Sun May 04 02:16:31 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19CCnX-000266-00 for mharc-phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:16:31 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19CCnU-0001xL-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:16:28 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19CCnS-0001rP-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:16:27 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19CCnR-0001pw-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:16:25 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19CCnV-0002fD-00; Sun, 04 May 2003 02:16:29 -0400 To: r.jung@creativix.net,dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Sun, 04 May 2003 02:16:29 -0400 Subject: [Phpgroupware-tracker] [Bug #3349] postgresql 7.3x SQL problem in news_admin X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sun, 04 May 2003 06:16:29 -0000 =================== BUG #3349: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3349&group_id=509 Changes by: Dave Hall Date: Sun 05/04/2003 at 16:16 (Australia/Melbourne) What | Removed | Added --------------------------------------------------------------------------- Resolution | None | Fixed Status | Open | Closed ------------------ Additional Follow-up Comments ---------------------------- This has been fixed in CVS and should be available in the next release. =================== BUG #3349: FULL BUG SNAPSHOT =================== Submitted by: reiner_j Project: phpGroupWare Submitted on: Mon 04/28/2003 at 07:40 Category: news_admin Bug Group: None Severity: 5 - Major Priority: High Resolution: Fixed Assigned to: skwashd Status: Closed Component Version: None Platform Version: None Reproducibility: None Summary: postgresql 7.3x SQL problem in news_admin Original Submission: Database error: Invalid SQL: SELECT * FROM phpgw_news WHERE news_status='Active' AND news_cat='' ORDER BY news_date DESC LIMIT 5 PostgreSQL Error: 1 (ERROR: pg_atoi: zero-length string ) File: /var/www/html/phpg016/phpgroupware/news_admin/inc/class.sonews.inc.php Line: 65 Follow-up Comments ******************* ------------------------------------------------------- Date: Sun 05/04/2003 at 16:16 By: skwashd This has been fixed in CVS and should be available in the next release. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3349&group_id=509 From MAILER-DAEMON Sun May 04 02:17:32 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19CCoE-0002tj-00 for mharc-phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:17:14 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19CCoA-0002h1-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:17:10 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19CCnv-0002My-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:16:56 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19CCnt-0002KP-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:16:53 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19CCny-0002fo-00; Sun, 04 May 2003 02:16:58 -0400 To: powerstat@web.de,dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Sun, 04 May 2003 02:16:58 -0400 Subject: [Phpgroupware-tracker] [Bug #3380] accounts table is not needed in query - /news_admin/website/export.php X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sun, 04 May 2003 06:17:12 -0000 =================== BUG #3380: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3380&group_id=509 Changes by: Dave Hall Date: Sun 05/04/2003 at 16:16 (Australia/Melbourne) What | Removed | Added --------------------------------------------------------------------------- Resolution | None | Fixed Status | Open | Closed ------------------ Additional Follow-up Comments ---------------------------- This has been fixed in CVS and should be available in the next release. =================== BUG #3380: FULL BUG SNAPSHOT =================== Submitted by: powerstat Project: phpGroupWare Submitted on: Tue 04/29/2003 at 19:13 Category: news_admin Bug Group: devel cvs Severity: 5 - Major Priority: Normal Resolution: Fixed Assigned to: None Status: Closed Component Version: None Platform Version: None Reproducibility: None Summary: accounts table is not needed in query - /news_admin/website/export.php Original Submission: Using the accounts table here is useless because there is no connection between these two tables (missing where) - so the join produces a lot of overhead!!! $db->query("select * from phpgw_news,accounts where news_status='Active' order by news_date " ./news_admin/website/export.php Follow-up Comments ******************* ------------------------------------------------------- Date: Sun 05/04/2003 at 16:16 By: skwashd This has been fixed in CVS and should be available in the next release. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3380&group_id=509 From MAILER-DAEMON Sun May 04 02:21:36 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19CCrT-0002Ts-00 for mharc-phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:20:35 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19CCrM-0002Gk-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:20:28 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19CCrF-00021M-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:20:22 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19CCqw-0001HZ-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:20:02 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19CCqx-0004cr-00; Sun, 04 May 2003 02:20:03 -0400 To: raistlin@tacorp.net, dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@gnu.org Message-Id: Date: Sun, 04 May 2003 02:20:03 -0400 Subject: [Phpgroupware-tracker] [Patch #811] Postgres fixes for comic. 1 general, 1 7.3 X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sun, 04 May 2003 06:20:34 -0000 Patch #811 has been updated. Project: Category: comic Status: Closed Summary: Postgres fixes for comic. 1 general, 1 7.3 Follow-Ups: Date: Thu 12/12/2002 at 16:31 By: jslagle Comment: This patch has a DB Schema change, but since you can't have NOT NULL and no default and provide no value, it's needed to make this work under postgres (The fact it works under mysql, if it does, is a bug in mysql). ------------------------------------------------------- Date: Sun 05/04/2003 at 16:20 By: skwashd Comment: Thanks for the contribution - it should be available in 0.9.14.002+ and 0.9.16 ------------------------------------------------------- ------------------------------------------------------- For more info, visit: http://savannah.gnu.org/patch/?func=detailpatch&patch_id=811&group_id=509 From MAILER-DAEMON Sun May 04 02:22:46 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19CCtM-0004WZ-00 for mharc-phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:22:32 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19CCtB-0004JF-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:22:21 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19CCt9-0004CX-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:22:19 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19CCt6-00044o-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:22:16 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19CCtE-0005SR-00; Sun, 04 May 2003 02:22:24 -0400 To: samp@arial-concept.com, noreply@savannah.gnu.org,phpgroupware-tracker@gnu.org From: nobody@gnu.org Message-Id: Date: Sun, 04 May 2003 02:22:24 -0400 Subject: [Phpgroupware-tracker] [Patch #881] RBS main Patch X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sun, 04 May 2003 06:22:31 -0000 Patch #881 has been updated. Project: Category: None Status: Closed Summary: RBS main Patch Follow-Ups: Date: Sun 05/04/2003 at 16:22 By: skwashd Comment: Thanks for the contribution ... many changes were applied to rbs in the 0.9.14.002 release. The RBS application will be merged with calendar in the 0.9.16+ releases. ------------------------------------------------------- ------------------------------------------------------- For more info, visit: http://savannah.gnu.org/patch/?func=detailpatch&patch_id=881&group_id=509 From MAILER-DAEMON Sun May 04 02:22:52 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19CCtg-000524-00 for mharc-phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:22:52 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19CCte-0004xo-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:22:50 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19CCtc-0004x8-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:22:49 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19CCtc-0004wx-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:22:48 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19CCtl-0005UN-00; Sun, 04 May 2003 02:22:57 -0400 To: noreply@savannah.gnu.org, ceb@phpgroupware.org,phpgroupware-tracker@gnu.org From: nobody@gnu.org Message-Id: Date: Sun, 04 May 2003 02:22:57 -0400 Subject: [Phpgroupware-tracker] [Patch #1246] class.xslttemplate.inc.php: small safe_mode de-uglifier X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sun, 04 May 2003 06:22:50 -0000 Patch #1246 has been updated. Project: Category: API - phpGWapi Status: Open Summary: class.xslttemplate.inc.php: small safe_mode de-uglifier ------------------------------------------------------- For more info, visit: http://savannah.gnu.org/patch/?func=detailpatch&patch_id=1246&group_id=509 From MAILER-DAEMON Sun May 04 02:24:36 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19CCv1-00007p-00 for mharc-phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:24:15 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19CCup-0007qh-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:24:03 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19CCuZ-0007Bp-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:23:51 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19CCuN-0006Qy-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:23:35 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19CCuR-0005Vw-00; Sun, 04 May 2003 02:23:39 -0400 To: stephanf@singnet.com.sg, angles@aminvestments.com,phpgroupware-tracker@gnu.org From: nobody@gnu.org Message-Id: Date: Sun, 04 May 2003 02:23:39 -0400 Subject: [Phpgroupware-tracker] [Patch #1390] Fix for bug [Bug #1992] Warning: Couldn't open stream ... X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sun, 04 May 2003 06:24:13 -0000 Patch #1390 has been updated. Project: Category: email Status: Open Summary: Fix for bug [Bug #1992] Warning: Couldn't open stream ... ------------------------------------------------------- For more info, visit: http://savannah.gnu.org/patch/?func=detailpatch&patch_id=1390&group_id=509 From MAILER-DAEMON Sun May 04 02:25:35 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19CCw6-0002Yz-00 for mharc-phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:25:22 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19CCvf-0001ZL-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:24:55 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19CCvY-0001D2-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:24:49 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19CCvT-00013V-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:24:43 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19CCvW-0005XF-00; Sun, 04 May 2003 02:24:46 -0400 To: menrit.samir@tedata.net, sim@zeald.com,phpgroupware-tracker@gnu.org From: nobody@gnu.org Message-Id: Date: Sun, 04 May 2003 02:24:46 -0400 Subject: [Phpgroupware-tracker] [Patch #1335] sorry 'i uploadded the making the filemanager ..' anonymousl X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sun, 04 May 2003 06:25:20 -0000 Patch #1335 has been updated. Project: Category: filemanager Status: Open Summary: sorry 'i uploadded the making the filemanager ..' anonymousl Follow-Ups: Date: Sun 05/04/2003 at 16:24 By: skwashd Comment: what file type is this patch? ------------------------------------------------------- ------------------------------------------------------- For more info, visit: http://savannah.gnu.org/patch/?func=detailpatch&patch_id=1335&group_id=509 From MAILER-DAEMON Sun May 04 02:28:19 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19CCyY-0005Ni-00 for mharc-phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:27:54 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19CCxt-0004o2-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:27:13 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19CCxM-0004hd-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:26:41 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19CCww-0004fj-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:26:14 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19CCx4-0005cM-00; Sun, 04 May 2003 02:26:22 -0400 To: noreply@savannah.gnu.org, sim@zeald.com,phpgroupware-tracker@gnu.org From: nobody@gnu.org Message-Id: Date: Sun, 04 May 2003 02:26:22 -0400 Subject: [Phpgroupware-tracker] [Patch #1334] making the filemanager upload on php version 4.2.1 X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sun, 04 May 2003 06:27:53 -0000 Patch #1334 has been updated. Project: Category: filemanager Status: Open Summary: making the filemanager upload on php version 4.2.1 Follow-Ups: Date: Sun 05/04/2003 at 16:26 By: skwashd Comment: What format is this patch? In the 0.9.16+ releases we will support php4.1+ ... if this uses the $_FILE array that will be ok ... as php4.1 supports this too ------------------------------------------------------- ------------------------------------------------------- For more info, visit: http://savannah.gnu.org/patch/?func=detailpatch&patch_id=1334&group_id=509 From MAILER-DAEMON Sun May 04 02:30:04 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19CCzf-0007aa-00 for mharc-phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:29:03 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19CCzP-00075M-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:28:47 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19CCyQ-0005Ee-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:27:47 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19CCy3-0004ro-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:27:23 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19CCy7-0005eh-00; Sun, 04 May 2003 02:27:27 -0400 To: raistlin@tacorp.net, dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@gnu.org Message-Id: Date: Sun, 04 May 2003 02:27:27 -0400 Subject: [Phpgroupware-tracker] [Patch #808] Fixes NULL int category problem with postgres 7.3 X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sun, 04 May 2003 06:28:55 -0000 Patch #808 has been updated. Project: Category: API - phpGWapi Status: Closed Summary: Fixes NULL int category problem with postgres 7.3 Follow-Ups: Date: Sun 05/04/2003 at 16:27 By: skwashd Comment: A similar fix to this has been applied to the 0.9.16 branch and will be available in the next major release. ------------------------------------------------------- ------------------------------------------------------- For more info, visit: http://savannah.gnu.org/patch/?func=detailpatch&patch_id=808&group_id=509 From MAILER-DAEMON Sun May 04 02:33:02 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19CD3J-0004mk-00 for mharc-phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:32:49 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19CD37-0004Ip-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:32:37 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19CD30-0003xA-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:32:30 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19CD2v-0003jK-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:32:25 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19CD33-0005qj-00; Sun, 04 May 2003 02:32:33 -0400 To: noreply@savannah.gnu.org, RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@gnu.org Message-Id: Date: Sun, 04 May 2003 02:32:33 -0400 Subject: [Phpgroupware-tracker] [Patch #934] Update to patch 912 for 0.9.14.001 with fixes X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sun, 04 May 2003 06:32:47 -0000 Patch #934 has been updated. Project: Category: calendar Status: Open Summary: Update to patch 912 for 0.9.14.001 with fixes ------------------------------------------------------- For more info, visit: http://savannah.gnu.org/patch/?func=detailpatch&patch_id=934&group_id=509 From MAILER-DAEMON Sun May 04 02:33:36 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19CD44-0005sC-00 for mharc-phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:33:36 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19CD41-0005mr-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:33:33 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19CD40-0005j8-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:33:32 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19CD3z-0005ia-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:33:31 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19CD48-0005tM-00; Sun, 04 May 2003 02:33:40 -0400 To: menrit.samir@tedata.net, noreply@savannah.gnu.org,phpgroupware-tracker@gnu.org From: nobody@gnu.org Message-Id: Date: Sun, 04 May 2003 02:33:40 -0400 Subject: [Phpgroupware-tracker] [Patch #1344] view the events with No Response on main screen X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sun, 04 May 2003 06:33:34 -0000 Patch #1344 has been updated. Project: Category: calendar Status: Open Summary: view the events with No Response on main screen ------------------------------------------------------- For more info, visit: http://savannah.gnu.org/patch/?func=detailpatch&patch_id=1344&group_id=509 From MAILER-DAEMON Sun May 04 02:35:02 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19CD5C-0008K2-00 for mharc-phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:34:46 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19CD58-00089a-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:34:42 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19CD4h-0006gH-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:34:16 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19CD4g-0006em-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:34:14 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19CD4k-0005ur-00; Sun, 04 May 2003 02:34:18 -0400 To: menrit.samir@tedata.net, noreply@savannah.gnu.org,phpgroupware-tracker@gnu.org From: nobody@gnu.org Message-Id: Date: Sun, 04 May 2003 02:34:18 -0400 Subject: [Phpgroupware-tracker] [Patch #1343] view the events with No Response on main screen X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sun, 04 May 2003 06:34:44 -0000 Patch #1343 has been updated. Project: Category: calendar Status: Deleted Summary: view the events with No Response on main screen Follow-Ups: Date: Sun 05/04/2003 at 16:34 By: skwashd Comment: Dplicate of Patch #1344 - Deleting ------------------------------------------------------- ------------------------------------------------------- For more info, visit: http://savannah.gnu.org/patch/?func=detailpatch&patch_id=1343&group_id=509 From MAILER-DAEMON Sun May 04 02:35:27 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19CD5n-0000jm-00 for mharc-phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:35:23 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19CD5L-0008U8-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:34:55 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19CD57-000857-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:34:42 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19CD55-0007z3-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:34:39 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19CD58-0005vr-00; Sun, 04 May 2003 02:34:42 -0400 To: menrit.samir@tedata.net, RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@gnu.org Message-Id: Date: Sun, 04 May 2003 02:34:42 -0400 Subject: [Phpgroupware-tracker] [Patch #1344] view the events with No Response on main screen X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sun, 04 May 2003 06:35:20 -0000 Patch #1344 has been updated. Project: Category: calendar Status: Open Summary: view the events with No Response on main screen Follow-Ups: Date: Sun 05/04/2003 at 16:34 By: skwashd Comment: whoops forgot to assign it ------------------------------------------------------- ------------------------------------------------------- For more info, visit: http://savannah.gnu.org/patch/?func=detailpatch&patch_id=1344&group_id=509 From MAILER-DAEMON Sun May 04 02:38:32 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19CD7x-0002d0-00 for mharc-phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:37:37 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19CD7S-0001nr-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:37:06 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19CD7J-0001Ye-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:36:58 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19CD6p-0001G7-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:36:27 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19CD6x-00061u-00; Sun, 04 May 2003 02:36:35 -0400 To: savannah@xc.net, noreply@savannah.gnu.org,phpgroupware-tracker@gnu.org From: nobody@gnu.org Message-Id: Date: Sun, 04 May 2003 02:36:35 -0400 Subject: [Phpgroupware-tracker] [Patch #245] xml.so and PHP3 X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sun, 04 May 2003 06:37:35 -0000 Patch #245 has been updated. Project: Category: None Status: Closed Summary: xml.so and PHP3 Follow-Ups: Date: Wed 04/17/2002 at 12:26 By: Zone Comment: Not an elegant patch, but AFAICT there is no way of detecting whether an dl() call will succeed, or doing error trapping on it. Default PHP3 installs (from source) don't include the XML extension, so PHP3 installers will find they can't load the main page without editing the source code. With this patch, PHP3 users will have to explicitly edit the source code to use the functions in xml_functions.inc.php, which I think is a more practical solution, but you may have other opinions. ------------------------------------------------------- Date: Wed 04/24/2002 at 23:00 By: milosch Comment: I am finding that trapping dl() failure is impossible. However, I am working on a small class to handle this type of check in a generic way. It includes a small array of extensions and possible module names. If only dl() could be trapped, this would be ideal. Check out class.phpext.inc.php and see what you think... ------------------------------------------------------- Date: Thu 04/25/2002 at 15:23 By: Zone Comment: The class looks good. Two things: 1) It will still bail in PHP3, so a decision may have to made at some point (support PHP3 by default or support PHP's XML extension by default). 2) The error_reporting() value should be trapped before error_reporting(0); and set back to what it was before (instead of explicitly setting E_ERROR | E_WARNING | E_PARSE). ------------------------------------------------------- Date: Thu 04/25/2002 at 18:44 By: milosch Comment: Aha, but we already set error_reporting to this anyway in functions or common_functions. Yes, it does bail on php3... ------------------------------------------------------- Date: Sun 05/04/2003 at 16:36 By: skwashd Comment: >From the 0.9.16 release onwards we will drop support for php3 - the requirement will now be PHP 4.1+ ------------------------------------------------------- ------------------------------------------------------- For more info, visit: http://savannah.gnu.org/patch/?func=detailpatch&patch_id=245&group_id=509 From MAILER-DAEMON Sun May 04 02:38:42 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19CD86-0002yM-00 for mharc-phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:37:46 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19CD6l-0001Em-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:36:23 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19CD5t-0000u0-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:35:32 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19CD5i-0000a3-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:35:18 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19CD5o-0005zO-00; Sun, 04 May 2003 02:35:24 -0400 To: izzyb@ecn.ab.ca, lars@kneschke.de,phpgroupware-tracker@gnu.org From: nobody@gnu.org Message-Id: Date: Sun, 04 May 2003 02:35:24 -0400 Subject: [Phpgroupware-tracker] [Patch #1378] Calls change password function twice not needed X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sun, 04 May 2003 06:37:44 -0000 Patch #1378 has been updated. Project: Category: API - Preferences Status: Open Summary: Calls change password function twice not needed ------------------------------------------------------- For more info, visit: http://savannah.gnu.org/patch/?func=detailpatch&patch_id=1378&group_id=509 From MAILER-DAEMON Sun May 04 02:39:00 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19CD7y-0002gD-00 for mharc-phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:37:38 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19CD7v-0002aJ-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:37:35 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19CD5R-0000GD-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:35:02 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19CD5O-000098-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 02:34:58 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19CD5V-0005yb-00; Sun, 04 May 2003 02:35:05 -0400 To: izzyb@ecn.ab.ca, lars@kneschke.de,phpgroupware-tracker@gnu.org From: nobody@gnu.org Message-Id: Date: Sun, 04 May 2003 02:35:05 -0400 Subject: [Phpgroupware-tracker] [Patch #1375] changepassword returns empty value. should be true X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sun, 04 May 2003 06:37:36 -0000 Patch #1375 has been updated. Project: Category: API - phpGWapi Status: Open Summary: changepassword returns empty value. should be true Follow-Ups: Date: Fri 04/11/2003 at 02:12 By: izzyb Comment: Last patch wrong. Use this one instead --- phpgwapi/inc/class.auth_ldap.inc.php 2002-11-23 18:45:03.000000000 -0700 +++ ../class.auth_ldap.inc.php 2003-04-10 17:35:04.000000000 -0600 @@ -90,8 +90,8 @@ $sri = ldap_search($ds, $GLOBALS['phpgw_info']['server']['ldap_context'], "uidnumber=$_account_id"); $allValues = ldap_get_entries($ds, $sri); - - $entry['userpassword'] = $GLOBALS['phpgw']->common->encrypt_password($new_passwd); + $encrypted_passwd = $GLOBALS['phpgw']->common->encrypt_password($new_passwd); + $entry['userpassword'] = $encrypted_passwd; $dn = $allValues[0]['dn']; if (!@ldap_modify($ds, $dn, $entry)) ------------------------------------------------------- ------------------------------------------------------- For more info, visit: http://savannah.gnu.org/patch/?func=detailpatch&patch_id=1375&group_id=509 From MAILER-DAEMON Sun May 04 14:29:45 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19COEO-0001J2-00 for mharc-phpgroupware-tracker@gnu.org; Sun, 04 May 2003 14:29:00 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19COE3-0000jY-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 14:28:39 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19CODW-0000Kz-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 14:28:07 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19COD7-0008CU-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 14:27:41 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19CODG-00047s-00; Sun, 04 May 2003 14:27:50 -0400 To: phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Sun, 04 May 2003 14:27:50 -0400 Subject: [Phpgroupware-tracker] [Bug #3452] project statistics not working on project X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sun, 04 May 2003 18:28:58 -0000 =================== BUG #3452: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3452&group_id=509 Submitted by: None Project: phpGroupWare Submitted on: Sun 05/04/03 at 14:27 Category: projects Bug Group: 0.9.14.002 release Severity: 5 - Major Priority: High Resolution: None Assigned to: None Status: Open Component Version: ZIP Platform Version: Linux - SuSE Reproducibility: Every Time Summary: project statistics not working on project Original Submission: The project statistics are not working if you start them on the project level. they just work on jobs. No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3452&group_id=509 From MAILER-DAEMON Sun May 04 14:35:21 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19COJy-0001wm-00 for mharc-phpgroupware-tracker@gnu.org; Sun, 04 May 2003 14:34:46 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19COJh-0000yG-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 14:34:29 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19COJH-0000BJ-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 14:34:04 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19COHu-00075C-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 14:32:38 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19COI1-0004FT-00; Sun, 04 May 2003 14:32:45 -0400 To: phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Sun, 04 May 2003 14:32:45 -0400 Subject: [Phpgroupware-tracker] [Bug #3453] infologs assigned to addresses can not be assigned to projects X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sun, 04 May 2003 18:34:43 -0000 =================== BUG #3453: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3453&group_id=509 Submitted by: None Project: phpGroupWare Submitted on: Sun 05/04/03 at 14:32 Category: infolog Bug Group: 0.9.14.002 release Severity: 5 - Major Priority: High Resolution: None Assigned to: None Status: Open Component Version: ZIP Platform Version: None Reproducibility: Every Time Summary: infologs assigned to addresses can not be assigned to projects Original Submission: I have created an infolog to an address. But this infolog should be also assigned to a project. There is a button for this function, but when I click the button the search-popus apears, but it does nothing and just returns to the infolog overview No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3453&group_id=509 From MAILER-DAEMON Sun May 04 14:37:30 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19COMc-00083X-00 for mharc-phpgroupware-tracker@gnu.org; Sun, 04 May 2003 14:37:30 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19COME-0007EP-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 14:37:06 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19COM6-0006to-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 14:37:00 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19COLu-0006Ik-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 14:36:46 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19COM2-0004L4-00; Sun, 04 May 2003 14:36:54 -0400 To: wmausz@yahoo.com,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Sun, 04 May 2003 14:36:54 -0400 Subject: [Phpgroupware-tracker] [ 102100 ] reasign todos to other users X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sun, 04 May 2003 18:37:28 -0000 Support Request #102100, was updated on Sun 05/04/03 at 14:36 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102100&group_id=509 Category: Feature Request Status: Open Priority: 5 Summary: reasign todos to other users By: wmausz Date: Sun 05/04/03 at 14:36 Logged In: NO Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705) I think it would be useful if it is possible to reassign a todo to an other user like it is possible for infologs ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102100&group_id=509 From MAILER-DAEMON Sun May 04 14:41:24 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19COQF-0001Jw-00 for mharc-phpgroupware-tracker@gnu.org; Sun, 04 May 2003 14:41:15 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19COQ5-0000ia-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 14:41:05 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19COPq-0000Jm-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 14:40:52 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19COPi-0008Kh-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 14:40:42 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19COPr-0004SH-00; Sun, 04 May 2003 14:40:51 -0400 To: phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Sun, 04 May 2003 14:40:51 -0400 Subject: [Phpgroupware-tracker] [Bug #3454] error message when creating an entry in calendar X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sun, 04 May 2003 18:41:13 -0000 =================== BUG #3454: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3454&group_id=509 Submitted by: None Project: phpGroupWare Submitted on: Sun 05/04/03 at 14:40 Category: calendar Bug Group: 0.9.14.002 release Severity: 5 - Major Priority: Immediate Resolution: None Assigned to: None Status: Open Component Version: ZIP Platform Version: None Reproducibility: Every Time Summary: error message when creating an entry in calendar Original Submission: is always get an error when i write something in my calendar. The entry is stored correctly, but the message does not look very good. Fatal error: Call to a member function on a non-object in /home/ma004vca/www/home/phpgroupware/phpgwapi/inc/class.preferences.inc.php on line 583 No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3454&group_id=509 From MAILER-DAEMON Sun May 04 16:40:40 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19CQGr-00035x-00 for mharc-phpgroupware-tracker@gnu.org; Sun, 04 May 2003 16:39:41 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19CQGc-0002gQ-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 16:39:26 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19CQGP-00027d-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 16:39:14 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19CQGI-0001mD-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 16:39:06 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19CQGO-0004ZH-00; Sun, 04 May 2003 16:39:12 -0400 To: RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Sun, 04 May 2003 16:39:12 -0400 Subject: [Phpgroupware-tracker] [Bug #3454] error message when creating an entry in calendar X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sun, 04 May 2003 20:39:39 -0000 =================== BUG #3454: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3454&group_id=509 Changes by: Ralf Becker Date: Sun 05/04/2003 at 22:39 (Europe/Berlin) What | Removed | Added --------------------------------------------------------------------------- Assigned to | None | ralfbecker ------------------ Additional Follow-up Comments ---------------------------- I never heard of that prob. with the calendar. The code line you gave phpgwapi/inc/class.preferences.inc.php, line 583, is the call create the default email-preferences. Do you have the email app installed? Do you have mail-notifications enabled in your calendar prefs. Btw. there is a newer version 0.9.14.003 availible, but I dont think the your prob. has to do with the .002 version. Still I fixed some bugs in the new version, and its worth updateing. =================== BUG #3454: FULL BUG SNAPSHOT =================== Submitted by: None Project: phpGroupWare Submitted on: Sun 05/04/2003 at 20:40 Category: calendar Bug Group: 0.9.14.002 release Severity: 5 - Major Priority: Immediate Resolution: None Assigned to: ralfbecker Status: Open Component Version: ZIP Platform Version: None Reproducibility: Every Time Summary: error message when creating an entry in calendar Original Submission: is always get an error when i write something in my calendar. The entry is stored correctly, but the message does not look very good. Fatal error: Call to a member function on a non-object in /home/ma004vca/www/home/phpgroupware/phpgwapi/inc/class.preferences.inc.php on line 583 Follow-up Comments ******************* ------------------------------------------------------- Date: Sun 05/04/2003 at 22:39 By: ralfbecker I never heard of that prob. with the calendar. The code line you gave phpgwapi/inc/class.preferences.inc.php, line 583, is the call create the default email-preferences. Do you have the email app installed? Do you have mail-notifications enabled in your calendar prefs. Btw. there is a newer version 0.9.14.003 availible, but I dont think the your prob. has to do with the .002 version. Still I fixed some bugs in the new version, and its worth updateing. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3454&group_id=509 From MAILER-DAEMON Sun May 04 16:43:10 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19CQKD-00067v-00 for mharc-phpgroupware-tracker@gnu.org; Sun, 04 May 2003 16:43:09 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19CQK8-0005ti-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 16:43:04 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19CQK0-0005UE-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 16:42:59 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19CQJz-0005Rb-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 16:42:55 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19CQK4-0004i3-00; Sun, 04 May 2003 16:43:00 -0400 To: RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Sun, 04 May 2003 16:43:00 -0400 Subject: [Phpgroupware-tracker] [Bug #3453] infologs assigned to addresses can not be assigned to projects X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sun, 04 May 2003 20:43:07 -0000 =================== BUG #3453: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3453&group_id=509 Changes by: Ralf Becker Date: Sun 05/04/2003 at 22:43 (Europe/Berlin) What | Removed | Added --------------------------------------------------------------------------- Assigned to | None | ralfbecker ------------------ Additional Follow-up Comments ---------------------------- Do you have register globals = on in your php.ini? Do you have read access to any projekts? This works for me without problem. If no match is found the popup returns to the edit page with the message 'Nothing found, try again!'. Btw. there is a new Version (0.9.14.003) availible, with some bugs fixed, I would recommend to use it. =================== BUG #3453: FULL BUG SNAPSHOT =================== Submitted by: None Project: phpGroupWare Submitted on: Sun 05/04/2003 at 20:32 Category: infolog Bug Group: 0.9.14.002 release Severity: 5 - Major Priority: High Resolution: None Assigned to: ralfbecker Status: Open Component Version: ZIP Platform Version: None Reproducibility: Every Time Summary: infologs assigned to addresses can not be assigned to projects Original Submission: I have created an infolog to an address. But this infolog should be also assigned to a project. There is a button for this function, but when I click the button the search-popus apears, but it does nothing and just returns to the infolog overview Follow-up Comments ******************* ------------------------------------------------------- Date: Sun 05/04/2003 at 22:43 By: ralfbecker Do you have register globals = on in your php.ini? Do you have read access to any projekts? This works for me without problem. If no match is found the popup returns to the edit page with the message 'Nothing found, try again!'. Btw. there is a new Version (0.9.14.003) availible, with some bugs fixed, I would recommend to use it. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3453&group_id=509 From MAILER-DAEMON Sun May 04 16:47:21 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19CQMx-0003SO-00 for mharc-phpgroupware-tracker@gnu.org; Sun, 04 May 2003 16:45:59 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19CQMR-0002JD-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 16:45:27 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19CQMM-000263-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 16:45:24 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19CQLe-0001Iw-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 16:44:38 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19CQLn-0004l2-00; Sun, 04 May 2003 16:44:47 -0400 To: wmausz@yahoo.com, ralfbecker@savannah.gnu.org,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Sun, 04 May 2003 16:44:47 -0400 Subject: [Phpgroupware-tracker] [ 102100 ] reasign todos to other users X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sun, 04 May 2003 20:45:57 -0000 Support Request #102100, was updated on Sun 05/04/2003 at 20:36 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102100&group_id=509 Category: Feature Request Status: Open Priority: 5 Summary: reasign todos to other users By: ralfbecker Date: Sun 05/04/2003 at 22:44 Logged In: YES user_id=2883 Browser: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030313 Use infolog if you like it's features ;-). Its a replacement for todo. ---------------------------------------------------------------------- By: wmausz Date: Sun 05/04/2003 at 20:36 Logged In: NO Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705) I think it would be useful if it is possible to reassign a todo to an other user like it is possible for infologs ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102100&group_id=509 From MAILER-DAEMON Sun May 04 17:01:17 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19CQbl-0003F5-00 for mharc-phpgroupware-tracker@gnu.org; Sun, 04 May 2003 17:01:17 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19CQbi-0003CG-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 17:01:14 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19CQbh-0003BG-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 17:01:13 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19CQbh-0003An-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 17:01:13 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19CQbq-0005Pz-00; Sun, 04 May 2003 17:01:22 -0400 To: ceb@phpgroupware.org,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Sun, 04 May 2003 17:01:22 -0400 Subject: [Phpgroupware-tracker] [Bug #3452] project statistics not working on project X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sun, 04 May 2003 21:01:15 -0000 =================== BUG #3452: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3452&group_id=509 Changes by: Dave Hall Date: Mon 05/05/2003 at 07:01 (Australia/Melbourne) What | Removed | Added --------------------------------------------------------------------------- Assigned to | None | ceb =================== BUG #3452: FULL BUG SNAPSHOT =================== Submitted by: None Project: phpGroupWare Submitted on: Mon 05/05/2003 at 04:27 Category: projects Bug Group: 0.9.14.002 release Severity: 5 - Major Priority: High Resolution: None Assigned to: ceb Status: Open Component Version: ZIP Platform Version: Linux - SuSE Reproducibility: Every Time Summary: project statistics not working on project Original Submission: The project statistics are not working if you start them on the project level. they just work on jobs. No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3452&group_id=509 From MAILER-DAEMON Sun May 04 17:04:01 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19CQeN-0000Nc-00 for mharc-phpgroupware-tracker@gnu.org; Sun, 04 May 2003 17:03:59 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19CQeK-0000Dg-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 17:03:56 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19CQe4-0007ht-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 17:03:41 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19CQdZ-0006cI-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 17:03:09 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19CQdg-0005Tq-00; Sun, 04 May 2003 17:03:16 -0400 To: samp@arial-concept.com,RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Sun, 04 May 2003 17:03:16 -0400 Subject: [Phpgroupware-tracker] [Bug #3427] Mail event notification "You do not have permission to read this record!" X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sun, 04 May 2003 21:03:57 -0000 =================== BUG #3427: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3427&group_id=509 Changes by: Dave Hall Date: Mon 05/05/2003 at 07:03 (Australia/Melbourne) What | Removed | Added --------------------------------------------------------------------------- Assigned to | None | ralfbecker =================== BUG #3427: FULL BUG SNAPSHOT =================== Submitted by: samp Project: phpGroupWare Submitted on: Sat 05/03/2003 at 00:53 Category: calendar Bug Group: 0.9.14.002 release Severity: 5 - Major Priority: Normal Resolution: None Assigned to: ralfbecker Status: Open Component Version: TGZ Platform Version: Linux - Debian Reproducibility: Every Time Summary: Mail event notification "You do not have permission to read this record!" Original Submission: With 0.9.14.003 release, PHP 4.2.4, Apache 1.3.27 User 1 adds an event to their calendar and selects User 2 as a participant. The event appears in both calendars, User 2 receive the mail notification and accept this event, then User 1 got the mail reply with "You do not have permission to read this record!" and the event date is "Friday, 2 * 2003" month is missing Sam Przyswa No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3427&group_id=509 From MAILER-DAEMON Sun May 04 17:54:32 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19CRRH-0008LM-00 for mharc-phpgroupware-tracker@gnu.org; Sun, 04 May 2003 17:54:31 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19CRRC-0008GV-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 17:54:26 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19CRQu-0007v1-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 17:54:08 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19CRQV-0007k3-00 for phpgroupware-tracker@gnu.org; Sun, 04 May 2003 17:53:43 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19CRQe-00019g-00; Sun, 04 May 2003 17:53:52 -0400 To: phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Sun, 04 May 2003 17:53:52 -0400 Subject: [Phpgroupware-tracker] [Bug #3458] Stable Demo failed on login screen X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sun, 04 May 2003 21:54:30 -0000 =================== BUG #3458: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3458&group_id=509 Submitted by: None Project: phpGroupWare Submitted on: Sun 05/04/2003 at 17:53 Category: None Bug Group: None Severity: 5 - Major Priority: None Resolution: None Assigned to: None Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: Stable Demo failed on login screen Original Submission: Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 1741 bytes) in /home/phpgroupware/http/demo/phpgwapi/inc/class.Template.inc.php on line 185 Stable demo is not very stable! This happened when I tried to login in as demo-guest to the demo. No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3458&group_id=509 From MAILER-DAEMON Mon May 05 12:53:30 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19CjDV-0007Mo-00 for mharc-phpgroupware-tracker@gnu.org; Mon, 05 May 2003 12:53:29 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19CjAf-0006PC-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 12:50:33 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19Cj9c-0005pg-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 12:49:29 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19Cj96-0005Xt-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 12:48:56 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19Cj9E-0000JC-00; Mon, 05 May 2003 12:49:04 -0400 To: bjohnson@jecinc.on.ca,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Mon, 05 May 2003 12:49:04 -0400 Subject: [Phpgroupware-tracker] [Bug #3474] Et version of notes gives error when deleting phpgw user account X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Mon, 05 May 2003 16:53:26 -0000 =================== BUG #3474: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3474&group_id=509 Submitted by: jecinc Project: phpGroupWare Submitted on: Mon 05/05/2003 at 16:49 Category: eTemplates Bug Group: None Severity: 5 - Major Priority: None Resolution: None Assigned to: None Status: Open Component Version: None Platform Version: None Reproducibility: Every Time Summary: Et version of notes gives error when deleting phpgw user account Original Submission: Fatal error: Call to undefined function: get_var() in /home/htdocs/phpgroupware/notes/inc/hook_deleteaccount.inc.php on line 20 No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3474&group_id=509 From MAILER-DAEMON Mon May 05 13:03:38 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19CjMD-0003iK-00 for mharc-phpgroupware-tracker@gnu.org; Mon, 05 May 2003 13:02:29 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19CjKk-0002jF-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 13:00:58 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19CjCZ-0006ql-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 12:52:31 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19CjAq-0006Px-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 12:50:44 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19CjAv-0000Pw-00; Mon, 05 May 2003 12:50:49 -0400 To: bjohnson@jecinc.on.ca,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Mon, 05 May 2003 12:50:49 -0400 Subject: [Phpgroupware-tracker] [Bug #3475] so_sql has error for date postgresql fields when using save function X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Mon, 05 May 2003 17:02:27 -0000 =================== BUG #3475: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3475&group_id=509 Submitted by: jecinc Project: phpGroupWare Submitted on: Mon 05/05/2003 at 16:50 Category: eTemplates Bug Group: None Severity: 5 - Major Priority: None Resolution: None Assigned to: None Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: so_sql has error for date postgresql fields when using save function Original Submission: Empty date fields are set to '' but postgresql returns error Postgresql wants null date values set to null (not '') No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3475&group_id=509 From MAILER-DAEMON Mon May 05 13:09:03 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19CjQ8-0006M6-00 for mharc-phpgroupware-tracker@gnu.org; Mon, 05 May 2003 13:06:32 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19CjJ8-0001d0-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 12:59:18 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19CjIG-0000zg-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 12:58:25 -0400 Received: from gnuftp.gnu.org ([199.232.41.6]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19CjHQ-0000fA-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 12:57:32 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by gnuftp.gnu.org with esmtp (Exim 4.10.13) id 19CjHP-0003vV-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 12:57:31 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19CjHS-0000eD-00; Mon, 05 May 2003 12:57:34 -0400 To: dave.hall@mbox.com.au,bjohnson@jecinc.on.ca,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Mon, 05 May 2003 12:57:34 -0400 Subject: [Phpgroupware-tracker] [Bug #2103] Time Track Admin Setup is Bad X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Mon, 05 May 2003 17:06:30 -0000 =================== BUG #2103: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2103&group_id=509 Changes by: Johnson Date: Mon 05/05/2003 at 16:57 (GMT) ------------------ Additional Follow-up Comments ---------------------------- I changed my copy to use interface similar to projects to pick users or groups to be project managers or payroll managers with initial default to default ttrack groups if they exist Values stoed in acl table instead of app table (which is what projects does) =================== BUG #2103: FULL BUG SNAPSHOT =================== Submitted by: skwashd Project: phpGroupWare Submitted on: Tue 12/31/2002 at 22:28 Category: timetrack Bug Group: 0.9.14.001 release Severity: 5 - Major Priority: High Resolution: None Assigned to: None Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: Time Track Admin Setup is Bad Original Submission: The admin setup script for timetrack is bad imho. It should not automatically create 2 new groups without warning, and then use user based acls for granting access to the app. For the current release it should at least warn the admin what it is about to do (with a no option) and use the TT_Users Group to grant access to the app. In future releases i think it should allow the admin to use an existing group to be used as the "users" group. I like many admins like to play with an app to decide if it is suitable. The current admin setup script does not allow this. Cheers Follow-up Comments ******************* ------------------------------------------------------- Date: Mon 05/05/2003 at 16:57 By: jecinc I changed my copy to use interface similar to projects to pick users or groups to be project managers or payroll managers with initial default to default ttrack groups if they exist Values stoed in acl table instead of app table (which is what projects does) CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2103&group_id=509 From MAILER-DAEMON Mon May 05 14:50:27 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19CkyN-000246-00 for mharc-phpgroupware-tracker@gnu.org; Mon, 05 May 2003 14:45:59 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19CkyC-0001wO-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 14:45:48 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19CkxV-0001i2-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 14:45:06 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19Ckwm-0001DH-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 14:44:20 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19Ckwt-00013I-00; Mon, 05 May 2003 14:44:27 -0400 To: bjohnson@jecinc.on.ca,RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Mon, 05 May 2003 14:44:27 -0400 Subject: [Phpgroupware-tracker] [Bug #3474] Et version of notes gives error when deleting phpgw user account X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Mon, 05 May 2003 18:45:57 -0000 =================== BUG #3474: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3474&group_id=509 Changes by: Ralf Becker Date: Mon 05/05/2003 at 20:44 (Europe/Berlin) What | Removed | Added --------------------------------------------------------------------------- Resolution | None | Wont Fix Assigned to | None | ralfbecker Status | Open | Closed ------------------ Additional Follow-up Comments ---------------------------- This is because your version 0.9.14.xxx does not have the get_var() function and the hook does not load the replacement from etemplate. This will be solved with the upcomming .16 release, which includes some new stuff from the HEAD API. =================== BUG #3474: FULL BUG SNAPSHOT =================== Submitted by: jecinc Project: phpGroupWare Submitted on: Mon 05/05/2003 at 18:49 Category: eTemplates Bug Group: None Severity: 5 - Major Priority: None Resolution: Wont Fix Assigned to: ralfbecker Status: Closed Component Version: None Platform Version: None Reproducibility: Every Time Summary: Et version of notes gives error when deleting phpgw user account Original Submission: Fatal error: Call to undefined function: get_var() in /home/htdocs/phpgroupware/notes/inc/hook_deleteaccount.inc.php on line 20 Follow-up Comments ******************* ------------------------------------------------------- Date: Mon 05/05/2003 at 20:44 By: ralfbecker This is because your version 0.9.14.xxx does not have the get_var() function and the hook does not load the replacement from etemplate. This will be solved with the upcomming .16 release, which includes some new stuff from the HEAD API. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3474&group_id=509 From MAILER-DAEMON Mon May 05 14:55:20 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19Cl2r-0003UL-00 for mharc-phpgroupware-tracker@gnu.org; Mon, 05 May 2003 14:50:37 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19Cl2j-0003Lp-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 14:50:29 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19CkyQ-00026z-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 14:46:02 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19CkyE-0001xR-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 14:45:50 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19CkyM-00017l-00; Mon, 05 May 2003 14:45:58 -0400 To: bjohnson@jecinc.on.ca,RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Mon, 05 May 2003 14:45:58 -0400 Subject: [Phpgroupware-tracker] [Bug #3475] so_sql has error for date postgresql fields when using save function X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Mon, 05 May 2003 18:50:36 -0000 =================== BUG #3475: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3475&group_id=509 Changes by: Ralf Becker Date: Mon 05/05/2003 at 20:45 (Europe/Berlin) What | Removed | Added --------------------------------------------------------------------------- Assigned to | None | ralfbecker ------------------ Additional Follow-up Comments ---------------------------- Ok, I will fix it soon. =================== BUG #3475: FULL BUG SNAPSHOT =================== Submitted by: jecinc Project: phpGroupWare Submitted on: Mon 05/05/2003 at 18:50 Category: eTemplates Bug Group: None Severity: 5 - Major Priority: None Resolution: None Assigned to: ralfbecker Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: so_sql has error for date postgresql fields when using save function Original Submission: Empty date fields are set to '' but postgresql returns error Postgresql wants null date values set to null (not '') Follow-up Comments ******************* ------------------------------------------------------- Date: Mon 05/05/2003 at 20:45 By: ralfbecker Ok, I will fix it soon. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3475&group_id=509 From MAILER-DAEMON Mon May 05 15:03:22 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19ClFB-0004CT-00 for mharc-phpgroupware-tracker@gnu.org; Mon, 05 May 2003 15:03:21 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19ClF8-00048S-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 15:03:18 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19ClF7-00047f-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 15:03:17 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19ClEc-0003oi-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 15:02:46 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19ClEk-0001cP-00; Mon, 05 May 2003 15:02:54 -0400 To: noreply@savannah.gnu.org, RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@gnu.org Message-Id: Date: Mon, 05 May 2003 15:02:54 -0400 Subject: [Phpgroupware-tracker] [Patch #1244] register_globals: tiny one-liner X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Mon, 05 May 2003 19:03:20 -0000 Patch #1244 has been updated. Project: Category: API - phpGWapi Status: Closed Summary: register_globals: tiny one-liner ------------------------------------------------------- For more info, visit: http://savannah.gnu.org/patch/?func=detailpatch&patch_id=1244&group_id=509 From MAILER-DAEMON Mon May 05 15:30:14 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19CleV-0004Lt-00 for mharc-phpgroupware-tracker@gnu.org; Mon, 05 May 2003 15:29:31 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19CldZ-00031e-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 15:28:33 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19ClZ8-0008Vz-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 15:23:59 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19ClTV-0005ey-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 15:18:09 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19ClTZ-00036E-00; Mon, 05 May 2003 15:18:13 -0400 To: raistlin@tacorp.net, RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@gnu.org Message-Id: Date: Mon, 05 May 2003 15:18:13 -0400 Subject: [Phpgroupware-tracker] [Patch #810] Postgres 7.3 history log fix for NULL int X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Mon, 05 May 2003 19:29:29 -0000 Patch #810 has been updated. Project: Category: API - phpGWapi Status: Closed Summary: Postgres 7.3 history log fix for NULL int Follow-Ups: Date: Mon 05/05/2003 at 21:18 By: ralfbecker Comment: i used just intval($record_id), that converts '' to 0 and helps agains query-insertion as the id is often send as get-var ------------------------------------------------------- ------------------------------------------------------- For more info, visit: http://savannah.gnu.org/patch/?func=detailpatch&patch_id=810&group_id=509 From MAILER-DAEMON Mon May 05 15:32:54 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19ClfV-0005tv-00 for mharc-phpgroupware-tracker@gnu.org; Mon, 05 May 2003 15:30:33 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19Clek-0004hQ-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 15:29:46 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19CldY-00030S-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 15:28:34 -0400 Received: from gnuftp.gnu.org ([199.232.41.6]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19ClbG-0001Jg-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 15:26:10 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by gnuftp.gnu.org with esmtp (Exim 4.10.13) id 19ClX6-0008NY-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 15:21:52 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19ClXD-0004a2-00; Mon, 05 May 2003 15:21:59 -0400 To: bjohnson@jecinc.on.ca,RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Mon, 05 May 2003 15:21:59 -0400 Subject: [Phpgroupware-tracker] [Bug #3474] Et version of notes gives error when deleting phpgw user account X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Mon, 05 May 2003 19:30:32 -0000 =================== BUG #3474: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3474&group_id=509 Changes by: Johnson Date: Mon 05/05/2003 at 19:21 (GMT) ------------------ Additional Follow-up Comments ---------------------------- In the meantime, adding include('../etemplate/inc/get_var.php'); to /home/htdocs/phpgroupware/notes/inc/ makes it work =================== BUG #3474: FULL BUG SNAPSHOT =================== Submitted by: jecinc Project: phpGroupWare Submitted on: Mon 05/05/2003 at 16:49 Category: eTemplates Bug Group: None Severity: 5 - Major Priority: None Resolution: Wont Fix Assigned to: ralfbecker Status: Closed Component Version: None Platform Version: None Reproducibility: Every Time Summary: Et version of notes gives error when deleting phpgw user account Original Submission: Fatal error: Call to undefined function: get_var() in /home/htdocs/phpgroupware/notes/inc/hook_deleteaccount.inc.php on line 20 Follow-up Comments ******************* ------------------------------------------------------- Date: Mon 05/05/2003 at 19:21 By: jecinc In the meantime, adding include('../etemplate/inc/get_var.php'); to /home/htdocs/phpgroupware/notes/inc/ makes it work ------------------------------------------------------- Date: Mon 05/05/2003 at 18:44 By: ralfbecker This is because your version 0.9.14.xxx does not have the get_var() function and the hook does not load the replacement from etemplate. This will be solved with the upcomming .16 release, which includes some new stuff from the HEAD API. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3474&group_id=509 From MAILER-DAEMON Mon May 05 15:36:12 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19Clkg-0001rY-00 for mharc-phpgroupware-tracker@gnu.org; Mon, 05 May 2003 15:35:54 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19CljK-0000sk-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 15:34:30 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19Clhs-0007nE-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 15:33:03 -0400 Received: from gnuftp.gnu.org ([199.232.41.6]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19ClgL-0006B3-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 15:31:25 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by gnuftp.gnu.org with esmtp (Exim 4.10.13) id 19ClgK-0001TR-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 15:31:24 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19ClgN-0005C1-00; Mon, 05 May 2003 15:31:27 -0400 To: marco.stagno@libero.it, RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@gnu.org Message-Id: Date: Mon, 05 May 2003 15:31:27 -0400 Subject: [Phpgroupware-tracker] [Patch #740] auto_increment field for MySQL v < 3.23.xx X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Mon, 05 May 2003 19:35:53 -0000 Patch #740 has been updated. Project: Category: API - phpGWapi Status: Closed Summary: auto_increment field for MySQL v < 3.23.xx Follow-Ups: Date: Fri 11/29/2002 at 15:24 By: stagno Comment: see bug# 1820 ------------------------------------------------------- ------------------------------------------------------- For more info, visit: http://savannah.gnu.org/patch/?func=detailpatch&patch_id=740&group_id=509 From MAILER-DAEMON Mon May 05 15:50:02 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19Cllx-0002z4-00 for mharc-phpgroupware-tracker@gnu.org; Mon, 05 May 2003 15:37:13 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19Cllj-0002bs-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 15:36:59 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19Clkd-0001pm-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 15:35:53 -0400 Received: from gnuftp.gnu.org ([199.232.41.6]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19ClkL-0001Ui-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 15:35:33 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by gnuftp.gnu.org with esmtp (Exim 4.10.13) id 19ClkK-00029d-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 15:35:32 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19ClkR-0005Jn-00; Mon, 05 May 2003 15:35:39 -0400 To: noreply@savannah.gnu.org, RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@gnu.org Message-Id: Date: Mon, 05 May 2003 15:35:39 -0400 Subject: [Phpgroupware-tracker] [Patch #1245] class.db_pgsql.inc.php: register_globals mini-patch X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Mon, 05 May 2003 19:37:11 -0000 Patch #1245 has been updated. Project: Category: API - phpGWapi Status: Closed Summary: class.db_pgsql.inc.php: register_globals mini-patch ------------------------------------------------------- For more info, visit: http://savannah.gnu.org/patch/?func=detailpatch&patch_id=1245&group_id=509 From MAILER-DAEMON Mon May 05 23:43:31 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19CtMZ-0004jX-00 for mharc-phpgroupware-tracker@gnu.org; Mon, 05 May 2003 23:43:31 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19CtMX-0004eJ-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 23:43:29 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19CtMV-0004e8-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 23:43:28 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19CtMV-0004e2-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 23:43:27 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19CtMe-0003qL-00; Mon, 05 May 2003 23:43:36 -0400 To: bjohnson@jecinc.on.ca,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Mon, 05 May 2003 23:43:36 -0400 Subject: [Phpgroupware-tracker] [Bug #3479] an existing field being retyped to an auto field should go through this process X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Tue, 06 May 2003 03:43:29 -0000 =================== BUG #3479: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3479&group_id=509 Submitted by: jecinc Project: phpGroupWare Submitted on: Tue 05/06/2003 at 03:43 Category: eTemplates Bug Group: None Severity: 5 - Major Priority: None Resolution: None Assigned to: None Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: an existing field being retyped to an auto field should go through this process Original Submission: This is an example for postgresql to get the maximum value for a field and another example to set the sequance value to that value plus one SELECT max(detail_id) from phpgw_ttrack_job_details select setval('phpgw_ttrack_job__detail_id_seq',441); alter table phpgw_ttrack_job_details alter detail_id set default nextval('phpgw_ttrack_job__detail_id_seq'); I thought this would be handy for dbtools No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3479&group_id=509 From MAILER-DAEMON Mon May 05 23:47:44 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19CtQd-0000z7-00 for mharc-phpgroupware-tracker@gnu.org; Mon, 05 May 2003 23:47:43 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19CtQb-0000wK-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 23:47:41 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19CtQY-0000tL-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 23:47:39 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19CtQY-0000se-00 for phpgroupware-tracker@gnu.org; Mon, 05 May 2003 23:47:38 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19CtQg-0003uB-00; Mon, 05 May 2003 23:47:46 -0400 To: bjohnson@jecinc.on.ca,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Mon, 05 May 2003 23:47:46 -0400 Subject: [Phpgroupware-tracker] [Bug #3480] rows after a multiline template prevent the multiline from displaying more than one row X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Tue, 06 May 2003 03:47:42 -0000 =================== BUG #3480: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3480&group_id=509 Submitted by: jecinc Project: phpGroupWare Submitted on: Tue 05/06/2003 at 03:47 Category: eTemplates Bug Group: None Severity: 5 - Major Priority: None Resolution: None Assigned to: None Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: rows after a multiline template prevent the multiline from displaying more than one row Original Submission: when I use a template with a row of fields similar to ${row}[job_id] .. if there are rows in the template after this row, only the first of the ${row}[job_id] contents will display Having additional rows after is useful for totals and such. Currently can be done with other subtemplates but can be difficult to line up columns that way No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3480&group_id=509 From MAILER-DAEMON Tue May 06 09:36:31 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19D2by-0002EJ-00 for mharc-phpgroupware-tracker@gnu.org; Tue, 06 May 2003 09:36:02 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19D2bf-00022q-00 for phpgroupware-tracker@gnu.org; Tue, 06 May 2003 09:35:43 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19D2at-0001ZC-00 for phpgroupware-tracker@gnu.org; Tue, 06 May 2003 09:35:00 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19D2aq-0001Qs-00 for phpgroupware-tracker@gnu.org; Tue, 06 May 2003 09:34:52 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19D2az-0005I2-00; Tue, 06 May 2003 09:35:01 -0400 To: phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Tue, 06 May 2003 09:35:01 -0400 Subject: [Phpgroupware-tracker] [Bug #3483] popup calendar crash mozilla X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Tue, 06 May 2003 13:36:01 -0000 =================== BUG #3483: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3483&group_id=509 Submitted by: None Project: phpGroupWare Submitted on: Tue 05/06/2003 at 09:35 Category: infolog Bug Group: 0.9.14.002 release Severity: 5 - Major Priority: Normal Resolution: None Assigned to: None Status: Open Component Version: None Platform Version: Linux - RedHat Reproducibility: Every Time Summary: popup calendar crash mozilla Original Submission: I'm using * phpGropware 0.9.14 * Mozilla 1.3 * RedHat 8 Selecting a date from the popup calendar crash my mozilla when the popup is closing No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3483&group_id=509 From MAILER-DAEMON Tue May 06 12:52:44 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19D5gK-0003c3-00 for mharc-phpgroupware-tracker@gnu.org; Tue, 06 May 2003 12:52:44 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19D5gI-0003bK-00 for phpgroupware-tracker@gnu.org; Tue, 06 May 2003 12:52:42 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19D5gG-0003ai-00 for phpgroupware-tracker@gnu.org; Tue, 06 May 2003 12:52:41 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19D5gG-0003ac-00 for phpgroupware-tracker@gnu.org; Tue, 06 May 2003 12:52:40 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19D5gL-0005yJ-00; Tue, 06 May 2003 12:52:45 -0400 To: bjohnson@jecinc.on.ca,RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Tue, 06 May 2003 12:52:46 -0400 Subject: [Phpgroupware-tracker] [Bug #3480] rows after a multiline template prevent the multiline from displaying more than one row X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Tue, 06 May 2003 16:52:42 -0000 =================== BUG #3480: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3480&group_id=509 Changes by: Ralf Becker Date: Tue 05/06/2003 at 18:52 (Europe/Berlin) What | Removed | Added --------------------------------------------------------------------------- Assigned to | None | ralfbecker ------------------ Additional Follow-up Comments ---------------------------- This is not realy bug, auto-repated lines are defined by the fact that there is still data, but no more rows to display them in the template. Your right, it would be a nice feature to flag the row somehow, so there can be more rows after the auto-repeated ones. I will leave the bug report open and count it as a feature-request ;-) Ralf =================== BUG #3480: FULL BUG SNAPSHOT =================== Submitted by: jecinc Project: phpGroupWare Submitted on: Tue 05/06/2003 at 05:47 Category: eTemplates Bug Group: None Severity: 5 - Major Priority: None Resolution: None Assigned to: ralfbecker Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: rows after a multiline template prevent the multiline from displaying more than one row Original Submission: when I use a template with a row of fields similar to ${row}[job_id] .. if there are rows in the template after this row, only the first of the ${row}[job_id] contents will display Having additional rows after is useful for totals and such. Currently can be done with other subtemplates but can be difficult to line up columns that way Follow-up Comments ******************* ------------------------------------------------------- Date: Tue 05/06/2003 at 18:52 By: ralfbecker This is not realy bug, auto-repated lines are defined by the fact that there is still data, but no more rows to display them in the template. Your right, it would be a nice feature to flag the row somehow, so there can be more rows after the auto-repeated ones. I will leave the bug report open and count it as a feature-request ;-) Ralf CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3480&group_id=509 From MAILER-DAEMON Tue May 06 12:54:46 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19D5iH-0004Fp-00 for mharc-phpgroupware-tracker@gnu.org; Tue, 06 May 2003 12:54:45 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19D5dQ-0002QY-00 for phpgroupware-tracker@gnu.org; Tue, 06 May 2003 12:49:44 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19D5dF-0002Kd-00 for phpgroupware-tracker@gnu.org; Tue, 06 May 2003 12:49:35 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19D5bP-0001aJ-00 for phpgroupware-tracker@gnu.org; Tue, 06 May 2003 12:47:39 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19D5bR-0005bd-00; Tue, 06 May 2003 12:47:41 -0400 To: RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Tue, 06 May 2003 12:47:41 -0400 Subject: [Phpgroupware-tracker] [Bug #3483] popup calendar crash mozilla X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Tue, 06 May 2003 16:54:43 -0000 =================== BUG #3483: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3483&group_id=509 Changes by: Ralf Becker Date: Tue 05/06/2003 at 18:47 (Europe/Berlin) What | Removed | Added --------------------------------------------------------------------------- Resolution | None | Invalid Assigned to | None | ralfbecker Status | Open | Closed ------------------ Additional Follow-up Comments ---------------------------- I always wanted to implement a popup-calendar, but I never did. I guess you use an other application, eg. timetrack uses a popup-calendar. Please resubmit the bug-report with the right application. =================== BUG #3483: FULL BUG SNAPSHOT =================== Submitted by: None Project: phpGroupWare Submitted on: Tue 05/06/2003 at 15:35 Category: infolog Bug Group: 0.9.14.002 release Severity: 5 - Major Priority: Normal Resolution: Invalid Assigned to: ralfbecker Status: Closed Component Version: None Platform Version: Linux - RedHat Reproducibility: Every Time Summary: popup calendar crash mozilla Original Submission: I'm using * phpGropware 0.9.14 * Mozilla 1.3 * RedHat 8 Selecting a date from the popup calendar crash my mozilla when the popup is closing Follow-up Comments ******************* ------------------------------------------------------- Date: Tue 05/06/2003 at 18:47 By: ralfbecker I always wanted to implement a popup-calendar, but I never did. I guess you use an other application, eg. timetrack uses a popup-calendar. Please resubmit the bug-report with the right application. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3483&group_id=509 From MAILER-DAEMON Tue May 06 13:01:22 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19D5od-0000TB-00 for mharc-phpgroupware-tracker@gnu.org; Tue, 06 May 2003 13:01:19 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19D5oD-0008RN-00 for phpgroupware-tracker@gnu.org; Tue, 06 May 2003 13:00:53 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19D5nt-00087S-00 for phpgroupware-tracker@gnu.org; Tue, 06 May 2003 13:00:34 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19D5mN-0007Zp-00 for phpgroupware-tracker@gnu.org; Tue, 06 May 2003 12:58:59 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19D5mQ-0006NL-00; Tue, 06 May 2003 12:59:02 -0400 To: bjohnson@jecinc.on.ca,RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Tue, 06 May 2003 12:59:02 -0400 Subject: [Phpgroupware-tracker] [Bug #3479] an existing field being retyped to an auto field should go through this process X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Tue, 06 May 2003 17:01:18 -0000 =================== BUG #3479: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3479&group_id=509 Changes by: Ralf Becker Date: Tue 05/06/2003 at 18:59 (Europe/Berlin) What | Removed | Added --------------------------------------------------------------------------- Assigned to | None | ralfbecker ------------------ Additional Follow-up Comments ---------------------------- Again a useful feature request ;-) Setting the sequenze-value alone is not enought, you have to create the sequenz first. There are more issues, you should be aware with the db-tools, eg. if you change the columns of a primary key (eg. add an other column to a primary key) this is not and can not be handled by db-tools. I leave the bugreport open, as feature-request. Please post feature-request in the according section on savanah. =================== BUG #3479: FULL BUG SNAPSHOT =================== Submitted by: jecinc Project: phpGroupWare Submitted on: Tue 05/06/2003 at 05:43 Category: eTemplates Bug Group: None Severity: 5 - Major Priority: None Resolution: None Assigned to: ralfbecker Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: an existing field being retyped to an auto field should go through this process Original Submission: This is an example for postgresql to get the maximum value for a field and another example to set the sequance value to that value plus one SELECT max(detail_id) from phpgw_ttrack_job_details select setval('phpgw_ttrack_job__detail_id_seq',441); alter table phpgw_ttrack_job_details alter detail_id set default nextval('phpgw_ttrack_job__detail_id_seq'); I thought this would be handy for dbtools Follow-up Comments ******************* ------------------------------------------------------- Date: Tue 05/06/2003 at 18:59 By: ralfbecker Again a useful feature request ;-) Setting the sequenze-value alone is not enought, you have to create the sequenz first. There are more issues, you should be aware with the db-tools, eg. if you change the columns of a primary key (eg. add an other column to a primary key) this is not and can not be handled by db-tools. I leave the bugreport open, as feature-request. Please post feature-request in the according section on savanah. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3479&group_id=509 From MAILER-DAEMON Tue May 06 17:02:47 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19D9aJ-00029T-00 for mharc-phpgroupware-tracker@gnu.org; Tue, 06 May 2003 17:02:47 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19D9YC-0001Z5-00 for phpgroupware-tracker@gnu.org; Tue, 06 May 2003 17:00:36 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19D9Xo-0001Ni-00 for phpgroupware-tracker@gnu.org; Tue, 06 May 2003 17:00:13 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19D9UK-0008Hm-00 for phpgroupware-tracker@gnu.org; Tue, 06 May 2003 16:56:36 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19D9UR-00010V-00; Tue, 06 May 2003 16:56:43 -0400 To: r.jung@creativix.net,totschnig.michael@uqam.ca,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Tue, 06 May 2003 16:56:43 -0400 Subject: [Phpgroupware-tracker] [Bug #3353] postgresql 7.3x SQL error in bookmarks X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Tue, 06 May 2003 21:02:44 -0000 =================== BUG #3353: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3353&group_id=509 Changes by: Michael Totschnig Date: Tue 05/06/2003 at 20:56 (GMT) What | Removed | Added --------------------------------------------------------------------------- Status | Open | Closed =================== BUG #3353: FULL BUG SNAPSHOT =================== Submitted by: reiner_j Project: phpGroupWare Submitted on: Sun 04/27/2003 at 21:44 Category: bookmarks Bug Group: None Severity: 5 - Major Priority: High Resolution: None Assigned to: totschnig Status: Closed Component Version: None Platform Version: None Reproducibility: None Summary: postgresql 7.3x SQL error in bookmarks Original Submission: Warning: Variable passed to each() is not an array or object in /var/www/html/phpg016/phpgroupware/bookmarks/inc/class.ui.inc.php on line 800 Tree view Follow-up Comments ******************* ------------------------------------------------------- Date: Tue 05/06/2003 at 20:46 By: totschnig This has been fixed in CVS and should be available in the next release. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3353&group_id=509 From MAILER-DAEMON Tue May 06 17:03:31 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19D9XY-00019Q-00 for mharc-phpgroupware-tracker@gnu.org; Tue, 06 May 2003 16:59:56 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19D9U7-0008Er-00 for phpgroupware-tracker@gnu.org; Tue, 06 May 2003 16:56:23 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19D9Mm-0005gx-00 for phpgroupware-tracker@gnu.org; Tue, 06 May 2003 16:48:49 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19D9K9-0004mk-00 for phpgroupware-tracker@gnu.org; Tue, 06 May 2003 16:46:05 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19D9K6-0000hy-00; Tue, 06 May 2003 16:46:02 -0400 To: r.jung@creativix.net,totschnig.michael@uqam.ca,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Tue, 06 May 2003 16:46:02 -0400 Subject: [Phpgroupware-tracker] [Bug #3353] postgresql 7.3x SQL error in bookmarks X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Tue, 06 May 2003 20:59:54 -0000 =================== BUG #3353: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3353&group_id=509 Changes by: Michael Totschnig Date: Tue 05/06/2003 at 20:46 (GMT) ------------------ Additional Follow-up Comments ---------------------------- This has been fixed in CVS and should be available in the next release. =================== BUG #3353: FULL BUG SNAPSHOT =================== Submitted by: reiner_j Project: phpGroupWare Submitted on: Sun 04/27/2003 at 21:44 Category: bookmarks Bug Group: None Severity: 5 - Major Priority: High Resolution: None Assigned to: totschnig Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: postgresql 7.3x SQL error in bookmarks Original Submission: Warning: Variable passed to each() is not an array or object in /var/www/html/phpg016/phpgroupware/bookmarks/inc/class.ui.inc.php on line 800 Tree view Follow-up Comments ******************* ------------------------------------------------------- Date: Tue 05/06/2003 at 20:46 By: totschnig This has been fixed in CVS and should be available in the next release. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3353&group_id=509 From MAILER-DAEMON Tue May 06 17:09:51 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19D9fd-0004C9-00 for mharc-phpgroupware-tracker@gnu.org; Tue, 06 May 2003 17:08:17 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19D9aP-0002Ae-00 for phpgroupware-tracker@gnu.org; Tue, 06 May 2003 17:02:53 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19D9XF-0000s4-00 for phpgroupware-tracker@gnu.org; Tue, 06 May 2003 16:59:37 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19D9Vg-0000EY-00 for phpgroupware-tracker@gnu.org; Tue, 06 May 2003 16:58:00 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19D9Vh-00012b-00; Tue, 06 May 2003 16:58:01 -0400 To: totschnig.michael@uqam.ca,dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Tue, 06 May 2003 16:58:01 -0400 Subject: [Phpgroupware-tracker] [Bug #2157] Call-time pass-by-reference has been deprecated X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Tue, 06 May 2003 21:08:15 -0000 =================== BUG #2157: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2157&group_id=509 Changes by: Michael Totschnig Date: Tue 05/06/2003 at 20:58 (GMT) What | Removed | Added --------------------------------------------------------------------------- Status | Open | Closed ------------------ Additional Follow-up Comments ---------------------------- bookmarks will no mor use call-time pass-by reference in 0.9.16 =================== BUG #2157: FULL BUG SNAPSHOT =================== Submitted by: None Project: phpGroupWare Submitted on: Wed 01/08/2003 at 15:00 Category: bookmarks Bug Group: devel cvs Severity: 5 - Major Priority: High Resolution: None Assigned to: totschnig Status: Closed Component Version: TGZ Platform Version: Linux - RedHat Reproducibility: Every Time Summary: Call-time pass-by-reference has been deprecated Original Submission: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/sites/home/web/phpgroupware/bookmarks/inc/header.inc.php on line 61 Follow-up Comments ******************* ------------------------------------------------------- Date: Tue 05/06/2003 at 20:58 By: totschnig bookmarks will no mor use call-time pass-by reference in 0.9.16 ------------------------------------------------------- Date: Wed 03/19/2003 at 06:30 By: skwashd We are aware of this problem, but this will take some work to correct and so will not be fixed until the 0.9.16 release. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2157&group_id=509 From MAILER-DAEMON Wed May 07 09:42:31 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19DPBK-0005Gl-00 for mharc-phpgroupware-tracker@gnu.org; Wed, 07 May 2003 09:42:02 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19DPAX-0004k4-00 for phpgroupware-tracker@gnu.org; Wed, 07 May 2003 09:41:13 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19DP88-00037w-00 for phpgroupware-tracker@gnu.org; Wed, 07 May 2003 09:39:16 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19DP7x-0002zm-00 for phpgroupware-tracker@gnu.org; Wed, 07 May 2003 09:38:33 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19DP84-0006zo-00; Wed, 07 May 2003 09:38:40 -0400 To: spiegel.wolfgang@aon.at,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Wed, 07 May 2003 09:38:40 -0400 Subject: [Phpgroupware-tracker] [Bug #3503] felamimail error X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Wed, 07 May 2003 13:42:00 -0000 =================== BUG #3503: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3503&group_id=509 Submitted by: pclinux1 Project: phpGroupWare Submitted on: Wed 05/07/03 at 13:38 Category: felamimail Bug Group: 0.9.14.002 release Severity: 5 - Major Priority: Normal Resolution: None Assigned to: None Status: Open Component Version: TGZ Platform Version: Other Reproducibility: Every Time Summary: felamimail error Original Submission: Problem with email view PHP 4.2.1 ./configure' '--with-caudium=/usr/local/caudium/server' '--enable-track-vars' '--with-openssl' '--with-mysql' '--with-prefix=/usr/local' '--with-imap' '--with-imap-ssl' '--with-ldap' '--with-zlib' '--with-force-cgi-redirect' '--with-gettext' '--with-config-file-path=/etc' '--with-xml' '--enable-xslt' '--enable-ftp' '--enable-swf' '--enable-xslt' '--with-xslt-sablot' '--with-iconv' '--enable-sockets' '--enable-inline-optimization' '--disable-debug' Error Messages PHP: Warning: Bad message number in /var/www/admin/phpgroupware/felamimail/inc/class.bofelamimail.inc.php on line 639 Warning: Bad message number in /var/www/admin/phpgroupware/felamimail/inc/class.bofelamimail.inc.php on line 644 Warning: Bad message number in /var/www/admin/phpgroupware/felamimail/inc/class.bofelamimail.inc.php on line 557 Warning: Bad message number in /var/www/admin/phpgroupware/felamimail/inc/class.bofelamimail.inc.php on line 613 Warning: Bad message number in /var/www/admin/phpgroupware/felamimail/inc/class.bofelamimail.inc.php on line 547 Every time i try to view a email. anybody know the problem Thanks Wolfgang No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3503&group_id=509 From MAILER-DAEMON Wed May 07 09:55:02 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19DPIs-0000Ur-00 for mharc-phpgroupware-tracker@gnu.org; Wed, 07 May 2003 09:49:50 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19DPEV-0007Sh-00 for phpgroupware-tracker@gnu.org; Wed, 07 May 2003 09:45:19 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19DPCs-0006Vz-00 for phpgroupware-tracker@gnu.org; Wed, 07 May 2003 09:44:11 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19DP9J-00048p-00 for phpgroupware-tracker@gnu.org; Wed, 07 May 2003 09:39:58 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19DP9S-00074q-00; Wed, 07 May 2003 09:40:06 -0400 To: spiegel.wolfgang@aon.at,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Wed, 07 May 2003 09:40:06 -0400 Subject: [Phpgroupware-tracker] [Bug #3504] felamimail X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Wed, 07 May 2003 13:49:48 -0000 =================== BUG #3504: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3504&group_id=509 Submitted by: pclinux1 Project: phpGroupWare Submitted on: Wed 05/07/03 at 13:40 Category: None Bug Group: None Severity: 5 - Major Priority: None Resolution: None Assigned to: None Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: felamimail Original Submission: Warning: Bad message number in /var/www/admin/phpgroupware/felamimail/inc/class.bofelamimail.inc.php on line 547 No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3504&group_id=509 From MAILER-DAEMON Wed May 07 12:30:11 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19DRln-00070f-00 for mharc-phpgroupware-tracker@gnu.org; Wed, 07 May 2003 12:27:51 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19DRjw-0006fg-00 for phpgroupware-tracker@gnu.org; Wed, 07 May 2003 12:25:56 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19DRjB-0005pP-00 for phpgroupware-tracker@gnu.org; Wed, 07 May 2003 12:25:11 -0400 Received: from gnuftp.gnu.org ([199.232.41.6]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19DRig-0005gY-00 for phpgroupware-tracker@gnu.org; Wed, 07 May 2003 12:24:38 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by gnuftp.gnu.org with esmtp (Exim 4.10.13) id 19DRig-0003Kw-00 for phpgroupware-tracker@gnu.org; Wed, 07 May 2003 12:24:38 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19DRip-0003ZL-00; Wed, 07 May 2003 12:24:47 -0400 To: noreply@savannah.gnu.org,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Wed, 07 May 2003 12:24:47 -0400 Subject: [Phpgroupware-tracker] [Bug #3509] popup address book not working on virtual domains X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Wed, 07 May 2003 16:27:50 -0000 =================== BUG #3509: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3509&group_id=509 Changes by: Anonymous user Date: Wed 05/07/2003 at 12:24 ------------------ Additional Follow-up Comments ---------------------------- sorry for posting this in major severity, I mean to go for normal =================== BUG #3509: FULL BUG SNAPSHOT =================== Submitted by: None Project: phpGroupWare Submitted on: Wed 05/07/2003 at 12:23 Category: email Bug Group: 0.9.14.002 release Severity: 5 - Major Priority: Normal Resolution: None Assigned to: None Status: Open Component Version: None Platform Version: Linux - Debian Reproducibility: Every Time Summary: popup address book not working on virtual domains Original Submission: I have several mail domains running of one installation of phpGW 0.9.14.003. Everything works great for the first domain listed in header.inc.php. For the second and all the rest, when I'm logged in and click on Address Book in the compose e-mail screen, it pops up a window with the login screen and a message saying that my session could not be verified. I am currently using db sessions, and not passing sessions by cookies. I have however tried both php4 sessions and passing sessions by cookies, and none have worked. Interestingly, if I cut the url generated in the addbook() javascript function and paste it into my address bar, it will open the address book in the full window. This problem does not appear for the first domain listed, but does for all others. Follow-up Comments ******************* ------------------------------------------------------- Date: Wed 05/07/2003 at 12:24 By: None sorry for posting this in major severity, I mean to go for normal CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3509&group_id=509 From MAILER-DAEMON Wed May 07 12:42:54 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19DRvk-00025S-00 for mharc-phpgroupware-tracker@gnu.org; Wed, 07 May 2003 12:38:08 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19DRva-00024Z-00 for phpgroupware-tracker@gnu.org; Wed, 07 May 2003 12:37:58 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19DRvX-000244-00 for phpgroupware-tracker@gnu.org; Wed, 07 May 2003 12:37:56 -0400 Received: from gnuftp.gnu.org ([199.232.41.6]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19DRvW-00023w-00 for phpgroupware-tracker@gnu.org; Wed, 07 May 2003 12:37:54 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by gnuftp.gnu.org with esmtp (Exim 4.10.13) id 19DRvW-0005gb-00 for phpgroupware-tracker@gnu.org; Wed, 07 May 2003 12:37:54 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19DRhP-0003JV-00; Wed, 07 May 2003 12:23:19 -0400 To: phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Wed, 07 May 2003 12:23:19 -0400 Subject: [Phpgroupware-tracker] [Bug #3509] popup address book not working on virtual domains X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Wed, 07 May 2003 16:37:59 -0000 =================== BUG #3509: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3509&group_id=509 Submitted by: None Project: phpGroupWare Submitted on: Wed 05/07/2003 at 12:23 Category: email Bug Group: 0.9.14.002 release Severity: 5 - Major Priority: Normal Resolution: None Assigned to: None Status: Open Component Version: None Platform Version: Linux - Debian Reproducibility: Every Time Summary: popup address book not working on virtual domains Original Submission: I have several mail domains running of one installation of phpGW 0.9.14.003. Everything works great for the first domain listed in header.inc.php. For the second and all the rest, when I'm logged in and click on Address Book in the compose e-mail screen, it pops up a window with the login screen and a message saying that my session could not be verified. I am currently using db sessions, and not passing sessions by cookies. I have however tried both php4 sessions and passing sessions by cookies, and none have worked. Interestingly, if I cut the url generated in the addbook() javascript function and paste it into my address bar, it will open the address book in the full window. This problem does not appear for the first domain listed, but does for all others. No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3509&group_id=509 From MAILER-DAEMON Wed May 07 13:54:44 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19DT72-00075i-00 for mharc-phpgroupware-tracker@gnu.org; Wed, 07 May 2003 13:53:52 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19DT6n-0006xe-00 for phpgroupware-tracker@gnu.org; Wed, 07 May 2003 13:53:37 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19DT4t-0006EH-00 for phpgroupware-tracker@gnu.org; Wed, 07 May 2003 13:51:40 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19DSxK-00028J-00 for phpgroupware-tracker@gnu.org; Wed, 07 May 2003 13:43:50 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19DSx2-0000Pb-00; Wed, 07 May 2003 13:43:32 -0400 To: ronahum@tin.it, dhouston@signagesolutions.com,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Wed, 07 May 2003 13:43:32 -0400 Subject: [Phpgroupware-tracker] [ 102054 ] Sort order in the User dropdown X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Wed, 07 May 2003 17:53:50 -0000 Support Request #102054, was updated on Wed 04/16/2003 at 12:43 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102054&group_id=509 Category: Feature Request Status: Open Priority: 5 Summary: Sort order in the User dropdown By: dhouston Date: Wed 05/07/2003 at 17:43 Logged In: YES user_id=18837 Browser: Mozilla/5.0 (compatible; Konqueror/3.1; Linux) I've done some work toward this end and have inquired about getting it folded into the source code for 9.16. ---------------------------------------------------------------------- By: ronahum Date: Wed 04/16/2003 at 12:43 Logged In: NO Browser: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312 Would be nice to have the option to change the sort order of the users dropdown box in calendar without changing the source code. For large amount of users where the LoginID doesn't have the same order as Last Name it is difficult to locate the desidered user. Thanks ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102054&group_id=509 From MAILER-DAEMON Wed May 07 18:44:48 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19DXeG-00016y-00 for mharc-phpgroupware-tracker@gnu.org; Wed, 07 May 2003 18:44:28 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19DXe0-0000Ce-00 for phpgroupware-tracker@gnu.org; Wed, 07 May 2003 18:44:12 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19DXdt-0008Bj-00 for phpgroupware-tracker@gnu.org; Wed, 07 May 2003 18:44:06 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19DXdq-0007zM-00 for phpgroupware-tracker@gnu.org; Wed, 07 May 2003 18:44:02 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19DXdx-00052G-00; Wed, 07 May 2003 18:44:09 -0400 To: spiegel.wolfgang@aon.at,lars@kneschke.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Wed, 07 May 2003 18:44:10 -0400 Subject: [Phpgroupware-tracker] [Bug #3503] felamimail error X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Wed, 07 May 2003 22:44:26 -0000 =================== BUG #3503: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3503&group_id=509 Changes by: Dave Hall Date: Thu 05/08/2003 at 08:44 (Australia/Melbourne) What | Removed | Added --------------------------------------------------------------------------- Assigned to | None | lkneschke =================== BUG #3503: FULL BUG SNAPSHOT =================== Submitted by: pclinux1 Project: phpGroupWare Submitted on: Wed 05/07/2003 at 23:38 Category: felamimail Bug Group: 0.9.14.002 release Severity: 5 - Major Priority: Normal Resolution: None Assigned to: lkneschke Status: Open Component Version: TGZ Platform Version: Other Reproducibility: Every Time Summary: felamimail error Original Submission: Problem with email view PHP 4.2.1 ./configure' '--with-caudium=/usr/local/caudium/server' '--enable-track-vars' '--with-openssl' '--with-mysql' '--with-prefix=/usr/local' '--with-imap' '--with-imap-ssl' '--with-ldap' '--with-zlib' '--with-force-cgi-redirect' '--with-gettext' '--with-config-file-path=/etc' '--with-xml' '--enable-xslt' '--enable-ftp' '--enable-swf' '--enable-xslt' '--with-xslt-sablot' '--with-iconv' '--enable-sockets' '--enable-inline-optimization' '--disable-debug' Error Messages PHP: Warning: Bad message number in /var/www/admin/phpgroupware/felamimail/inc/class.bofelamimail.inc.php on line 639 Warning: Bad message number in /var/www/admin/phpgroupware/felamimail/inc/class.bofelamimail.inc.php on line 644 Warning: Bad message number in /var/www/admin/phpgroupware/felamimail/inc/class.bofelamimail.inc.php on line 557 Warning: Bad message number in /var/www/admin/phpgroupware/felamimail/inc/class.bofelamimail.inc.php on line 613 Warning: Bad message number in /var/www/admin/phpgroupware/felamimail/inc/class.bofelamimail.inc.php on line 547 Every time i try to view a email. anybody know the problem Thanks Wolfgang No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3503&group_id=509 From MAILER-DAEMON Wed May 07 18:46:57 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19DXgF-00047d-00 for mharc-phpgroupware-tracker@gnu.org; Wed, 07 May 2003 18:46:31 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19DXfq-0003Mn-00 for phpgroupware-tracker@gnu.org; Wed, 07 May 2003 18:46:06 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19DXfY-0002yr-00 for phpgroupware-tracker@gnu.org; Wed, 07 May 2003 18:45:49 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19DXej-00026U-00 for phpgroupware-tracker@gnu.org; Wed, 07 May 2003 18:44:57 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19DXer-000568-00; Wed, 07 May 2003 18:45:05 -0400 To: spiegel.wolfgang@aon.at,lars@kneschke.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Wed, 07 May 2003 18:45:05 -0400 Subject: [Phpgroupware-tracker] [Bug #3504] felamimail X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Wed, 07 May 2003 22:46:29 -0000 =================== BUG #3504: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3504&group_id=509 Changes by: Dave Hall Date: Thu 05/08/2003 at 08:45 (Australia/Melbourne) What | Removed | Added --------------------------------------------------------------------------- Category | None | felamimail Bug Group | None | 0.9.14.003 release Priority | None | Normal Assigned to | None | lkneschke =================== BUG #3504: FULL BUG SNAPSHOT =================== Submitted by: pclinux1 Project: phpGroupWare Submitted on: Wed 05/07/2003 at 23:40 Category: felamimail Bug Group: 0.9.14.003 release Severity: 5 - Major Priority: Normal Resolution: None Assigned to: lkneschke Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: felamimail Original Submission: Warning: Bad message number in /var/www/admin/phpgroupware/felamimail/inc/class.bofelamimail.inc.php on line 547 No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3504&group_id=509 From MAILER-DAEMON Wed May 07 18:48:35 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19DXiE-0008EX-00 for mharc-phpgroupware-tracker@gnu.org; Wed, 07 May 2003 18:48:34 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19DXi6-0007oC-00 for phpgroupware-tracker@gnu.org; Wed, 07 May 2003 18:48:26 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19DXha-000703-00 for phpgroupware-tracker@gnu.org; Wed, 07 May 2003 18:47:55 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19DXgw-0005q3-00 for phpgroupware-tracker@gnu.org; Wed, 07 May 2003 18:47:14 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19DXh1-00059D-00; Wed, 07 May 2003 18:47:19 -0400 To: dave.hall@mbox.com.au,noreply@savannah.gnu.org,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Wed, 07 May 2003 18:47:19 -0400 Subject: [Phpgroupware-tracker] [Bug #3509] popup address book not working on virtual domains X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Wed, 07 May 2003 22:48:32 -0000 =================== BUG #3509: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3509&group_id=509 Changes by: Dave Hall Date: Thu 05/08/2003 at 08:47 (Australia/Melbourne) What | Removed | Added --------------------------------------------------------------------------- Bug Group | 0.9.14.002 release | 0.9.14.003 release Assigned to | None | skwashd ------------------ Additional Follow-up Comments ---------------------------- What browser? I will look at it ... but it will probably be fixed in 16 not 14 as 16RC1 is out this weekend. =================== BUG #3509: FULL BUG SNAPSHOT =================== Submitted by: None Project: phpGroupWare Submitted on: Thu 05/08/2003 at 02:23 Category: email Bug Group: 0.9.14.003 release Severity: 5 - Major Priority: Normal Resolution: None Assigned to: skwashd Status: Open Component Version: None Platform Version: Linux - Debian Reproducibility: Every Time Summary: popup address book not working on virtual domains Original Submission: I have several mail domains running of one installation of phpGW 0.9.14.003. Everything works great for the first domain listed in header.inc.php. For the second and all the rest, when I'm logged in and click on Address Book in the compose e-mail screen, it pops up a window with the login screen and a message saying that my session could not be verified. I am currently using db sessions, and not passing sessions by cookies. I have however tried both php4 sessions and passing sessions by cookies, and none have worked. Interestingly, if I cut the url generated in the addbook() javascript function and paste it into my address bar, it will open the address book in the full window. This problem does not appear for the first domain listed, but does for all others. Follow-up Comments ******************* ------------------------------------------------------- Date: Thu 05/08/2003 at 08:47 By: skwashd What browser? I will look at it ... but it will probably be fixed in 16 not 14 as 16RC1 is out this weekend. ------------------------------------------------------- Date: Thu 05/08/2003 at 02:24 By: None sorry for posting this in major severity, I mean to go for normal CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3509&group_id=509 From MAILER-DAEMON Wed May 07 19:28:14 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19DYHc-0001sl-00 for mharc-phpgroupware-tracker@gnu.org; Wed, 07 May 2003 19:25:08 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19DYHI-0001LK-00 for phpgroupware-tracker@gnu.org; Wed, 07 May 2003 19:24:48 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19DYGi-0000bx-00 for phpgroupware-tracker@gnu.org; Wed, 07 May 2003 19:24:14 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19DYDJ-0007tA-00 for phpgroupware-tracker@gnu.org; Wed, 07 May 2003 19:20:41 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19DYDE-0007ik-00; Wed, 07 May 2003 19:20:36 -0400 To: r.jung@creativix.net,dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Wed, 07 May 2003 19:20:36 -0400 Subject: [Phpgroupware-tracker] [Bug #3351] postgrsql 7.3x SQL error in polls X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Wed, 07 May 2003 23:25:06 -0000 =================== BUG #3351: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3351&group_id=509 Changes by: Dave Hall Date: Thu 05/08/2003 at 09:20 (Australia/Melbourne) What | Removed | Added --------------------------------------------------------------------------- Assigned to | None | skwashd ------------------ Additional Follow-up Comments ---------------------------- I am redoing this app today - will fix it then =================== BUG #3351: FULL BUG SNAPSHOT =================== Submitted by: reiner_j Project: phpGroupWare Submitted on: Mon 04/28/2003 at 07:42 Category: polls Bug Group: None Severity: 5 - Major Priority: High Resolution: None Assigned to: skwashd Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: postgrsql 7.3x SQL error in polls Original Submission: Umfragen Database error: Invalid SQL: select count(*) from phpgw_polls_user where user_id='3' and poll_id='' PostgreSQL Error: 1 (ERROR: pg_atoi: zero-length string ) File: /var/www/html/phpg016/phpgroupware/polls/inc/functions.inc.php Line: 38 Session halted. Follow-up Comments ******************* ------------------------------------------------------- Date: Thu 05/08/2003 at 09:20 By: skwashd I am redoing this app today - will fix it then CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3351&group_id=509 From MAILER-DAEMON Thu May 08 03:21:56 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19Dfip-0002pi-00 for mharc-phpgroupware-tracker@gnu.org; Thu, 08 May 2003 03:21:43 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19Dfih-0002od-00 for phpgroupware-tracker@gnu.org; Thu, 08 May 2003 03:21:35 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19Dfig-0002o4-00 for phpgroupware-tracker@gnu.org; Thu, 08 May 2003 03:21:35 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19Dfig-0002nn-00 for phpgroupware-tracker@gnu.org; Thu, 08 May 2003 03:21:34 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19Dfin-0000Ql-00; Thu, 08 May 2003 03:21:41 -0400 To: skwashd@savannah.gnu.org, ralfbecker@savannah.gnu.org,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Thu, 08 May 2003 03:21:41 -0400 Subject: [Phpgroupware-tracker] [ 101683 ] mod and created datestamps in contacts X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Thu, 08 May 2003 07:21:36 -0000 Support Request #101683, was updated on Mon 12/30/2002 at 23:15 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=101683&group_id=509 Category: Feature Request Status: Closed Priority: 5 Summary: mod and created datestamps in contacts By: ralfbecker Date: Thu 05/08/2003 at 09:21 Logged In: YES user_id=2883 Browser: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.3) Gecko/20030312 think you've done this already ---------------------------------------------------------------------- By: skwashd Date: Mon 12/30/2002 at 23:15 Logged In: YES user_id=2480 Browser: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1) Gecko/20020826 Add 2 additional fields to the contacts data stores. These fields should hold the last modified and created date/time info for each record. This will allow identification of 'dirty' records for syncing with palms and possibly other services. Cheers ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=101683&group_id=509 From MAILER-DAEMON Thu May 08 03:23:26 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19DfjU-0004D6-00 for mharc-phpgroupware-tracker@gnu.org; Thu, 08 May 2003 03:22:24 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19Dfir-0002rL-00 for phpgroupware-tracker@gnu.org; Thu, 08 May 2003 03:21:45 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19DfiK-0002GG-00 for phpgroupware-tracker@gnu.org; Thu, 08 May 2003 03:21:13 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19Dfhh-0001pP-00 for phpgroupware-tracker@gnu.org; Thu, 08 May 2003 03:20:33 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19Dfho-0008WL-00; Thu, 08 May 2003 03:20:40 -0400 To: maurokino@libero.it, ralfbecker@savannah.gnu.org,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Thu, 08 May 2003 03:20:40 -0400 Subject: [Phpgroupware-tracker] [ 102062 ] Calendar repeating event X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Thu, 08 May 2003 07:22:21 -0000 Support Request #102062, was updated on Sat 04/19/2003 at 12:12 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102062&group_id=509 Category: Feature Request Status: Closed Priority: 5 Summary: Calendar repeating event By: maurokino Date: Thu 04/24/2003 at 18:05 Logged In: NO Browser: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312 Thank's for the info; but, automatic skip of "no working" days could help dummy user. (like me) ---------------------------------------------------------------------- By: ralfbecker Date: Sat 04/19/2003 at 15:09 Logged In: YES user_id=2883 Browser: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030313 Is this still a problem? ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102062&group_id=509 From MAILER-DAEMON Thu May 08 03:24:02 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19Dfkn-000609-00 for mharc-phpgroupware-tracker@gnu.org; Thu, 08 May 2003 03:23:45 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19Dfke-0005X0-00 for phpgroupware-tracker@gnu.org; Thu, 08 May 2003 03:23:36 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19DfkH-0004cr-00 for phpgroupware-tracker@gnu.org; Thu, 08 May 2003 03:23:14 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19Dfk0-0004Sj-00 for phpgroupware-tracker@gnu.org; Thu, 08 May 2003 03:22:56 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19Dfk5-0000sy-00; Thu, 08 May 2003 03:23:01 -0400 To: jagalb@ahpcc.unm.edu, skwashd@savannah.gnu.org, ralfbecker@savannah.gnu.org, jagalb@hpcrec.unm.edu,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Thu, 08 May 2003 03:23:01 -0400 Subject: [Phpgroupware-tracker] [ 101131 ] Calendar questions X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Thu, 08 May 2003 07:23:42 -0000 Support Request #101131, was updated on Mon 07/29/2002 at 19:05 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=101131&group_id=509 Category: Feature Request Status: Closed Priority: 5 Summary: Calendar questions By: ralfbecker Date: Thu 05/08/2003 at 09:23 Logged In: YES user_id=2883 Browser: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.3) Gecko/20030312 In the upcomming 9.9.16 release is an option for that. ---------------------------------------------------------------------- By: jagalb Date: Tue 04/08/2003 at 16:45 Logged In: NO Browser: Mozilla/4.77 [en] (X11; U; Linux 2.4.18-27.7.x i686) 3) It has been a while since I have looked at this. I think the screen out question had to do with looking at my own calendar and seeing appointments made by others that I have rejected. If I have rejected them, I would like the option of screening them out. ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=101131&group_id=509 From MAILER-DAEMON Thu May 08 10:10:14 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19Dm5N-0000qh-00 for mharc-phpgroupware-tracker@gnu.org; Thu, 08 May 2003 10:09:25 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19Dm2S-0006Xw-00 for phpgroupware-tracker@gnu.org; Thu, 08 May 2003 10:06:24 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19Dlxp-00048o-00 for phpgroupware-tracker@gnu.org; Thu, 08 May 2003 10:01:38 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19Dlw3-0003oC-00 for phpgroupware-tracker@gnu.org; Thu, 08 May 2003 09:59:47 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19DlwA-0004kE-00; Thu, 08 May 2003 09:59:54 -0400 To: josemuniznyc@mac.com,noreply@savannah.gnu.org,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Thu, 08 May 2003 09:59:54 -0400 Subject: [Phpgroupware-tracker] [Bug #3303] broken link or broken code? X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Thu, 08 May 2003 14:09:18 -0000 =================== BUG #3303: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3303&group_id=509 Changes by: Anonymous user Date: Thu 05/08/2003 at 09:59 ------------------ Additional Follow-up Comments ---------------------------- I received the exact same error the first time I attempted to access the screenshots link on the main page. The link it sent me to was: http://www.phpgroupware.org/idots?PHPSESSID=6e495498a48a1ed1da130a0c1ad5475d One other note of interest is that when I went to a different section and came back to the welcome page the link it sent me to was different and the page rendered with out an error: http://www.phpgroupware.org/idots =================== BUG #3303: FULL BUG SNAPSHOT =================== Submitted by: josemuniznyc Project: phpGroupWare Submitted on: Tue 04/22/2003 at 11:55 Category: phpgroupware.org - website Bug Group: None Severity: 5 - Major Priority: Normal Resolution: None Assigned to: None Status: Open Component Version: None Platform Version: None Reproducibility: Every Time Summary: broken link or broken code? Original Submission: On http://www.phpgroupware.org/lists/ there is a link to http://phpgroupware.org/devdocs . Which when clicked fails to load the devdocs. Instead, an error is flaged, the body of the page reads: Error accessing page There was an error accessing the requested page. Either you do not have permission to view this page, or the page does not exist. The top of the page reads: Warning: Invalid argument supplied for foreach() in /home/phpgroupware/http/inc/class.bo.inc.php on line 218 Warning: Missing argument 1 for getcategory() in /home/phpgroupware/http/devteam/sitemgr/inc/class.Categories_BO.inc.php on line 235 Follow-up Comments ******************* ------------------------------------------------------- Date: Thu 05/08/2003 at 09:59 By: None I received the exact same error the first time I attempted to access the screenshots link on the main page. The link it sent me to was: http://www.phpgroupware.org/idots?PHPSESSID=6e495498a48a1ed1da130a0c1ad5475d One other note of interest is that when I went to a different section and came back to the welcome page the link it sent me to was different and the page rendered with out an error: http://www.phpgroupware.org/idots CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3303&group_id=509 From MAILER-DAEMON Thu May 08 10:12:45 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19Dm8b-0003E7-00 for mharc-phpgroupware-tracker@gnu.org; Thu, 08 May 2003 10:12:45 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19Dm8Y-0003Bf-00 for phpgroupware-tracker@gnu.org; Thu, 08 May 2003 10:12:42 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19Dm8X-0003B1-00 for phpgroupware-tracker@gnu.org; Thu, 08 May 2003 10:12:41 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19Dm8W-0003Ap-00 for phpgroupware-tracker@gnu.org; Thu, 08 May 2003 10:12:40 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19Dm8c-0005J9-00; Thu, 08 May 2003 10:12:46 -0400 To: Andreas@swift-consult.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Thu, 08 May 2003 10:12:46 -0400 Subject: [Phpgroupware-tracker] [Bug #3513] Logon only works the 2nd time (php_session && cookies) X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Thu, 08 May 2003 14:12:42 -0000 =================== BUG #3513: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3513&group_id=509 Submitted by: schauera Project: phpGroupWare Submitted on: Thu 05/08/2003 at 14:12 Category: None Bug Group: 0.9.14.002 release Severity: 5 - Major Priority: Low Resolution: None Assigned to: None Status: Open Component Version: TGZ Platform Version: None Reproducibility: Every Time Summary: Logon only works the 2nd time (php_session && cookies) Original Submission: When I try to login the login.php page is reloaded without showing any comments. If I try to login after that the 2nd time it works. register_globals is on. Using: A modified ReadHat Linux with 2.4.?? Kernel Apache 1.3 (modified?) with latest patches PHP 4.2.3 mySQL 3.23.54 php session management and no cookies works fine, but I want to use php sessions with cookies (will describe the reason later). No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3513&group_id=509 From MAILER-DAEMON Thu May 08 15:50:01 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19DrOw-0008N8-00 for mharc-phpgroupware-tracker@gnu.org; Thu, 08 May 2003 15:49:58 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19DrOp-0008JC-00 for phpgroupware-tracker@gnu.org; Thu, 08 May 2003 15:49:51 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19DrMm-0007Ob-00 for phpgroupware-tracker@gnu.org; Thu, 08 May 2003 15:47:45 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19DrLx-00072x-00 for phpgroupware-tracker@gnu.org; Thu, 08 May 2003 15:46:53 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19DrLy-0007Uo-00; Thu, 08 May 2003 15:46:54 -0400 To: r.jung@creativix.net,RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Thu, 08 May 2003 15:46:54 -0400 Subject: [Phpgroupware-tracker] [Bug #3516] .16 calender matrix view X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Thu, 08 May 2003 19:49:52 -0000 =================== BUG #3516: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3516&group_id=509 Submitted by: reiner_j Project: phpGroupWare Submitted on: Thu 05/08/2003 at 19:46 Category: calendar Bug Group: None Severity: 5 - Major Priority: None Resolution: None Assigned to: ralfbecker Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: .16 calender matrix view Original Submission: when open calender matrix view the follow error will show Warning: Invalid argument supplied for foreach() in /var/www/phpgroupware/calendar/inc/class.uicalendar.inc.php on line 2053 No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3516&group_id=509 From MAILER-DAEMON Thu May 08 19:09:35 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19DuVg-0001d9-00 for mharc-phpgroupware-tracker@gnu.org; Thu, 08 May 2003 19:09:08 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19DuUt-0000LU-00 for phpgroupware-tracker@gnu.org; Thu, 08 May 2003 19:08:19 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19DuUO-0008La-00 for phpgroupware-tracker@gnu.org; Thu, 08 May 2003 19:07:49 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19DuRp-0007nf-00 for phpgroupware-tracker@gnu.org; Thu, 08 May 2003 19:05:09 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19DuRz-0004qN-00; Thu, 08 May 2003 19:05:19 -0400 To: phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Thu, 08 May 2003 19:05:19 -0400 Subject: [Phpgroupware-tracker] [Bug #3518] Projects, Jobs, working hours -> person who is not project coordinator can not add jobs or working hours X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Thu, 08 May 2003 23:09:01 -0000 =================== BUG #3518: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3518&group_id=509 Submitted by: None Project: phpGroupWare Submitted on: Thu 05/08/03 at 19:05 Category: projects Bug Group: 0.9.14.002 release Severity: 5 - Major Priority: High Resolution: None Assigned to: None Status: Open Component Version: ZIP Platform Version: Linux - SuSE Reproducibility: Every Time Summary: Projects, Jobs, working hours -> person who is not project coordinator can not add jobs or working hours Original Submission: I think for a useful project management it should be possible for persons who are not project coordinator to add jobs and working hours. If not, I can manage only projects where only one person is working with. No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3518&group_id=509 From MAILER-DAEMON Thu May 08 19:35:05 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19DuuT-00022y-00 for mharc-phpgroupware-tracker@gnu.org; Thu, 08 May 2003 19:34:45 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19Dutx-0001Yq-00 for phpgroupware-tracker@gnu.org; Thu, 08 May 2003 19:34:13 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19Dutv-0001XJ-00 for phpgroupware-tracker@gnu.org; Thu, 08 May 2003 19:34:11 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19Dutk-0001Ot-00 for phpgroupware-tracker@gnu.org; Thu, 08 May 2003 19:34:00 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19Dutt-000881-00; Thu, 08 May 2003 19:34:09 -0400 To: wmausz@savannah.gnu.org,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Thu, 08 May 2003 19:34:09 -0400 Subject: [Phpgroupware-tracker] [ 102109 ] set user groups for infolog and projects X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Thu, 08 May 2003 23:34:44 -0000 Support Request #102109, was updated on Thu 05/08/03 at 23:34 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102109&group_id=509 Category: Feature Request Status: Open Priority: 5 Summary: set user groups for infolog and projects By: wmausz Date: Thu 05/08/03 at 23:34 Logged In: YES user_id=18889 Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705) I would like to set a user or user group to each infolog, so that I can set which members of my team can view a infolog. When you use it as a CRM tool, not everybody should have access to each record. The same is with projects. Would be great if limited to certain groups or users. ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102109&group_id=509 From MAILER-DAEMON Fri May 09 07:40:34 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19E6EY-0004r3-00 for mharc-phpgroupware-tracker@gnu.org; Fri, 09 May 2003 07:40:14 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19E6Cs-0003W0-00 for phpgroupware-tracker@gnu.org; Fri, 09 May 2003 07:38:30 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19E6C9-00030S-00 for phpgroupware-tracker@gnu.org; Fri, 09 May 2003 07:37:46 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19E69L-0001la-00 for phpgroupware-tracker@gnu.org; Fri, 09 May 2003 07:34:51 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19E69Q-0007pN-00; Fri, 09 May 2003 07:34:56 -0400 To: dave.hall@mbox.com.au,noreply@savannah.gnu.org,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Fri, 09 May 2003 07:34:56 -0400 Subject: [Phpgroupware-tracker] [Bug #3509] popup address book not working on virtual domains X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Fri, 09 May 2003 11:40:13 -0000 =================== BUG #3509: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3509&group_id=509 Changes by: Anonymous user Date: Fri 05/09/2003 at 07:34 ------------------ Additional Follow-up Comments ---------------------------- This bug seemed to affect all browsers I tried on the win32 platform. It was tested in the following: netscape 4.8, Opera 7.10, IE 6sp1 and mozilla 1.4 =================== BUG #3509: FULL BUG SNAPSHOT =================== Submitted by: None Project: phpGroupWare Submitted on: Wed 05/07/2003 at 12:23 Category: email Bug Group: 0.9.14.003 release Severity: 5 - Major Priority: Normal Resolution: None Assigned to: skwashd Status: Open Component Version: None Platform Version: Linux - Debian Reproducibility: Every Time Summary: popup address book not working on virtual domains Original Submission: I have several mail domains running of one installation of phpGW 0.9.14.003. Everything works great for the first domain listed in header.inc.php. For the second and all the rest, when I'm logged in and click on Address Book in the compose e-mail screen, it pops up a window with the login screen and a message saying that my session could not be verified. I am currently using db sessions, and not passing sessions by cookies. I have however tried both php4 sessions and passing sessions by cookies, and none have worked. Interestingly, if I cut the url generated in the addbook() javascript function and paste it into my address bar, it will open the address book in the full window. This problem does not appear for the first domain listed, but does for all others. Follow-up Comments ******************* ------------------------------------------------------- Date: Fri 05/09/2003 at 07:34 By: None This bug seemed to affect all browsers I tried on the win32 platform. It was tested in the following: netscape 4.8, Opera 7.10, IE 6sp1 and mozilla 1.4 ------------------------------------------------------- Date: Wed 05/07/2003 at 18:47 By: skwashd What browser? I will look at it ... but it will probably be fixed in 16 not 14 as 16RC1 is out this weekend. ------------------------------------------------------- Date: Wed 05/07/2003 at 12:24 By: None sorry for posting this in major severity, I mean to go for normal CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3509&group_id=509 From MAILER-DAEMON Fri May 09 09:03:49 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19E7XR-00032Q-00 for mharc-phpgroupware-tracker@gnu.org; Fri, 09 May 2003 09:03:49 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19E7XO-000311-00 for phpgroupware-tracker@gnu.org; Fri, 09 May 2003 09:03:46 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19E7XM-0002yo-00 for phpgroupware-tracker@gnu.org; Fri, 09 May 2003 09:03:45 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19E7XM-0002yc-00 for phpgroupware-tracker@gnu.org; Fri, 09 May 2003 09:03:44 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19E7XS-0004QW-00; Fri, 09 May 2003 09:03:50 -0400 To: powerstat@web.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Fri, 09 May 2003 09:03:50 -0400 Subject: [Phpgroupware-tracker] [Bug #3522] Typo in function name definition X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Fri, 09 May 2003 13:03:47 -0000 =================== BUG #3522: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3522&group_id=509 Submitted by: powerstat Project: phpGroupWare Submitted on: Fri 05/09/2003 at 15:03 Category: API - phpGWapi Bug Group: devel cvs Severity: 5 - Major Priority: High Resolution: None Assigned to: None Status: Open Component Version: None Platform Version: None Reproducibility: Every Time Summary: Typo in function name definition Original Submission: In class.matrixview.inc.php the function definition function diableSelection () is missing a "s" to make it "disable" No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3522&group_id=509 From MAILER-DAEMON Fri May 09 20:33:02 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19EIHv-0000qx-00 for mharc-phpgroupware-tracker@gnu.org; Fri, 09 May 2003 20:32:31 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19EIHo-0000kH-00 for phpgroupware-tracker@gnu.org; Fri, 09 May 2003 20:32:24 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19EIHm-0000hH-00 for phpgroupware-tracker@gnu.org; Fri, 09 May 2003 20:32:23 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19EIHl-0000h9-00 for phpgroupware-tracker@gnu.org; Fri, 09 May 2003 20:32:21 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19EIHp-0005sQ-00; Fri, 09 May 2003 20:32:25 -0400 To: asric@asric.com,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Fri, 09 May 2003 20:32:25 -0400 Subject: [Phpgroupware-tracker] [ 102113 ] Field accessability in Calendar X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sat, 10 May 2003 00:32:25 -0000 Support Request #102113, was updated on Fri 05/09/2003 at 20:32 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102113&group_id=509 Category: Feature Request Status: Open Priority: 5 Summary: Field accessability in Calendar By: asric Date: Fri 05/09/2003 at 20:32 Logged In: NO Browser: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030506 I am working on a plugin for phpGroupware, and one of the "features" is the ability to schedule appointments with people stored in another database. The requirement is that the title and the description fields are pre-filled in, with the user being able to modify them. Right now, the only way that I have been able to get this functionality is by hacking the calendar source. I have included the changes that I made, compared to the version in CVS: Index: inc/class.uicalendar.inc.php =================================================================== RCS file: /cvsroot/phpgroupware/calendar/inc/class.uicalendar.inc.php,v retrieving revision 1.66.2.56 diff -r1.66.2.56 class.uicalendar.inc.php 1132,1133c1132,1133 < $this->bo->set_title(''); < $this->bo->set_description(''); --- > $this->bo->set_title(isset($GLOBALS['HTTP_GET_VARS']['title'])?$GLOBALS['HTTP_GET_VARS']['title']:""); > $this->bo->set_description(isset($GLOBALS['HTTP_GET_VARS']['descr'])?$GLOBALS['HTTP_GET_VARS']['descr']:""); ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102113&group_id=509 From MAILER-DAEMON Mon May 12 05:56:56 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19FA2w-000542-00 for mharc-phpgroupware-tracker@gnu.org; Mon, 12 May 2003 05:56:38 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19FA1t-0004EU-00 for phpgroupware-tracker@gnu.org; Mon, 12 May 2003 05:55:33 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19FA1f-0004As-00 for phpgroupware-tracker@gnu.org; Mon, 12 May 2003 05:55:20 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19FA1e-0004Ab-00 for phpgroupware-tracker@gnu.org; Mon, 12 May 2003 05:55:18 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19FA1o-0006MB-00; Mon, 12 May 2003 05:55:28 -0400 To: mvraaij@savannah.gnu.org,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Mon, 12 May 2003 05:55:28 -0400 Subject: [Phpgroupware-tracker] [ 102118 ] more flexible calender repeat X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Mon, 12 May 2003 09:56:30 -0000 Support Request #102118, was updated on Mon 05/12/2003 at 09:55 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102118&group_id=509 Category: Feature Request Status: Open Priority: 5 Summary: more flexible calender repeat By: mvraaij Date: Mon 05/12/2003 at 09:55 Logged In: YES user_id=17703 Browser: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030511 Mozilla Firebird/0.6 Our users of the calender have the need for a more flexible repeat function in the calender. Now it is daily, weekly etc.. Maybe it's nice to implement a bi-weekly option or a user defined. ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102118&group_id=509 From MAILER-DAEMON Mon May 12 13:09:13 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19FGmO-0003uo-00 for mharc-phpgroupware-tracker@gnu.org; Mon, 12 May 2003 13:08:00 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19FGlt-0003Oj-00 for phpgroupware-tracker@gnu.org; Mon, 12 May 2003 13:07:29 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19FGlo-0003KZ-00 for phpgroupware-tracker@gnu.org; Mon, 12 May 2003 13:07:27 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19FGl4-0002cq-00 for phpgroupware-tracker@gnu.org; Mon, 12 May 2003 13:06:38 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19FGlC-000561-00; Mon, 12 May 2003 13:06:46 -0400 To: William@leese.nl,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Mon, 12 May 2003 13:06:46 -0400 Subject: [Phpgroupware-tracker] [Bug #3559] UI: Remove the current month's mini-calendar + relocate mini calendars X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Mon, 12 May 2003 17:07:57 -0000 =================== BUG #3559: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3559&group_id=509 Submitted by: wvl Project: phpGroupWare Submitted on: Mon 05/12/2003 at 17:06 Category: calendar Bug Group: None Severity: 5 - Major Priority: None Resolution: None Assigned to: None Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: UI: Remove the current month's mini-calendar + relocate mini calendars Original Submission: Request to have the current month's mini calendar, located at the top center of the screen to be removed. Having this mini calendar here is of very little value. The mini calendars take up alot of critical space. The first thing people want to see is the calendar for the current month. The mini calendars _prevent_ that while adding little added value. The mini calendars shouldn't take any space from the most important element: the current calendar view. The two mini calendars (last month & next month) should be located to the left of the screen in the same column as i.e. 'Calendar menu' (in the iDots template). No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3559&group_id=509 From MAILER-DAEMON Mon May 12 13:17:43 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19FGvT-0002Sv-00 for mharc-phpgroupware-tracker@gnu.org; Mon, 12 May 2003 13:17:23 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19FGvD-0002FT-00 for phpgroupware-tracker@gnu.org; Mon, 12 May 2003 13:17:07 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19FGt3-0000yb-00 for phpgroupware-tracker@gnu.org; Mon, 12 May 2003 13:14:54 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19FGqi-0008R7-00 for phpgroupware-tracker@gnu.org; Mon, 12 May 2003 13:12:28 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19FGqp-0005HS-00; Mon, 12 May 2003 13:12:35 -0400 To: William@leese.nl,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Mon, 12 May 2003 13:12:35 -0400 Subject: [Phpgroupware-tracker] [Bug #3560] UI: Move calendar view buttons + view filters above the calendar view X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Mon, 12 May 2003 17:17:21 -0000 =================== BUG #3560: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3560&group_id=509 Submitted by: wvl Project: phpGroupWare Submitted on: Mon 05/12/2003 at 17:12 Category: calendar Bug Group: None Severity: 5 - Major Priority: None Resolution: None Assigned to: None Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: UI: Move calendar view buttons + view filters above the calendar view Original Submission: The Calendar view buttons (planner, current month, current week, etc) + filter buttons (category, filter and user) should be located directly above the calendar view. Why? Because it strengthens the idea of what they manipulate. Like a toolbar and content view. See below: [Category][Filter][User][Search] [Today][This Week][This Month][This Year][Planner] [------------------------------------------------] [----------------calendar view-------------------] [------------------------------------------------] No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3560&group_id=509 From MAILER-DAEMON Mon May 12 13:19:08 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19FGx5-0003oL-00 for mharc-phpgroupware-tracker@gnu.org; Mon, 12 May 2003 13:19:03 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19FGx2-0003k1-00 for phpgroupware-tracker@gnu.org; Mon, 12 May 2003 13:19:00 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19FGwk-0003b3-00 for phpgroupware-tracker@gnu.org; Mon, 12 May 2003 13:18:43 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19FGvS-0002SB-00 for phpgroupware-tracker@gnu.org; Mon, 12 May 2003 13:17:22 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19FGva-0005YY-00; Mon, 12 May 2003 13:17:30 -0400 To: William@leese.nl,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Mon, 12 May 2003 13:17:30 -0400 Subject: [Phpgroupware-tracker] [Bug #3561] UI: add dhtml(/css?) popup's to calendar events X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Mon, 12 May 2003 17:19:02 -0000 =================== BUG #3561: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3561&group_id=509 Submitted by: wvl Project: phpGroupWare Submitted on: Mon 05/12/2003 at 17:17 Category: calendar Bug Group: None Severity: 5 - Major Priority: None Resolution: None Assigned to: None Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: UI: add dhtml(/css?) popup's to calendar events Original Submission: Add dhtml popup's to calendar events. This would make it no longer necessary to place the event description in the main calendar view. (saves space & looks cleaner = better usability) No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3561&group_id=509 From MAILER-DAEMON Mon May 12 15:46:45 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19FJAh-0001q5-00 for mharc-phpgroupware-tracker@gnu.org; Mon, 12 May 2003 15:41:15 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19FJAN-0001aB-00 for phpgroupware-tracker@gnu.org; Mon, 12 May 2003 15:40:55 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19FJA0-0001CG-00 for phpgroupware-tracker@gnu.org; Mon, 12 May 2003 15:40:32 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19FJ8r-0000oq-00 for phpgroupware-tracker@gnu.org; Mon, 12 May 2003 15:39:21 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19FJ90-0001ZM-00; Mon, 12 May 2003 15:39:30 -0400 To: totschnig.michael@uqam.ca,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Mon, 12 May 2003 15:39:30 -0400 Subject: [Phpgroupware-tracker] [Bug #3563] problem in transfering records when deleting a user X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Mon, 12 May 2003 19:41:14 -0000 =================== BUG #3563: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3563&group_id=509 Submitted by: totschnig Project: phpGroupWare Submitted on: Mon 05/12/2003 at 19:39 Category: API - Admin Bug Group: 0.9.14 release Severity: 4 Priority: None Resolution: None Assigned to: None Status: Open Component Version: CVS Platform Version: None Reproducibility: None Summary: problem in transfering records when deleting a user Original Submission: When I tried to use the option to transfer records to another user when deleting a user I get the followin error: Database error: Invalid SQL: UPDATE phpgw_cal_user SET cal_login=7 WHERE cal_id=7 AND cal_login=19 MySQL Error: 1062 (Duplicate entry '7-7' for key 1) File: /usr/local/www/phpgroupware.src/calendar/inc/class.socalendar.inc.php Line: 243 Session halted. No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3563&group_id=509 From MAILER-DAEMON Mon May 12 18:49:13 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19FM6b-0002Bz-00 for mharc-phpgroupware-tracker@gnu.org; Mon, 12 May 2003 18:49:13 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19FM6Z-00025l-00 for phpgroupware-tracker@gnu.org; Mon, 12 May 2003 18:49:11 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19FM5c-0001QP-00 for phpgroupware-tracker@gnu.org; Mon, 12 May 2003 18:48:13 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19FM54-0001A3-00 for phpgroupware-tracker@gnu.org; Mon, 12 May 2003 18:47:38 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19FM5C-0007GC-00; Mon, 12 May 2003 18:47:46 -0400 To: adam@terralab.com,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Mon, 12 May 2003 18:47:46 -0400 Subject: [Phpgroupware-tracker] [Bug #3566] ->link bug related to enforce_ssl X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Mon, 12 May 2003 22:49:12 -0000 =================== BUG #3566: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3566&group_id=509 Submitted by: adamhull Project: phpGroupWare Submitted on: Mon 05/12/2003 at 22:47 Category: API - phpGWapi Bug Group: 0.9.14.003 release Severity: 5 - Major Priority: High Resolution: None Assigned to: None Status: Open Component Version: None Platform Version: None Reproducibility: Every Time Summary: ->link bug related to enforce_ssl Original Submission: when using enforce_ssl, webserver_url must be set to BLANK (or path only). putting a full URL in webserver_url breaks ->link useage. the error you get is "phpgw.domain.comhttps could not be found". It is as if webserver_url is being ignored and a URL is trying to be generated by appending https to the domain name. This is a consistent problem in .14 so I suspect it is an issue in .16 as well so check it there too. No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3566&group_id=509 From MAILER-DAEMON Tue May 13 07:31:45 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19FXyb-0006rW-00 for mharc-phpgroupware-tracker@gnu.org; Tue, 13 May 2003 07:29:45 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19FXuA-0005ZF-00 for phpgroupware-tracker@gnu.org; Tue, 13 May 2003 07:25:10 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19FXto-0005M4-00 for phpgroupware-tracker@gnu.org; Tue, 13 May 2003 07:24:49 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19FXni-0003k5-00 for phpgroupware-tracker@gnu.org; Tue, 13 May 2003 07:18:30 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19FXnp-0002b2-00; Tue, 13 May 2003 07:18:37 -0400 To: sigurdne@online.no,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Tue, 13 May 2003 07:18:37 -0400 Subject: [Phpgroupware-tracker] [Bug #3570] register_globals has to be 'on' to log in to alternative domain X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Tue, 13 May 2003 11:29:43 -0000 =================== BUG #3570: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3570&group_id=509 Submitted by: sigurdne Project: phpGroupWare Submitted on: Tue 05/13/2003 at 11:18 Category: API - phpGWapi Bug Group: devel cvs Severity: 5 - Major Priority: Normal Resolution: None Assigned to: None Status: Open Component Version: CVS Platform Version: Windows Reproducibility: None Summary: register_globals has to be 'on' to log in to alternative domain Original Submission: user@domain is not working if register_globals in php.ini is not set to 'on' No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3570&group_id=509 From MAILER-DAEMON Tue May 13 10:28:34 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19FahL-0006RX-00 for mharc-phpgroupware-tracker@gnu.org; Tue, 13 May 2003 10:24:07 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19FaRM-00025b-00 for phpgroupware-tracker@gnu.org; Tue, 13 May 2003 10:07:36 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19FaMx-00014o-00 for phpgroupware-tracker@gnu.org; Tue, 13 May 2003 10:03:04 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19FaJ6-0006x8-00 for phpgroupware-tracker@gnu.org; Tue, 13 May 2003 09:59:05 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19FaJG-0007uo-00; Tue, 13 May 2003 09:59:14 -0400 To: ray023@savannah.gnu.org,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Tue, 13 May 2003 09:59:14 -0400 Subject: [Phpgroupware-tracker] [ 102120 ] Extracting the Zip (total n00b question) X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Tue, 13 May 2003 14:24:05 -0000 Support Request #102120, was updated on Tue 05/13/2003 at 13:59 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102120&group_id=509 Category: Question - NOT BUG REPORT Status: Open Priority: 5 Summary: Extracting the Zip (total n00b question) By: ray023 Date: Tue 05/13/2003 at 13:59 Logged In: YES user_id=18996 Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Hey Guys, I've downloaded and extracted the following on a Win98 system: 1. phpgroupware-0.9.14.003.zip 2. PHPTriad for Windows (from hotscripts.com, it contains a setup for mySQL, apache and PHP for Windows) Before I go into any intricacies of my problem, let me ask this: Is the zip suppose to be extracted directly into "c:\apache\htdocs"? (this is my server directory) Or Are certain directories in the zip suppose to go in other places? If so, where? The reason I ask is b/c when I ran through the setup, it was looking for files that existed in directory "c:\apache\php\" (e.g. phpgwapi). This directory existed in "c:\apache\htdocs\phpgroupware" so I copied it to the requested location. When I fixed that error, another missing file error occurred. It had a domino effect. I ended copying files all over the place and I don't think that's how the setup should go. Especially now since I get "premature end of script headers" when I try to login. I'm williing to start over and try again. I just wanted to know if anyone had any insight. Thanks in advance! --Ray P.S. As far as I can tell, the database is set up correctly. ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102120&group_id=509 From MAILER-DAEMON Tue May 13 23:15:29 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19FmjY-0001uE-00 for mharc-phpgroupware-tracker@gnu.org; Tue, 13 May 2003 23:15:12 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19FmiQ-0000fG-00 for phpgroupware-tracker@gnu.org; Tue, 13 May 2003 23:14:02 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19Fmhl-0008Lu-00 for phpgroupware-tracker@gnu.org; Tue, 13 May 2003 23:13:22 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19FmhO-00080g-00 for phpgroupware-tracker@gnu.org; Tue, 13 May 2003 23:12:58 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19FmhT-0008Og-00; Tue, 13 May 2003 23:13:03 -0400 To: bjohnson@jecinc.on.ca,RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Tue, 13 May 2003 23:13:03 -0400 Subject: [Phpgroupware-tracker] [Bug #3475] so_sql has error for date postgresql fields when using save function X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Wed, 14 May 2003 03:15:10 -0000 =================== BUG #3475: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3475&group_id=509 Changes by: Johnson Date: Wed 05/14/2003 at 03:13 (GMT) ------------------ Additional Follow-up Comments ---------------------------- Looks like you prepared for this since there is an $empty_on_write = "NULL"; near the top of the so_sql class but the save function uses $this->empty_on_write that doesn't seem to be set equal to "NULL" I added $this->empty_on_write = "NULL"; immediately above $cols .= ($cols ? ',' : '') . $db_col; and the save started to work for me. I realize this is a hack but should help you find where the problem really is. Would this also solve postgresql 7.3 bugs for fields not liking '' for apps using so_sql? I think it would =================== BUG #3475: FULL BUG SNAPSHOT =================== Submitted by: jecinc Project: phpGroupWare Submitted on: Mon 05/05/2003 at 16:50 Category: eTemplates Bug Group: None Severity: 5 - Major Priority: None Resolution: None Assigned to: ralfbecker Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: so_sql has error for date postgresql fields when using save function Original Submission: Empty date fields are set to '' but postgresql returns error Postgresql wants null date values set to null (not '') Follow-up Comments ******************* ------------------------------------------------------- Date: Wed 05/14/2003 at 03:13 By: jecinc Looks like you prepared for this since there is an $empty_on_write = "NULL"; near the top of the so_sql class but the save function uses $this->empty_on_write that doesn't seem to be set equal to "NULL" I added $this->empty_on_write = "NULL"; immediately above $cols .= ($cols ? ',' : '') . $db_col; and the save started to work for me. I realize this is a hack but should help you find where the problem really is. Would this also solve postgresql 7.3 bugs for fields not liking '' for apps using so_sql? I think it would ------------------------------------------------------- Date: Mon 05/05/2003 at 18:45 By: ralfbecker Ok, I will fix it soon. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3475&group_id=509 From MAILER-DAEMON Wed May 14 07:48:25 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19Fujd-0000DN-00 for mharc-phpgroupware-tracker@gnu.org; Wed, 14 May 2003 07:47:49 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19Fuir-0008BX-00 for phpgroupware-tracker@gnu.org; Wed, 14 May 2003 07:47:01 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19FueQ-0005eF-00 for phpgroupware-tracker@gnu.org; Wed, 14 May 2003 07:42:28 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19FuIz-0005Oa-00 for phpgroupware-tracker@gnu.org; Wed, 14 May 2003 07:20:17 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19FuJ5-0004UZ-00; Wed, 14 May 2003 07:20:23 -0400 To: sigurdne@savannah.gnu.org, btb@savannah.gnu.org, mypubma@ziplip.com, skwashd@savannah.gnu.org,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Wed, 14 May 2003 07:20:23 -0400 Subject: [Phpgroupware-tracker] [ 100400 ] Microsoft sql server X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Wed, 14 May 2003 11:47:48 -0000 Support Request #100400, was updated on Thu 02/07/02 at 10:21 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=100400&group_id=509 Category: Feature Request Status: Open Priority: 5 Summary: Microsoft sql server By: skwashd Date: Sat 12/07/02 at 19:51 Logged In: YES user_id=2480 Browser: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1) Gecko/20020826 This is a feature request and has been marked as such. The request will be evaluated, and possibly included in the next (or later) release. ---------------------------------------------------------------------- By: mypubma Date: Mon 11/04/02 at 12:22 Logged In: NO Browser: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.1) Gecko/20020826 The problem is that SQL Server defaults to non-ANSI compliant behaviour when a field is not specified to be nullable or not. Set the ANSI null property to true for the database, it will take care of the null values problem. ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=100400&group_id=509 From MAILER-DAEMON Wed May 14 07:50:36 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19FumK-00011k-00 for mharc-phpgroupware-tracker@gnu.org; Wed, 14 May 2003 07:50:36 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19FukU-0000bC-00 for phpgroupware-tracker@gnu.org; Wed, 14 May 2003 07:48:42 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19FuiU-0007tX-00 for phpgroupware-tracker@gnu.org; Wed, 14 May 2003 07:46:39 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19FuiT-0007su-00 for phpgroupware-tracker@gnu.org; Wed, 14 May 2003 07:46:37 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19Fuic-0006dJ-00; Wed, 14 May 2003 07:46:46 -0400 To: ray023@savannah.gnu.org, skwashd@savannah.gnu.org,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Wed, 14 May 2003 07:46:46 -0400 Subject: [Phpgroupware-tracker] [ 102120 ] Extracting the Zip (total n00b question) X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Wed, 14 May 2003 11:50:35 -0000 Support Request #102120, was updated on Tue 05/13/03 at 09:59 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102120&group_id=509 Category: Question - NOT BUG REPORT Status: Open Priority: 5 Summary: Extracting the Zip (total n00b question) By: skwashd Date: Wed 05/14/03 at 07:46 Logged In: NO Browser: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020623 Debian/1.0.0-0.woody.1 I hope this is not for a production environment. You should unzip the files to docroot\phpgroupware. That *should* work, but I am not aware of anyone running phpgw on a win98 box. I would suggest you start over. Also have a read of http://free-source.com/files/phpgw-howto.html ... it is designed for a *nix install, but relevant. Cheers ---------------------------------------------------------------------- By: ray023 Date: Tue 05/13/03 at 09:59 Logged In: YES user_id=18996 Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Hey Guys, I've downloaded and extracted the following on a Win98 system: 1. phpgroupware-0.9.14.003.zip 2. PHPTriad for Windows (from hotscripts.com, it contains a setup for mySQL, apache and PHP for Windows) Before I go into any intricacies of my problem, let me ask this: Is the zip suppose to be extracted directly into "c:\apache\htdocs"? (this is my server directory) Or Are certain directories in the zip suppose to go in other places? If so, where? The reason I ask is b/c when I ran through the setup, it was looking for files that existed in directory "c:\apache\php\" (e.g. phpgwapi). This directory existed in "c:\apache\htdocs\phpgroupware" so I copied it to the requested location. When I fixed that error, another missing file error occurred. It had a domino effect. I ended copying files all over the place and I don't think that's how the setup should go. Especially now since I get "premature end of script headers" when I try to login. I'm williing to start over and try again. I just wanted to know if anyone had any insight. Thanks in advance! --Ray P.S. As far as I can tell, the database is set up correctly. ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102120&group_id=509 From MAILER-DAEMON Wed May 14 11:10:05 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19Fxsw-0005fS-00 for mharc-phpgroupware-tracker@gnu.org; Wed, 14 May 2003 11:09:38 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19Fxhb-0001QX-00 for phpgroupware-tracker@gnu.org; Wed, 14 May 2003 10:57:55 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19FxhT-0001Iq-00 for phpgroupware-tracker@gnu.org; Wed, 14 May 2003 10:57:48 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19Fxfb-0000PE-00 for phpgroupware-tracker@gnu.org; Wed, 14 May 2003 10:55:51 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19Fxfh-0004Dy-00; Wed, 14 May 2003 10:55:57 -0400 To: r.hoedeman@1100cc.nl,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Wed, 14 May 2003 10:55:57 -0400 Subject: [Phpgroupware-tracker] [Bug #3596] IMAP error, mail_msg: save_session_cache_item: we have no msgball_list X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Wed, 14 May 2003 15:09:36 -0000 =================== BUG #3596: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3596&group_id=509 Submitted by: hoedje Project: phpGroupWare Submitted on: Wed 05/14/03 at 14:55 Category: email Bug Group: 0.9.14.002 release Severity: 5 - Major Priority: Normal Resolution: None Assigned to: None Status: Open Component Version: None Platform Version: Other Reproducibility: Every Time Summary: IMAP error, mail_msg: save_session_cache_item: we have no msgball_list Original Submission: When the mail server type is set to IMAP and phpgroupware runs on local Windows 2000 server with IIS there is no problem connecting to pop.vuurwerk.nl or imap.vuurwerk.nl. When phpgroupware is installad on Linux at www.vuurwerk.nl with PHP 4.3.1 & Apache/1.3.27 (Unix) PHP-CGI/0.1b & --with-imap=imap-2002b and then you connect to pop.vuurwerk.nl or imap.vuurwerk.nl the list repeats message1 as often as there are messages in the mailbox and it gives the next error message: mail_msg: save_session_cache_item: LEAVING on ERROR, FIXME line 3737 we have no msgball_list When server type is switched to pop3 then the list cannot be refreshed to see new arrived email and the list is sorted the wrong way up (this cannot be changed by clicking on *date*). No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3596&group_id=509 From MAILER-DAEMON Wed May 14 11:52:16 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19FyTP-00040U-00 for mharc-phpgroupware-tracker@gnu.org; Wed, 14 May 2003 11:47:19 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19Fy34-0001uS-00 for phpgroupware-tracker@gnu.org; Wed, 14 May 2003 11:20:06 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19Fxy1-0000GM-00 for phpgroupware-tracker@gnu.org; Wed, 14 May 2003 11:14:54 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19FxxG-00082J-00 for phpgroupware-tracker@gnu.org; Wed, 14 May 2003 11:14:06 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19FxxF-0004xQ-00; Wed, 14 May 2003 11:14:05 -0400 To: ray023@savannah.gnu.org, skwashd@savannah.gnu.org, ray023@collegeclub.com,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Wed, 14 May 2003 11:14:05 -0400 Subject: [Phpgroupware-tracker] [ 102120 ] Extracting the Zip (total n00b question) X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Wed, 14 May 2003 15:47:15 -0000 Support Request #102120, was updated on Tue 05/13/2003 at 13:59 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102120&group_id=509 Category: Question - NOT BUG REPORT Status: Open Priority: 5 Summary: Extracting the Zip (total n00b question) By: ray023 Date: Wed 05/14/2003 at 15:14 Logged In: YES user_id=18996 Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) I would NOT try this on mission critical system! Trust me. :) The website you referenced is what I used to get this far. There are subtle differences so I wonder if I'm using an outdated Apache. Using Win98 may not have been the best way to start. I also have Linux on the box as well. I'll give that a whirl and see what happens. Thanks for your help. --Ray ---------------------------------------------------------------------- By: skwashd Date: Wed 05/14/2003 at 11:46 Logged In: NO Browser: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020623 Debian/1.0.0-0.woody.1 I hope this is not for a production environment. You should unzip the files to docroot\phpgroupware. That *should* work, but I am not aware of anyone running phpgw on a win98 box. I would suggest you start over. Also have a read of http://free-source.com/files/phpgw-howto.html ... it is designed for a *nix install, but relevant. Cheers ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102120&group_id=509 From MAILER-DAEMON Wed May 14 13:22:38 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19Fzxe-00089i-00 for mharc-phpgroupware-tracker@gnu.org; Wed, 14 May 2003 13:22:38 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19FzsF-0006VA-00 for phpgroupware-tracker@gnu.org; Wed, 14 May 2003 13:17:03 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19Fzqi-000684-00 for phpgroupware-tracker@gnu.org; Wed, 14 May 2003 13:15:30 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19Fzmu-0004dl-00 for phpgroupware-tracker@gnu.org; Wed, 14 May 2003 13:11:32 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19Fzn3-0005pD-00; Wed, 14 May 2003 13:11:41 -0400 To: bjohnson@jecinc.on.ca,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Wed, 14 May 2003 13:11:41 -0400 Subject: [Phpgroupware-tracker] [Bug #3611] can't get or set active tab name X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Wed, 14 May 2003 17:22:36 -0000 =================== BUG #3611: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3611&group_id=509 Submitted by: jecinc Project: phpGroupWare Submitted on: Wed 05/14/2003 at 17:11 Category: eTemplates Bug Group: None Severity: 5 - Major Priority: None Resolution: None Assigned to: None Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: can't get or set active tab name Original Submission: for a tab widget tab1|tab2|tab3 where the main template namespace is $content I cannot set an active tab with $content['tab1|tab2|tab3'] = 'tab2'; or any other way that I tried I would also like to be able to find out the name of the active tab on a side note .. using set_cell_attribute('tab1|tab2|tab3','name','tab1|tab3'); did allow me to disable a tab .. but I couldn't find if an attribute was available to allow me to set the default tab to display as active No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3611&group_id=509 From MAILER-DAEMON Wed May 14 22:17:37 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19G8JM-0008BG-00 for mharc-phpgroupware-tracker@gnu.org; Wed, 14 May 2003 22:17:36 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19G8JK-00089v-00 for phpgroupware-tracker@gnu.org; Wed, 14 May 2003 22:17:34 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19G8JJ-00087W-00 for phpgroupware-tracker@gnu.org; Wed, 14 May 2003 22:17:33 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19G8IM-0007qK-00 for phpgroupware-tracker@gnu.org; Wed, 14 May 2003 22:16:34 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19G8IN-0002rh-00; Wed, 14 May 2003 22:16:35 -0400 To: totschnig.michael@uqam.ca,RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Wed, 14 May 2003 22:16:35 -0400 Subject: [Phpgroupware-tracker] [Bug #3618] list_session function of class sessions_ph4 intrudes on other installations X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Thu, 15 May 2003 02:17:35 -0000 =================== BUG #3618: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3618&group_id=509 Submitted by: totschnig Project: phpGroupWare Submitted on: Thu 05/15/2003 at 02:16 Category: API - Admin Bug Group: 0.9.14.003 release Severity: 9 - Critical Priority: None Resolution: None Assigned to: ralfbecker Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: list_session function of class sessions_ph4 intrudes on other installations Original Submission: if there are several installations of phpgroupware on one system, and they use the same temp dir, and you view the active sessions, you can see the sessions of all installations there are on your system. You can even kill them!!! No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3618&group_id=509 From MAILER-DAEMON Thu May 15 01:48:46 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19GBbZ-000861-00 for mharc-phpgroupware-tracker@gnu.org; Thu, 15 May 2003 01:48:37 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19GBbT-0007km-00 for phpgroupware-tracker@gnu.org; Thu, 15 May 2003 01:48:31 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19GBbP-0007YE-00 for phpgroupware-tracker@gnu.org; Thu, 15 May 2003 01:48:28 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19GBbO-0007WI-00 for phpgroupware-tracker@gnu.org; Thu, 15 May 2003 01:48:26 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19GBbW-0002Xu-00; Thu, 15 May 2003 01:48:34 -0400 To: savannahgnuorg@tyreth.homelinux.org,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Thu, 15 May 2003 01:48:34 -0400 Subject: [Phpgroupware-tracker] [Bug #3619] clicking install all core tables... fails X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Thu, 15 May 2003 05:48:35 -0000 =================== BUG #3619: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3619&group_id=509 Submitted by: tyreth Project: phpGroupWare Submitted on: Thu 05/15/2003 at 05:48 Category: None Bug Group: 0.9.14.003 release Severity: 5 - Major Priority: High Resolution: None Assigned to: None Status: Open Component Version: BZIP2 Platform Version: BSD Reproducibility: Every Time Summary: clicking install all core tables... fails Original Submission: When I click the button "Install" all core tables and the admin and preferences applications it waits a while then comes up with the following error on setup/index.php: Parse error: parse error in /home/msaward/public_html/sitemgr/setup/tables_current.inc.php on line 22 I checked the database and this step creates all the tables and seems to fill them with data (I checked the lang table). Using MySQL, and connecting to a remote host for the database. No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3619&group_id=509 From MAILER-DAEMON Thu May 15 02:58:23 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19GCh5-0007LZ-00 for mharc-phpgroupware-tracker@gnu.org; Thu, 15 May 2003 02:58:23 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19GCh3-0007Kz-00 for phpgroupware-tracker@gnu.org; Thu, 15 May 2003 02:58:21 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19GCh1-0007Kd-00 for phpgroupware-tracker@gnu.org; Thu, 15 May 2003 02:58:20 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19GCh1-0007KX-00 for phpgroupware-tracker@gnu.org; Thu, 15 May 2003 02:58:19 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19GCh9-0006ms-00; Thu, 15 May 2003 02:58:27 -0400 To: huleboer@techbee.no,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Thu, 15 May 2003 02:58:27 -0400 Subject: [Phpgroupware-tracker] [ 102126 ] qmail/vpopmail virtual domain auth X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Thu, 15 May 2003 06:58:21 -0000 Support Request #102126, was updated on Thu 05/15/03 at 02:58 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102126&group_id=509 Category: Feature Request Status: Open Priority: 5 Summary: qmail/vpopmail virtual domain auth By: huleboer Date: Thu 05/15/03 at 02:58 Logged In: NO Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322) I want to integrate phpgroupware into my domains. But for now it only supports 1 domain using the vmailmgr style thing. I know that phpgroupware normally stores each domain inn different databases but I were hoping for my solution as a work around you could get it to use the same database. For that to work I need the following: 1) when logging inn using mail auth I need it to use user@domain.. Now when doing that I still get user@defaultdomain. I need it to actually use the @domain a user uses when logging inn. 2) Usernames inn the database today is stored as just user (it strippes the @domain) I use when logging inn... Any way to remove that so it will not strip @domain from the username? Then I could have users like user1@domain1 and user1@domain2 as users with different contacts... I talked to skwashd he might be able to explain my request a little clerer... Example: logging inn with mail auth: user1@domain1 -> pop3/imap auth against default server with username user1@domain1 not user1@defaultdomain. user1@domain2 -> pop3/imap auth against default server with username user1@domain2 not user1@defaultdomain. With defaultdomain it's impossible to have multiple domains with this setup. Also this will require the username to be set to user@domain not just user.. If it's just user user1@domain1 will share user1@domain2's contacts. Basicly what I want is, don't do anything to it :) If you just accept what I type inn (I can keep default domain empty) and don't strip @domain from the login everything will work fine. That's how I do it today with TWIG and Horde(imp). I'm getting quite large tables this way but it's a very easy way to handle everything. If anything is uncleare please contact me. Please also contact me if the feature is implemented. ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102126&group_id=509 From MAILER-DAEMON Thu May 15 04:01:48 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19GDdI-0005yl-00 for mharc-phpgroupware-tracker@gnu.org; Thu, 15 May 2003 03:58:32 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19GDci-00058Y-00 for phpgroupware-tracker@gnu.org; Thu, 15 May 2003 03:57:56 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19GDaI-0002u1-00 for phpgroupware-tracker@gnu.org; Thu, 15 May 2003 03:55:27 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19GDa9-0002pi-00 for phpgroupware-tracker@gnu.org; Thu, 15 May 2003 03:55:17 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19GDaE-0002Xw-00; Thu, 15 May 2003 03:55:22 -0400 To: huleboer@techbee.no, seek3r@savannah.gnu.org,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Thu, 15 May 2003 03:55:22 -0400 Subject: [Phpgroupware-tracker] [ 102126 ] qmail/vpopmail virtual domain auth X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Thu, 15 May 2003 07:58:24 -0000 Support Request #102126, was updated on Wed 05/14/2003 at 23:58 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102126&group_id=509 Category: Feature Request Status: Closed Priority: 5 Summary: qmail/vpopmail virtual domain auth By: seek3r Date: Thu 05/15/2003 at 00:55 Logged In: YES user_id=925 Browser: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030507 This can be changed in the source. Right now the seperator between the domains is the @ sign. This can easily be changed to another symbol for your install. If I remember correctly this is done in the phpgwapi/inc/functions.inc.php I suppose this could become a config option which can be set in the header.inc.php, but for now it shouldnt be hard for you to edit yourself. Dan ---------------------------------------------------------------------- By: huleboer Date: Wed 05/14/2003 at 23:58 Logged In: NO Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322) I want to integrate phpgroupware into my domains. But for now it only supports 1 domain using the vmailmgr style thing. I know that phpgroupware normally stores each domain inn different databases but I were hoping for my solution as a work around you could get it to use the same database. For that to work I need the following: 1) when logging inn using mail auth I need it to use user@domain.. Now when doing that I still get user@defaultdomain. I need it to actually use the @domain a user uses when logging inn. 2) Usernames inn the database today is stored as just user (it strippes the @domain) I use when logging inn... Any way to remove that so it will not strip @domain from the username? Then I could have users like user1@domain1 and user1@domain2 as users with different contacts... I talked to skwashd he might be able to explain my request a little clerer... Example: logging inn with mail auth: user1@domain1 -> pop3/imap auth against default server with username user1@domain1 not user1@defaultdomain. user1@domain2 -> pop3/imap auth against default server with username user1@domain2 not user1@defaultdomain. With defaultdomain it's impossible to have multiple domains with this setup. Also this will require the username to be set to user@domain not just user.. If it's just user user1@domain1 will share user1@domain2's contacts. Basicly what I want is, don't do anything to it :) If you just accept what I type inn (I can keep default domain empty) and don't strip @domain from the login everything will work fine. That's how I do it today with TWIG and Horde(imp). I'm getting quite large tables this way but it's a very easy way to handle everything. If anything is uncleare please contact me. Please also contact me if the feature is implemented. ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102126&group_id=509 From MAILER-DAEMON Thu May 15 04:02:53 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19GDhU-0007EE-00 for mharc-phpgroupware-tracker@gnu.org; Thu, 15 May 2003 04:02:52 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19GDd1-0005cl-00 for phpgroupware-tracker@gnu.org; Thu, 15 May 2003 03:58:15 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19GDcj-00059T-00 for phpgroupware-tracker@gnu.org; Thu, 15 May 2003 03:57:58 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19GDbd-00045S-00 for phpgroupware-tracker@gnu.org; Thu, 15 May 2003 03:56:49 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19GDbl-0002Zl-00; Thu, 15 May 2003 03:56:57 -0400 To: news@taun.org, seek3r@savannah.gnu.org,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Thu, 15 May 2003 03:56:57 -0400 Subject: [Phpgroupware-tracker] [ 100342 ] WML for mobile phones X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Thu, 15 May 2003 08:02:51 -0000 Support Request #100342, was updated on Tue 01/22/2002 at 14:45 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=100342&group_id=509 Category: Feature Request Status: Open Priority: 5 Summary: WML for mobile phones By: seek3r Date: Thu 05/15/2003 at 00:56 Logged In: YES user_id=925 Browser: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030507 No one has stepped up to build the support for it. As of now I doubt very much that it will ever get done without someone specificly jumping in and doing it. So if you want it, dont wait for someone else to do it, because its not likely someone else will. ---------------------------------------------------------------------- By: news Date: Tue 01/22/2002 at 14:45 Logged In: NO Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; Win 9x 4.90; T312461) What happened to the wml support? ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=100342&group_id=509 From MAILER-DAEMON Thu May 15 05:03:13 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19GEM4-0000eT-00 for mharc-phpgroupware-tracker@gnu.org; Thu, 15 May 2003 04:44:48 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19GEAs-00059x-00 for phpgroupware-tracker@gnu.org; Thu, 15 May 2003 04:33:14 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19GEAe-0004gU-00 for phpgroupware-tracker@gnu.org; Thu, 15 May 2003 04:33:02 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19GEAV-0004fK-00 for phpgroupware-tracker@gnu.org; Thu, 15 May 2003 04:32:51 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19GEAb-0006Po-00; Thu, 15 May 2003 04:32:57 -0400 To: r.hoedeman@1100cc.nl,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Thu, 15 May 2003 04:32:57 -0400 Subject: [Phpgroupware-tracker] [Bug #3596] IMAP error, mail_msg: save_session_cache_item: we have no msgball_list X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Thu, 15 May 2003 08:44:46 -0000 =================== BUG #3596: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3596&group_id=509 Changes by: Richard Hoedeman Date: Thu 05/15/03 at 08:32 (GMT) ------------------ Additional Follow-up Comments ---------------------------- An extra Debug window pop-up displaying following message: + (+575058) mail_msg: save_session_cache_item: LEAVING on ERROR, FIXME line 3736 we have no msgball_list = * = * = * = * = * random: 958461885 = * = * = * = * = * =================== BUG #3596: FULL BUG SNAPSHOT =================== Submitted by: hoedje Project: phpGroupWare Submitted on: Wed 05/14/03 at 14:55 Category: email Bug Group: 0.9.14.002 release Severity: 5 - Major Priority: Normal Resolution: None Assigned to: None Status: Open Component Version: None Platform Version: Other Reproducibility: Every Time Summary: IMAP error, mail_msg: save_session_cache_item: we have no msgball_list Original Submission: When the mail server type is set to IMAP and phpgroupware runs on local Windows 2000 server with IIS there is no problem connecting to pop.vuurwerk.nl or imap.vuurwerk.nl. When phpgroupware is installad on Linux at www.vuurwerk.nl with PHP 4.3.1 & Apache/1.3.27 (Unix) PHP-CGI/0.1b & --with-imap=imap-2002b and then you connect to pop.vuurwerk.nl or imap.vuurwerk.nl the list repeats message1 as often as there are messages in the mailbox and it gives the next error message: mail_msg: save_session_cache_item: LEAVING on ERROR, FIXME line 3737 we have no msgball_list When server type is switched to pop3 then the list cannot be refreshed to see new arrived email and the list is sorted the wrong way up (this cannot be changed by clicking on *date*). Follow-up Comments ******************* ------------------------------------------------------- Date: Thu 05/15/03 at 08:32 By: hoedje An extra Debug window pop-up displaying following message: + (+575058) mail_msg: save_session_cache_item: LEAVING on ERROR, FIXME line 3736 we have no msgball_list = * = * = * = * = * random: 958461885 = * = * = * = * = * CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3596&group_id=509 From MAILER-DAEMON Thu May 15 09:59:30 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19GJE3-0001Bt-00 for mharc-phpgroupware-tracker@gnu.org; Thu, 15 May 2003 09:56:51 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19GIub-0001UC-00 for phpgroupware-tracker@gnu.org; Thu, 15 May 2003 09:36:45 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19GIuS-0001Sw-00 for phpgroupware-tracker@gnu.org; Thu, 15 May 2003 09:36:36 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19GIsR-0000ET-00 for phpgroupware-tracker@gnu.org; Thu, 15 May 2003 09:34:31 -0400 Received: from www-data by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 19GIsa-00064S-00; Thu, 15 May 2003 09:34:40 -0400 To: oberger@april.org,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org Message-Id: Date: Thu, 15 May 2003 09:34:40 -0400 Subject: [Phpgroupware-tracker] [Bug #3625] validator's strip_html removes 0 from strings X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Thu, 15 May 2003 13:56:50 -0000 =================== BUG #3625: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3625&group_id=509 Submitted by: olberger Project: phpGroupWare Submitted on: Thu 05/15/03 at 15:34 Category: API - phpGWapi Bug Group: None Severity: 5 - Major Priority: Normal Resolution: None Assigned to: None Status: Open Component Version: None Platform Version: None Reproducibility: Every Time Summary: validator's strip_html removes 0 from strings Original Submission: When using strip_html from class validator (from phpgwapi) on a string containing the '0' character, it is removed although not being part of a HTML tag. so strip_html('2003') give 23. Usage of if(!empty($digit)) whould probably be replaced by if(isset($digit) && $digit != "") inside strip_html No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3625&group_id=509 From MAILER-DAEMON Fri May 16 09:08:00 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19GewJ-0005tI-00 for mharc-phpgroupware-tracker@gnu.org; Fri, 16 May 2003 09:07:59 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19GewH-0005ow-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 09:07:57 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19GewG-0005oh-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 09:07:56 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19GevC-0005LE-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 09:06:50 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19GevM-0001qr-Iu; Fri, 16 May 2003 09:07:00 -0400 To: bjohnson@jecinc.on.ca,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3643 Message-Id: Sender: www-data Date: Fri, 16 May 2003 09:07:00 -0400 Subject: [Phpgroupware-tracker] [Bug #3643] select box filters not stored in nextmatch namespace cause problems when multiple nextmatches on one page X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Fri, 16 May 2003 13:07:58 -0000 =================== BUG #3643: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3643&group_id=509 Submitted by: jecinc Project: phpGroupWare Submitted on: Fri 05/16/2003 at 13:07 Category: eTemplates Bug Group: None Severity: 5 - Major Priority: None Resolution: None Assigned to: None Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: select box filters not stored in nextmatch namespace cause problems when multiple nextmatches on one page Original Submission: nextmatch select box filters value array isn't stored in namespace, they are just stored in $sel_options This creates problem when multiple nextmatchs are used one one page (or in tabs) and you want the same filter (ie accounts) but with a different null display (ie you want one filter to include 'Show all..' and another filter does not) I discovered this problem with a custom nextmatch template based on the template for the default nextmatch widget but it seems to apply to the default nextmatches too No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3643&group_id=509 From MAILER-DAEMON Fri May 16 17:06:53 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19GmNe-0002Qt-00 for mharc-phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:04:42 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19GmNF-0001ZL-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:04:17 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19GmN0-00019H-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:04:03 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19GmMo-0000xl-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:03:50 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19GmMx-0003pF-Ni; Fri, 16 May 2003 17:03:59 -0400 To: totschnig.michael@uqam.ca,RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3618 Message-Id: Sender: www-data Date: Fri, 16 May 2003 17:03:59 -0400 Subject: [Phpgroupware-tracker] [Bug #3618] list_session function of class sessions_ph4 intrudes on other installations X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Fri, 16 May 2003 21:04:40 -0000 =================== BUG #3618: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3618&group_id=509 Changes by: Ralf Becker Date: Fri 05/16/2003 at 23:03 (Europe/Berlin) What | Removed | Added --------------------------------------------------------------------------- Resolution | None | Works for me ------------------ Additional Follow-up Comments ---------------------------- It works in my testinstall: I only see the sessions of the domain I'm logged in. If you look at the Line 1050 of class.session_php4.inc.php: if the domain in the session-record does not match my own domain it does a continue to not list that record. To track down the prob. with your intall u might want to enable the debug-message on line 1055 extend with an additional output for $this->account_domain (the domain your in atm). Let me know what is shows. =================== BUG #3618: FULL BUG SNAPSHOT =================== Submitted by: totschnig Project: phpGroupWare Submitted on: Thu 05/15/2003 at 04:16 Category: API - Admin Bug Group: 0.9.14.003 release Severity: 9 - Critical Priority: None Resolution: Works for me Assigned to: ralfbecker Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: list_session function of class sessions_ph4 intrudes on other installations Original Submission: if there are several installations of phpgroupware on one system, and they use the same temp dir, and you view the active sessions, you can see the sessions of all installations there are on your system. You can even kill them!!! Follow-up Comments ******************* ------------------------------------------------------- Date: Fri 05/16/2003 at 23:03 By: ralfbecker It works in my testinstall: I only see the sessions of the domain I'm logged in. If you look at the Line 1050 of class.session_php4.inc.php: if the domain in the session-record does not match my own domain it does a continue to not list that record. To track down the prob. with your intall u might want to enable the debug-message on line 1055 extend with an additional output for $this->account_domain (the domain your in atm). Let me know what is shows. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3618&group_id=509 From MAILER-DAEMON Fri May 16 17:07:14 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19GmQ6-0003cu-00 for mharc-phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:07:14 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19GmQ4-0003aZ-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:07:12 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19GmNd-0002N7-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:04:44 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19GmNS-0001pK-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:04:30 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19GmNZ-0003qB-9I; Fri, 16 May 2003 17:04:37 -0400 To: bjohnson@jecinc.on.ca,RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3643 Message-Id: Sender: www-data Date: Fri, 16 May 2003 17:04:37 -0400 Subject: [Phpgroupware-tracker] [Bug #3643] select box filters not stored in nextmatch namespace cause problems when multiple nextmatches on one page X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Fri, 16 May 2003 21:07:12 -0000 =================== BUG #3643: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3643&group_id=509 Changes by: Ralf Becker Date: Fri 05/16/2003 at 23:04 (Europe/Berlin) What | Removed | Added --------------------------------------------------------------------------- Assigned to | None | ralfbecker =================== BUG #3643: FULL BUG SNAPSHOT =================== Submitted by: jecinc Project: phpGroupWare Submitted on: Fri 05/16/2003 at 15:07 Category: eTemplates Bug Group: None Severity: 5 - Major Priority: None Resolution: None Assigned to: ralfbecker Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: select box filters not stored in nextmatch namespace cause problems when multiple nextmatches on one page Original Submission: nextmatch select box filters value array isn't stored in namespace, they are just stored in $sel_options This creates problem when multiple nextmatchs are used one one page (or in tabs) and you want the same filter (ie accounts) but with a different null display (ie you want one filter to include 'Show all..' and another filter does not) I discovered this problem with a custom nextmatch template based on the template for the default nextmatch widget but it seems to apply to the default nextmatches too No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3643&group_id=509 From MAILER-DAEMON Fri May 16 17:07:59 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19GmQW-00046s-00 for mharc-phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:07:40 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19GmNc-0002N0-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:04:40 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19GmNG-0001cu-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:04:20 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19GmNC-0001QF-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:04:14 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19GmNL-0003pv-Lf; Fri, 16 May 2003 17:04:23 -0400 To: bjohnson@jecinc.on.ca,RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3611 Message-Id: Sender: www-data Date: Fri, 16 May 2003 17:04:23 -0400 Subject: [Phpgroupware-tracker] [Bug #3611] can't get or set active tab name X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Fri, 16 May 2003 21:07:37 -0000 =================== BUG #3611: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3611&group_id=509 Changes by: Ralf Becker Date: Fri 05/16/2003 at 23:04 (Europe/Berlin) What | Removed | Added --------------------------------------------------------------------------- Assigned to | None | ralfbecker =================== BUG #3611: FULL BUG SNAPSHOT =================== Submitted by: jecinc Project: phpGroupWare Submitted on: Wed 05/14/2003 at 19:11 Category: eTemplates Bug Group: None Severity: 5 - Major Priority: None Resolution: None Assigned to: ralfbecker Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: can't get or set active tab name Original Submission: for a tab widget tab1|tab2|tab3 where the main template namespace is $content I cannot set an active tab with $content['tab1|tab2|tab3'] = 'tab2'; or any other way that I tried I would also like to be able to find out the name of the active tab on a side note .. using set_cell_attribute('tab1|tab2|tab3','name','tab1|tab3'); did allow me to disable a tab .. but I couldn't find if an attribute was available to allow me to set the default tab to display as active No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3611&group_id=509 From MAILER-DAEMON Fri May 16 17:09:17 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19GmRp-00064q-00 for mharc-phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:09:01 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19GmRJ-0005tz-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:08:29 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19GmQn-0004Zt-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:08:00 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19GmQP-0003wN-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:07:33 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19GmQX-0003vW-Up; Fri, 16 May 2003 17:07:41 -0400 To: William@leese.nl,RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3559 Message-Id: Sender: www-data Date: Fri, 16 May 2003 17:07:41 -0400 Subject: [Phpgroupware-tracker] [Bug #3559] UI: Remove the current month's mini-calendar + relocate mini calendars X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Fri, 16 May 2003 21:08:59 -0000 =================== BUG #3559: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3559&group_id=509 Changes by: Ralf Becker Date: Fri 05/16/2003 at 23:07 (Europe/Berlin) What | Removed | Added --------------------------------------------------------------------------- Status | Open | Closed ------------------ Additional Follow-up Comments ---------------------------- This has been reassigned as a feature request. =================== BUG #3559: FULL BUG SNAPSHOT =================== Submitted by: wvl Project: phpGroupWare Submitted on: Mon 05/12/2003 at 19:06 Category: calendar Bug Group: None Severity: 5 - Major Priority: None Resolution: None Assigned to: None Status: Closed Component Version: None Platform Version: None Reproducibility: None Summary: UI: Remove the current month's mini-calendar + relocate mini calendars Original Submission: Request to have the current month's mini calendar, located at the top center of the screen to be removed. Having this mini calendar here is of very little value. The mini calendars take up alot of critical space. The first thing people want to see is the calendar for the current month. The mini calendars _prevent_ that while adding little added value. The mini calendars shouldn't take any space from the most important element: the current calendar view. The two mini calendars (last month & next month) should be located to the left of the screen in the same column as i.e. 'Calendar menu' (in the iDots template). Follow-up Comments ******************* ------------------------------------------------------- Date: Fri 05/16/2003 at 23:07 By: ralfbecker This has been reassigned as a feature request. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3559&group_id=509 From MAILER-DAEMON Fri May 16 17:10:42 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19GmSm-0007An-00 for mharc-phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:10:00 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19GmRA-0005Lr-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:08:20 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19GmQm-0004UF-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:07:59 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19GmQf-0004EI-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:07:49 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19GmQk-0003vm-Ak; Fri, 16 May 2003 17:07:54 -0400 To: William@leese.nl,RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3561 Message-Id: Sender: www-data Date: Fri, 16 May 2003 17:07:54 -0400 Subject: [Phpgroupware-tracker] [Bug #3561] UI: add dhtml(/css?) popup's to calendar events X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Fri, 16 May 2003 21:09:58 -0000 =================== BUG #3561: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3561&group_id=509 Changes by: Ralf Becker Date: Fri 05/16/2003 at 23:07 (Europe/Berlin) ------------------ Additional Follow-up Comments ---------------------------- This has been reassigned as a feature request. =================== BUG #3561: FULL BUG SNAPSHOT =================== Submitted by: wvl Project: phpGroupWare Submitted on: Mon 05/12/2003 at 19:17 Category: calendar Bug Group: None Severity: 5 - Major Priority: None Resolution: None Assigned to: None Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: UI: add dhtml(/css?) popup's to calendar events Original Submission: Add dhtml popup's to calendar events. This would make it no longer necessary to place the event description in the main calendar view. (saves space & looks cleaner = better usability) Follow-up Comments ******************* ------------------------------------------------------- Date: Fri 05/16/2003 at 23:07 By: ralfbecker This has been reassigned as a feature request. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3561&group_id=509 From MAILER-DAEMON Fri May 16 17:11:26 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19GmT4-0007R8-00 for mharc-phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:10:18 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19GmT1-0007M0-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:10:15 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19GmRG-0005e7-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:08:29 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19GmQu-0004ta-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:08:04 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19GmR4-0003wc-3E; Fri, 16 May 2003 17:08:14 -0400 To: William@leese.nl,RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3561 Message-Id: Sender: www-data Date: Fri, 16 May 2003 17:08:14 -0400 Subject: [Phpgroupware-tracker] [Bug #3561] UI: add dhtml(/css?) popup's to calendar events X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Fri, 16 May 2003 21:10:16 -0000 =================== BUG #3561: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3561&group_id=509 Changes by: Ralf Becker Date: Fri 05/16/2003 at 23:08 (Europe/Berlin) What | Removed | Added --------------------------------------------------------------------------- Status | Open | Closed ------------------ Additional Follow-up Comments ---------------------------- This has been reassigned as a feature request. =================== BUG #3561: FULL BUG SNAPSHOT =================== Submitted by: wvl Project: phpGroupWare Submitted on: Mon 05/12/2003 at 19:17 Category: calendar Bug Group: None Severity: 5 - Major Priority: None Resolution: None Assigned to: None Status: Closed Component Version: None Platform Version: None Reproducibility: None Summary: UI: add dhtml(/css?) popup's to calendar events Original Submission: Add dhtml popup's to calendar events. This would make it no longer necessary to place the event description in the main calendar view. (saves space & looks cleaner = better usability) Follow-up Comments ******************* ------------------------------------------------------- Date: Fri 05/16/2003 at 23:08 By: ralfbecker This has been reassigned as a feature request. ------------------------------------------------------- Date: Fri 05/16/2003 at 23:07 By: ralfbecker This has been reassigned as a feature request. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3561&group_id=509 From MAILER-DAEMON Fri May 16 17:11:26 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19GmTZ-0008Lz-00 for mharc-phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:10:49 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19GmTT-00083I-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:10:43 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19GmSL-0006Xw-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:09:33 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19GmRD-0005ZB-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:08:23 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19GmRM-0003x1-II; Fri, 16 May 2003 17:08:32 -0400 To: William@leese.nl,RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3560 Message-Id: Sender: www-data Date: Fri, 16 May 2003 17:08:32 -0400 Subject: [Phpgroupware-tracker] [Bug #3560] UI: Move calendar view buttons + view filters above the calendar view X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Fri, 16 May 2003 21:10:46 -0000 =================== BUG #3560: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3560&group_id=509 Changes by: Ralf Becker Date: Fri 05/16/2003 at 23:08 (Europe/Berlin) What | Removed | Added --------------------------------------------------------------------------- Status | Open | Closed ------------------ Additional Follow-up Comments ---------------------------- This has been reassigned as a feature request. =================== BUG #3560: FULL BUG SNAPSHOT =================== Submitted by: wvl Project: phpGroupWare Submitted on: Mon 05/12/2003 at 19:12 Category: calendar Bug Group: None Severity: 5 - Major Priority: None Resolution: None Assigned to: None Status: Closed Component Version: None Platform Version: None Reproducibility: None Summary: UI: Move calendar view buttons + view filters above the calendar view Original Submission: The Calendar view buttons (planner, current month, current week, etc) + filter buttons (category, filter and user) should be located directly above the calendar view. Why? Because it strengthens the idea of what they manipulate. Like a toolbar and content view. See below: [Category][Filter][User][Search] [Today][This Week][This Month][This Year][Planner] [------------------------------------------------] [----------------calendar view-------------------] [------------------------------------------------] Follow-up Comments ******************* ------------------------------------------------------- Date: Fri 05/16/2003 at 23:08 By: ralfbecker This has been reassigned as a feature request. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3560&group_id=509 From MAILER-DAEMON Fri May 16 17:25:48 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19Gmi3-0006Af-00 for mharc-phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:25:47 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19Gmi1-000686-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:25:45 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19Gmhz-00066j-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:25:44 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19Gmgk-0005LA-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:24:26 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19Gmgu-00074a-Az for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:24:36 -0400 To: phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3645 Message-Id: Sender: www-data Date: Fri, 16 May 2003 17:24:36 -0400 Subject: [Phpgroupware-tracker] [Bug #3645] Couldn't open stream {xmail.finep.gov.br:110/pop3}INBOX X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Fri, 16 May 2003 21:25:45 -0000 =================== BUG #3645: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3645&group_id=509 Submitted by: None Project: phpGroupWare Submitted on: Fri 05/16/03 at 17:24 Category: email Bug Group: 0.9.14.003 release Severity: 5 - Major Priority: Normal Resolution: None Assigned to: None Status: Open Component Version: BZIP2 Platform Version: Linux - RedHat Reproducibility: Every Time Summary: Couldn't open stream {xmail.finep.gov.br:110/pop3}INBOX Original Submission: Hi. At the first time a user logs in phpgw, his password may not be equal to his mail password, i.e., the password to pop the mail server may not be equal to the password to log in phpgw. So, if that user tries to access the email from phpgw (without changing the password), the following messages will be shown: Warning: Couldn't open stream {xmail.finep.gov.br:110/pop3}INBOX in /var/www/html/phpgroupware/email/inc/class.mail_dcom_pop3.inc.php on line 184 Warning: Couldn't open stream {xmail.finep.gov.br:110/pop3}INBOX in /var/www/html/phpgroupware/email/inc/class.mail_dcom_pop3.inc.php on line 184 Please, let me know if I can be of further help. Thanks and regards. No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3645&group_id=509 From MAILER-DAEMON Fri May 16 17:31:51 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19Gmmq-0002JW-00 for mharc-phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:30:44 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19Gmlj-0001So-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:29:35 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19GmlV-0000lr-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:29:23 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19GmlG-0000Uv-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 17:29:06 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19GmlQ-0007BO-8m; Fri, 16 May 2003 17:29:16 -0400 To: r.jung@creativix.net,ceb@phpgroupware.org,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3646 Message-Id: Sender: www-data Date: Fri, 16 May 2003 17:29:16 -0400 Subject: [Phpgroupware-tracker] [Bug #3646] Projects DB error X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Fri, 16 May 2003 21:30:41 -0000 =================== BUG #3646: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3646&group_id=509 Submitted by: reiner_j Project: phpGroupWare Submitted on: Fri 05/16/2003 at 21:29 Category: projects Bug Group: 0.9.14.003 release Severity: 5 - Major Priority: None Resolution: None Assigned to: ceb Status: Open Component Version: None Platform Version: Linux - RedHat Reproducibility: None Summary: Projects DB error Original Submission: Database error: Invalid SQL: SELECT num,title from phpgw_p_projects where id= MySQL Error: 1064 (You have an error in your SQL syntax near '' at line 1) File: /var/www/phpgroupware/projects/inc/class.soprojects.inc.php Line: 488 Session halted. No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3646&group_id=509 From MAILER-DAEMON Fri May 16 19:03:06 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19GoE3-0002zK-00 for mharc-phpgroupware-tracker@gnu.org; Fri, 16 May 2003 19:02:55 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19GoDy-0002hd-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 19:02:50 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19GoDf-000254-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 19:02:35 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19GoDS-0001VO-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 19:02:18 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19GoDa-0003u8-S1; Fri, 16 May 2003 19:02:26 -0400 To: r.jung@creativix.net,ceb@phpgroupware.org,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3646 Message-Id: Sender: www-data Date: Fri, 16 May 2003 19:02:26 -0400 Subject: [Phpgroupware-tracker] [Bug #3646] Projects DB error X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Fri, 16 May 2003 23:02:54 -0000 =================== BUG #3646: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3646&group_id=509 Changes by: Bettina Gille Date: Fri 05/16/2003 at 23:02 (GMT) What | Removed | Added --------------------------------------------------------------------------- Resolution | None | Wont Fix Status | Open | Closed ------------------ Additional Follow-up Comments ---------------------------- this is a problem of the register_globals, which has to be set to 'on' in the 0.9.14 version, since phpgroupware-0.9.14 does not fully support the 'off' setting yet. it works with register_globals = off from version 0.9.16 on... =================== BUG #3646: FULL BUG SNAPSHOT =================== Submitted by: reiner_j Project: phpGroupWare Submitted on: Fri 05/16/2003 at 21:29 Category: projects Bug Group: 0.9.14.003 release Severity: 5 - Major Priority: None Resolution: Wont Fix Assigned to: ceb Status: Closed Component Version: None Platform Version: Linux - RedHat Reproducibility: None Summary: Projects DB error Original Submission: Database error: Invalid SQL: SELECT num,title from phpgw_p_projects where id= MySQL Error: 1064 (You have an error in your SQL syntax near '' at line 1) File: /var/www/phpgroupware/projects/inc/class.soprojects.inc.php Line: 488 Session halted. Follow-up Comments ******************* ------------------------------------------------------- Date: Fri 05/16/2003 at 23:02 By: ceb this is a problem of the register_globals, which has to be set to 'on' in the 0.9.14 version, since phpgroupware-0.9.14 does not fully support the 'off' setting yet. it works with register_globals = off from version 0.9.16 on... CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3646&group_id=509 From MAILER-DAEMON Fri May 16 19:05:54 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19GoGd-0006Y4-00 for mharc-phpgroupware-tracker@gnu.org; Fri, 16 May 2003 19:05:35 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19GoFz-0005uo-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 19:04:55 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19GoFZ-0004cv-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 19:04:40 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19GoFP-00047w-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 19:04:19 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19GoFU-0003vI-Se; Fri, 16 May 2003 19:04:24 -0400 To: martijn@bedrijvenweb.com,ceb@phpgroupware.org,dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 2045 Message-Id: Sender: www-data Date: Fri, 16 May 2003 19:04:24 -0400 Subject: [Phpgroupware-tracker] [Bug #2045] after clean installation from cvs phpgroupware gives fatal error X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Fri, 16 May 2003 23:05:32 -0000 =================== BUG #2045: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2045&group_id=509 Changes by: Bettina Gille Date: Fri 05/16/2003 at 23:04 (GMT) ------------------ Additional Follow-up Comments ---------------------------- is this still a problem for you? otherwise i would close that report... =================== BUG #2045: FULL BUG SNAPSHOT =================== Submitted by: mordel Project: phpGroupWare Submitted on: Mon 12/23/2002 at 09:01 Category: API - phpGWapi Bug Group: devel cvs Severity: 5 - Major Priority: None Resolution: None Assigned to: ceb Status: Open Component Version: CVS Platform Version: Linux - RedHat Reproducibility: Every Time Summary: after clean installation from cvs phpgroupware gives fatal error Original Submission: After getting the latest version from cvs, creating header file, installing all apps, creating users etc... phpgroupware gives an fatal error when I try to log in for the first time : ---------------------------------- Fatal error: Call to a member function on a non-object in /home/vanden2/public_html/phpgroupware/phpgwapi/inc/class.common.inc.php on line 1625 -------------------------------------- class.common.inc.php on line 1625 contains : $GLOBALS['phpgw']->xslttpl->pp(); version of : class.common.inc Id: class.common.inc.php,v 1.189 2002/11/30 02:02:32 ceb Exp Follow-up Comments ******************* ------------------------------------------------------- Date: Fri 05/16/2003 at 23:04 By: ceb is this still a problem for you? otherwise i would close that report... ------------------------------------------------------- Date: Tue 01/14/2003 at 06:43 By: mordel After a complete cvs update, still the same bug exists. But now it is at line 1626. ------------------------------------------------------- Date: Tue 12/31/2002 at 22:44 By: skwashd i notice that there was no $GLOBALS['phpgw']->xslttpl object in that globals dumpvar. I will get someone to look at this. CC list is empty File Attachments **************** ------------------------------------------------------- Date: Mon 12/23/2002 at 09:33 Name: dump_globals.txt Size: 50KB By: mordel maybe interesting, the print_r of globals just before the fatal error http://savannah.gnu.org/bugs/download.php?group_id=509&bug_id=2045&bug_file_id=210 For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2045&group_id=509 From MAILER-DAEMON Fri May 16 22:44:07 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19Grg0-0002S9-00 for mharc-phpgroupware-tracker@gnu.org; Fri, 16 May 2003 22:44:00 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19Grft-0001yx-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 22:43:53 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19Grfh-0001G4-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 22:43:43 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19Grfe-000141-00 for phpgroupware-tracker@gnu.org; Fri, 16 May 2003 22:43:38 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19Grfm-000299-Ki; Fri, 16 May 2003 22:43:46 -0400 To: totschnig.michael@uqam.ca,RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3618 Message-Id: Sender: www-data Date: Fri, 16 May 2003 22:43:46 -0400 Subject: [Phpgroupware-tracker] [Bug #3618] list_session function of class sessions_ph4 intrudes on other installations X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sat, 17 May 2003 02:43:59 -0000 =================== BUG #3618: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3618&group_id=509 Changes by: Michael Totschnig Date: Sat 05/17/2003 at 02:43 (GMT) ------------------ Additional Follow-up Comments ---------------------------- If I am not mistaken, the code takes care of filtering out sessions of other virtual domains of the same phpgroupware installation. What it does not handle different phpgroupware installations, which all use only one, the default domain. =================== BUG #3618: FULL BUG SNAPSHOT =================== Submitted by: totschnig Project: phpGroupWare Submitted on: Thu 05/15/2003 at 02:16 Category: API - Admin Bug Group: 0.9.14.003 release Severity: 9 - Critical Priority: None Resolution: Works for me Assigned to: ralfbecker Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: list_session function of class sessions_ph4 intrudes on other installations Original Submission: if there are several installations of phpgroupware on one system, and they use the same temp dir, and you view the active sessions, you can see the sessions of all installations there are on your system. You can even kill them!!! Follow-up Comments ******************* ------------------------------------------------------- Date: Sat 05/17/2003 at 02:43 By: totschnig If I am not mistaken, the code takes care of filtering out sessions of other virtual domains of the same phpgroupware installation. What it does not handle different phpgroupware installations, which all use only one, the default domain. ------------------------------------------------------- Date: Fri 05/16/2003 at 21:03 By: ralfbecker It works in my testinstall: I only see the sessions of the domain I'm logged in. If you look at the Line 1050 of class.session_php4.inc.php: if the domain in the session-record does not match my own domain it does a continue to not list that record. To track down the prob. with your intall u might want to enable the debug-message on line 1055 extend with an additional output for $this->account_domain (the domain your in atm). Let me know what is shows. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3618&group_id=509 From MAILER-DAEMON Sat May 17 03:52:11 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19GwTo-0006SV-00 for mharc-phpgroupware-tracker@gnu.org; Sat, 17 May 2003 03:51:44 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19GwTf-0005z6-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 03:51:35 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19GwTY-0005Z9-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 03:51:29 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19GwTU-0005HR-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 03:51:24 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19GwTc-0003rV-Pz; Sat, 17 May 2003 03:51:32 -0400 To: tbsky@annsky.com,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3649 Message-Id: Sender: www-data Date: Sat, 17 May 2003 03:51:32 -0400 Subject: [Phpgroupware-tracker] [Bug #3649] so_sql read function X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sat, 17 May 2003 07:51:43 -0000 =================== BUG #3649: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3649&group_id=509 Submitted by: tbsky Project: phpGroupWare Submitted on: Sat 05/17/03 at 07:51 Category: eTemplates Bug Group: 0.9.14.003 release Severity: 5 - Major Priority: Low Resolution: None Assigned to: None Status: Open Component Version: None Platform Version: Linux - Mandrake Reproducibility: Every Time Summary: so_sql read function Original Submission: hi: read function seems only accept array as key. although the doc says it can accept scalar value. ex: if "serial" is the only primary key with $table read($table,array(serial =>1)) works fine read($table,1) didn't work. No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3649&group_id=509 From MAILER-DAEMON Sat May 17 07:40:12 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19H022-0000fa-00 for mharc-phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:39:18 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19H01a-000894-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:38:50 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19H01X-0007zb-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:38:48 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19H012-0007DC-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:38:16 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19H019-0004dA-Vv; Sat, 17 May 2003 07:38:23 -0400 To: tbsky@annsky.com,RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3649 Message-Id: Sender: www-data Date: Sat, 17 May 2003 07:38:24 -0400 Subject: [Phpgroupware-tracker] [Bug #3649] so_sql read function X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sat, 17 May 2003 11:39:14 -0000 =================== BUG #3649: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3649&group_id=509 Changes by: Dave Hall Date: Sat 05/17/2003 at 21:38 (Australia/Melbourne) What | Removed | Added --------------------------------------------------------------------------- Assigned to | None | ralfbecker =================== BUG #3649: FULL BUG SNAPSHOT =================== Submitted by: tbsky Project: phpGroupWare Submitted on: Sat 05/17/2003 at 17:51 Category: eTemplates Bug Group: 0.9.14.003 release Severity: 5 - Major Priority: Low Resolution: None Assigned to: ralfbecker Status: Open Component Version: None Platform Version: Linux - Mandrake Reproducibility: Every Time Summary: so_sql read function Original Submission: hi: read function seems only accept array as key. although the doc says it can accept scalar value. ex: if "serial" is the only primary key with $table read($table,array(serial =>1)) works fine read($table,1) didn't work. No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3649&group_id=509 From MAILER-DAEMON Sat May 17 07:42:48 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19H057-0004uh-00 for mharc-phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:42:29 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19H04z-0004TH-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:42:21 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19H04q-0003x7-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:42:13 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19H04P-0003Ou-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:41:45 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19H04X-0004k7-Ru; Sat, 17 May 2003 07:41:53 -0400 To: anglemail@free-source.com,dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3645 Message-Id: Sender: www-data Date: Sat, 17 May 2003 07:41:53 -0400 Subject: [Phpgroupware-tracker] [Bug #3645] Couldn't open stream {pop.domain.com:110/pop3}INBOX X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sat, 17 May 2003 11:42:27 -0000 =================== BUG #3645: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3645&group_id=509 Changes by: Dave Hall Date: Sat 05/17/2003 at 21:41 (Australia/Melbourne) What | Removed | Added --------------------------------------------------------------------------- Resolution | None | Invalid Assigned to | None | skwashd Status | Open | Closed Summary | Couldn't open stream {xmail.finep.gov.br:110/pop3}INBOX | Couldn't open stream {pop.domain.com:110/pop3}INBOX CC | | anglemail@free-source.com ------------------ Additional Follow-up Comments ---------------------------- This is the nromal functionality of the application. If you create accounts where the user/pass matches that of the mail account this will not be a problem. I have closed this bug report as I do not see the bug in it. Cheers =================== BUG #3645: FULL BUG SNAPSHOT =================== Submitted by: None Project: phpGroupWare Submitted on: Sat 05/17/2003 at 07:24 Category: email Bug Group: 0.9.14.003 release Severity: 5 - Major Priority: Normal Resolution: Invalid Assigned to: skwashd Status: Closed Component Version: BZIP2 Platform Version: Linux - RedHat Reproducibility: Every Time Summary: Couldn't open stream {pop.domain.com:110/pop3}INBOX Original Submission: Hi. At the first time a user logs in phpgw, his password may not be equal to his mail password, i.e., the password to pop the mail server may not be equal to the password to log in phpgw. So, if that user tries to access the email from phpgw (without changing the password), the following messages will be shown: Warning: Couldn't open stream {xmail.finep.gov.br:110/pop3}INBOX in /var/www/html/phpgroupware/email/inc/class.mail_dcom_pop3.inc.php on line 184 Warning: Couldn't open stream {xmail.finep.gov.br:110/pop3}INBOX in /var/www/html/phpgroupware/email/inc/class.mail_dcom_pop3.inc.php on line 184 Please, let me know if I can be of further help. Thanks and regards. Follow-up Comments ******************* ------------------------------------------------------- Date: Sat 05/17/2003 at 21:41 By: skwashd This is the nromal functionality of the application. If you create accounts where the user/pass matches that of the mail account this will not be a problem. I have closed this bug report as I do not see the bug in it. Cheers CC List ******* CC Address | Comment ------------------------------------+----------------------------- anglemail@free-source.com | No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3645&group_id=509 From MAILER-DAEMON Sat May 17 07:43:55 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19H06V-0006kH-00 for mharc-phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:43:55 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19H06S-0006gd-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:43:52 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19H06R-0006gS-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:43:51 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19H06C-0006ch-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:43:36 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19H06I-0004m6-08; Sat, 17 May 2003 07:43:42 -0400 To: savannahgnuorg@tyreth.homelinux.org,totschnig.michael@uqam.ca,dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3619 Message-Id: Sender: www-data Date: Sat, 17 May 2003 07:43:42 -0400 Subject: [Phpgroupware-tracker] [Bug #3619] sitemgr tables_current syntax error X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sat, 17 May 2003 11:43:53 -0000 =================== BUG #3619: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3619&group_id=509 Changes by: Dave Hall Date: Sat 05/17/2003 at 21:43 (Australia/Melbourne) What | Removed | Added --------------------------------------------------------------------------- Assigned to | None | totschnig Summary | clicking install all core tables... fails | sitemgr tables_current syntax error ------------------ Additional Follow-up Comments ---------------------------- Hi tyreth, I have been rather busy, I have not had a chance to look at this one, so I have allocated it to the sitemgr maintainer. Cheers =================== BUG #3619: FULL BUG SNAPSHOT =================== Submitted by: tyreth Project: phpGroupWare Submitted on: Thu 05/15/2003 at 15:48 Category: None Bug Group: 0.9.14.003 release Severity: 5 - Major Priority: High Resolution: None Assigned to: totschnig Status: Open Component Version: BZIP2 Platform Version: BSD Reproducibility: Every Time Summary: sitemgr tables_current syntax error Original Submission: When I click the button "Install" all core tables and the admin and preferences applications it waits a while then comes up with the following error on setup/index.php: Parse error: parse error in /home/msaward/public_html/sitemgr/setup/tables_current.inc.php on line 22 I checked the database and this step creates all the tables and seems to fill them with data (I checked the lang table). Using MySQL, and connecting to a remote host for the database. Follow-up Comments ******************* ------------------------------------------------------- Date: Sat 05/17/2003 at 21:43 By: skwashd Hi tyreth, I have been rather busy, I have not had a chance to look at this one, so I have allocated it to the sitemgr maintainer. Cheers CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3619&group_id=509 From MAILER-DAEMON Sat May 17 07:48:37 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19H0Ah-0004E0-00 for mharc-phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:48:15 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19H09J-0001yl-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:46:49 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19H08P-0001I4-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:45:55 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19H082-0000t2-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:45:30 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19H08A-0004qc-IL; Sat, 17 May 2003 07:45:38 -0400 To: oberger@april.org,dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3625 Message-Id: Sender: www-data Date: Sat, 17 May 2003 07:45:38 -0400 Subject: [Phpgroupware-tracker] [Bug #3625] validator's strip_html removes 0 from strings X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sat, 17 May 2003 11:48:11 -0000 =================== BUG #3625: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3625&group_id=509 Changes by: Dave Hall Date: Sat 05/17/2003 at 21:45 (Australia/Melbourne) What | Removed | Added --------------------------------------------------------------------------- Assigned to | None | skwashd ------------------ Additional Follow-up Comments ---------------------------- hmmm, is this used by an apps? Or in an app you are building? Just trying to work out how to replicate this one :) btw what version of phpgw are you using? Cheers =================== BUG #3625: FULL BUG SNAPSHOT =================== Submitted by: olberger Project: phpGroupWare Submitted on: Thu 05/15/2003 at 23:34 Category: API - phpGWapi Bug Group: None Severity: 5 - Major Priority: Normal Resolution: None Assigned to: skwashd Status: Open Component Version: None Platform Version: None Reproducibility: Every Time Summary: validator's strip_html removes 0 from strings Original Submission: When using strip_html from class validator (from phpgwapi) on a string containing the '0' character, it is removed although not being part of a HTML tag. so strip_html('2003') give 23. Usage of if(!empty($digit)) whould probably be replaced by if(isset($digit) && $digit != "") inside strip_html Follow-up Comments ******************* ------------------------------------------------------- Date: Sat 05/17/2003 at 21:45 By: skwashd hmmm, is this used by an apps? Or in an app you are building? Just trying to work out how to replicate this one :) btw what version of phpgw are you using? Cheers CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3625&group_id=509 From MAILER-DAEMON Sat May 17 07:48:41 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19H0Aw-0004VN-00 for mharc-phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:48:31 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19H0AP-0003Ze-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:47:57 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19H0A1-00032D-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:47:34 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19H09h-0002uL-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:47:13 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19H09o-0004t4-9W; Sat, 17 May 2003 07:47:20 -0400 To: anglemail@free-source.com,r.hoedeman@1100cc.nl,angles@aminvestments.com,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3596 Message-Id: Sender: www-data Date: Sat, 17 May 2003 07:47:20 -0400 Subject: [Phpgroupware-tracker] [Bug #3596] IMAP error, mail_msg: save_session_cache_item: we have no msgball_list X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sat, 17 May 2003 11:48:21 -0000 =================== BUG #3596: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3596&group_id=509 Changes by: Dave Hall Date: Sat 05/17/2003 at 21:47 (Australia/Melbourne) What | Removed | Added --------------------------------------------------------------------------- Assigned to | None | angles CC | | anglemail@free-source.com =================== BUG #3596: FULL BUG SNAPSHOT =================== Submitted by: hoedje Project: phpGroupWare Submitted on: Thu 05/15/2003 at 00:55 Category: email Bug Group: 0.9.14.002 release Severity: 5 - Major Priority: Normal Resolution: None Assigned to: angles Status: Open Component Version: None Platform Version: Other Reproducibility: Every Time Summary: IMAP error, mail_msg: save_session_cache_item: we have no msgball_list Original Submission: When the mail server type is set to IMAP and phpgroupware runs on local Windows 2000 server with IIS there is no problem connecting to pop.vuurwerk.nl or imap.vuurwerk.nl. When phpgroupware is installad on Linux at www.vuurwerk.nl with PHP 4.3.1 & Apache/1.3.27 (Unix) PHP-CGI/0.1b & --with-imap=imap-2002b and then you connect to pop.vuurwerk.nl or imap.vuurwerk.nl the list repeats message1 as often as there are messages in the mailbox and it gives the next error message: mail_msg: save_session_cache_item: LEAVING on ERROR, FIXME line 3737 we have no msgball_list When server type is switched to pop3 then the list cannot be refreshed to see new arrived email and the list is sorted the wrong way up (this cannot be changed by clicking on *date*). Follow-up Comments ******************* ------------------------------------------------------- Date: Thu 05/15/2003 at 18:32 By: hoedje An extra Debug window pop-up displaying following message: + (+575058) mail_msg: save_session_cache_item: LEAVING on ERROR, FIXME line 3736 we have no msgball_list = * = * = * = * = * random: 958461885 = * = * = * = * = * CC List ******* CC Address | Comment ------------------------------------+----------------------------- anglemail@free-source.com | fyi No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3596&group_id=509 From MAILER-DAEMON Sat May 17 07:51:45 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19H0E1-0001Bv-00 for mharc-phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:51:41 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19H0Dc-0008Sc-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:51:16 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19H0Cr-0007oU-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:50:36 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19H0Ck-0007RW-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:50:22 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19H0Cq-0004yO-HP; Sat, 17 May 2003 07:50:28 -0400 To: anglemail@free-source.com,r.hoedeman@1100cc.nl,angles@aminvestments.com,dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3596 Message-Id: Sender: www-data Date: Sat, 17 May 2003 07:50:28 -0400 Subject: [Phpgroupware-tracker] [Bug #3596] IMAP error, mail_msg: save_session_cache_item: we have no msgball_list X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sat, 17 May 2003 11:51:39 -0000 =================== BUG #3596: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3596&group_id=509 Changes by: Dave Hall Date: Sat 05/17/2003 at 21:50 (Australia/Melbourne) What | Removed | Added --------------------------------------------------------------------------- Platform Version | Other | Linux - Other ------------------ Additional Follow-up Comments ---------------------------- just added OS "Linux - Other" to the tracker, for reports like this one :) =================== BUG #3596: FULL BUG SNAPSHOT =================== Submitted by: hoedje Project: phpGroupWare Submitted on: Thu 05/15/2003 at 00:55 Category: email Bug Group: 0.9.14.002 release Severity: 5 - Major Priority: Normal Resolution: None Assigned to: angles Status: Open Component Version: None Platform Version: Linux - Other Reproducibility: Every Time Summary: IMAP error, mail_msg: save_session_cache_item: we have no msgball_list Original Submission: When the mail server type is set to IMAP and phpgroupware runs on local Windows 2000 server with IIS there is no problem connecting to pop.vuurwerk.nl or imap.vuurwerk.nl. When phpgroupware is installad on Linux at www.vuurwerk.nl with PHP 4.3.1 & Apache/1.3.27 (Unix) PHP-CGI/0.1b & --with-imap=imap-2002b and then you connect to pop.vuurwerk.nl or imap.vuurwerk.nl the list repeats message1 as often as there are messages in the mailbox and it gives the next error message: mail_msg: save_session_cache_item: LEAVING on ERROR, FIXME line 3737 we have no msgball_list When server type is switched to pop3 then the list cannot be refreshed to see new arrived email and the list is sorted the wrong way up (this cannot be changed by clicking on *date*). Follow-up Comments ******************* ------------------------------------------------------- Date: Sat 05/17/2003 at 21:50 By: skwashd just added OS "Linux - Other" to the tracker, for reports like this one :) ------------------------------------------------------- Date: Thu 05/15/2003 at 18:32 By: hoedje An extra Debug window pop-up displaying following message: + (+575058) mail_msg: save_session_cache_item: LEAVING on ERROR, FIXME line 3736 we have no msgball_list = * = * = * = * = * random: 958461885 = * = * = * = * = * CC List ******* CC Address | Comment ------------------------------------+----------------------------- anglemail@free-source.com | fyi No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3596&group_id=509 From MAILER-DAEMON Sat May 17 07:57:46 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19H0H5-0006y1-00 for mharc-phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:54:51 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19H0Gn-0006TK-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:54:33 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19H0GJ-00055G-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:54:03 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19H0Fm-0004lp-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:53:30 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19H0Fr-00052L-6J; Sat, 17 May 2003 07:53:35 -0400 To: sigurdne@online.no,dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3570 Message-Id: Sender: www-data Date: Sat, 17 May 2003 07:53:35 -0400 Subject: [Phpgroupware-tracker] [Bug #3570] register_globals has to be 'on' to log in to alternative domain X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sat, 17 May 2003 11:54:47 -0000 =================== BUG #3570: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3570&group_id=509 Changes by: Dave Hall Date: Sat 05/17/2003 at 21:53 (Australia/Melbourne) What | Removed | Added --------------------------------------------------------------------------- Assigned to | None | skwashd ------------------ Additional Follow-up Comments ---------------------------- I am looking at fixing this in the 16 release, just testing it atm. Gimme a day to commit it for 16. Can you please test it for me, once committed? If it ok, then i will roll it into head. Cheers =================== BUG #3570: FULL BUG SNAPSHOT =================== Submitted by: sigurdne Project: phpGroupWare Submitted on: Tue 05/13/2003 at 21:18 Category: API - phpGWapi Bug Group: devel cvs Severity: 5 - Major Priority: Normal Resolution: None Assigned to: skwashd Status: Open Component Version: CVS Platform Version: Windows Reproducibility: None Summary: register_globals has to be 'on' to log in to alternative domain Original Submission: user@domain is not working if register_globals in php.ini is not set to 'on' Follow-up Comments ******************* ------------------------------------------------------- Date: Sat 05/17/2003 at 21:53 By: skwashd I am looking at fixing this in the 16 release, just testing it atm. Gimme a day to commit it for 16. Can you please test it for me, once committed? If it ok, then i will roll it into head. Cheers CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3570&group_id=509 From MAILER-DAEMON Sat May 17 07:57:53 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19H0H5-0006zQ-00 for mharc-phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:54:51 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19H0Gj-0006IC-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:54:29 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19H0GT-0005SD-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:54:16 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19H0GR-0005Lv-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:54:11 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19H0GZ-00053C-K1; Sat, 17 May 2003 07:54:19 -0400 To: adam@terralab.com,dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3566 Message-Id: Sender: www-data Date: Sat, 17 May 2003 07:54:19 -0400 Subject: [Phpgroupware-tracker] [Bug #3566] ->link bug related to enforce_ssl X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sat, 17 May 2003 11:54:48 -0000 =================== BUG #3566: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3566&group_id=509 Changes by: Dave Hall Date: Sat 05/17/2003 at 21:54 (Australia/Melbourne) What | Removed | Added --------------------------------------------------------------------------- Assigned to | None | skwashd ------------------ Additional Follow-up Comments ---------------------------- on to it, wiull fix it for 16, testing it along with a few other things :) =================== BUG #3566: FULL BUG SNAPSHOT =================== Submitted by: adamhull Project: phpGroupWare Submitted on: Tue 05/13/2003 at 08:47 Category: API - phpGWapi Bug Group: 0.9.14.003 release Severity: 5 - Major Priority: High Resolution: None Assigned to: skwashd Status: Open Component Version: None Platform Version: None Reproducibility: Every Time Summary: ->link bug related to enforce_ssl Original Submission: when using enforce_ssl, webserver_url must be set to BLANK (or path only). putting a full URL in webserver_url breaks ->link useage. the error you get is "phpgw.domain.comhttps could not be found". It is as if webserver_url is being ignored and a URL is trying to be generated by appending https to the domain name. This is a consistent problem in .14 so I suspect it is an issue in .16 as well so check it there too. Follow-up Comments ******************* ------------------------------------------------------- Date: Sat 05/17/2003 at 21:54 By: skwashd on to it, wiull fix it for 16, testing it along with a few other things :) CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3566&group_id=509 From MAILER-DAEMON Sat May 17 07:58:42 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19H0KH-0008TD-00 for mharc-phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:58:09 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19H0KB-0008Np-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:58:03 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19H0JF-0007Wt-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:57:06 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19H0Ii-0007IE-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:56:32 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19H0Ir-00058J-Li; Sat, 17 May 2003 07:56:41 -0400 To: totschnig.michael@uqam.ca,RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3563 Message-Id: Sender: www-data Date: Sat, 17 May 2003 07:56:41 -0400 Subject: [Phpgroupware-tracker] [Bug #3563] problem in transfering records when deleting a user X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sat, 17 May 2003 11:58:07 -0000 =================== BUG #3563: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3563&group_id=509 Changes by: Dave Hall Date: Sat 05/17/2003 at 21:56 (Australia/Melbourne) What | Removed | Added --------------------------------------------------------------------------- Assigned to | None | ralfbecker =================== BUG #3563: FULL BUG SNAPSHOT =================== Submitted by: totschnig Project: phpGroupWare Submitted on: Tue 05/13/2003 at 05:39 Category: API - Admin Bug Group: 0.9.14 release Severity: 4 Priority: None Resolution: None Assigned to: ralfbecker Status: Open Component Version: CVS Platform Version: None Reproducibility: None Summary: problem in transfering records when deleting a user Original Submission: When I tried to use the option to transfer records to another user when deleting a user I get the followin error: Database error: Invalid SQL: UPDATE phpgw_cal_user SET cal_login=7 WHERE cal_id=7 AND cal_login=19 MySQL Error: 1062 (Duplicate entry '7-7' for key 1) File: /usr/local/www/phpgroupware.src/calendar/inc/class.socalendar.inc.php Line: 243 Session halted. No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3563&group_id=509 From MAILER-DAEMON Sat May 17 07:59:19 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19H0LL-0001kb-00 for mharc-phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:59:15 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19H0Kw-0001Kt-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:58:50 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19H0Kf-0000l0-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:58:34 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19H0KZ-0000Vr-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 07:58:27 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19H0Kg-0005B2-LC; Sat, 17 May 2003 07:58:34 -0400 To: powerstat@web.de,RalfBecker@outdoor-training.de,dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3522 Message-Id: Sender: www-data Date: Sat, 17 May 2003 07:58:34 -0400 Subject: [Phpgroupware-tracker] [Bug #3522] Typo in function name definition X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sat, 17 May 2003 11:59:13 -0000 =================== BUG #3522: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3522&group_id=509 Changes by: Dave Hall Date: Sat 05/17/2003 at 21:58 (Australia/Melbourne) What | Removed | Added --------------------------------------------------------------------------- Assigned to | None | ralfbecker ------------------ Additional Follow-up Comments ---------------------------- Ummmm, is this function called from anywhere? Can you please provide this information, as we need to know what impact this fix will affect. =================== BUG #3522: FULL BUG SNAPSHOT =================== Submitted by: powerstat Project: phpGroupWare Submitted on: Fri 05/09/2003 at 23:03 Category: API - phpGWapi Bug Group: devel cvs Severity: 5 - Major Priority: High Resolution: None Assigned to: ralfbecker Status: Open Component Version: None Platform Version: None Reproducibility: Every Time Summary: Typo in function name definition Original Submission: In class.matrixview.inc.php the function definition function diableSelection () is missing a "s" to make it "disable" Follow-up Comments ******************* ------------------------------------------------------- Date: Sat 05/17/2003 at 21:58 By: skwashd Ummmm, is this function called from anywhere? Can you please provide this information, as we need to know what impact this fix will affect. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3522&group_id=509 From MAILER-DAEMON Sat May 17 08:02:39 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19H0Od-0003ne-00 for mharc-phpgroupware-tracker@gnu.org; Sat, 17 May 2003 08:02:39 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19H0Ob-0003nD-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 08:02:37 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19H0Oa-0003mu-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 08:02:36 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19H0OZ-0003mk-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 08:02:35 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19H0Oi-0005Hr-4I; Sat, 17 May 2003 08:02:44 -0400 To: Andreas@swift-consult.de,dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3513 Message-Id: Sender: www-data Date: Sat, 17 May 2003 08:02:44 -0400 Subject: [Phpgroupware-tracker] [Bug #3513] Logon only works the 2nd time (php_session && cookies) X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sat, 17 May 2003 12:02:37 -0000 =================== BUG #3513: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3513&group_id=509 Changes by: Dave Hall Date: Sat 05/17/2003 at 22:02 (Australia/Melbourne) What | Removed | Added --------------------------------------------------------------------------- Assigned to | None | skwashd ------------------ Additional Follow-up Comments ---------------------------- I am aware of this problem, I am working on a fix for 16 atm, unfortunately I will not have time to roll it into the 14 branch. Cheers =================== BUG #3513: FULL BUG SNAPSHOT =================== Submitted by: schauera Project: phpGroupWare Submitted on: Fri 05/09/2003 at 00:12 Category: None Bug Group: 0.9.14.002 release Severity: 5 - Major Priority: Low Resolution: None Assigned to: skwashd Status: Open Component Version: TGZ Platform Version: None Reproducibility: Every Time Summary: Logon only works the 2nd time (php_session && cookies) Original Submission: When I try to login the login.php page is reloaded without showing any comments. If I try to login after that the 2nd time it works. register_globals is on. Using: A modified ReadHat Linux with 2.4.?? Kernel Apache 1.3 (modified?) with latest patches PHP 4.2.3 mySQL 3.23.54 php session management and no cookies works fine, but I want to use php sessions with cookies (will describe the reason later). Follow-up Comments ******************* ------------------------------------------------------- Date: Sat 05/17/2003 at 22:02 By: skwashd I am aware of this problem, I am working on a fix for 16 atm, unfortunately I will not have time to roll it into the 14 branch. Cheers CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3513&group_id=509 From MAILER-DAEMON Sat May 17 08:08:10 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19H0Tj-0007jW-00 for mharc-phpgroupware-tracker@gnu.org; Sat, 17 May 2003 08:07:55 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19H0Sn-0006bU-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 08:06:57 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19H0SE-00064m-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 08:06:23 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19H0NI-0003TY-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 08:01:16 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19H0NK-0005Gp-EO; Sat, 17 May 2003 08:01:18 -0400 To: dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3518 Message-Id: Sender: www-data Date: Sat, 17 May 2003 08:01:18 -0400 Subject: [Phpgroupware-tracker] [Bug #3518] Projects, Jobs, working hours -> person who is not project coordinator can not add jobs or working hours X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sat, 17 May 2003 12:07:53 -0000 =================== BUG #3518: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3518&group_id=509 Changes by: Dave Hall Date: Sat 05/17/2003 at 22:01 (Australia/Melbourne) What | Removed | Added --------------------------------------------------------------------------- Status | Open | Closed ------------------ Additional Follow-up Comments ---------------------------- I am closing this one, it is a feature request, please log it as such at: https://savannah.gnu.org/support/?group=phpgroupware =================== BUG #3518: FULL BUG SNAPSHOT =================== Submitted by: None Project: phpGroupWare Submitted on: Fri 05/09/2003 at 09:05 Category: projects Bug Group: 0.9.14.002 release Severity: 5 - Major Priority: High Resolution: None Assigned to: None Status: Closed Component Version: ZIP Platform Version: Linux - SuSE Reproducibility: Every Time Summary: Projects, Jobs, working hours -> person who is not project coordinator can not add jobs or working hours Original Submission: I think for a useful project management it should be possible for persons who are not project coordinator to add jobs and working hours. If not, I can manage only projects where only one person is working with. Follow-up Comments ******************* ------------------------------------------------------- Date: Sat 05/17/2003 at 22:01 By: skwashd I am closing this one, it is a feature request, please log it as such at: https://savannah.gnu.org/support/?group=phpgroupware CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3518&group_id=509 From MAILER-DAEMON Sat May 17 08:09:57 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19H0VY-0002Wq-00 for mharc-phpgroupware-tracker@gnu.org; Sat, 17 May 2003 08:09:48 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19H0VV-0002SB-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 08:09:45 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19H0Uu-0001Ik-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 08:09:14 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19H0UT-0000BI-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 08:08:41 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19H0Uc-0005RM-M7; Sat, 17 May 2003 08:08:50 -0400 To: dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3458 Message-Id: Sender: www-data Date: Sat, 17 May 2003 08:08:50 -0400 Subject: [Phpgroupware-tracker] [Bug #3458] Stable Demo failed on login screen X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sat, 17 May 2003 12:09:47 -0000 =================== BUG #3458: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3458&group_id=509 Changes by: Dave Hall Date: Sat 05/17/2003 at 22:08 (Australia/Melbourne) What | Removed | Added --------------------------------------------------------------------------- Category | None | phpgroupware.org - website Bug Group | None | 0.9.14.003 release Resolution | None | Invalid Assigned to | None | skwashd Status | Open | Closed Platform Version | None | Linux - Other ------------------ Additional Follow-up Comments ---------------------------- I have tried a couple of times to replicate this problem, and can't. I am closing this one, let me know if it is still a problem. Cheers =================== BUG #3458: FULL BUG SNAPSHOT =================== Submitted by: None Project: phpGroupWare Submitted on: Mon 05/05/2003 at 07:53 Category: phpgroupware.org - website Bug Group: 0.9.14.003 release Severity: 5 - Major Priority: None Resolution: Invalid Assigned to: skwashd Status: Closed Component Version: None Platform Version: Linux - Other Reproducibility: None Summary: Stable Demo failed on login screen Original Submission: Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 1741 bytes) in /home/phpgroupware/http/demo/phpgwapi/inc/class.Template.inc.php on line 185 Stable demo is not very stable! This happened when I tried to login in as demo-guest to the demo. Follow-up Comments ******************* ------------------------------------------------------- Date: Sat 05/17/2003 at 22:08 By: skwashd I have tried a couple of times to replicate this problem, and can't. I am closing this one, let me know if it is still a problem. Cheers CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3458&group_id=509 From MAILER-DAEMON Sat May 17 08:11:41 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19H0Wf-0004oW-00 for mharc-phpgroupware-tracker@gnu.org; Sat, 17 May 2003 08:10:57 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19H0Vu-0003Na-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 08:10:10 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19H0Vc-0002Wx-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 08:09:53 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19H0VT-0002Pz-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 08:09:43 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19H0Vb-0005SD-Fu; Sat, 17 May 2003 08:09:51 -0400 To: r.jung@creativix.net,ceb@phpgroupware.org,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3438 Message-Id: Sender: www-data Date: Sat, 17 May 2003 08:09:51 -0400 Subject: [Phpgroupware-tracker] [Bug #3438] postgresql projets error X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sat, 17 May 2003 12:10:56 -0000 =================== BUG #3438: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3438&group_id=509 Changes by: Dave Hall Date: Sat 05/17/2003 at 22:09 (Australia/Melbourne) What | Removed | Added --------------------------------------------------------------------------- Assigned to | None | ceb =================== BUG #3438: FULL BUG SNAPSHOT =================== Submitted by: reiner_j Project: phpGroupWare Submitted on: Sat 05/03/2003 at 11:22 Category: projects Bug Group: None Severity: 5 - Major Priority: None Resolution: None Assigned to: ceb Status: Open Component Version: None Platform Version: None Reproducibility: None Summary: postgresql projets error Original Submission: Database error: Invalid SQL: SELECT id,lid,tid,owner,access,cat_id ,n_given,n_family,org_name FROM phpgw_addressbook WHERE id='' PostgreSQL Error: 1 (ERROR: pg_atoi: zero-length string ) Session halted. No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3438&group_id=509 From MAILER-DAEMON Sat May 17 08:18:36 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19H0d4-0001ra-00 for mharc-phpgroupware-tracker@gnu.org; Sat, 17 May 2003 08:17:34 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19H0cm-0001S6-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 08:17:16 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19H0cM-0000it-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 08:16:51 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19H0ZP-0005rI-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 08:13:47 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19H0ZX-0005Yu-KH; Sat, 17 May 2003 08:13:55 -0400 To: powerstat@web.de,ceb@phpgroupware.org,dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3383 Message-Id: Sender: www-data Date: Sat, 17 May 2003 08:13:55 -0400 Subject: [Phpgroupware-tracker] [Bug #3383] Error during installation of netsaint X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sat, 17 May 2003 12:17:32 -0000 =================== BUG #3383: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3383&group_id=509 Changes by: Dave Hall Date: Sat 05/17/2003 at 22:13 (Australia/Melbourne) What | Removed | Added --------------------------------------------------------------------------- Assigned to | None | ceb =================== BUG #3383: FULL BUG SNAPSHOT =================== Submitted by: powerstat Project: phpGroupWare Submitted on: Tue 04/29/2003 at 19:18 Category: netsaint Bug Group: devel cvs Severity: 5 - Major Priority: Normal Resolution: None Assigned to: ceb Status: Open Component Version: None Platform Version: Windows Reproducibility: None Summary: Error during installation of netsaint Original Submission: During installing netsaint I got the following error message: Fatal error: Call to a member function on a non-object in ./netsaint/setup/default_records.inc.php on line 13 Follow-up Comments ******************* ------------------------------------------------------- Date: Wed 04/30/2003 at 11:30 By: skwashd this app is currently unmaintained CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3383&group_id=509 From MAILER-DAEMON Sat May 17 17:08:11 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19H8uT-0004o1-00 for mharc-phpgroupware-tracker@gnu.org; Sat, 17 May 2003 17:08:05 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19H8uM-0004QS-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 17:07:58 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19H8uA-00045t-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 17:07:47 -0400 Received: from gnuftp.gnu.org ([199.232.41.6]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19H8ts-000448-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 17:07:28 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by gnuftp.gnu.org with esmtp (Exim 4.10.13) id 19H8tr-0003ZG-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 17:07:27 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19H8tr-0002Va-GE; Sat, 17 May 2003 17:07:27 -0400 To: anglemail@free-source.com,r.hoedeman@1100cc.nl,angles@aminvestments.com,dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3596 Message-Id: Sender: www-data Date: Sat, 17 May 2003 17:07:27 -0400 Subject: [Phpgroupware-tracker] [Bug #3596] IMAP error, mail_msg: save_session_cache_item: we have no msgball_list X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sat, 17 May 2003 21:08:03 -0000 =================== BUG #3596: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3596&group_id=509 Changes by: Angelo Tony Puglisi Date: Sat 05/17/2003 at 17:07 (America/New_York) ------------------ Additional Follow-up Comments ---------------------------- Please try this: 1. goto www.anglemail.org/files and get the most recent release, currently that is this file: www.anglemail.org/files/anglemail-1.2-dev3-01.tar.bz2 2. Then delete the original /email directory and unpack that bz2 file in its place. 3. goto the phpGroupWare Setup application and click on "manage applications" and verify that "email" is installed. IF you STILL have that problem, then now try the following: Until I can fix this problem there is something you can do to eliminate caching, which will stop this bug in your case. EDIT FILE: email/inc/class.mail_msg_base.inc.php * First try this: look for: var $session_cache_extreme = True; change that line to this: var $session_cache_extreme = False; * Second, if that does not totally solve the problem, also do this, in that same file: look for: var $enable_session_cache = True; change that line to this: var $enable_session_cache = False; =================== BUG #3596: FULL BUG SNAPSHOT =================== Submitted by: hoedje Project: phpGroupWare Submitted on: Wed 05/14/2003 at 10:55 Category: email Bug Group: 0.9.14.002 release Severity: 5 - Major Priority: Normal Resolution: None Assigned to: angles Status: Open Component Version: None Platform Version: Linux - Other Reproducibility: Every Time Summary: IMAP error, mail_msg: save_session_cache_item: we have no msgball_list Original Submission: When the mail server type is set to IMAP and phpgroupware runs on local Windows 2000 server with IIS there is no problem connecting to pop.vuurwerk.nl or imap.vuurwerk.nl. When phpgroupware is installad on Linux at www.vuurwerk.nl with PHP 4.3.1 & Apache/1.3.27 (Unix) PHP-CGI/0.1b & --with-imap=imap-2002b and then you connect to pop.vuurwerk.nl or imap.vuurwerk.nl the list repeats message1 as often as there are messages in the mailbox and it gives the next error message: mail_msg: save_session_cache_item: LEAVING on ERROR, FIXME line 3737 we have no msgball_list When server type is switched to pop3 then the list cannot be refreshed to see new arrived email and the list is sorted the wrong way up (this cannot be changed by clicking on *date*). Follow-up Comments ******************* ------------------------------------------------------- Date: Sat 05/17/2003 at 17:07 By: angles Please try this: 1. goto www.anglemail.org/files and get the most recent release, currently that is this file: www.anglemail.org/files/anglemail-1.2-dev3-01.tar.bz2 2. Then delete the original /email directory and unpack that bz2 file in its place. 3. goto the phpGroupWare Setup application and click on "manage applications" and verify that "email" is installed. IF you STILL have that problem, then now try the following: Until I can fix this problem there is something you can do to eliminate caching, which will stop this bug in your case. EDIT FILE: email/inc/class.mail_msg_base.inc.php * First try this: look for: var $session_cache_extreme = True; change that line to this: var $session_cache_extreme = False; * Second, if that does not totally solve the problem, also do this, in that same file: look for: var $enable_session_cache = True; change that line to this: var $enable_session_cache = False; ------------------------------------------------------- Date: Sat 05/17/2003 at 07:50 By: skwashd just added OS "Linux - Other" to the tracker, for reports like this one :) ------------------------------------------------------- Date: Thu 05/15/2003 at 04:32 By: hoedje An extra Debug window pop-up displaying following message: + (+575058) mail_msg: save_session_cache_item: LEAVING on ERROR, FIXME line 3736 we have no msgball_list = * = * = * = * = * random: 958461885 = * = * = * = * = * CC List ******* CC Address | Comment ------------------------------------+----------------------------- anglemail@free-source.com | fyi No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3596&group_id=509 From MAILER-DAEMON Sat May 17 19:52:54 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19HBQG-0001x5-00 for mharc-phpgroupware-tracker@gnu.org; Sat, 17 May 2003 19:49:04 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19HBMe-0001FG-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 19:45:20 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19HBLE-0000Nr-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 19:43:57 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19HBIQ-0007aW-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 19:40:58 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19HBIW-0000E5-0a; Sat, 17 May 2003 19:41:04 -0400 To: powerstat@web.de,ceb@phpgroupware.org,RalfBecker@outdoor-training.de,dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3522 Message-Id: Sender: www-data Date: Sat, 17 May 2003 19:41:04 -0400 Subject: [Phpgroupware-tracker] [Bug #3522] Typo in function name definition X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sat, 17 May 2003 23:48:52 -0000 =================== BUG #3522: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3522&group_id=509 Changes by: Dave Hall Date: Sun 05/18/2003 at 09:41 (Australia/Melbourne) What | Removed | Added --------------------------------------------------------------------------- Priority | High | Normal Assigned to | ralfbecker | ceb =================== BUG #3522: FULL BUG SNAPSHOT =================== Submitted by: powerstat Project: phpGroupWare Submitted on: Fri 05/09/2003 at 23:03 Category: API - phpGWapi Bug Group: devel cvs Severity: 5 - Major Priority: Normal Resolution: None Assigned to: ceb Status: Open Component Version: None Platform Version: None Reproducibility: Every Time Summary: Typo in function name definition Original Submission: In class.matrixview.inc.php the function definition function diableSelection () is missing a "s" to make it "disable" Follow-up Comments ******************* ------------------------------------------------------- Date: Sat 05/17/2003 at 21:58 By: skwashd Ummmm, is this function called from anywhere? Can you please provide this information, as we need to know what impact this fix will affect. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3522&group_id=509 From MAILER-DAEMON Sat May 17 19:57:12 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19HBXH-0008FR-00 for mharc-phpgroupware-tracker@gnu.org; Sat, 17 May 2003 19:56:19 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19HBWw-0007Mg-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 19:55:58 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19HBVx-0006RS-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 19:54:58 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19HBVY-0006M9-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 19:54:32 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19HBVc-0000Wc-At; Sat, 17 May 2003 19:54:36 -0400 To: jgibbs75@msn.com,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3664 Message-Id: Sender: www-data Date: Sat, 17 May 2003 19:54:36 -0400 Subject: [Phpgroupware-tracker] [Bug #3664] SQL Error on Some Functions X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sat, 17 May 2003 23:56:17 -0000 =================== BUG #3664: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3664&group_id=509 Submitted by: jgibbs75 Project: phpGroupWare Submitted on: Sat 05/17/2003 at 23:54 Category: API - Admin Bug Group: 0.9.14.003 release Severity: 5 - Major Priority: High Resolution: None Assigned to: None Status: Open Component Version: None Platform Version: Linux - RedHat Reproducibility: Every Time Summary: SQL Error on Some Functions Original Submission: I get SQL access error on some functions. I can add and edit database outside of phpGroupWare but functions like setting up e-mail give the error shown below. Database error: lock(Array, write) failed. MySQL Error: 1044 (Access denied for user: 'jtsoftso_jtsofts@localhost' to database 'jtsoftso_phpgroupware') Session halted. safe-mode is off and I am using php4 - HELP , need to try and get this great product setup. Thanks No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3664&group_id=509 From MAILER-DAEMON Sat May 17 22:32:51 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19HDyM-0004bT-00 for mharc-phpgroupware-tracker@gnu.org; Sat, 17 May 2003 22:32:26 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19HDyH-0004Ni-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 22:32:21 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19HDy3-0003u7-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 22:32:08 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19HDxv-0003Q9-00 for phpgroupware-tracker@gnu.org; Sat, 17 May 2003 22:32:00 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19HDy0-0003Lu-61; Sat, 17 May 2003 22:32:04 -0400 To: savannahgnuorg@tyreth.homelinux.org,totschnig.michael@uqam.ca,dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3619 Message-Id: Sender: www-data Date: Sat, 17 May 2003 22:32:04 -0400 Subject: [Phpgroupware-tracker] [Bug #3619] sitemgr tables_current syntax error X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sun, 18 May 2003 02:32:23 -0000 =================== BUG #3619: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3619&group_id=509 Changes by: Michael Totschnig Date: Sun 05/18/2003 at 02:32 (GMT) ------------------ Additional Follow-up Comments ---------------------------- I do not see a parse error in this file. Could you send it to me, so that I can see if it has been somehow corrupted? =================== BUG #3619: FULL BUG SNAPSHOT =================== Submitted by: tyreth Project: phpGroupWare Submitted on: Thu 05/15/2003 at 05:48 Category: None Bug Group: 0.9.14.003 release Severity: 5 - Major Priority: High Resolution: None Assigned to: totschnig Status: Open Component Version: BZIP2 Platform Version: BSD Reproducibility: Every Time Summary: sitemgr tables_current syntax error Original Submission: When I click the button "Install" all core tables and the admin and preferences applications it waits a while then comes up with the following error on setup/index.php: Parse error: parse error in /home/msaward/public_html/sitemgr/setup/tables_current.inc.php on line 22 I checked the database and this step creates all the tables and seems to fill them with data (I checked the lang table). Using MySQL, and connecting to a remote host for the database. Follow-up Comments ******************* ------------------------------------------------------- Date: Sun 05/18/2003 at 02:32 By: totschnig I do not see a parse error in this file. Could you send it to me, so that I can see if it has been somehow corrupted? ------------------------------------------------------- Date: Sat 05/17/2003 at 11:43 By: skwashd Hi tyreth, I have been rather busy, I have not had a chance to look at this one, so I have allocated it to the sitemgr maintainer. Cheers CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3619&group_id=509 From MAILER-DAEMON Sun May 18 05:24:18 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19HKOv-0001pZ-00 for mharc-phpgroupware-tracker@gnu.org; Sun, 18 May 2003 05:24:17 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19HKOt-0001i6-00 for phpgroupware-tracker@gnu.org; Sun, 18 May 2003 05:24:15 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19HKOr-0001fS-00 for phpgroupware-tracker@gnu.org; Sun, 18 May 2003 05:24:14 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19HKOr-0001fM-00 for phpgroupware-tracker@gnu.org; Sun, 18 May 2003 05:24:13 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19HKP0-0005d5-45; Sun, 18 May 2003 05:24:22 -0400 To: totschnig.michael@uqam.ca,RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3618 Message-Id: Sender: www-data Date: Sun, 18 May 2003 05:24:22 -0400 Subject: [Phpgroupware-tracker] [Bug #3618] list_session function of class sessions_ph4 intrudes on other installations X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sun, 18 May 2003 09:24:15 -0000 =================== BUG #3618: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3618&group_id=509 Changes by: Ralf Becker Date: Sun 05/18/2003 at 11:24 (Europe/Berlin) What | Removed | Added --------------------------------------------------------------------------- Resolution | Works for me | Wont Fix Status | Open | Closed ------------------ Additional Follow-up Comments ---------------------------- It is fixed now in .16 and soon in HEAD. The problem with .14 is, that my fix also contains a db-table-change, which we are commited not to do in stable releases. So if u realy need it, do the following (unsupported): - grab class.sesssions*.inc.php from .16 api-dir - change the colum-type phpgw_access_log.lo to int Sideeffect: It will give u the bruteforce stuff too, without its configuration ;-) =================== BUG #3618: FULL BUG SNAPSHOT =================== Submitted by: totschnig Project: phpGroupWare Submitted on: Thu 05/15/2003 at 04:16 Category: API - Admin Bug Group: 0.9.14.003 release Severity: 9 - Critical Priority: None Resolution: Wont Fix Assigned to: ralfbecker Status: Closed Component Version: None Platform Version: None Reproducibility: None Summary: list_session function of class sessions_ph4 intrudes on other installations Original Submission: if there are several installations of phpgroupware on one system, and they use the same temp dir, and you view the active sessions, you can see the sessions of all installations there are on your system. You can even kill them!!! Follow-up Comments ******************* ------------------------------------------------------- Date: Sun 05/18/2003 at 11:24 By: ralfbecker It is fixed now in .16 and soon in HEAD. The problem with .14 is, that my fix also contains a db-table-change, which we are commited not to do in stable releases. So if u realy need it, do the following (unsupported): - grab class.sesssions*.inc.php from .16 api-dir - change the colum-type phpgw_access_log.lo to int Sideeffect: It will give u the bruteforce stuff too, without its configuration ;-) ------------------------------------------------------- Date: Sat 05/17/2003 at 04:43 By: totschnig If I am not mistaken, the code takes care of filtering out sessions of other virtual domains of the same phpgroupware installation. What it does not handle different phpgroupware installations, which all use only one, the default domain. ------------------------------------------------------- Date: Fri 05/16/2003 at 23:03 By: ralfbecker It works in my testinstall: I only see the sessions of the domain I'm logged in. If you look at the Line 1050 of class.session_php4.inc.php: if the domain in the session-record does not match my own domain it does a continue to not list that record. To track down the prob. with your intall u might want to enable the debug-message on line 1055 extend with an additional output for $this->account_domain (the domain your in atm). Let me know what is shows. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3618&group_id=509 From MAILER-DAEMON Sun May 18 11:30:18 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19HQ6s-0006Zp-00 for mharc-phpgroupware-tracker@gnu.org; Sun, 18 May 2003 11:30:02 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19HQ6a-0005Pg-00 for phpgroupware-tracker@gnu.org; Sun, 18 May 2003 11:29:44 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19HQ6L-0004mG-00 for phpgroupware-tracker@gnu.org; Sun, 18 May 2003 11:29:32 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19HQ6I-0004bH-00 for phpgroupware-tracker@gnu.org; Sun, 18 May 2003 11:29:26 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19HQ6O-00012H-AI; Sun, 18 May 2003 11:29:32 -0400 To: sigurdne@online.no,dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3570 Message-Id: Sender: www-data Date: Sun, 18 May 2003 11:29:32 -0400 Subject: [Phpgroupware-tracker] [Bug #3570] register_globals has to be 'on' to log in to alternative domain X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sun, 18 May 2003 15:30:01 -0000 =================== BUG #3570: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3570&group_id=509 Changes by: Sigurd Nes Date: Sun 05/18/03 at 15:29 (GMT) What | Removed | Added --------------------------------------------------------------------------- Reproducibility | None | Every Time ------------------ Additional Follow-up Comments ---------------------------- It seems to be working ok now for 16 - both with and without 'Domain select box' =================== BUG #3570: FULL BUG SNAPSHOT =================== Submitted by: sigurdne Project: phpGroupWare Submitted on: Tue 05/13/03 at 11:18 Category: API - phpGWapi Bug Group: devel cvs Severity: 5 - Major Priority: Normal Resolution: None Assigned to: skwashd Status: Open Component Version: CVS Platform Version: Windows Reproducibility: Every Time Summary: register_globals has to be 'on' to log in to alternative domain Original Submission: user@domain is not working if register_globals in php.ini is not set to 'on' Follow-up Comments ******************* ------------------------------------------------------- Date: Sun 05/18/03 at 15:29 By: sigurdne It seems to be working ok now for 16 - both with and without 'Domain select box' ------------------------------------------------------- Date: Sat 05/17/03 at 11:53 By: skwashd I am looking at fixing this in the 16 release, just testing it atm. Gimme a day to commit it for 16. Can you please test it for me, once committed? If it ok, then i will roll it into head. Cheers CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3570&group_id=509 From MAILER-DAEMON Sun May 18 17:19:48 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19HVZD-0000PW-00 for mharc-phpgroupware-tracker@gnu.org; Sun, 18 May 2003 17:19:39 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19HVYr-0007pu-00 for phpgroupware-tracker@gnu.org; Sun, 18 May 2003 17:19:17 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19HVYd-0007K9-00 for phpgroupware-tracker@gnu.org; Sun, 18 May 2003 17:19:04 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19HVYZ-00077S-00 for phpgroupware-tracker@gnu.org; Sun, 18 May 2003 17:18:59 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19HVYg-0000ka-Hu; Sun, 18 May 2003 17:19:06 -0400 To: sigurdne@online.no,dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3570 Message-Id: Sender: www-data Date: Sun, 18 May 2003 17:19:06 -0400 Subject: [Phpgroupware-tracker] [Bug #3570] register_globals has to be 'on' to log in to alternative domain X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sun, 18 May 2003 21:19:36 -0000 =================== BUG #3570: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3570&group_id=509 Changes by: Dave Hall Date: Mon 05/19/2003 at 07:19 (Australia/Melbourne) What | Removed | Added --------------------------------------------------------------------------- Resolution | None | Fixed Status | Open | Closed ------------------ Additional Follow-up Comments ---------------------------- Credit to Ralf for this one. Fixed =================== BUG #3570: FULL BUG SNAPSHOT =================== Submitted by: sigurdne Project: phpGroupWare Submitted on: Tue 05/13/2003 at 21:18 Category: API - phpGWapi Bug Group: devel cvs Severity: 5 - Major Priority: Normal Resolution: Fixed Assigned to: skwashd Status: Closed Component Version: CVS Platform Version: Windows Reproducibility: Every Time Summary: register_globals has to be 'on' to log in to alternative domain Original Submission: user@domain is not working if register_globals in php.ini is not set to 'on' Follow-up Comments ******************* ------------------------------------------------------- Date: Mon 05/19/2003 at 07:19 By: skwashd Credit to Ralf for this one. Fixed ------------------------------------------------------- Date: Mon 05/19/2003 at 01:29 By: sigurdne It seems to be working ok now for 16 - both with and without 'Domain select box' ------------------------------------------------------- Date: Sat 05/17/2003 at 21:53 By: skwashd I am looking at fixing this in the 16 release, just testing it atm. Gimme a day to commit it for 16. Can you please test it for me, once committed? If it ok, then i will roll it into head. Cheers CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3570&group_id=509 From MAILER-DAEMON Sun May 18 17:28:13 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19HVfu-0006d4-00 for mharc-phpgroupware-tracker@gnu.org; Sun, 18 May 2003 17:26:34 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19HVdX-0004TF-00 for phpgroupware-tracker@gnu.org; Sun, 18 May 2003 17:24:07 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19HVdV-0004Qe-00 for phpgroupware-tracker@gnu.org; Sun, 18 May 2003 17:24:05 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19HVco-0004H7-00 for phpgroupware-tracker@gnu.org; Sun, 18 May 2003 17:23:22 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19HVcw-00026C-Da; Sun, 18 May 2003 17:23:30 -0400 To: Andreas@swift-consult.de,dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3513 Message-Id: Sender: www-data Date: Sun, 18 May 2003 17:23:30 -0400 Subject: [Phpgroupware-tracker] [Bug #3513] Logon only works the 2nd time (php_session && cookies) X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sun, 18 May 2003 21:26:33 -0000 =================== BUG #3513: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3513&group_id=509 Changes by: Dave Hall Date: Mon 05/19/2003 at 07:23 (Australia/Melbourne) What | Removed | Added --------------------------------------------------------------------------- Resolution | None | Fixed Status | Open | Closed ------------------ Additional Follow-up Comments ---------------------------- This has been fixed in CVS and should be available in the next release. =================== BUG #3513: FULL BUG SNAPSHOT =================== Submitted by: schauera Project: phpGroupWare Submitted on: Fri 05/09/2003 at 00:12 Category: None Bug Group: 0.9.14.002 release Severity: 5 - Major Priority: Low Resolution: Fixed Assigned to: skwashd Status: Closed Component Version: TGZ Platform Version: None Reproducibility: Every Time Summary: Logon only works the 2nd time (php_session && cookies) Original Submission: When I try to login the login.php page is reloaded without showing any comments. If I try to login after that the 2nd time it works. register_globals is on. Using: A modified ReadHat Linux with 2.4.?? Kernel Apache 1.3 (modified?) with latest patches PHP 4.2.3 mySQL 3.23.54 php session management and no cookies works fine, but I want to use php sessions with cookies (will describe the reason later). Follow-up Comments ******************* ------------------------------------------------------- Date: Mon 05/19/2003 at 07:23 By: skwashd This has been fixed in CVS and should be available in the next release. ------------------------------------------------------- Date: Sat 05/17/2003 at 22:02 By: skwashd I am aware of this problem, I am working on a fix for 16 atm, unfortunately I will not have time to roll it into the 14 branch. Cheers CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3513&group_id=509 From MAILER-DAEMON Sun May 18 17:28:18 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19HVge-0007QB-00 for mharc-phpgroupware-tracker@gnu.org; Sun, 18 May 2003 17:27:20 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19HVgX-0007Il-00 for phpgroupware-tracker@gnu.org; Sun, 18 May 2003 17:27:13 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19HVeS-0005JI-00 for phpgroupware-tracker@gnu.org; Sun, 18 May 2003 17:25:06 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19HVe0-0004rG-00 for phpgroupware-tracker@gnu.org; Sun, 18 May 2003 17:24:36 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19HVe9-0002Pk-2F; Sun, 18 May 2003 17:24:45 -0400 To: adam@terralab.com,dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3566 Message-Id: Sender: www-data Date: Sun, 18 May 2003 17:24:45 -0400 Subject: [Phpgroupware-tracker] [Bug #3566] ->link bug related to enforce_ssl X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sun, 18 May 2003 21:27:18 -0000 =================== BUG #3566: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3566&group_id=509 Changes by: Dave Hall Date: Mon 05/19/2003 at 07:24 (Australia/Melbourne) What | Removed | Added --------------------------------------------------------------------------- Resolution | None | Fixed Status | Open | Closed ------------------ Additional Follow-up Comments ---------------------------- Can you please try testing it in 16? =================== BUG #3566: FULL BUG SNAPSHOT =================== Submitted by: adamhull Project: phpGroupWare Submitted on: Tue 05/13/2003 at 08:47 Category: API - phpGWapi Bug Group: 0.9.14.003 release Severity: 5 - Major Priority: High Resolution: Fixed Assigned to: skwashd Status: Closed Component Version: None Platform Version: None Reproducibility: Every Time Summary: ->link bug related to enforce_ssl Original Submission: when using enforce_ssl, webserver_url must be set to BLANK (or path only). putting a full URL in webserver_url breaks ->link useage. the error you get is "phpgw.domain.comhttps could not be found". It is as if webserver_url is being ignored and a URL is trying to be generated by appending https to the domain name. This is a consistent problem in .14 so I suspect it is an issue in .16 as well so check it there too. Follow-up Comments ******************* ------------------------------------------------------- Date: Mon 05/19/2003 at 07:24 By: skwashd Can you please try testing it in 16? ------------------------------------------------------- Date: Sat 05/17/2003 at 21:54 By: skwashd on to it, wiull fix it for 16, testing it along with a few other things :) CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3566&group_id=509 From MAILER-DAEMON Sun May 18 17:29:46 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19HViR-0001nT-00 for mharc-phpgroupware-tracker@gnu.org; Sun, 18 May 2003 17:29:11 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19HVgH-0006z4-00 for phpgroupware-tracker@gnu.org; Sun, 18 May 2003 17:26:57 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19HVfy-0006eZ-00 for phpgroupware-tracker@gnu.org; Sun, 18 May 2003 17:26:39 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19HVel-0005ou-00 for phpgroupware-tracker@gnu.org; Sun, 18 May 2003 17:25:23 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19HVeu-0002Sm-3D; Sun, 18 May 2003 17:25:32 -0400 To: dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3146 Message-Id: Sender: www-data Date: Sun, 18 May 2003 17:25:32 -0400 Subject: [Phpgroupware-tracker] [Bug #3146] Unable to add a file to an email X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sun, 18 May 2003 21:29:10 -0000 =================== BUG #3146: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3146&group_id=509 Changes by: Dave Hall Date: Mon 05/19/2003 at 07:25 (Australia/Melbourne) What | Removed | Added --------------------------------------------------------------------------- Status | Open | Closed ------------------ Additional Follow-up Comments ---------------------------- Closed due to no response after 2 weeks of followup being posted =================== BUG #3146: FULL BUG SNAPSHOT =================== Submitted by: None Project: phpGroupWare Submitted on: Tue 04/08/2003 at 01:00 Category: email Bug Group: 0.9.14.002 release Severity: 5 - Major Priority: Normal Resolution: Works for me Assigned to: skwashd Status: Closed Component Version: TGZ Platform Version: Linux - RedHat Reproducibility: Every Time Summary: Unable to add a file to an email Original Submission: I'm totally unable to attach a file with an email (not felamimail). Using a Mitel SME Server v.5.6 (E-smith) based on RedHat 7.3. Follow-up Comments ******************* ------------------------------------------------------- Date: Mon 05/19/2003 at 07:25 By: skwashd Closed due to no response after 2 weeks of followup being posted ------------------------------------------------------- Date: Tue 04/08/2003 at 06:25 By: skwashd Have you looked at the phpgwapi/doc/php-configuration.txt document? I think you will find that you have not enable file uploads in your php.ini CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3146&group_id=509 From MAILER-DAEMON Sun May 18 23:03:41 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19Haw1-0000Gq-00 for mharc-phpgroupware-tracker@gnu.org; Sun, 18 May 2003 23:03:33 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19HavE-0008NY-00 for phpgroupware-tracker@gnu.org; Sun, 18 May 2003 23:02:44 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19Hanz-0005KH-00 for phpgroupware-tracker@gnu.org; Sun, 18 May 2003 22:55:16 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19HamY-0004wT-00 for phpgroupware-tracker@gnu.org; Sun, 18 May 2003 22:53:46 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19Hami-00071x-7E; Sun, 18 May 2003 22:53:56 -0400 To: jgibbs75@msn.com,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3664 Message-Id: Sender: www-data Date: Sun, 18 May 2003 22:53:56 -0400 Subject: [Phpgroupware-tracker] [Bug #3664] SQL Error on Some Functions X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Mon, 19 May 2003 03:03:32 -0000 =================== BUG #3664: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3664&group_id=509 Changes by: John Gibbs Date: Mon 05/19/2003 at 02:53 (GMT) ------------------ Additional Follow-up Comments ---------------------------- I can edit the demo users, I just cannot add new ones. =================== BUG #3664: FULL BUG SNAPSHOT =================== Submitted by: jgibbs75 Project: phpGroupWare Submitted on: Sat 05/17/2003 at 23:54 Category: API - Admin Bug Group: 0.9.14.003 release Severity: 5 - Major Priority: High Resolution: None Assigned to: None Status: Open Component Version: None Platform Version: Linux - RedHat Reproducibility: Every Time Summary: SQL Error on Some Functions Original Submission: I get SQL access error on some functions. I can add and edit database outside of phpGroupWare but functions like setting up e-mail give the error shown below. Database error: lock(Array, write) failed. MySQL Error: 1044 (Access denied for user: 'jtsoftso_jtsofts@localhost' to database 'jtsoftso_phpgroupware') Session halted. safe-mode is off and I am using php4 - HELP , need to try and get this great product setup. Thanks Follow-up Comments ******************* ------------------------------------------------------- Date: Mon 05/19/2003 at 02:53 By: jgibbs75 I can edit the demo users, I just cannot add new ones. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3664&group_id=509 From MAILER-DAEMON Mon May 19 00:16:46 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19Hc1u-0007B5-00 for mharc-phpgroupware-tracker@gnu.org; Mon, 19 May 2003 00:13:42 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19HbyG-0004Lj-00 for phpgroupware-tracker@gnu.org; Mon, 19 May 2003 00:09:56 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19Hbxq-0003wJ-00 for phpgroupware-tracker@gnu.org; Mon, 19 May 2003 00:09:30 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19Hbxj-0003qL-00 for phpgroupware-tracker@gnu.org; Mon, 19 May 2003 00:09:23 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19Hbxh-0002mn-Ra; Mon, 19 May 2003 00:09:21 -0400 To: savannahgnuorg@tyreth.homelinux.org,totschnig.michael@uqam.ca,dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3619 Message-Id: Sender: www-data Date: Mon, 19 May 2003 00:09:21 -0400 Subject: [Phpgroupware-tracker] [Bug #3619] sitemgr tables_current syntax error X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Mon, 19 May 2003 04:13:40 -0000 =================== BUG #3619: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3619&group_id=509 Changes by: Mark Saward Date: Mon 05/19/2003 at 04:09 (GMT) ------------------ Additional Follow-up Comments ---------------------------- Here it is, doesn't look corrupted but I wouldn't know for sure. Oh ho, I just saw something, we're running PHP Version 3.0.18 - could that be a problem? I think we're supposed to be running both 3 & 4 on this machine, I'm not sure how it decides which to use. If you think that's the problem I'll follow it up. I've attached the file. =================== BUG #3619: FULL BUG SNAPSHOT =================== Submitted by: tyreth Project: phpGroupWare Submitted on: Thu 05/15/2003 at 05:48 Category: None Bug Group: 0.9.14.003 release Severity: 5 - Major Priority: High Resolution: None Assigned to: totschnig Status: Open Component Version: BZIP2 Platform Version: BSD Reproducibility: Every Time Summary: sitemgr tables_current syntax error Original Submission: When I click the button "Install" all core tables and the admin and preferences applications it waits a while then comes up with the following error on setup/index.php: Parse error: parse error in /home/msaward/public_html/sitemgr/setup/tables_current.inc.php on line 22 I checked the database and this step creates all the tables and seems to fill them with data (I checked the lang table). Using MySQL, and connecting to a remote host for the database. Follow-up Comments ******************* ------------------------------------------------------- Date: Mon 05/19/2003 at 04:09 By: tyreth Here it is, doesn't look corrupted but I wouldn't know for sure. Oh ho, I just saw something, we're running PHP Version 3.0.18 - could that be a problem? I think we're supposed to be running both 3 & 4 on this machine, I'm not sure how it decides which to use. If you think that's the problem I'll follow it up. I've attached the file. ------------------------------------------------------- Date: Sun 05/18/2003 at 02:32 By: totschnig I do not see a parse error in this file. Could you send it to me, so that I can see if it has been somehow corrupted? ------------------------------------------------------- Date: Sat 05/17/2003 at 11:43 By: skwashd Hi tyreth, I have been rather busy, I have not had a chance to look at this one, so I have allocated it to the sitemgr maintainer. Cheers CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3619&group_id=509 From MAILER-DAEMON Mon May 19 00:33:29 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19HcKU-0005pL-00 for mharc-phpgroupware-tracker@gnu.org; Mon, 19 May 2003 00:32:54 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19HcKQ-0005hR-00 for phpgroupware-tracker@gnu.org; Mon, 19 May 2003 00:32:50 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19HcKN-0005Wy-00 for phpgroupware-tracker@gnu.org; Mon, 19 May 2003 00:32:47 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19HcKJ-0005Na-00 for phpgroupware-tracker@gnu.org; Mon, 19 May 2003 00:32:43 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19HcKM-00061J-Ho; Mon, 19 May 2003 00:32:46 -0400 To: savannahgnuorg@tyreth.homelinux.org,totschnig.michael@uqam.ca,dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3619 Message-Id: Sender: www-data Date: Mon, 19 May 2003 00:32:46 -0400 Subject: [Phpgroupware-tracker] [Bug #3619] sitemgr tables_current syntax error X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Mon, 19 May 2003 04:32:52 -0000 =================== BUG #3619: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3619&group_id=509 Changes by: Dave Hall Date: Mon 05/19/2003 at 14:32 (Australia/Melbourne) ------------------ Additional Follow-up Comments ---------------------------- Bingo! We are phasing out php3 support, I would suggest that is the problem. 0.9.16 will not run on anything less than php 4.1.0+ =================== BUG #3619: FULL BUG SNAPSHOT =================== Submitted by: tyreth Project: phpGroupWare Submitted on: Thu 05/15/2003 at 15:48 Category: None Bug Group: 0.9.14.003 release Severity: 5 - Major Priority: High Resolution: None Assigned to: totschnig Status: Open Component Version: BZIP2 Platform Version: BSD Reproducibility: Every Time Summary: sitemgr tables_current syntax error Original Submission: When I click the button "Install" all core tables and the admin and preferences applications it waits a while then comes up with the following error on setup/index.php: Parse error: parse error in /home/msaward/public_html/sitemgr/setup/tables_current.inc.php on line 22 I checked the database and this step creates all the tables and seems to fill them with data (I checked the lang table). Using MySQL, and connecting to a remote host for the database. Follow-up Comments ******************* ------------------------------------------------------- Date: Mon 05/19/2003 at 14:32 By: skwashd Bingo! We are phasing out php3 support, I would suggest that is the problem. 0.9.16 will not run on anything less than php 4.1.0+ ------------------------------------------------------- Date: Mon 05/19/2003 at 14:09 By: tyreth Here it is, doesn't look corrupted but I wouldn't know for sure. Oh ho, I just saw something, we're running PHP Version 3.0.18 - could that be a problem? I think we're supposed to be running both 3 & 4 on this machine, I'm not sure how it decides which to use. If you think that's the problem I'll follow it up. I've attached the file. ------------------------------------------------------- Date: Sun 05/18/2003 at 12:32 By: totschnig I do not see a parse error in this file. Could you send it to me, so that I can see if it has been somehow corrupted? ------------------------------------------------------- Date: Sat 05/17/2003 at 21:43 By: skwashd Hi tyreth, I have been rather busy, I have not had a chance to look at this one, so I have allocated it to the sitemgr maintainer. Cheers CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3619&group_id=509 From MAILER-DAEMON Mon May 19 00:40:05 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19HcQX-0000Uu-00 for mharc-phpgroupware-tracker@gnu.org; Mon, 19 May 2003 00:39:09 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19HcNE-0007v3-00 for phpgroupware-tracker@gnu.org; Mon, 19 May 2003 00:35:44 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19HcMv-0007ng-00 for phpgroupware-tracker@gnu.org; Mon, 19 May 2003 00:35:26 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19HcMu-0007nZ-00 for phpgroupware-tracker@gnu.org; Mon, 19 May 2003 00:35:24 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19HcMz-00066q-Co; Mon, 19 May 2003 00:35:29 -0400 To: savannahgnuorg@tyreth.homelinux.org,totschnig.michael@uqam.ca,dave.hall@mbox.com.au,noreply@savannah.gnu.org,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3619 Message-Id: Sender: www-data Date: Mon, 19 May 2003 00:35:29 -0400 Subject: [Phpgroupware-tracker] [Bug #3619] sitemgr tables_current syntax error X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Mon, 19 May 2003 04:39:07 -0000 =================== BUG #3619: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3619&group_id=509 Changes by: Anonymous user Date: Mon 05/19/2003 at 00:35 ------------------ Additional Follow-up Comments ---------------------------- This is version 0.9.14.003, not 9.16, so would that still likely be the problem? =================== BUG #3619: FULL BUG SNAPSHOT =================== Submitted by: tyreth Project: phpGroupWare Submitted on: Thu 05/15/2003 at 01:48 Category: None Bug Group: 0.9.14.003 release Severity: 5 - Major Priority: High Resolution: None Assigned to: totschnig Status: Open Component Version: BZIP2 Platform Version: BSD Reproducibility: Every Time Summary: sitemgr tables_current syntax error Original Submission: When I click the button "Install" all core tables and the admin and preferences applications it waits a while then comes up with the following error on setup/index.php: Parse error: parse error in /home/msaward/public_html/sitemgr/setup/tables_current.inc.php on line 22 I checked the database and this step creates all the tables and seems to fill them with data (I checked the lang table). Using MySQL, and connecting to a remote host for the database. Follow-up Comments ******************* ------------------------------------------------------- Date: Mon 05/19/2003 at 00:35 By: None This is version 0.9.14.003, not 9.16, so would that still likely be the problem? ------------------------------------------------------- Date: Mon 05/19/2003 at 00:32 By: skwashd Bingo! We are phasing out php3 support, I would suggest that is the problem. 0.9.16 will not run on anything less than php 4.1.0+ ------------------------------------------------------- Date: Mon 05/19/2003 at 00:09 By: tyreth Here it is, doesn't look corrupted but I wouldn't know for sure. Oh ho, I just saw something, we're running PHP Version 3.0.18 - could that be a problem? I think we're supposed to be running both 3 & 4 on this machine, I'm not sure how it decides which to use. If you think that's the problem I'll follow it up. I've attached the file. ------------------------------------------------------- Date: Sat 05/17/2003 at 22:32 By: totschnig I do not see a parse error in this file. Could you send it to me, so that I can see if it has been somehow corrupted? ------------------------------------------------------- Date: Sat 05/17/2003 at 07:43 By: skwashd Hi tyreth, I have been rather busy, I have not had a chance to look at this one, so I have allocated it to the sitemgr maintainer. Cheers CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3619&group_id=509 From MAILER-DAEMON Mon May 19 01:07:33 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19Hcre-0002Mb-00 for mharc-phpgroupware-tracker@gnu.org; Mon, 19 May 2003 01:07:10 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19Hcpz-0001X7-00 for phpgroupware-tracker@gnu.org; Mon, 19 May 2003 01:05:27 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19Hcpq-0001Op-00 for phpgroupware-tracker@gnu.org; Mon, 19 May 2003 01:05:20 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19HcoT-0001HP-00 for phpgroupware-tracker@gnu.org; Mon, 19 May 2003 01:03:54 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19HcoW-0006eM-GZ; Mon, 19 May 2003 01:03:56 -0400 To: savannahgnuorg@tyreth.homelinux.org,totschnig.michael@uqam.ca,dave.hall@mbox.com.au,noreply@savannah.gnu.org,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3619 Message-Id: Sender: www-data Date: Mon, 19 May 2003 01:03:56 -0400 Subject: [Phpgroupware-tracker] [Bug #3619] sitemgr tables_current syntax error X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Mon, 19 May 2003 05:07:09 -0000 =================== BUG #3619: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3619&group_id=509 Changes by: Anonymous user Date: Mon 05/19/2003 at 01:03 ------------------ Additional Follow-up Comments ---------------------------- Some devs have been sneaking php4 only functionality into their apps. It is difficult to test this very few devs have php3 installed. =================== BUG #3619: FULL BUG SNAPSHOT =================== Submitted by: tyreth Project: phpGroupWare Submitted on: Thu 05/15/2003 at 01:48 Category: None Bug Group: 0.9.14.003 release Severity: 5 - Major Priority: High Resolution: None Assigned to: totschnig Status: Open Component Version: BZIP2 Platform Version: BSD Reproducibility: Every Time Summary: sitemgr tables_current syntax error Original Submission: When I click the button "Install" all core tables and the admin and preferences applications it waits a while then comes up with the following error on setup/index.php: Parse error: parse error in /home/msaward/public_html/sitemgr/setup/tables_current.inc.php on line 22 I checked the database and this step creates all the tables and seems to fill them with data (I checked the lang table). Using MySQL, and connecting to a remote host for the database. Follow-up Comments ******************* ------------------------------------------------------- Date: Mon 05/19/2003 at 01:03 By: None Some devs have been sneaking php4 only functionality into their apps. It is difficult to test this very few devs have php3 installed. ------------------------------------------------------- Date: Mon 05/19/2003 at 00:35 By: None This is version 0.9.14.003, not 9.16, so would that still likely be the problem? ------------------------------------------------------- Date: Mon 05/19/2003 at 00:32 By: skwashd Bingo! We are phasing out php3 support, I would suggest that is the problem. 0.9.16 will not run on anything less than php 4.1.0+ ------------------------------------------------------- Date: Mon 05/19/2003 at 00:09 By: tyreth Here it is, doesn't look corrupted but I wouldn't know for sure. Oh ho, I just saw something, we're running PHP Version 3.0.18 - could that be a problem? I think we're supposed to be running both 3 & 4 on this machine, I'm not sure how it decides which to use. If you think that's the problem I'll follow it up. I've attached the file. ------------------------------------------------------- Date: Sat 05/17/2003 at 22:32 By: totschnig I do not see a parse error in this file. Could you send it to me, so that I can see if it has been somehow corrupted? ------------------------------------------------------- Date: Sat 05/17/2003 at 07:43 By: skwashd Hi tyreth, I have been rather busy, I have not had a chance to look at this one, so I have allocated it to the sitemgr maintainer. Cheers CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3619&group_id=509 From MAILER-DAEMON Mon May 19 03:06:59 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19HeiO-00044W-00 for mharc-phpgroupware-tracker@gnu.org; Mon, 19 May 2003 03:05:44 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19HehX-0003Ey-00 for phpgroupware-tracker@gnu.org; Mon, 19 May 2003 03:04:51 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19HehN-00034v-00 for phpgroupware-tracker@gnu.org; Mon, 19 May 2003 03:04:41 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19HefT-0002jy-00 for phpgroupware-tracker@gnu.org; Mon, 19 May 2003 03:02:43 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19HefZ-00075g-95; Mon, 19 May 2003 03:02:49 -0400 To: sigurdne@online.no,RalfBecker@outdoor-training.de,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3685 Message-Id: Sender: www-data Date: Mon, 19 May 2003 03:02:49 -0400 Subject: [Phpgroupware-tracker] [Bug #3685] login problem in HEAD due to echo in class.sessions.inc X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Mon, 19 May 2003 07:05:35 -0000 =================== BUG #3685: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3685&group_id=509 Submitted by: sigurdne Project: phpGroupWare Submitted on: Mon 05/19/03 at 07:02 Category: API - phpGWapi Bug Group: devel cvs Severity: 5 - Major Priority: Normal Resolution: None Assigned to: ralfbecker Status: Open Component Version: CVS Platform Version: Windows Reproducibility: None Summary: login problem in HEAD due to echo in class.sessions.inc Original Submission: the line echo "

session::create... on line 391 in class.sessions.inc.php has to be commented out in order to be able to log in (at least on windows) No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3685&group_id=509 From MAILER-DAEMON Mon May 19 03:07:23 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19Hejf-0004Gy-00 for mharc-phpgroupware-tracker@gnu.org; Mon, 19 May 2003 03:07:03 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19HeiB-0003z6-00 for phpgroupware-tracker@gnu.org; Mon, 19 May 2003 03:05:31 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19Hei1-0003ik-00 for phpgroupware-tracker@gnu.org; Mon, 19 May 2003 03:05:24 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19Hei0-0003gB-00 for phpgroupware-tracker@gnu.org; Mon, 19 May 2003 03:05:20 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19Hei7-0007C1-UK; Mon, 19 May 2003 03:05:27 -0400 To: powerstat@web.de,ceb@phpgroupware.org,dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: bug X-Savannah-Artifact-ID: 3522 Message-Id: Sender: www-data Date: Mon, 19 May 2003 03:05:27 -0400 Subject: [Phpgroupware-tracker] [Bug #3522] Typo in function name definition X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Mon, 19 May 2003 07:07:01 -0000 =================== BUG #3522: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3522&group_id=509 Changes by: Kai Hofmann Date: Mon 05/19/2003 at 09:05 (Europe/Berlin) ------------------ Additional Follow-up Comments ---------------------------- find . -name '*.php' -exec fgrep diableSelection {} \; -print tolds me that it is not used! =================== BUG #3522: FULL BUG SNAPSHOT =================== Submitted by: powerstat Project: phpGroupWare Submitted on: Fri 05/09/2003 at 15:03 Category: API - phpGWapi Bug Group: devel cvs Severity: 5 - Major Priority: Normal Resolution: None Assigned to: ceb Status: Open Component Version: None Platform Version: None Reproducibility: Every Time Summary: Typo in function name definition Original Submission: In class.matrixview.inc.php the function definition function diableSelection () is missing a "s" to make it "disable" Follow-up Comments ******************* ------------------------------------------------------- Date: Mon 05/19/2003 at 09:05 By: powerstat find . -name '*.php' -exec fgrep diableSelection {} \; -print tolds me that it is not used! ------------------------------------------------------- Date: Sat 05/17/2003 at 13:58 By: skwashd Ummmm, is this function called from anywhere? Can you please provide this information, as we need to know what impact this fix will affect. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3522&group_id=509 From MAILER-DAEMON Mon May 19 16:32:59 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.10.13) id 19HrJb-0008Pw-00 for mharc-phpgroupware-tracker@gnu.org; Mon, 19 May 2003 16:32:59 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19HrJY-0008PJ-00 for phpgroupware-tracker@gnu.org; Mon, 19 May 2003 16:32:56 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19HrJW-0008Ot-00 for phpgroupware-tracker@gnu.org; Mon, 19 May 2003 16:32:55 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19HrHw-0008AS-00 for phpgroupware-tracker@gnu.org; Mon, 19 May 2003 16:31:16 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19HrI6-0004u3-BK; Mon, 19 May 2003 16:31:26 -0400 To: figatner@savannah.gnu.org,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: support X-Savannah-Artifact-ID: 102140 Message-Id: Sender: www-data Date: Mon, 19 May 2003 16:31:26 -0400 Subject: [Phpgroupware-tracker] [ 102140 ] Limit forums to users and/or groups X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Mon, 19 May 2003 20:32:56 -0000 Support Request #102140, was updated on Mon 05/19/2003 at 20:31 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102140&group_id=509 Category: Feature Request Status: Open Priority: 5 Summary: Limit forums to users and/or groups By: figatner Date: Mon 05/19/2003 at 20:31 Logged In: YES user_id=19205 Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322) I am interested having the choice to limiting forums, calendars, etc. to specific users and/or groups. Is anyone working on this? ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102140&group_id=509 From MAILER-DAEMON Tue May 20 05:24:32 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.20) id 19I3LN-00084B-0h for mharc-phpgroupware-tracker@gnu.org; Tue, 20 May 2003 05:23:37 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19I3LC-0007ee-WF for phpgroupware-tracker@gnu.org; Tue, 20 May 2003 05:23:27 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19I3L5-0007Lr-Qn for phpgroupware-tracker@gnu.org; Tue, 20 May 2003 05:23:21 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19I3K5-0006bU-IE for phpgroupware-tracker@gnu.org; Tue, 20 May 2003 05:22:17 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19I3KF-0000FQ-5T; Tue, 20 May 2003 05:22:27 -0400 To: cyberfrancis@savannah.gnu.org,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: support X-Savannah-Artifact-ID: 102142 Message-Id: Sender: www-data Date: Tue, 20 May 2003 05:22:27 -0400 Subject: [Phpgroupware-tracker] [ 102142 ] Read Only calendar X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Tue, 20 May 2003 09:23:34 -0000 Support Request #102142, was updated on Tue 05/20/03 at 09:22 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102142&group_id=509 Category: Question - NOT BUG REPORT Status: Open Priority: 5 Summary: Read Only calendar By: cyberfrancis Date: Tue 05/20/03 at 09:22 Logged In: YES user_id=19219 Browser: Mozilla/5.0 (compatible; Konqueror/3.1; Linux) Hi, I wish to know how to make the calendar read only for all users except calendar's Administrator. Thanks for your help! ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102142&group_id=509 From MAILER-DAEMON Tue May 20 05:43:08 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.20) id 19I3eG-0008Vw-0g for mharc-phpgroupware-tracker@gnu.org; Tue, 20 May 2003 05:43:08 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19I3eD-0008Tx-8v for phpgroupware-tracker@gnu.org; Tue, 20 May 2003 05:43:05 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19I3eB-0008T1-Nz for phpgroupware-tracker@gnu.org; Tue, 20 May 2003 05:43:04 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19I3ZO-0006lt-Op for phpgroupware-tracker@gnu.org; Tue, 20 May 2003 05:38:06 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19I3ZV-00034d-Ln; Tue, 20 May 2003 05:38:13 -0400 To: adam@terralab.com, paulwb@pwb.hopto.org, RalfBecker@outdoor-training.de, phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: support X-Savannah-Artifact-ID: 101991 Message-Id: Sender: www-data Date: Tue, 20 May 2003 05:38:13 -0400 Subject: [Phpgroupware-tracker] [ 101991 ] Default calendar filter Preference X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Tue, 20 May 2003 09:43:06 -0000 Support Request #101991, was updated on Sat 03/22/2003 at 08:51 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=101991&group_id=509 Category: Feature Request Status: Closed Priority: 5 Summary: Default calendar filter Preference By: ralfbecker Date: Tue 05/20/2003 at 11:38 Logged In: YES user_id=2883 Browser: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.3) Gecko/20030312 This has been fixed/added in the development branch of CVS and will be available in the next release. ---------------------------------------------------------------------- By: paulwb Date: Sat 04/19/2003 at 02:58 Logged In: NO Browser: Mozilla/5.0 (compatible; Konqueror/3.1; Linux) I am looking to use the calender for my computer group, the general public would access the site and see events in the calender that only relate to the group. The group guest account could not add/update/delete events or view events not related to the group. Any updates would be done by a user who has been authorised to update the group calender. ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=101991&group_id=509 From MAILER-DAEMON Tue May 20 05:47:30 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.20) id 19I3iC-0003as-6O for mharc-phpgroupware-tracker@gnu.org; Tue, 20 May 2003 05:47:12 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19I3hr-0002Yl-5H for phpgroupware-tracker@gnu.org; Tue, 20 May 2003 05:46:51 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19I3fL-0001Cl-Te for phpgroupware-tracker@gnu.org; Tue, 20 May 2003 05:44:16 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19I3dA-0007ta-8n for phpgroupware-tracker@gnu.org; Tue, 20 May 2003 05:42:00 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19I3dK-0003KR-CE; Tue, 20 May 2003 05:42:10 -0400 To: cyberfrancis@savannah.gnu.org, RalfBecker@outdoor-training.de, phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: support X-Savannah-Artifact-ID: 102142 Message-Id: Sender: www-data Date: Tue, 20 May 2003 05:42:10 -0400 Subject: [Phpgroupware-tracker] [ 102142 ] Read Only calendar X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Tue, 20 May 2003 09:47:10 -0000 Support Request #102142, was updated on Tue 05/20/2003 at 11:22 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102142&group_id=509 Category: Question - NOT BUG REPORT Status: Closed Priority: 5 Summary: Read Only calendar By: ralfbecker Date: Tue 05/20/2003 at 11:42 Logged In: YES user_id=2883 Browser: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.3) Gecko/20030312 This can be archived via ACL's: - create a Group with all users, eg. Default or All - your "calendar admin" grants only Read Access to the Group All For more info look in the wiki on phpGW.org: http://www.phpgroupware.org/wiki/Calendar look for the CalendarFAQs and/or search for ACL Ralf ---------------------------------------------------------------------- By: cyberfrancis Date: Tue 05/20/2003 at 11:22 Logged In: YES user_id=19219 Browser: Mozilla/5.0 (compatible; Konqueror/3.1; Linux) Hi, I wish to know how to make the calendar read only for all users except calendar's Administrator. Thanks for your help! ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102142&group_id=509 From MAILER-DAEMON Tue May 20 05:54:32 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.20) id 19I3pE-0007EY-B5 for mharc-phpgroupware-tracker@gnu.org; Tue, 20 May 2003 05:54:28 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19I3nX-0006M8-DD for phpgroupware-tracker@gnu.org; Tue, 20 May 2003 05:52:43 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19I3n1-0005td-Dq for phpgroupware-tracker@gnu.org; Tue, 20 May 2003 05:52:12 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19I3jY-0005De-Ac for phpgroupware-tracker@gnu.org; Tue, 20 May 2003 05:48:36 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19I3jc-0003WF-JK; Tue, 20 May 2003 05:48:40 -0400 To: figatner@savannah.gnu.org, RalfBecker@outdoor-training.de, phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: support X-Savannah-Artifact-ID: 102140 Message-Id: Sender: www-data Date: Tue, 20 May 2003 05:48:40 -0400 Subject: [Phpgroupware-tracker] [ 102140 ] Limit forums to users and/or groups X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Tue, 20 May 2003 09:54:26 -0000 Support Request #102140, was updated on Mon 05/19/2003 at 22:31 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102140&group_id=509 Category: Feature Request Status: Open Priority: 5 Summary: Limit forums to users and/or groups By: ralfbecker Date: Tue 05/20/2003 at 11:48 Logged In: YES user_id=2883 Browser: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.3) Gecko/20030312 concerning the calendar: The cal is always specific to a user. You can view other users cal, only if that user (or group) grants Access to other users or groups. Have a look for the CalendarFAQs or search for ACL in our wiki http://www.phpgroupware.org/wiki/calendar Not sure about the forum. ---------------------------------------------------------------------- By: figatner Date: Mon 05/19/2003 at 22:31 Logged In: YES user_id=19205 Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322) I am interested having the choice to limiting forums, calendars, etc. to specific users and/or groups. Is anyone working on this? ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102140&group_id=509 From MAILER-DAEMON Tue May 20 06:22:37 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.20) id 19I4Aq-0001gm-Qk for mharc-phpgroupware-tracker@gnu.org; Tue, 20 May 2003 06:16:48 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19I47F-00009X-I3 for phpgroupware-tracker@gnu.org; Tue, 20 May 2003 06:13:05 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19I45t-0008D8-Hp for phpgroupware-tracker@gnu.org; Tue, 20 May 2003 06:11:43 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19I41L-0006Wz-Op for phpgroupware-tracker@gnu.org; Tue, 20 May 2003 06:06:59 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19I41N-0004EI-6u; Tue, 20 May 2003 06:07:01 -0400 To: cyberfrancis@savannah.gnu.org, RalfBecker@outdoor-training.de, cyberfrancis@fcvnet.net,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: support X-Savannah-Artifact-ID: 102142 Message-Id: Sender: www-data Date: Tue, 20 May 2003 06:07:01 -0400 Subject: [Phpgroupware-tracker] [ 102142 ] Read Only calendar X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Tue, 20 May 2003 10:16:47 -0000 Support Request #102142, was updated on Tue 05/20/03 at 09:22 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102142&group_id=509 Category: Question - NOT BUG REPORT Status: Closed Priority: 5 Summary: Read Only calendar By: cyberfrancis Date: Tue 05/20/03 at 10:07 Logged In: YES user_id=19219 Browser: Mozilla/5.0 (compatible; Konqueror/3.1; Linux) Thanks for your answer, but this is not exactly what I'd like to do: I'd like any user to be UNable to add or modify his OWN calendar... Just a "Calendar Admin" would be able to add and modify ANY of the user's calendars. -> all users read only (for everything) -> one admin -> rw on everything I hope it's possible... Thanks again for help. ---------------------------------------------------------------------- By: ralfbecker Date: Tue 05/20/03 at 09:42 Logged In: YES user_id=2883 Browser: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.3) Gecko/20030312 This can be archived via ACL's: - create a Group with all users, eg. Default or All - your "calendar admin" grants only Read Access to the Group All For more info look in the wiki on phpGW.org: http://www.phpgroupware.org/wiki/Calendar look for the CalendarFAQs and/or search for ACL Ralf ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102142&group_id=509 From MAILER-DAEMON Tue May 20 12:37:42 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.20) id 19I9vE-0005ad-Mx for mharc-phpgroupware-tracker@gnu.org; Tue, 20 May 2003 12:25:04 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19I9tu-0004hA-36 for phpgroupware-tracker@gnu.org; Tue, 20 May 2003 12:23:42 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19I9ta-0004Ux-LA for phpgroupware-tracker@gnu.org; Tue, 20 May 2003 12:23:23 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19I9sF-0003k3-Dp for phpgroupware-tracker@gnu.org; Tue, 20 May 2003 12:21:59 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19I9sN-0001wz-9o; Tue, 20 May 2003 12:22:07 -0400 To: figatner@savannah.gnu.org, RalfBecker@outdoor-training.de, sjfigatner@columbus.gov,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: support X-Savannah-Artifact-ID: 102140 Message-Id: Sender: www-data Date: Tue, 20 May 2003 12:22:07 -0400 Subject: [Phpgroupware-tracker] [ 102140 ] Limit forums to users and/or groups X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Tue, 20 May 2003 16:24:56 -0000 Support Request #102140, was updated on Mon 05/19/2003 at 20:31 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102140&group_id=509 Category: Feature Request Status: Open Priority: 5 Summary: Limit forums to users and/or groups By: sjfigatner Date: Tue 05/20/2003 at 16:22 Logged In: YES user_id=19205 Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322; .NET CLR 1.0.3705) Is there any problem with me working on a Group forum MOD? ---------------------------------------------------------------------- By: ralfbecker Date: Tue 05/20/2003 at 09:48 Logged In: YES user_id=2883 Browser: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.3) Gecko/20030312 concerning the calendar: The cal is always specific to a user. You can view other users cal, only if that user (or group) grants Access to other users or groups. Have a look for the CalendarFAQs or search for ACL in our wiki http://www.phpgroupware.org/wiki/calendar Not sure about the forum. ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102140&group_id=509 From MAILER-DAEMON Wed May 21 22:42:49 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.20) id 19Ig2a-0007OT-My for mharc-phpgroupware-tracker@gnu.org; Wed, 21 May 2003 22:42:48 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19Ig2Y-0007Md-EW for phpgroupware-tracker@gnu.org; Wed, 21 May 2003 22:42:46 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19Ig1l-00070l-NZ for phpgroupware-tracker@gnu.org; Wed, 21 May 2003 22:42:28 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Ig10-0006k5-Bh for phpgroupware-tracker@gnu.org; Wed, 21 May 2003 22:41:10 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19Ig1A-0001tB-HT; Wed, 21 May 2003 22:41:20 -0400 To: cooked@savannah.gnu.org,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: support X-Savannah-Artifact-ID: 102150 Message-Id: Sender: www-data Date: Wed, 21 May 2003 22:41:20 -0400 Subject: [Phpgroupware-tracker] [ 102150 ] Internet offering X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Thu, 22 May 2003 02:42:47 -0000 Support Request #102150, was updated on Thu 05/22/2003 at 02:41 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102150&group_id=509 Category: contribution offer Status: Open Priority: 5 Summary: Internet offering By: cooked Date: Thu 05/22/2003 at 02:41 Logged In: YES user_id=19279 Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Hello all, Firstly I want to say how impressed I am with the project and what it is achieving. I run a business which is looking into offering Groupware & B2B services to SMEs in Australasia. phpGroupware is looking like an excellent base to start from. I have a few questions and if someone has the chance to answer them I would be greatly appreciative. - If we wished to sponsor a feature request: + What is the process? + What project management can I expect? + Who do I speak to? - Is this the right forum to start discussions about phpGroupware's functionality and adaptibility to the pay-for service we are looking at offering? If not, where or with who can these discussions take place? As a company we believe in investing in open-source projects and the huge advantages in this. However: - Are there objections within the project team as to commercial apps sitting along-side open-source ones in the phpGroupware environment? Some partnerships with other businesses will not allow the source-code for particular newly developed modules to be open-source. Thanks for your time, I look forward to your posts and the possibility of assisting phpGroupware develop in the future. Thanks, Luke Malcolm ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102150&group_id=509 From MAILER-DAEMON Thu May 22 10:27:43 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.20) id 19Ir0g-0004PE-0Y for mharc-phpgroupware-tracker@gnu.org; Thu, 22 May 2003 10:25:34 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19Ir0e-0004Os-F5 for phpgroupware-tracker@gnu.org; Thu, 22 May 2003 10:25:32 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19Ir0c-0004OK-Ss for phpgroupware-tracker@gnu.org; Thu, 22 May 2003 10:25:31 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Ir0c-0004OE-MW for phpgroupware-tracker@gnu.org; Thu, 22 May 2003 10:25:30 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19Ir0m-0004DR-TX; Thu, 22 May 2003 10:25:40 -0400 To: dhouston@signagesolutions.com, noreply@savannah.gnu.org,phpgroupware-tracker@gnu.org From: noreply@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: patch X-Savannah-Artifact-ID: 1518 Message-Id: Sender: www-data Date: Thu, 22 May 2003 10:25:40 -0400 Subject: [Phpgroupware-tracker] [Patch #1518] Patch for bug 3728 -- function view_add_day() can't be found X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Thu, 22 May 2003 14:25:33 -0000 Patch #1518 has been updated. Project: Category: calendar Status: Open Summary: Patch for bug 3728 -- function view_add_day() can't be found Follow-Ups: Date: Thu 05/22/2003 at 14:25 By: dhouston Comment: I just remembered: When I did a fresh install of 9.16 from CVS a couple of weeks ago, the issue in the referenced bug did not present itself. I upgraded a 9.14.000 install this morning and the issue arose. Whether this is a result of the upgrade process (which seemed to go off without a hitch) or whether changes were made to the calendar files since my initial clean install I'm not sure. This patch appears to have solved the problem in the upgrade, at any rate. ------------------------------------------------------- ------------------------------------------------------- For more info, visit: http://savannah.gnu.org/patch/?func=detailpatch&patch_id=1518&group_id=509 From MAILER-DAEMON Thu May 22 10:36:33 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.20) id 19Ir4d-0006fV-FQ for mharc-phpgroupware-tracker@gnu.org; Thu, 22 May 2003 10:29:39 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19Ir2B-00055X-Uu for phpgroupware-tracker@gnu.org; Thu, 22 May 2003 10:27:07 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19Ir1P-0004gU-2o for phpgroupware-tracker@gnu.org; Thu, 22 May 2003 10:26:19 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Iqq6-0001on-NL for phpgroupware-tracker@gnu.org; Thu, 22 May 2003 10:14:38 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19IqqG-00016E-Rc; Thu, 22 May 2003 10:14:48 -0400 To: dhouston@signagesolutions.com, noreply@savannah.gnu.org,phpgroupware-tracker@gnu.org From: noreply@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: patch X-Savannah-Artifact-ID: 1518 Message-Id: Sender: www-data Date: Thu, 22 May 2003 10:14:48 -0400 Subject: [Phpgroupware-tracker] [Patch #1518] Patch for bug 3728 -- function view_add_day() can't be found X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Thu, 22 May 2003 14:29:36 -0000 Patch #1518 has been updated. Project: Category: calendar Status: Open Summary: Patch for bug 3728 -- function view_add_day() can't be found ------------------------------------------------------- For more info, visit: http://savannah.gnu.org/patch/?func=detailpatch&patch_id=1518&group_id=509 From MAILER-DAEMON Fri May 23 17:58:39 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.20) id 19JKWy-0004rx-Rq for mharc-phpgroupware-tracker@gnu.org; Fri, 23 May 2003 17:56:52 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19JKWM-0003Xv-Mr for phpgroupware-tracker@gnu.org; Fri, 23 May 2003 17:56:14 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19JKU4-0008Qu-7J for phpgroupware-tracker@gnu.org; Fri, 23 May 2003 17:53:53 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19JKSe-0007Rd-26 for phpgroupware-tracker@gnu.org; Fri, 23 May 2003 17:52:24 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19JKSn-0006WK-8b; Fri, 23 May 2003 17:52:33 -0400 To: guigui@gugux.net, noreply@savannah.gnu.org,phpgroupware-tracker@gnu.org From: noreply@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: patch X-Savannah-Artifact-ID: 1521 Message-Id: Sender: www-data Date: Fri, 23 May 2003 17:52:33 -0400 Subject: [Phpgroupware-tracker] [Patch #1521] New english and french files for phpgwapi X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Fri, 23 May 2003 21:56:51 -0000 Patch #1521 has been updated. Project: Category: Translation Status: Open Summary: New english and french files for phpgwapi ------------------------------------------------------- For more info, visit: http://savannah.gnu.org/patch/?func=detailpatch&patch_id=1521&group_id=509 From MAILER-DAEMON Fri May 23 17:58:51 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.20) id 19JKYR-0005dv-Qt for mharc-phpgroupware-tracker@gnu.org; Fri, 23 May 2003 17:58:23 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19JKXs-0005Fd-SN for phpgroupware-tracker@gnu.org; Fri, 23 May 2003 17:57:48 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19JKWt-0004eG-La for phpgroupware-tracker@gnu.org; Fri, 23 May 2003 17:56:48 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19JKTE-0007iX-OR for phpgroupware-tracker@gnu.org; Fri, 23 May 2003 17:53:00 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19JKTO-0006XI-Ju; Fri, 23 May 2003 17:53:10 -0400 To: guigui@gugux.net, noreply@savannah.gnu.org,phpgroupware-tracker@gnu.org From: noreply@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: patch X-Savannah-Artifact-ID: 1521 Message-Id: Sender: www-data Date: Fri, 23 May 2003 17:53:10 -0400 Subject: [Phpgroupware-tracker] [Patch #1521] New english and french files for phpgwapi for 0.9.16 branch X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Fri, 23 May 2003 21:58:21 -0000 Patch #1521 has been updated. Project: Category: Translation Status: Open Summary: New english and french files for phpgwapi for 0.9.16 branch ------------------------------------------------------- For more info, visit: http://savannah.gnu.org/patch/?func=detailpatch&patch_id=1521&group_id=509 From MAILER-DAEMON Fri May 23 18:11:07 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.20) id 19JKkT-0006jw-O1 for mharc-phpgroupware-tracker@gnu.org; Fri, 23 May 2003 18:10:49 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19JKiu-0006AA-Lu for phpgroupware-tracker@gnu.org; Fri, 23 May 2003 18:09:12 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19JKie-0005ro-WC for phpgroupware-tracker@gnu.org; Fri, 23 May 2003 18:08:57 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19JKgs-0004KT-Nr for phpgroupware-tracker@gnu.org; Fri, 23 May 2003 18:07:06 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19JKh2-0007PR-Q3; Fri, 23 May 2003 18:07:16 -0400 To: guigui@gugux.net, noreply@savannah.gnu.org,phpgroupware-tracker@gnu.org From: noreply@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: patch X-Savannah-Artifact-ID: 1522 Message-Id: Sender: www-data Date: Fri, 23 May 2003 18:07:16 -0400 Subject: [Phpgroupware-tracker] [Patch #1522] New english and french files for phpgwapi for head X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Fri, 23 May 2003 22:10:47 -0000 Patch #1522 has been updated. Project: Category: Translation Status: Open Summary: New english and french files for phpgwapi for head ------------------------------------------------------- For more info, visit: http://savannah.gnu.org/patch/?func=detailpatch&patch_id=1522&group_id=509 From MAILER-DAEMON Fri May 23 18:22:25 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.20) id 19JKvg-0005WL-95 for mharc-phpgroupware-tracker@gnu.org; Fri, 23 May 2003 18:22:24 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19JKuk-0004Z9-S6 for phpgroupware-tracker@gnu.org; Fri, 23 May 2003 18:21:26 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19JKtu-00047e-Sb for phpgroupware-tracker@gnu.org; Fri, 23 May 2003 18:20:35 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19JKoY-0001ck-D4 for phpgroupware-tracker@gnu.org; Fri, 23 May 2003 18:15:02 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19JKoZ-0007rD-O5; Fri, 23 May 2003 18:15:03 -0400 To: guigui@gugux.net, noreply@savannah.gnu.org,phpgroupware-tracker@gnu.org From: noreply@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: patch X-Savannah-Artifact-ID: 1522 Message-Id: Sender: www-data Date: Fri, 23 May 2003 18:15:03 -0400 Subject: [Phpgroupware-tracker] [Patch #1522] New english and french files for phpgwapi for head X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Fri, 23 May 2003 22:22:21 -0000 Patch #1522 has been updated. Project: Category: Translation Status: Open Summary: New english and french files for phpgwapi for head ------------------------------------------------------- For more info, visit: http://savannah.gnu.org/patch/?func=detailpatch&patch_id=1522&group_id=509 From MAILER-DAEMON Fri May 23 18:23:46 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.20) id 19JKpz-0002NP-7r for mharc-phpgroupware-tracker@gnu.org; Fri, 23 May 2003 18:16:31 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19JKpk-00025K-Hm for phpgroupware-tracker@gnu.org; Fri, 23 May 2003 18:16:16 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19JKpf-00020S-0b for phpgroupware-tracker@gnu.org; Fri, 23 May 2003 18:16:11 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19JKo5-0001Gz-R1 for phpgroupware-tracker@gnu.org; Fri, 23 May 2003 18:14:33 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19JKoF-0007oE-60; Fri, 23 May 2003 18:14:43 -0400 To: guigui@gugux.net, noreply@savannah.gnu.org,phpgroupware-tracker@gnu.org From: noreply@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: patch X-Savannah-Artifact-ID: 1521 Message-Id: Sender: www-data Date: Fri, 23 May 2003 18:14:43 -0400 Subject: [Phpgroupware-tracker] [Patch #1521] New english and french files for phpgwapi for 0.9.16 branch X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Fri, 23 May 2003 22:16:29 -0000 Patch #1521 has been updated. Project: Category: Translation Status: Open Summary: New english and french files for phpgwapi for 0.9.16 branch ------------------------------------------------------- For more info, visit: http://savannah.gnu.org/patch/?func=detailpatch&patch_id=1521&group_id=509 From MAILER-DAEMON Mon May 26 00:47:19 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.20) id 19K9tH-0000Bh-H0 for mharc-phpgroupware-tracker@gnu.org; Mon, 26 May 2003 00:47:19 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19K9tF-0008Tv-03 for phpgroupware-tracker@gnu.org; Mon, 26 May 2003 00:47:17 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19K9tC-0008L0-7y for phpgroupware-tracker@gnu.org; Mon, 26 May 2003 00:47:15 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19K9tC-0008KE-0C for phpgroupware-tracker@gnu.org; Mon, 26 May 2003 00:47:14 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19K9t5-0006xQ-HN; Mon, 26 May 2003 00:47:07 -0400 To: skurtn@yahoo.com, dave.hall@mbox.com.au, deltas@yahoo.com, savannah.gnu.org@lothe.org, dplu0@stmarys.twb.catholic.edu.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: support X-Savannah-Artifact-ID: 100863 Message-Id: Sender: www-data Date: Mon, 26 May 2003 00:47:07 -0400 Subject: [Phpgroupware-tracker] [ 100863 ] Email groups X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Mon, 26 May 2003 04:47:18 -0000 Support Request #100863, was updated on Mon 05/06/2002 at 04:05 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=100863&group_id=509 Category: Feature Request Status: Open Priority: 5 Summary: Email groups By: dplu0 Date: Mon 05/26/2003 at 00:47 Logged In: NO Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; PCUser) This is the feature I would most like to see added, and it is the most common question I am asked: "How do I set up a mailing group?" Thank you. David Plummer ---------------------------------------------------------------------- By: savannah.gnu.org Date: Wed 04/23/2003 at 08:44 Logged In: YES user_id=17944 Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.0.3705) Is there any chance email groups will find it's way into the upcoming release, 0.9.16? This would be really helpful to me, as I have not been able to find any good web based email applications for Linux that includes such functionality. Thank you very much for a great product! ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=100863&group_id=509 From MAILER-DAEMON Tue May 27 03:43:19 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.20) id 19KZ79-00034q-2i for mharc-phpgroupware-tracker@gnu.org; Tue, 27 May 2003 03:43:19 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19KZ77-00033I-8W for phpgroupware-tracker@gnu.org; Tue, 27 May 2003 03:43:17 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19KZ76-00032w-0f for phpgroupware-tracker@gnu.org; Tue, 27 May 2003 03:43:16 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19KZ75-00032q-QF for phpgroupware-tracker@gnu.org; Tue, 27 May 2003 03:43:15 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19KZ7G-0001w0-90; Tue, 27 May 2003 03:43:26 -0400 To: crazyghost@savannah.gnu.org,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: support X-Savannah-Artifact-ID: 102157 Message-Id: Sender: www-data Date: Tue, 27 May 2003 03:43:26 -0400 Subject: [Phpgroupware-tracker] [ 102157 ] bookmarks.html import X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Tue, 27 May 2003 07:43:18 -0000 Support Request #102157, was updated on Tue 05/27/2003 at 07:43 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102157&group_id=509 Category: Feature Request Status: Open Priority: 5 Summary: bookmarks.html import By: crazyghost Date: Tue 05/27/2003 at 07:43 Logged In: YES user_id=19426 Browser: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312 Hello It would be realy cool, if I could import a bookmarks.html from Mozilla or any other browser what supports these files... Best Regards Casper ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102157&group_id=509 From MAILER-DAEMON Tue May 27 06:14:40 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.20) id 19KbS2-00069G-Gh for mharc-phpgroupware-tracker@gnu.org; Tue, 27 May 2003 06:13:02 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19KbRf-00060L-8n for phpgroupware-tracker@gnu.org; Tue, 27 May 2003 06:12:39 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19KbPa-0005YI-Ox for phpgroupware-tracker@gnu.org; Tue, 27 May 2003 06:10:33 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19KbOC-0004al-4D for phpgroupware-tracker@gnu.org; Tue, 27 May 2003 06:09:04 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19KbOM-0005en-Ei; Tue, 27 May 2003 06:09:14 -0400 To: crazyghost@savannah.gnu.org,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: support X-Savannah-Artifact-ID: 102157 Message-Id: Sender: www-data Date: Tue, 27 May 2003 06:09:14 -0400 Subject: [Phpgroupware-tracker] [ 102157 ] bookmarks.html import X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Tue, 27 May 2003 10:13:00 -0000 Support Request #102157, was updated on Tue 05/27/2003 at 17:43 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102157&group_id=509 Category: Feature Request Status: Open Priority: 5 Summary: bookmarks.html import By: crazyghost Date: Tue 05/27/2003 at 17:43 Logged In: YES user_id=19426 Browser: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312 Hello It would be realy cool, if I could import a bookmarks.html from Mozilla or any other browser what supports these files... Best Regards Casper ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102157&group_id=509 From MAILER-DAEMON Wed May 28 05:12:03 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.20) id 19Kwy4-0007BV-FD for mharc-phpgroupware-tracker@gnu.org; Wed, 28 May 2003 05:11:32 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19Kwxw-00071o-SS for phpgroupware-tracker@gnu.org; Wed, 28 May 2003 05:11:24 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19Kwxj-0006t8-5M for phpgroupware-tracker@gnu.org; Wed, 28 May 2003 05:11:11 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Kwxg-0006rS-H3 for phpgroupware-tracker@gnu.org; Wed, 28 May 2003 05:11:08 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19Kwxi-0001rY-PB; Wed, 28 May 2003 05:11:10 -0400 To: jim.mcatear@goa.co.uk, dave.hall@mbox.com.au, scott.bailey@migranthelpline.org,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: support X-Savannah-Artifact-ID: 101593 Message-Id: Sender: www-data Date: Wed, 28 May 2003 05:11:11 -0400 Subject: [Phpgroupware-tracker] [ 101593 ] set tree view as default in bookmarks X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Wed, 28 May 2003 09:11:30 -0000 Support Request #101593, was updated on Tue 12/03/2002 at 14:47 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=101593&group_id=509 Category: Feature Request Status: Open Priority: 5 Summary: set tree view as default in bookmarks By: scott.bailey Date: Wed 05/28/2003 at 09:11 Logged In: YES user_id=19234 Browser: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0) Hello, Has there been any news on this? ---------------------------------------------------------------------- By: skwashd Date: Sat 12/07/2002 at 02:07 Logged In: YES user_id=2480 Browser: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1) Gecko/20020826 This is a feature request and has been marked as such. The request will be evaluated, and possibly included in the next (or later) release. ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=101593&group_id=509 From MAILER-DAEMON Fri May 30 12:22:37 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.20) id 19LmeK-0007u0-Rz for mharc-phpgroupware-tracker@gnu.org; Fri, 30 May 2003 12:22:36 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19LmbL-0006gl-8X for phpgroupware-tracker@gnu.org; Fri, 30 May 2003 12:19:31 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19LmZe-0005Zf-2y for phpgroupware-tracker@gnu.org; Fri, 30 May 2003 12:17:47 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19LmYM-0004t8-OM for phpgroupware-tracker@gnu.org; Fri, 30 May 2003 12:16:26 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19LmYX-0007Wk-JJ; Fri, 30 May 2003 12:16:37 -0400 To: mwhitehouse@laurierathletics.com,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: support X-Savannah-Artifact-ID: 102165 Message-Id: Sender: www-data Date: Fri, 30 May 2003 12:16:37 -0400 Subject: [Phpgroupware-tracker] [ 102165 ] debian problems X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Fri, 30 May 2003 16:22:35 -0000 Support Request #102165, was updated on Fri 05/30/2003 at 12:16 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102165&group_id=509 Category: Question - NOT BUG REPORT Status: Open Priority: 5 Summary: debian problems By: mwhitehouse Date: Fri 05/30/2003 at 12:16 Logged In: NO Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Hey, I am just trying to set-up this phpgroupware through debian. (ie I use apt-get to get the stable packages) I have looked through the HOWTO install & set-up on phpgroupware.org. I have followed those instruction minus the actual getting of the packages and installing. I can create the header.inc.php file and the manage* page detects PHP4 and Mysql (which is correct). When I login to the set-up, it takes a second or two and then gives me a page not found error. If I refresh I get the login page again. Since there is no actual error message, what are the possible problems? The HOWTO doc suggests that this a result of a database problem, but I would expect a connection error message. I have created a table in the db and given the login the correct permissions. I have also given the phpgroupware directory write access temporarily. Thanks ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102165&group_id=509 From MAILER-DAEMON Fri May 30 18:56:47 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.20) id 19LsnL-0008Or-I1 for mharc-phpgroupware-tracker@gnu.org; Fri, 30 May 2003 18:56:19 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19LsnG-0008Bg-IY for phpgroupware-tracker@gnu.org; Fri, 30 May 2003 18:56:14 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19Lsn3-0007Xt-1R for phpgroupware-tracker@gnu.org; Fri, 30 May 2003 18:56:01 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Lsmc-0007NR-8b for phpgroupware-tracker@gnu.org; Fri, 30 May 2003 18:55:34 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19Lsmj-0004gD-K0; Fri, 30 May 2003 18:55:41 -0400 To: mwhitehouse@laurierathletics.com, dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: support X-Savannah-Artifact-ID: 102165 Message-Id: Sender: www-data Date: Fri, 30 May 2003 18:55:41 -0400 Subject: [Phpgroupware-tracker] [ 102165 ] debian problems X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Fri, 30 May 2003 22:56:17 -0000 Support Request #102165, was updated on Sat 05/31/2003 at 02:16 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102165&group_id=509 Category: Question - NOT BUG REPORT Status: Open Priority: 5 Summary: debian problems By: skwashd Date: Sat 05/31/2003 at 08:55 Logged In: YES user_id=2480 Browser: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1) Gecko/20020826 The debs are out of date and broken. Please use a tarball from https://phpgroupware.org/downloads ---------------------------------------------------------------------- By: mwhitehouse Date: Sat 05/31/2003 at 02:16 Logged In: NO Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Hey, I am just trying to set-up this phpgroupware through debian. (ie I use apt-get to get the stable packages) I have looked through the HOWTO install & set-up on phpgroupware.org. I have followed those instruction minus the actual getting of the packages and installing. I can create the header.inc.php file and the manage* page detects PHP4 and Mysql (which is correct). When I login to the set-up, it takes a second or two and then gives me a page not found error. If I refresh I get the login page again. Since there is no actual error message, what are the possible problems? The HOWTO doc suggests that this a result of a database problem, but I would expect a connection error message. I have created a table in the db and given the login the correct permissions. I have also given the phpgroupware directory write access temporarily. Thanks ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102165&group_id=509 From MAILER-DAEMON Sat May 31 13:36:08 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.20) id 19MAG7-0002Cm-QQ for mharc-phpgroupware-tracker@gnu.org; Sat, 31 May 2003 13:35:11 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19MAFN-0000MS-AR for phpgroupware-tracker@gnu.org; Sat, 31 May 2003 13:34:25 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19MAFH-0000Hx-H0 for phpgroupware-tracker@gnu.org; Sat, 31 May 2003 13:34:20 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19MAFA-00008x-Dd for phpgroupware-tracker@gnu.org; Sat, 31 May 2003 13:34:12 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19MAFK-0004Kx-VK; Sat, 31 May 2003 13:34:22 -0400 To: newby@nobletec.com,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: support X-Savannah-Artifact-ID: 102167 Message-Id: Sender: www-data Date: Sat, 31 May 2003 13:34:22 -0400 Subject: [Phpgroupware-tracker] [ 102167 ] Cal: Support Dynamic Group Membership X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sat, 31 May 2003 17:35:10 -0000 Support Request #102167, was updated on Sat 05/31/2003 at 13:34 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102167&group_id=509 Category: Feature Request Status: Open Priority: 5 Summary: Cal: Support Dynamic Group Membership By: newby Date: Sat 05/31/2003 at 13:34 Logged In: NO Browser: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826 phpGroupWare version 0.9.14.003 Current Behavior: o Create a new event (e.g. Staff Meeting) and select a group (e.g. Staff Members) as the participant. o Post the event. - All current members of the group see the event on their calendar. o Now add a new user and assign that user to the above group. - When the new user logs in, they will NOT see the group event on their calendar. The only work-around I've found for this is for the person who posted the event to edit the event, reselect the group(s) (this unselects the individual participants), and save the changes. This is impractical when overall group memberships change regularly, especially when you have a lot of recurring events that affect the group(s). Desired Behavior: o Create new event, select group participant. o Post. - Anyone who logs in and belongs to that group sees the event. o Create new user, add them to the group. - When new user logs in, they see all the group events on their calendar. Group membership should be evaluated during the user session, rather than cast when the event is posted. Thanks! ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102167&group_id=509 From MAILER-DAEMON Sat May 31 13:42:16 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.20) id 19MAMy-0004FF-4o for mharc-phpgroupware-tracker@gnu.org; Sat, 31 May 2003 13:42:16 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19MAMv-0004A1-M1 for phpgroupware-tracker@gnu.org; Sat, 31 May 2003 13:42:13 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19MAMt-000470-Kt for phpgroupware-tracker@gnu.org; Sat, 31 May 2003 13:42:12 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19MAMt-00046M-Bt for phpgroupware-tracker@gnu.org; Sat, 31 May 2003 13:42:11 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19MAN4-0004aH-71; Sat, 31 May 2003 13:42:22 -0400 To: asric@asric.com,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: support X-Savannah-Artifact-ID: 102113 Message-Id: Sender: www-data Date: Sat, 31 May 2003 13:42:22 -0400 Subject: [Phpgroupware-tracker] [ 102113 ] Field accessability in Calendar X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sat, 31 May 2003 17:42:14 -0000 Support Request #102113, was updated on Sat 05/10/2003 at 02:32 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102113&group_id=509 Category: Feature Request Status: Open Priority: 5 Summary: Field accessability in Calendar By: asric Date: Sat 05/10/2003 at 02:32 Logged In: NO Browser: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030506 I am working on a plugin for phpGroupware, and one of the "features" is the ability to schedule appointments with people stored in another database. The requirement is that the title and the description fields are pre-filled in, with the user being able to modify them. Right now, the only way that I have been able to get this functionality is by hacking the calendar source. I have included the changes that I made, compared to the version in CVS: Index: inc/class.uicalendar.inc.php =================================================================== RCS file: /cvsroot/phpgroupware/calendar/inc/class.uicalendar.inc.php,v retrieving revision 1.66.2.56 diff -r1.66.2.56 class.uicalendar.inc.php 1132,1133c1132,1133 < $this->bo->set_title(''); < $this->bo->set_description(''); --- > $this->bo->set_title(isset($GLOBALS['HTTP_GET_VARS']['title'])?$GLOBALS['HTTP_GET_VARS']['title']:""); > $this->bo->set_description(isset($GLOBALS['HTTP_GET_VARS']['descr'])?$GLOBALS['HTTP_GET_VARS']['descr']:""); ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102113&group_id=509 From MAILER-DAEMON Sat May 31 13:45:37 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.20) id 19MAPE-0007X9-0a for mharc-phpgroupware-tracker@gnu.org; Sat, 31 May 2003 13:44:36 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19MAO5-0006zY-8e for phpgroupware-tracker@gnu.org; Sat, 31 May 2003 13:43:25 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19MANi-0005pP-GP for phpgroupware-tracker@gnu.org; Sat, 31 May 2003 13:43:07 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19MANg-0005ih-56 for phpgroupware-tracker@gnu.org; Sat, 31 May 2003 13:43:00 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19MANr-0004bY-0v; Sat, 31 May 2003 13:43:11 -0400 To: mvraaij@savannah.gnu.org,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: support X-Savannah-Artifact-ID: 102118 Message-Id: Sender: www-data Date: Sat, 31 May 2003 13:43:11 -0400 Subject: [Phpgroupware-tracker] [ 102118 ] more flexible calender repeat X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sat, 31 May 2003 17:44:34 -0000 Support Request #102118, was updated on Mon 05/12/2003 at 11:55 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102118&group_id=509 Category: Feature Request Status: Open Priority: 5 Summary: more flexible calender repeat By: mvraaij Date: Mon 05/12/2003 at 11:55 Logged In: YES user_id=17703 Browser: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030511 Mozilla Firebird/0.6 Our users of the calender have the need for a more flexible repeat function in the calender. Now it is daily, weekly etc.. Maybe it's nice to implement a bi-weekly option or a user defined. ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102118&group_id=509 From MAILER-DAEMON Sat May 31 13:46:23 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.20) id 19MAQY-0000ZX-NQ for mharc-phpgroupware-tracker@gnu.org; Sat, 31 May 2003 13:45:58 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19MAQV-0000U1-AU for phpgroupware-tracker@gnu.org; Sat, 31 May 2003 13:45:55 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19MAQN-0000Bm-A3 for phpgroupware-tracker@gnu.org; Sat, 31 May 2003 13:45:47 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19MAON-00074C-Ml for phpgroupware-tracker@gnu.org; Sat, 31 May 2003 13:43:43 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19MAOY-0004cu-HH; Sat, 31 May 2003 13:43:54 -0400 To: newby@nobletec.com,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: support X-Savannah-Artifact-ID: 102167 Message-Id: Sender: www-data Date: Sat, 31 May 2003 13:43:54 -0400 Subject: [Phpgroupware-tracker] [ 102167 ] Cal: Support Dynamic Group Membership X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sat, 31 May 2003 17:45:57 -0000 Support Request #102167, was updated on Sat 05/31/2003 at 19:34 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102167&group_id=509 Category: Feature Request Status: Open Priority: 5 Summary: Cal: Support Dynamic Group Membership By: newby Date: Sat 05/31/2003 at 19:34 Logged In: NO Browser: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826 phpGroupWare version 0.9.14.003 Current Behavior: o Create a new event (e.g. Staff Meeting) and select a group (e.g. Staff Members) as the participant. o Post the event. - All current members of the group see the event on their calendar. o Now add a new user and assign that user to the above group. - When the new user logs in, they will NOT see the group event on their calendar. The only work-around I've found for this is for the person who posted the event to edit the event, reselect the group(s) (this unselects the individual participants), and save the changes. This is impractical when overall group memberships change regularly, especially when you have a lot of recurring events that affect the group(s). Desired Behavior: o Create new event, select group participant. o Post. - Anyone who logs in and belongs to that group sees the event. o Create new user, add them to the group. - When new user logs in, they see all the group events on their calendar. Group membership should be evaluated during the user session, rather than cast when the event is posted. Thanks! ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102167&group_id=509 From MAILER-DAEMON Sat May 31 13:47:28 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.20) id 19MART-0001ym-5a for mharc-phpgroupware-tracker@gnu.org; Sat, 31 May 2003 13:46:55 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19MARL-0001Y0-5u for phpgroupware-tracker@gnu.org; Sat, 31 May 2003 13:46:47 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19MAQy-0000zn-JY for phpgroupware-tracker@gnu.org; Sat, 31 May 2003 13:46:26 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19MAQv-0000rn-2H for phpgroupware-tracker@gnu.org; Sat, 31 May 2003 13:46:21 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19MAR4-0004jE-F1; Sat, 31 May 2003 13:46:30 -0400 To: deltas@yahoo.com, dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: support X-Savannah-Artifact-ID: 101582 Message-Id: Sender: www-data Date: Sat, 31 May 2003 13:46:30 -0400 Subject: [Phpgroupware-tracker] [ 101582 ] Calendar Planner by User and Day View X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sat, 31 May 2003 17:46:51 -0000 Support Request #101582, was updated on Fri 11/29/2002 at 19:44 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=101582&group_id=509 Category: Feature Request Status: Open Priority: 5 Summary: Calendar Planner by User and Day View By: skwashd Date: Mon 12/09/2002 at 01:43 Logged In: YES user_id=2480 Browser: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1) Gecko/20020826 This is a feature request and has been marked as such. The request will be evaluated, and possibly included in the next (or later) release. ---------------------------------------------------------------------- By: deltas Date: Fri 11/29/2002 at 19:44 Logged In: NO Browser: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 I do not know if it's a bug or I'm asking for something new but here it goes:) I set the Calendar for Planner View by user and select 2 month interval; next time I log in, it's back to one month Is it possible to hold this setting? What I'm really looking for is a sliding month/week view. ie. if today is Nov29'02, the monthly sliding view would have days from Monday Nov25 to Sunday Dec 29. Sowing % of day booked on the second line instead of someone's head, will be excellent :) Same thing can be done for the "monthly" and weekly view,also. This will eliminate the frustration of having to "flip" the calendar (as in wall calendar) page.; I never liked that unless the "featured" picture of the next month was better than the current month:) Also, I'd suggest that when one clicks on a day, instead of the event entry screen, the daily view should pop up so that one can chose where to squeeze a new event. The way calendar works now, you have to go to the daily view, select the month at the bottom, select the day of the month before you can view the day. We should be able in any (conventional or sliding) weekly, monthly, Planner view when we click on a day to take us to the daily view; That's what happens now when one clicks on a day on the summarized months display. Thank you, I'm not asking for much, do I? Demetrio ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=101582&group_id=509 From MAILER-DAEMON Sat May 31 13:48:53 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.20) id 19MAT4-0005LH-HS for mharc-phpgroupware-tracker@gnu.org; Sat, 31 May 2003 13:48:34 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19MASl-0004vE-7M for phpgroupware-tracker@gnu.org; Sat, 31 May 2003 13:48:15 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19MASa-0004F7-Jg for phpgroupware-tracker@gnu.org; Sat, 31 May 2003 13:48:09 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19MASH-0003b6-UG for phpgroupware-tracker@gnu.org; Sat, 31 May 2003 13:47:45 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19MASS-0004ku-D4; Sat, 31 May 2003 13:47:56 -0400 To: eric@runtime-collective.com,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: support X-Savannah-Artifact-ID: 102037 Message-Id: Sender: www-data Date: Sat, 31 May 2003 13:47:56 -0400 Subject: [Phpgroupware-tracker] [ 102037 ] Edit Series in Calendar X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sat, 31 May 2003 17:48:33 -0000 Support Request #102037, was updated on Wed 04/09/2003 at 17:47 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102037&group_id=509 Category: Feature Request Status: Open Priority: 5 Summary: Edit Series in Calendar By: eric Date: Wed 04/09/2003 at 17:47 Logged In: NO Browser: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020615 Debian/1.0.0-3 When editing a series appointment in a calendar, a useful new option is to allow the user to specify whether they want to update all appiontments in the series or all future appointments only. Sometimes a weekly meeting gets rescheduled to a different time for all future occurrences and this should not change all past occurrences, which actually took place at the old scheduled time. ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102037&group_id=509 From MAILER-DAEMON Sat May 31 18:13:52 2003 Received: from list by monty-python.gnu.org with archive (Exim 4.20) id 19MEbo-0003sg-PI for mharc-phpgroupware-tracker@gnu.org; Sat, 31 May 2003 18:13:52 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19MEbm-0003oe-VI for phpgroupware-tracker@gnu.org; Sat, 31 May 2003 18:13:50 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19MEbl-0003kh-Ee for phpgroupware-tracker@gnu.org; Sat, 31 May 2003 18:13:50 -0400 Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19MEbl-0003jm-2M for phpgroupware-tracker@gnu.org; Sat, 31 May 2003 18:13:49 -0400 Received: from www-data by subversions.gnu.org with local (Exim 4.20) id 19MEbu-0004ww-Rs; Sat, 31 May 2003 18:13:58 -0400 To: mvraaij@savannah.gnu.org, dave.hall@mbox.com.au,phpgroupware-tracker@gnu.org From: nobody@savannah.gnu.org X-Savannah-Project: phpgroupware X-Savannah-Artifact: support X-Savannah-Artifact-ID: 102118 Message-Id: Sender: www-data Date: Sat, 31 May 2003 18:13:58 -0400 Subject: [Phpgroupware-tracker] [ 102118 ] more flexible calender repeat X-BeenThere: phpgroupware-tracker@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , X-List-Received-Date: Sat, 31 May 2003 22:13:51 -0000 Support Request #102118, was updated on Mon 05/12/2003 at 19:55 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102118&group_id=509 Category: Feature Request Status: Closed Priority: 5 Summary: more flexible calender repeat By: skwashd Date: Sun 06/01/2003 at 08:13 Logged In: YES user_id=2480 Browser: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1) Gecko/20020826 Bi weekly, Bi monthly, even bi annual is already possible. There is a field interval. Example for every 2nd Sunday Enter the event details Select repeat type - weekly Optionally Chose an End Date for the repeat (at least 2 weeks after the event start date) Select Repeat Day - Sunday Enter Interval - 2 (for every 2nd) Add the event You should now see the event listed for every second sunday. ---------------------------------------------------------------------- By: mvraaij Date: Mon 05/12/2003 at 19:55 Logged In: YES user_id=17703 Browser: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030511 Mozilla Firebird/0.6 Our users of the calender have the need for a more flexible repeat function in the calender. Now it is daily, weekly etc.. Maybe it's nice to implement a bi-weekly option or a user defined. ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102118&group_id=509