This website requires JavaScript.
Explore
Help
Sign In
extern
/
egroupware
Watch
1
Star
0
Fork
1
You've already forked egroupware
mirror of
https://github.com/EGroupware/egroupware.git
synced
2024-12-28 17:48:56 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a99eb13066
egroupware
/
importexport
/
inc
History
Ralf Becker
a125be6074
fix PHP 8.0 TypeError: Api\Accounts::username(): Argument
#1
($account_id) must be of type ?int, string given
...
using Api\Accounts::title() but cast to int, if giving an non-zero result
2021-11-08 12:35:14 +01:00
..
class.importexport_admin_prefs_sidebox_hooks.inc.php
class.importexport_arrayxml.inc.php
Try to avoid "PHP Warning: DOMDocument::loadXML(): Empty string supplied as input"
2021-11-03 09:39:30 -06:00
class.importexport_basic_import_csv.inc.php
PHP 8 fixes
2021-03-29 16:47:19 +02:00
class.importexport_definition.inc.php
class.importexport_definitions_bo.inc.php
Fix PHP 8 error: "array_search(): Argument
#2
($haystack) must be of type array, null given"
2021-10-14 08:59:18 -06:00
class.importexport_definitions_ui.inc.php
Import/Export - fix definition list actions (Create export) disappeared from context menu after use
2019-07-08 13:49:16 -06:00
class.importexport_export_csv.inc.php
fix PHP 8.0 TypeError: Api\Accounts::username(): Argument
#1
($account_id) must be of type ?int, string given
2021-11-08 12:35:14 +01:00
class.importexport_export_ui.inc.php
Import/Export: Fix export destroyed list's etemplate request
2020-07-09 13:14:24 -06:00
class.importexport_helper_functions.inc.php
Put type in front of variable name
2021-03-31 13:14:18 -06:00
class.importexport_iface_egw_record.inc.php
class.importexport_iface_export_plugin.inc.php
class.importexport_iface_export_record.inc.php
class.importexport_iface_import_plugin.inc.php
class.importexport_iface_import_record.inc.php
class.importexport_import_csv.inc.php
fix PHP 8.0 error: count(): Argument
#1
($value) must be of type Countable|array, string given
2021-10-19 09:03:57 +02:00
class.importexport_import_ui.inc.php
Importexport: Fix clicking import button from list did not start with that definition loaded
2021-04-22 14:28:19 -06:00
class.importexport_schedule_ui.inc.php
fix PHP 8 Fatal error Array and string offset access syntax with curly braces is no longer supported
2021-03-21 21:13:07 +01:00
class.importexport_widget_filter.inc.php
class.importexport_wizard_basic_export_csv.inc.php
Avoid some more PHP8 errors
2021-10-14 08:59:05 -06:00
class.importexport_wizard_basic_import_csv.inc.php
Importexport: Fix import category from file was always blank
2021-04-22 14:28:57 -06:00