Aleksander Machniak
3dbfb53f2b
Remove (was: ...) from message subject on reply ( #1489375 )
2014-05-29 08:39:24 +02:00
Aleksander Machniak
731d190fec
Merge branch 'tinymce4'
...
Conflicts:
program/js/app.js
program/js/editor.js
program/js/tiny_mce/tiny_mce.js
program/steps/utils/spell_html.inc
2014-05-28 15:52:30 +02:00
Aleksander Machniak
f56e70bd04
TinyMCE4: Fix spellchecker resume
2014-05-28 15:19:49 +02:00
Aleksander Machniak
2f1a81fa40
Bring back "Add To Dictionary" feature
2014-05-28 13:56:25 +02:00
Aleksander Machniak
b21f8bd3ef
Implemented image selector dialog for TinyMCE, css fixes in classic skin for TinyMCE4
2014-05-27 20:08:36 +02:00
Aleksander Machniak
a3e01c0517
Plugin API: Add folder and uid arguments to message_headers_output hook
2014-05-27 13:18:47 +02:00
Aleksander Machniak
bb57fca320
Fix so current page is reset on list-mode change ( #1489907 )
2014-05-21 19:11:49 +02:00
Aleksander Machniak
59b765d839
Don't remove links when html signature is converted to text ( #1489621 )
...
Fix so when switching editor mode original version of signature is used (#1488849 )
2014-05-18 09:01:12 +02:00
Aleksander Machniak
efc470f0ac
Merge branch 'dev-text2html'
...
Conflicts:
program/js/app.js
Fix handling magic_quotes in rcube_text2html and rcube_html2text - move
stripslashes from these classes to action files
2014-05-17 09:27:17 +02:00
Aleksander Machniak
f0992426d9
Bring back the old behaviour where text messages without format=flowed are auto-wrapped.
...
Make it the default in text2html class.
2014-05-13 19:40:00 +02:00
Aleksander Machniak
b3db98dd1e
Fix some typos and skip some function calls irrelevant in multi-folder mode
2014-05-13 15:30:14 +02:00
Aleksander Machniak
3d36e83806
Performance fix: don't send vcard/photo data to the browser after contact update
2014-05-12 14:25:49 +02:00
Aleksander Machniak
2b72ec46a7
Bypass cache when counting EXISTS messages
2014-05-12 13:43:50 +02:00
Aleksander Machniak
eda92ed4c0
Improved display of plain text messages and text to HTML conversion ( #1488937 )
...
Now instead of <pre> we use <div class="pre"> styled with monospace
font. We replace whitespace characters with non-breaking spaces where
needed. I.e. plain text is always unwrappable, until it uses format=flowed,
in such a case only flowed paragraphs are wrappable.
Also conversion of text to HTML in compose editor was modified in the same way.
2014-05-11 11:03:45 +02:00
Aleksander Machniak
60a67f52ad
Don't use $HTTP_RAW_POST_DATA deprecated in PHP 5.6
2014-05-08 09:44:03 +02:00
Aleksander Machniak
8968f9543f
Support image operations with Imagick extension ( #1489734 )
2014-05-06 16:18:36 +02:00
Aleksander Machniak
f41912e4cb
Allow <> characters in spellchecking text
2014-05-06 08:38:19 +02:00
corbosman
dba1c6f083
add preferences_section_header hook
2014-05-03 20:38:21 +02:00
Aleksander Machniak
89d6ce6846
Update to TinyMCE 4.x
2014-05-01 11:48:29 +02:00
Aleksander Machniak
54185837c8
Make identity name field optional ( #1489510 )
...
Get rid of unhelpful error message.
2014-04-28 09:38:07 +02:00
Aleksander Machniak
a54cff4c56
Fix error when spell-checking an empty text ( #1489831 )
2014-04-25 09:55:00 +02:00
Aleksander Machniak
eed897ca03
Fix possibly wrong error message when contact with the same email exists on move/copy
2014-04-24 15:28:45 +02:00
Aleksander Machniak
65ac8302e4
Fix missing Mail-Followup-To header in sent mail ( #1489829 )
2014-04-23 20:00:04 +02:00
Thomas Bruederli
7d213af1bd
Fix saving of search settings in 'all folders' mode
2014-04-23 17:00:11 +02:00
Thomas Bruederli
fc2b025081
Remove debug output
2014-04-23 15:12:17 +02:00
Thomas Bruederli
31aa080609
Further refine cross-folder searching:
...
- Store incomplete search results in session and re-send search requests
to the server if returned before complete (this should avoid hitting request timeouts).
- Display full folder path on mouseover in message list
- Remove pthreads implementation stuff as this wasn't really working
2014-04-23 13:21:51 +02:00
Aleksander Machniak
3b55b2f92b
Fix so browser capabilities check is done really only once a session
2014-04-23 09:25:20 +02:00
Thomas Bruederli
26b5200322
Consider search scope (and changes) for filter searches + disable folder operation commands in multi-folder search mode ( #1485234 )
2014-04-18 16:39:41 +02:00
Thomas B.
c9f4e33f51
Merge pull request #175 from chriskulbacki/master
...
Skins sorted by skin name in the Settings.
2014-04-18 13:01:05 +02:00
Aleksander Machniak
c0b295f04b
Support messages import from zip archives
2014-04-18 12:54:58 +02:00
Aleksander Machniak
5515dbb970
Remove IE<7 specific code
2014-04-18 11:04:03 +02:00
Aleksander Machniak
2e10259992
Fixed mbox files import
2014-04-18 10:17:12 +02:00
Aleksander Machniak
24e63e2218
Fix deleting/moving folders from folders with name "0", "00", etc.
2014-04-13 17:57:37 +02:00
Aleksander Machniak
a594999135
Use POST for refresh/check-recent request
2014-04-13 17:38:18 +02:00
Aleksander Machniak
cb29c97bf6
Fix lack of translation of special folders in some configurations ( #1489799 )
2014-04-13 09:05:18 +02:00
Chris Kulbacki
c75670d500
Skins sorted by skin name in the Settings.
2014-04-10 10:52:04 +02:00
Aleksander Machniak
6b6d49313d
Merge branch 'master' of github.com:roundcube/roundcubemail
2014-04-10 10:49:41 +02:00
Aleksander Machniak
8d34b9dce3
Refactored storage properties setting
2014-04-10 10:49:10 +02:00
Thomas Bruederli
8ed382f1ec
Append group parameter to attachments set by plugins if not present
2014-04-10 10:42:17 +02:00
Thomas Bruederli
188247894f
Make multi-folder message identifiers work with folders containing commas
2014-04-08 19:11:12 +02:00
Thomas Bruederli
f50a66c616
Enable listmode switch if listing is not multi-folder
2014-04-08 16:26:56 +02:00
Thomas Bruederli
aafbe8efdc
Fix forwarding all ('*') messages of a search set
2014-04-08 15:48:27 +02:00
Thomas Bruederli
1e9a59ab89
Don't remove messages from list when moving to another folder in multi-folder search mode, just update the list
2014-04-08 14:38:54 +02:00
Thomas Bruederli
1d1fdcbf8c
Fix splitting message identifiers into UID and folder values
2014-04-08 11:32:51 +02:00
Thomas Bruederli
1883048720
Optimize header fetching of multi-folder searches with natural (UID) sorting
2014-04-08 10:58:56 +02:00
Thomas Bruederli
f0c94a3dc3
Don't display error when moving a message to the same folder it already resides
2014-04-08 10:04:53 +02:00
Thomas Bruederli
0f48e6e660
Fix message UID extraction for _uid=*; update unread count for all affected mailboxes
2014-04-08 09:14:05 +02:00
Aleksander Machniak
0ccef59cfa
Fix bug where "With attachment" option in search filter wasn't selected after return from mail view ( #1489774 )
2014-04-08 08:53:43 +02:00
Thomas Bruederli
0456f728ee
Make UID extraction function globally availbale (for plugins)
2014-04-07 17:30:12 +02:00
Thomas Bruederli
6dc1a66451
Fix page title and folder selection in search mode
2014-04-07 17:01:30 +02:00