Tomas Kuliavas | 1 Jul 2006 18:52
Picon
Gravatar

CVS: squirrelmail/plugins/filters filters.php,1.89,1.90

Update of /cvsroot/squirrelmail/squirrelmail/plugins/filters
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv27228

Modified Files:
	filters.php 
Log Message:
$query is also used when $responce !='NO'. Fixed undefined notice error.
Reported by Benny Pedersen. Can't understand how he managed to reach that 
sqm_trigger_imap_error call.

Index: filters.php
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/plugins/filters/filters.php,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -w -r1.89 -r1.90
--- filters.php	21 May 2006 18:23:09 -0000	1.89
+++ filters.php	1 Jul 2006 16:52:15 -0000	1.90
 <at>  <at>  -393,8 +393,8  <at>  <at> 
                  sqimap_msgs_list_move ($imap_stream, $ids, $where_to, false);
             }
         } elseif ($response != 'OK') {
-            if ($response == 'NO') {
                 $query = $search_str . "\r\n".$what ."\r\n";
+            if ($response == 'NO') {
                 if (strpos($message,'BADCHARSET') !== false ||
                     strpos($message,'character') !== false) {
                     sqm_trigger_imap_error('SQM_IMAP_BADCHARSET',$query, $response, $message);

Using Tomcat but need to do more? Need to support web services, security?
(Continue reading)

Tomas Kuliavas | 2 Jul 2006 12:03
Picon
Gravatar

CVS: squirrelmail/src compose.php,1.441,1.442

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

Modified Files:
	compose.php 
Log Message:
Textarea should not use proprietary wrap attribute (#1512681). Original 
code used wrap=hard and forced new lines, when long lines are added. 
Attribute was switched to wrap=virtual (#495073, v.1.214) in order 
to fix spacing issues. wrap=virtual creates unwrapped long lines in 
IE, Firefox and Opera. Same happens when attribute is not set.

Index: compose.php
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/src/compose.php,v
retrieving revision 1.441
retrieving revision 1.442
diff -u -w -r1.441 -r1.442
--- compose.php	6 Apr 2006 20:06:13 -0000	1.441
+++ compose.php	2 Jul 2006 10:03:37 -0000	1.442
 <at>  <at>  -1193,18 +1193,20  <at>  <at> 
         showComposeButtonRow();
     }

-    /* why this distinction? */
+    /**
+     * When message is compose in new window, different colors are used.
+     */
     if ($compose_new_win == '1') {
         echo '   <tr>' . "\n" .
(Continue reading)

Tomas Kuliavas | 2 Jul 2006 12:09
Picon
Gravatar

CVS: squirrelmail ChangeLog,1.738,1.739

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

Modified Files:
	ChangeLog 
Log Message:
Removed proprietary attribute. Reported by Hans Spaans

Index: ChangeLog
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/ChangeLog,v
retrieving revision 1.738
retrieving revision 1.739
diff -u -w -r1.738 -r1.739
--- ChangeLog	27 Jun 2006 10:08:51 -0000	1.738
+++ ChangeLog	2 Jul 2006 10:09:41 -0000	1.739
 <at>  <at>  -88,6 +88,7  <at>  <at> 
     address book fields are not available. Prevents address book corruption
     and address book format violations that can cause PHP notices.
   - Added line length setting in local_file address book backend (#1181561).
+  - Removed proprietary wrap attribute from compose form (#1512681).

 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)

Tomas Kuliavas | 3 Jul 2006 17:03
Picon
Gravatar

CVS: squirrelmail/doc/Development imap_servers.txt, 1.6, 1.7

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

Modified Files:
	imap_servers.txt 
Log Message:
information about MailSite

Index: imap_servers.txt
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/doc/Development/imap_servers.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -w -r1.6 -r1.7
--- imap_servers.txt	11 Jun 2006 17:50:01 -0000	1.6
+++ imap_servers.txt	3 Jul 2006 15:03:42 -0000	1.7
 <at>  <at>  -273,6 +273,25  <at>  <at> 
 Site URL: http://www.icewarp.com

 
+--------------------
+MailSite IMAP server
+--------------------
+Commercial email server for Windows.
+
+Tested 6.1.22.1 version.
+
+CAPABILITY IMAP4rev1 ACL NAMESPACE UIDPLUS AUTH=NTLM AUTH=SCRAM-MD5
+ AUTH=CRAM-MD5 
+
(Continue reading)

Thijs Kinkhorst | 4 Jul 2006 10:55
Picon

CVS: squirrelmail/doc db-backend.txt,1.9.4.2,1.9.4.3

Update of /cvsroot/squirrelmail/squirrelmail/doc
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv12871

Modified Files:
      Tag: SM-1_4-STABLE
	db-backend.txt 
Log Message:
db scheme for postgres is different from that for mysql, document that
(instead of changing it - that could break stuff for no strong reason)

Index: db-backend.txt
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/doc/db-backend.txt,v
retrieving revision 1.9.4.2
retrieving revision 1.9.4.3
diff -u -w -r1.9.4.2 -r1.9.4.3
--- db-backend.txt	2 Feb 2006 10:00:26 -0000	1.9.4.2
+++ db-backend.txt	4 Jul 2006 08:55:22 -0000	1.9.4.3
 <at>  <at>  -115,6 +115,10  <at>  <at> 
  mysql://squirreluser:sqpassword <at> localhost/squirrelmail or
  pgsql://squirreluser:sqpassword <at> localhost/squirrelmail

+Note that when using the above PostgreSQL schema, you also need to change
+the prefs_user_field variable in config.php from the default 'user' to
+'username'.
+
 From now on all users' personal preferences will be stored in a
 database.

Using Tomcat but need to do more? Need to support web services, security?
(Continue reading)

Thijs Kinkhorst | 4 Jul 2006 10:57
Picon

CVS: squirrelmail/doc db-backend.txt,1.13,1.14

Update of /cvsroot/squirrelmail/squirrelmail/doc
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv14084

Modified Files:
	db-backend.txt 
Log Message:
db scheme for postgres is different from that for mysql, document that
(instead of changing it - that could break stuff for no strong reason)

Index: db-backend.txt
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/doc/db-backend.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -w -r1.13 -r1.14
--- db-backend.txt	2 Feb 2006 10:01:33 -0000	1.13
+++ db-backend.txt	4 Jul 2006 08:57:27 -0000	1.14
 <at>  <at>  -114,6 +114,10  <at>  <at> 
  mysql://squirreluser:sqpassword <at> localhost/squirrelmail or
  pgsql://squirreluser:sqpassword <at> localhost/squirrelmail

+Note that when using the above PostgreSQL schema, you also need to change
+the prefs_user_field variable in config.php from the default 'user' to
+'username'.
+
 From now on all users' personal preferences will be stored in a
 database.

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
(Continue reading)

Jonathan Angliss | 4 Jul 2006 20:47
Picon

CVS: squirrelmail ReleaseNotes,1.23.2.26,1.23.2.27

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

Modified Files:
      Tag: SM-1_4-STABLE
	ReleaseNotes 
Log Message:
Name the release

Index: ReleaseNotes
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/ReleaseNotes,v
retrieving revision 1.23.2.26
retrieving revision 1.23.2.27
diff -u -w -r1.23.2.26 -r1.23.2.27
--- ReleaseNotes	26 Jun 2006 15:15:55 -0000	1.23.2.26
+++ ReleaseNotes	4 Jul 2006 18:47:50 -0000	1.23.2.27
 <at>  <at>  -1,7 +1,7  <at>  <at> 
 /*****************************************************************
  * Release Notes: SquirrelMail 1.4.7                             *
- * The "" Release                             *
- * ????? 2006                                              *
+ * The "Entirely Free" Release                                   *
+ * 4th July 2006                                                 *
  *****************************************************************/

 In this edition of SquirrelMail Release Notes:

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
(Continue reading)

Jonathan Angliss | 4 Jul 2006 20:48
Picon

CVS: squirrelmail/functions strings.php, 1.184.2.52, 1.184.2.53

Update of /cvsroot/squirrelmail/squirrelmail/functions
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv26272/functions

Modified Files:
      Tag: SM-1_4-STABLE
	strings.php 
Log Message:
Update version string

Index: strings.php
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/functions/strings.php,v
retrieving revision 1.184.2.52
retrieving revision 1.184.2.53
diff -u -w -r1.184.2.52 -r1.184.2.53
--- strings.php	18 May 2006 15:06:35 -0000	1.184.2.52
+++ strings.php	4 Jul 2006 18:48:56 -0000	1.184.2.53
 <at>  <at>  -16,7 +16,7  <at>  <at> 
  * SquirrelMail version number -- DO NOT CHANGE
  */
 global $version;
-$version = '1.4.7 [CVS]';
+$version = '1.4.7';

 /**
  * SquirrelMail internal version number -- DO NOT CHANGE

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)

Jonathan Angliss | 4 Jul 2006 21:05
Picon

CVS: squirrelmail/doc/ReleaseNotes/1.4 Notes-1.4.7.txt, NONE, 1.1.2.1

Update of /cvsroot/squirrelmail/squirrelmail/doc/ReleaseNotes/1.4
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv1055/doc/ReleaseNotes/1.4

Added Files:
      Tag: SM-1_4-STABLE
	Notes-1.4.7.txt 
Log Message:
Defrosting

--- NEW FILE ---
/*****************************************************************
 * Release Notes: SquirrelMail 1.4.7                             *
 * The "Entirely Free" Release                                   *
 * 4th July 2006                                                 *
 *****************************************************************/

In this edition of SquirrelMail Release Notes:
   * All about this Release!
   * Locales / Translations / Charsets
   * Security issues
   * Major updates
   * A note on plugins
   * Reporting my favorite SquirrelMail 1.4 bug

All about this release
======================

This version, 1.4.7 is a maintenance release, addressing
the following problems since 1.4.6:
- Minor security fixes (see below)
(Continue reading)

Jonathan Angliss | 4 Jul 2006 21:05
Picon

CVS: squirrelmail ChangeLog,1.332.2.352,1.332.2.353

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

Modified Files:
      Tag: SM-1_4-STABLE
	ChangeLog 
Log Message:
Defrosting

Index: ChangeLog
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/ChangeLog,v
retrieving revision 1.332.2.352
retrieving revision 1.332.2.353
diff -u -w -r1.332.2.352 -r1.332.2.353
--- ChangeLog	26 Jun 2006 15:08:59 -0000	1.332.2.352
+++ ChangeLog	4 Jul 2006 19:05:07 -0000	1.332.2.353
 <at>  <at>  -2,9 +2,11  <at>  <at> 
 *** SquirrelMail Stable Series 1.4 ***
 **************************************
 
-
-Version 1.4.7 - CVS
+Version 1.4.8 - CVS
 -------------------
+
+Version 1.4.7 - 4th July 2006
+-----------------------------
   - Security: Possible cookie theft in src/redirect.php if
     register_globals is enabled, and malicous site is running
(Continue reading)


Gmane