squirrelmail.git
23 years ago* Got rid of problem with passwords (finally)
fidian [Mon, 5 Mar 2001 16:14:53 +0000 (16:14 +0000)]
* Got rid of problem with passwords (finally)
* Added a new function in strings.php to quote a string to be sent to
  the IMAP server

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1170 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* Possible fix for GroupWise
fidian [Mon, 5 Mar 2001 15:57:09 +0000 (15:57 +0000)]
* Possible fix for GroupWise

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1168 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoAdding plugins back into 1.1
fidian [Mon, 5 Mar 2001 15:28:48 +0000 (15:28 +0000)]
Adding plugins back into 1.1

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1167 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agofixed typo (Bug #405483)
centaurix [Sun, 4 Mar 2001 12:20:01 +0000 (12:20 +0000)]
fixed typo (Bug #405483)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1166 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* Fixed problem for forwarding files too.
fidian [Sat, 3 Mar 2001 16:57:25 +0000 (16:57 +0000)]
* Fixed problem for forwarding files too.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1165 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* HTML cleaned up a bit
fidian [Sat, 3 Mar 2001 16:20:31 +0000 (16:20 +0000)]
* HTML cleaned up a bit
* Allows for multiple attachments, guaranteed.

Apparently, GenerateRandomString was producing the exact same string for a
second file attached.  This would of course overwrite the currently existing
attachment in both the $attachments array and on disk.  The first one would
be gone.

The code (two lines) fixes this by checking if that $localfilename is
already defined in $attachments, and will generate a new $localfilename if
it does.

What I can't figure out is how in the world did GenerateRandomString produce
the exact same string with two completely different page requests.  We
generate a key based on the time, remote user's information, and Apache's
unique ID that it sends along.  Also, it was supposed to generate 32
characters of lowercase, uppercase, and numbers.  That creates a string with
62^32 different possibilities.  That seems pretty wide open, but apparently
it caused problems.  Well, problems are solved now by simply checking if the
string was used already.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1162 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoupdated Brazillian Portuguise translation
lkehresman [Sun, 25 Feb 2001 14:39:03 +0000 (14:39 +0000)]
updated Brazillian Portuguise translation

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1160 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* :-) The first letter of matching folders had their head removed!
fidian [Sun, 25 Feb 2001 05:47:25 +0000 (05:47 +0000)]
* :-)  The first letter of matching folders had their head removed!
  (one char too many trimmed)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1159 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoremoved some regular expressions
lkehresman [Sat, 24 Feb 2001 17:09:44 +0000 (17:09 +0000)]
removed some regular expressions

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1158 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoadded bugfix from 1.0.3cvs
lkehresman [Sat, 24 Feb 2001 16:44:46 +0000 (16:44 +0000)]
added bugfix from 1.0.3cvs

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1157 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoadded auto-lookup functionality -- aliases can now be typed in address bars
lkehresman [Sat, 24 Feb 2001 16:06:18 +0000 (16:06 +0000)]
added auto-lookup functionality -- aliases can now be typed in address bars
in the compose form.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1155 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoadded check if loading of the theme is successful.
centaurix [Thu, 22 Feb 2001 18:03:18 +0000 (18:03 +0000)]
added check if loading of the theme is successful.
this is a cool hack using include instead of require.
maybe we should write an include function that does all
require stuff via that.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1153 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoadded finnish help translation
lkehresman [Thu, 22 Feb 2001 13:21:54 +0000 (13:21 +0000)]
added finnish help translation

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1152 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoput Tyler's collapsable folder listing back in
lkehresman [Thu, 22 Feb 2001 01:45:43 +0000 (01:45 +0000)]
put Tyler's collapsable folder listing back in

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1149 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoadded croatian translation
lkehresman [Thu, 22 Feb 2001 01:25:12 +0000 (01:25 +0000)]
added croatian translation

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1148 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* My last color was a smidge too bright.
fidian [Wed, 21 Feb 2001 00:19:47 +0000 (00:19 +0000)]
* My last color was a smidge too bright.
* Hey, where's the collapseable folders option for 1.1??

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1147 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoAdded description of $color[12]
fidian [Tue, 20 Feb 2001 20:15:58 +0000 (20:15 +0000)]
Added description of $color[12]

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1146 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* message_display.php uses $color[12] for every-other message line. If it
fidian [Tue, 20 Feb 2001 18:15:34 +0000 (18:15 +0000)]
* message_display.php uses $color[12] for every-other message line.  If it
  doesn't exist, it defaults to EAEAEA.  Very bad choice for Black Bean
  Burrito.  Added a $color[12] to the theme.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1145 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago$just_logged_in need to be set to 1 not 0. This kept the $motd from ever showing...
cosworth [Tue, 20 Feb 2001 16:22:16 +0000 (16:22 +0000)]
$just_logged_in need to be set to 1 not 0.  This kept the $motd from ever showing, it also broke my patch for auto recreating Trash and Sent folders.  I don't believe it affect anything else.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1144 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agophase 1 of interface improvements -- alternating row colors (needs some work)
lkehresman [Tue, 20 Feb 2001 15:46:20 +0000 (15:46 +0000)]
phase 1 of interface improvements -- alternating row colors (needs some work)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1143 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoConverted sm-1_0 to branch and sm-1_1 to trunk
thomppj [Fri, 16 Feb 2001 23:07:18 +0000 (23:07 +0000)]
Converted sm-1_0 to branch and sm-1_1 to trunk

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1142 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoConverted main trunk to 1.1
thomppj [Fri, 16 Feb 2001 22:55:11 +0000 (22:55 +0000)]
Converted main trunk to 1.1

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1141 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoConverting 1.0 trunk to a branch.
thomppj [Fri, 16 Feb 2001 22:49:13 +0000 (22:49 +0000)]
Converting 1.0 trunk to a branch.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1140 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoSig Prefix fix (forgot getPref)
jbnance [Fri, 16 Feb 2001 22:05:20 +0000 (22:05 +0000)]
Sig Prefix fix (forgot getPref)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1137 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* To make sure that $indent is always greater than zero (error removal)
fidian [Fri, 16 Feb 2001 13:29:40 +0000 (13:29 +0000)]
* To make sure that $indent is always greater than zero (error removal)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1135 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* Probable bugfixes for attachment code
fidian [Fri, 16 Feb 2001 13:23:04 +0000 (13:23 +0000)]
* Probable bugfixes for attachment code
* Not sure if they work perfectly, but it's worth a try.
* We need to make 1.0 a branch and 1.1 be the main
* Because it's not set up that way, I'll need to patch that version too.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1134 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoIncluded no -- prefix support for signature.
jbnance [Thu, 15 Feb 2001 18:01:20 +0000 (18:01 +0000)]
Included no -- prefix support for signature.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1131 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agorefined uw security patch
lbergman [Mon, 12 Feb 2001 15:01:56 +0000 (15:01 +0000)]
refined uw security patch

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1127 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoreverted changes so that collapsable folders are only in 1.1 branch
lkehresman [Sat, 10 Feb 2001 18:27:05 +0000 (18:27 +0000)]
reverted changes so that collapsable folders are only in 1.1 branch

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1123 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoadded plugins directory (without archives)
lkehresman [Sat, 10 Feb 2001 17:59:23 +0000 (17:59 +0000)]
added plugins directory (without archives)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1122 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoadded plugins to their own module
lkehresman [Sat, 10 Feb 2001 17:54:50 +0000 (17:54 +0000)]
added plugins to their own module

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1121 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* This is pathetic.
fidian [Sat, 10 Feb 2001 01:46:05 +0000 (01:46 +0000)]
* This is pathetic.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1117 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* Now it works as it should to a bit more.
fidian [Sat, 10 Feb 2001 01:44:29 +0000 (01:44 +0000)]
* Now it works as it should to a bit more.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1116 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* Forgot to catch an 'if' so I could get proper indentation
fidian [Sat, 10 Feb 2001 01:37:19 +0000 (01:37 +0000)]
* Forgot to catch an 'if' so I could get proper indentation

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1115 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* Another little bug I made when I was mucking with the code
fidian [Sat, 10 Feb 2001 01:34:07 +0000 (01:34 +0000)]
* Another little bug I made when I was mucking with the code

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1114 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* Removed one line by accident
fidian [Sat, 10 Feb 2001 01:25:05 +0000 (01:25 +0000)]
* Removed one line by accident
* Warning removed

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1113 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* Removed the unnecessary function replace_escaped_spaces (never used)
fidian [Sat, 10 Feb 2001 01:22:06 +0000 (01:22 +0000)]
* Removed the unnecessary function replace_escaped_spaces (never used)
* Changed all instances of replace_spaces to the actual function call
  (removing the silly wrapper function replace_spaces)
* Added a collapseable folder list for left_main.php
* Added the option for it under Options -> Folders

(Sorry that I didn't do this in smaller commits that only did one or two of
the above actions.)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1110 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agofix bug select one highlight item, deletes all
lbergman [Sat, 10 Feb 2001 00:45:31 +0000 (00:45 +0000)]
fix bug select one highlight item, deletes all

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1109 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agofix bug in display with no name
lbergman [Sat, 10 Feb 2001 00:25:01 +0000 (00:25 +0000)]
fix bug in display with no name

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1108 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* To make life easier when making plugin archives
fidian [Fri, 9 Feb 2001 22:09:43 +0000 (22:09 +0000)]
* To make life easier when making plugin archives
  - Creates a .tar.gz and .zip of the plugin
  - Requires Perl (I'm not a bash scripting god, also works on Windows?)
  - ./make_archive.pl attachment_common 1.7
  - Doesn't add CVS directories to archive (yeay)
  - Resulting archives are left in current directory

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1107 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agofixed errors
lbergman [Fri, 9 Feb 2001 21:58:38 +0000 (21:58 +0000)]
fixed errors

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1106 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agofixed errors in 'some'
lbergman [Fri, 9 Feb 2001 21:48:53 +0000 (21:48 +0000)]
fixed errors in 'some'

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1105 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agofixed a '\ that should have been " "
lbergman [Fri, 9 Feb 2001 21:46:52 +0000 (21:46 +0000)]
fixed a '\ that should have been " "

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1104 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agofixed a '\ that should have been " "
lbergman [Fri, 9 Feb 2001 21:42:48 +0000 (21:42 +0000)]
fixed a '\ that should have been " "

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1103 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago"me" to 'you'
lbergman [Fri, 9 Feb 2001 21:14:39 +0000 (21:14 +0000)]
"me" to 'you'

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1102 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago"me" to 'you'
lbergman [Fri, 9 Feb 2001 20:58:35 +0000 (20:58 +0000)]
"me" to 'you'

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1101 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* Helping out with the "me" to 'you' changes
fidian [Fri, 9 Feb 2001 20:41:12 +0000 (20:41 +0000)]
* Helping out with the "me" to 'you' changes

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1100 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago"me" to 'you'
lbergman [Fri, 9 Feb 2001 20:38:42 +0000 (20:38 +0000)]
"me" to 'you'

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1099 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago"me" to 'you', made attempt to be more carfull for the sake of Tyler's sanity.
lbergman [Fri, 9 Feb 2001 20:08:58 +0000 (20:08 +0000)]
"me" to 'you', made attempt to be more carfull for the sake of Tyler's sanity.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1098 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* Moved subject handling code into its own function.
fidian [Fri, 9 Feb 2001 19:40:51 +0000 (19:40 +0000)]
* Moved subject handling code into its own function.
* Hopefully simplified the entity-checking loop.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1097 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoNow compares the user's language cookie with his preferences and corrects the cookie...
graf25 [Fri, 9 Feb 2001 19:20:13 +0000 (19:20 +0000)]
Now compares the user's language cookie with his preferences and corrects the cookie if they are different or it is unset

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1096 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoFixes the problem of subjects with entities getting trimmed too short.
graf25 [Fri, 9 Feb 2001 17:08:21 +0000 (17:08 +0000)]
Fixes the problem of subjects with entities getting trimmed too short.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1095 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* Stupid bugfix
fidian [Fri, 9 Feb 2001 16:38:35 +0000 (16:38 +0000)]
* Stupid bugfix

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1094 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* Fixed typo
fidian [Fri, 9 Feb 2001 16:26:04 +0000 (16:26 +0000)]
* Fixed typo

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1093 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* Now the MIME type can be overridden (if you have a .php file, it is
fidian [Fri, 9 Feb 2001 16:14:17 +0000 (16:14 +0000)]
* Now the MIME type can be overridden (if you have a .php file, it is
  marked as applicaton/octet-stream when it should be text/plain)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1092 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* Added more plugin stuff. :-)
fidian [Fri, 9 Feb 2001 16:13:23 +0000 (16:13 +0000)]
* Added more plugin stuff.  :-)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1091 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* Noticed that mime_match_parentheses() didn't work when a string had
fidian [Fri, 9 Feb 2001 16:12:54 +0000 (16:12 +0000)]
* Noticed that mime_match_parentheses() didn't work when a string had
  quotes in it.  The string (a " quote) returned by the IMAP server
  would look like "a \" quote", so needed to check for that.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1090 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago"here" to 'there'
lbergman [Fri, 9 Feb 2001 15:58:43 +0000 (15:58 +0000)]
"here" to 'there'

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1089 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* <?= ?> tags changed to <?php echo ?>
fidian [Fri, 9 Feb 2001 15:25:44 +0000 (15:25 +0000)]
* <?= ?> tags changed to <?php echo ?>

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1088 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* Lots-o-debug info
fidian [Fri, 9 Feb 2001 14:51:01 +0000 (14:51 +0000)]
* Lots-o-debug info

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1087 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* Now this sends $plugin_general_debug to the plugins too. If the plugins
fidian [Fri, 9 Feb 2001 14:44:15 +0000 (14:44 +0000)]
* Now this sends $plugin_general_debug to the plugins too.  If the plugins
  aren't coded to accept the debug value for their setup function, then it
  should be ignored safely.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1086 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* We now escape properly in strings
fidian [Fri, 9 Feb 2001 14:39:38 +0000 (14:39 +0000)]
* We now escape properly in strings

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1085 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* Removed all of the echo statements
fidian [Fri, 9 Feb 2001 14:38:27 +0000 (14:38 +0000)]
* Removed all of the echo statements
* Kinda curious if we can just use <?= $val ?> or if we need to do the
  full-fledged <?php echo $val ?>   (comments?)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1084 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* Fixed HTML image tag not being closed.
fidian [Fri, 9 Feb 2001 13:29:33 +0000 (13:29 +0000)]
* Fixed HTML image tag not being closed.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1083 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* Added a debug mode.
fidian [Fri, 9 Feb 2001 13:24:07 +0000 (13:24 +0000)]
* Added a debug mode.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1082 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoBugfixes in l10n
graf25 [Fri, 9 Feb 2001 07:18:42 +0000 (07:18 +0000)]
Bugfixes in l10n

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1081 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agofixed minor spelling error
lkehresman [Fri, 9 Feb 2001 04:29:09 +0000 (04:29 +0000)]
fixed minor spelling error

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1080 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agousing isset($CHARSET) for consistency (and probably other reasons)
graf25 [Fri, 9 Feb 2001 04:25:05 +0000 (04:25 +0000)]
using isset($CHARSET) for consistency (and probably other reasons)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1079 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoreplaced "foo" with 'foo' while doing other
lbergman [Fri, 9 Feb 2001 00:26:02 +0000 (00:26 +0000)]
replaced "foo" with 'foo' while doing other

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1078 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoWorkarounds for Russian Apache and charsets/attachments problem.
graf25 [Thu, 8 Feb 2001 17:18:45 +0000 (17:18 +0000)]
Workarounds for Russian Apache and charsets/attachments problem.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1077 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agofixed version number
lkehresman [Thu, 8 Feb 2001 15:39:50 +0000 (15:39 +0000)]
fixed version number

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1076 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agofixed search folder list display
lkehresman [Thu, 8 Feb 2001 15:37:46 +0000 (15:37 +0000)]
fixed search folder list display

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1075 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoadded icelandic translation
lkehresman [Thu, 8 Feb 2001 14:21:47 +0000 (14:21 +0000)]
added icelandic translation

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1073 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* added Hungarian translation
lkehresman [Thu, 8 Feb 2001 02:32:28 +0000 (02:32 +0000)]
* added Hungarian translation
* updated Taiwan translation

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1072 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* Minor bugfixes with addressbooks
fidian [Wed, 7 Feb 2001 16:39:03 +0000 (16:39 +0000)]
* Minor bugfixes with addressbooks
* Local addresses now list again when you hit the Addresses button on the
  compose.php form.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1071 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* quotemeta() wasn't the right function. addslashes() is correct.
fidian [Wed, 7 Feb 2001 14:37:51 +0000 (14:37 +0000)]
* quotemeta() wasn't the right function.  addslashes() is correct.
* This should fix the bugs Lewis was talking about.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1070 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* Auto-detects if form is 'compose.php' and if PHP is giving us bad form
fidian [Wed, 7 Feb 2001 04:24:43 +0000 (04:24 +0000)]
* Auto-detects if form is 'compose.php' and if PHP is giving us bad form
  data and will only trim when appropriate (the multipart/form-data form)
* Trimming method doesn't eliminate extra newlines -- just the first one.
* Cleaned up the code a bit.

* This code should be removed somewhat soon after RedHat officially releases
  a good binary package and after Konqueror works.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1069 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* Removed the other workarounds too. :-)
fidian [Wed, 7 Feb 2001 03:46:12 +0000 (03:46 +0000)]
* Removed the other workarounds too.  :-)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1068 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agousing tyler's method, added OPTIONAL workaround for Konq problem
lkehresman [Wed, 7 Feb 2001 02:45:00 +0000 (02:45 +0000)]
using tyler's method, added OPTIONAL workaround for Konq problem

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1067 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* Fixed my typo
fidian [Tue, 6 Feb 2001 20:40:12 +0000 (20:40 +0000)]
* Fixed my typo

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1066 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* Cleaned up some code
fidian [Tue, 6 Feb 2001 20:39:09 +0000 (20:39 +0000)]
* Cleaned up some code

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1065 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* More fixes
fidian [Tue, 6 Feb 2001 20:30:03 +0000 (20:30 +0000)]
* More fixes
* $boxes[$i]['flags'] is always an array now.  :-)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1064 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* Hopefully squashed all those annoying "flags" workarounds
fidian [Tue, 6 Feb 2001 20:26:33 +0000 (20:26 +0000)]
* Hopefully squashed all those annoying "flags" workarounds
* Should kill the error I was just reported with search.php

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1063 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* Removed a potential warning and potential config problem (like the plugins)
fidian [Tue, 6 Feb 2001 18:39:50 +0000 (18:39 +0000)]
* Removed a potential warning and potential config problem (like the plugins)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1062 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* Very minor bugfixes
fidian [Tue, 6 Feb 2001 18:30:47 +0000 (18:30 +0000)]
* Very minor bugfixes
* Removed warnings

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1061 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agospelling mistake
thomppj [Tue, 6 Feb 2001 14:46:06 +0000 (14:46 +0000)]
spelling mistake

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1060 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agofixed some warnings
lkehresman [Tue, 6 Feb 2001 04:16:15 +0000 (04:16 +0000)]
fixed some warnings

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1059 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* updated sweedish
lkehresman [Tue, 6 Feb 2001 01:38:00 +0000 (01:38 +0000)]
* updated sweedish
* updated finnish
* code cleanups
* updated changelog

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1058 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoFor all strings in regexps:
fidian [Mon, 5 Feb 2001 21:13:53 +0000 (21:13 +0000)]
For all strings in regexps:
 * PHP first unescapes the string
 * PHP sends string to ereg, ereg_replace, or whatever
 * ereg/ereg_replace/whatever unescapes the string to make the regexp

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1057 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoFixed some untranslated strings that already is translated elsewhere.
pallo [Mon, 5 Feb 2001 14:11:39 +0000 (14:11 +0000)]
Fixed some untranslated strings that already is translated elsewhere.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1056 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoAdded example code to help people enable the database addressbook backend.
pallo [Mon, 5 Feb 2001 09:34:58 +0000 (09:34 +0000)]
Added example code to help people enable the database addressbook backend.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1055 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoFixed PHP warning for LDAP entries without an e-mail address.
pallo [Mon, 5 Feb 2001 09:33:59 +0000 (09:33 +0000)]
Fixed PHP warning for LDAP entries without an e-mail address.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1054 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoConverted some ereg_replace() into str_replace().
pallo [Mon, 5 Feb 2001 09:33:01 +0000 (09:33 +0000)]
Converted some ereg_replace() into str_replace().
Fixed some SQL queries in the database backend.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1053 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoAdded some missing includes.
pallo [Mon, 5 Feb 2001 09:28:11 +0000 (09:28 +0000)]
Added some missing includes.
Initialize some vars to avoid warnings from PHP.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1052 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoFixed "Select All" link problem for searches.
fidian [Sun, 4 Feb 2001 01:56:08 +0000 (01:56 +0000)]
Fixed "Select All" link problem for searches.
Made Select/Unselect All link a function, so we can put it at the bottom of
searches too.
Made Select/Unselect All link to the current page instead of hardcoding it.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1051 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* All incoming form values now have stripslashes() ran on them automatically
fidian [Sat, 3 Feb 2001 16:58:14 +0000 (16:58 +0000)]
* All incoming form values now have stripslashes() ran on them automatically
  (if PHP escaped them) if you include strings.php
* Removed sqStripSlahes (no need anymore)
* Completely fixed problem with some data needing escapes, some not, and some
  accidentally getting escaped twice (often in compose.php).

To use:
* Load strings.php at the beginning of your script
* All form variables are accessable as globals (as usual), but are without
  the escape backslashes (if PHP put any in).

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1050 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoForgot to use isset() instead of count() because I unset values in the array
fidian [Fri, 2 Feb 2001 23:55:25 +0000 (23:55 +0000)]
Forgot to use isset() instead of count() because I unset values in the array
when I am done with them (frees up memory).

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1049 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoFixed the weird date thing. Forgot it had to be an associative array.
fidian [Fri, 2 Feb 2001 21:38:11 +0000 (21:38 +0000)]
Fixed the weird date thing.  Forgot it had to be an associative array.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1048 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoHopefully fixes problem with "wrong datatype for second argument to in_array"
fidian [Fri, 2 Feb 2001 21:00:31 +0000 (21:00 +0000)]
Hopefully fixes problem with "wrong datatype for second argument to in_array"

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1047 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoWeird. sqStripSlashes isn't needed anymore for form entry?
fidian [Fri, 2 Feb 2001 20:55:23 +0000 (20:55 +0000)]
Weird.  sqStripSlashes isn't needed anymore for form entry?
[SM Developers:  Verify this change works for you]
[Send a message like this "this is a backslash \ tada!" and see if it works]

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1046 7612ce4b-ef26-0410-bec9-ea0150e637f0