Commit Graph

2657 Commits

Author SHA1 Message Date
alecpl
b8ae5093cc - Fix HTML editor initialization on IE (#1485304)
- move back toggle_editor function to editor.js
- merge identity and compose editor init functions
2008-11-05 10:19:44 +00:00
alecpl
3d54e6e9b7 r2032 fix: escape backslashes 2008-11-03 13:58:12 +00:00
thomascube
c21d6d713e Don't use addslashes() which could produce unexpected results when magic_quotes_sybase is on 2008-11-03 08:01:18 +00:00
thomascube
6e47c0be5c Handle magic_quotes on runtime and remove them from the requirements list (#1485285) 2008-11-03 07:44:33 +00:00
alecpl
d245963846 - fix log_bug() for empty 'file' parameter 2008-10-30 09:15:01 +00:00
alecpl
8498dce502 - Fix problem with numeric folder names (#1485527) 2008-10-29 12:39:12 +00:00
alecpl
11b1b16b2f #1485518: validate SERVER_NAME for smtp_helo_host setting 2008-10-27 10:03:55 +00:00
alecpl
95d90f86d9 - Added 'keep_alive' and 'min_keep_alive' options (#1485360) 2008-10-26 17:06:23 +00:00
svncommit
c9ca6ada03 added obscure ASCII encoding aliases, added more error checking to RFC2822 date parsing 2008-10-25 00:01:45 +00:00
alecpl
ec01712a99 - Added option 'identities_level', removed 'multiple_identities'
- Allow deleting identities when multiple_identities=false (#1485435)
2008-10-24 07:57:21 +00:00
thomascube
f45a174ae5 Killed some whitespace 2008-10-21 09:43:21 +00:00
thomascube
b58f118415 Improve vcard import (#1485502); try utf-8 first in charset detection 2008-10-21 09:41:32 +00:00
alecpl
ba80566b1e - little improvement in in_array_nocase() 2008-10-20 09:21:36 +00:00
alecpl
7f63946719 - #1485499: make email address comparision case insensitive
- support multibyte characters in in_array_nocase()
2008-10-20 09:18:52 +00:00
alecpl
407dcf9e71 - Fix html signature formatting when identity save error occured (#1485426) 2008-10-18 10:56:11 +00:00
alecpl
bfdbcf5210 #1485505: PHP bug (?) workaround for html2text class autoloading 2008-10-18 09:57:08 +00:00
thomascube
e905db1305 Set postgres-specific schema options + fix indentation 2008-10-14 12:49:44 +00:00
alecpl
9f23f05221 - set MDB2's sequence options for postgres only 2008-10-10 10:07:46 +00:00
alecpl
8e83075d7e - don't set border=0 for image buttons 2008-10-10 09:02:57 +00:00
alecpl
d99b9356c3 - set mbstring's internal encoding in proper place 2008-10-09 12:54:21 +00:00
alecpl
af7a23d9d9 - better postgresql sequence names handling 2008-10-07 19:18:14 +00:00
alecpl
c02bb9c307 #1485472: added js keywords escaping in json_serialize() 2008-10-07 07:27:29 +00:00
alecpl
aaa6ace377 #1485460: session.gc_* moved to main .htaccess file 2008-10-06 18:03:10 +00:00
alecpl
28db73f7c9 - #1485468: fix attachment filename (RFC2231 related) 2008-10-06 17:47:34 +00:00
alecpl
112c9133bb - removed deprecated rcube_add_label() and all uses
- code for 'show' action added in r1937 moved to show.inc
2008-10-05 07:18:15 +00:00
alecpl
f613a1e4e0 - fix last change in show_bytes() 2008-10-03 08:25:20 +00:00
alecpl
abdc5898b6 - Add support for SJIS, GB2312, BIG5 in rc_detect_encoding()
- Fix vCard file encoding detection for non-UTF-8 strings (#1485410)
2008-10-03 08:05:59 +00:00
alecpl
d6497f4db3 - Fix folders css class setting for folder with names matching defined classes (#1485355) 2008-10-02 13:54:26 +00:00
alecpl
a2740628bb - improved rcube_sess_gc() when enable_caching=false, also use join() once 2008-10-02 07:09:48 +00:00
alecpl
56cf503a1b - Localized filesize units (#1485340) + small labels capitalization change in en.* (#1485407) 2008-10-01 12:18:16 +00:00
alecpl
123a02c8c7 - #1485423: fixed virtuser_query checking 2008-09-30 06:14:28 +00:00
alecpl
ffae15e5fc - Added 'mime_param_folding' option with possibility to choose
long/non-ascii attachment names encoding eg. to be readable
  in MS Outlook/OE (#1485320)
- Added "advanced options" feature in User Preferences
2008-09-29 07:38:16 +00:00
alecpl
e80f502efb - added 'en_US.utf8' as fallback for setlocale 2008-09-27 18:40:10 +00:00
alecpl
5b4562e494 - read 'name' parameter after 'filename' and rfc2231's parameters,
Thunderbird truncate long filenames in 'name', but 'filename' contains the whole name
2008-09-26 09:20:42 +00:00
thomascube
47c9ccbf6f Also allow appending messages to inbox (if not listed) 2008-09-25 14:09:56 +00:00
thomascube
bb8781c6d7 Improve vcard decoding and import step 2008-09-25 13:51:24 +00:00
thomascube
cefd1d8c91 DRY: set (secure) cookies using rcmail::setcookie() + set session.only_use_cookies 2008-09-25 13:30:18 +00:00
alecpl
d6869a6693 - Fix language autodetection (#1485401) 2008-09-24 10:41:44 +00:00
alecpl
94a99c11f4 - fixed handling of apostrophes in filenames decoded according to rfc2231 2008-09-23 07:46:25 +00:00
alecpl
cdc539d561 - there's no 'locale_string' option now 2008-09-22 09:28:13 +00:00
thomascube
e93e54fb26 Tiny correction of phpdoc 2008-09-21 11:05:41 +00:00
thomascube
95fcc33472 Separate method to create iframe tags (with a list of allowed attributes) 2008-09-21 10:18:28 +00:00
alecpl
f5d3769a80 - added iframe tag to containers list 2008-09-21 06:38:00 +00:00
thomascube
40deec8be7 Add some post parameters to error log entry 2008-09-20 12:57:18 +00:00
alecpl
fc1a10b4d5 - fixed identities sorting, to have allways identities with the same name in the same order on the list 2008-09-20 08:03:36 +00:00
thomascube
42e328a85f Indent with spaces not tabs. Please respect our code-style when creating patches! 2008-09-19 19:42:11 +00:00
thomascube
29111be340 Don't set a hard-coded language in rcube_user 2008-09-19 18:53:17 +00:00
thomascube
bba657e64f Made config files location configurable (#1485215) 2008-09-19 18:26:34 +00:00
thomascube
a3f149eb57 Fix search box on Safari and make pages validate 2008-09-19 17:01:57 +00:00
alecpl
20a25197f3 applied tensor's patch: incorrect handling of filename of second and subsequent long non-ASCII attachments 2008-09-19 16:20:39 +00:00