Tomas Kuliavas | 1 May 2006 16:58
Picon
Gravatar

CVS: squirrelmail/plugins/bug_report bug_report.php,1.11.2.15,1.11.2.16

Update of /cvsroot/squirrelmail/squirrelmail/plugins/bug_report
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4392/plugins/bug_report

Modified Files:
      Tag: SM-1_4-STABLE
	bug_report.php 
Log Message:
fixed bug report plugin connections when IMAP TLS or mapping is used.

Index: bug_report.php
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/plugins/bug_report/bug_report.php,v
retrieving revision 1.11.2.15
retrieving revision 1.11.2.16
diff -u -w -r1.11.2.15 -r1.11.2.16
--- bug_report.php	3 Feb 2006 22:27:51 -0000	1.11.2.15
+++ bug_report.php	1 May 2006 14:58:16 -0000	1.11.2.16
 <at>  <at>  -24,7 +24,8  <at>  <at> 
 define('SM_PATH','../../');

 require_once(SM_PATH . 'include/validate.php');
-
+/* load sqimap_get_user_server() */
+include_once(SM_PATH . 'functions/imap_general.php');
 // loading form functions
 require_once(SM_PATH . 'functions/forms.php');

 <at>  <at>  -92,6 +93,17  <at>  <at> 

 $body = "\nMy IMAP server information:\n" .
(Continue reading)

Tomas Kuliavas | 1 May 2006 16:58
Picon
Gravatar

CVS: squirrelmail ChangeLog,1.332.2.335,1.332.2.336

Update of /cvsroot/squirrelmail/squirrelmail
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4392

Modified Files:
      Tag: SM-1_4-STABLE
	ChangeLog 
Log Message:
fixed bug report plugin connections when IMAP TLS or mapping is used.

Index: ChangeLog
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/ChangeLog,v
retrieving revision 1.332.2.335
retrieving revision 1.332.2.336
diff -u -w -r1.332.2.335 -r1.332.2.336
--- ChangeLog	30 Apr 2006 05:46:14 -0000	1.332.2.335
+++ ChangeLog	1 May 2006 14:58:15 -0000	1.332.2.336
 <at>  <at>  -18,6 +18,7  <at>  <at> 
   - Undo extra sanitizing in decodeHeader() function (#1460638).
   - Added workaround for broken OpenBSD 3.8+ setlocale() function (#1427512).
   - Fixed session lockups on large attachment downloads.
+  - Fixed bug_report plugin connections to mapped and secured IMAP servers.

 Version 1.4.6 - 23 February 2006
 --------------------------------

-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
(Continue reading)

Tomas Kuliavas | 1 May 2006 18:20
Picon
Gravatar

CVS: squirrelmail/src login.php,1.140,1.141

Update of /cvsroot/squirrelmail/squirrelmail/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv410

Modified Files:
	login.php 
Log Message:
restored workaround for pre 4.3 php session restart issue

Index: login.php
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/src/login.php,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -w -r1.140 -r1.141
--- login.php	6 Apr 2006 21:04:49 -0000	1.140
+++ login.php	1 May 2006 16:20:02 -0000	1.141
 <at>  <at>  -36,16 +36,15  <at>  <at> 
  * we get a new one.
  */
 sqsession_destroy();
-sqsession_is_active();
-$_SESSION=array();
-
-
 /**
  * PHP bug. http://bugs.php.net/11643 (warning, spammed bug tracker) and
  * http://bugs.php.net/13834
  * SID constant is not destroyed in PHP 4.1.2, 4.2.3 and maybe other
  * versions. Produces warning on login page. Bug should be fixed only in 4.3.0
  */
(Continue reading)

Tomas Kuliavas | 1 May 2006 18:23
Picon
Gravatar

CVS: squirrelmail/src configtest.php,1.45,1.46

Update of /cvsroot/squirrelmail/squirrelmail/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2538

Modified Files:
	configtest.php 
Log Message:
moved get_location() before html output
added configtest hook and plugin setup.php output checks.

Index: configtest.php
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/src/configtest.php,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -w -r1.45 -r1.46
--- configtest.php	6 Apr 2006 18:36:19 -0000	1.45
+++ configtest.php	1 May 2006 16:22:56 -0000	1.46
 <at>  <at>  -52,6 +52,11  <at>  <at> 
 require(SM_PATH . 'functions/global.php');
 require(SM_PATH . 'functions/strings.php');

+/**
+ * get_location starts session and must be run before output is started.
+ */
+$test_location = get_location();
+
 ?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
 <html>
 <at>  <at>  -239,7 +244,32  <at>  <at> 
(Continue reading)

Tomas Kuliavas | 1 May 2006 18:25
Picon
Gravatar

CVS: squirrelmail ChangeLog,1.719,1.720

Update of /cvsroot/squirrelmail/squirrelmail
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6181

Modified Files:
	ChangeLog 
Log Message:
information about added hook

Index: ChangeLog
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/ChangeLog,v
retrieving revision 1.719
retrieving revision 1.720
diff -u -w -r1.719 -r1.720
--- ChangeLog	30 Apr 2006 05:44:38 -0000	1.719
+++ ChangeLog	1 May 2006 16:25:43 -0000	1.720
 <at>  <at>  -45,6 +45,7  <at>  <at> 
   - Undo extra sanitizing in decodeHeader() function (#1460638).
   - Added workaround for broken OpenBSD 3.8+ setlocale() function (#1427512).
   - Fixed session lockups on large attachment downloads.
+  - Added configtest hook in src/configtest.php.

 Version 1.5.1 (branched on 2006-02-12)
 --------------------------------------

-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
(Continue reading)

Paul Lesniewski | 1 May 2006 20:38
Favicon

Re: CVS: squirrelmail ChangeLog,1.719,1.720

> +  - Added configtest hook in src/configtest.php.

Nice idea, Tomas.  Can you make sure to document it in plugin.txt?

Cheers,

paul

-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
Tomas Kuliavas | 1 May 2006 21:02
Picon
Gravatar

CVS: squirrelmail/doc/Development plugin.txt,1.17,1.18

Update of /cvsroot/squirrelmail/squirrelmail/doc/Development
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4505

Modified Files:
	plugin.txt 
Log Message:
adding notice about configtest hook

Index: plugin.txt
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/doc/Development/plugin.txt,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -w -r1.17 -r1.18
--- plugin.txt	6 Apr 2006 18:14:36 -0000	1.17
+++ plugin.txt	1 May 2006 19:02:30 -0000	1.18
 <at>  <at>  -375,6 +375,7  <at>  <at> 
   compose_button_row             src/compose.php                 do_hook
   compose_send                   src/compose.php                 do_hook
   compose_send_after             src/compose.php                 do_hook
+  configtest (since 1.5.2)       src/configtest.php              boolean_hook
   folders_bottom                 src/folders.php                 do_hook
   help_top                       src/help.php                    do_hook
   help_chapter                   src/help.php                    do_hook

-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
(Continue reading)

Fredrik Jervfors | 1 May 2006 22:27
Picon

CVS: squirrelmail ChangeLog,1.720,1.721

Update of /cvsroot/squirrelmail/squirrelmail
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7390/devel-help/squirrelmail

Modified Files:
	ChangeLog 
Log Message:
Adding more tests and fallbacks for errors in help pages.

Index: ChangeLog
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/ChangeLog,v
retrieving revision 1.720
retrieving revision 1.721
diff -u -w -r1.720 -r1.721
--- ChangeLog	1 May 2006 16:25:43 -0000	1.720
+++ ChangeLog	1 May 2006 20:27:06 -0000	1.721
 <at>  <at>  -46,6 +46,7  <at>  <at> 
   - Added workaround for broken OpenBSD 3.8+ setlocale() function (#1427512).
   - Fixed session lockups on large attachment downloads.
   - Added configtest hook in src/configtest.php.
+  - Improved error handling for the help pages.

 Version 1.5.1 (branched on 2006-02-12)
 --------------------------------------

-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
(Continue reading)

Fredrik Jervfors | 1 May 2006 22:27
Picon

CVS: squirrelmail/src help.php,1.65,1.66

Update of /cvsroot/squirrelmail/squirrelmail/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7390/devel-help/squirrelmail/src

Modified Files:
	help.php 
Log Message:
Adding more tests and fallbacks for errors in help pages.

Index: help.php
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/src/help.php,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -w -r1.65 -r1.66
--- help.php	5 Apr 2006 00:22:11 -0000	1.65
+++ help.php	1 May 2006 20:27:07 -0000	1.66
 <at>  <at>  -92,7 +92,6  <at>  <at> 

 /**************[ END HELP FUNCTIONS ]******************/

-
 echo html_tag( 'table',
         html_tag( 'tr',
             html_tag( 'td','<div style="text-align: center;"><b>' . _("Help") .'</b></div>', 'center',
$color[0] )
 <at>  <at>  -112,12 +111,11  <at>  <at> 
 if (file_exists("../help/$squirrelmail_language")) {
     $user_language = $squirrelmail_language;
 } else if (file_exists('../help/en_US')) {
-    echo "<div style=\"text-align: center;\"><font color=\"$color[2]\">"
(Continue reading)

Paul Lesniewski | 1 May 2006 22:12
Favicon

Re: CVS: squirrelmail/doc/Development plugin.txt,1.17,1.18

> +  configtest (since 1.5.2)       src/configtest.php              boolean_hook

Awesome.  I think this hook merits some more explanation, maybe a
special section in plugin.txt that gives an example of how to test
plugin configuration and whatnot.  I can sign up to do that, but not
right away.  Thanks, Tomas.

-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642

Gmane