tokul
ff640799f7
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.
2004-09-07 15:59:32 +00:00
tokul
58e9a56011
adding iso8859-7 and iso-8859-9 support
2004-09-07 15:55:36 +00:00
tokul
cd8b58979c
adding iso8859-15 support
2004-09-07 15:11:48 +00:00
tokul
5421195484
Adding iso8859-2 encoding support
2004-09-07 14:58:07 +00:00
tokul
5c49d33bcf
adding option that allows html transitional or frameset doctype
2004-09-07 13:46:36 +00:00
tokul
b7d636673e
me bad. loose but lossy.
2004-09-01 16:37:57 +00:00
Jimmy Conner
a7742cbe17
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.
2004-09-01 04:11:20 +00:00
tokul
c519c0b117
removed language codes from conf.pl. List is too big.
...
$default_charset can be used to change charset of English translation.
2004-08-31 17:27:10 +00:00
tokul
7e398fef72
adding space between cols="number" and $attr.
...
removing extra double quote.
2004-08-29 16:56:41 +00:00
tokul
4ac56e5965
agresive_decoding changed to aggressive_decoding.
...
added loosy_encoding to conf.pl and other configuration scripts.
added phpdoc since tags to some options.
2004-08-27 12:46:59 +00:00
tokul
c616f63103
if encoding function can't find charset, it does us-ascii encoding.
...
$enable_loosy_encoding option allows to use charset conversion in compose,
when output charset does not provide full support of symbols used in input
charset. (for example. utf-8 -> iso-8859-1). Provides solution for bug.806698
2004-08-27 11:54:17 +00:00
tokul
f63814f9d2
send urlencoded filename to IE
2004-08-27 11:48:44 +00:00
tokul
35cd968a09
adding iso-8859-1 and us-ascii encoding support
2004-08-27 11:47:02 +00:00
tokul
c3fbee82cb
rewriting utf8 encoding function. preg_replace is safer that splitting into
...
arrays. now function will support all symbols until somebody comes up with
symbol No 2^31+1 :)
2004-08-26 18:39:20 +00:00
Fredrik Jervfors
b9788abcfa
Minor cleanups
2004-08-24 22:00:05 +00:00
Fredrik Jervfors
33e1b8f4f4
Indentation fixes
2004-08-24 07:53:55 +00:00
Fredrik Jervfors
3b83c567dd
Minor cleanups
2004-08-24 00:40:28 +00:00
Thijs Kinkhorst
850e646c72
Close connection cleanly when login/pw incorrect, following RFC recommendation.
2004-08-18 20:16:46 +00:00
Jimmy Conner
e938355b60
Reenabled the move_messages_button_action hook and changed its name to mailbox_display_button_action to promote the new location. This name change will also make it easier for plugins to support both stable and devel, instead of breaking alot of things
2004-08-18 06:05:10 +00:00
Jimmy Conner
f11b6a1d19
Small fix for users that get "Spurious argument" on every search query
...
Not sure if this is just my installation, but it definitely doesn't want to work without this being declared global
2004-08-18 03:36:41 +00:00
Fredrik Jervfors
d81fc9e5b0
XHTML fixes
2004-08-15 04:04:17 +00:00
Fredrik Jervfors
303d308968
XHTML fixes
2004-08-15 01:02:58 +00:00
Fredrik Jervfors
e0ff3afb18
I18n fixes
2004-08-14 19:13:31 +00:00
Fredrik Jervfors
656ef3c870
XHTML fixes
2004-08-14 02:41:12 +00:00
Fredrik Jervfors
1a4d1bf08f
XHTML fixes
2004-08-12 03:47:03 +00:00
Fredrik Jervfors
04bcb32912
I18n fixes
2004-08-11 15:32:23 +00:00
Fredrik Jervfors
2f598f16c2
XHTML fixes
2004-08-11 08:40:19 +00:00
Fredrik Jervfors
76e928a97a
XHTML fixes
2004-08-11 05:10:19 +00:00
Fredrik Jervfors
631338d591
Adding status bar to the compose window
2004-08-10 05:31:56 +00:00
Fredrik Jervfors
1c290fe8e1
XHTML fixes
2004-08-09 15:48:15 +00:00
tokul
2eae6ec418
Adding Uighur language support
2004-08-09 12:25:26 +00:00
tokul
d4e4aeca3d
phpdoc blocks
2004-08-08 15:45:25 +00:00
tokul
34a0b16773
xtra_code updates in strings
2004-08-08 14:59:29 +00:00
tokul
cf0bf664a4
xtra_code update in mailbox_display
2004-08-08 14:57:51 +00:00
tokul
31b98f2c8f
xtra_code updates in mime functions
2004-08-08 14:56:47 +00:00
tokul
02835a7a8c
xtra_code updates in utf7-imap functions
2004-08-08 14:53:36 +00:00
tokul
b2fc2d8ae1
Split xtra_code functions. Older layout requires inplementation of all
...
functions. Current layout should work even when translation provides only
one function. Older function is kept until other files are updated. Made
function name shorter.
2004-08-08 14:51:09 +00:00
Thijs Kinkhorst
0a6c9cea2d
Fix that the "Viewing message: x (y total)" always had "1 total" on last page,
...
regardless of how many messages are in the mailbox. Thanks Jo Knox.
2004-08-07 19:11:28 +00:00
Thijs Kinkhorst
796ddf21ee
Implement php_check_version with the PHP version_compare() function which
...
is available from v4.1.0 (and our minimum is also 4.1.0).
2004-08-03 11:15:53 +00:00
tokul
883a501dd1
Adding size limit to signature. Max size is the same as db BLOB size.
2004-07-31 12:35:44 +00:00
pdontthink
adb48be6a4
Make current hook name globally available when running a hook
2004-07-30 15:09:17 +00:00
pdontthink
c2d74305a5
Fixed SM version detection bug - wasn't going to hit us until v2.0, but anyway...
2004-07-30 13:10:14 +00:00
pdontthink
4517827b5e
Added 'no focus' option for compose screen
2004-07-30 13:04:52 +00:00
pdontthink
4ae9bd7cc1
Custom option page values now repopulate correctly when save action goes back to same options page
2004-07-30 12:36:36 +00:00
pdontthink
fc6096542d
Added 'trailing text' for options that SM builds, which is placed after a text input or select list. One less reason for plugin authors to build their own HTML.
2004-07-25 13:40:52 +00:00
pdontthink
4c2ad2499b
Oops, text inputs never had a type attribute!
2004-07-25 13:24:16 +00:00
Thijs Kinkhorst
39f5f66142
When checking for prefs_are_cached we should retrieve this from the session
...
the proper way. Closes #995102
2004-07-24 11:39:46 +00:00
Fredrik Jervfors
b1dd95a9bc
Displaying and fixing some XHTML
2004-07-18 10:45:58 +00:00
pdontthink
c9b05acf35
extra quote removed
2004-07-14 20:41:41 +00:00
indiri69
8e25839036
Better email address matching. This should match more characters defined in RFC822
2004-07-12 14:33:57 +00:00