MDL-15635 dtl refactoring and basic export and transfer ui (the import UI will be...
authorskodak <skodak>
Tue, 2 Sep 2008 21:20:45 +0000 (21:20 +0000)
committerskodak <skodak>
Tue, 2 Sep 2008 21:20:45 +0000 (21:20 +0000)
commit3b49f849d8c832bd360251f62a22f39b5a956d18
treed4795b7d27752b0b76983c9f6c3188c5dd2f7bae
parent8aff848213fc2efe4a2047f936631cc1dbe73bba
MDL-15635 dtl refactoring and basic export and transfer ui (the import UI will be part of install process soon) - based largely on code by Andrei Bautu - thanks!
17 files changed:
admin/dbtransfer/database_export_form.php [new file with mode: 0644]
admin/dbtransfer/database_transfer_form.php [new file with mode: 0644]
admin/dbtransfer/dbexport.php [new file with mode: 0644]
admin/dbtransfer/index.php [new file with mode: 0644]
admin/dbtransfer/lib.php [new file with mode: 0644]
admin/settings/misc.php
lang/en_utf8/admin.php
lang/en_utf8/dbtransfer.php [new file with mode: 0644]
lib/dtl/database_exporter.php
lib/dtl/database_importer.php
lib/dtl/database_mover.php
lib/dtl/file_xml_database_exporter.php
lib/dtl/file_xml_database_importer.php
lib/dtl/string_xml_database_exporter.php
lib/dtl/string_xml_database_importer.php
lib/dtl/xml_database_importer.php
lib/dtllib.php