pdontthink | 1 Dec 2007 03:29
Picon

SF.net SVN: squirrelmail: [12797] branches/SM-1_4-STABLE/squirrelmail/ functions/display_messages.php

Revision: 12797
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=12797&view=rev
Author:   pdontthink
Date:     2007-11-30 18:29:12 -0800 (Fri, 30 Nov 2007)

Log Message:
-----------
Remove obsolete hack; reshuffle hook so plugins can correctly override org_logo stuff on logout errors

Modified Paths:
--------------
    branches/SM-1_4-STABLE/squirrelmail/functions/display_messages.php

Modified: branches/SM-1_4-STABLE/squirrelmail/functions/display_messages.php
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/functions/display_messages.php	2007-11-30 07:49:50
UTC (rev 12796)
+++ branches/SM-1_4-STABLE/squirrelmail/functions/display_messages.php	2007-12-01 02:29:12
UTC (rev 12797)
 <at>  <at>  -46,13 +46,15  <at>  <at> 
            $hide_sm_attributions, $version, $squirrelmail_language, 
            $color, $theme, $theme_default;

+    include_once( SM_PATH . 'functions/page_header.php' );
+
     $base_uri = sqm_baseuri();

-    include_once( SM_PATH . 'functions/page_header.php' );
-    if ( !isset( $org_logo ) ) {
-        // Don't know yet why, but in some accesses $org_logo is not set.
(Continue reading)

jangliss | 5 Dec 2007 06:24
Picon

SF.net SVN: squirrelmail: [12798] branches/SM-1_4-STABLE/squirrelmail

Revision: 12798
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=12798&view=rev
Author:   jangliss
Date:     2007-12-04 21:24:24 -0800 (Tue, 04 Dec 2007)

Log Message:
-----------
Preparing for the 1.4.12 release

Modified Paths:
--------------
    branches/SM-1_4-STABLE/squirrelmail/ChangeLog
    branches/SM-1_4-STABLE/squirrelmail/ReleaseNotes
    branches/SM-1_4-STABLE/squirrelmail/functions/strings.php

Added Paths:
-----------
    branches/SM-1_4-STABLE/squirrelmail/doc/ReleaseNotes/1.4/Notes-1.4.12.txt

Modified: branches/SM-1_4-STABLE/squirrelmail/ChangeLog
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/ChangeLog	2007-12-01 02:29:12 UTC (rev 12797)
+++ branches/SM-1_4-STABLE/squirrelmail/ChangeLog	2007-12-05 05:24:24 UTC (rev 12798)
 <at>  <at>  -2,8 +2,8  <at>  <at> 
 *** SquirrelMail Stable Series 1.4 ***
 **************************************
 
-Version 1.4.12 - SVN
---------------------
+Version 1.4.12 - 04 December 2007
(Continue reading)

jangliss | 5 Dec 2007 06:25
Picon

SF.net SVN: squirrelmail: [12799] tags/rel-1_4_12/

Revision: 12799
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=12799&view=rev
Author:   jangliss
Date:     2007-12-04 21:25:48 -0800 (Tue, 04 Dec 2007)

Log Message:
-----------
Copying for release

Added Paths:
-----------
    tags/rel-1_4_12/

Copied: tags/rel-1_4_12 (from rev 12798, branches/SM-1_4-STABLE/squirrelmail)

This was sent by the SourceForge.net collaborative development platform, the world's largest Open
Source development site.

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
-----
squirrelmail-cvs mailing list
List address: squirrelmail-cvs@...
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-cvs
Repository: http://squirrelmail.org/svn

(Continue reading)

jangliss | 5 Dec 2007 06:41
Picon

SF.net SVN: squirrelmail: [12800] branches/SM-1_4-STABLE/squirrelmail

Revision: 12800
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=12800&view=rev
Author:   jangliss
Date:     2007-12-04 21:41:58 -0800 (Tue, 04 Dec 2007)

Log Message:
-----------
brrrr... defrosting

Modified Paths:
--------------
    branches/SM-1_4-STABLE/squirrelmail/ChangeLog
    branches/SM-1_4-STABLE/squirrelmail/functions/strings.php

Modified: branches/SM-1_4-STABLE/squirrelmail/ChangeLog
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/ChangeLog	2007-12-05 05:25:48 UTC (rev 12799)
+++ branches/SM-1_4-STABLE/squirrelmail/ChangeLog	2007-12-05 05:41:58 UTC (rev 12800)
 <at>  <at>  -2,6 +2,10  <at>  <at> 
 *** SquirrelMail Stable Series 1.4 ***
 **************************************
 
+Version 1.4.13 - SVN
+---------------------
+
+
 Version 1.4.12 - 04 December 2007
 ---------------------------------
   - Enabled user selection of address format when adding from address

(Continue reading)

jangliss | 5 Dec 2007 07:07
Picon

SF.net SVN: squirrelmail: [12801] branches/SM-1_4-STABLE/squirrelmail/ functions/strings.php

Revision: 12801
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=12801&view=rev
Author:   jangliss
Date:     2007-12-04 22:07:52 -0800 (Tue, 04 Dec 2007)

Log Message:
-----------
Finish defrosting... oups

Modified Paths:
--------------
    branches/SM-1_4-STABLE/squirrelmail/functions/strings.php

Modified: branches/SM-1_4-STABLE/squirrelmail/functions/strings.php
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/functions/strings.php	2007-12-05 05:41:58 UTC (rev 12800)
+++ branches/SM-1_4-STABLE/squirrelmail/functions/strings.php	2007-12-05 06:07:52 UTC (rev 12801)
 <at>  <at>  -23,7 +23,7  <at>  <at> 
  * $sm_internal_version = array (release, major, minor)
  */
 global $SQM_INTERNAL_VERSION;
-$SQM_INTERNAL_VERSION = array(1,4,12);
+$SQM_INTERNAL_VERSION = array(1,4,13);

 /**
  * There can be a circular issue with includes, where the $version string is

This was sent by the SourceForge.net collaborative development platform, the world's largest Open
Source development site.

(Continue reading)

jangliss | 5 Dec 2007 19:20
Picon

SF.net SVN: squirrelmail: [12802] branches/SM-1_4-STABLE/squirrelmail

Revision: 12802
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=12802&view=rev
Author:   jangliss
Date:     2007-12-05 10:20:15 -0800 (Wed, 05 Dec 2007)

Log Message:
-----------
Backport inclusion of compatibility plugin.  This has been floating around in dev for a while.  Saves having
to patch for the compatibility plugin for some functions.

Modified Paths:
--------------
    branches/SM-1_4-STABLE/squirrelmail/ChangeLog
    branches/SM-1_4-STABLE/squirrelmail/functions/strings.php

Modified: branches/SM-1_4-STABLE/squirrelmail/ChangeLog
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/ChangeLog	2007-12-05 06:07:52 UTC (rev 12801)
+++ branches/SM-1_4-STABLE/squirrelmail/ChangeLog	2007-12-05 18:20:15 UTC (rev 12802)
 <at>  <at>  -4,6 +4,7  <at>  <at> 

 Version 1.4.13 - SVN
 ---------------------
+  - Include compatibility plugin files if available.

 
 Version 1.4.12 - 04 December 2007

Modified: branches/SM-1_4-STABLE/squirrelmail/functions/strings.php
===================================================================
(Continue reading)

jangliss | 5 Dec 2007 21:21
Picon

SF.net SVN: squirrelmail: [12803] branches/SM-1_4-STABLE/squirrelmail

Revision: 12803
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=12803&view=rev
Author:   jangliss
Date:     2007-12-05 12:21:46 -0800 (Wed, 05 Dec 2007)

Log Message:
-----------
Some IMAP servers handle empty bodies different.  NIL is a valid response for the body, but we always expect a
literal with a size.  See RFC2180 sec 4.1.3.

Modified Paths:
--------------
    branches/SM-1_4-STABLE/squirrelmail/ChangeLog
    branches/SM-1_4-STABLE/squirrelmail/functions/mime.php

Modified: branches/SM-1_4-STABLE/squirrelmail/ChangeLog
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/ChangeLog	2007-12-05 18:20:15 UTC (rev 12802)
+++ branches/SM-1_4-STABLE/squirrelmail/ChangeLog	2007-12-05 20:21:46 UTC (rev 12803)
 <at>  <at>  -5,6 +5,8  <at>  <at> 
 Version 1.4.13 - SVN
 ---------------------
   - Include compatibility plugin files if available.
+  - Some IMAP servers send nil for an empty email body (See RFC2180,
+    section 4.1.3 on empty strings).

 
 Version 1.4.12 - 04 December 2007

Modified: branches/SM-1_4-STABLE/squirrelmail/functions/mime.php
(Continue reading)

jangliss | 5 Dec 2007 21:25
Picon

SF.net SVN: squirrelmail: [12804] trunk/squirrelmail

Revision: 12804
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=12804&view=rev
Author:   jangliss
Date:     2007-12-05 12:25:53 -0800 (Wed, 05 Dec 2007)

Log Message:
-----------
Some IMAP servers handle empty bodies different.  NIL is a valid response for the body, but we always expect a
literal with a size.  See RFC2180 sec 4.1.3.

Modified Paths:
--------------
    trunk/squirrelmail/ChangeLog
    trunk/squirrelmail/functions/mime.php

Modified: trunk/squirrelmail/ChangeLog
===================================================================
--- trunk/squirrelmail/ChangeLog	2007-12-05 20:21:46 UTC (rev 12803)
+++ trunk/squirrelmail/ChangeLog	2007-12-05 20:25:53 UTC (rev 12804)
 <at>  <at>  -236,7 +236,10  <at>  <at> 
   - Added SquirrelMail debug mode.
   - Handle PHP's insistence on setting the value to 'deleted' for destroyed sessions
     (#1829098).
+  - Some IMAP servers send nil for an empty email body (See RFC2180,
+    section 4.1.3 on empty strings).

+
 Version 1.5.1 (branched on 2006-02-12)
 --------------------------------------
   - New reply citation to include date and author.
(Continue reading)

pdontthink | 6 Dec 2007 20:09
Picon

SF.net SVN: squirrelmail: [12805] branches/SM-1_4-STABLE/squirrelmail/ plugins/administrator/auth.php

Revision: 12805
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=12805&view=rev
Author:   pdontthink
Date:     2007-12-06 11:09:41 -0800 (Thu, 06 Dec 2007)

Log Message:
-----------
Fix test that was never working, and was further confused by the change to the PAGE_NAME paradigm

Modified Paths:
--------------
    branches/SM-1_4-STABLE/squirrelmail/plugins/administrator/auth.php

Modified: branches/SM-1_4-STABLE/squirrelmail/plugins/administrator/auth.php
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/plugins/administrator/auth.php	2007-12-05 20:25:53
UTC (rev 12804)
+++ branches/SM-1_4-STABLE/squirrelmail/plugins/administrator/auth.php	2007-12-06 19:09:41
UTC (rev 12805)
 <at>  <at>  -31,7 +31,9  <at>  <at> 
     }

     /* This needs to be first, for all non_options pages */
-    if (defined('PAGE_NAME') && PAGE_NAME=='administrator_options') {
+    //if (!defined('PAGE_NAME') || strpos(PAGE_NAME, 'options') === FALSE) {
+    if (!defined('PAGE_NAME') 
+     || (PAGE_NAME != 'administrator_options' && PAGE_NAME != 'options')) {
         $auth = FALSE;
     } else if (file_exists(SM_PATH . 'plugins/administrator/admins')) {
         $auths = file(SM_PATH . 'plugins/administrator/admins');
(Continue reading)

pdontthink | 6 Dec 2007 20:11
Picon

SF.net SVN: squirrelmail: [12806] trunk/squirrelmail/plugins/administrator/ auth.php

Revision: 12806
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=12806&view=rev
Author:   pdontthink
Date:     2007-12-06 11:11:00 -0800 (Thu, 06 Dec 2007)

Log Message:
-----------
Fix test that was never working, and was further confused by the change to the PAGE_NAME paradigm

Modified Paths:
--------------
    trunk/squirrelmail/plugins/administrator/auth.php

Modified: trunk/squirrelmail/plugins/administrator/auth.php
===================================================================
--- trunk/squirrelmail/plugins/administrator/auth.php	2007-12-06 19:09:41 UTC (rev 12805)
+++ trunk/squirrelmail/plugins/administrator/auth.php	2007-12-06 19:11:00 UTC (rev 12806)
 <at>  <at>  -32,7 +32,9  <at>  <at> 
     }

     /* This needs to be first, for all non_options pages */
-    if (defined('PAGE_NAME') && PAGE_NAME=='administrator_options') {
+    //if (!defined('PAGE_NAME') || strpos(PAGE_NAME, 'options') === FALSE) {
+    if (!defined('PAGE_NAME') 
+     || (PAGE_NAME != 'administrator_options' && PAGE_NAME != 'options')) {
         $auth = FALSE;
     } else if (file_exists(SM_PATH . 'plugins/administrator/admins')) {
         $auths = file(SM_PATH . 'plugins/administrator/admins');

This was sent by the SourceForge.net collaborative development platform, the world's largest Open
(Continue reading)


Gmane