Commit Graph

8255 Commits

Author SHA1 Message Date
alecpl
612eeca739 - Removed leftover code 2011-09-16 17:28:19 +00:00
alecpl
4daaf29747 - Fix default folders settings (according to namespaces) for new users too 2011-09-16 11:37:44 +00:00
alecpl
8c124b9ea8 - Fix is_a() usage 2011-09-16 08:06:09 +00:00
alecpl
699a25a822 - Disable message list keypress operations when CTRL key is pressed,
to workaround FF6 issue, where Ctrl+Pg(Up/Down) was changing list page
  and browser tab)
- Fix multiselection with Ctrl+Up/Down keys
2011-09-15 18:57:35 +00:00
alecpl
140abb0ca0 - Require magic_quotes_runtime=Off because it modifies data streams (too much effort to handle this) 2011-09-15 08:42:31 +00:00
alecpl
c3ba0e54af - Fix encoding of LDAP contacts identifiers (#1488079) 2011-09-13 12:52:34 +00:00
alecpl
43e5ae654c - jQuery 1.6.4 2011-09-13 07:16:18 +00:00
alecpl
de36863ea0 - Fix js error when calling spellchecker on empty textarea 2011-09-13 07:14:03 +00:00
thomascube
1cc9e210f5 Make date/time format user configurable; drop 'date_today' config option 2011-09-12 19:56:12 +00:00
alecpl
6f45fa56ce - Fix required_fields checking per discussion in #1488073 2011-09-12 15:57:08 +00:00
alecpl
8703b08018 - Extend rcube_label_exists() to search in loaded plugins localizations
- Allow use localized addressbook field subtypes from plugins
2011-09-12 12:52:01 +00:00
alecpl
979679b311 - pl_PL translation update 2011-09-12 11:05:14 +00:00
alecpl
bd14f92835 - Removed some spaces 2011-09-12 08:57:02 +00:00
alecpl
66a3b03419 - Fix handling of binary attachments encoded with quoted-printable (#1488065) 2011-09-12 08:49:47 +00:00
vbenincasa
abd4771649 - pt_BR translations 2011-09-12 01:44:18 +00:00
alecpl
eb616c8a62 - Followup last commit, trim subject text for title 2011-09-10 07:56:40 +00:00
alecpl
065d7025ee - Fix setting title for truncated subject in IE (#1487128) 2011-09-10 07:42:17 +00:00
alecpl
303ade533f - Fix handling of links with IP address 2011-09-10 06:49:51 +00:00
alecpl
be392fe1a2 - Don't select quick search input on init, Safari/Chrome is adding border to focused input, it doesn't look good on init 2011-09-09 18:47:46 +00:00
alecpl
b7fd98e338 - Fix compacting folder resets message list filter (#1488076)
- Fix reset-search action so it resets list page number to 1
2011-09-08 14:45:26 +00:00
alecpl
71f72f928b - Fix new caching issue when broken/misleading object data was stored in database.
The object must be cleaned up before storing in DB, because some code
  (out of rcube_message and rcube_imap classes) is changing objects data
  e.g. parts mimetype or body. Now it's become a problem because we're
  saving the object in cache at shutdown (after all modifications).
- Make stored message object smaller by removing some redundant data.
2011-09-08 08:31:13 +00:00
alecpl
e730cd248d - Fix displaying multipart/alternative messages with only one part (#1487938) 2011-09-07 12:31:52 +00:00
alecpl
80152b333c - Rewritten messages caching (merged devel-mcache branch):
Indexes are stored in a separate table, so there's no need to store all messages in a folder
  Added threads data caching
  Flags are stored separately, so flag change doesn't cause DELETE+INSERT, just UPDATE
- Partial QRESYNC support
- Improved FETCH response handling
- Improvements in response tokenization method
2011-09-07 11:07:03 +00:00
alecpl
b104e39f34 - Clear contactlist page conter after saved-search delete 2011-09-07 09:29:31 +00:00
alecpl
f5c1085fbd - Localize (full) forwarded message header (#1488058) 2011-09-07 08:45:08 +00:00
alecpl
2a76f8ddc3 - Use 'From' and 'To' labels instead of 'Sender' and 'Recipient' 2011-09-07 06:33:15 +00:00
alecpl
d5ae9772c1 - Fix username case-insensitivity issue in MySQL (#1488021) 2011-09-06 17:18:12 +00:00
alecpl
f8e48df715 - Merge devel-saved_search branch (Addressbook Saved Searches) 2011-09-06 16:35:14 +00:00
alecpl
66df084203 - Merge devel-spellcheck branch:
- Added spellchecker exceptions dictionary (shared or per-user)
  - Added possibility to ignore words containing caps, numbers, symbols (spellcheck_ignore_* options)
2011-09-06 13:39:45 +00:00
thomascube
21030324d0 Improved memcache connection procedure from release-0.6; use call_user_func to trigger session gc handlers 2011-09-05 19:58:11 +00:00
thomascube
b5d9046168 Localization updates 2011-09-05 18:41:04 +00:00
alecpl
427e3a4023 - Check for "Permission denied" string in IMAP error messages to display more appropriate message to the user 2011-09-05 12:45:51 +00:00
alecpl
aecadcf4a2 - Don't disable include() errors, so now broken translation of a plugin will print error to the log 2011-09-05 11:08:48 +00:00
thomascube
c170bfc92f Protect from Clickjacking by sending X-Frame-Options headers (#1487037) 2011-09-05 08:39:52 +00:00
thomascube
94a5a24fc2 Fallback to mail_domain in LDAP variable replacements; add 'host' to 'user_create' hook arguments (#1488024) 2011-09-05 08:05:40 +00:00
thomascube
4c4fe693d7 Fix wrong vCard type parameter mobile (#1488067) 2011-09-05 07:40:18 +00:00
thomascube
31e00cb7e9 Fix vCard WORKFAX issue (#1488046) 2011-09-05 07:28:32 +00:00
alecpl
dbb0c2a109 - Add vCard's Profile URL support (#1488062) 2011-09-04 07:50:20 +00:00
alecpl
5271bf090c - Fix all messages remain selected after moving all search results and clearing search (#1488066) 2011-09-04 07:26:58 +00:00
alecpl
1c952a8902 - jQuery 1.6.3 2011-09-02 06:51:40 +00:00
alecpl
b6a069e6ca - Fix error in messages drag&drop action caused by r5146 2011-09-02 06:45:39 +00:00
alecpl
682819f15e - Fix imap_cache setting to values other than 'db' (#1488060) 2011-08-30 18:05:34 +00:00
alecpl
8757f5b57d - Fix handling of attachments inside message/rfc822 parts (#1488026) 2011-08-30 09:10:27 +00:00
alecpl
95192c6d0f - Make 5th argument of rcmail_deliver_message() optional 2011-08-30 08:16:50 +00:00
thomascube
e639c5da21 Initialize GUI objects which are added after init 2011-08-29 22:13:07 +00:00
thomascube
bd3891145b Really abort autocompletion when hitting Escape 2011-08-29 20:01:39 +00:00
thomascube
f7b58afb94 Make list of mimetypes that open in preview window configurable (#1487625) 2011-08-29 17:30:11 +00:00
thomascube
d78771ad3c Add plugin hook message_part_get for message part downloads 2011-08-29 17:06:29 +00:00
alecpl
13d45dfbda - Localize forwarded message header (#1488058)
- pl_PL update
- Fix label: databaserror -> dberror
2011-08-28 09:47:15 +00:00
alecpl
9a835c7f7c - Fix is_a() usage for PHP>5.3.6 2011-08-27 08:33:35 +00:00