Commit Graph

36819 Commits

Author SHA1 Message Date
73793d8aa1 fix PHP 8.0 TypeError: Unsupported operand types: bool + array 2021-11-15 08:09:09 +01:00
738ee7a8ec fix PHP 8.0 TypeError: array_keys(): Argument #1 ($array) must be of type array, null given 2021-11-15 08:03:17 +01:00
1cefb08ae6 fix PHP 8.0 TypeError: Cannot access offset of type string on string 2021-11-15 08:00:33 +01:00
6eca840838 fix PHP 8.0 TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given 2021-11-14 15:48:44 +01:00
e7e16da33d fix PHP 8.0 TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given 2021-11-14 15:38:19 +01:00
8250784543 fix PHP 8.0 TypeError: count(): Argument #1 ($value) must be of type Countable|array, bool given 2021-11-14 10:32:42 +01:00
dfebb587ed fix PHP 8.0 TypeError: array_search(): Argument #2 ($haystack) must be of type array, bool given 2021-11-14 10:27:33 +01:00
b2f8d216f1 fix PHP 8.0 TypeError: preg_match(): Argument #2 ($subject) must be of type string, array given 2021-11-13 17:45:51 +01:00
dfec4360b3 fix PHP 8.0 TypeError: array_keys(): Argument #1 ($array) must be of type array, null given 2021-11-13 17:39:56 +01:00
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
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
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
a99eb13066 fix PHP 8.0 TypeError: array_keys(): Argument #1 ($array) must be of type array, null given 2021-11-13 17:12:35 +01:00
537c4652a3 Fix error "Non-static method Merge::get_all_ids() cannot be called statically" 2021-11-13 17:08:20 +01:00
26af55cba6 fix PHP 8.0 TypeError: Unsupported operand types: string + int 2021-11-13 17:05:42 +01:00
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
310d430142 Calendar: Fix validation error when setting ical export timezone preference 2021-11-12 13:16:52 -07:00
045ac185cf Fix php8.0 (TypeError): Cannot access offset of type string on string 2021-11-12 15:13:02 +01:00
90597e1dea Get the link entry app selection menu working again 2021-11-11 10:28:00 +01:00
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
a2f361f521 fix PHP 8.0 TypeError: Cannot access offset of type string on string 2021-11-11 09:22:13 +01:00
cb70a57b78 quieten permanent log of search links for non-ascii project-names etc. 2021-11-11 09:11:04 +01:00
46e384198b fix PHP 8.0 TypeError: Unsupported operand types: string & int 2021-11-11 08:00:20 +01:00
d0f34b3c1c fix old classname uipassword --> preferences_password 2021-11-11 07:53:27 +01:00
a84c9cd92a fix PHP 8.0 ValueError by using forked and fixed Horde_Util package 2021-11-10 19:44:44 +01:00
051de18530 Infolog: Fix could not change project after b125e1b2fd 2021-11-10 09:57:14 -07:00
2a6cca7977 Infolog: Fix linking a second project will remove one project after a second save
With test.
2021-11-10 09:57:04 -07:00
6aa0366330 Maybe fix SQL error from searching contacts with private + duplicates 2021-11-10 09:53:24 -07:00
97c31b4d54 fix PHP 8.0 TypeError: Cannot access offset of type string on string, when iCal exporting a GEO attributes 2021-11-10 17:00:16 +01:00
78f58a887d fix PHP 8.0 TypeError: strlen(): Argument #1 ($str) must be of type string, array given 2021-11-10 15:23:45 +01:00
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
9e6bb14725 fix PHP 8.0 TypeError: calendar_tracking::track(): Argument #1 ($data) must be of type array, null given 2021-11-10 13:01:22 +01:00
dd75857277 fix PHP 8.0 TypeError: Illegal offset type in Api\Categories::id2name() 2021-11-10 12:56:42 +01:00
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
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
365982025a fix PHP 8.0 TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given 2021-11-10 12:24:28 +01:00
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
dfdd3b918b Update jquery-ui to 1.13.1 2021-11-10 11:55:45 +01:00
2604a077d3 fix PHP 8.0 TypeError: Cannot access offset of type string on string 2021-11-10 11:54:38 +01:00
408bcbb26b fix PHP 8.0 TypeError: key(): Argument #1 ($array) must be of type array, null given 2021-11-10 11:45:07 +01:00
86e232f2f5 fix PHP 8.0 TypeError: explode() expects parameter 2 to be string, array given 2021-11-10 11:38:29 +01:00
b09536c67f fix PHP 8.0 TypeError: Unsupported operand types: int + string 2021-11-10 11:28:51 +01:00
202d8ffc4d fix PHP 8.0 TypeError: Unsupported operand types: EGroupware\Api\DateTime - EGroupware\Api\DateTime 2021-11-10 11:23:25 +01:00
6218cfb6b1 fix PHP 8.0 TypeError: explode(): Argument #2 ($string) must be of type string, array given 2021-11-10 11:11:24 +01:00
970c12ee1d fix PHP Error: Undefined constant "title" 2021-11-10 08:59:33 +01:00
bd507ca1a3 Calendar: Sort similar length all day events alphabetically 2021-11-09 08:52:11 -07:00
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
3a15b4d86b fix error caused by post_install.php not running as root (default for container) 2021-11-09 09:40:34 +01:00
6ce457f8e2 fix PHP 8.0 TypeError: explode(): Argument #2 ($string) must be of type string, array given 2021-11-09 08:46:56 +01:00
986944c261 fix PHP 8.0 TypeError: Unsupported operand types: EGroupware\Api\DateTime - EGroupware\Api\DateTime 2021-11-09 08:41:59 +01:00