Ralf Becker
|
c212cf36ae
|
fix PHP 8.0 TypeError: fwrite(): Argument #2 ($data) must be of type string, array given
|
2021-11-13 17:31:19 +01:00 |
|
Ralf Becker
|
c6052a5fbb
|
fix PHP 8.0 TypeError: in_array(): Argument #2 ($haystack) must be of type array, null given
|
2021-11-13 17:25:01 +01:00 |
|
Ralf Becker
|
72a7039dce
|
fix PHP 8.0 TypeError: array_merge(): Argument #1 must be of type array, null given
|
2021-11-13 17:18:41 +01:00 |
|
Hadi Nategh
|
537c4652a3
|
Fix error "Non-static method Merge::get_all_ids() cannot be called statically"
|
2021-11-13 17:08:20 +01:00 |
|
Ralf Becker
|
26af55cba6
|
fix PHP 8.0 TypeError: Unsupported operand types: string + int
|
2021-11-13 17:05:42 +01:00 |
|
Ralf Becker
|
26a8d40c5f
|
fix PHP 8.0 TypeError: ZipArchive::setCommentName(): Argument #2 ($comment) must be of type string, array given
|
2021-11-13 17:02:26 +01:00 |
|
Hadi Nategh
|
90597e1dea
|
Get the link entry app selection menu working again
|
2021-11-11 10:28:00 +01:00 |
|
Ralf Becker
|
bbd048a143
|
try fixing an other case where an unrelated XML error was reported
Error passing XML file '<text type="text" id="#Kunde_Firma"/>' line 12: EndTag: '</' not found
There is obviously no line 12 ;)
|
2021-11-11 09:50:17 +01:00 |
|
Ralf Becker
|
cb70a57b78
|
quieten permanent log of search links for non-ascii project-names etc.
|
2021-11-11 09:11:04 +01:00 |
|
Ralf Becker
|
46e384198b
|
fix PHP 8.0 TypeError: Unsupported operand types: string & int
|
2021-11-11 08:00:20 +01:00 |
|
nathan
|
6aa0366330
|
Maybe fix SQL error from searching contacts with private + duplicates
|
2021-11-10 09:53:24 -07:00 |
|
nathan
|
050bf162d9
|
Api: Fix check of disabled attribute was misbehaving if the value was null or 0
This showed up when validating tracker config, some rows were disabled with disabled="@tracker". When tracker=0, they did not return their value.
|
2021-11-10 13:58:40 +01:00 |
|
Ralf Becker
|
4d08b1412d
|
fix PHP 8.0 TypeError: array_merge(): Argument #2 must be of type array, null given
|
2021-11-10 12:47:34 +01:00 |
|
Ralf Becker
|
8d25c83380
|
fix/catch PHP 8.0 ValueError: mb_convert_encoding(): Argument #3 ($from_encoding) contains invalid encoding "cp1250"
|
2021-11-10 12:43:30 +01:00 |
|
Ralf Becker
|
aca63345ca
|
fix PHP 8.0 TypeError: strpos(): Argument #1 ($haystack) must be of type string, array given
|
2021-11-10 12:16:20 +01:00 |
|
Hadi Nategh
|
dfdd3b918b
|
Update jquery-ui to 1.13.1
|
2021-11-10 11:55:45 +01:00 |
|
Ralf Becker
|
5477f3d095
|
* LDAP/Addressbook: fix region contains for given country invalid value gives an LDAP error on update
cause by trying to write NULL, which is not allowed, unsetting the attribute the proper way now
|
2021-11-09 11:08:07 +01:00 |
|
Ralf Becker
|
3655619b43
|
fix PHP 8.0 problem "new" > 0 causing mail accounts created via admin for an other user to fail
|
2021-11-09 08:03:16 +01:00 |
|
Ralf Becker
|
fa67fc24d7
|
fix PHP 8.0 TypeError: Api\Accounts::username(): Argument #1 ($account_id) must be of type ?int, string given
new method for account link-title not throwing an error, for non-numeric arguments and therefore stalling all titles
|
2021-11-08 12:23:08 +01:00 |
|
Ralf Becker
|
9638bddaac
|
fix PHP 8.0 TypeError: Exception::__construct(): Argument #2 ($code) must be of type int, string given
|
2021-11-08 11:36:49 +01:00 |
|
Ralf Becker
|
ff68c12773
|
fix PHP 8.0 TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given
|
2021-11-05 15:19:20 +01:00 |
|
Ralf Becker
|
1ad1c6e951
|
fix PHP 8.0 TypeError: Unsupported operand types: null + array
|
2021-11-05 14:50:19 +01:00 |
|
Ralf Becker
|
c8bab89460
|
fix PHP 8.0 TypeError: uasort(): Argument #1 ($array) must be of type array, null given
|
2021-11-05 14:37:50 +01:00 |
|
Ralf Becker
|
e8c352acbd
|
fix PHP 8.0 ValueError: stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
|
2021-11-05 11:39:13 +01:00 |
|
Ralf Becker
|
0d8f4f624f
|
fix PHP 8.0 error: trim expects string, array given
removed trim
|
2021-11-05 09:08:57 +01:00 |
|
Hadi Nategh
|
17e25fa1e0
|
Fix PHP8.0 error (TypeError): strlen(): Argument #1 ($string) must be of type string, array given
|
2021-11-04 17:24:56 +01:00 |
|
Hadi Nategh
|
fd3b61b6af
|
Fix PHP8.0 (TypeError): explode(): Argument #2 ($string) must be of type string, array given
|
2021-11-04 14:32:17 +01:00 |
|
Hadi Nategh
|
5227425671
|
Fix stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack) by preventing empty html value being processed
|
2021-11-04 14:14:10 +01:00 |
|
Ralf Becker
|
ae6128d7d0
|
* Filemanager: fix not working variables eg. $user in GUI mount (Admin > Filemanager)
also support no user/password for sharing links
|
2021-11-03 14:55:21 +01:00 |
|
Hadi Nategh
|
8a9aad7f2c
|
* Filemanager: Fix video controller not working in filemanager gallery
|
2021-11-02 17:45:17 +01:00 |
|
Ralf Becker
|
45437a5c9d
|
add $depth parameter to Vfs::checkLock($url, int $depth=0) and use it to query all locks in one go for filemanager_ui::get_rows()
|
2021-10-29 08:48:26 -06:00 |
|
nathan
|
facdf2d119
|
API: Make sure memberships is an array to avoid other errors (PHP 8.0)
|
2021-10-27 13:41:48 -06:00 |
|
Ralf Becker
|
12c6b57ed0
|
fix regression reported by @asig2016 after big warning fix
|
2021-10-23 09:56:11 +02:00 |
|
nathan
|
1ecfe6fea5
|
Api: Fix "Unsupported operand types: array + bool" when infolog linked contact could not be read
|
2021-10-22 09:43:09 -06:00 |
|
Hadi Nategh
|
dddd0a2ee0
|
Fix onchange event not working for date-range widget
|
2021-10-22 13:27:37 +02:00 |
|
nathan
|
17d4c2a869
|
Api: Fix merge action files in subdirectories had their path as part of action caption instead of just the file name
|
2021-10-21 09:59:57 -06:00 |
|
nathan
|
3c7d18b8db
|
Api: Change app placeholders list to use some more horizontal space, stop hiding common & user placeholders
|
2021-10-21 08:40:37 -06:00 |
|
Ralf Becker
|
efff64299c
|
fix big chunk of PHP 8.0 warnings
|
2021-10-21 10:42:18 +02:00 |
|
nathan
|
e70060f34b
|
Api: Fix cf sub-entry placeholder expansion was not passing content for placeholders like {{#customer/n_fn}}
|
2021-10-20 14:10:41 -06:00 |
|
Ralf Becker
|
a8cc4d3c33
|
closing/commiting the session to speed up calendar loading
|
2021-10-20 13:58:40 +02:00 |
|
nathan
|
eb1ed53c1a
|
JS changes from 068e3feff0
|
2021-10-19 14:23:31 -06:00 |
|
nathan
|
dacb898218
|
Api: Fix setting the date min attribute to a number did not work
jQueryUI timepicker checks the type of variable
|
2021-10-19 14:22:55 -06:00 |
|
nathan
|
888fd1d61c
|
Add missing placeholder widget JS
|
2021-10-19 09:47:38 -06:00 |
|
nathan
|
f4daa11c5b
|
Api: Fix replacements from sub-apps (eg: infolog contact) were missing
|
2021-10-19 09:19:26 -06:00 |
|
Hadi Nategh
|
2af7775aa2
|
* Mail: Add set flags action into mail filters
|
2021-10-19 13:15:35 +02:00 |
|
Hadi Nategh
|
551d797cb6
|
* Mail: Implements date extension for vacation rule. None imap admin user can also set vacation rule by date.
|
2021-10-19 13:15:13 +02:00 |
|
nathan
|
d7de30a423
|
Infolog: Avoid errors adding app replacements if incorrect parameters given
|
2021-10-19 10:13:04 +02:00 |
|
nathan
|
b320f7517f
|
Fix kanban merge into document stopped working with introduction of PDF checkbox
|
2021-10-19 09:48:12 +02:00 |
|
nathan
|
82103dd514
|
* Collabora: Merge placeholder dialogs
Added merge placeholder & address dialogs to Collabora. Also some new merge preferences for target filename and location, and placeholder list UI
|
2021-10-14 13:18:21 -06:00 |
|
nathan
|
09f93f2b9d
|
* Add filemanager actions to convert editable files to PDF or PNG and a checkbox to merge file as PDF
|
2021-10-14 09:18:55 -06:00 |
|