Aleksander Machniak
b231c8f6ac
Fix images import from various vCard formats ( #1489977 )
2014-07-07 19:06:10 +02:00
Aleksander Machniak
740b8ea74a
Fix bug where contacts with no email address were listed on compose addressbook ( #1489970 )
2014-07-05 13:41:21 +02:00
Aleksander Machniak
36d004e3d0
Added 'contact_search_name' option to define autocompletion entry format
2014-07-03 14:25:19 +02:00
Aleksander Machniak
6d5a1b9e8f
Get rid of some rcube_config::all() calls
2014-06-28 10:07:44 +02:00
Aleksander Machniak
6fa1a0da1f
Extend get_quota() so it's possible to specify GETQUOTAROOT folder and return full quota info (including all roots and types, e.g. MESSAGE) - for future use
2014-06-24 19:16:18 +02:00
Aleksander Machniak
07893b3cdd
Support LIST-MYRIGHTS extension in rcube_imap_generic ( #1489665 )
2014-06-22 11:32:16 +02:00
Aleksander Machniak
109bcce470
Add config option to specify IMAP connection socket parameters - imap_conn_options ( #1489948 )
2014-06-16 14:13:58 +02:00
Aleksander Machniak
f67d372449
Fix "PHP Fatal error: Cannot break/continue 1 level" when ldap_start_tls() fails
2014-06-10 11:57:05 +02:00
Aleksander Machniak
ba5c53e5c3
Send X-UA-Compatible as HTTP header instead of meta tag
2014-06-09 14:16:35 +02:00
Thomas Bruederli
ebfdc0925f
Fix check for data-* attributes after merge with dev-accessibility
2014-06-05 12:03:46 +02:00
Thomas Bruederli
99cdca46b7
Merge branch 'dev-accessibility'
...
Conflicts:
program/include/rcmail_output_html.php
program/js/app.js
program/js/treelist.js
program/lib/Roundcube/html.php
skins/larry/styles.css
skins/larry/templates/compose.html
2014-06-05 09:18:07 +02:00
Aleksander Machniak
c5bfe69e21
Improved video support, all tinymce related resources moved to program/js/tinymce/roundcube dir
2014-06-04 18:42:57 +02:00
Thomas Bruederli
72afe3153c
Use <th> tags for table headers as suggested by the WCAG 2.0 Guidelines
2014-06-04 15:29:37 +02:00
Aleksander Machniak
354c7d3c6c
Fix folders sorting in case when special folders are subfolders of INBOX
2014-06-04 10:44:26 +02:00
Aleksander Machniak
35c135bce1
Change private method to protected
2014-06-01 18:54:30 +02:00
Aleksander Machniak
232bcde1c2
Change private vars/methods to protected
2014-06-01 18:53:33 +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
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