From bugs@bugs.horde.org Mon Feb 12 17:24:33 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Mon, 12 Feb 2001 13:24:33 -0400 Subject: [Bug 615] New - Horde test.php3 warning. Message-ID: <200102121724.NAA00938@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=615 *** shadow/615 Mon Feb 12 13:24:33 2001 --- shadow/615.tmp.934 Mon Feb 12 13:24:33 2001 *************** *** 0 **** --- 1,40 ---- + Bug#: 615 + Product: Horde + Version: 2.3 Unstable + Platform: other + OS/Version: Solaris + Status: NEW + Resolution: + Severity: critical + Priority: P2 + Component: Core + Area: BUILD + AssignedTo: chuck@horde.org + ReportedBy: ccabanas@engineer.com + URL: + Cc: ccabanas@engineer.com + Summary: Horde test.php3 warning. + + I have installed horde 1.2.3 and the first page is good, but when I select + Click here to test PHPLIB for Horde on the test.php3 appear: + + Warning: Undefined variable: id_ in /usr/local/apache/php/ct_ldap.inc on line 59 + Reload this page to see the counters increment. + Go back to the test.php3 page. + View the output of phpinfo(). + + Per Session Data: 1 + Session ID: f276f408c14ee14983142ad821fe5076 + If this page works correctly, then you have a correctly configured HordeSession + class. You should be done with PHPLIB setup. + Warning: Undefined variable: id_ in /usr/local/apache/php/ct_ldap.inc on line 41 + + Warning: Undefined variable: id_ in /usr/local/apache/php/ct_ldap.inc on line 43 + + Warning: LDAP: add operation could not be completed. + in /usr/local/apache/php/ct_ldap.inc on line 48 + Session_ldap failed: LDAP add failed + + + do you know why? + Please help me. From bugs@bugs.horde.org Mon Feb 12 18:06:24 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Mon, 12 Feb 2001 14:06:24 -0400 Subject: [Bug 615] Changed - Horde test.php3 warning. Message-ID: <200102121806.OAA03282@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=615 *** shadow/615 Mon Feb 12 13:24:33 2001 --- shadow/615.tmp.3278 Mon Feb 12 14:06:24 2001 *************** *** 1,6 **** Bug#: 615 Product: Horde ! Version: 2.3 Unstable Platform: other OS/Version: Solaris Status: NEW --- 1,6 ---- Bug#: 615 Product: Horde ! Version: 2.2 Stable Platform: other OS/Version: Solaris Status: NEW *************** *** 9,15 **** Priority: P2 Component: Core Area: BUILD ! AssignedTo: chuck@horde.org ReportedBy: ccabanas@engineer.com URL: Cc: ccabanas@engineer.com --- 9,15 ---- Priority: P2 Component: Core Area: BUILD ! AssignedTo: bjn@horde.org ReportedBy: ccabanas@engineer.com URL: Cc: ccabanas@engineer.com From bugs@bugs.horde.org Mon Feb 12 22:37:43 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Mon, 12 Feb 2001 18:37:43 -0400 Subject: [Bug 616] New - links missing common operators Message-ID: <200102122237.SAA17973@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=616 *** shadow/616 Mon Feb 12 18:37:43 2001 --- shadow/616.tmp.17969 Mon Feb 12 18:37:43 2001 *************** *** 0 **** --- 1,32 ---- + Bug#: 616 + Product: Horde + Version: 2.2 Stable + Platform: PHP Code + OS/Version: All + Status: NEW + Resolution: + Severity: normal + Priority: P2 + Component: IMP + Area: BUILD + AssignedTo: chuck@horde.org + ReportedBy: bill@parducci.net + URL: + Summary: links missing common operators + + the routine used to generate hot links in e-mail messages does not handle + URL strings with common operators properly. for instance, mail the following url + to yourself: + + http://whois.nic.or.kr/cgi-bin/newwhois.cgi?VALUE=216.244.174.242&TYPE=++ + + note that the '++' at the end is not included in the link. + + a *quick look* makes me think the culprit is here in the replace: + + $tmsg = preg_replace('|(\w+)://([^\s"<]*)([\w#?/&=])|', '\1://\2\3', $tmsg); + + (imp/message.php3" line 113) + + b From bugs@bugs.horde.org Mon Feb 12 23:02:36 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Mon, 12 Feb 2001 19:02:36 -0400 Subject: [Bug 602] Changed - IMP errors with MySQL 3.23.32 Message-ID: <200102122302.TAA19480@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=602 *** shadow/602 Wed Jan 31 19:38:22 2001 --- shadow/602.tmp.19476 Mon Feb 12 19:02:36 2001 *************** *** 3,9 **** Version: 2.2 Stable Platform: MSIE 5 OS/Version: FreeBSD ! Status: CLOSED Resolution: INVALID Severity: normal Priority: P2 --- 3,9 ---- Version: 2.2 Stable Platform: MSIE 5 OS/Version: FreeBSD ! Status: REOPENED Resolution: INVALID Severity: normal Priority: P2 *************** *** 153,155 **** --- 153,158 ---- http://www.horde.org/imp/ IMP does use phplib, therefore it may be an IMP 2.2.3 issue. + + ------- Additional Comments From craig@esad.com 02/12/01 19:02 ------- + I got the same problem with 2.2.4 ... the patch didn't fix all of the errors. From bugs@bugs.horde.org Mon Feb 12 23:20:25 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Mon, 12 Feb 2001 19:20:25 -0400 Subject: [Bug 602] Changed - IMP errors with MySQL 3.23.32 Message-ID: <200102122320.TAA20495@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=602 *** shadow/602 Mon Feb 12 19:02:36 2001 --- shadow/602.tmp.20491 Mon Feb 12 19:20:25 2001 *************** *** 156,158 **** --- 156,161 ---- ------- Additional Comments From craig@esad.com 02/12/01 19:02 ------- I got the same problem with 2.2.4 ... the patch didn't fix all of the errors. + + ------- Additional Comments From chuck@horde.org 02/12/01 19:20 ------- + and we're supposed to magically know what's still wrong? From bugs@bugs.horde.org Mon Feb 12 23:36:22 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Mon, 12 Feb 2001 19:36:22 -0400 Subject: [Bug 616] Changed - links missing common operators Message-ID: <200102122336.TAA21351@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=616 *** shadow/616 Mon Feb 12 18:37:43 2001 --- shadow/616.tmp.21347 Mon Feb 12 19:36:22 2001 *************** *** 9,15 **** Priority: P2 Component: IMP Area: BUILD ! AssignedTo: chuck@horde.org ReportedBy: bill@parducci.net URL: Summary: links missing common operators --- 9,15 ---- Priority: P2 Component: IMP Area: BUILD ! AssignedTo: bjn@horde.org ReportedBy: bill@parducci.net URL: Summary: links missing common operators From bugs@bugs.horde.org Tue Feb 13 08:54:25 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Tue, 13 Feb 2001 04:54:25 -0400 Subject: [Bug 602] Changed - IMP errors with MySQL 3.23.32 Message-ID: <200102130854.EAA19806@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=602 *** shadow/602 Mon Feb 12 19:20:25 2001 --- shadow/602.tmp.19802 Tue Feb 13 04:54:25 2001 *************** *** 159,161 **** --- 159,165 ---- ------- Additional Comments From chuck@horde.org 02/12/01 19:20 ------- and we're supposed to magically know what's still wrong? + + ------- Additional Comments From dean@odyssey.apana.org.au 02/13/01 04:54 ------- + The revised patch I did has only been tested on 2.2.3. + 2.2.4 may need further patching, if you're volunteering... From bugs@bugs.horde.org Tue Feb 13 19:12:20 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Tue, 13 Feb 2001 15:12:20 -0400 Subject: [Bug 617] New - Large attachments fail ungracefully on attempt to bind Message-ID: <200102131912.PAA21180@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=617 *** shadow/617 Tue Feb 13 15:12:20 2001 --- shadow/617.tmp.21176 Tue Feb 13 15:12:20 2001 *************** *** 0 **** --- 1,28 ---- + Bug#: 617 + Product: Horde + Version: 2.2 Stable + Platform: Mozilla 5.x + OS/Version: Linux + Status: NEW + Resolution: + Severity: normal + Priority: P2 + Component: IMP + Area: BUILD + AssignedTo: chuck@horde.org + ReportedBy: don@astro.cornell.edu + URL: + Summary: Large attachments fail ungracefully on attempt to bind + + An attempt to attach a file of size 2 megabytes produces an error + message, "attachments_size undefined at line 921 of compose.php3" and + loss of the already composed text in the form. I haven't traced the code + to the original failure point, but attachments_size is not set just prior to + that point if a total_size of 0 is returned, apparently from a prior failure + to effect the transfer. + + Configurable limits on maximal size of attachments is probably a good + addition, but certainly a failure should be graceful. + + However, the product is otherwise wonderfully robust, extremely well + implemented, and an absolute joy to use. Cheers to you all! From bugs@bugs.horde.org Tue Feb 13 19:54:32 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Tue, 13 Feb 2001 15:54:32 -0400 Subject: [Bug 617] Changed - Large attachments fail ungracefully on attempt to bind Message-ID: <200102131954.PAA23507@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=617 *** shadow/617 Tue Feb 13 15:12:20 2001 --- shadow/617.tmp.23503 Tue Feb 13 15:54:32 2001 *************** *** 9,15 **** Priority: P2 Component: IMP Area: BUILD ! AssignedTo: chuck@horde.org ReportedBy: don@astro.cornell.edu URL: Summary: Large attachments fail ungracefully on attempt to bind --- 9,15 ---- Priority: P2 Component: IMP Area: BUILD ! AssignedTo: bjn@horde.org ReportedBy: don@astro.cornell.edu URL: Summary: Large attachments fail ungracefully on attempt to bind From bugs@bugs.horde.org Thu Feb 15 22:09:29 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Thu, 15 Feb 2001 18:09:29 -0400 Subject: [Bug 602] Changed - IMP errors with MySQL 3.23.32 Message-ID: <200102152209.SAA31066@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=602 From bugs@bugs.horde.org Thu Feb 15 23:37:21 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Thu, 15 Feb 2001 19:37:21 -0400 Subject: [Bug 602] Changed - IMP errors with MySQL 3.23.32 Message-ID: <200102152337.TAA03545@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=602 From bugs@bugs.horde.org Fri Feb 16 17:39:18 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Fri, 16 Feb 2001 13:39:18 -0400 Subject: [Bug 618] New - Warning: Unable to find DBA identifier 0 Message-ID: <200102161739.NAA02495@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=618 From bugs@bugs.horde.org Fri Feb 16 18:16:12 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Fri, 16 Feb 2001 14:16:12 -0400 Subject: [Bug 618] Changed - Warning: Unable to find DBA identifier 0 Message-ID: <200102161816.OAA04722@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=618 From bugs@bugs.horde.org Sat Feb 17 01:19:29 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Fri, 16 Feb 2001 21:19:29 -0400 Subject: [Bug 619] New - Sending Attachments Message-ID: <200102170119.VAA28604@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=619 From bugs@bugs.horde.org Sat Feb 17 14:43:01 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sat, 17 Feb 2001 10:43:01 -0400 Subject: [Bug 619] Changed - Sending Attachments Message-ID: <200102171443.KAA09184@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=619 From bugs@bugs.horde.org Sat Feb 17 14:43:14 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sat, 17 Feb 2001 10:43:14 -0400 Subject: [Bug 619] Changed - Sending Attachments Message-ID: <200102171443.KAA09218@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=619 From bugs@bugs.horde.org Sat Feb 17 14:43:22 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sat, 17 Feb 2001 10:43:22 -0400 Subject: [Bug 619] Changed - Sending Attachments Message-ID: <200102171443.KAA09231@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=619 From bugs@bugs.horde.org Sat Feb 17 15:12:18 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sat, 17 Feb 2001 11:12:18 -0400 Subject: [Bug 615] Changed - Horde test.php3 warning. Message-ID: <200102171512.LAA11014@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=615 From bugs@bugs.horde.org Sat Feb 17 15:13:00 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sat, 17 Feb 2001 11:13:00 -0400 Subject: [Bug 615] Changed - ct_ldap.inc Undefined variable: id_ warnings Message-ID: <200102171513.LAA11030@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=615 From bugs@bugs.horde.org Sat Feb 17 15:29:55 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sat, 17 Feb 2001 11:29:55 -0400 Subject: [Bug 616] Changed - links missing common operators Message-ID: <200102171529.LAA11934@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=616 From bugs@bugs.horde.org Sat Feb 17 15:54:01 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sat, 17 Feb 2001 11:54:01 -0400 Subject: [Bug 617] Changed - Large attachments fail ungracefully on attempt to bind Message-ID: <200102171554.LAA13327@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=617 From bugs@bugs.horde.org Sat Feb 17 16:41:36 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sat, 17 Feb 2001 12:41:36 -0400 Subject: [Bug 618] Changed - Warning: Unable to find DBA identifier 0 Message-ID: <200102171641.MAA16036@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=618 From bugs@bugs.horde.org Sat Feb 17 16:41:22 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sat, 17 Feb 2001 12:41:22 -0400 Subject: [Bug 618] Changed - Warning: Unable to find DBA identifier 0 Message-ID: <200102171641.MAA16024@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=618 From bugs@bugs.horde.org Sat Feb 17 16:41:55 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sat, 17 Feb 2001 12:41:55 -0400 Subject: [Bug 618] Changed - Warning: Unable to find DBA identifier 0 Message-ID: <200102171641.MAA16055@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=618 From bugs@bugs.horde.org Sat Feb 17 18:10:53 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sat, 17 Feb 2001 14:10:53 -0400 Subject: [Bug 616] Changed - links missing common operators Message-ID: <200102171810.OAA21205@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=616 From bugs@bugs.horde.org Sat Feb 17 18:11:01 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sat, 17 Feb 2001 14:11:01 -0400 Subject: [Bug 616] Changed - links missing common operators Message-ID: <200102171811.OAA21241@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=616 From bugs@bugs.horde.org Sat Feb 17 18:27:42 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sat, 17 Feb 2001 14:27:42 -0400 Subject: [Bug 459] Changed - Temporary zip attachments not deleted from /tmp Message-ID: <200102171827.OAA22002@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=459 From bugs@bugs.horde.org Sat Feb 17 20:08:56 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sat, 17 Feb 2001 16:08:56 -0400 Subject: [Bug 610] Changed - Newline after URL in messages Message-ID: <200102172008.QAA27709@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=610 From bugs@bugs.horde.org Sat Feb 17 20:09:05 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sat, 17 Feb 2001 16:09:05 -0400 Subject: [Bug 610] Changed - Newline after URL in messages Message-ID: <200102172009.QAA27821@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=610 From bugs@bugs.horde.org Sat Feb 17 20:33:24 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sat, 17 Feb 2001 16:33:24 -0400 Subject: [Bug 611] Changed - mime type problem while attaching file in compose.php3 Message-ID: <200102172033.QAA29105@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=611 From bugs@bugs.horde.org Sun Feb 18 04:32:11 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sun, 18 Feb 2001 00:32:11 -0400 Subject: [Bug 587] Changed - Corrector orthography Message-ID: <200102180432.AAA23617@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=587 From bugs@bugs.horde.org Sun Feb 18 04:32:20 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sun, 18 Feb 2001 00:32:20 -0400 Subject: [Bug 587] Changed - Corrector orthography Message-ID: <200102180432.AAA23630@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=587 From bugs@bugs.horde.org Sun Feb 18 04:47:39 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sun, 18 Feb 2001 00:47:39 -0400 Subject: [Bug 599] Changed - Parse error in phplib/session.inc in function thaw Message-ID: <200102180447.AAA24428@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=599 From bugs@bugs.horde.org Mon Feb 12 17:24:33 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Mon, 12 Feb 2001 13:24:33 -0400 Subject: [Bug 615] New - Horde test.php3 warning. Message-ID: <200102121724.NAA00938@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=615 *** shadow/615 Mon Feb 12 13:24:33 2001 --- shadow/615.tmp.934 Mon Feb 12 13:24:33 2001 *************** *** 0 **** --- 1,40 ---- + Bug#: 615 + Product: Horde + Version: 2.3 Unstable + Platform: other + OS/Version: Solaris + Status: NEW + Resolution: + Severity: critical + Priority: P2 + Component: Core + Area: BUILD + AssignedTo: chuck@horde.org + ReportedBy: ccabanas@engineer.com + URL: + Cc: ccabanas@engineer.com + Summary: Horde test.php3 warning. + + I have installed horde 1.2.3 and the first page is good, but when I select + Click here to test PHPLIB for Horde on the test.php3 appear: + + Warning: Undefined variable: id_ in /usr/local/apache/php/ct_ldap.inc on line 59 + Reload this page to see the counters increment. + Go back to the test.php3 page. + View the output of phpinfo(). + + Per Session Data: 1 + Session ID: f276f408c14ee14983142ad821fe5076 + If this page works correctly, then you have a correctly configured HordeSession + class. You should be done with PHPLIB setup. + Warning: Undefined variable: id_ in /usr/local/apache/php/ct_ldap.inc on line 41 + + Warning: Undefined variable: id_ in /usr/local/apache/php/ct_ldap.inc on line 43 + + Warning: LDAP: add operation could not be completed. + in /usr/local/apache/php/ct_ldap.inc on line 48 + Session_ldap failed: LDAP add failed + + + do you know why? + Please help me. From bugs@bugs.horde.org Mon Feb 12 18:06:24 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Mon, 12 Feb 2001 14:06:24 -0400 Subject: [Bug 615] Changed - Horde test.php3 warning. Message-ID: <200102121806.OAA03282@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=615 *** shadow/615 Mon Feb 12 13:24:33 2001 --- shadow/615.tmp.3278 Mon Feb 12 14:06:24 2001 *************** *** 1,6 **** Bug#: 615 Product: Horde ! Version: 2.3 Unstable Platform: other OS/Version: Solaris Status: NEW --- 1,6 ---- Bug#: 615 Product: Horde ! Version: 2.2 Stable Platform: other OS/Version: Solaris Status: NEW *************** *** 9,15 **** Priority: P2 Component: Core Area: BUILD ! AssignedTo: chuck@horde.org ReportedBy: ccabanas@engineer.com URL: Cc: ccabanas@engineer.com --- 9,15 ---- Priority: P2 Component: Core Area: BUILD ! AssignedTo: bjn@horde.org ReportedBy: ccabanas@engineer.com URL: Cc: ccabanas@engineer.com From bugs@bugs.horde.org Mon Feb 12 22:37:43 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Mon, 12 Feb 2001 18:37:43 -0400 Subject: [Bug 616] New - links missing common operators Message-ID: <200102122237.SAA17973@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=616 *** shadow/616 Mon Feb 12 18:37:43 2001 --- shadow/616.tmp.17969 Mon Feb 12 18:37:43 2001 *************** *** 0 **** --- 1,32 ---- + Bug#: 616 + Product: Horde + Version: 2.2 Stable + Platform: PHP Code + OS/Version: All + Status: NEW + Resolution: + Severity: normal + Priority: P2 + Component: IMP + Area: BUILD + AssignedTo: chuck@horde.org + ReportedBy: bill@parducci.net + URL: + Summary: links missing common operators + + the routine used to generate hot links in e-mail messages does not handle + URL strings with common operators properly. for instance, mail the following url + to yourself: + + http://whois.nic.or.kr/cgi-bin/newwhois.cgi?VALUE=216.244.174.242&TYPE=++ + + note that the '++' at the end is not included in the link. + + a *quick look* makes me think the culprit is here in the replace: + + $tmsg = preg_replace('|(\w+)://([^\s"<]*)([\w#?/&=])|', '\1://\2\3', $tmsg); + + (imp/message.php3" line 113) + + b From bugs@bugs.horde.org Mon Feb 12 23:02:36 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Mon, 12 Feb 2001 19:02:36 -0400 Subject: [Bug 602] Changed - IMP errors with MySQL 3.23.32 Message-ID: <200102122302.TAA19480@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=602 *** shadow/602 Wed Jan 31 19:38:22 2001 --- shadow/602.tmp.19476 Mon Feb 12 19:02:36 2001 *************** *** 3,9 **** Version: 2.2 Stable Platform: MSIE 5 OS/Version: FreeBSD ! Status: CLOSED Resolution: INVALID Severity: normal Priority: P2 --- 3,9 ---- Version: 2.2 Stable Platform: MSIE 5 OS/Version: FreeBSD ! Status: REOPENED Resolution: INVALID Severity: normal Priority: P2 *************** *** 153,155 **** --- 153,158 ---- http://www.horde.org/imp/ IMP does use phplib, therefore it may be an IMP 2.2.3 issue. + + ------- Additional Comments From craig@esad.com 02/12/01 19:02 ------- + I got the same problem with 2.2.4 ... the patch didn't fix all of the errors. From bugs@bugs.horde.org Mon Feb 12 23:20:25 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Mon, 12 Feb 2001 19:20:25 -0400 Subject: [Bug 602] Changed - IMP errors with MySQL 3.23.32 Message-ID: <200102122320.TAA20495@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=602 *** shadow/602 Mon Feb 12 19:02:36 2001 --- shadow/602.tmp.20491 Mon Feb 12 19:20:25 2001 *************** *** 156,158 **** --- 156,161 ---- ------- Additional Comments From craig@esad.com 02/12/01 19:02 ------- I got the same problem with 2.2.4 ... the patch didn't fix all of the errors. + + ------- Additional Comments From chuck@horde.org 02/12/01 19:20 ------- + and we're supposed to magically know what's still wrong? From bugs@bugs.horde.org Mon Feb 12 23:36:22 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Mon, 12 Feb 2001 19:36:22 -0400 Subject: [Bug 616] Changed - links missing common operators Message-ID: <200102122336.TAA21351@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=616 *** shadow/616 Mon Feb 12 18:37:43 2001 --- shadow/616.tmp.21347 Mon Feb 12 19:36:22 2001 *************** *** 9,15 **** Priority: P2 Component: IMP Area: BUILD ! AssignedTo: chuck@horde.org ReportedBy: bill@parducci.net URL: Summary: links missing common operators --- 9,15 ---- Priority: P2 Component: IMP Area: BUILD ! AssignedTo: bjn@horde.org ReportedBy: bill@parducci.net URL: Summary: links missing common operators From bugs@bugs.horde.org Tue Feb 13 08:54:25 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Tue, 13 Feb 2001 04:54:25 -0400 Subject: [Bug 602] Changed - IMP errors with MySQL 3.23.32 Message-ID: <200102130854.EAA19806@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=602 *** shadow/602 Mon Feb 12 19:20:25 2001 --- shadow/602.tmp.19802 Tue Feb 13 04:54:25 2001 *************** *** 159,161 **** --- 159,165 ---- ------- Additional Comments From chuck@horde.org 02/12/01 19:20 ------- and we're supposed to magically know what's still wrong? + + ------- Additional Comments From dean@odyssey.apana.org.au 02/13/01 04:54 ------- + The revised patch I did has only been tested on 2.2.3. + 2.2.4 may need further patching, if you're volunteering... From bugs@bugs.horde.org Tue Feb 13 19:12:20 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Tue, 13 Feb 2001 15:12:20 -0400 Subject: [Bug 617] New - Large attachments fail ungracefully on attempt to bind Message-ID: <200102131912.PAA21180@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=617 *** shadow/617 Tue Feb 13 15:12:20 2001 --- shadow/617.tmp.21176 Tue Feb 13 15:12:20 2001 *************** *** 0 **** --- 1,28 ---- + Bug#: 617 + Product: Horde + Version: 2.2 Stable + Platform: Mozilla 5.x + OS/Version: Linux + Status: NEW + Resolution: + Severity: normal + Priority: P2 + Component: IMP + Area: BUILD + AssignedTo: chuck@horde.org + ReportedBy: don@astro.cornell.edu + URL: + Summary: Large attachments fail ungracefully on attempt to bind + + An attempt to attach a file of size 2 megabytes produces an error + message, "attachments_size undefined at line 921 of compose.php3" and + loss of the already composed text in the form. I haven't traced the code + to the original failure point, but attachments_size is not set just prior to + that point if a total_size of 0 is returned, apparently from a prior failure + to effect the transfer. + + Configurable limits on maximal size of attachments is probably a good + addition, but certainly a failure should be graceful. + + However, the product is otherwise wonderfully robust, extremely well + implemented, and an absolute joy to use. Cheers to you all! From bugs@bugs.horde.org Tue Feb 13 19:54:32 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Tue, 13 Feb 2001 15:54:32 -0400 Subject: [Bug 617] Changed - Large attachments fail ungracefully on attempt to bind Message-ID: <200102131954.PAA23507@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=617 *** shadow/617 Tue Feb 13 15:12:20 2001 --- shadow/617.tmp.23503 Tue Feb 13 15:54:32 2001 *************** *** 9,15 **** Priority: P2 Component: IMP Area: BUILD ! AssignedTo: chuck@horde.org ReportedBy: don@astro.cornell.edu URL: Summary: Large attachments fail ungracefully on attempt to bind --- 9,15 ---- Priority: P2 Component: IMP Area: BUILD ! AssignedTo: bjn@horde.org ReportedBy: don@astro.cornell.edu URL: Summary: Large attachments fail ungracefully on attempt to bind From bugs@bugs.horde.org Thu Feb 15 22:09:29 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Thu, 15 Feb 2001 18:09:29 -0400 Subject: [Bug 602] Changed - IMP errors with MySQL 3.23.32 Message-ID: <200102152209.SAA31066@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=602 From bugs@bugs.horde.org Thu Feb 15 23:37:21 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Thu, 15 Feb 2001 19:37:21 -0400 Subject: [Bug 602] Changed - IMP errors with MySQL 3.23.32 Message-ID: <200102152337.TAA03545@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=602 From bugs@bugs.horde.org Fri Feb 16 17:39:18 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Fri, 16 Feb 2001 13:39:18 -0400 Subject: [Bug 618] New - Warning: Unable to find DBA identifier 0 Message-ID: <200102161739.NAA02495@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=618 From bugs@bugs.horde.org Fri Feb 16 18:16:12 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Fri, 16 Feb 2001 14:16:12 -0400 Subject: [Bug 618] Changed - Warning: Unable to find DBA identifier 0 Message-ID: <200102161816.OAA04722@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=618 From bugs@bugs.horde.org Sat Feb 17 01:19:29 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Fri, 16 Feb 2001 21:19:29 -0400 Subject: [Bug 619] New - Sending Attachments Message-ID: <200102170119.VAA28604@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=619 From bugs@bugs.horde.org Sat Feb 17 14:43:01 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sat, 17 Feb 2001 10:43:01 -0400 Subject: [Bug 619] Changed - Sending Attachments Message-ID: <200102171443.KAA09184@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=619 From bugs@bugs.horde.org Sat Feb 17 14:43:14 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sat, 17 Feb 2001 10:43:14 -0400 Subject: [Bug 619] Changed - Sending Attachments Message-ID: <200102171443.KAA09218@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=619 From bugs@bugs.horde.org Sat Feb 17 14:43:22 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sat, 17 Feb 2001 10:43:22 -0400 Subject: [Bug 619] Changed - Sending Attachments Message-ID: <200102171443.KAA09231@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=619 From bugs@bugs.horde.org Sat Feb 17 15:12:18 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sat, 17 Feb 2001 11:12:18 -0400 Subject: [Bug 615] Changed - Horde test.php3 warning. Message-ID: <200102171512.LAA11014@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=615 From bugs@bugs.horde.org Sat Feb 17 15:13:00 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sat, 17 Feb 2001 11:13:00 -0400 Subject: [Bug 615] Changed - ct_ldap.inc Undefined variable: id_ warnings Message-ID: <200102171513.LAA11030@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=615 From bugs@bugs.horde.org Sat Feb 17 15:29:55 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sat, 17 Feb 2001 11:29:55 -0400 Subject: [Bug 616] Changed - links missing common operators Message-ID: <200102171529.LAA11934@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=616 From bugs@bugs.horde.org Sat Feb 17 15:54:01 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sat, 17 Feb 2001 11:54:01 -0400 Subject: [Bug 617] Changed - Large attachments fail ungracefully on attempt to bind Message-ID: <200102171554.LAA13327@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=617 From bugs@bugs.horde.org Sat Feb 17 16:41:36 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sat, 17 Feb 2001 12:41:36 -0400 Subject: [Bug 618] Changed - Warning: Unable to find DBA identifier 0 Message-ID: <200102171641.MAA16036@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=618 From bugs@bugs.horde.org Sat Feb 17 16:41:22 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sat, 17 Feb 2001 12:41:22 -0400 Subject: [Bug 618] Changed - Warning: Unable to find DBA identifier 0 Message-ID: <200102171641.MAA16024@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=618 From bugs@bugs.horde.org Sat Feb 17 16:41:55 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sat, 17 Feb 2001 12:41:55 -0400 Subject: [Bug 618] Changed - Warning: Unable to find DBA identifier 0 Message-ID: <200102171641.MAA16055@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=618 From bugs@bugs.horde.org Sat Feb 17 18:10:53 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sat, 17 Feb 2001 14:10:53 -0400 Subject: [Bug 616] Changed - links missing common operators Message-ID: <200102171810.OAA21205@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=616 From bugs@bugs.horde.org Sat Feb 17 18:11:01 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sat, 17 Feb 2001 14:11:01 -0400 Subject: [Bug 616] Changed - links missing common operators Message-ID: <200102171811.OAA21241@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=616 From bugs@bugs.horde.org Sat Feb 17 18:27:42 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sat, 17 Feb 2001 14:27:42 -0400 Subject: [Bug 459] Changed - Temporary zip attachments not deleted from /tmp Message-ID: <200102171827.OAA22002@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=459 From bugs@bugs.horde.org Sat Feb 17 20:08:56 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sat, 17 Feb 2001 16:08:56 -0400 Subject: [Bug 610] Changed - Newline after URL in messages Message-ID: <200102172008.QAA27709@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=610 From bugs@bugs.horde.org Sat Feb 17 20:09:05 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sat, 17 Feb 2001 16:09:05 -0400 Subject: [Bug 610] Changed - Newline after URL in messages Message-ID: <200102172009.QAA27821@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=610 From bugs@bugs.horde.org Sat Feb 17 20:33:24 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sat, 17 Feb 2001 16:33:24 -0400 Subject: [Bug 611] Changed - mime type problem while attaching file in compose.php3 Message-ID: <200102172033.QAA29105@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=611 From bugs@bugs.horde.org Sun Feb 18 04:32:11 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sun, 18 Feb 2001 00:32:11 -0400 Subject: [Bug 587] Changed - Corrector orthography Message-ID: <200102180432.AAA23617@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=587 From bugs@bugs.horde.org Sun Feb 18 04:32:20 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sun, 18 Feb 2001 00:32:20 -0400 Subject: [Bug 587] Changed - Corrector orthography Message-ID: <200102180432.AAA23630@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=587 From bugs@bugs.horde.org Sun Feb 18 04:47:39 2001 From: bugs@bugs.horde.org (bugs@bugs.horde.org) Date: Sun, 18 Feb 2001 00:47:39 -0400 Subject: [Bug 599] Changed - Parse error in phplib/session.inc in function thaw Message-ID: <200102180447.AAA24428@athena.chebucto.ns.ca> http://bugs.horde.org/show_bug.cgi?id=599