]> git.mjollnir.org Git - moodle.git/commit
MDL-15635 DTL refactoring, adding release field to xml file
authorskodak <skodak>
Sat, 30 Aug 2008 18:54:57 +0000 (18:54 +0000)
committerskodak <skodak>
Sat, 30 Aug 2008 18:54:57 +0000 (18:54 +0000)
commite85a924fec54a3c4aaea019aedb258a07bdc847c
treefb113db4746062510b60a8ce1351dc7774b4a145
parentebf20af07d31557df67b40da3238669f78958f9f
MDL-15635 DTL refactoring, adding release field to xml file
14 files changed:
admin/dbtransfer/exportlib.php [deleted file]
admin/dbtransfer/importlib.php [deleted file]
admin/dbtransfer/lib.php [deleted file]
lib/dtl/database_exporter.php [new file with mode: 0644]
lib/dtl/database_importer.php [new file with mode: 0644]
lib/dtl/database_mover.php [new file with mode: 0644]
lib/dtl/dbdata.xsd [moved from admin/dbtransfer/dbdata.xsd with 75% similarity]
lib/dtl/file_xml_database_exporter.php [new file with mode: 0644]
lib/dtl/file_xml_database_importer.php [new file with mode: 0644]
lib/dtl/string_xml_database_exporter.php [new file with mode: 0644]
lib/dtl/string_xml_database_importer.php [new file with mode: 0644]
lib/dtl/xml_database_exporter.php [new file with mode: 0644]
lib/dtl/xml_database_importer.php [new file with mode: 0644]
lib/dtllib.php [new file with mode: 0644]