egroupware_official/importexport/inc
nathangray 947755676e ImportExport: Another fix for exporting custom date fields with custom format.
- PHP base DateTime class was being used instead of our own Api\DateTime
- User's preferred date format was not being respected
- Custom formatting was only parsed if the first entry had a value in that field
2020-09-18 10:06:04 -06:00
..
class.importexport_admin_prefs_sidebox_hooks.inc.php
class.importexport_arrayxml.inc.php
class.importexport_basic_import_csv.inc.php
class.importexport_definition.inc.php
class.importexport_definitions_bo.inc.php
class.importexport_definitions_ui.inc.php
class.importexport_export_csv.inc.php ImportExport: Another fix for exporting custom date fields with custom format. 2020-09-18 10:06:04 -06: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 ImportExport: Fix all custom field types were showing up as filterable. Now limited to the ones we can handle. 2020-07-10 11:25:49 -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 * ImportExport: Date custom fields with custom formatting now correctly handled 2020-09-03 11:29:55 -06:00
class.importexport_import_ui.inc.php
class.importexport_schedule_ui.inc.php
class.importexport_widget_filter.inc.php
class.importexport_wizard_basic_export_csv.inc.php Fix missing translation reported by Stefan Unverricht 2020-04-15 10:15:24 -06:00
class.importexport_wizard_basic_import_csv.inc.php