Hadi Nategh
0192c3095a
Add complementary option for app-select widget in order to be able to exclude specific apps from the list
2018-05-22 16:13:39 +02:00
Ralf Becker
19feaed9f2
use error-image from api not old phpgwapi
2018-05-20 13:25:37 +02:00
nathangray
af3eadb419
Fix loader never goes away if you use shift to select just a few rows
2018-05-15 08:43:40 -06:00
nathangray
06c6cfa71c
Slightly more robust checking for "blank" HTML area in case CKEditor adds some styles
2018-05-14 16:54:47 -06:00
nathangray
d91ff0c346
Allow prompt textbox to expand with the dialog
2018-05-14 16:48:54 -06:00
nathangray
eb1a1f147c
Let et2_dialogs size themselves according to contents unless otherwise specified.
...
(just dialogs, leave others alone)
2018-05-14 16:48:45 -06:00
nathangray
75cc38cbfa
Let et2_dialogs size themselves according to contents unless otherwise specified.
...
Fixes dialogs too narrow for their title
2018-05-14 16:48:36 -06:00
nathangray
394561a2fa
Load filemanager translations for vfsSelectUI
2018-05-14 16:48:08 -06:00
Ralf Becker
c39730b1a7
Translations from Ilias Chasapakis
2018-05-14 11:22:55 -06:00
nathangray
53c3c84838
Add checks to see if actionManager has been set before using it
...
Fixes errors in historylog widget
2018-05-14 11:22:47 -06:00
Hadi Nategh
29d7d09ffe
Make a bigger header size assumption (32k) in order to cover importing mails with big headers
2018-05-14 17:19:51 +02:00
nathangray
b05662201f
Lock UI with loader while waiting for selected rows query to complete
2018-05-11 09:06:07 -06:00
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