pdontthink | 1 May 2008 03:06
Picon

SF.net SVN: squirrelmail: [13071] branches/SM-1_4-STABLE/squirrelmail/src/ addressbook.php

Revision: 13071
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=13071&view=rev
Author:   pdontthink
Date:     2008-04-30 18:06:50 -0700 (Wed, 30 Apr 2008)

Log Message:
-----------
Add 'Compose to' button, put labels around address entries for checkboxes, improve col spacing, add hook
for plugins that can filter listings

Modified Paths:
--------------
    branches/SM-1_4-STABLE/squirrelmail/src/addressbook.php

Modified: branches/SM-1_4-STABLE/squirrelmail/src/addressbook.php
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/src/addressbook.php	2008-04-30 03:11:21 UTC (rev 13070)
+++ branches/SM-1_4-STABLE/squirrelmail/src/addressbook.php	2008-05-01 01:06:50 UTC (rev 13071)
 <at>  <at>  -39,13 +39,14  <at>  <at> 
 sqgetGlobalVar('delimiter', $delimiter,     SQ_SESSION);

 /* From the address form */
-sqgetGlobalVar('addaddr',   $addaddr,   SQ_POST);
-sqgetGlobalVar('editaddr',  $editaddr,  SQ_POST);
-sqgetGlobalVar('deladdr',   $deladdr,   SQ_POST);
-sqgetGlobalVar('sel',       $sel,       SQ_POST);
-sqgetGlobalVar('oldnick',   $oldnick,   SQ_POST);
-sqgetGlobalVar('backend',   $backend,   SQ_POST);
-sqgetGlobalVar('doedit',    $doedit,    SQ_POST);
+sqgetGlobalVar('addaddr',    $addaddr,    SQ_POST);
(Continue reading)

pdontthink | 1 May 2008 03:10
Picon

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

Revision: 13072
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=13072&view=rev
Author:   pdontthink
Date:     2008-04-30 18:10:03 -0700 (Wed, 30 Apr 2008)

Log Message:
-----------
Add 'Compose to' button, put labels around address entries for checkboxes, improve col spacing, add hook
for plugins that can filter listings

Modified Paths:
--------------
    branches/SM-1_4-STABLE/squirrelmail/ChangeLog

Modified: branches/SM-1_4-STABLE/squirrelmail/ChangeLog
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/ChangeLog	2008-05-01 01:06:50 UTC (rev 13071)
+++ branches/SM-1_4-STABLE/squirrelmail/ChangeLog	2008-05-01 01:10:03 UTC (rev 13072)
 <at>  <at>  -23,6 +23,10  <at>  <at> 
     as well as support for the "trailing_text" widget attribute.
   - Boolean option widgets are henceforth presented as checkboxes.
   - Tidied up fortune plugin to be inline with specifications for plugins.
+  - Enhanced address book page: added 'Compose to' button, put labels
+    around address entries tied to checkboxes, improved column spacing,
+    added hook for plugins that can filter address book listings.
+    Complements RisuMail team (risumail.jp).

 Version 1.4.13 - 14 December 2007
 ---------------------------------

(Continue reading)

jervfors | 1 May 2008 09:43
Picon

SF.net SVN: squirrelmail: [13073] trunk/documentation/admin/admin.sgml

Revision: 13073
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=13073&view=rev
Author:   jervfors
Date:     2008-05-01 00:43:39 -0700 (Thu, 01 May 2008)

Log Message:
-----------
Integrating ConfiguringSquirrelMail from the wiki.

Modified Paths:
--------------
    trunk/documentation/admin/admin.sgml

Modified: trunk/documentation/admin/admin.sgml
===================================================================
--- trunk/documentation/admin/admin.sgml	2008-05-01 01:10:03 UTC (rev 13072)
+++ trunk/documentation/admin/admin.sgml	2008-05-01 07:43:39 UTC (rev 13073)
 <at>  <at>  -799,11 +799,88  <at>  <at> 

 <sect>Configuring SquirrelMail
 <p>
-SquirrelMail stores interface configuration in <tt>config/config.php</tt>
-file. This file can be controlled with SquirrelMail configuration utility
-<tt>config/conf.pl</tt>. Default configuration values are stored and
-documented in <tt>config/config_default.php</tt> file.
+Even though the size of this documentation might indicate otherwise,
+SquirrelMail is quite easy to configure. On the other hand, mailsystems are
+quite complicated for a beginner so a few configuration tips might be useful.

+<sect1>Configuration files and tools
(Continue reading)

jervfors | 1 May 2008 10:02
Picon

SF.net SVN: squirrelmail: [13074] trunk/documentation/admin/admin.sgml

Revision: 13074
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=13074&view=rev
Author:   jervfors
Date:     2008-05-01 01:02:32 -0700 (Thu, 01 May 2008)

Log Message:
-----------
Adding a label.

Modified Paths:
--------------
    trunk/documentation/admin/admin.sgml

Modified: trunk/documentation/admin/admin.sgml
===================================================================
--- trunk/documentation/admin/admin.sgml	2008-05-01 07:43:39 UTC (rev 13073)
+++ trunk/documentation/admin/admin.sgml	2008-05-01 08:02:32 UTC (rev 13074)
 <at>  <at>  -797,7 +797,7  <at>  <at> 
 especially if you are upgrading from a version before 1.0.5 to version 1.0.5
 or later.

-<sect>Configuring SquirrelMail
+<sect>Configuring SquirrelMail<label id="configuring">
 <p>
 Even though the size of this documentation might indicate otherwise,
 SquirrelMail is quite easy to configure. On the other hand, mailsystems are

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

(Continue reading)

jervfors | 1 May 2008 13:28
Picon

SF.net SVN: squirrelmail: [13075] trunk/documentation/admin/admin.sgml

Revision: 13075
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=13075&view=rev
Author:   jervfors
Date:     2008-05-01 04:28:36 -0700 (Thu, 01 May 2008)

Log Message:
-----------
Integrating CustomizingSquirrelMail from the wiki.

Modified Paths:
--------------
    trunk/documentation/admin/admin.sgml

Modified: trunk/documentation/admin/admin.sgml
===================================================================
--- trunk/documentation/admin/admin.sgml	2008-05-01 08:02:32 UTC (rev 13074)
+++ trunk/documentation/admin/admin.sgml	2008-05-01 11:28:36 UTC (rev 13075)
 <at>  <at>  -331,7 +331,7  <at>  <at> 
 Menu is controlled by entering numbers or letters that are listed on the left
 side.

-<sect1>The address book format
+<sect1>The address book format<label id="addressbookformat">
 <p>
 By default SquirrelMail stores address books in files, one per address book,
 named <tt/[user account name].abook/. These address book files are kept in the
 <at>  <at>  -350,6 +350,8  <at>  <at> 
 vcard address book format and some address book plugins. You can find list of
 address book plugins at the SquirrelMail site.

(Continue reading)

Chris Hilts | 1 May 2008 14:49
Favicon

Re: SF.net SVN: squirrelmail: [13071] branches/SM-1_4-STABLE/squirrelmail/src/ addressbook.php


pdontthink@... wrote:
| Revision: 13071
|
http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=13071&view=rev
| Author:   pdontthink
| Date:     2008-04-30 18:06:50 -0700 (Wed, 30 Apr 2008)
|
| Log Message:
| -----------
| Add 'Compose to' button, put labels around address entries for
checkboxes, improve col spacing, add hook for plugins that can filter
listings
|
| Modified Paths:
| --------------
|     branches/SM-1_4-STABLE/squirrelmail/src/addressbook.php

Stable?  Were you perhaps aiming for HEAD with that commit?  We don't
add hooks to stable...

--
Chris Hilts
tassium@...
SquirrelMail Developer

Gun Control: Belief that violent predators willing to ignore laws
against robbery, kidnapping, rape, and murder
will obey a law telling them that they cannot do so with a gun.
(Continue reading)

pdontthink | 1 May 2008 20:52
Picon

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

Revision: 13076
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=13076&view=rev
Author:   pdontthink
Date:     2008-05-01 11:52:47 -0700 (Thu, 01 May 2008)

Log Message:
-----------
Minor JavaScript fix when multiple select-style edit lists appear on the same page

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

Modified: branches/SM-1_4-STABLE/squirrelmail/functions/options.php
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/functions/options.php	2008-05-01 11:28:36 UTC (rev 13075)
+++ branches/SM-1_4-STABLE/squirrelmail/functions/options.php	2008-05-01 18:52:47 UTC (rev 13076)
 <at>  <at>  -658,7 +658,7  <at>  <at> 
                     . '&nbsp;<input name="add_' . $this->name 
                     . '" size="38" /><br /><select name="new_' . $this->name
                     . '[]" multiple="multiple" size="' . $height . '"'
-                    . ($javascript_on ? ' onchange="if (typeof(window.addinput) == \'undefined\') { var f =
document.forms.length; var i = 0; var pos = -1; while( pos == -1 && i < f ) { var e =
document.forms[i].elements.length; var j = 0; while( pos == -1 && j < e ) { if (
document.forms[i].elements[j].type == \'text\' && document.forms[i].elements[j].name == \'add_'
. $this->name . '\' ) { pos = j; } j++; } i++; } if( pos >= 0 ) { window.addinput =
document.forms[i-1].elements[pos]; } } for (x = 0; x < this.length; x++) { if
(this.options[x].selected) { window.addinput.value = this.options[x].text; break; } }"' : '')
+                    . ($javascript_on ? ' onchange="if (typeof(window.addinput_' . $this->name . ') == \'undefined\') {
var f = document.forms.length; var i = 0; var pos = -1; while( pos == -1 && i < f ) { var e =
(Continue reading)

pdontthink | 1 May 2008 20:57
Picon

SF.net SVN: squirrelmail: [13077] trunk/squirrelmail/functions/options.php

Revision: 13077
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=13077&view=rev
Author:   pdontthink
Date:     2008-05-01 11:57:24 -0700 (Thu, 01 May 2008)

Log Message:
-----------
Minor JavaScript fix when multiple select-style edit lists appear on the same page

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

Modified: trunk/squirrelmail/functions/options.php
===================================================================
--- trunk/squirrelmail/functions/options.php	2008-05-01 18:52:47 UTC (rev 13076)
+++ trunk/squirrelmail/functions/options.php	2008-05-01 18:57:24 UTC (rev 13077)
 <at>  <at>  -729,7 +729,7  <at>  <at> 
         $oTemplate->assign('input_widget', addInput('add_' . $this->name, '', 38, 0, $this->aExtraAttribs));
         $oTemplate->assign('trailing_text', $this->trailing_text);
         $oTemplate->assign('possible_values', $this->possible_values);
-        $oTemplate->assign('select_widget', addSelect('new_' . $this->name, $this->possible_values,
$this->value, FALSE, !checkForJavascript() ? $this->aExtraAttribs :
array_merge(array('onchange' => 'if (typeof(window.addinput) == \'undefined\') { var f =
document.forms.length; var i = 0; var pos = -1; while( pos == -1 && i < f ) { var e =
document.forms[i].elements.length; var j = 0; while( pos == -1 && j < e ) { if (
document.forms[i].elements[j].type == \'text\' && document.forms[i].elements[j].name == \'add_'
. $this->name . '\' ) { pos = j; } j++; } i++; } if( pos >= 0 ) { window.addinput =
document.forms[i-1].elements[pos]; } } for (x = 0; x < this.length; x++) { if
(this.options[x].selected) { window.addinput.value = this.options[x].value; break; } }'),
(Continue reading)

jervfors | 1 May 2008 23:01
Picon

SF.net SVN: squirrelmail: [13078] trunk/documentation/devel/devel.sgml

Revision: 13078
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=13078&view=rev
Author:   jervfors
Date:     2008-05-01 14:01:56 -0700 (Thu, 01 May 2008)

Log Message:
-----------
Updating the mailing list links.
Removing unneeded "www." in links.

Modified Paths:
--------------
    trunk/documentation/devel/devel.sgml

Modified: trunk/documentation/devel/devel.sgml
===================================================================
--- trunk/documentation/devel/devel.sgml	2008-05-01 18:57:24 UTC (rev 13077)
+++ trunk/documentation/devel/devel.sgml	2008-05-01 21:01:56 UTC (rev 13078)
 <at>  <at>  -263,9 +263,6  <at>  <at> 
 only succeed by the time and effort of the team as a whole.

 <sect>General guidelines
-<p>
-This section should provide some generic information.
-
 <sect1>Coding guidelines
 <p>
 To ensure that the SquirrelMail affects the logs as little as possible, executes
 <at>  <at>  -340,24 +337,24  <at>  <at> 

(Continue reading)

pdontthink | 2 May 2008 23:14
Picon

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

Revision: 13079
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=13079&view=rev
Author:   pdontthink
Date:     2008-05-02 14:14:29 -0700 (Fri, 02 May 2008)

Log Message:
-----------
Include original configuration array in Option object; allows custom save handlers to add their own
parameters and access them at save time

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

Modified: branches/SM-1_4-STABLE/squirrelmail/functions/options.php
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/functions/options.php	2008-05-01 21:01:56 UTC (rev 13078)
+++ branches/SM-1_4-STABLE/squirrelmail/functions/options.php	2008-05-02 21:14:29 UTC (rev 13079)
 <at>  <at>  -67,6 +67,7  <at>  <at> 
  */
 class SquirrelOption {
     /* The basic stuff. */
+    var $raw_option_array;
     var $name;
     var $caption;
     var $type;
 <at>  <at>  -90,8 +91,9  <at>  <at> 
     var $htmlencoded=false;

     function SquirrelOption
(Continue reading)


Gmane