egroupware/importexport/inc
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 using standard site-configuration plus some hooks 2018-08-22 12:15:42 +02:00
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 Avoid warning if conditions do not exist 2019-02-07 10:56:10 -07:00
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 Move importexport to new API 2016-05-09 22:49:20 +00:00
class.importexport_iface_export_plugin.inc.php Import/Export - change signature of method that gets options to allow definition-specific values 2018-11-29 09:35:35 -07:00
class.importexport_iface_export_record.inc.php - Change file/class names to match new naming conventions 2010-03-22 15:09:26 +00:00
class.importexport_iface_import_plugin.inc.php Import/Export - change signature of method that gets options to allow definition-specific values 2018-11-29 09:35:35 -07:00
class.importexport_iface_import_record.inc.php - Change file/class names to match new naming conventions 2010-03-22 15:09:26 +00:00
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 Fix PHP 7.2 warning about count() 2018-12-06 11:47:35 -07:00
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