squirrelmail.git
19 years agoXHTML fixes, trimming blanks, removing tabs etc.
jervfors [Sat, 16 Oct 2004 06:33:08 +0000 (06:33 +0000)]
XHTML fixes, trimming blanks, removing tabs etc.

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

19 years agoinfo about changes
tokul [Fri, 15 Oct 2004 11:06:58 +0000 (11:06 +0000)]
info about changes

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

19 years agodumping translate plugin changes into cvs.
tokul [Fri, 15 Oct 2004 10:59:14 +0000 (10:59 +0000)]
dumping translate plugin changes into cvs.
* moved all functions to functions.php
* added site configuration options
* added custom translation engine options
translation engines still need some updates that will be added later

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

19 years agouse 8bit content-transfer-encoding header when MDN contains 8bit symbols.
tokul [Fri, 15 Oct 2004 09:20:39 +0000 (09:20 +0000)]
use 8bit content-transfer-encoding header when MDN contains 8bit symbols.
8bit symbols can be present, if interface uses translated strings. Fix for #934033

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

19 years agoadding comments near addressbook_bottom hook
tokul [Fri, 15 Oct 2004 09:16:50 +0000 (09:16 +0000)]
adding comments near addressbook_bottom hook

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

19 years agousing sq_is8bit function instead of ereg. Code reuse and fixes some problems
tokul [Fri, 15 Oct 2004 09:15:49 +0000 (09:15 +0000)]
using sq_is8bit function instead of ereg. Code reuse and fixes some problems
with mbstring overloading.

P.S. SquirrelMail login fails with
php_value mbstring.func_overload 2
php_value mbstring.internal_encoding utf-8

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

19 years agoadding sq_is8bit and sq_mb_list_encodings functions.
tokul [Fri, 15 Oct 2004 09:12:12 +0000 (09:12 +0000)]
adding sq_is8bit and sq_mb_list_encodings functions.
sq_is8bit can be used in decoding functions and read_body.php
sq_mb_list_encodings provides replacement for mb_list_encodings

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

19 years agouse folder list instead of string list in order to follow 'mailbox_select_style'
tokul [Sat, 9 Oct 2004 12:52:43 +0000 (12:52 +0000)]
use folder list instead of string list in order to follow 'mailbox_select_style'
setting.

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

19 years agosanitizing folder name display.
tokul [Sat, 9 Oct 2004 12:46:40 +0000 (12:46 +0000)]
sanitizing folder name display.

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

19 years agooption contains html encoded spaces
tokul [Sat, 9 Oct 2004 12:36:55 +0000 (12:36 +0000)]
option contains html encoded spaces

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

19 years agodoc update
tokul [Sat, 9 Oct 2004 09:30:10 +0000 (09:30 +0000)]
doc update

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

19 years agolanguage names and alternative names are html encoded in order to be able to
tokul [Sat, 9 Oct 2004 09:13:18 +0000 (09:13 +0000)]
language names and alternative names are html encoded in order to be able to
display them in unsupported charsets

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

19 years agoadding htmlencoded option to SquirrelOption. allows to preserve html entities
tokul [Sat, 9 Oct 2004 09:11:59 +0000 (09:11 +0000)]
adding htmlencoded option to SquirrelOption. allows to preserve html entities
moved isset postvals test into function call. removes duplicate code.

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

19 years agofixed phpdoc error with example tag
tokul [Sat, 9 Oct 2004 08:36:34 +0000 (08:36 +0000)]
fixed phpdoc error with example tag

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

19 years agoreusing abook_create_form code
tokul [Sat, 9 Oct 2004 08:27:32 +0000 (08:27 +0000)]
reusing abook_create_form code

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

19 years agoremove tabs
tokul [Sat, 9 Oct 2004 08:14:06 +0000 (08:14 +0000)]
remove tabs

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

19 years agomoving functions from src/addressbook.php to functions/addressbook.php - possible...
tokul [Sat, 9 Oct 2004 08:12:23 +0000 (08:12 +0000)]
moving functions from src/addressbook.php to functions/addressbook.php - possible code reuse
rearranged functions in functions/addressbook.php (functions first, classes next)
added abook_create_form function
if value of address book field contains array, create select box instead of input field.

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

19 years agoinfo about LC_NUMERIC change
tokul [Mon, 4 Oct 2004 16:37:59 +0000 (16:37 +0000)]
info about LC_NUMERIC change

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

19 years agouse C floating point
tokul [Mon, 4 Oct 2004 16:35:31 +0000 (16:35 +0000)]
use C floating point

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

19 years agoposix functions can be disabled or unavailable
tokul [Mon, 4 Oct 2004 16:09:03 +0000 (16:09 +0000)]
posix functions can be disabled or unavailable

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

19 years agoupdated strings
tokul [Mon, 4 Oct 2004 15:24:46 +0000 (15:24 +0000)]
updated strings

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

19 years agoconverting strings to ngettext
tokul [Mon, 4 Oct 2004 15:23:48 +0000 (15:23 +0000)]
converting strings to ngettext

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

19 years agoconverting string to ngettext. you have 1 message or you have more messages
tokul [Mon, 4 Oct 2004 15:04:20 +0000 (15:04 +0000)]
converting string to ngettext. you have 1 message or you have more messages

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

19 years agoinformation about removed japanese_xtra and added ngettext support
tokul [Mon, 4 Oct 2004 14:36:08 +0000 (14:36 +0000)]
information about removed japanese_xtra and added ngettext support

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

19 years agoversion info
tokul [Mon, 4 Oct 2004 14:29:58 +0000 (14:29 +0000)]
version info

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

19 years agoadding version information
tokul [Mon, 4 Oct 2004 14:29:09 +0000 (14:29 +0000)]
adding version information

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

19 years agorearranged layout of the file. first add all functions, then add i18n code.
tokul [Mon, 4 Oct 2004 14:25:03 +0000 (14:25 +0000)]
rearranged layout of the file. first add all functions, then add i18n code.
remove combined japanese_xtra function. System is set to use independent
xtra functions.

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

19 years agochanging SM internal gettext functions to use php-gettext classes. Fix for
tokul [Mon, 4 Oct 2004 14:14:48 +0000 (14:14 +0000)]
changing SM internal gettext functions to use php-gettext classes. Fix for
bug. 1019007.

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

19 years agoadding php-gettext classes
tokul [Mon, 4 Oct 2004 13:35:08 +0000 (13:35 +0000)]
adding php-gettext classes

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

19 years agoChanges in src/vcard.php
jervfors [Sun, 3 Oct 2004 09:47:14 +0000 (09:47 +0000)]
Changes in src/vcard.php

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

19 years agoChanging strings to conform with "src/addressbook.php".
jervfors [Sun, 3 Oct 2004 08:36:03 +0000 (08:36 +0000)]
Changing strings to conform with "src/addressbook.php".
Added possibility for the user to add an e-mail address if one isn't at the vcard.
Added possibility for the user to add extra information if only name and e-mail address is at the vcard.
Moving some HTML outside PHP.

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

19 years agoMinor cleanup in comments
jervfors [Sun, 3 Oct 2004 03:18:51 +0000 (03:18 +0000)]
Minor cleanup in comments

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

19 years agoUnifying with STABLE
jervfors [Sun, 3 Oct 2004 02:37:18 +0000 (02:37 +0000)]
Unifying with STABLE

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

19 years agoMinor cleanups and changing the links for downloading/viewing attachments
jervfors [Sun, 3 Oct 2004 02:14:30 +0000 (02:14 +0000)]
Minor cleanups and changing the links for downloading/viewing attachments

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

19 years agoMinor cleanup
jervfors [Sat, 2 Oct 2004 23:38:38 +0000 (23:38 +0000)]
Minor cleanup

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

19 years agoRemoving unnecessary require_once()
jervfors [Sat, 2 Oct 2004 20:45:42 +0000 (20:45 +0000)]
Removing unnecessary require_once()

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

19 years agoCleanup in comment
jervfors [Sat, 2 Oct 2004 20:27:29 +0000 (20:27 +0000)]
Cleanup in comment

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

19 years agoMinor cleanup
jervfors [Sat, 2 Oct 2004 19:58:12 +0000 (19:58 +0000)]
Minor cleanup

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

19 years agoMinor cleanup in comments
jervfors [Sat, 2 Oct 2004 18:00:20 +0000 (18:00 +0000)]
Minor cleanup in comments

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

19 years agoPutting XHTML compliance back
jervfors [Sat, 2 Oct 2004 17:21:32 +0000 (17:21 +0000)]
Putting XHTML compliance back

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

19 years agoFix for 906217. If replying to an email inline, and a spell check is done,
jangliss [Sat, 2 Oct 2004 03:09:08 +0000 (03:09 +0000)]
Fix for 906217.  If replying to an email inline, and a spell check is done,
spelling mistakes in the reply would be corrected on the wrong line (ie,
throughout the original email to which you are replying).  This is caused
by aspell (and possibly ispell) ignoring empty lines.

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

19 years agoAdding info about fortune plugin
tokul [Fri, 1 Oct 2004 18:43:03 +0000 (18:43 +0000)]
Adding info about fortune plugin

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

19 years agomoving functions to separate file, adding configuration files
tokul [Fri, 1 Oct 2004 18:39:39 +0000 (18:39 +0000)]
moving functions to separate file, adding configuration files

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

19 years agoAdding reminder
jervfors [Fri, 1 Oct 2004 01:15:41 +0000 (01:15 +0000)]
Adding reminder

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

19 years agoMinor cleanup
jervfors [Fri, 1 Oct 2004 00:20:06 +0000 (00:20 +0000)]
Minor cleanup

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

19 years agoMinor cleanup
jervfors [Thu, 30 Sep 2004 22:48:09 +0000 (22:48 +0000)]
Minor cleanup

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

19 years agoIf we use forms.php in STABLE we might as well try it in DEVEL
jervfors [Thu, 30 Sep 2004 22:47:10 +0000 (22:47 +0000)]
If we use forms.php in STABLE we might as well try it in DEVEL

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

19 years agoAdding point
jervfors [Thu, 30 Sep 2004 18:21:16 +0000 (18:21 +0000)]
Adding point

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

19 years agoDo a natural language sort on mailbox names. Otherwise it shows as all uppercase...
indiri69 [Thu, 30 Sep 2004 18:11:38 +0000 (18:11 +0000)]
Do a natural language sort on mailbox names.  Otherwise it shows as all uppercase and then all lowercase

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

19 years agoUnifying STABLE and DEVEL where possible
jervfors [Thu, 30 Sep 2004 07:25:30 +0000 (07:25 +0000)]
Unifying STABLE and DEVEL where possible

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

19 years agofixed toggle all link for browsers without JS support. older implementation
tokul [Wed, 29 Sep 2004 18:03:21 +0000 (18:03 +0000)]
fixed toggle all link for browsers without JS support. older implementation
used $mailbox variable and created longer url after each click. it still need
fixes for message moving and maybe for search.

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

19 years agoFixing undefined variables
jervfors [Tue, 28 Sep 2004 20:15:10 +0000 (20:15 +0000)]
Fixing undefined variables

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

19 years agoinfo about Bengali
tokul [Tue, 28 Sep 2004 17:38:57 +0000 (17:38 +0000)]
info about Bengali

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

19 years agoAdding Bengali translation support
tokul [Tue, 28 Sep 2004 17:17:02 +0000 (17:17 +0000)]
Adding Bengali translation support

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

19 years agoUpdate
jervfors [Tue, 28 Sep 2004 06:37:25 +0000 (06:37 +0000)]
Update

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

19 years agoFixing undefined variables
jervfors [Tue, 28 Sep 2004 05:37:13 +0000 (05:37 +0000)]
Fixing undefined variables

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

19 years agoAlways display $org_name in the title
jervfors [Tue, 28 Sep 2004 04:54:07 +0000 (04:54 +0000)]
Always display $org_name in the title

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

19 years agoFixing "broken" strings
jervfors [Tue, 28 Sep 2004 04:17:30 +0000 (04:17 +0000)]
Fixing "broken" strings

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

19 years agoclosing form tag. thanks to Gunnar Wagenknecht.
tokul [Mon, 27 Sep 2004 14:22:11 +0000 (14:22 +0000)]
closing form tag. thanks to Gunnar Wagenknecht.

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

19 years agoFolder list not skipping INBOX for Courier; case seems to matter
pdontthink [Wed, 22 Sep 2004 21:12:20 +0000 (21:12 +0000)]
Folder list not skipping INBOX for Courier; case seems to matter

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

19 years agoSquash IMAP errors when auto-fetching; fix was previously applied, but only for manua...
pdontthink [Tue, 14 Sep 2004 20:43:55 +0000 (20:43 +0000)]
Squash IMAP errors when auto-fetching; fix was previously applied, but only for manual fetches

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

19 years agoSquash IMAP errors when auto-fetching; fix was previously applied, but only to fetch.php
pdontthink [Tue, 14 Sep 2004 20:43:03 +0000 (20:43 +0000)]
Squash IMAP errors when auto-fetching; fix was previously applied, but only to fetch.php

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

19 years ago- Make the SMTP auth detection more RFC-compliant (send HELO, enclose
kink [Mon, 13 Sep 2004 09:40:49 +0000 (09:40 +0000)]
- Make the SMTP auth detection more RFC-compliant (send HELO, enclose
MAIL FROM and RCPT TO addresses in brackets); this makes it work better
with stricter MTA's.
- Use example.com as the example domain as per RFC 2606.

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

19 years agoSmall bug fix - $targetmailbox was only being set when $_GET['mailbox'] was already set
cigamit [Sun, 12 Sep 2004 03:54:16 +0000 (03:54 +0000)]
Small bug fix - $targetmailbox was only being set when $_GET['mailbox'] was already set

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

19 years agoadding tis-620 support
tokul [Fri, 10 Sep 2004 16:33:00 +0000 (16:33 +0000)]
adding tis-620 support

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

19 years agoadding other five charsets needed for some translations
tokul [Fri, 10 Sep 2004 16:19:45 +0000 (16:19 +0000)]
adding other five charsets needed for some translations

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

19 years agoinfo about Hungarian and Hebrew translators
tokul [Fri, 10 Sep 2004 09:46:56 +0000 (09:46 +0000)]
info about Hungarian and Hebrew translators

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

19 years agoupdates to mysql backend in change_password plugin..
ebullient [Wed, 8 Sep 2004 15:24:22 +0000 (15:24 +0000)]
updates to mysql backend in change_password plugin..
Different mechanism to override backend settings so that backend/<type>.php
doesn't have config stuff in it, and added support for MySQL password and
UNIX crypt password encryption (like old mysql changepass plugin).

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

19 years agoFixed problem that caused an error when deleting all messages on the last page of...
cigamit [Wed, 8 Sep 2004 03:28:33 +0000 (03:28 +0000)]
Fixed problem that caused an error when deleting all messages on the last page of a paginated view (provides fix for #1014612).  It would point to an invalid page mainly because an extra variable wasn't being updated and one other small miscalculation.

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

19 years agonested table might not centered when width is not set.
tokul [Tue, 7 Sep 2004 16:42:13 +0000 (16:42 +0000)]
nested table might not centered when width is not set.
I know about style="white-space:nowrap" limitations in IE5 and I also know
that <nobr> is not part of html 4.01 specs.

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

19 years agoinfo about Turkish locale changes
tokul [Tue, 7 Sep 2004 16:02:39 +0000 (16:02 +0000)]
info about Turkish locale changes

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

19 years agoUse C character conversion rules if Turkish translation is used. Breaks
tokul [Tue, 7 Sep 2004 15:59:32 +0000 (15:59 +0000)]
Use C character conversion rules if Turkish translation is used. Breaks
some case insensitive searches in Turkish translations, but stops breaking
any strtoupper/strtolower functions, that assume English character case
conversion rules.

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

19 years agoadding iso8859-7 and iso-8859-9 support
tokul [Tue, 7 Sep 2004 15:55:36 +0000 (15:55 +0000)]
adding iso8859-7 and iso-8859-9 support

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

19 years agoadding iso8859-15 support
tokul [Tue, 7 Sep 2004 15:11:48 +0000 (15:11 +0000)]
adding iso8859-15 support

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

19 years agoAdding iso8859-2 encoding support
tokul [Tue, 7 Sep 2004 14:58:07 +0000 (14:58 +0000)]
Adding iso8859-2 encoding support

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

19 years agocharset totals
tokul [Tue, 7 Sep 2004 14:33:43 +0000 (14:33 +0000)]
charset totals

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

19 years agoremoved require_once() calls that are already loaded by include/validate.php
tokul [Tue, 7 Sep 2004 13:54:11 +0000 (13:54 +0000)]
removed require_once() calls that are already loaded by include/validate.php
converted $_GET's to sqgetGlobalVar's and added validation.

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

19 years agoadding option that allows html transitional or frameset doctype
tokul [Tue, 7 Sep 2004 13:46:36 +0000 (13:46 +0000)]
adding option that allows html transitional or frameset doctype

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

19 years agosanitizing vcard version field and providing empty firstname/lastname values.
tokul [Tue, 7 Sep 2004 10:02:04 +0000 (10:02 +0000)]
sanitizing vcard version field and providing empty firstname/lastname values.
It would be nicer to assume compatibility with some vcard version and try
extracting firstname/lastname/email info.

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

19 years agoadding some i18n information
tokul [Mon, 6 Sep 2004 16:42:45 +0000 (16:42 +0000)]
adding some i18n information

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

19 years agoadding list of files that are included by include/validate.php
tokul [Mon, 6 Sep 2004 15:39:01 +0000 (15:39 +0000)]
adding list of files that are included by include/validate.php
helps to minimize require_once and include_once statements.

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

19 years agohiding functions used only by plugin
tokul [Mon, 6 Sep 2004 14:34:58 +0000 (14:34 +0000)]
hiding functions used only by plugin

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

19 years agocode cleanup:
tokul [Mon, 6 Sep 2004 14:18:44 +0000 (14:18 +0000)]
code cleanup:
 adding phpdoc blocks
 removing bogus GetMimeProperties function
 breaking long line

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

19 years agoremoved includes that are already loaded by include/validate.php.
tokul [Mon, 6 Sep 2004 13:45:32 +0000 (13:45 +0000)]
removed includes that are already loaded by include/validate.php.
converted & to &amp; in frame urls. w3.org recommendation.

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

19 years agospellcheck
tokul [Mon, 6 Sep 2004 08:54:56 +0000 (08:54 +0000)]
spellcheck

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

19 years agofixed function_exist test and used newer mcrypt functions. If squirrelmail
tokul [Mon, 6 Sep 2004 08:52:14 +0000 (08:52 +0000)]
fixed function_exist test and used newer mcrypt functions. If squirrelmail
minimal requirements are 4.1.2, function test can be removed.

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

19 years agocomma in wrong place.
tokul [Mon, 6 Sep 2004 08:30:55 +0000 (08:30 +0000)]
comma in wrong place.

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

19 years agofixed custom css loading
tokul [Mon, 6 Sep 2004 08:10:50 +0000 (08:10 +0000)]
fixed custom css loading

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

19 years agousing default html header generation functions. Fixes error when custom_css
tokul [Mon, 6 Sep 2004 08:09:21 +0000 (08:09 +0000)]
using default html header generation functions. Fixes error when custom_css
was not loaded.

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

19 years agoXHTML fixes
jervfors [Thu, 2 Sep 2004 23:33:47 +0000 (23:33 +0000)]
XHTML fixes

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

19 years agobutton row in mailbox listing uses color[0]. read_body used color[9]. These
tokul [Thu, 2 Sep 2004 20:25:04 +0000 (20:25 +0000)]
button row in mailbox listing uses color[0]. read_body used color[9]. These
colors can differ.

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

19 years agousing internal SM functions to create page header.
tokul [Thu, 2 Sep 2004 19:41:07 +0000 (19:41 +0000)]
using internal SM functions to create page header.

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

19 years ago1. there is no <nobr> in html 4.01 specs.
tokul [Thu, 2 Sep 2004 19:10:49 +0000 (19:10 +0000)]
1. there is no <nobr> in html 4.01 specs.
2. formating looks bad when user has longer clock format or "Last refresh"
string + clock does not fit in default frame width

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

19 years agovcard might be without email fields.
tokul [Wed, 1 Sep 2004 17:04:40 +0000 (17:04 +0000)]
vcard might be without email fields.

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

19 years agome bad. loose but lossy.
tokul [Wed, 1 Sep 2004 16:37:57 +0000 (16:37 +0000)]
me bad. loose but lossy.

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

19 years agoFixes for bugs #1019185 and #1017941
cigamit [Wed, 1 Sep 2004 04:19:52 +0000 (04:19 +0000)]
Fixes for bugs #1019185 and #1017941
global variable $boxesnew was being corrupted by another function (I don't really see why its even global at this point, its also stored in the Session).  Changed the name of the variable used in the offending function.  The symptoms were that the folder list boxes would not be populated, errors when emptying the trash, and errors in the Folders Options.

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

19 years agoFixes for bugs #1019185 and #1017941
cigamit [Wed, 1 Sep 2004 04:11:20 +0000 (04:11 +0000)]
Fixes for bugs #1019185 and #1017941
global variable $boxesnew was being corrupted by another function (I don't really see why its even global at this point, its also stored in the Session).  Changed the name of the variable used in the offending function.  The symptoms were that the folder list boxes would not be populated, errors when emptying the trash, and errors in the Folders Options.

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

19 years agoSpelling fix
jervfors [Tue, 31 Aug 2004 20:25:05 +0000 (20:25 +0000)]
Spelling fix

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

19 years agoremoved language codes from conf.pl. List is too big.
tokul [Tue, 31 Aug 2004 17:27:10 +0000 (17:27 +0000)]
removed language codes from conf.pl. List is too big.
$default_charset can be used to change charset of English translation.

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

19 years agoadding i18n doc (unfinished)
tokul [Tue, 31 Aug 2004 17:19:56 +0000 (17:19 +0000)]
adding i18n doc (unfinished)

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