]> git.mjollnir.org Git - moodle.git/commit
Moving all the XMLDB stuff from contrib to head. Go, go, go...
authorstronk7 <stronk7>
Mon, 28 Aug 2006 19:50:57 +0000 (19:50 +0000)
committerstronk7 <stronk7>
Mon, 28 Aug 2006 19:50:57 +0000 (19:50 +0000)
commit8c15ae995867862aadc140ac07df1a3307493c6d
tree49cef18e32e97ab1463567a4e723d0a8d021ea13
parentf0a7247d0ed32dc6ca4aa75c79b63627e9edebf4
Moving all the XMLDB stuff from contrib to head. Go, go, go...
60 files changed:
admin/xmldb/README.txt [new file with mode: 0644]
admin/xmldb/actions/XMLDBAction.class.php [new file with mode: 0644]
admin/xmldb/actions/create_xml_file/create_xml_file.class.php [new file with mode: 0644]
admin/xmldb/actions/delete_field/delete_field.class.php [new file with mode: 0644]
admin/xmldb/actions/delete_index/delete_index.class.php [new file with mode: 0644]
admin/xmldb/actions/delete_key/delete_key.class.php [new file with mode: 0644]
admin/xmldb/actions/delete_sentence/delete_sentence.class.php [new file with mode: 0644]
admin/xmldb/actions/delete_statement/delete_statement.class.php [new file with mode: 0644]
admin/xmldb/actions/delete_table/delete_table.class.php [new file with mode: 0644]
admin/xmldb/actions/delete_xml_file/delete_xml_file.class.php [new file with mode: 0644]
admin/xmldb/actions/edit_field/edit_field.class.php [new file with mode: 0644]
admin/xmldb/actions/edit_field/edit_field.js [new file with mode: 0644]
admin/xmldb/actions/edit_field_save/edit_field_save.class.php [new file with mode: 0644]
admin/xmldb/actions/edit_index/edit_index.class.php [new file with mode: 0644]
admin/xmldb/actions/edit_index_save/edit_index_save.class.php [new file with mode: 0644]
admin/xmldb/actions/edit_key/edit_key.class.php [new file with mode: 0644]
admin/xmldb/actions/edit_key/edit_key.js [new file with mode: 0644]
admin/xmldb/actions/edit_key_save/edit_key_save.class.php [new file with mode: 0644]
admin/xmldb/actions/edit_sentence/edit_sentence.class.php [new file with mode: 0644]
admin/xmldb/actions/edit_sentence_save/edit_sentence_save.class.php [new file with mode: 0644]
admin/xmldb/actions/edit_statement/edit_statement.class.php [new file with mode: 0644]
admin/xmldb/actions/edit_statement_save/edit_statement_save.class.php [new file with mode: 0644]
admin/xmldb/actions/edit_table/edit_table.class.php [new file with mode: 0644]
admin/xmldb/actions/edit_table_save/edit_table_save.class.php [new file with mode: 0644]
admin/xmldb/actions/edit_xml_file/edit_xml_file.class.php [new file with mode: 0644]
admin/xmldb/actions/edit_xml_file_save/edit_xml_file_save.class.php [new file with mode: 0644]
admin/xmldb/actions/get_db_directories/get_db_directories.class.php [new file with mode: 0644]
admin/xmldb/actions/load_xml_file/load_xml_file.class.php [new file with mode: 0644]
admin/xmldb/actions/load_xml_files/load_xml_files.class.php [new file with mode: 0644]
admin/xmldb/actions/main_view/main_view.class.php [new file with mode: 0644]
admin/xmldb/actions/move_updown_field/move_updown_field.class.php [new file with mode: 0644]
admin/xmldb/actions/move_updown_index/move_updown_index.class.php [new file with mode: 0644]
admin/xmldb/actions/move_updown_key/move_updown_key.class.php [new file with mode: 0644]
admin/xmldb/actions/move_updown_statement/move_updown_statement.class.php [new file with mode: 0644]
admin/xmldb/actions/move_updown_table/move_updown_table.class.php [new file with mode: 0644]
admin/xmldb/actions/new_field/new_field.class.php [new file with mode: 0644]
admin/xmldb/actions/new_index/new_index.class.php [new file with mode: 0644]
admin/xmldb/actions/new_key/new_key.class.php [new file with mode: 0644]
admin/xmldb/actions/new_sentence/new_sentence.class.php [new file with mode: 0644]
admin/xmldb/actions/new_statement/new_statement.class.php [new file with mode: 0644]
admin/xmldb/actions/new_table/new_table.class.php [new file with mode: 0644]
admin/xmldb/actions/new_table_from_mysql/new_table_from_mysql.class.php [new file with mode: 0644]
admin/xmldb/actions/revert_changes/revert_changes.class.php [new file with mode: 0644]
admin/xmldb/actions/save_xml_file/save_xml_file.class.php [new file with mode: 0644]
admin/xmldb/actions/template/template.class.php [new file with mode: 0644]
admin/xmldb/actions/unload_xml_file/unload_xml_file.class.php [new file with mode: 0644]
admin/xmldb/actions/view_field_xml/view_field_xml.class.php [new file with mode: 0644]
admin/xmldb/actions/view_index_xml/view_index_xml.class.php [new file with mode: 0644]
admin/xmldb/actions/view_key_xml/view_key_xml.class.php [new file with mode: 0644]
admin/xmldb/actions/view_reserved_words/view_reserved_words.class.php [new file with mode: 0644]
admin/xmldb/actions/view_statement_xml/view_statement_xml.class.php [new file with mode: 0644]
admin/xmldb/actions/view_structure_sql/view_structure_sql.class.php [new file with mode: 0644]
admin/xmldb/actions/view_structure_xml/view_structure_xml.class.php [new file with mode: 0644]
admin/xmldb/actions/view_table_sql/view_table_sql.class.php [new file with mode: 0644]
admin/xmldb/actions/view_table_xml/view_table_xml.class.php [new file with mode: 0644]
admin/xmldb/actions/view_xml/view_xml.class.php [new file with mode: 0644]
admin/xmldb/index.php [new file with mode: 0644]
admin/xmldb/javascript.php [new file with mode: 0644]
admin/xmldb/xmldb.dtd [new file with mode: 0644]
admin/xmldb/xmldb.xsd [new file with mode: 0644]