Commit graph

306 commits

Author SHA1 Message Date
Aleksander Machniak
a2fdf05f79 Update localization 2021-10-11 11:04:38 +02:00
Jeroen van Meeuwen (Kolab Systems)
9a13a39e7f Bump version numbers to 3.5.6 2021-04-12 12:04:40 +02:00
Aleksander Machniak
87fbaea696 PHP8 compatibility fixes
Summary: PHP8 fixes, CS fixes, short array syntax, indentation

Reviewers: #roundcube_kolab_plugins_developers

Subscribers: #roundcube_kolab_plugins_developers

Tags: #roundcube_kolab_plugins

Differential Revision: https://git.kolab.org/D2185
2021-02-01 08:30:34 +01:00
Jeroen van Meeuwen (Kolab Systems)
799e0bddff Bump plugin version numbers 2020-10-16 10:59:30 +02:00
Aleksander Machniak
112516794f Fix PHP 7.4 deprecation warning on implode() 2020-08-11 12:55:49 +02:00
Jeroen van Meeuwen (Kolab Systems)
4760d1a3d5 Bump version number 2019-10-19 11:55:22 +02:00
Aleksander Machniak
7491bf813c Update localization (again) 2019-10-13 15:55:15 +02:00
Aleksander Machniak
a4776ffcc8 Update localization, fix counting translation lines in update script 2019-10-13 14:54:56 +02:00
Jeroen van Meeuwen (Kolab Systems)
8344228bb2 Bump plugin versions to 3.5.1 2019-10-07 14:00:23 +02:00
Aleksander Machniak
84fd1d18aa Fix error when contacts folder contains non-alphanum chars (Bifrost#T245789)
By removing outdated and redundant check.
2019-09-24 10:41:53 +00:00
Aleksander Machniak
f052c02103 Use cache fast-mode for contact groups
The same as tags/relations these objects are used quite often, so
we store group members in database and we can access them without
accessing imap.
2019-05-07 10:37:45 +02:00
Aleksander Machniak
818649624b Fast-mode for contacts
... there's still a place for improvement, we can make more requests use fast-mode.
2019-05-07 10:37:45 +02:00
Jeroen van Meeuwen (Kolab Systems)
e0d11833a1 Bump version numbers 2019-05-07 08:32:27 +02:00
Aleksander Machniak
290adfbbb1 Merge branch 'dev/elastic' 2019-05-06 08:30:23 +02:00
Aleksander Machniak
12ce9fd4c7 Ignore address_book_type setting when checking for global addressbooks 2019-04-16 12:50:20 +02:00
Aleksander Machniak
e13bdd55a7 Elastic: Catch up with layout refactoring in core 2019-03-25 12:27:51 +01:00
Jeroen van Meeuwen (Kolab Systems)
456254ef2f Bump version numbers 2019-03-14 11:12:38 +01:00
Aleksander Machniak
7288bac122 Elastic: Use custom switch in place of pretty checkbox 2019-02-20 13:40:56 +01:00
Aleksander Machniak
c1f1c9daed Use https:// for plugins.roundcube.net 2019-01-23 08:17:36 +01:00
Jeroen van Meeuwen (Kolab Systems)
dd35f8de63 Bump versions to 3.4.2 2019-01-19 09:00:11 +01:00
Aleksander Machniak
315079c8e4 Fix bug where hidden ldap addressbooks would still be visible (Bifrost#T171965) 2019-01-07 13:04:55 +00:00
Jeroen van Meeuwen (Kolab Systems)
56a4693914 Update German translations by using de sources and de_DE sources for de_DE translations 2018-12-19 10:25:52 +01:00
Jeroen van Meeuwen (Kolab Systems)
ac7b742005 Update the base translations before merge 2018-12-19 10:25:52 +01:00
Jeroen van Meeuwen (Kolab Systems)
038d6fcdaf Update .po files 2018-12-19 10:25:52 +01:00
Jeroen van Meeuwen (Kolab Systems)
1e9692775f New translation files 2018-12-19 10:25:52 +01:00
Jeroen van Meeuwen (Kolab Systems)
00e04d2f95 Update translations 2018-12-17 14:03:01 +01:00
Jeroen van Meeuwen (Kolab Systems)
37b89deb34 Bump version numbers to 3.4.1 2018-12-06 11:09:09 +01:00
Aleksander Machniak
a857b3cd29 Remove duplicate label references 2018-12-03 15:05:54 +00:00
Aleksander Machniak
7c6b305b2f T4473: Unify label/placeholder for folders search input 2018-11-16 12:57:54 +01:00
Aleksander Machniak
25d45a258b Fix regression where contextmenu actions on addressbook sources list would not set proper command state 2018-10-18 10:16:22 +00:00
Aleksander Machniak
8a5c092874 Prevent from rare PHP warning (T4325) 2018-08-22 12:14:48 +02:00
Aleksander Machniak
7a7548744c Move "Show History" button from contact frame to "More" menu
For simplicity and consistency with Mail UI (and other places in Elastic).
2018-05-24 13:32:38 +00:00
Aleksander Machniak
e6f9a6104b Elastic: Apply some toolbars re-design ideas 2018-05-10 12:30:33 +02:00
Aleksander Machniak
2270fd8b6a Elastic: Partial Files support 2018-04-17 12:57:59 +02:00
Aleksander Machniak
91b4bc34d5 folderlist.js -> libkolab.js 2018-04-08 12:52:59 +00:00
Jeroen van Meeuwen (Kolab Systems)
89a7362058 Bump plugin versions and requirements 2018-04-09 12:23:01 +02:00
Aleksander Machniak
0cbf826320 Elastic: Use 'notice' messages, not 'info' 2018-04-03 13:03:53 +02:00
Aleksander Machniak
a444b5b801 Unify/de-duplicate code for folder form handling 2018-03-28 15:36:08 +00:00
Aleksander Machniak
9f58502839 Unified addressbook folder edit/create forms with the rest of plugins 2018-03-28 13:31:05 +00:00
Aleksander Machniak
5b242b8e26 Merge audittrail.js and kolabfolders.js code into libkolab.js
... which includes also attachments handling code and will
include more shared functionality in the future.
2018-03-19 13:52:58 +01:00
Aleksander Machniak
0ee3194fd4 Fix reference to rcmail object 2018-02-25 10:25:28 +00:00
Aleksander Machniak
428cf36af7 confirm() -> rcmail.confirm_dialog() 2018-01-25 13:26:40 +01:00
Aleksander Machniak
cc15a0c0db Remove redundant argument of include_stylesheet() 2018-01-25 13:23:26 +01:00
Aleksander Machniak
2efe6747ad Remove Classic skin support
TODO: I'm not yet sure about the Calendar plugin
2018-01-18 11:42:00 +01:00
Aleksander Machniak
a0569164da Merge branch 'master' into dev/elastic 2018-01-12 11:53:09 +01:00
Aleksander Machniak
51345357d6 Performance optimization in contacts search
For cases when the result is smaller than page size we get all contacts
in one query instead of separate selects.
2018-01-10 11:18:28 +01:00
Jeroen van Meeuwen (Kolab Systems)
6c43433e16 Bump version numbers 2018-01-05 13:13:38 +01:00
Aleksander Machniak
fc8785dac4 Elastic: Initial kolab_notes support
TODO: printing, tags, and some small style fixes
2018-01-02 13:21:11 +01:00
Aleksander Machniak
84609b872e Elastic: Initial fixes to audittrail features 2017-12-19 11:10:55 +01:00
Aleksander Machniak
3572c1e31a Fix compatibility with contextmenu 3.x 2017-12-15 16:27:54 +01:00