alecpl
|
320baf9cd2
|
- disable firefox spellcheck in console textarea
|
2008-12-03 08:21:45 +00:00 |
|
thomascube
|
ffbf910df9
|
Insert meta content-type at top of the html head + add both content-id and content-location of related parts to replacement table
|
2008-12-01 20:15:50 +00:00 |
|
alecpl
|
9abd0f0089
|
- Allow UTF-8 folder names in config (#1485579)
- Add junk_mbox option configuration in installer (#1485579)
|
2008-11-27 11:25:31 +00:00 |
|
alecpl
|
57a92b5ada
|
- don't convert false to array, to prevent from some warnings
|
2008-11-27 10:56:39 +00:00 |
|
thomascube
|
ae9124d3a9
|
Add fallback to default_charset when importing vcards
|
2008-11-23 15:00:13 +00:00 |
|
thomascube
|
456c7e40c5
|
Fix headers for IE attachment downloads (#1485449)
|
2008-11-23 14:55:38 +00:00 |
|
thomascube
|
29c64b0bdd
|
Also clean cache table when removing old messages from cache
|
2008-11-23 13:24:49 +00:00 |
|
thomascube
|
b4b31d62af
|
Suppress repeated ldap warnings + little codestyle fix
|
2008-11-23 12:37:55 +00:00 |
|
alecpl
|
d59aaa1aaf
|
- Allow setting attachment col position in 'list_cols' option
- Allow override 'list_cols' via skin (#1485577)
- Fix: allow empty attribs in templates
|
2008-11-23 12:25:15 +00:00 |
|
alecpl
|
dcf780a6bd
|
- fix r2076: removed cache.session_id column, removed DELETEs from cache in session_gc
- trust DB server's time when "touching" cache and messages tables
|
2008-11-22 18:06:13 +00:00 |
|
alecpl
|
3e48d2eee1
|
- Increase speed of session destroy and garbage clean up
- Fix session timeout when DB server got clock skew (#1485490)
|
2008-11-21 18:19:30 +00:00 |
|
alecpl
|
be7d3b6918
|
- Fix 'cache' table cleanup on session destroy (#1485516)
|
2008-11-21 14:33:58 +00:00 |
|
alecpl
|
73ba7caadb
|
#1485573: fix part=0 handling
|
2008-11-20 17:45:31 +00:00 |
|
alecpl
|
322b79db06
|
- Speed up raw message body handling (call FETCH only once for the whole message insteade of twice for headers and body)
|
2008-11-20 08:46:59 +00:00 |
|
alecpl
|
14de18d5f4
|
- Fix setting locale to tr_TR, ku and az_AZ (#1485470)
|
2008-11-16 08:53:10 +00:00 |
|
alecpl
|
f1d0208380
|
- use memory less expensive method of searching when result is bigger than page size
|
2008-11-16 07:53:53 +00:00 |
|
till
|
250d3f76cc
|
* fixed docblock
|
2008-11-16 01:40:16 +00:00 |
|
till
|
193fb42fa1
|
* added docblock for ctr
|
2008-11-15 15:33:26 +00:00 |
|
alecpl
|
9424cc71b3
|
- fix
|
2008-11-15 15:30:19 +00:00 |
|
alecpl
|
e2e745fb4e
|
- don't use SORT when SEARCH is better (sort field not specified)
|
2008-11-15 14:29:45 +00:00 |
|
alecpl
|
3d1e777b39
|
- fix for skip_deleted (#1485553)
|
2008-11-15 11:48:41 +00:00 |
|
alecpl
|
84b884d761
|
- Fix big memory consumption and speed up searching on servers without SORT capability
|
2008-11-15 11:11:33 +00:00 |
|
alecpl
|
697cc52cff
|
- fixes for status filter
- don't call search second time if first call returns empty (array) result
|
2008-11-14 11:18:00 +00:00 |
|
alecpl
|
e538b3dc7d
|
- Added message status filter + fixes for r2046 (searching with SORT)
|
2008-11-13 10:30:06 +00:00 |
|
thomascube
|
6fa87f3fa5
|
Improve charset encoding + remove BOM before parsing vcards
|
2008-11-12 22:36:09 +00:00 |
|
alecpl
|
0803fb007e
|
- Use SORT for searching on servers with SORT capability
|
2008-11-12 09:28:12 +00:00 |
|
alecpl
|
e0c9741ef5
|
- improve messages searching with many criterias (call one SEARCH command)
|
2008-11-07 14:32:16 +00:00 |
|
alecpl
|
be5d4ab5c3
|
- fix function description
|
2008-11-05 10:24:21 +00:00 |
|
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 |
|