Commit Graph

1375 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
01013dd898 Api - Turn on merge for presentations, text templates, spreadsheet templates and presentation templates 2018-05-08 10:33:01 -06: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
nathangray
98b223bde8 Only reset focused child on first creation, not every action assignment 2018-05-02 14:09:04 -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
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
c7d84ff9f0 Fix mail merge into mail template excluded BCC 2018-04-23 08:51:31 -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
Ralf Becker
8743ed7d0e Changelog for 17.1.20180413 2018-04-13 14:20:39 +00: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
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
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
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
Ralf Becker
188865566b limit filesystem depth for managed attachments to gard against infinit recursion 2018-04-11 11:26:26 +02:00
Ralf Becker
c795f13f81 remove 4-byte unicode when cleaning subjects 2018-04-11 11:24:53 +02:00
Ralf Becker
d647c197a7 fix smime key got immediatly deleted again 2018-04-10 15:22:42 +02:00
Hadi Nategh
1f190682d0 * Api: Fix auto-complete password field gets activated even though user hasn't selected it deliberately. 2018-04-10 12:40:02 +02:00
Hadi Nategh
d47ae08b72 Fix uploading multiple files does not enable submit buttons after upload is done 2018-04-10 10:17:44 +02:00
Ralf Becker
b968f65b4a fixing not working links stream-wrapper 2018-04-10 08:56:20 +02:00
Ralf Becker
4c99e0bf99 fix Scrutinizer issue (seems to be some left over old code) 2018-04-09 17:36:35 +02:00
Ralf Becker
0d984589ff * PHP 7.2: fix several PHP Fatal errors and warnings stalling installation and usage 2018-04-09 17:36:35 +02:00
Hadi Nategh
4a3773ddcd * Addressbook: Fix send all contact's emails/vcards to compose dialog does not work 2018-04-09 16:42:43 +02:00
Hadi Nategh
53a4130722 Fix move/copy actions in link_to widget vfsSelect try to create not unwanted new symlink 2018-04-04 17:55:14 +02:00
Hadi Nategh
9a3b42bbf9 Fix vfsSelect extra buttons sometimes failing to close the dialog after execution 2018-04-04 17:54:58 +02:00
Hadi Nategh
30a9f76134 Add some translations, thanks to Evgen Vodopivec. 2018-04-03 11:26:59 +02:00
Hadi Nategh
7ac0e33fbb Make sure mail_bo object is there before using it, fixes error "can not call undefined function reopen()" 2018-04-03 10:34:52 +02:00
nathangray
41726e4293 * Etemplate - Stop times from advancing 1 hour shortly after DST 2018-03-29 09:56:47 -06:00
Hadi Nategh
045974085f Fix translation 2018-03-29 17:43:48 +02:00
Hadi Nategh
3c283c8129 Make sure we are not disabling submit buttons if upload is not triggered, to avoid disabled submit buttons after failure. 2018-03-28 18:22:32 +02:00
Hadi Nategh
293736a169 Fix translation 2018-03-28 11:34:13 +02:00
Hadi Nategh
4b61143e89 Add translation for "previous" button in notifications 2018-03-28 11:33:52 +02:00
Hadi Nategh
7f4af547d7 Try to avoid fullwidth for some specific widgets in customfields list 2018-03-28 11:22:56 +02:00
Hadi Nategh
e299c90f76 Make second column of customfields list fullwidth 2018-03-28 11:22:42 +02:00
Hadi Nategh
967fcea673 Add button_icon new attribute to vfs-select widget and changes link button icon 2018-03-28 11:13:53 +02:00
Hadi Nategh
5c19bbfd2c Implement new feature for vfs-select widget to accept extra buttons action. Additionally, add extra "copy" and "move" actions to link-to vfs dialog. 2018-03-28 11:13:26 +02:00
Hadi Nategh
5221ad68f9 Set dialog button icons from Api instead of etemplate 2018-03-28 11:08:10 +02:00