Commit Graph

32780 Commits

Author SHA1 Message Date
Hadi Nategh
c8f98f3fee Take user's number format into account when set date duration widget. Fixes duration widget doesn't accept "," as decimal separator in Firefox. 2018-05-11 15:48:17 +02:00
nathangray
2e078df6d4 Calendar - Prevent event list from going to far down (off bottom of screen) 2018-05-10 09:42:08 -06:00
nathangray
cfa65c7150 * Resources - fix 'Too few arguments' error when changing category of resource with accessories 2018-05-09 09:50:55 -06:00
nathangray
01013dd898 Api - Turn on merge for presentations, text templates, spreadsheet templates and presentation templates 2018-05-08 10:33:01 -06:00
Hadi Nategh
27be21d688 * Infolog: Fix timestamper button does not work in mobile template 2018-05-07 11:31:10 +02:00
Ralf Becker
369249a5e8 * Calendar: fix not working Mail/Meetingrequest to all participants action 2018-05-05 11:51:40 +02:00
Ralf Becker
463774b0de * Admin/Mail: fix saving mail-accounts for multiple accounts 2018-05-04 15:09:21 +02:00
Ralf Becker
df072fc42f * Mail: fixed equal signs (=) are not displayed in subject
Not sure why, but equal sign was removed unconditional together with other non-printable chars.
Equal sign is now removed from that preg and code is cleaned up to have a single preg removing unprintable chars independet on the function used to decode the header.
2018-05-03 11:04:12 +02:00
Ralf Becker
5b75298bcc disable permanent error_log causing extra mails from cron 2018-05-03 09:46:16 +02:00
nathangray
98b223bde8 Only reset focused child on first creation, not every action assignment 2018-05-02 14:09:04 -06:00
Ralf Becker
739125ae86 allow to specify PHP interpreter via PHP enviroment variable
allow to specify a file/directory to scan
2018-05-02 12:16:45 +02:00
Ralf Becker
6a3a55a4fa not setting pe_status from datasource (its ignored now anyway) 2018-05-02 12:15:09 +02:00
nathangray
66ffa92306 * Calendar - yearly planner view events would sometimes load in the next month as well 2018-04-30 10:46:58 -06:00
nathangray
bd9d959cfa Translation for preference showing user groups as distribution list 2018-04-30 10:03:11 -06:00
nathangray
5dfacd160f * Addressbook - Add preference to turn off user groups as distribution lists 2018-04-30 10:02:43 -06:00
nathangray
869d50d96f Change account filtering to give accounts when asked even if accounts are hidden in preferences 2018-04-30 09:36:51 -06:00
Hadi Nategh
c7f3b70b85 Increase cred_password field size in DB to be able to get fit large smime pkey. 2018-04-27 16:29:12 +02:00
Ralf Becker
9cc5ccbd72 * Setup/Filemanager: fix excess looping stalling update from before 16.1
Filemanager never had tables before update to 17.1 and therefore update wont work, unless comming exactly from 16.1
2018-04-27 12:56:47 +02:00
nathangray
58e28b1386 Filemanager - Fix save as only downloaded the last file 2018-04-24 11:27:46 -06:00
nathangray
4222aab586 Api - Stop adding calcext:value-type attributes when merging to spreadsheets, they're no longer used and can cause a warning with recent templates 2018-04-24 08:47:27 -06:00
nathangray
9670d9da00 Some translations from Stefan Unverricht 2018-04-23 13:25:22 -06:00
Ralf Becker
fee81c93b1 fix PHP Fatal error: Uncaught TypeError: Argument 3 passed to stylite_mail_spamtitan::sync_aliases() must be of the type array, null given 2018-04-23 20:14:14 +02:00
Ralf Becker
9ba44fb120 fix typo 2018-04-23 19:19:23 +02:00
Ralf Becker
5692211a44 synchronising email aliases with SpamTitan, when first spam action in a session is used 2018-04-23 19:19:19 +02:00
nathangray
c7d84ff9f0 Fix mail merge into mail template excluded BCC 2018-04-23 08:51:31 -06:00
Marcel Klehr
67a7819795 Allow disabling calendar invitations of resources 2018-04-23 08:46:51 -06:00
Ralf Becker
ed1dd7731f Translations from Stefan Unverricht 2018-04-20 10:09:12 -06:00
Ralf Becker
e828d0564c * EMail: fix searching in email gives an error
reverting commit 5bd63482ea as the implemented __isset and ArrayAccess interface hide the one implemented by parent Horde_Imap_Client
2018-04-20 10:41:44 +02:00
nathangray
59483c4b79 * Api - Fix references to sub-fields of custom field entries only merged for the first entry of each type 2018-04-17 09:36:12 -06:00
Ralf Becker
cb3de8cf91 implement __isset and ArrayAccess for Imap, to allow eg. to use empty($imap->attribute) 2018-04-17 10:34:12 +02:00
nathangray
0d78d9863c Fix some translation problems, reported by Stefan Unverricht 2018-04-16 10:00:05 -06:00
nathangray
b0dddec4fb Fix some translation problems, reported by Stefan Unverricht 2018-04-16 09:59:56 -06:00
Ralf Becker
8743ed7d0e Changelog for 17.1.20180413 2018-04-13 14:20:39 +00:00
Ralf Becker
b5a97af9fc quiten message if /var/lib/egroupware/*/files/sqlfs does not yet exist 2018-04-13 16:19:46 +02:00
Ralf Becker
3d449c6a33 fix PHP 7.2 Warning: The each() function is deprecated 2018-04-13 16:09:44 +02:00
Ralf Becker
8275f3401e * Setup: updates from old versions (eg. 1.4 or 1.8) no longer require to update to 14.x and 16.1 first 2018-04-13 13:49:30 +02:00
Ralf Becker
56d60ed64f fixing a couple more PHP Warning count(): Parameter must be an array or an object that implements Countable 2018-04-13 09:14:29 +02:00
Ralf Becker
1495a8b0b2 * Setup/Restore: restore from a other charsets then utf-8 failed 2018-04-12 18:01:46 +02:00
Ralf Becker
e613c59dc3 * All apps: fixed moving attachments to new entries (without attachments) lost moved file 2018-04-12 15:14:26 +02:00
Ralf Becker
719d787ce3 do not set a not set birthday preference to "none" 2018-04-12 14:34:16 +02:00
Ralf Becker
2d0f9342f6 * CardDAV/addresbook: fixed not working distribution-lists as groups in Mac addressbook 2018-04-12 13:05:14 +02:00
Ralf Becker
298a2041ab * CalDAV/resources: fix wrong ACL/rights send to clients (PHP warning in log) 2018-04-12 13:05:14 +02:00
Hadi Nategh
44fe27f2b8 Fix file upload button does not cover its caption 100% 2018-04-11 16:45:35 +02:00
Hadi Nategh
615f7f0260 Add some translations, thanks to Evgen Vodopivec. 2018-04-11 16:02:14 +02:00
Hadi Nategh
52ee93dd8d Add some translations, thanks to Evgen Vodopivec. 2018-04-11 16:01:59 +02:00
Hadi Nategh
e7458a33a6 Add and fix some translations, thanks to Stefan Unverricht. 2018-04-11 15:20:22 +02:00
Hadi Nategh
d280c8b176 Fix wrongly spelled EGroupware name 2018-04-11 15:20:12 +02:00
Ralf Becker
e6ccdba871 run fastcgi_finish_request also for non-compat install 2018-04-11 15:07:01 +02:00
Ralf Becker
8cd1707736 fix shutdown functions did not have $GLOBALS[egw] set, caused by session created by MServer 2018-04-11 15:07:01 +02:00
Ralf Becker
0bac07f1ba fixing function and test 2018-04-11 14:06:54 +02:00