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
Thomas Bruederli
809f9d11bd
Merge branch 'master' of github.com:roundcube/roundcubemail
2014-05-28 12:28:51 +02:00
Aleksander Machniak
a62cc30cb4
Small code improvements
2014-05-28 10:58:47 +02:00
Aleksander Machniak
20ef295ba8
Fix UTF7-IMAP encoding detection (fixes folders list sorting)
2014-05-28 09:05:52 +02:00
Thomas Bruederli
17acd5ccda
Use public property instead of setter method to improve compatibility
2014-05-27 19:51:04 +02:00
Aleksander Machniak
5bf83d551e
Fix unintentional line-height style modification in HTML messages ( #1489917 )
2014-05-27 14:44:52 +02:00
Aleksander Machniak
49dad5f669
Fix broken normalize_string(), add support for ISO-8859-2
2014-05-27 11:39:31 +02:00
Aleksander Machniak
ccf5a4f18d
Silence PHP Warning: strtolower() expects parameter 1 to be string
2014-05-25 12:55:38 +02:00
Aleksander Machniak
081f3b7d52
Bring back forcing of string type for folders list items (removed unintentionally by last commit)
2014-05-22 20:38:28 +02:00
Aleksander Machniak
693612d396
Improve performance of sort_folder_list() method.
...
Now sorting 25k folders takes around 3 seconds.
2014-05-22 20:21:15 +02:00
Thomas Bruederli
b38f83bb27
Merge branch 'master' of github.com:roundcube/roundcubemail
2014-05-22 18:02:13 +02:00
Thomas Bruederli
14291c79db
Add option to suppress session data writes to DB
2014-05-22 18:02:02 +02:00
Thomas Bruederli
1a5d981a44
Fix debug output
2014-05-22 18:01:06 +02:00
Aleksander Machniak
079be2c2fb
If search string cannot be converted to ASCII (result is an empty string) use the original string ( #1489911 )
2014-05-22 12:34:33 +02:00
Thomas Bruederli
939380da27
Don't list empty (nil) metadata entries to save memory anc caching space
2014-05-21 19:48:16 +02:00
Thomas Bruederli
5793309478
Limit cache data size to avoid database errors
2014-05-21 19:46:40 +02:00
Aleksander Machniak
82ed256f6e
Fix incorrect handling of HTML comments in messages sanitization code ( #1489904 )
2014-05-20 19:25:45 +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
001d337b37
Fix handling unicode characters in links ( #1489898 )
2014-05-16 16:00:33 +02:00
Aleksander Machniak
47a7833aca
CS fixes
2014-05-15 13:57:18 +02:00
Aleksander Machniak
963499a17e
Plugin API: added imap_search_before hook
2014-05-15 13:54:45 +02:00
Aleksander Machniak
c0a5aa5f5f
Improved handling of new-lines in quoted paragraphs on text2html conversion
2014-05-15 10:41:35 +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
1053ae5e72
Merge branch 'dev-text2html' of github.com:roundcube/roundcubemail into dev-text2html
2014-05-12 20:22:10 +02:00
Aleksander Machniak
e2b4760e84
Fix invalid closing tag
2014-05-12 19:08:25 +02:00
Aleksander Machniak
d519008498
Add configurable LDAP_OPT_DEREF option ( #1489864 ) - patch from Stuart C. Naifeh
2014-05-12 12:13:24 +02:00
Aleksander Machniak
e0881f985d
Disable wrapping non-flowed lines on dash character
2014-05-12 11:22:06 +02:00
Aleksander Machniak
d41367492d
Fix flowed lines recognition
2014-05-12 11:19:27 +02:00
Aleksander Machniak
596d43be13
Add session ID (first 8 chars) to the log
2014-05-12 10:45:41 +02:00
Aleksander Machniak
d9d276ea70
Improve _convert_line() performance
2014-05-12 10:20:42 +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
7079110c61
Allow data-* attributes ( #1489860 )
2014-05-08 15:08:45 +02:00
Aleksander Machniak
8968f9543f
Support image operations with Imagick extension ( #1489734 )
2014-05-06 16:18:36 +02:00
Aleksander Machniak
3e49064dcf
Ignore words containing only <> chars
2014-05-02 13:02:56 +02:00
Aleksander Machniak
89d6ce6846
Update to TinyMCE 4.x
2014-05-01 11:48:29 +02:00
Thomas Bruederli
b0ce5c62af
Make skin meta/hierarchy information accessible for plugins ( #1488831 )
2014-05-01 09:05:29 +02:00
Aleksander Machniak
efdbf4a7d9
Support 'error' and 'body_file' return attribs in 'message_before_send' hook ( #1489595 )
2014-04-30 14:27:49 +02:00
Aleksander Machniak
3ce4f0a839
Revert [ 78a58162], TABLE_SCHEMA column does not exist in mysql, also
...
tables in postgres can be in 'public' schema.
2014-04-29 12:29:11 +02:00
Aleksander Machniak
90f7aa9e39
Fix varius db_prefix issues ( #1489839 )
...
- Move DDL script execution code to rcube_db class(es).
- Improve prefix replacement code, so index names are also modified
2014-04-29 11:34:43 +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
Thomas Bruederli
b867bb81e1
Merge branch 'x-forwarded-whitelist' of github.com:tribut/roundcubemail into tribut-x-forwarded-whitelist
2014-04-25 18:26:21 +02:00
Aleksander Machniak
a54cff4c56
Fix error when spell-checking an empty text ( #1489831 )
2014-04-25 09:55:00 +02:00
Thomas Bruederli
f0405b4bae
Accept broken vcards from Outlook that only supply ORG but not the required N or FN properties
2014-04-24 10:40:58 +02:00
Thomas Bruederli
ab366809d5
Only refresh the affected parts of a cross-folder search set after moving/deleting/flagging
2014-04-23 14:53:29 +02:00
Thomas Bruederli
6f9bb11bb1
Reduce duplicated code
2014-04-23 13:36:44 +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
Thomas Bruederli
eea11ecdde
Move rcube_installer class to include/rcmail_installer in order to remain accessible by the update script even if the installer directory was removed
2014-04-21 16:39:19 +02:00
Aleksander Machniak
ed763b2859
Plugin API: Added message_saved hook ( #1489752 )
2014-04-19 16:55:59 +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.
8087b13d20
Merge pull request #176 from marcoliverteschke/master
...
Limit list_tables() and list_cols() to current schema
2014-04-18 13:26:55 +02:00