alecpl
784c0cf54c
- Fix GCC warning in googiespell.js ( #1488090 )
15 years ago
thomascube
47672bfda5
Trigger 'new_messages' hook for all checked folders ( #1488083 )
15 years ago
thomascube
f7387d5f0c
Remove debugging stuff
15 years ago
thomascube
06dc9838e0
Fix session race conditions when composing new messages
15 years ago
alecpl
612eeca739
- Removed leftover code
15 years ago
alecpl
4daaf29747
- Fix default folders settings (according to namespaces) for new users too
15 years ago
alecpl
8c124b9ea8
- Fix is_a() usage
15 years ago
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
15 years ago
alecpl
140abb0ca0
- Require magic_quotes_runtime=Off because it modifies data streams (too much effort to handle this)
15 years ago
alecpl
c3ba0e54af
- Fix encoding of LDAP contacts identifiers ( #1488079 )
15 years ago
alecpl
43e5ae654c
- jQuery 1.6.4
15 years ago
alecpl
de36863ea0
- Fix js error when calling spellchecker on empty textarea
15 years ago
thomascube
1cc9e210f5
Make date/time format user configurable; drop 'date_today' config option
15 years ago
alecpl
6f45fa56ce
- Fix required_fields checking per discussion in #1488073
15 years ago
alecpl
8703b08018
- Extend rcube_label_exists() to search in loaded plugins localizations
...
- Allow use localized addressbook field subtypes from plugins
15 years ago
alecpl
979679b311
- pl_PL translation update
15 years ago
alecpl
bd14f92835
- Removed some spaces
15 years ago
alecpl
66a3b03419
- Fix handling of binary attachments encoded with quoted-printable ( #1488065 )
15 years ago
vbenincasa
abd4771649
- pt_BR translations
15 years ago
alecpl
eb616c8a62
- Followup last commit, trim subject text for title
15 years ago
alecpl
065d7025ee
- Fix setting title for truncated subject in IE ( #1487128 )
15 years ago
alecpl
303ade533f
- Fix handling of links with IP address
15 years ago
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
15 years ago
alecpl
b7fd98e338
- Fix compacting folder resets message list filter ( #1488076 )
...
- Fix reset-search action so it resets list page number to 1
15 years ago
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.
15 years ago
alecpl
e730cd248d
- Fix displaying multipart/alternative messages with only one part ( #1487938 )
15 years ago
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
15 years ago
alecpl
b104e39f34
- Clear contactlist page conter after saved-search delete
15 years ago
alecpl
f5c1085fbd
- Localize (full) forwarded message header ( #1488058 )
15 years ago
alecpl
2a76f8ddc3
- Use 'From' and 'To' labels instead of 'Sender' and 'Recipient'
15 years ago
alecpl
d5ae9772c1
- Fix username case-insensitivity issue in MySQL ( #1488021 )
15 years ago
alecpl
f8e48df715
- Merge devel-saved_search branch (Addressbook Saved Searches)
15 years ago
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)
15 years ago
thomascube
21030324d0
Improved memcache connection procedure from release-0.6; use call_user_func to trigger session gc handlers
15 years ago
thomascube
b5d9046168
Localization updates
15 years ago
alecpl
427e3a4023
- Check for "Permission denied" string in IMAP error messages to display more appropriate message to the user
15 years ago
alecpl
aecadcf4a2
- Don't disable include() errors, so now broken translation of a plugin will print error to the log
15 years ago
thomascube
c170bfc92f
Protect from Clickjacking by sending X-Frame-Options headers ( #1487037 )
15 years ago
thomascube
94a5a24fc2
Fallback to mail_domain in LDAP variable replacements; add 'host' to 'user_create' hook arguments ( #1488024 )
15 years ago
thomascube
4c4fe693d7
Fix wrong vCard type parameter mobile ( #1488067 )
15 years ago
thomascube
31e00cb7e9
Fix vCard WORKFAX issue ( #1488046 )
15 years ago
alecpl
dbb0c2a109
- Add vCard's Profile URL support ( #1488062 )
15 years ago
alecpl
5271bf090c
- Fix all messages remain selected after moving all search results and clearing search ( #1488066 )
15 years ago
alecpl
1c952a8902
- jQuery 1.6.3
15 years ago
alecpl
b6a069e6ca
- Fix error in messages drag&drop action caused by r5146
15 years ago
alecpl
682819f15e
- Fix imap_cache setting to values other than 'db' ( #1488060 )
15 years ago
alecpl
8757f5b57d
- Fix handling of attachments inside message/rfc822 parts ( #1488026 )
15 years ago
alecpl
95192c6d0f
- Make 5th argument of rcmail_deliver_message() optional
15 years ago
thomascube
e639c5da21
Initialize GUI objects which are added after init
15 years ago
thomascube
bd3891145b
Really abort autocompletion when hitting Escape
15 years ago