Commit Graph

5716 Commits

Author SHA1 Message Date
Aleksander Machniak
c489cc1479 Fix call to a member function get_compressed() on a non-object 2014-09-08 17:21:54 +02:00
Aleksander Machniak
4baf96a4ca Added license headers to driver files, CS fixes 2014-09-08 09:50:59 +02:00
Aleksander Machniak
02f7628314 Fix page title when using search filter (#1490023) 2014-09-03 13:01:38 +02:00
Aleksander Machniak
334bc97927 Fix merging folder annotations for folders with numeric names (only digits) 2014-09-03 11:24:15 +02:00
Aleksander Machniak
ba084313bf Add missing label 2014-09-02 10:10:20 +02:00
Aleksander Machniak
588d1948ca Don't cancel event on parent focus 2014-09-02 09:16:33 +02:00
Aleksander Machniak
9cc5a522df Fix so rcube_text2html class does not depend on rcmail_string_replacer 2014-08-30 12:33:42 +02:00
Aleksander Machniak
fec4f240e5 Seek vendor/autoload.php in install path to make tests working 2014-08-30 09:50:31 +02:00
Aleksander Machniak
29c24e647c Get rid of DIRECTORY_SEPARATOR for consistency 2014-08-28 19:24:03 +02:00
Thomas Bruederli
a98a4f8bb5 Remove 3rd party libs from our repository and define the dependencies in composer.json-dist.
Also remove the ancient utf8 lib and replace it with 'Patchwork UTF-8 for PHP'.

For direct git checkouts, copy composer.json-dist into composer.json and run
`php composer.phar install` to install the dependencies.
2014-08-27 17:45:21 +02:00
Thomas Bruederli
812f37c5d1 Synchronized localizations with Transifex 2014-08-27 14:53:06 +02:00
Thomas Bruederli
64d49edd78 Maintain a stack of currently running plugin hooks 2014-08-27 14:37:52 +02:00
Aleksander Machniak
35b39c8d7d Fix PERMANENTFLAGS checking in modFlag() 2014-08-26 19:22:53 +02:00
Aleksander Machniak
5f58127eae Added rcube_utils::resolve_url() 2014-08-24 11:43:12 +02:00
Aleksander Machniak
75bbada03b Remove code for PHP<5.3, use PHP_VERSION_ID instead of version_compare() for version checks 2014-08-24 11:23:33 +02:00
Aleksander Machniak
e35eab5f94 Fix comm_path update on task switch (#1490041) 2014-08-22 08:52:29 +02:00
Thomas B.
827b1dd459 Merge pull request #212 from JohnDoh/patch-1
add include_plugin function for optional plugins
2014-08-21 19:50:53 +02:00
Aleksander Machniak
f01666a622 Fix handling of email addresses with quoted domain part (#1490040) 2014-08-21 18:08:26 +02:00
Thomas Bruederli
3fb36a11fe Add option to focus a treelist widget on clicks to the container (#1489997) 2014-08-20 09:03:19 +02:00
Thomas Bruederli
44b47dfb35 Add config/preference option to disable saving messages in localStorage (#1489979) 2014-08-20 08:30:24 +02:00
Aleksander Machniak
fb5e2fb96f Don't fail when trying to create and subscribe a folder that already exists 2014-08-18 10:46:18 -04:00
Thomas Bruederli
e833e8601f Show icons (person, group) in autocomplete popup 2014-08-18 18:03:54 +02:00
Thomas Bruederli
028734b25c Make LDAP errors available to the application 2014-08-18 17:21:03 +02:00
Thomas Bruederli
96f084e9cf Don't expand recipient groups if they have an email address 2014-08-18 14:17:16 +02:00
Thomas Bruederli
25a9ec7bb7 Allow caller to supply the template for contact name composition 2014-08-18 14:16:20 +02:00
Thomas Bruederli
6a0a4a3a52 Remove empty brackets, slashes and spaces from contact search name 2014-08-18 10:00:45 +02:00
Aleksander Machniak
1299c6a231 Update translations 2014-08-17 09:36:32 +02:00
Aleksander Machniak
e66a77e560 Fix contacts list update after adding/deleting/moving a contact (#1490028, #1490033) 2014-08-17 09:11:56 +02:00
JohnDoh
4eee212883 add include_plugin function for optoinal plugins 2014-08-16 07:05:30 +01:00
JohnDoh
0b799bee90 add support for optional plugins 2014-08-16 07:02:50 +01:00
Aleksander Machniak
94d778f25c Merge branch 'master' of github.com:roundcube/roundcubemail 2014-08-14 18:20:19 +02:00
Aleksander Machniak
5f17657e82 Support contacts import in GMail CSV format 2014-08-14 18:19:55 +02:00
Thomas Bruederli
6459944860 Don't read attachment contents from cache when downloading. Cache might have line endings converted 2014-08-14 15:22:05 +02:00
Thomas Bruederli
06fdaf88cb Extend rcmail::url() to produce absolute and fully qualified URLs 2014-08-13 19:15:12 +02:00
Thomas Bruederli
48e340a829 Allow focussing treelist item checkboxes with tab and normal list navigation with cursor keys (#1489648) 2014-08-13 18:25:09 +02:00
Aleksander Machniak
4045cd9266 Cleanup after PR merge, updated changelog 2014-08-13 14:34:12 +02:00
Aleksander Machniak
9275671174 Merge pull request #211 from bbraybrook/gd_rotate_thumb
Fix incorrect thumbnail rotation with GD and exif orientation data (#1490029)
2014-08-13 14:32:41 +02:00
Aleksander Machniak
30f240478a Get rid of "Properties" fieldset in folder form 2014-08-13 14:30:20 +02:00
Thomas Bruederli
834fb6858e Allow to search for LDAP groups with 'group_filter' enabled 2014-08-13 13:04:24 +02:00
brendan braybrook
090bacddb6 changes suggested by aleks 2014-08-12 18:39:55 +00:00
Aleksander Machniak
b2a15c2c19 Set edited folder name to client environment 2014-08-12 13:31:10 +02:00
Victor Benincasa
8158049884 Allow browsers internal spellchecker to work
Fix a regression introduced at 731d190 that prevents in-browser spellchecker from working.
The new TinyMCE4 option is "browser_spellcheck", before it was "gecko_spellcheck".

Related ticket: http://trac.roundcube.net/ticket/1485060
2014-08-12 00:34:30 -03:00
brendan braybrook
e2dd31f987 rotate image with GD if exit rotation data present 2014-08-11 23:23:36 +00:00
brendan braybrook
c6183b649a wrong type returned for gif 2014-08-11 23:21:02 +00:00
Aleksander Machniak
e9ecd49f74 Added namespace filter in Folder Manager 2014-08-11 13:11:10 +02:00
Aleksander Machniak
875521af44 Add missing label to the client 2014-08-10 11:01:35 +02:00
Aleksander Machniak
765a0b0706 Fix errors when adding/updating contacts in active search (#1490015) 2014-08-10 10:39:25 +02:00
Aleksander Machniak
ef4c478760 Reset search after folder creation/remove/rename 2014-08-08 13:36:33 +02:00
Aleksander Machniak
66233b76c8 Added folder searching in Folder Manager 2014-08-08 12:52:26 +02:00
Thomas Bruederli
00dd283999 Getter to detect if treelist widget is in search mode 2014-08-07 18:00:31 +02:00