kink | 16 May 2013 14:16
Picon

SF.net SVN: squirrelmail:[14360] trunk/squirrelmail/functions

Revision: 14360
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14360&view=rev
Author:   kink
Date:     2013-05-16 12:16:58 +0000 (Thu, 16 May 2013)
Log Message:
-----------
Remove use of deprecated /e modifier in preg_replace.

This modifier starts generating Deprecated notices from PHP 5.5.

Modified Paths:
--------------
    trunk/squirrelmail/functions/decode/iso_8859_1.php
    trunk/squirrelmail/functions/decode/us_ascii.php
    trunk/squirrelmail/functions/decode/utf_8.php
    trunk/squirrelmail/functions/encode/cp1251.php
    trunk/squirrelmail/functions/encode/cp1255.php
    trunk/squirrelmail/functions/encode/cp1256.php
    trunk/squirrelmail/functions/encode/iso_8859_1.php
    trunk/squirrelmail/functions/encode/iso_8859_15.php
    trunk/squirrelmail/functions/encode/iso_8859_2.php
    trunk/squirrelmail/functions/encode/iso_8859_7.php
    trunk/squirrelmail/functions/encode/iso_8859_9.php
    trunk/squirrelmail/functions/encode/koi8_r.php
    trunk/squirrelmail/functions/encode/koi8_u.php
    trunk/squirrelmail/functions/encode/tis_620.php
    trunk/squirrelmail/functions/encode/us_ascii.php
    trunk/squirrelmail/functions/encode/utf_8.php
    trunk/squirrelmail/functions/mime.php

(Continue reading)

kink | 16 May 2013 14:14
Picon

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

Revision: 14359
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14359&view=rev
Author:   kink
Date:     2013-05-16 12:14:48 +0000 (Thu, 16 May 2013)
Log Message:
-----------
Remove use of deprecated /e modifier in preg_replace.

This modifier starts generating Deprecated notices from PHP 5.5.

Modified Paths:
--------------
    branches/SM-1_4-STABLE/squirrelmail/functions/decode/iso_8859_1.php
    branches/SM-1_4-STABLE/squirrelmail/functions/decode/us_ascii.php
    branches/SM-1_4-STABLE/squirrelmail/functions/decode/utf_8.php
    branches/SM-1_4-STABLE/squirrelmail/functions/encode/cp1251.php
    branches/SM-1_4-STABLE/squirrelmail/functions/encode/cp1255.php
    branches/SM-1_4-STABLE/squirrelmail/functions/encode/cp1256.php
    branches/SM-1_4-STABLE/squirrelmail/functions/encode/iso_8859_1.php
    branches/SM-1_4-STABLE/squirrelmail/functions/encode/iso_8859_15.php
    branches/SM-1_4-STABLE/squirrelmail/functions/encode/iso_8859_2.php
    branches/SM-1_4-STABLE/squirrelmail/functions/encode/iso_8859_7.php
    branches/SM-1_4-STABLE/squirrelmail/functions/encode/iso_8859_9.php
    branches/SM-1_4-STABLE/squirrelmail/functions/encode/koi8_r.php
    branches/SM-1_4-STABLE/squirrelmail/functions/encode/koi8_u.php
    branches/SM-1_4-STABLE/squirrelmail/functions/encode/tis_620.php
    branches/SM-1_4-STABLE/squirrelmail/functions/encode/us_ascii.php
    branches/SM-1_4-STABLE/squirrelmail/functions/encode/utf_8.php
    branches/SM-1_4-STABLE/squirrelmail/functions/mime.php

(Continue reading)

pdontthink | 15 May 2013 22:33
Picon

SF.net SVN: squirrelmail:[14358] trunk/squirrelmail/functions/compose.php

Revision: 14358
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14358&view=rev
Author:   pdontthink
Date:     2013-05-15 20:33:11 +0000 (Wed, 15 May 2013)
Log Message:
-----------
Fix error caused by typo of variable name

Modified Paths:
--------------
    trunk/squirrelmail/functions/compose.php

Modified: trunk/squirrelmail/functions/compose.php
===================================================================
--- trunk/squirrelmail/functions/compose.php	2013-03-29 12:59:33 UTC (rev 14357)
+++ trunk/squirrelmail/functions/compose.php	2013-05-15 20:33:11 UTC (rev 14358)
 <at>  <at>  -105,9 +105,9  <at>  <at> 
       $content_type = new ContentType('text/plain');
       global $special_encoding, $default_charset;
       if ($special_encoding)
-         $rfc822_header->encoding = $special_encoding;
+         $header->encoding = $special_encoding;
       else
-         $rfc822_header->encoding = '8bit';
+         $header->encoding = '8bit';
       if ($default_charset)
          $content_type->properties['charset']=$default_charset;
       $header->content_type = $content_type;

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

jervfors | 29 Mar 2013 12:35
Picon

SF.net SVN: squirrelmail:[14354] trunk

Revision: 14354
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14354&view=rev
Author:   jervfors
Date:     2013-03-29 11:35:02 +0000 (Fri, 29 Mar 2013)
Log Message:
-----------
Resetting $Id$

Subversion expands the $Id$ keyword anchor to a string, but some files
in this repository have strings instead of keyword anchors.

Modified Paths:
--------------
    trunk/locales/locale/bn_BD/LC_MESSAGES/abook_import_export.po
    trunk/locales/locale/bn_BD/LC_MESSAGES/advanced_settings.po
    trunk/locales/locale/bn_BD/LC_MESSAGES/archive_mail.po
    trunk/locales/locale/bn_BD/LC_MESSAGES/askuserinfo.po
    trunk/locales/locale/bn_BD/LC_MESSAGES/calendar.po
    trunk/locales/locale/bn_BD/LC_MESSAGES/captcha.po
    trunk/locales/locale/bn_BD/LC_MESSAGES/censor.po
    trunk/locales/locale/bn_BD/LC_MESSAGES/change_sqlpass.po
    trunk/locales/locale/bn_BD/LC_MESSAGES/check_quota.po
    trunk/locales/locale/bn_BD/LC_MESSAGES/compatibility.po
    trunk/locales/locale/bn_BD/LC_MESSAGES/compose_extras.po
    trunk/locales/locale/bn_BD/LC_MESSAGES/contactclean.po
    trunk/locales/locale/bn_BD/LC_MESSAGES/cookie_warning.po
    trunk/locales/locale/bn_BD/LC_MESSAGES/custom_charset.po
    trunk/locales/locale/bn_BD/LC_MESSAGES/debugger.po
    trunk/locales/locale/bn_BD/LC_MESSAGES/empty_folders.po
    trunk/locales/locale/bn_BD/LC_MESSAGES/expire.po
(Continue reading)

jervfors | 29 Mar 2013 13:54
Picon

SF.net SVN: squirrelmail:[14356] trunk

Revision: 14356
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14356&view=rev
Author:   jervfors
Date:     2013-03-29 12:54:24 +0000 (Fri, 29 Mar 2013)
Log Message:
-----------
Set svn:keywords

This isn't just the files I committed in 14354.

Property Changed:
----------------
    trunk/locales/locale/bn_BD/LC_MESSAGES/abook_import_export.po
    trunk/locales/locale/bn_BD/LC_MESSAGES/advanced_settings.po
    trunk/locales/locale/bn_BD/LC_MESSAGES/archive_mail.po
    trunk/locales/locale/bn_BD/LC_MESSAGES/askuserinfo.po
    trunk/locales/locale/bn_BD/LC_MESSAGES/calendar.po
    trunk/locales/locale/bn_BD/LC_MESSAGES/captcha.po
    trunk/locales/locale/bn_BD/LC_MESSAGES/censor.po
    trunk/locales/locale/bn_BD/LC_MESSAGES/change_sqlpass.po
    trunk/locales/locale/bn_BD/LC_MESSAGES/check_quota.po
    trunk/locales/locale/bn_BD/LC_MESSAGES/compatibility.po
    trunk/locales/locale/bn_BD/LC_MESSAGES/compose_extras.po
    trunk/locales/locale/bn_BD/LC_MESSAGES/contactclean.po
    trunk/locales/locale/bn_BD/LC_MESSAGES/cookie_warning.po
    trunk/locales/locale/bn_BD/LC_MESSAGES/custom_charset.po
    trunk/locales/locale/bn_BD/LC_MESSAGES/debugger.po
    trunk/locales/locale/bn_BD/LC_MESSAGES/empty_folders.po
    trunk/locales/locale/bn_BD/LC_MESSAGES/expire.po
    trunk/locales/locale/bn_BD/LC_MESSAGES/folder_settings.po
(Continue reading)

jervfors | 29 Mar 2013 13:59
Picon

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

Revision: 14357
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14357&view=rev
Author:   jervfors
Date:     2013-03-29 12:59:33 +0000 (Fri, 29 Mar 2013)
Log Message:
-----------
Set svn:keywords

Property Changed:
----------------
    branches/SM-1_4-STABLE/squirrelmail/plugins/bug_report/functions.php
    branches/SM-1_4-STABLE/squirrelmail/plugins/demo/README
    branches/SM-1_4-STABLE/squirrelmail/plugins/demo/demo.php
    branches/SM-1_4-STABLE/squirrelmail/plugins/demo/functions.php
    branches/SM-1_4-STABLE/squirrelmail/plugins/demo/index.php
    branches/SM-1_4-STABLE/squirrelmail/plugins/demo/setup.php
    branches/SM-1_4-STABLE/squirrelmail/plugins/fortune/fortune_functions.php
    branches/SM-1_4-STABLE/squirrelmail/plugins/mail_fetch/config_example.php
    branches/SM-1_4-STABLE/squirrelmail/plugins/test/README
    branches/SM-1_4-STABLE/squirrelmail/plugins/test/decodeheader.php
    branches/SM-1_4-STABLE/squirrelmail/plugins/test/functions.php
    branches/SM-1_4-STABLE/squirrelmail/plugins/test/index.php
    branches/SM-1_4-STABLE/squirrelmail/plugins/test/ngettext.php
    branches/SM-1_4-STABLE/squirrelmail/plugins/test/setup.php
    branches/SM-1_4-STABLE/squirrelmail/plugins/test/test.php

Property changes on: branches/SM-1_4-STABLE/squirrelmail/plugins/bug_report/functions.php
___________________________________________________________________
Added: svn:keywords
   + Date Revision Author HeadURL Id Header
(Continue reading)

jervfors | 29 Mar 2013 12:42
Picon

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

Revision: 14355
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14355&view=rev
Author:   jervfors
Date:     2013-03-29 11:42:41 +0000 (Fri, 29 Mar 2013)
Log Message:
-----------
Resetting $Id$

Subversion expands the $Id$ keyword anchor to a string, but some files
in this repository have strings instead of keyword anchors.

Modified Paths:
--------------
    branches/SM-1_4-STABLE/squirrelmail/plugins/bug_report/functions.php
    branches/SM-1_4-STABLE/squirrelmail/plugins/mail_fetch/config_example.php

Modified: branches/SM-1_4-STABLE/squirrelmail/plugins/bug_report/functions.php
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/plugins/bug_report/functions.php	2013-03-29 11:35:02
UTC (rev 14354)
+++ branches/SM-1_4-STABLE/squirrelmail/plugins/bug_report/functions.php	2013-03-29 11:42:41
UTC (rev 14355)
 <at>  <at>  -8,7 +8,7  <at>  <at> 
  *
  * This is a standard Squirrelmail-1.2 API for plugins.
  *
- * $Id: setup.php 10633 2006-02-03 22:27:56Z jervfors $
+ * $Id$
  */

(Continue reading)

pdontthink | 16 Mar 2013 04:44
Picon

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

Revision: 14353
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14353&view=rev
Author:   pdontthink
Date:     2013-03-16 03:44:51 +0000 (Sat, 16 Mar 2013)
Log Message:
-----------

Modified Paths:
--------------
    branches/SM-1_4-STABLE/squirrelmail/themes/solarized_dark.php
    branches/SM-1_4-STABLE/squirrelmail/themes/solarized_light.php

Property Changed:
----------------
    branches/SM-1_4-STABLE/squirrelmail/themes/solarized_dark.php
    branches/SM-1_4-STABLE/squirrelmail/themes/solarized_light.php

Modified: branches/SM-1_4-STABLE/squirrelmail/themes/solarized_dark.php
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/themes/solarized_dark.php	2013-03-16 03:44:20 UTC (rev 14352)
+++ branches/SM-1_4-STABLE/squirrelmail/themes/solarized_dark.php	2013-03-16 03:44:51 UTC (rev 14353)
 <at>  <at>  -6,7 +6,7  <at>  <at> 
  *
  *  <at> author Pavneet Arora
  *  <at> license http://opensource.org/licenses/gpl-license.php GNU Public License
- *  <at> version $Id: plain_blue_theme.php 14084 2013-02-27 09:14:03Z pdontthink $
+ *  <at> version $Id$
  *  <at> package squirrelmail
  *  <at> subpackage themes
  */
(Continue reading)

pdontthink | 16 Mar 2013 04:44
Picon

SF.net SVN: squirrelmail:[14352] trunk/squirrelmail/themes

Revision: 14352
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14352&view=rev
Author:   pdontthink
Date:     2013-03-16 03:44:20 +0000 (Sat, 16 Mar 2013)
Log Message:
-----------

Modified Paths:
--------------
    trunk/squirrelmail/themes/solarized_dark.php
    trunk/squirrelmail/themes/solarized_light.php

Property Changed:
----------------
    trunk/squirrelmail/themes/solarized_dark.php
    trunk/squirrelmail/themes/solarized_light.php

Modified: trunk/squirrelmail/themes/solarized_dark.php
===================================================================
--- trunk/squirrelmail/themes/solarized_dark.php	2013-03-16 03:42:24 UTC (rev 14351)
+++ trunk/squirrelmail/themes/solarized_dark.php	2013-03-16 03:44:20 UTC (rev 14352)
 <at>  <at>  -6,7 +6,7  <at>  <at> 
  *
  *  <at> author Pavneet Arora
  *  <at> license http://opensource.org/licenses/gpl-license.php GNU Public License
- *  <at> version $Id: plain_blue_theme.php 14084 2013-02-27 09:14:03Z pdontthink $
+ *  <at> version $Id$
  *  <at> package squirrelmail
  *  <at> subpackage themes
  */
(Continue reading)

pdontthink | 16 Mar 2013 04:42
Picon

SF.net SVN: squirrelmail:[14351] trunk/squirrelmail/themes

Revision: 14351
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14351&view=rev
Author:   pdontthink
Date:     2013-03-16 03:42:24 +0000 (Sat, 16 Mar 2013)
Log Message:
-----------
Add Solarized Light and Dark themes by Pavneet Arora, although themes not used/migrated in 1.5.2

Added Paths:
-----------
    trunk/squirrelmail/themes/solarized_dark.php
    trunk/squirrelmail/themes/solarized_light.php

Added: trunk/squirrelmail/themes/solarized_dark.php
===================================================================
--- trunk/squirrelmail/themes/solarized_dark.php	                        (rev 0)
+++ trunk/squirrelmail/themes/solarized_dark.php	2013-03-16 03:42:24 UTC (rev 14351)
 <at>  <at>  -0,0 +1,57  <at>  <at> 
+<?php
+
+/**
+ * Name: Solarized Dark
+ * Date: 27 Feb 2013
+ *
+ *  <at> author Pavneet Arora
+ *  <at> license http://opensource.org/licenses/gpl-license.php GNU Public License
+ *  <at> version $Id: plain_blue_theme.php 14084 2013-02-27 09:14:03Z pdontthink $
+ *  <at> package squirrelmail
+ *  <at> subpackage themes
+ */
(Continue reading)

pdontthink | 16 Mar 2013 04:13
Picon

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

Revision: 14350
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14350&view=rev
Author:   pdontthink
Date:     2013-03-16 03:13:41 +0000 (Sat, 16 Mar 2013)
Log Message:
-----------
Add Solarized Light and Solarized Dark themes, by Pavneet Arora

Modified Paths:
--------------
    branches/SM-1_4-STABLE/squirrelmail/config/config_default.php
    branches/SM-1_4-STABLE/squirrelmail/doc/ChangeLog

Added Paths:
-----------
    branches/SM-1_4-STABLE/squirrelmail/themes/solarized_dark.php
    branches/SM-1_4-STABLE/squirrelmail/themes/solarized_light.php

Modified: branches/SM-1_4-STABLE/squirrelmail/config/config_default.php
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/config/config_default.php	2013-03-14 17:37:22 UTC (rev 14349)
+++ branches/SM-1_4-STABLE/squirrelmail/config/config_default.php	2013-03-16 03:13:41 UTC (rev 14350)
 <at>  <at>  -917,6 +917,12  <at>  <at> 
 $theme[51]['PATH'] = SM_PATH . 'themes/turquoise.php';
 $theme[51]['NAME'] = 'Turquoise';

+$theme[52]['PATH'] = SM_PATH . 'themes/solarized_light.php';
+$theme[52]['NAME'] = 'Solarized Light';
+
+$theme[53]['PATH'] = SM_PATH . 'themes/solarized_dark.php';
(Continue reading)


Gmane