Added data import function (WIP)
authorMarcel Werk <burntime@woltlab.com>
Sat, 29 Jun 2013 17:07:50 +0000 (19:07 +0200)
committerMarcel Werk <burntime@woltlab.com>
Sat, 29 Jun 2013 17:07:50 +0000 (19:07 +0200)
commit78db8ddfc0c68f2cc976e6fc79d9c4718d0e8e35
tree15927e6deacce4137ed74043ee17b94fc7cd1044
parent43e270ee71cfdfd9a70a0c5785a472b9d6d74e58
Added data import function (WIP)
15 files changed:
com.woltlab.wcf/acpMenu.xml
com.woltlab.wcf/objectType.xml
com.woltlab.wcf/objectTypeDefinition.xml
com.woltlab.wcf/userGroupOption.xml
wcfsetup/install/files/acp/templates/dataImport.tpl [new file with mode: 0644]
wcfsetup/install/files/lib/acp/form/DataImportForm.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/user/group/UserGroupAction.class.php
wcfsetup/install/files/lib/system/exporter/AbstractExporter.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/exporter/IExporter.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/importer/IImporter.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/importer/ImportHandler.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/importer/UserGroupImporter.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/importer/UserImporter.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/worker/ImportWorker.class.php [new file with mode: 0644]
wcfsetup/setup/db/install.sql