alecpl
|
133bb07f78
|
- performance: skip imap connection for attachments actions
- created attachments.inc file for attachment upload, remove and display actions
|
16 years ago |
alecpl
|
7f43e18fde
|
#1485605: some css fixes for IE6
|
16 years ago |
alecpl
|
39cd51aff5
|
- performance: connect to imap server only when needed
(some mail actions do not require imap connection)
|
16 years ago |
alecpl
|
8374caaf20
|
#1485601: de_* update
|
16 years ago |
alecpl
|
64c9b5b13a
|
#1485602: fix INBOX folder localization
|
16 years ago |
alecpl
|
7f450630cc
|
#1485602: fix 'searching' label in compose
|
16 years ago |
alecpl
|
2a41355776
|
- Added 'show_images' option, removed 'addrbook_show_images' (#1485597)
|
16 years ago |
alecpl
|
f94629e62b
|
#1485599: fix rcmail_folder_classname()
|
16 years ago |
alecpl
|
1ce913becc
|
- typo
|
16 years ago |
alecpl
|
4189ccf44a
|
- comment out setcharset() use in sqlite and mssql drivers (http://cvs.php.net/viewvc.cgi/pear/MDB2/MDB2/Driver/mssql.php?r1=1.177&r2=1.178)
|
16 years ago |
alecpl
|
97840cb795
|
- added lost column in mssql DDL
|
16 years ago |
alecpl
|
320baf9cd2
|
- disable firefox spellcheck in console textarea
|
16 years ago |
alecpl
|
3414c57dc8
|
#1485587: show proper message when using status filter
|
16 years ago |
alecpl
|
a493ea8e48
|
- change few "boolean" columns type from integer to smallint
|
16 years ago |
alecpl
|
f1f17fa5a4
|
- fix collapsing of folders with plus sign in name (use urlencode instead of escape)
|
16 years ago |
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
|
16 years ago |
alecpl
|
e3379e05eb
|
#1485586: ru_RU update
|
16 years ago |
alecpl
|
bcd1e1b14c
|
- pl_PL update
|
16 years ago |
alecpl
|
2fdbeb71b8
|
#1485590: don't use mysql5.initial.sql
|
16 years ago |
yllar
|
9b3dc91f82
|
he_IL, fr_FR, hr_HR, et_EE, ar_SA, az_AZ update
|
16 years ago |
thomascube
|
fa898a4a84
|
Simplify MYSQL database initialization instructions
|
16 years ago |
thomascube
|
2bedfab77a
|
Add conditional comments to mysql initial script (#1485517); remove old mysql 4.0 init script
|
16 years ago |
thomascube
|
2fd975071a
|
Option to check for new mails in all folders (#1484374)
|
16 years ago |
thomascube
|
41b43ba00e
|
Don't set client busy when automatically checking for new messages (#1485276)
|
16 years ago |
thomascube
|
ba1c48f2bd
|
Spread settings box over the whole width of the windows + make fieldsets float
|
16 years ago |
alecpl
|
7342d7ef8c
|
- re-fix r2095
|
16 years ago |
alecpl
|
b2265aea86
|
#1485584: display proper warning on login with empty user and pass
|
16 years ago |
alecpl
|
9abd0f0089
|
- Allow UTF-8 folder names in config (#1485579)
- Add junk_mbox option configuration in installer (#1485579)
|
16 years ago |
alecpl
|
64aa248cdb
|
- ja_JP update
|
16 years ago |
alecpl
|
57a92b5ada
|
- don't convert false to array, to prevent from some warnings
|
16 years ago |
alecpl
|
0cb9677bef
|
#1485581: not use parenthesis when searching with 2 search keys
|
16 years ago |
alecpl
|
debdda0117
|
#1485420: remove default (and not null) for users.language column in DDL
|
16 years ago |
thomascube
|
938e96a3e5
|
Added missing step file (#1485578)
|
16 years ago |
alecpl
|
7a2d79a978
|
- make attachment check in rcmail_message_list and rcmail_js_message_list the same
|
16 years ago |
alecpl
|
e4d9f05e41
|
- Added index on cache.created + small fixes in mssql DDL script
|
16 years ago |
thomascube
|
ae9124d3a9
|
Add fallback to default_charset when importing vcards
|
16 years ago |
thomascube
|
456c7e40c5
|
Fix headers for IE attachment downloads (#1485449)
|
16 years ago |
thomascube
|
29c64b0bdd
|
Also clean cache table when removing old messages from cache
|
16 years ago |
thomascube
|
69ad1e8124
|
Add onmouseup handler to hide autocompletion box when clicking outside
|
16 years ago |
thomascube
|
2c8e84c1e5
|
Do serverside addressbook queries for autocompletion (#1485531) + make autocompletion list clickable
|
16 years ago |
thomascube
|
b4b31d62af
|
Suppress repeated ldap warnings + little codestyle fix
|
16 years ago |
thomascube
|
9c314bc268
|
Fix call-time pass-by-reference warnings
|
16 years ago |
alecpl
|
d59aaa1aaf
|
- Allow setting attachment col position in 'list_cols' option
- Allow override 'list_cols' via skin (#1485577)
- Fix: allow empty attribs in templates
|
16 years ago |
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
|
16 years ago |
alecpl
|
3e48d2eee1
|
- Increase speed of session destroy and garbage clean up
- Fix session timeout when DB server got clock skew (#1485490)
|
16 years ago |
alecpl
|
be7d3b6918
|
- Fix 'cache' table cleanup on session destroy (#1485516)
|
16 years ago |
alecpl
|
bd0c2b0a34
|
- add mbstring.func_overload check
|
16 years ago |
alecpl
|
e86ff9459c
|
#1485571: mbstring.func_overload forbidden
|
16 years ago |
alecpl
|
9b9f2674c8
|
- optimize iil_C_FetchHeaders() to use only one FETCH command
|
16 years ago |
alecpl
|
73ba7caadb
|
#1485573: fix part=0 handling
|
16 years ago |