Commit Graph

6717 Commits

Author SHA1 Message Date
Thomas
d016dcc6f6 Refactor multi-threaded autocomple contact searching to make it available for other purposes, too 2013-10-09 12:02:52 +02:00
Aleksander Machniak
8c0ee424af Update composer.json file with Net_Sieve package requirement 2013-10-08 10:52:42 +02:00
Thomas Bruederli
f93e0b3a14 Synchronized localization files from Transifex 2013-10-07 16:29:40 +02:00
Thomas Bruederli
6a6992f650 Assign the chosen mode to the table map 2013-10-07 11:52:21 +02:00
Thomas Bruederli
a69f9918cd Improve selection of replicated database connection:
- Analyze query and prefer dsnr unless a write operation for a table involved has been carried out before
- New config option and setter method to enforce connection mode on table level
2013-10-07 11:29:52 +02:00
Thomas Bruederli
120db629b0 Execute connection config queries on db handle direclty 2013-10-07 11:19:21 +02:00
Aleksander Machniak
aceb0149b8 Add possibility to programmatically set cache mode, so it is possible
to cache only indexes/threads but not messages
2013-10-07 09:26:37 +02:00
Aleksander Machniak
4daaa09438 Move PEAR libs from plugins into main Roundcube lib directory,
list them as dependencies in INSTALL file (#1489182)
2013-10-06 15:02:25 +02:00
Aleksander Machniak
bba13c33a0 Fix sound notification in Internet Explorer (use mp3 file for IE and
other browsers which support audio/mp3 files)
2013-10-04 18:27:32 +02:00
Aleksander Machniak
fed081229f Fix unit test 2013-10-04 17:36:05 +02:00
Thomas Bruederli
92d18cf32e New option to disable the use of already established dsnw connections for subsequent reads 2013-10-04 13:50:12 +02:00
Aleksander Machniak
b3e25974b1 Fix typo: occured -> occurred (#1489366) 2013-10-04 13:35:16 +02:00
Aleksander Machniak
e426ae262c Search for user DN only if one of bind_dn, base_dn, groups_base_dn settings
contains %dn variable
2013-10-04 11:51:59 +02:00
Aleksander Machniak
af79a7b837 Fixed issues where HTML comments inside style tag would hang Internet Explorer 2013-10-04 09:40:37 +02:00
Aleksander Machniak
eafd5b1aa4 Improved mailto: link arguments handling (#1489363) 2013-10-03 17:36:31 +02:00
Aleksander Machniak
0f4806ede6 Added managesieve_domains option to limit redirect destinations 2013-10-03 11:07:00 +02:00
Aleksander Machniak
bfd24fcc04 Use DOMDocument LIBXML_PARSEHUGE and LIBXML_COMPACT options if possible (#1489302) 2013-10-02 13:15:29 +02:00
Thomas Bruederli
444e977d4f Also truncate the list of addresses in print view + add link to show them all 2013-09-30 16:00:21 +02:00
Aleksander Machniak
34a5ae7562 Fix issue where search result was reset after sending a message (#1489350) 2013-09-29 17:20:12 +02:00
Thomas Bruederli
38ab0be093 Created composer.json files for default plugins 2013-09-28 13:03:57 +02:00
Thomas Bruederli
cf46aefd9d Make password plugin use the new 'settings_actions' hook to register its link in the settings navigation 2013-09-28 12:04:35 +02:00
Thomas Bruederli
c49c35ca0f Generate settings tabs with a template object 'settingstabs' and let plugins register themselves there using the 'settings_actions' hook 2013-09-28 12:03:20 +02:00
Aleksander Machniak
85fece2c4d rcube_list_widget.rows is not an array - fixed checking if it's empty (#1489359) 2013-09-27 14:56:25 +02:00
Aleksander Machniak
170702fd13 We've encountered (malformed) messages with more than
one text/plain or text/html part here. There's no way to choose
which one is better, so we'll display first of them and add
others as attachments (#1489358)
2013-09-27 14:42:46 +02:00
Aleksander Machniak
99de1fdd26 In password ldap_simple driver: added LDAP debug, added password_ldap_bind
hook, so other plugins can provide user DN for password change
2013-09-27 13:12:17 +02:00
Aleksander Machniak
a4bc6ea24d Handle nicely situation when normalize_entry is executed on already normalized entry 2013-09-26 11:44:54 +02:00
Aleksander Machniak
955a613cac Support HTTP_HOST, SERVER_NAME and SERVER_ADDR values in include_host_config feature 2013-09-25 13:03:41 +02:00
Thomas Bruederli
1390316a87 Copy version string from package.xml although plugin versions should be derived from git tags 2013-09-25 09:04:52 +02:00
Aleksander Machniak
2c6a233a99 Make sure language code extracted from HTTP_ACCEPT_LANGUAGE is in xx_YY format 2013-09-24 09:21:27 +02:00
Aleksander Machniak
19884ec5d2 Code improvements, remove code duplication 2013-09-23 12:53:58 +02:00
Aleksander Machniak
6776d31cee Add new password encodage ('ad') in ldap password drivers (#1489349) 2013-09-23 12:40:25 +02:00
Aleksander Machniak
0b17aae0cd Fix setting domain in virtualmin password driver (#1489332) 2013-09-23 11:40:24 +02:00
Aleksander Machniak
221b407307 Add comment that to use LDAP variables in bind_dn/base_dn user_specific must be enabled (#1489335) 2013-09-21 11:50:57 +02:00
Aleksander Machniak
f1fba2d7fb Hide Delivery Status Notification option when smtp_server is unset (#1489336) 2013-09-21 11:39:02 +02:00
Aleksander Machniak
f7b2bfba09 Bring back possibility to unset default font family and font size
Fix style attribute quoting when font-family contains double quotes
SOme code improvements
2013-09-21 11:24:16 +02:00
Thomas Bruederli
a149d566fc List required PHP extensions in 'require' 2013-09-20 20:15:41 +02:00
Thomas Bruederli
40b45cbca6 Prefer <description> over <summary> 2013-09-20 19:50:13 +02:00
Thomas Bruederli
012a65af50 Use XML nodes as iterator 2013-09-20 19:46:51 +02:00
Thomas Bruederli
8e785956c1 New utility script to convert plugin package.xml files into new composer.json meta files 2013-09-20 19:41:20 +02:00
Aleksander Machniak
439fd773e3 Fix typo in last commit and some managesieve tests (where we changed
:comparator position)
2013-09-20 12:17:30 +02:00
Aleksander Machniak
889c76cbdc Fix so i;ascii-numeric comparator is not forced as default for :count and :value operators
Fix date/currentdate related form issues and comparators handling (#1489346)
2013-09-20 12:11:31 +02:00
Aleksander Machniak
8f62cfa4c8 Hide advanced rule modifier for 'date' and 'currentdate' rules 2013-09-20 10:02:40 +02:00
Aleksander Machniak
962eff7dfe Fix bug where at least one additional address of vacation message was required (#1489345) 2013-09-20 08:34:55 +02:00
Aleksander Machniak
b334a01791 Merge branch 'master' of github.com:roundcube/roundcubemail 2013-09-20 08:18:54 +02:00
Aleksander Machniak
1bfd8ac27a Fix typo 2013-09-20 08:18:37 +02:00
Thomas Bruederli
c1ff572e17 Touch new default font size settings: simplified + codestyle + updated changelog 2013-09-16 20:01:10 +02:00
Thomas B.
0201298cd8 Merge pull request #118 from Dennis1993/patch-12
Added support for default font size and fix legacy code for default font
2013-09-16 10:47:24 -07:00
Aleksander Machniak
b5c364273d Merge pull request #107 from JohnDoh/multi-logo
allow different logos for different functions (eg. normal and print)
2013-09-16 06:55:13 -07:00
Aleksander Machniak
8deae975f0 Fixed issues in handling reply-to/bcc fields on identity change 2013-09-15 16:48:44 +02:00
Aleksander Machniak
a1400cb68d Style improvements on attachments list in compose screen 2013-09-15 15:39:07 +02:00