summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgls <gls@pkgsrc.org>2011-03-07 21:32:47 +0000
committergls <gls@pkgsrc.org>2011-03-07 21:32:47 +0000
commitcb921548e76ae3115a6cbc0253817c4ad7467af1 (patch)
tree7bdb1f841dc570d7de3641af560142ea8da191e5
parentc990a198d32c46636bde8c1a37ab567830440b0a (diff)
downloadpkgsrc-cb921548e76ae3115a6cbc0253817c4ad7467af1.tar.gz
Update www/moodle to version 2.0.2
Mainly taken from PR pkg/44195 from maintainer Wen Heping. Ok'd by maintainer. pkgsrc changes: - fix a couple hardcoded paths. Upstream changes: Many, many changes, too many to list here. Includes a bunch of security fixes. Please check: http://docs.moodle.org/en/Moodle_1.9.10_release_notes http://docs.moodle.org/en/Moodle_1.9.11_release_notes http://docs.moodle.org/en/Moodle_2.0_release_notes http://docs.moodle.org/en/Moodle_2.0.1_release_notes http://docs.moodle.org/en/Moodle_2.0.2_release_notes for the full list of changes.
-rw-r--r--www/moodle/Makefile26
-rw-r--r--www/moodle/PLIST8916
-rw-r--r--www/moodle/distinfo8
-rw-r--r--www/moodle/options.mk4
4 files changed, 5896 insertions, 3058 deletions
diff --git a/www/moodle/Makefile b/www/moodle/Makefile
index c9f6154ed51..7d90210153f 100644
--- a/www/moodle/Makefile
+++ b/www/moodle/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2010/06/16 06:40:52 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2011/03/07 21:32:47 gls Exp $
-DISTNAME= moodle-1.9.9
+DISTNAME= moodle-2.0.2
CATEGORIES= www
-MASTER_SITES= http://download.moodle.org/stable19/ \
- http://download2.moodle.org/stable19/ \
- http://download3.moodle.org/stable19/ \
- http://download4.moodle.org/stable19/
+MASTER_SITES= http://download.moodle.org/stable20/ \
+ http://download2.moodle.org/stable20/ \
+ http://download3.moodle.org/stable20/ \
+ http://download4.moodle.org/stable20/
EXTRACT_SUFX= .tgz
MAINTAINER= wenheping@gmail.com
@@ -19,10 +19,15 @@ DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.2.0:../../converters/php-mbstring
DEPENDS+= ${PHP_PKG_PREFIX}-curl>=5.2.0:../../www/php-curl
DEPENDS+= ${PHP_PKG_PREFIX}-xmlrpc>=5.2.0:../../net/php-xmlrpc
DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.2.0:../../archivers/php-zlib
+DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.2.0:../../textproc/php-dom
+DEPENDS+= ${PHP_PKG_PREFIX}-soap>=5.2.0:../../net/php-soap
+DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.2.0:../../textproc/php-json
+DEPENDS+= ${PHP_PKG_PREFIX}-intl>=5.2.0:../../textproc/php-intl
+DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.2.0:../../archivers/php-zip
EGDIR= share/examples/moodle
MOODLEDIR= ${PREFIX}/share/moodle
-MOODLEDATADIR= ${PREFIX}/share/moodledata
+MOODLEDATADIR= ${PREFIX}/moodledata
PKG_DESTDIR_SUPPORT= destdir
INSTALLATION_DIRS= ${EGDIR} share/moodle
@@ -56,18 +61,19 @@ SUBST_CLASSES+= php
SUBST_MESSAGE.php= Fixing the path of php.
SUBST_STAGE.php= post-patch
SUBST_FILES.php= admin/mailout-debugger.php admin/process_email.php mod/chat/chatd.php
-SUBST_SED.php= -e "s,/usr/bin/php,/usr/pkg/bin/php,g"
+SUBST_SED.php= -e "s,/usr/bin/php,${PREFIX}/bin/php,g"
-SUBST_CLASSES+= perl
+SUBST_CLASSES+= perl
SUBST_MESSAGE.perl= Fixing the path of perl.
SUBST_STAGE.perl= post-patch
SUBST_FILES.perl= filter/algebra/algebra2tex.pl
-SUBST_SED.perl= -e "s,/usr/bin/perl,/usr/pkg/bin/perl,g"
+SUBST_SED.perl= -e "s,/usr/bin/perl,${PREFIX}/bin/perl,g"
WRKSRC= ${WRKDIR}/moodle
post-extract:
${CP} ${FILESDIR}/moodle.conf ${WRKDIR}/moodle.conf
+ ${RM} ${WRKSRC}/.gitignore
do-install:
cd ${WRKSRC} && ${FIND} . -type d -exec ${INSTALL_DATA_DIR} \
diff --git a/www/moodle/PLIST b/www/moodle/PLIST
index 9a14f0114bd..2024acbaeb7 100644
--- a/www/moodle/PLIST
+++ b/www/moodle/PLIST
@@ -1,141 +1,210 @@
-@comment $NetBSD: PLIST,v 1.2 2010/06/16 06:40:52 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2011/03/07 21:32:47 gls Exp $
share/examples/moodle/moodle.conf
share/moodle/COPYING.txt
share/moodle/README.txt
+share/moodle/TRADEMARK.txt
share/moodle/admin/auth.php
share/moodle/admin/auth_config.php
share/moodle/admin/block.php
share/moodle/admin/blocks.php
+share/moodle/admin/bloglevelupgrade.php
+share/moodle/admin/cli/automated_backups.php
+share/moodle/admin/cli/cron.php
+share/moodle/admin/cli/install.php
+share/moodle/admin/cli/install_database.php
+share/moodle/admin/cli/maintenance.php
+share/moodle/admin/cli/mysql_engine.php
+share/moodle/admin/cli/reset_password.php
+share/moodle/admin/cli/upgrade.php
share/moodle/admin/cron.php
share/moodle/admin/dbperformance.php
+share/moodle/admin/dbtransfer/database_export_form.php
+share/moodle/admin/dbtransfer/database_transfer_form.php
+share/moodle/admin/dbtransfer/dbexport.php
+share/moodle/admin/dbtransfer/index.php
+share/moodle/admin/dbtransfer/lib.php
share/moodle/admin/delete.php
+share/moodle/admin/editors.php
share/moodle/admin/enrol.php
-share/moodle/admin/enrol_config.php
share/moodle/admin/environment.php
share/moodle/admin/environment.xml
-share/moodle/admin/filter.php
share/moodle/admin/filters.php
-share/moodle/admin/fixuserpix.php
+share/moodle/admin/generator.php
share/moodle/admin/handlevirus.php
share/moodle/admin/health.php
share/moodle/admin/index.php
share/moodle/admin/innodb.php
-share/moodle/admin/lang.php
-share/moodle/admin/langdoc.php
share/moodle/admin/langimport.php
+share/moodle/admin/licenses.php
+share/moodle/admin/localplugins.php
share/moodle/admin/mailout-debugger.php
-share/moodle/admin/maintenance.php
-share/moodle/admin/mnet/MethodTable.php
share/moodle/admin/mnet/access_control.php
-share/moodle/admin/mnet/adminlib.php
-share/moodle/admin/mnet/delete.html
share/moodle/admin/mnet/delete.php
-share/moodle/admin/mnet/enr_course_enrol.html
-share/moodle/admin/mnet/enr_course_enrol.php
-share/moodle/admin/mnet/enr_courses.php
-share/moodle/admin/mnet/enr_hosts.php
share/moodle/admin/mnet/index.php
-share/moodle/admin/mnet/mnet_review.html
-share/moodle/admin/mnet/mnet_review_allhosts.html
-share/moodle/admin/mnet/mnet_services.html
-share/moodle/admin/mnet/mnet_services.php
-share/moodle/admin/mnet/mnet_themes.html
-share/moodle/admin/mnet/mnet_themes.php
-share/moodle/admin/mnet/peers.html
+share/moodle/admin/mnet/peer_forms.php
share/moodle/admin/mnet/peers.php
+share/moodle/admin/mnet/profilefields.php
+share/moodle/admin/mnet/profilefields_form.php
+share/moodle/admin/mnet/services.php
+share/moodle/admin/mnet/services_form.php
share/moodle/admin/mnet/tabs.php
+share/moodle/admin/mnet/testclient.php
share/moodle/admin/mnet/trustedhosts.html
share/moodle/admin/mnet/trustedhosts.php
-share/moodle/admin/module.php
share/moodle/admin/modules.php
share/moodle/admin/multilangupgrade.php
share/moodle/admin/oacleanup.php
-share/moodle/admin/pagelib.php
share/moodle/admin/phpinfo.php
+share/moodle/admin/portfolio.php
share/moodle/admin/process_email.php
-share/moodle/admin/register.php
+share/moodle/admin/purgecaches.php
+share/moodle/admin/qtypes.php
+share/moodle/admin/registration/confirmregistration.php
+share/moodle/admin/registration/forms.php
+share/moodle/admin/registration/hubselector.php
+share/moodle/admin/registration/index.php
+share/moodle/admin/registration/lib.php
+share/moodle/admin/registration/register.php
+share/moodle/admin/registration/renderer.php
+share/moodle/admin/registration/renewregistration.php
share/moodle/admin/replace.php
share/moodle/admin/report/backups/index.php
share/moodle/admin/report/backups/settings.php
+share/moodle/admin/report/capability/index.php
+share/moodle/admin/report/capability/lang/en/report_capability.php
+share/moodle/admin/report/capability/module.js
+share/moodle/admin/report/capability/settings.php
+share/moodle/admin/report/configlog/index.php
+share/moodle/admin/report/configlog/lang/en/report_configlog.php
+share/moodle/admin/report/configlog/settings.php
share/moodle/admin/report/courseoverview/db/access.php
share/moodle/admin/report/courseoverview/index.php
+share/moodle/admin/report/courseoverview/lang/en/report_courseoverview.php
share/moodle/admin/report/courseoverview/reportsgraph.php
share/moodle/admin/report/courseoverview/settings.php
share/moodle/admin/report/courseoverview/version.php
+share/moodle/admin/report/customlang/db/access.php
+share/moodle/admin/report/customlang/db/install.xml
+share/moodle/admin/report/customlang/db/upgrade.php
+share/moodle/admin/report/customlang/edit.php
+share/moodle/admin/report/customlang/filter_form.php
+share/moodle/admin/report/customlang/index.php
+share/moodle/admin/report/customlang/lang/en/report_customlang.php
+share/moodle/admin/report/customlang/lib.php
+share/moodle/admin/report/customlang/locallib.php
+share/moodle/admin/report/customlang/module.js
+share/moodle/admin/report/customlang/renderer.php
+share/moodle/admin/report/customlang/settings.php
+share/moodle/admin/report/customlang/styles.css
+share/moodle/admin/report/customlang/version.php
share/moodle/admin/report/log/settings.php
-share/moodle/admin/report/question/index.php
-share/moodle/admin/report/question/settings.php
+share/moodle/admin/report/profiling/index.php
+share/moodle/admin/report/profiling/lang/en/report_profiling.php
+share/moodle/admin/report/profiling/settings.php
+share/moodle/admin/report/profiling/styles.css
+share/moodle/admin/report/questioninstances/db/access.php
+share/moodle/admin/report/questioninstances/index.php
+share/moodle/admin/report/questioninstances/lang/en/report_questioninstances.php
+share/moodle/admin/report/questioninstances/settings.php
+share/moodle/admin/report/questioninstances/version.php
share/moodle/admin/report/security/db/access.php
share/moodle/admin/report/security/index.php
+share/moodle/admin/report/security/lang/en/report_security.php
share/moodle/admin/report/security/lib.php
share/moodle/admin/report/security/settings.php
share/moodle/admin/report/security/version.php
share/moodle/admin/report/spamcleaner/index.php
+share/moodle/admin/report/spamcleaner/lang/en/report_spamcleaner.php
+share/moodle/admin/report/spamcleaner/module.js
share/moodle/admin/report/spamcleaner/settings.php
share/moodle/admin/report/stats/settings.php
+share/moodle/admin/report/unittest/coveragefile.php
share/moodle/admin/report/unittest/db/access.php
+share/moodle/admin/report/unittest/dbtest.php
share/moodle/admin/report/unittest/ex_reporter.php
share/moodle/admin/report/unittest/ex_simple_test.php
share/moodle/admin/report/unittest/index.php
+share/moodle/admin/report/unittest/lang/en/report_unittest.php
share/moodle/admin/report/unittest/settings.php
+share/moodle/admin/report/unittest/test_tables.php
share/moodle/admin/report/unittest/version.php
-share/moodle/admin/roles/allowassign.php
-share/moodle/admin/roles/allowoverride.php
-share/moodle/admin/roles/assign.html
+share/moodle/admin/report/unsuproles/index.php
+share/moodle/admin/report/unsuproles/lang/en/report_unsuproles.php
+share/moodle/admin/report/unsuproles/settings.php
+share/moodle/admin/report/unsuproles/version.php
+share/moodle/admin/repository.php
+share/moodle/admin/repositoryinstance.php
+share/moodle/admin/resetemoticons.php
+share/moodle/admin/roles/admins.php
+share/moodle/admin/roles/allow.php
share/moodle/admin/roles/assign.php
-share/moodle/admin/roles/manage.html
+share/moodle/admin/roles/check.php
+share/moodle/admin/roles/define.php
+share/moodle/admin/roles/lib.php
share/moodle/admin/roles/manage.php
share/moodle/admin/roles/managetabs.php
-share/moodle/admin/roles/override.html
+share/moodle/admin/roles/module.js
share/moodle/admin/roles/override.php
-share/moodle/admin/roles/tabs.php
+share/moodle/admin/roles/permissions.php
+share/moodle/admin/roles/permissions_forms.php
+share/moodle/admin/roles/usersroles.php
share/moodle/admin/search.php
+share/moodle/admin/settings.php
share/moodle/admin/settings/appearance.php
share/moodle/admin/settings/courses.php
+share/moodle/admin/settings/development.php
share/moodle/admin/settings/frontpage.php
share/moodle/admin/settings/grades.php
share/moodle/admin/settings/language.php
share/moodle/admin/settings/location.php
-share/moodle/admin/settings/misc.php
share/moodle/admin/settings/mnet.php
share/moodle/admin/settings/plugins.php
share/moodle/admin/settings/security.php
share/moodle/admin/settings/server.php
+share/moodle/admin/settings/subsystems.php
share/moodle/admin/settings/top.php
share/moodle/admin/settings/unsupported.php
share/moodle/admin/settings/users.php
-share/moodle/admin/settings.php
-share/moodle/admin/stickyblocks.php
share/moodle/admin/timezone.php
share/moodle/admin/timezoneimport.php
-share/moodle/admin/upgradeforumread.php
-share/moodle/admin/upgradelogs.php
share/moodle/admin/upgradesettings.php
share/moodle/admin/uploadpicture.php
share/moodle/admin/uploadpicture_form.php
share/moodle/admin/uploaduser.php
share/moodle/admin/uploaduser_form.php
+share/moodle/admin/user.php
share/moodle/admin/user/lib.php
share/moodle/admin/user/user_bulk.php
share/moodle/admin/user/user_bulk_confirm.php
share/moodle/admin/user/user_bulk_delete.php
share/moodle/admin/user/user_bulk_display.php
share/moodle/admin/user/user_bulk_download.php
+share/moodle/admin/user/user_bulk_enrol.php
share/moodle/admin/user/user_bulk_forcepasswordchange.php
share/moodle/admin/user/user_bulk_forms.php
share/moodle/admin/user/user_bulk_message.php
share/moodle/admin/user/user_message_form.php
-share/moodle/admin/user.php
+share/moodle/admin/webservice/forms.php
+share/moodle/admin/webservice/lib.php
+share/moodle/admin/webservice/protocols.php
+share/moodle/admin/webservice/service.php
+share/moodle/admin/webservice/service_functions.php
+share/moodle/admin/webservice/service_user_settings.php
+share/moodle/admin/webservice/service_users.php
+share/moodle/admin/webservice/testclient.php
+share/moodle/admin/webservice/testclient_forms.php
+share/moodle/admin/webservice/tokens.php
share/moodle/admin/xmldb/README.txt
share/moodle/admin/xmldb/actions/XMLDBAction.class.php
+share/moodle/admin/xmldb/actions/XMLDBCheckAction.class.php
share/moodle/admin/xmldb/actions/check_bigints/check_bigints.class.php
+share/moodle/admin/xmldb/actions/check_defaults/check_defaults.class.php
+share/moodle/admin/xmldb/actions/check_foreign_keys/check_foreign_keys.class.php
share/moodle/admin/xmldb/actions/check_indexes/check_indexes.class.php
share/moodle/admin/xmldb/actions/create_xml_file/create_xml_file.class.php
share/moodle/admin/xmldb/actions/delete_field/delete_field.class.php
share/moodle/admin/xmldb/actions/delete_index/delete_index.class.php
share/moodle/admin/xmldb/actions/delete_key/delete_key.class.php
-share/moodle/admin/xmldb/actions/delete_sentence/delete_sentence.class.php
-share/moodle/admin/xmldb/actions/delete_statement/delete_statement.class.php
share/moodle/admin/xmldb/actions/delete_table/delete_table.class.php
share/moodle/admin/xmldb/actions/delete_xml_file/delete_xml_file.class.php
share/moodle/admin/xmldb/actions/edit_field/edit_field.class.php
@@ -146,14 +215,13 @@ share/moodle/admin/xmldb/actions/edit_index_save/edit_index_save.class.php
share/moodle/admin/xmldb/actions/edit_key/edit_key.class.php
share/moodle/admin/xmldb/actions/edit_key/edit_key.js
share/moodle/admin/xmldb/actions/edit_key_save/edit_key_save.class.php
-share/moodle/admin/xmldb/actions/edit_sentence/edit_sentence.class.php
-share/moodle/admin/xmldb/actions/edit_sentence_save/edit_sentence_save.class.php
-share/moodle/admin/xmldb/actions/edit_statement/edit_statement.class.php
-share/moodle/admin/xmldb/actions/edit_statement_save/edit_statement_save.class.php
share/moodle/admin/xmldb/actions/edit_table/edit_table.class.php
share/moodle/admin/xmldb/actions/edit_table_save/edit_table_save.class.php
share/moodle/admin/xmldb/actions/edit_xml_file/edit_xml_file.class.php
share/moodle/admin/xmldb/actions/edit_xml_file_save/edit_xml_file_save.class.php
+share/moodle/admin/xmldb/actions/generate_all_documentation/generate_all_documentation.class.php
+share/moodle/admin/xmldb/actions/generate_documentation/generate_documentation.class.php
+share/moodle/admin/xmldb/actions/generate_documentation/xmldb.xsl
share/moodle/admin/xmldb/actions/get_db_directories/get_db_directories.class.php
share/moodle/admin/xmldb/actions/load_xml_file/load_xml_file.class.php
share/moodle/admin/xmldb/actions/load_xml_files/load_xml_files.class.php
@@ -161,25 +229,20 @@ share/moodle/admin/xmldb/actions/main_view/main_view.class.php
share/moodle/admin/xmldb/actions/move_updown_field/move_updown_field.class.php
share/moodle/admin/xmldb/actions/move_updown_index/move_updown_index.class.php
share/moodle/admin/xmldb/actions/move_updown_key/move_updown_key.class.php
-share/moodle/admin/xmldb/actions/move_updown_statement/move_updown_statement.class.php
share/moodle/admin/xmldb/actions/move_updown_table/move_updown_table.class.php
share/moodle/admin/xmldb/actions/new_field/new_field.class.php
share/moodle/admin/xmldb/actions/new_index/new_index.class.php
share/moodle/admin/xmldb/actions/new_key/new_key.class.php
-share/moodle/admin/xmldb/actions/new_sentence/new_sentence.class.php
-share/moodle/admin/xmldb/actions/new_statement/new_statement.class.php
share/moodle/admin/xmldb/actions/new_table/new_table.class.php
share/moodle/admin/xmldb/actions/new_table_from_mysql/new_table_from_mysql.class.php
share/moodle/admin/xmldb/actions/revert_changes/revert_changes.class.php
share/moodle/admin/xmldb/actions/save_xml_file/save_xml_file.class.php
share/moodle/admin/xmldb/actions/template/template.class.php
-share/moodle/admin/xmldb/actions/test/test.class.php
share/moodle/admin/xmldb/actions/unload_xml_file/unload_xml_file.class.php
share/moodle/admin/xmldb/actions/view_field_xml/view_field_xml.class.php
share/moodle/admin/xmldb/actions/view_index_xml/view_index_xml.class.php
share/moodle/admin/xmldb/actions/view_key_xml/view_key_xml.class.php
share/moodle/admin/xmldb/actions/view_reserved_words/view_reserved_words.class.php
-share/moodle/admin/xmldb/actions/view_statement_xml/view_statement_xml.class.php
share/moodle/admin/xmldb/actions/view_structure_php/view_structure_php.class.php
share/moodle/admin/xmldb/actions/view_structure_sql/view_structure_sql.class.php
share/moodle/admin/xmldb/actions/view_structure_xml/view_structure_xml.class.php
@@ -189,9 +252,8 @@ share/moodle/admin/xmldb/actions/view_table_sql/view_table_sql.class.php
share/moodle/admin/xmldb/actions/view_table_xml/view_table_xml.class.php
share/moodle/admin/xmldb/actions/view_xml/view_xml.class.php
share/moodle/admin/xmldb/index.php
-share/moodle/admin/xmldb/javascript.php
share/moodle/auth/README.txt
-share/moodle/auth/cas/CAS/CAS/PGTStorage/pgt-db.php
+share/moodle/auth/cas/CAS/CAS.php
share/moodle/auth/cas/CAS/CAS/PGTStorage/pgt-file.php
share/moodle/auth/cas/CAS/CAS/PGTStorage/pgt-main.php
share/moodle/auth/cas/CAS/CAS/client.php
@@ -204,64 +266,101 @@ share/moodle/auth/cas/CAS/CAS/languages/greek.php
share/moodle/auth/cas/CAS/CAS/languages/japanese.php
share/moodle/auth/cas/CAS/CAS/languages/languages.php
share/moodle/auth/cas/CAS/CAS/languages/spanish.php
-share/moodle/auth/cas/CAS/CAS.php
share/moodle/auth/cas/README-CAS
share/moodle/auth/cas/auth.php
share/moodle/auth/cas/cas_form.html
-share/moodle/auth/cas/cas_ldap_sync_users.php
+share/moodle/auth/cas/cli/sync_users.php
share/moodle/auth/cas/config.html
+share/moodle/auth/cas/db/install.php
+share/moodle/auth/cas/lang/en/auth_cas.php
share/moodle/auth/cas/languages.php
+share/moodle/auth/cas/version.php
share/moodle/auth/db/auth.php
-share/moodle/auth/db/auth_db_sync_users.php
+share/moodle/auth/db/cli/sync_users.php
share/moodle/auth/db/config.html
+share/moodle/auth/db/db/install.php
+share/moodle/auth/db/lang/en/auth_db.php
+share/moodle/auth/db/version.php
share/moodle/auth/email/auth.php
share/moodle/auth/email/config.html
+share/moodle/auth/email/lang/en/auth_email.php
share/moodle/auth/fc/Readme.txt
share/moodle/auth/fc/auth.php
share/moodle/auth/fc/config.html
+share/moodle/auth/fc/db/install.php
share/moodle/auth/fc/fcFPP.php
+share/moodle/auth/fc/lang/en/auth_fc.php
+share/moodle/auth/fc/version.php
share/moodle/auth/imap/auth.php
share/moodle/auth/imap/config.html
+share/moodle/auth/imap/db/install.php
+share/moodle/auth/imap/lang/en/auth_imap.php
+share/moodle/auth/imap/version.php
share/moodle/auth/index.html
share/moodle/auth/ldap/README-LDAP
share/moodle/auth/ldap/auth.php
-share/moodle/auth/ldap/auth_ldap_sync_users.php
+share/moodle/auth/ldap/cli/sync_users.php
share/moodle/auth/ldap/config.html
+share/moodle/auth/ldap/db/install.php
+share/moodle/auth/ldap/lang/en/auth_ldap.php
share/moodle/auth/ldap/ntlmsso_attempt.php
share/moodle/auth/ldap/ntlmsso_finish.php
share/moodle/auth/ldap/ntlmsso_magic.php
+share/moodle/auth/ldap/version.php
share/moodle/auth/manual/auth.php
share/moodle/auth/manual/config.html
+share/moodle/auth/manual/lang/en/auth_manual.php
share/moodle/auth/mnet/auth.php
share/moodle/auth/mnet/config.html
+share/moodle/auth/mnet/db/install.php
+share/moodle/auth/mnet/db/mnet.php
+share/moodle/auth/mnet/db/upgrade.php
share/moodle/auth/mnet/jump.php
share/moodle/auth/mnet/land.php
+share/moodle/auth/mnet/lang/en/auth_mnet.php
+share/moodle/auth/mnet/version.php
share/moodle/auth/nntp/auth.php
share/moodle/auth/nntp/config.html
+share/moodle/auth/nntp/db/install.php
+share/moodle/auth/nntp/lang/en/auth_nntp.php
+share/moodle/auth/nntp/version.php
share/moodle/auth/nologin/auth.php
+share/moodle/auth/nologin/lang/en/auth_nologin.php
share/moodle/auth/none/auth.php
share/moodle/auth/none/config.html
+share/moodle/auth/none/lang/en/auth_none.php
share/moodle/auth/pam/auth.php
share/moodle/auth/pam/config.html
+share/moodle/auth/pam/db/install.php
+share/moodle/auth/pam/lang/en/auth_pam.php
+share/moodle/auth/pam/version.php
share/moodle/auth/pop3/auth.php
share/moodle/auth/pop3/config.html
+share/moodle/auth/pop3/db/install.php
+share/moodle/auth/pop3/lang/en/auth_pop3.php
+share/moodle/auth/pop3/version.php
share/moodle/auth/radius/auth.php
share/moodle/auth/radius/config.html
+share/moodle/auth/radius/db/install.php
+share/moodle/auth/radius/lang/en/auth_radius.php
+share/moodle/auth/radius/version.php
share/moodle/auth/shibboleth/README.txt
share/moodle/auth/shibboleth/auth.php
share/moodle/auth/shibboleth/config.html
+share/moodle/auth/shibboleth/db/install.php
share/moodle/auth/shibboleth/index.php
share/moodle/auth/shibboleth/index_form.html
+share/moodle/auth/shibboleth/lang/en/auth_shibboleth.php
share/moodle/auth/shibboleth/login.php
share/moodle/auth/shibboleth/logout.php
-share/moodle/backup/CHANGES_14_15.txt
-share/moodle/backup/README.txt
-share/moodle/backup/STATUS.txt
+share/moodle/auth/shibboleth/version.php
+share/moodle/auth/webservice/auth.php
+share/moodle/auth/webservice/lang/en/auth_webservice.php
+share/moodle/backup/backup.class.php
share/moodle/backup/backup.php
-share/moodle/backup/backup_check.html
-share/moodle/backup/backup_execute.html
-share/moodle/backup/backup_form.html
share/moodle/backup/backup_scheduled.php
+share/moodle/backup/backupfilesedit.php
+share/moodle/backup/backupfilesedit_form.php
share/moodle/backup/backuplib.php
share/moodle/backup/bb/README.txt
share/moodle/backup/bb/bb5.5_to_moodle.xsl
@@ -365,326 +464,742 @@ share/moodle/backup/cc/sheets/course_sections_section.xml
share/moodle/backup/cc/sheets/course_sections_section_mods_mod.xml
share/moodle/backup/cc/sheets/info_details_mod.xml
share/moodle/backup/cc/sheets/info_details_mod_instance.xml
-share/moodle/backup/db/install.xml
-share/moodle/backup/db/mysql.php
-share/moodle/backup/db/postgres7.php
-share/moodle/backup/db/upgrade.php
+share/moodle/backup/controller/backup_controller.class.php
+share/moodle/backup/controller/restore_controller.class.php
+share/moodle/backup/controller/simpletest/testcontroller.php
+share/moodle/backup/import.php
share/moodle/backup/lib.php
share/moodle/backup/log.php
+share/moodle/backup/moodle2/backup_activity_task.class.php
+share/moodle/backup/moodle2/backup_block_task.class.php
+share/moodle/backup/moodle2/backup_course_task.class.php
+share/moodle/backup/moodle2/backup_custom_fields.php
+share/moodle/backup/moodle2/backup_default_block_task.class.php
+share/moodle/backup/moodle2/backup_final_task.class.php
+share/moodle/backup/moodle2/backup_format_plugin.class.php
+share/moodle/backup/moodle2/backup_plan_builder.class.php
+share/moodle/backup/moodle2/backup_plugin.class.php
+share/moodle/backup/moodle2/backup_qtype_plugin.class.php
+share/moodle/backup/moodle2/backup_root_task.class.php
+share/moodle/backup/moodle2/backup_section_task.class.php
+share/moodle/backup/moodle2/backup_settingslib.php
+share/moodle/backup/moodle2/backup_stepslib.php
+share/moodle/backup/moodle2/backup_subplugin.class.php
+share/moodle/backup/moodle2/backup_xml_transformer.class.php
+share/moodle/backup/moodle2/restore_activity_task.class.php
+share/moodle/backup/moodle2/restore_block_task.class.php
+share/moodle/backup/moodle2/restore_course_task.class.php
+share/moodle/backup/moodle2/restore_default_block_task.class.php
+share/moodle/backup/moodle2/restore_final_task.class.php
+share/moodle/backup/moodle2/restore_format_plugin.class.php
+share/moodle/backup/moodle2/restore_plan_builder.class.php
+share/moodle/backup/moodle2/restore_plugin.class.php
+share/moodle/backup/moodle2/restore_qtype_plugin.class.php
+share/moodle/backup/moodle2/restore_root_task.class.php
+share/moodle/backup/moodle2/restore_section_task.class.php
+share/moodle/backup/moodle2/restore_settingslib.php
+share/moodle/backup/moodle2/restore_stepslib.php
+share/moodle/backup/moodle2/restore_subplugin.class.php
share/moodle/backup/restore.php
-share/moodle/backup/restore_check.html
-share/moodle/backup/restore_execute.html
-share/moodle/backup/restore_form.html
-share/moodle/backup/restore_precheck.html
+share/moodle/backup/restorefile.php
+share/moodle/backup/restorefile_form.php
share/moodle/backup/restorelib.php
-share/moodle/backup/try.php
-share/moodle/backup/version.php
+share/moodle/backup/util/checks/backup_check.class.php
+share/moodle/backup/util/checks/restore_check.class.php
+share/moodle/backup/util/checks/simpletest/testcheck.php
+share/moodle/backup/util/dbops/backup_controller_dbops.class.php
+share/moodle/backup/util/dbops/backup_dbops.class.php
+share/moodle/backup/util/dbops/backup_plan_dbops.class.php
+share/moodle/backup/util/dbops/backup_question_dbops.class.php
+share/moodle/backup/util/dbops/backup_structure_dbops.class.php
+share/moodle/backup/util/dbops/restore_controller_dbops.class.php
+share/moodle/backup/util/dbops/restore_dbops.class.php
+share/moodle/backup/util/dbops/simpletest/testdbops.php
+share/moodle/backup/util/destinations/simpletest/testdestination.php
+share/moodle/backup/util/factories/backup_factory.class.php
+share/moodle/backup/util/factories/restore_factory.class.php
+share/moodle/backup/util/factories/simpletest/testfactory.php
+share/moodle/backup/util/helper/backup_anonymizer_helper.class.php
+share/moodle/backup/util/helper/backup_array_iterator.class.php
+share/moodle/backup/util/helper/backup_cron_helper.class.php
+share/moodle/backup/util/helper/backup_file_manager.class.php
+share/moodle/backup/util/helper/backup_general_helper.class.php
+share/moodle/backup/util/helper/backup_helper.class.php
+share/moodle/backup/util/helper/backup_null_iterator.class.php
+share/moodle/backup/util/helper/restore_decode_content.class.php
+share/moodle/backup/util/helper/restore_decode_processor.class.php
+share/moodle/backup/util/helper/restore_decode_rule.class.php
+share/moodle/backup/util/helper/restore_inforef_parser_processor.class.php
+share/moodle/backup/util/helper/restore_log_rule.class.php
+share/moodle/backup/util/helper/restore_logs_processor.class.php
+share/moodle/backup/util/helper/restore_moodlexml_parser_processor.class.php
+share/moodle/backup/util/helper/restore_prechecks_helper.class.php
+share/moodle/backup/util/helper/restore_questions_parser_processor.class.php
+share/moodle/backup/util/helper/restore_roles_parser_processor.class.php
+share/moodle/backup/util/helper/restore_structure_parser_processor.class.php
+share/moodle/backup/util/helper/restore_users_parser_processor.class.php
+share/moodle/backup/util/helper/simpletest/testdecode.php
+share/moodle/backup/util/helper/simpletest/testhelper.php
+share/moodle/backup/util/includes/backup_includes.php
+share/moodle/backup/util/includes/restore_includes.php
+share/moodle/backup/util/interfaces/annotable.class.php
+share/moodle/backup/util/interfaces/checksumable.class.php
+share/moodle/backup/util/interfaces/executable.class.php
+share/moodle/backup/util/interfaces/loggable.class.php
+share/moodle/backup/util/interfaces/processable.class.php
+share/moodle/backup/util/loggers/base_logger.class.php
+share/moodle/backup/util/loggers/database_logger.class.php
+share/moodle/backup/util/loggers/error_log_logger.class.php
+share/moodle/backup/util/loggers/file_logger.class.php
+share/moodle/backup/util/loggers/output_indented_logger.class.php
+share/moodle/backup/util/loggers/output_text_logger.class.php
+share/moodle/backup/util/loggers/simpletest/testlogger.php
+share/moodle/backup/util/output/output_controller.class.php
+share/moodle/backup/util/plan/backup_execution_step.class.php
+share/moodle/backup/util/plan/backup_plan.class.php
+share/moodle/backup/util/plan/backup_step.class.php
+share/moodle/backup/util/plan/backup_structure_step.class.php
+share/moodle/backup/util/plan/backup_task.class.php
+share/moodle/backup/util/plan/base_plan.class.php
+share/moodle/backup/util/plan/base_step.class.php
+share/moodle/backup/util/plan/base_task.class.php
+share/moodle/backup/util/plan/restore_execution_step.class.php
+share/moodle/backup/util/plan/restore_plan.class.php
+share/moodle/backup/util/plan/restore_step.class.php
+share/moodle/backup/util/plan/restore_structure_step.class.php
+share/moodle/backup/util/plan/restore_task.class.php
+share/moodle/backup/util/plan/simpletest/testplan.php
+share/moodle/backup/util/plan/simpletest/teststep.php
+share/moodle/backup/util/plan/simpletest/testtask.php
+share/moodle/backup/util/settings/activity/activity_backup_setting.class.php
+share/moodle/backup/util/settings/backup_setting.class.php
+share/moodle/backup/util/settings/base_setting.class.php
+share/moodle/backup/util/settings/course/course_backup_setting.class.php
+share/moodle/backup/util/settings/root/root_backup_setting.class.php
+share/moodle/backup/util/settings/section/section_backup_setting.class.php
+share/moodle/backup/util/settings/setting_dependency.class.php
+share/moodle/backup/util/settings/simpletest/testsettings.php
+share/moodle/backup/util/structure/backup_attribute.class.php
+share/moodle/backup/util/structure/backup_final_element.class.php
+share/moodle/backup/util/structure/backup_nested_element.class.php
+share/moodle/backup/util/structure/backup_optigroup.class.php
+share/moodle/backup/util/structure/backup_optigroup_element.class.php
+share/moodle/backup/util/structure/backup_structure_processor.class.php
+share/moodle/backup/util/structure/base_atom.class.php
+share/moodle/backup/util/structure/base_attribute.class.php
+share/moodle/backup/util/structure/base_final_element.class.php
+share/moodle/backup/util/structure/base_nested_element.class.php
+share/moodle/backup/util/structure/base_optigroup.class.php
+share/moodle/backup/util/structure/base_processor.class.php
+share/moodle/backup/util/structure/restore_path_element.class.php
+share/moodle/backup/util/structure/simpletest/fixtures/structuremocks.php
+share/moodle/backup/util/structure/simpletest/testbackupstructures.php
+share/moodle/backup/util/structure/simpletest/testbaseatom.php
+share/moodle/backup/util/structure/simpletest/testbaseattribute.php
+share/moodle/backup/util/structure/simpletest/testbasefinalelement.php
+share/moodle/backup/util/structure/simpletest/testbasenestedelement.php
+share/moodle/backup/util/structure/simpletest/testbaseoptigroup.php
+share/moodle/backup/util/ui/backup_moodleform.class.php
+share/moodle/backup/util/ui/backup_ui.class.php
+share/moodle/backup/util/ui/backup_ui_setting.class.php
+share/moodle/backup/util/ui/backup_ui_stage.class.php
+share/moodle/backup/util/ui/base_moodleform.class.php
+share/moodle/backup/util/ui/base_ui.class.php
+share/moodle/backup/util/ui/base_ui_stage.class.php
+share/moodle/backup/util/ui/import_extensions.php
+share/moodle/backup/util/ui/module.js
+share/moodle/backup/util/ui/renderer.php
+share/moodle/backup/util/ui/restore_moodleform.class.php
+share/moodle/backup/util/ui/restore_ui.class.php
+share/moodle/backup/util/ui/restore_ui_components.php
+share/moodle/backup/util/ui/restore_ui_stage.class.php
+share/moodle/backup/util/ui/simpletest/testui.php
+share/moodle/backup/util/ui/yui/confirmcancel/confirmcancel.js
+share/moodle/backup/util/xml/contenttransformer/xml_contenttransformer.class.php
+share/moodle/backup/util/xml/output/file_xml_output.class.php
+share/moodle/backup/util/xml/output/memory_xml_output.class.php
+share/moodle/backup/util/xml/output/simpletest/testoutput.php
+share/moodle/backup/util/xml/output/xml_output.class.php
+share/moodle/backup/util/xml/parser/processors/findpaths_parser_processor.class.php
+share/moodle/backup/util/xml/parser/processors/grouped_parser_processor.class.php
+share/moodle/backup/util/xml/parser/processors/null_parser_processor.class.php
+share/moodle/backup/util/xml/parser/processors/progressive_parser_processor.class.php
+share/moodle/backup/util/xml/parser/processors/selective_exact_parser_processor.class.php
+share/moodle/backup/util/xml/parser/processors/selective_like_parser_processor.class.php
+share/moodle/backup/util/xml/parser/processors/simple_parser_processor.class.php
+share/moodle/backup/util/xml/parser/processors/simplified_parser_processor.class.php
+share/moodle/backup/util/xml/parser/progressive_parser.class.php
+share/moodle/backup/util/xml/parser/simpletest/fixtures/test1.xml
+share/moodle/backup/util/xml/parser/simpletest/fixtures/test2.xml
+share/moodle/backup/util/xml/parser/simpletest/fixtures/test3.xml
+share/moodle/backup/util/xml/parser/simpletest/fixtures/test4.xml
+share/moodle/backup/util/xml/parser/simpletest/testparser.php
+share/moodle/backup/util/xml/simpletest/fixtures/test1.xml
+share/moodle/backup/util/xml/simpletest/testwriter.php
+share/moodle/backup/util/xml/xml_writer.class.php
share/moodle/blocks/activity_modules/block_activity_modules.php
-share/moodle/blocks/activity_modules/db/mysql.php
-share/moodle/blocks/activity_modules/db/postgres7.php
-share/moodle/blocks/activity_modules/db/upgrade.php
-share/moodle/blocks/admin/block_admin.php
-share/moodle/blocks/admin/db/mysql.php
-share/moodle/blocks/admin/db/postgres7.php
-share/moodle/blocks/admin/db/upgrade.php
+share/moodle/blocks/activity_modules/lang/en/block_activity_modules.php
+share/moodle/blocks/activity_modules/version.php
share/moodle/blocks/admin_bookmarks/block_admin_bookmarks.php
share/moodle/blocks/admin_bookmarks/create.php
share/moodle/blocks/admin_bookmarks/delete.php
-share/moodle/blocks/admin_tree/block_admin_tree.php
+share/moodle/blocks/admin_bookmarks/lang/en/block_admin_bookmarks.php
+share/moodle/blocks/admin_bookmarks/version.php
share/moodle/blocks/blog_menu/block_blog_menu.php
+share/moodle/blocks/blog_menu/lang/en/block_blog_menu.php
+share/moodle/blocks/blog_menu/version.php
+share/moodle/blocks/blog_recent/block_blog_recent.php
+share/moodle/blocks/blog_recent/edit_form.php
+share/moodle/blocks/blog_recent/lang/en/block_blog_recent.php
+share/moodle/blocks/blog_recent/version.php
share/moodle/blocks/blog_tags/block_blog_tags.php
-share/moodle/blocks/blog_tags/config_instance.html
-share/moodle/blocks/blog_tags/styles.php
+share/moodle/blocks/blog_tags/edit_form.php
+share/moodle/blocks/blog_tags/lang/en/block_blog_tags.php
+share/moodle/blocks/blog_tags/styles.css
+share/moodle/blocks/blog_tags/version.php
share/moodle/blocks/calendar_month/block_calendar_month.php
-share/moodle/blocks/calendar_month/db/mysql.php
-share/moodle/blocks/calendar_month/db/postgres7.php
-share/moodle/blocks/calendar_month/db/upgrade.php
-share/moodle/blocks/calendar_month/styles.php
+share/moodle/blocks/calendar_month/lang/en/block_calendar_month.php
+share/moodle/blocks/calendar_month/version.php
share/moodle/blocks/calendar_upcoming/block_calendar_upcoming.php
-share/moodle/blocks/calendar_upcoming/db/mysql.php
-share/moodle/blocks/calendar_upcoming/db/postgres7.php
-share/moodle/blocks/calendar_upcoming/db/upgrade.php
-share/moodle/blocks/calendar_upcoming/styles.php
+share/moodle/blocks/calendar_upcoming/lang/en/block_calendar_upcoming.php
+share/moodle/blocks/calendar_upcoming/version.php
+share/moodle/blocks/comments/block_comments.php
+share/moodle/blocks/comments/lang/en/block_comments.php
+share/moodle/blocks/comments/version.php
+share/moodle/blocks/community/block_community.php
+share/moodle/blocks/community/communitycourse.php
+share/moodle/blocks/community/db/install.xml
+share/moodle/blocks/community/db/upgrade.php
+share/moodle/blocks/community/forms.php
+share/moodle/blocks/community/lang/en/block_community.php
+share/moodle/blocks/community/locallib.php
+share/moodle/blocks/community/renderer.php
+share/moodle/blocks/community/styles.css
+share/moodle/blocks/community/version.php
+share/moodle/blocks/community/yui/comments/comments.js
+share/moodle/blocks/community/yui/imagegallery/imagegallery.js
+share/moodle/blocks/completionstatus/block_completionstatus.php
+share/moodle/blocks/completionstatus/details.php
+share/moodle/blocks/completionstatus/lang/en/block_completionstatus.php
+share/moodle/blocks/completionstatus/version.php
share/moodle/blocks/course_list/block_course_list.php
-share/moodle/blocks/course_list/db/mysql.php
-share/moodle/blocks/course_list/db/postgres7.php
-share/moodle/blocks/course_list/db/upgrade.php
+share/moodle/blocks/course_list/lang/en/block_course_list.php
share/moodle/blocks/course_list/settings.php
+share/moodle/blocks/course_list/styles.css
+share/moodle/blocks/course_list/version.php
+share/moodle/blocks/course_overview/block_course_overview.php
+share/moodle/blocks/course_overview/lang/en/block_course_overview.php
+share/moodle/blocks/course_overview/version.php
share/moodle/blocks/course_summary/block_course_summary.php
-share/moodle/blocks/course_summary/db/mysql.php
-share/moodle/blocks/course_summary/db/postgres7.php
-share/moodle/blocks/course_summary/db/upgrade.php
-share/moodle/blocks/course_summary/styles.php
-share/moodle/blocks/db/install.xml
-share/moodle/blocks/db/mysql.php
-share/moodle/blocks/db/postgres7.php
-share/moodle/blocks/db/upgrade.php
+share/moodle/blocks/course_summary/lang/en/block_course_summary.php
+share/moodle/blocks/course_summary/styles.css
+share/moodle/blocks/course_summary/version.php
+share/moodle/blocks/dock.js
+share/moodle/blocks/edit_form.php
+share/moodle/blocks/feedback/block_feedback.php
+share/moodle/blocks/feedback/db/install.php
+share/moodle/blocks/feedback/lang/en/block_feedback.php
+share/moodle/blocks/feedback/version.php
+share/moodle/blocks/glossary_random/backup/moodle2/restore_glossary_random_block_task.class.php
share/moodle/blocks/glossary_random/block_glossary_random.php
-share/moodle/blocks/glossary_random/config_instance.html
+share/moodle/blocks/glossary_random/edit_form.php
+share/moodle/blocks/glossary_random/lang/en/block_glossary_random.php
+share/moodle/blocks/glossary_random/version.php
+share/moodle/blocks/html/backup/moodle2/backup_html_block_task.class.php
+share/moodle/blocks/html/backup/moodle2/restore_html_block_task.class.php
share/moodle/blocks/html/block_html.php
-share/moodle/blocks/html/config_instance.html
+share/moodle/blocks/html/db/upgrade.php
+share/moodle/blocks/html/edit_form.php
+share/moodle/blocks/html/lang/en/block_html.php
+share/moodle/blocks/html/lib.php
+share/moodle/blocks/html/styles.css
+share/moodle/blocks/html/version.php
share/moodle/blocks/index.html
-share/moodle/blocks/loancalc/block_loancalc.php
share/moodle/blocks/login/block_login.php
-share/moodle/blocks/login/styles.php
+share/moodle/blocks/login/lang/en/block_login.php
+share/moodle/blocks/login/version.php
share/moodle/blocks/mentees/block_mentees.php
-share/moodle/blocks/mentees/config_instance.html
+share/moodle/blocks/mentees/edit_form.php
+share/moodle/blocks/mentees/lang/en/block_mentees.php
+share/moodle/blocks/mentees/version.php
share/moodle/blocks/messages/block_messages.php
+share/moodle/blocks/messages/lang/en/block_messages.php
+share/moodle/blocks/messages/styles.css
+share/moodle/blocks/messages/version.php
share/moodle/blocks/mnet_hosts/block_mnet_hosts.php
+share/moodle/blocks/mnet_hosts/lang/en/block_mnet_hosts.php
+share/moodle/blocks/mnet_hosts/version.php
share/moodle/blocks/moodleblock.class.php
+share/moodle/blocks/myprofile/block_myprofile.php
+share/moodle/blocks/myprofile/edit_form.php
+share/moodle/blocks/myprofile/lang/en/block_myprofile.php
+share/moodle/blocks/myprofile/styles.css
+share/moodle/blocks/myprofile/version.php
+share/moodle/blocks/navigation/block_navigation.php
+share/moodle/blocks/navigation/db/upgrade.php
+share/moodle/blocks/navigation/edit_form.php
+share/moodle/blocks/navigation/lang/en/block_navigation.php
+share/moodle/blocks/navigation/renderer.php
+share/moodle/blocks/navigation/styles.css
+share/moodle/blocks/navigation/version.php
+share/moodle/blocks/navigation/yui/navigation/navigation.js
share/moodle/blocks/news_items/block_news_items.php
-share/moodle/blocks/news_items/db/mysql.php
-share/moodle/blocks/news_items/db/postgres7.php
-share/moodle/blocks/news_items/db/upgrade.php
-share/moodle/blocks/news_items/styles.php
+share/moodle/blocks/news_items/lang/en/block_news_items.php
+share/moodle/blocks/news_items/version.php
share/moodle/blocks/online_users/block_online_users.php
share/moodle/blocks/online_users/db/access.php
-share/moodle/blocks/online_users/db/mysql.php
-share/moodle/blocks/online_users/db/postgres7.php
-share/moodle/blocks/online_users/db/upgrade.php
+share/moodle/blocks/online_users/lang/en/block_online_users.php
share/moodle/blocks/online_users/settings.php
+share/moodle/blocks/online_users/styles.css
+share/moodle/blocks/online_users/version.php
share/moodle/blocks/participants/block_participants.php
-share/moodle/blocks/participants/db/mysql.php
-share/moodle/blocks/participants/db/postgres7.php
-share/moodle/blocks/participants/db/upgrade.php
+share/moodle/blocks/participants/lang/en/block_participants.php
+share/moodle/blocks/participants/version.php
+share/moodle/blocks/private_files/block_private_files.php
+share/moodle/blocks/private_files/edit.php
+share/moodle/blocks/private_files/edit_form.php
+share/moodle/blocks/private_files/lang/en/block_private_files.php
+share/moodle/blocks/private_files/module.js
+share/moodle/blocks/private_files/renderer.php
+share/moodle/blocks/private_files/version.php
+share/moodle/blocks/quiz_results/backup/moodle2/restore_quiz_results_block_task.class.php
share/moodle/blocks/quiz_results/block_quiz_results.php
-share/moodle/blocks/quiz_results/config_instance.html
-share/moodle/blocks/quiz_results/styles.php
+share/moodle/blocks/quiz_results/edit_form.php
+share/moodle/blocks/quiz_results/lang/en/block_quiz_results.php
+share/moodle/blocks/quiz_results/styles.css
+share/moodle/blocks/quiz_results/version.php
share/moodle/blocks/recent_activity/block_recent_activity.php
-share/moodle/blocks/recent_activity/db/mysql.php
-share/moodle/blocks/recent_activity/db/postgres7.php
-share/moodle/blocks/recent_activity/db/upgrade.php
+share/moodle/blocks/recent_activity/lang/en/block_recent_activity.php
+share/moodle/blocks/recent_activity/styles.css
+share/moodle/blocks/recent_activity/version.php
+share/moodle/blocks/rss_client/backup/moodle2/backup_rss_client_block_task.class.php
+share/moodle/blocks/rss_client/backup/moodle2/backup_rss_client_stepslib.php
+share/moodle/blocks/rss_client/backup/moodle2/restore_rss_client_block_task.class.php
+share/moodle/blocks/rss_client/backup/moodle2/restore_rss_client_stepslib.php
share/moodle/blocks/rss_client/block_rss_client.php
-share/moodle/blocks/rss_client/block_rss_client_action.php
-share/moodle/blocks/rss_client/block_rss_client_error.php
-share/moodle/blocks/rss_client/config_instance.html
-share/moodle/blocks/rss_client/config_instance_tabs.php
share/moodle/blocks/rss_client/db/access.php
share/moodle/blocks/rss_client/db/install.xml
-share/moodle/blocks/rss_client/db/mysql.php
-share/moodle/blocks/rss_client/db/postgres7.php
-share/moodle/blocks/rss_client/db/upgrade.php
+share/moodle/blocks/rss_client/edit_form.php
+share/moodle/blocks/rss_client/editfeed.php
+share/moodle/blocks/rss_client/lang/en/block_rss_client.php
+share/moodle/blocks/rss_client/managefeeds.php
share/moodle/blocks/rss_client/settings.php
-share/moodle/blocks/rss_client/styles.php
+share/moodle/blocks/rss_client/version.php
+share/moodle/blocks/rss_client/viewfeed.php
share/moodle/blocks/search/README.txt
share/moodle/blocks/search/block_search.php
-share/moodle/blocks/search/config_global.html
+share/moodle/blocks/search/db/install.php
share/moodle/blocks/search/db/install.xml
share/moodle/blocks/search/db/upgrade.php
+share/moodle/blocks/search/db/upgradelib.php
+share/moodle/blocks/search/lang/en/block_search.php
+share/moodle/blocks/search/settings.php
+share/moodle/blocks/search/version.php
share/moodle/blocks/search_forums/block_search_forums.php
-share/moodle/blocks/search_forums/db/mysql.php
-share/moodle/blocks/search_forums/db/postgres7.php
-share/moodle/blocks/search_forums/db/upgrade.php
-share/moodle/blocks/search_forums/styles.php
+share/moodle/blocks/search_forums/lang/en/block_search_forums.php
+share/moodle/blocks/search_forums/styles.css
+share/moodle/blocks/search_forums/version.php
share/moodle/blocks/section_links/block_section_links.php
share/moodle/blocks/section_links/config_instance.html
-share/moodle/blocks/section_links/db/mysql.php
-share/moodle/blocks/section_links/db/postgres7.php
-share/moodle/blocks/section_links/db/upgrade.php
+share/moodle/blocks/section_links/lang/en/block_section_links.php
share/moodle/blocks/section_links/settings.php
+share/moodle/blocks/section_links/version.php
+share/moodle/blocks/selfcompletion/block_selfcompletion.php
+share/moodle/blocks/selfcompletion/lang/en/block_selfcompletion.php
+share/moodle/blocks/selfcompletion/version.php
+share/moodle/blocks/settings/block_settings.php
+share/moodle/blocks/settings/db/upgrade.php
+share/moodle/blocks/settings/edit_form.php
+share/moodle/blocks/settings/lang/en/block_settings.php
+share/moodle/blocks/settings/renderer.php
+share/moodle/blocks/settings/styles.css
+share/moodle/blocks/settings/version.php
share/moodle/blocks/site_main_menu/block_site_main_menu.php
+share/moodle/blocks/site_main_menu/lang/en/block_site_main_menu.php
+share/moodle/blocks/site_main_menu/version.php
share/moodle/blocks/social_activities/block_social_activities.php
-share/moodle/blocks/social_activities/db/mysql.php
-share/moodle/blocks/social_activities/db/postgres7.php
-share/moodle/blocks/social_activities/db/upgrade.php
+share/moodle/blocks/social_activities/lang/en/block_social_activities.php
+share/moodle/blocks/social_activities/version.php
share/moodle/blocks/tag_flickr/block_tag_flickr.php
-share/moodle/blocks/tag_flickr/config_instance.html
+share/moodle/blocks/tag_flickr/edit_form.php
+share/moodle/blocks/tag_flickr/lang/en/block_tag_flickr.php
+share/moodle/blocks/tag_flickr/styles.css
+share/moodle/blocks/tag_flickr/version.php
share/moodle/blocks/tag_youtube/block_tag_youtube.php
-share/moodle/blocks/tag_youtube/config_instance.html
+share/moodle/blocks/tag_youtube/edit_form.php
+share/moodle/blocks/tag_youtube/lang/en/block_tag_youtube.php
+share/moodle/blocks/tag_youtube/styles.css
+share/moodle/blocks/tag_youtube/version.php
share/moodle/blocks/tags/block_tags.php
-share/moodle/blocks/tags/config_instance.html
-share/moodle/blocks/version.php
-share/moodle/blog/README.txt
-share/moodle/blog/blogpage.php
+share/moodle/blocks/tags/coursetags.js
+share/moodle/blocks/tags/edit_form.php
+share/moodle/blocks/tags/lang/en/block_tags.php
+share/moodle/blocks/tags/settings.php
+share/moodle/blocks/tags/styles.css
+share/moodle/blocks/tags/version.php
+share/moodle/blocks/upgrade.txt
share/moodle/blog/edit.php
share/moodle/blog/edit_form.php
-share/moodle/blog/footer.php
-share/moodle/blog/header.php
+share/moodle/blog/external_blog_edit.php
+share/moodle/blog/external_blog_edit_form.php
+share/moodle/blog/external_blogs.php
share/moodle/blog/index.php
share/moodle/blog/lib.php
-share/moodle/blog/preferences.html
+share/moodle/blog/locallib.php
share/moodle/blog/preferences.php
+share/moodle/blog/preferences_form.php
share/moodle/blog/rsslib.php
-share/moodle/blog/version.php
+share/moodle/blog/simpletest/testbloglib.php
+share/moodle/brokenfile.php
+share/moodle/calendar/delete.php
share/moodle/calendar/event.php
-share/moodle/calendar/event_delete.html
-share/moodle/calendar/event_edit.html
-share/moodle/calendar/event_new.html
-share/moodle/calendar/event_select.html
+share/moodle/calendar/event_form.php
share/moodle/calendar/export.php
-share/moodle/calendar/export_basic.html
share/moodle/calendar/export_execute.php
share/moodle/calendar/index.php
share/moodle/calendar/lib.php
-share/moodle/calendar/overlib.cfg.php
-share/moodle/calendar/preferences.html
share/moodle/calendar/preferences.php
+share/moodle/calendar/preferences_form.php
+share/moodle/calendar/renderer.php
share/moodle/calendar/set.php
share/moodle/calendar/view.php
+share/moodle/calendar/yui/eventmanager/assets/skins/sam/eventmanager.css
+share/moodle/calendar/yui/eventmanager/eventmanager.js
+share/moodle/cohort/assign.php
+share/moodle/cohort/edit.php
+share/moodle/cohort/edit_form.php
+share/moodle/cohort/index.php
+share/moodle/cohort/lib.php
+share/moodle/comment/comment.js
+share/moodle/comment/comment_ajax.php
+share/moodle/comment/comment_post.php
+share/moodle/comment/index.php
+share/moodle/comment/lib.php
+share/moodle/comment/locallib.php
share/moodle/config-dist.php
share/moodle/course/category.php
+share/moodle/course/completion.js
+share/moodle/course/completion.php
+share/moodle/course/completion_form.php
share/moodle/course/delete.php
share/moodle/course/delete_category_form.php
share/moodle/course/edit.php
share/moodle/course/edit_form.php
share/moodle/course/editcategory.php
share/moodle/course/editcategory_form.php
-share/moodle/course/editsection.html
share/moodle/course/editsection.php
+share/moodle/course/editsection_form.php
share/moodle/course/enrol.php
+share/moodle/course/externallib.php
share/moodle/course/format/README.txt
-share/moodle/course/format/lams/config.php
-share/moodle/course/format/lams/format.php
share/moodle/course/format/scorm/config.php
share/moodle/course/format/scorm/format.php
+share/moodle/course/format/scorm/lang/en/format_scorm.php
+share/moodle/course/format/scorm/lib.php
share/moodle/course/format/social/config.php
share/moodle/course/format/social/format.php
-share/moodle/course/format/topics/ajax.php
+share/moodle/course/format/social/lang/en/format_social.php
+share/moodle/course/format/social/lib.php
share/moodle/course/format/topics/config.php
share/moodle/course/format/topics/format.php
-share/moodle/course/format/weeks/ajax.php
+share/moodle/course/format/topics/lang/en/format_topics.php
+share/moodle/course/format/topics/lib.php
+share/moodle/course/format/topics/styles.css
share/moodle/course/format/weeks/config.php
share/moodle/course/format/weeks/format.php
-share/moodle/course/format/weekscss/config.php
-share/moodle/course/format/weekscss/format.php
-share/moodle/course/import/activities/import_form.php
-share/moodle/course/import/activities/index.php
-share/moodle/course/import/activities/mod.php
-share/moodle/course/import/groups/import_form.php
-share/moodle/course/import/groups/index.php
-share/moodle/course/import/groups/mod.php
-share/moodle/course/import.php
-share/moodle/course/importstudents.html
-share/moodle/course/importstudents.php
+share/moodle/course/format/weeks/lang/en/format_weeks.php
+share/moodle/course/format/weeks/lib.php
+share/moodle/course/format/weeks/styles.css
share/moodle/course/index.php
share/moodle/course/info.php
share/moodle/course/jumpto.php
share/moodle/course/lib.php
share/moodle/course/loginas.php
share/moodle/course/mod.php
-share/moodle/course/mod_delete.html
share/moodle/course/modedit.php
share/moodle/course/moodleform_mod.php
share/moodle/course/pending.php
+share/moodle/course/publish/backup.php
+share/moodle/course/publish/forms.php
+share/moodle/course/publish/hubselector.php
+share/moodle/course/publish/index.php
+share/moodle/course/publish/lib.php
+share/moodle/course/publish/metadata.php
+share/moodle/course/publish/renderer.php
share/moodle/course/recent.php
share/moodle/course/recent_form.php
+share/moodle/course/renderer.php
+share/moodle/course/report.php
+share/moodle/course/report/completion/db/access.php
+share/moodle/course/report/completion/index.php
+share/moodle/course/report/completion/lang/en/coursereport_completion.php
+share/moodle/course/report/completion/lib.php
+share/moodle/course/report/completion/mod.php
+share/moodle/course/report/completion/textrotate.js
+share/moodle/course/report/completion/version.php
share/moodle/course/report/log/db/access.php
share/moodle/course/report/log/graph.php
share/moodle/course/report/log/index.php
share/moodle/course/report/log/indexlive.php
+share/moodle/course/report/log/lang/en/coursereport_log.php
share/moodle/course/report/log/lib.php
share/moodle/course/report/log/live.php
share/moodle/course/report/log/mod.php
share/moodle/course/report/log/version.php
share/moodle/course/report/outline/db/access.php
share/moodle/course/report/outline/index.php
+share/moodle/course/report/outline/lang/en/coursereport_outline.php
+share/moodle/course/report/outline/lib.php
share/moodle/course/report/outline/mod.php
share/moodle/course/report/outline/version.php
share/moodle/course/report/participation/db/access.php
share/moodle/course/report/participation/index.php
+share/moodle/course/report/participation/lang/en/coursereport_participation.php
+share/moodle/course/report/participation/lib.php
share/moodle/course/report/participation/mod.php
+share/moodle/course/report/participation/module.js
share/moodle/course/report/participation/version.php
+share/moodle/course/report/progress/db/access.php
+share/moodle/course/report/progress/index.php
+share/moodle/course/report/progress/lang/en/coursereport_progress.php
+share/moodle/course/report/progress/lib.php
+share/moodle/course/report/progress/mod.php
+share/moodle/course/report/progress/textrotate.js
+share/moodle/course/report/progress/version.php
share/moodle/course/report/stats/db/access.php
share/moodle/course/report/stats/graph.php
share/moodle/course/report/stats/index.php
+share/moodle/course/report/stats/lang/en/coursereport_stats.php
share/moodle/course/report/stats/lib.php
share/moodle/course/report/stats/mod.php
share/moodle/course/report/stats/report.php
share/moodle/course/report/stats/version.php
-share/moodle/course/report.php
share/moodle/course/request.php
share/moodle/course/request_form.php
share/moodle/course/reset.php
share/moodle/course/reset_form.php
+share/moodle/course/resources.php
share/moodle/course/rest.php
share/moodle/course/scales.php
share/moodle/course/search.php
share/moodle/course/simpletest/testcourselib.php
-share/moodle/course/unenrol.php
+share/moodle/course/switchrole.php
+share/moodle/course/togglecompletion.php
share/moodle/course/user.php
share/moodle/course/view.php
+share/moodle/draftfile.php
share/moodle/enrol/README.txt
-share/moodle/enrol/authorize/authorizenetlib.php
-share/moodle/enrol/authorize/config_form.php
+share/moodle/enrol/ajax.php
+share/moodle/enrol/authorize/authorize.js
+share/moodle/enrol/authorize/authorizenet.class.php
share/moodle/enrol/authorize/const.php
share/moodle/enrol/authorize/db/access.php
share/moodle/enrol/authorize/db/install.xml
-share/moodle/enrol/authorize/db/mysql.php
-share/moodle/enrol/authorize/db/postgres7.php
share/moodle/enrol/authorize/db/upgrade.php
-share/moodle/enrol/authorize/enrol.php
share/moodle/enrol/authorize/enrol_form.php
+share/moodle/enrol/authorize/import_form.php
share/moodle/enrol/authorize/index.php
+share/moodle/enrol/authorize/lang/en/enrol_authorize.php
share/moodle/enrol/authorize/localfuncs.php
share/moodle/enrol/authorize/locallib.php
share/moodle/enrol/authorize/uploadcsv.php
share/moodle/enrol/authorize/version.php
-share/moodle/enrol/database/config.html
-share/moodle/enrol/database/enrol.php
-share/moodle/enrol/database/enrol_database_sync.php
-share/moodle/enrol/enrol.class.php
-share/moodle/enrol/flatfile/config.html
-share/moodle/enrol/flatfile/enrol.php
+share/moodle/enrol/category/cli/sync.php
+share/moodle/enrol/category/db/access.php
+share/moodle/enrol/category/db/events.php
+share/moodle/enrol/category/db/install.php
+share/moodle/enrol/category/lang/en/enrol_category.php
+share/moodle/enrol/category/lib.php
+share/moodle/enrol/category/locallib.php
+share/moodle/enrol/category/settings.php
+share/moodle/enrol/category/version.php
+share/moodle/enrol/cohort/addinstance.php
+share/moodle/enrol/cohort/addinstance_form.php
+share/moodle/enrol/cohort/db/access.php
+share/moodle/enrol/cohort/db/events.php
+share/moodle/enrol/cohort/lang/en/enrol_cohort.php
+share/moodle/enrol/cohort/lib.php
+share/moodle/enrol/cohort/locallib.php
+share/moodle/enrol/cohort/settings.php
+share/moodle/enrol/cohort/version.php
+share/moodle/enrol/database/cli/sync.php
+share/moodle/enrol/database/db/access.php
+share/moodle/enrol/database/db/install.php
+share/moodle/enrol/database/lang/en/enrol_database.php
+share/moodle/enrol/database/lib.php
+share/moodle/enrol/database/settings.php
+share/moodle/enrol/database/version.php
+share/moodle/enrol/externallib.php
+share/moodle/enrol/flatfile/db/install.xml
+share/moodle/enrol/flatfile/db/upgrade.php
share/moodle/enrol/flatfile/example.txt
+share/moodle/enrol/flatfile/lang/en/enrol_flatfile.php
+share/moodle/enrol/flatfile/lib.php
+share/moodle/enrol/flatfile/settings.php
+share/moodle/enrol/flatfile/version.php
+share/moodle/enrol/guest/addinstance.php
+share/moodle/enrol/guest/db/access.php
+share/moodle/enrol/guest/lang/en/enrol_guest.php
+share/moodle/enrol/guest/lib.php
+share/moodle/enrol/guest/locallib.php
+share/moodle/enrol/guest/pix/withoutpassword.gif
+share/moodle/enrol/guest/pix/withpassword.gif
+share/moodle/enrol/guest/settings.php
+share/moodle/enrol/guest/version.php
share/moodle/enrol/imsenterprise/README.txt
share/moodle/enrol/imsenterprise/TODO.txt
-share/moodle/enrol/imsenterprise/config.html
-share/moodle/enrol/imsenterprise/enrol.php
+share/moodle/enrol/imsenterprise/db/install.php
+share/moodle/enrol/imsenterprise/db/upgrade.php
share/moodle/enrol/imsenterprise/entv1p1_conformance_summary.html
share/moodle/enrol/imsenterprise/examples/example-grouped.xml
share/moodle/enrol/imsenterprise/examples/example-oneline.xml
share/moodle/enrol/imsenterprise/examples/example.xml
share/moodle/enrol/imsenterprise/importnow.php
-share/moodle/enrol/index.html
-share/moodle/enrol/ldap/config.html
-share/moodle/enrol/ldap/enrol.php
-share/moodle/enrol/ldap/enrol_ldap_sync.php
-share/moodle/enrol/manual/config.html
-share/moodle/enrol/manual/enrol.html
-share/moodle/enrol/manual/enrol.php
-share/moodle/enrol/mnet/allowed_courses.php
-share/moodle/enrol/mnet/config.html
+share/moodle/enrol/imsenterprise/lang/en/enrol_imsenterprise.php
+share/moodle/enrol/imsenterprise/lib.php
+share/moodle/enrol/imsenterprise/locallib.php
+share/moodle/enrol/imsenterprise/settings.php
+share/moodle/enrol/imsenterprise/version.php
+share/moodle/enrol/index.php
+share/moodle/enrol/instances.php
+share/moodle/enrol/ldap/cli/sync.php
+share/moodle/enrol/ldap/db/access.php
+share/moodle/enrol/ldap/db/install.php
+share/moodle/enrol/ldap/lang/en/enrol_ldap.php
+share/moodle/enrol/ldap/lib.php
+share/moodle/enrol/ldap/settings.php
+share/moodle/enrol/ldap/settingslib.php
+share/moodle/enrol/ldap/version.php
+share/moodle/enrol/locallib.php
+share/moodle/enrol/manual/db/access.php
+share/moodle/enrol/manual/db/install.php
+share/moodle/enrol/manual/edit.php
+share/moodle/enrol/manual/edit_form.php
+share/moodle/enrol/manual/lang/en/enrol_manual.php
+share/moodle/enrol/manual/lib.php
+share/moodle/enrol/manual/locallib.php
+share/moodle/enrol/manual/manage.php
+share/moodle/enrol/manual/settings.php
+share/moodle/enrol/manual/unenrolself.php
+share/moodle/enrol/manual/version.php
+share/moodle/enrol/meta/addinstance.php
+share/moodle/enrol/meta/addinstance_form.php
+share/moodle/enrol/meta/db/access.php
+share/moodle/enrol/meta/db/events.php
+share/moodle/enrol/meta/db/install.php
+share/moodle/enrol/meta/lang/en/enrol_meta.php
+share/moodle/enrol/meta/lib.php
+share/moodle/enrol/meta/locallib.php
+share/moodle/enrol/meta/settings.php
+share/moodle/enrol/meta/version.php
+share/moodle/enrol/mnet/addinstance.php
+share/moodle/enrol/mnet/addinstance_form.php
+share/moodle/enrol/mnet/db/mnet.php
+share/moodle/enrol/mnet/db/upgrade.php
share/moodle/enrol/mnet/enrol.php
-share/moodle/enrol/paypal/config.html
+share/moodle/enrol/mnet/lang/en/enrol_mnet.php
+share/moodle/enrol/mnet/lib.php
+share/moodle/enrol/mnet/settings.php
+share/moodle/enrol/mnet/version.php
+share/moodle/enrol/otherusers.php
+share/moodle/enrol/paypal/db/access.php
share/moodle/enrol/paypal/db/install.xml
-share/moodle/enrol/paypal/db/migrate2utf8.xml
-share/moodle/enrol/paypal/db/mysql.php
-share/moodle/enrol/paypal/db/postgres7.php
share/moodle/enrol/paypal/db/upgrade.php
+share/moodle/enrol/paypal/edit.php
+share/moodle/enrol/paypal/edit_form.php
share/moodle/enrol/paypal/enrol.html
-share/moodle/enrol/paypal/enrol.php
share/moodle/enrol/paypal/ipn.php
+share/moodle/enrol/paypal/lang/en/enrol_paypal.php
+share/moodle/enrol/paypal/lib.php
+share/moodle/enrol/paypal/pix/icon.gif
share/moodle/enrol/paypal/return.php
+share/moodle/enrol/paypal/settings.php
+share/moodle/enrol/paypal/unenrolself.php
share/moodle/enrol/paypal/version.php
+share/moodle/enrol/renderer.php
+share/moodle/enrol/self/db/access.php
+share/moodle/enrol/self/db/install.php
+share/moodle/enrol/self/edit.php
+share/moodle/enrol/self/edit_form.php
+share/moodle/enrol/self/lang/en/enrol_self.php
+share/moodle/enrol/self/lib.php
+share/moodle/enrol/self/locallib.php
+share/moodle/enrol/self/pix/withkey.gif
+share/moodle/enrol/self/pix/withoutkey.gif
+share/moodle/enrol/self/settings.php
+share/moodle/enrol/self/unenrolself.php
+share/moodle/enrol/self/version.php
+share/moodle/enrol/users.php
+share/moodle/enrol/users_forms.php
+share/moodle/enrol/yui/enrolmentmanager/assets/skins/sam/enrolmentmanager.css
+share/moodle/enrol/yui/enrolmentmanager/assets/skins/sam/sprite.png
+share/moodle/enrol/yui/enrolmentmanager/enrolmentmanager.js
+share/moodle/enrol/yui/notification/assets/skins/sam/notification.css
+share/moodle/enrol/yui/notification/assets/skins/sam/sprite.png
+share/moodle/enrol/yui/notification/notification.js
+share/moodle/enrol/yui/otherusersmanager/assets/skins/sam/otherusersmanager.css
+share/moodle/enrol/yui/otherusersmanager/assets/skins/sam/sprite.png
+share/moodle/enrol/yui/otherusersmanager/otherusersmanager.js
+share/moodle/enrol/yui/quickcohortenrolment/assets/skins/sam/quickcohortenrolment.css
+share/moodle/enrol/yui/quickcohortenrolment/assets/skins/sam/sprite.png
+share/moodle/enrol/yui/quickcohortenrolment/quickcohortenrolment.js
+share/moodle/enrol/yui/rolemanager/assets/skins/sam/rolemanager.css
+share/moodle/enrol/yui/rolemanager/assets/skins/sam/sprite.png
+share/moodle/enrol/yui/rolemanager/rolemanager.js
share/moodle/error/index.php
share/moodle/file.php
+share/moodle/files/coursefilesedit.php
+share/moodle/files/coursefilesedit_form.php
+share/moodle/files/externallib.php
+share/moodle/files/filebrowser_ajax.php
share/moodle/files/index.php
+share/moodle/files/module.js
+share/moodle/files/renderer.php
share/moodle/filter/activitynames/filter.php
+share/moodle/filter/activitynames/lang/en/filter_activitynames.php
share/moodle/filter/algebra/AlgParser.pm
share/moodle/filter/algebra/algebra2tex.pl
share/moodle/filter/algebra/algebradebug.php
share/moodle/filter/algebra/filter.php
+share/moodle/filter/algebra/lang/en/filter_algebra.php
share/moodle/filter/algebra/pix.php
share/moodle/filter/censor/README.txt
share/moodle/filter/censor/filter.php
share/moodle/filter/censor/filtersettings.php
+share/moodle/filter/censor/lang/en/filter_censor.php
share/moodle/filter/emailprotect/filter.php
+share/moodle/filter/emailprotect/lang/en/filter_emailprotect.php
+share/moodle/filter/emoticon/filter.php
+share/moodle/filter/emoticon/filtersettings.php
+share/moodle/filter/emoticon/lang/en/filter_emoticon.php
+share/moodle/filter/emoticon/version.php
share/moodle/filter/index.html
+share/moodle/filter/local_settings_form.php
+share/moodle/filter/manage.php
+share/moodle/filter/mediaplugin/db/install.php
share/moodle/filter/mediaplugin/eolas_fix.js
share/moodle/filter/mediaplugin/filter.php
share/moodle/filter/mediaplugin/filtersettings.php
+share/moodle/filter/mediaplugin/flowplayer.audio.swf
+share/moodle/filter/mediaplugin/flowplayer.controls.swf
share/moodle/filter/mediaplugin/flvplayer.README.txt
share/moodle/filter/mediaplugin/flvplayer.fla.zip
share/moodle/filter/mediaplugin/flvplayer.swf
+share/moodle/filter/mediaplugin/lang/en/filter_mediaplugin.php
share/moodle/filter/mediaplugin/mp3player.fla.zip
share/moodle/filter/mediaplugin/mp3player.swf
+share/moodle/filter/mediaplugin/simpletest/testfiltermediaplugin.php
+share/moodle/filter/mediaplugin/version.php
share/moodle/filter/multilang/README.txt
share/moodle/filter/multilang/filter.php
share/moodle/filter/multilang/filtersettings.php
+share/moodle/filter/multilang/lang/en/filter_multilang.php
share/moodle/filter/tex/README.mimetex
+share/moodle/filter/tex/db/install.php
share/moodle/filter/tex/displaytex.php
share/moodle/filter/tex/filter.php
share/moodle/filter/tex/filtersettings.php
+share/moodle/filter/tex/lang/en/filter_tex.php
share/moodle/filter/tex/latex.php
share/moodle/filter/tex/lib.php
share/moodle/filter/tex/mimetex.darwin
@@ -694,9 +1209,16 @@ share/moodle/filter/tex/mimetex.linux
share/moodle/filter/tex/pix.php
share/moodle/filter/tex/readme_moodle.txt
share/moodle/filter/tex/texdebug.php
-share/moodle/filter/tex/texed.php
+share/moodle/filter/tex/version.php
share/moodle/filter/tidy/filter.php
-share/moodle/grade/edit/letter/edit.php
+share/moodle/filter/tidy/lang/en/filter_tidy.php
+share/moodle/filter/urltolink/filter.php
+share/moodle/filter/urltolink/filtersettings.php
+share/moodle/filter/urltolink/lang/en/filter_urltolink.php
+share/moodle/filter/urltolink/simpletest/sample.txt
+share/moodle/filter/urltolink/simpletest/testfilter.php
+share/moodle/filter/urltolink/version.php
+share/moodle/githash.php
share/moodle/grade/edit/letter/edit_form.php
share/moodle/grade/edit/letter/index.php
share/moodle/grade/edit/letter/tabs.php
@@ -728,7 +1250,6 @@ share/moodle/grade/edit/tree/item_form.php
share/moodle/grade/edit/tree/lib.php
share/moodle/grade/edit/tree/outcomeitem.php
share/moodle/grade/edit/tree/outcomeitem_form.php
-share/moodle/grade/edit/tree/tree.css
share/moodle/grade/export/grade_export_form.php
share/moodle/grade/export/key.php
share/moodle/grade/export/key_form.php
@@ -739,27 +1260,32 @@ share/moodle/grade/export/ods/dump.php
share/moodle/grade/export/ods/export.php
share/moodle/grade/export/ods/grade_export_ods.php
share/moodle/grade/export/ods/index.php
+share/moodle/grade/export/ods/lang/en/gradeexport_ods.php
share/moodle/grade/export/ods/version.php
share/moodle/grade/export/txt/db/access.php
share/moodle/grade/export/txt/dump.php
share/moodle/grade/export/txt/export.php
share/moodle/grade/export/txt/grade_export_txt.php
share/moodle/grade/export/txt/index.php
+share/moodle/grade/export/txt/lang/en/gradeexport_txt.php
share/moodle/grade/export/txt/version.php
share/moodle/grade/export/xls/db/access.php
share/moodle/grade/export/xls/dump.php
share/moodle/grade/export/xls/export.php
share/moodle/grade/export/xls/grade_export_xls.php
share/moodle/grade/export/xls/index.php
+share/moodle/grade/export/xls/lang/en/gradeexport_xls.php
share/moodle/grade/export/xls/version.php
share/moodle/grade/export/xml/db/access.php
share/moodle/grade/export/xml/dump.php
share/moodle/grade/export/xml/export.php
share/moodle/grade/export/xml/grade_export_xml.php
share/moodle/grade/export/xml/index.php
+share/moodle/grade/export/xml/lang/en/gradeexport_xml.php
share/moodle/grade/export/xml/version.php
share/moodle/grade/import/csv/db/access.php
share/moodle/grade/import/csv/index.php
+share/moodle/grade/import/csv/lang/en/gradeimport_csv.php
share/moodle/grade/import/csv/version.php
share/moodle/grade/import/grade_import_form.php
share/moodle/grade/import/key.php
@@ -771,818 +1297,485 @@ share/moodle/grade/import/xml/fetch.php
share/moodle/grade/import/xml/grade_import_form.php
share/moodle/grade/import/xml/import.php
share/moodle/grade/import/xml/index.php
+share/moodle/grade/import/xml/lang/en/gradeimport_xml.php
share/moodle/grade/import/xml/lib.php
share/moodle/grade/import/xml/version.php
share/moodle/grade/index.php
share/moodle/grade/lib.php
share/moodle/grade/querylib.php
share/moodle/grade/report/grader/README.txt
+share/moodle/grade/report/grader/ajax_callbacks.php
share/moodle/grade/report/grader/db/access.php
-share/moodle/grade/report/grader/functions.js
share/moodle/grade/report/grader/index.php
+share/moodle/grade/report/grader/lang/en/gradereport_grader.php
share/moodle/grade/report/grader/lib.php
+share/moodle/grade/report/grader/module.js
share/moodle/grade/report/grader/preferences.php
share/moodle/grade/report/grader/preferences_form.php
+share/moodle/grade/report/grader/quickedit_item.php
share/moodle/grade/report/grader/settings.php
-share/moodle/grade/report/grader/styles.php
+share/moodle/grade/report/grader/styles.css
share/moodle/grade/report/grader/tabs.php
share/moodle/grade/report/grader/version.php
share/moodle/grade/report/index.php
share/moodle/grade/report/lib.php
share/moodle/grade/report/outcomes/db/access.php
share/moodle/grade/report/outcomes/index.php
+share/moodle/grade/report/outcomes/lang/en/gradereport_outcomes.php
share/moodle/grade/report/outcomes/version.php
share/moodle/grade/report/overview/db/access.php
share/moodle/grade/report/overview/index.php
+share/moodle/grade/report/overview/lang/en/gradereport_overview.php
share/moodle/grade/report/overview/lib.php
+share/moodle/grade/report/overview/renderer.php
share/moodle/grade/report/overview/settings.php
share/moodle/grade/report/overview/version.php
-share/moodle/grade/report/styles.css
share/moodle/grade/report/user/README.txt
share/moodle/grade/report/user/db/access.php
share/moodle/grade/report/user/index.php
+share/moodle/grade/report/user/lang/en/gradereport_user.php
share/moodle/grade/report/user/lib.php
+share/moodle/grade/report/user/renderer.php
share/moodle/grade/report/user/settings.php
-share/moodle/grade/report/user/styles.php
+share/moodle/grade/report/user/styles.css
share/moodle/grade/report/user/version.php
+share/moodle/grade/simpletest/testedittree.php
share/moodle/grade/simpletest/testreportlib.php
share/moodle/group/assign.php
share/moodle/group/autogroup.php
share/moodle/group/autogroup_form.php
share/moodle/group/clientlib.js
share/moodle/group/delete.php
+share/moodle/group/externallib.php
share/moodle/group/group.php
share/moodle/group/group_form.php
share/moodle/group/grouping.php
share/moodle/group/grouping_form.php
share/moodle/group/groupings.php
+share/moodle/group/import.php
+share/moodle/group/import_form.php
share/moodle/group/index.php
share/moodle/group/lib.php
share/moodle/group/members.php
+share/moodle/group/module.js
share/moodle/group/overview.php
share/moodle/group/tabs.php
share/moodle/help.php
share/moodle/index.php
+share/moodle/install.php
share/moodle/install/README.txt
-share/moodle/install/lang/af_utf8/installer.php
-share/moodle/install/lang/ar_utf8/installer.php
-share/moodle/install/lang/ast_utf8/installer.php
-share/moodle/install/lang/be_utf8/installer.php
-share/moodle/install/lang/bg_utf8/installer.php
-share/moodle/install/lang/bn_utf8/installer.php
-share/moodle/install/lang/bs_utf8/installer.php
-share/moodle/install/lang/ca_utf8/installer.php
-share/moodle/install/lang/cs_utf8/installer.php
-share/moodle/install/lang/cy_utf8/installer.php
-share/moodle/install/lang/da_utf8/installer.php
-share/moodle/install/lang/de_du_utf8/installer.php
-share/moodle/install/lang/de_utf8/installer.php
-share/moodle/install/lang/dv_utf8/installer.php
-share/moodle/install/lang/el_utf8/installer.php
+share/moodle/install/distribution.html
+share/moodle/install/lang/af/langconfig.php
+share/moodle/install/lang/am/install.php
+share/moodle/install/lang/am/langconfig.php
+share/moodle/install/lang/am/moodle.php
+share/moodle/install/lang/ar/admin.php
+share/moodle/install/lang/ar/error.php
+share/moodle/install/lang/ar/install.php
+share/moodle/install/lang/ar/langconfig.php
+share/moodle/install/lang/ar/moodle.php
+share/moodle/install/lang/ast/admin.php
+share/moodle/install/lang/ast/error.php
+share/moodle/install/lang/ast/install.php
+share/moodle/install/lang/ast/langconfig.php
+share/moodle/install/lang/ast/moodle.php
+share/moodle/install/lang/be/langconfig.php
+share/moodle/install/lang/be/moodle.php
+share/moodle/install/lang/bg/install.php
+share/moodle/install/lang/bg/langconfig.php
+share/moodle/install/lang/bg/moodle.php
+share/moodle/install/lang/bn/install.php
+share/moodle/install/lang/bn/langconfig.php
+share/moodle/install/lang/bs/install.php
+share/moodle/install/lang/bs/langconfig.php
+share/moodle/install/lang/ca/admin.php
+share/moodle/install/lang/ca/error.php
+share/moodle/install/lang/ca/install.php
+share/moodle/install/lang/ca/langconfig.php
+share/moodle/install/lang/ca/moodle.php
+share/moodle/install/lang/cs/admin.php
+share/moodle/install/lang/cs/error.php
+share/moodle/install/lang/cs/install.php
+share/moodle/install/lang/cs/langconfig.php
+share/moodle/install/lang/cs/moodle.php
+share/moodle/install/lang/cy/admin.php
+share/moodle/install/lang/cy/error.php
+share/moodle/install/lang/cy/install.php
+share/moodle/install/lang/cy/langconfig.php
+share/moodle/install/lang/cy/moodle.php
+share/moodle/install/lang/da/admin.php
+share/moodle/install/lang/da/error.php
+share/moodle/install/lang/da/install.php
+share/moodle/install/lang/da/langconfig.php
+share/moodle/install/lang/da/moodle.php
+share/moodle/install/lang/de/admin.php
+share/moodle/install/lang/de/error.php
+share/moodle/install/lang/de/install.php
+share/moodle/install/lang/de/langconfig.php
+share/moodle/install/lang/de/moodle.php
+share/moodle/install/lang/de_du/error.php
+share/moodle/install/lang/de_du/install.php
+share/moodle/install/lang/de_du/langconfig.php
+share/moodle/install/lang/dv/admin.php
+share/moodle/install/lang/dv/error.php
+share/moodle/install/lang/dv/install.php
+share/moodle/install/lang/dv/langconfig.php
+share/moodle/install/lang/dv/moodle.php
+share/moodle/install/lang/el/admin.php
+share/moodle/install/lang/el/error.php
+share/moodle/install/lang/el/install.php
+share/moodle/install/lang/el/langconfig.php
+share/moodle/install/lang/el/moodle.php
+share/moodle/install/lang/en/admin.php
+share/moodle/install/lang/en/error.php
share/moodle/install/lang/en/install.php
-share/moodle/install/lang/en/installer.php
-share/moodle/install/lang/en_us_utf8/installer.php
-share/moodle/install/lang/en_utf8/installer.php
+share/moodle/install/lang/en/langconfig.php
+share/moodle/install/lang/en/moodle.php
+share/moodle/install/lang/en_us/langconfig.php
+share/moodle/install/lang/es/admin.php
+share/moodle/install/lang/es/error.php
share/moodle/install/lang/es/install.php
-share/moodle/install/lang/es_ar_utf8/installer.php
-share/moodle/install/lang/es_es_utf8/installer.php
-share/moodle/install/lang/es_mx_utf8/installer.php
-share/moodle/install/lang/es_utf8/installer.php
-share/moodle/install/lang/et_utf8/installer.php
-share/moodle/install/lang/eu_utf8/installer.php
-share/moodle/install/lang/fa_utf8/installer.php
-share/moodle/install/lang/fi_utf8/installer.php
-share/moodle/install/lang/fil_utf8/installer.php
-share/moodle/install/lang/fr_ca_utf8/installer.php
-share/moodle/install/lang/fr_utf8/installer.php
-share/moodle/install/lang/ga_utf8/installer.php
-share/moodle/install/lang/gl_utf8/installer.php
-share/moodle/install/lang/gu_utf8/installer.php
-share/moodle/install/lang/he_utf8/installer.php
-share/moodle/install/lang/hi_utf8/installer.php
-share/moodle/install/lang/hr_utf8/installer.php
-share/moodle/install/lang/hu_utf8/installer.php
-share/moodle/install/lang/hy_utf8/installer.php
-share/moodle/install/lang/id_utf8/installer.php
-share/moodle/install/lang/is_utf8/installer.php
-share/moodle/install/lang/it_utf8/installer.php
-share/moodle/install/lang/ja_utf8/installer.php
-share/moodle/install/lang/ka_utf8/installer.php
-share/moodle/install/lang/kk_utf8/installer.php
-share/moodle/install/lang/km_utf8/installer.php
-share/moodle/install/lang/kn_utf8/installer.php
-share/moodle/install/lang/ko_utf8/installer.php
-share/moodle/install/lang/la_utf8/installer.php
-share/moodle/install/lang/lo_utf8/installer.php
-share/moodle/install/lang/lt_utf8/installer.php
-share/moodle/install/lang/lv_utf8/installer.php
-share/moodle/install/lang/mi_tn_utf8/installer.php
-share/moodle/install/lang/mi_wwow_utf8/installer.php
-share/moodle/install/lang/mk_utf8/installer.php
-share/moodle/install/lang/ml_utf8/installer.php
-share/moodle/install/lang/mn_utf8/installer.php
-share/moodle/install/lang/mr_utf8/installer.php
-share/moodle/install/lang/ms_utf8/installer.php
-share/moodle/install/lang/nl_utf8/installer.php
-share/moodle/install/lang/nn_utf8/installer.php
-share/moodle/install/lang/no_gr_utf8/installer.php
-share/moodle/install/lang/no_utf8/installer.php
-share/moodle/install/lang/pl_utf8/installer.php
-share/moodle/install/lang/pt_br_utf8/installer.php
-share/moodle/install/lang/pt_utf8/installer.php
-share/moodle/install/lang/ro_utf8/installer.php
-share/moodle/install/lang/ru_utf8/installer.php
-share/moodle/install/lang/si_utf8/installer.php
-share/moodle/install/lang/sk_utf8/installer.php
-share/moodle/install/lang/sl_utf8/installer.php
-share/moodle/install/lang/sm_utf8/installer.php
-share/moodle/install/lang/so_utf8/installer.php
-share/moodle/install/lang/sq_utf8/installer.php
-share/moodle/install/lang/sr_cr_bo_utf8/installer.php
-share/moodle/install/lang/sr_cr_utf8/installer.php
-share/moodle/install/lang/sr_lt_utf8/installer.php
-share/moodle/install/lang/sr_utf8/installer.php
-share/moodle/install/lang/sv_utf8/installer.php
-share/moodle/install/lang/ta_lk_utf8/installer.php
-share/moodle/install/lang/ta_utf8/installer.php
-share/moodle/install/lang/th_utf8/installer.php
-share/moodle/install/lang/tl_utf8/installer.php
-share/moodle/install/lang/to_utf8/installer.php
-share/moodle/install/lang/tr_utf8/installer.php
-share/moodle/install/lang/uk_utf8/installer.php
-share/moodle/install/lang/ur_utf8/installer.php
-share/moodle/install/lang/uz_utf8/installer.php
-share/moodle/install/lang/vi_utf8/installer.php
-share/moodle/install/lang/zh_cn_utf8/installer.php
-share/moodle/install/lang/zh_tw_utf8/installer.php
-share/moodle/install/lang/zu_utf8/installer.php
+share/moodle/install/lang/es/langconfig.php
+share/moodle/install/lang/es/moodle.php
+share/moodle/install/lang/es_ar/langconfig.php
+share/moodle/install/lang/es_es/langconfig.php
+share/moodle/install/lang/es_mx/langconfig.php
+share/moodle/install/lang/et/admin.php
+share/moodle/install/lang/et/error.php
+share/moodle/install/lang/et/install.php
+share/moodle/install/lang/et/langconfig.php
+share/moodle/install/lang/et/moodle.php
+share/moodle/install/lang/eu/admin.php
+share/moodle/install/lang/eu/error.php
+share/moodle/install/lang/eu/install.php
+share/moodle/install/lang/eu/langconfig.php
+share/moodle/install/lang/eu/moodle.php
+share/moodle/install/lang/fa/admin.php
+share/moodle/install/lang/fa/install.php
+share/moodle/install/lang/fa/langconfig.php
+share/moodle/install/lang/fa/moodle.php
+share/moodle/install/lang/fi/admin.php
+share/moodle/install/lang/fi/error.php
+share/moodle/install/lang/fi/install.php
+share/moodle/install/lang/fi/langconfig.php
+share/moodle/install/lang/fi/moodle.php
+share/moodle/install/lang/fil/langconfig.php
+share/moodle/install/lang/fil/moodle.php
+share/moodle/install/lang/fj/langconfig.php
+share/moodle/install/lang/fr/admin.php
+share/moodle/install/lang/fr/error.php
+share/moodle/install/lang/fr/install.php
+share/moodle/install/lang/fr/langconfig.php
+share/moodle/install/lang/fr/moodle.php
+share/moodle/install/lang/fr_ca/install.php
+share/moodle/install/lang/fr_ca/langconfig.php
+share/moodle/install/lang/fr_ca/moodle.php
+share/moodle/install/lang/ga/langconfig.php
+share/moodle/install/lang/gl/admin.php
+share/moodle/install/lang/gl/error.php
+share/moodle/install/lang/gl/install.php
+share/moodle/install/lang/gl/langconfig.php
+share/moodle/install/lang/gl/moodle.php
+share/moodle/install/lang/gu/error.php
+share/moodle/install/lang/gu/langconfig.php
+share/moodle/install/lang/gu/moodle.php
+share/moodle/install/lang/he/admin.php
+share/moodle/install/lang/he/error.php
+share/moodle/install/lang/he/install.php
+share/moodle/install/lang/he/langconfig.php
+share/moodle/install/lang/he/moodle.php
+share/moodle/install/lang/hi/langconfig.php
+share/moodle/install/lang/hi/moodle.php
+share/moodle/install/lang/hr/admin.php
+share/moodle/install/lang/hr/error.php
+share/moodle/install/lang/hr/install.php
+share/moodle/install/lang/hr/langconfig.php
+share/moodle/install/lang/hr/moodle.php
+share/moodle/install/lang/hu/admin.php
+share/moodle/install/lang/hu/error.php
+share/moodle/install/lang/hu/install.php
+share/moodle/install/lang/hu/langconfig.php
+share/moodle/install/lang/hu/moodle.php
+share/moodle/install/lang/hy/admin.php
+share/moodle/install/lang/hy/error.php
+share/moodle/install/lang/hy/install.php
+share/moodle/install/lang/hy/langconfig.php
+share/moodle/install/lang/hy/moodle.php
+share/moodle/install/lang/id/langconfig.php
+share/moodle/install/lang/id/moodle.php
+share/moodle/install/lang/is/admin.php
+share/moodle/install/lang/is/error.php
+share/moodle/install/lang/is/install.php
+share/moodle/install/lang/is/langconfig.php
+share/moodle/install/lang/is/moodle.php
+share/moodle/install/lang/it/admin.php
+share/moodle/install/lang/it/error.php
+share/moodle/install/lang/it/install.php
+share/moodle/install/lang/it/langconfig.php
+share/moodle/install/lang/it/moodle.php
+share/moodle/install/lang/ja/admin.php
+share/moodle/install/lang/ja/error.php
+share/moodle/install/lang/ja/install.php
+share/moodle/install/lang/ja/langconfig.php
+share/moodle/install/lang/ja/moodle.php
+share/moodle/install/lang/ka/admin.php
+share/moodle/install/lang/ka/install.php
+share/moodle/install/lang/ka/langconfig.php
+share/moodle/install/lang/kk/install.php
+share/moodle/install/lang/kk/langconfig.php
+share/moodle/install/lang/kk/moodle.php
+share/moodle/install/lang/km/admin.php
+share/moodle/install/lang/km/error.php
+share/moodle/install/lang/km/install.php
+share/moodle/install/lang/km/langconfig.php
+share/moodle/install/lang/km/moodle.php
+share/moodle/install/lang/kn/langconfig.php
+share/moodle/install/lang/ko/admin.php
+share/moodle/install/lang/ko/error.php
+share/moodle/install/lang/ko/install.php
+share/moodle/install/lang/ko/langconfig.php
+share/moodle/install/lang/ko/moodle.php
+share/moodle/install/lang/la/langconfig.php
+share/moodle/install/lang/la/moodle.php
+share/moodle/install/lang/lo/admin.php
+share/moodle/install/lang/lo/install.php
+share/moodle/install/lang/lo/langconfig.php
+share/moodle/install/lang/lo/moodle.php
+share/moodle/install/lang/lt/langconfig.php
+share/moodle/install/lang/lt/moodle.php
+share/moodle/install/lang/lv/admin.php
+share/moodle/install/lang/lv/error.php
+share/moodle/install/lang/lv/install.php
+share/moodle/install/lang/lv/langconfig.php
+share/moodle/install/lang/lv/moodle.php
+share/moodle/install/lang/mi_tn/langconfig.php
+share/moodle/install/lang/mi_tn/moodle.php
+share/moodle/install/lang/mi_wwow/admin.php
+share/moodle/install/lang/mi_wwow/error.php
+share/moodle/install/lang/mi_wwow/install.php
+share/moodle/install/lang/mi_wwow/langconfig.php
+share/moodle/install/lang/mi_wwow/moodle.php
+share/moodle/install/lang/mk/admin.php
+share/moodle/install/lang/mk/error.php
+share/moodle/install/lang/mk/install.php
+share/moodle/install/lang/mk/langconfig.php
+share/moodle/install/lang/mk/moodle.php
+share/moodle/install/lang/ml/langconfig.php
+share/moodle/install/lang/ml/moodle.php
+share/moodle/install/lang/mn/admin.php
+share/moodle/install/lang/mn/error.php
+share/moodle/install/lang/mn/install.php
+share/moodle/install/lang/mn/langconfig.php
+share/moodle/install/lang/mn/moodle.php
+share/moodle/install/lang/mr/admin.php
+share/moodle/install/lang/mr/error.php
+share/moodle/install/lang/mr/install.php
+share/moodle/install/lang/mr/langconfig.php
+share/moodle/install/lang/mr/moodle.php
+share/moodle/install/lang/ms/langconfig.php
+share/moodle/install/lang/nl/admin.php
+share/moodle/install/lang/nl/error.php
+share/moodle/install/lang/nl/install.php
+share/moodle/install/lang/nl/langconfig.php
+share/moodle/install/lang/nl/moodle.php
+share/moodle/install/lang/nn/langconfig.php
+share/moodle/install/lang/nn/moodle.php
+share/moodle/install/lang/no/admin.php
+share/moodle/install/lang/no/error.php
+share/moodle/install/lang/no/install.php
+share/moodle/install/lang/no/langconfig.php
+share/moodle/install/lang/no/moodle.php
+share/moodle/install/lang/no_gr/langconfig.php
+share/moodle/install/lang/no_gr/moodle.php
+share/moodle/install/lang/pl/admin.php
+share/moodle/install/lang/pl/error.php
+share/moodle/install/lang/pl/install.php
+share/moodle/install/lang/pl/langconfig.php
+share/moodle/install/lang/pl/moodle.php
+share/moodle/install/lang/pt/admin.php
+share/moodle/install/lang/pt/error.php
+share/moodle/install/lang/pt/install.php
+share/moodle/install/lang/pt/langconfig.php
+share/moodle/install/lang/pt/moodle.php
+share/moodle/install/lang/pt_br/admin.php
+share/moodle/install/lang/pt_br/error.php
+share/moodle/install/lang/pt_br/install.php
+share/moodle/install/lang/pt_br/langconfig.php
+share/moodle/install/lang/pt_br/moodle.php
+share/moodle/install/lang/ro/admin.php
+share/moodle/install/lang/ro/error.php
+share/moodle/install/lang/ro/install.php
+share/moodle/install/lang/ro/langconfig.php
+share/moodle/install/lang/ro/moodle.php
+share/moodle/install/lang/ru/admin.php
+share/moodle/install/lang/ru/error.php
+share/moodle/install/lang/ru/install.php
+share/moodle/install/lang/ru/langconfig.php
+share/moodle/install/lang/ru/moodle.php
+share/moodle/install/lang/si/admin.php
+share/moodle/install/lang/si/error.php
+share/moodle/install/lang/si/install.php
+share/moodle/install/lang/si/langconfig.php
+share/moodle/install/lang/si/moodle.php
+share/moodle/install/lang/sk/admin.php
+share/moodle/install/lang/sk/error.php
+share/moodle/install/lang/sk/install.php
+share/moodle/install/lang/sk/langconfig.php
+share/moodle/install/lang/sk/moodle.php
+share/moodle/install/lang/sl/admin.php
+share/moodle/install/lang/sl/error.php
+share/moodle/install/lang/sl/install.php
+share/moodle/install/lang/sl/langconfig.php
+share/moodle/install/lang/sl/moodle.php
+share/moodle/install/lang/sm/install.php
+share/moodle/install/lang/sm/langconfig.php
+share/moodle/install/lang/sm/moodle.php
+share/moodle/install/lang/so/admin.php
+share/moodle/install/lang/so/install.php
+share/moodle/install/lang/so/langconfig.php
+share/moodle/install/lang/so/moodle.php
+share/moodle/install/lang/sq/langconfig.php
+share/moodle/install/lang/sq/moodle.php
+share/moodle/install/lang/sr/langconfig.php
+share/moodle/install/lang/sr_cr/admin.php
+share/moodle/install/lang/sr_cr/error.php
+share/moodle/install/lang/sr_cr/install.php
+share/moodle/install/lang/sr_cr/langconfig.php
+share/moodle/install/lang/sr_cr/moodle.php
+share/moodle/install/lang/sr_cr_bo/langconfig.php
+share/moodle/install/lang/sr_lt/admin.php
+share/moodle/install/lang/sr_lt/error.php
+share/moodle/install/lang/sr_lt/install.php
+share/moodle/install/lang/sr_lt/langconfig.php
+share/moodle/install/lang/sr_lt/moodle.php
+share/moodle/install/lang/sv/admin.php
+share/moodle/install/lang/sv/error.php
+share/moodle/install/lang/sv/install.php
+share/moodle/install/lang/sv/langconfig.php
+share/moodle/install/lang/sv/moodle.php
+share/moodle/install/lang/ta/admin.php
+share/moodle/install/lang/ta/error.php
+share/moodle/install/lang/ta/install.php
+share/moodle/install/lang/ta/langconfig.php
+share/moodle/install/lang/ta/moodle.php
+share/moodle/install/lang/ta_lk/admin.php
+share/moodle/install/lang/ta_lk/error.php
+share/moodle/install/lang/ta_lk/install.php
+share/moodle/install/lang/ta_lk/langconfig.php
+share/moodle/install/lang/ta_lk/moodle.php
+share/moodle/install/lang/te/admin.php
+share/moodle/install/lang/te/langconfig.php
+share/moodle/install/lang/te/moodle.php
+share/moodle/install/lang/th/admin.php
+share/moodle/install/lang/th/install.php
+share/moodle/install/lang/th/langconfig.php
+share/moodle/install/lang/th/moodle.php
+share/moodle/install/lang/ti/langconfig.php
+share/moodle/install/lang/ti/moodle.php
+share/moodle/install/lang/tl/admin.php
+share/moodle/install/lang/tl/error.php
+share/moodle/install/lang/tl/install.php
+share/moodle/install/lang/tl/langconfig.php
+share/moodle/install/lang/tl/moodle.php
+share/moodle/install/lang/to/install.php
+share/moodle/install/lang/to/langconfig.php
+share/moodle/install/lang/to/moodle.php
+share/moodle/install/lang/tr/admin.php
+share/moodle/install/lang/tr/error.php
+share/moodle/install/lang/tr/install.php
+share/moodle/install/lang/tr/langconfig.php
+share/moodle/install/lang/tr/moodle.php
+share/moodle/install/lang/uk/langconfig.php
+share/moodle/install/lang/uk/moodle.php
+share/moodle/install/lang/ur/install.php
+share/moodle/install/lang/ur/langconfig.php
+share/moodle/install/lang/ur/moodle.php
+share/moodle/install/lang/uz/install.php
+share/moodle/install/lang/uz/langconfig.php
+share/moodle/install/lang/uz/moodle.php
+share/moodle/install/lang/vi/admin.php
+share/moodle/install/lang/vi/install.php
+share/moodle/install/lang/vi/langconfig.php
+share/moodle/install/lang/vi/moodle.php
+share/moodle/install/lang/zh_cn/admin.php
+share/moodle/install/lang/zh_cn/error.php
+share/moodle/install/lang/zh_cn/install.php
+share/moodle/install/lang/zh_cn/langconfig.php
+share/moodle/install/lang/zh_cn/moodle.php
+share/moodle/install/lang/zh_tw/admin.php
+share/moodle/install/lang/zh_tw/error.php
+share/moodle/install/lang/zh_tw/install.php
+share/moodle/install/lang/zh_tw/langconfig.php
+share/moodle/install/lang/zh_tw/moodle.php
+share/moodle/install/lang/zu/error.php
+share/moodle/install/lang/zu/install.php
+share/moodle/install/lang/zu/langconfig.php
share/moodle/install/stringnames.txt
share/moodle/install/welcome.html
-share/moodle/install.php
share/moodle/iplookup/README.txt
share/moodle/iplookup/earth.jpeg
share/moodle/iplookup/index.php
+share/moodle/iplookup/lib.php
share/moodle/iplookup/marker.gif
+share/moodle/iplookup/module.js
share/moodle/lang/README.txt
-share/moodle/lang/en/README.txt
+share/moodle/lang/en/access.php
+share/moodle/lang/en/admin.php
+share/moodle/lang/en/auth.php
+share/moodle/lang/en/backup.php
+share/moodle/lang/en/block.php
+share/moodle/lang/en/blog.php
+share/moodle/lang/en/bulkusers.php
+share/moodle/lang/en/calendar.php
+share/moodle/lang/en/cohort.php
+share/moodle/lang/en/completion.php
+share/moodle/lang/en/condition.php
+share/moodle/lang/en/countries.php
+share/moodle/lang/en/currencies.php
+share/moodle/lang/en/dbtransfer.php
+share/moodle/lang/en/debug.php
+share/moodle/lang/en/editor.php
+share/moodle/lang/en/edufields.php
+share/moodle/lang/en/enrol.php
+share/moodle/lang/en/error.php
+share/moodle/lang/en/filters.php
+share/moodle/lang/en/fonts/README.txt
+share/moodle/lang/en/form.php
+share/moodle/lang/en/grades.php
+share/moodle/lang/en/group.php
+share/moodle/lang/en/hub.php
+share/moodle/lang/en/imscc.php
+share/moodle/lang/en/install.php
+share/moodle/lang/en/iso6392.php
+share/moodle/lang/en/langconfig.php
+share/moodle/lang/en/license.php
+share/moodle/lang/en/message.php
+share/moodle/lang/en/mimetypes.php
+share/moodle/lang/en/mnet.php
+share/moodle/lang/en/moodle.org.php
share/moodle/lang/en/moodle.php
-share/moodle/lang/en_utf8/README
-share/moodle/lang/en_utf8/access.php
-share/moodle/lang/en_utf8/activitynames.php
-share/moodle/lang/en_utf8/admin.php
-share/moodle/lang/en_utf8/algebra.php
-share/moodle/lang/en_utf8/assignment.php
-share/moodle/lang/en_utf8/auth.php
-share/moodle/lang/en_utf8/auth_mnet.php
-share/moodle/lang/en_utf8/block_course_list.php
-share/moodle/lang/en_utf8/block_course_summary.php
-share/moodle/lang/en_utf8/block_glossary_random.php
-share/moodle/lang/en_utf8/block_html.php
-share/moodle/lang/en_utf8/block_loancalc.php
-share/moodle/lang/en_utf8/block_mentees.php
-share/moodle/lang/en_utf8/block_mnet_hosts.php
-share/moodle/lang/en_utf8/block_online_users.php
-share/moodle/lang/en_utf8/block_quiz_results.php
-share/moodle/lang/en_utf8/block_rss_client.php
-share/moodle/lang/en_utf8/block_search.php
-share/moodle/lang/en_utf8/block_search_forums.php
-share/moodle/lang/en_utf8/block_section_links.php
-share/moodle/lang/en_utf8/block_social_activities.php
-share/moodle/lang/en_utf8/block_tag_flickr.php
-share/moodle/lang/en_utf8/block_tag_youtube.php
-share/moodle/lang/en_utf8/blog.php
-share/moodle/lang/en_utf8/bulkusers.php
-share/moodle/lang/en_utf8/calendar.php
-share/moodle/lang/en_utf8/censor.php
-share/moodle/lang/en_utf8/chat.php
-share/moodle/lang/en_utf8/choice.php
-share/moodle/lang/en_utf8/countries.php
-share/moodle/lang/en_utf8/coursereport_log.php
-share/moodle/lang/en_utf8/coursereport_outline.php
-share/moodle/lang/en_utf8/coursereport_participation.php
-share/moodle/lang/en_utf8/coursereport_stats.php
-share/moodle/lang/en_utf8/currencies.php
-share/moodle/lang/en_utf8/data.php
-share/moodle/lang/en_utf8/datapreset_imagegallery.php
-share/moodle/lang/en_utf8/docs/README.txt
-share/moodle/lang/en_utf8/docs/licence.html
-share/moodle/lang/en_utf8/docs/module_files.txt
-share/moodle/lang/en_utf8/editor.php
-share/moodle/lang/en_utf8/emailprotect.php
-share/moodle/lang/en_utf8/enrol_authorize.php
-share/moodle/lang/en_utf8/enrol_database.php
-share/moodle/lang/en_utf8/enrol_flatfile.php
-share/moodle/lang/en_utf8/enrol_imsenterprise.php
-share/moodle/lang/en_utf8/enrol_ldap.php
-share/moodle/lang/en_utf8/enrol_manual.php
-share/moodle/lang/en_utf8/enrol_mnet.php
-share/moodle/lang/en_utf8/enrol_paypal.php
-share/moodle/lang/en_utf8/error.php
-share/moodle/lang/en_utf8/exercise.php
-share/moodle/lang/en_utf8/filters.php
-share/moodle/lang/en_utf8/fonts/README.txt
-share/moodle/lang/en_utf8/form.php
-share/moodle/lang/en_utf8/forum.php
-share/moodle/lang/en_utf8/glossary.php
-share/moodle/lang/en_utf8/gradeexport_ods.php
-share/moodle/lang/en_utf8/gradeexport_txt.php
-share/moodle/lang/en_utf8/gradeexport_xls.php
-share/moodle/lang/en_utf8/gradeexport_xml.php
-share/moodle/lang/en_utf8/gradeimport_csv.php
-share/moodle/lang/en_utf8/gradeimport_xml.php
-share/moodle/lang/en_utf8/gradereport_grader.php
-share/moodle/lang/en_utf8/gradereport_outcomes.php
-share/moodle/lang/en_utf8/gradereport_overview.php
-share/moodle/lang/en_utf8/gradereport_user.php
-share/moodle/lang/en_utf8/grades.php
-share/moodle/lang/en_utf8/group.php
-share/moodle/lang/en_utf8/help/advancedsettings.html
-share/moodle/lang/en_utf8/help/assignment/allowdeleting.html
-share/moodle/lang/en_utf8/help/assignment/allowmaxfiles.html
-share/moodle/lang/en_utf8/help/assignment/allownotes.html
-share/moodle/lang/en_utf8/help/assignment/assignmenttype.html
-share/moodle/lang/en_utf8/help/assignment/commentinline.html
-share/moodle/lang/en_utf8/help/assignment/emailnotification.html
-share/moodle/lang/en_utf8/help/assignment/emailteachers.html
-share/moodle/lang/en_utf8/help/assignment/hideintro.html
-share/moodle/lang/en_utf8/help/assignment/index.html
-share/moodle/lang/en_utf8/help/assignment/mods.html
-share/moodle/lang/en_utf8/help/assignment/pagesize.html
-share/moodle/lang/en_utf8/help/assignment/quickgrade.html
-share/moodle/lang/en_utf8/help/assignment/resubmit.html
-share/moodle/lang/en_utf8/help/assignment/trackdrafts.html
-share/moodle/lang/en_utf8/help/assignment/types.html
-share/moodle/lang/en_utf8/help/assignroles.html
-share/moodle/lang/en_utf8/help/authchange.html
-share/moodle/lang/en_utf8/help/blog/index.html
-share/moodle/lang/en_utf8/help/blog/publish_state.html
-share/moodle/lang/en_utf8/help/bulkusers/lists.html
-share/moodle/lang/en_utf8/help/bulkusers/selectedlist.html
-share/moodle/lang/en_utf8/help/chat/chatting.html
-share/moodle/lang/en_utf8/help/chat/index.html
-share/moodle/lang/en_utf8/help/chat/mods.html
-share/moodle/lang/en_utf8/help/choice/index.html
-share/moodle/lang/en_utf8/help/choice/limit.html
-share/moodle/lang/en_utf8/help/choice/mods.html
-share/moodle/lang/en_utf8/help/choice/options.html
-share/moodle/lang/en_utf8/help/choice/timerestrict.html
-share/moodle/lang/en_utf8/help/cmidnumber.html
-share/moodle/lang/en_utf8/help/contexts.html
-share/moodle/lang/en_utf8/help/cookies.html
-share/moodle/lang/en_utf8/help/cost.html
-share/moodle/lang/en_utf8/help/courseavailability.html
-share/moodle/lang/en_utf8/help/coursecategory.html
-share/moodle/lang/en_utf8/help/coursedefaultrole.html
-share/moodle/lang/en_utf8/help/courseenrollable2.html
-share/moodle/lang/en_utf8/help/courseenrolmentplugins.html
-share/moodle/lang/en_utf8/help/courseformats.html
-share/moodle/lang/en_utf8/help/coursefullname.html
-share/moodle/lang/en_utf8/help/coursegrades.html
-share/moodle/lang/en_utf8/help/coursehiddensections.html
-share/moodle/lang/en_utf8/help/courseidnumber.html
-share/moodle/lang/en_utf8/help/coursenewsitems.html
-share/moodle/lang/en_utf8/help/coursenumsections.html
-share/moodle/lang/en_utf8/help/courserecent.html
-share/moodle/lang/en_utf8/help/coursereports.html
-share/moodle/lang/en_utf8/help/courseshortname.html
-share/moodle/lang/en_utf8/help/coursestartdate.html
-share/moodle/lang/en_utf8/help/courseuploadsize.html
-share/moodle/lang/en_utf8/help/data/comments.html
-share/moodle/lang/en_utf8/help/data/exportzip.html
-share/moodle/lang/en_utf8/help/data/fieldmappings.html
-share/moodle/lang/en_utf8/help/data/fields.html
-share/moodle/lang/en_utf8/help/data/importcsv.html
-share/moodle/lang/en_utf8/help/data/importfromfile.html
-share/moodle/lang/en_utf8/help/data/index.html
-share/moodle/lang/en_utf8/help/data/maxentries.html
-share/moodle/lang/en_utf8/help/data/mods.html
-share/moodle/lang/en_utf8/help/data/participants.html
-share/moodle/lang/en_utf8/help/data/requireapproval.html
-share/moodle/lang/en_utf8/help/data/requiredentries.html
-share/moodle/lang/en_utf8/help/data/requiredentriestoview.html
-share/moodle/lang/en_utf8/help/data/savepreset.html
-share/moodle/lang/en_utf8/help/data/tags.html
-share/moodle/lang/en_utf8/help/data/usepreset.html
-share/moodle/lang/en_utf8/help/directorypaths.html
-share/moodle/lang/en_utf8/help/editorshortcuts.html
-share/moodle/lang/en_utf8/help/emoticons.html
-share/moodle/lang/en_utf8/help/enrol/authorize/aba.html
-share/moodle/lang/en_utf8/help/enrol/authorize/authcode.html
-share/moodle/lang/en_utf8/help/enrol/authorize/captureday.html
-share/moodle/lang/en_utf8/help/enrol/authorize/cvv.html
-share/moodle/lang/en_utf8/help/enrol/authorize/images/aba.png
-share/moodle/lang/en_utf8/help/enrol/authorize/images/cvv.png
-share/moodle/lang/en_utf8/help/enrol/authorize/orderreview.html
-share/moodle/lang/en_utf8/help/enrol/authorize/review.html
-share/moodle/lang/en_utf8/help/enrol/authorize/uploadcsv.html
-share/moodle/lang/en_utf8/help/enrol/imsenterprise/capita.html
-share/moodle/lang/en_utf8/help/enrol/imsenterprise/categorisation.html
-share/moodle/lang/en_utf8/help/enrol/imsenterprise/createnewcourses.html
-share/moodle/lang/en_utf8/help/enrol/imsenterprise/createnewusers.html
-share/moodle/lang/en_utf8/help/enrol/imsenterprise/deleteusers.html
-share/moodle/lang/en_utf8/help/enrol/imsenterprise/formatoverview.html
-share/moodle/lang/en_utf8/help/enrol/imsenterprise/photos.html
-share/moodle/lang/en_utf8/help/enrol/imsenterprise/sourceddidfallback.html
-share/moodle/lang/en_utf8/help/enrol/imsenterprise/target.html
-share/moodle/lang/en_utf8/help/enrol/imsenterprise/truncatecoursecodes.html
-share/moodle/lang/en_utf8/help/enrol/imsenterprise/unenrol.html
-share/moodle/lang/en_utf8/help/enrolmentkey.html
-share/moodle/lang/en_utf8/help/enrolperiod.html
-share/moodle/lang/en_utf8/help/exercise/administration.html
-share/moodle/lang/en_utf8/help/exercise/comparisonofassessments.html
-share/moodle/lang/en_utf8/help/exercise/elements.html
-share/moodle/lang/en_utf8/help/exercise/finalgrades.html
-share/moodle/lang/en_utf8/help/exercise/grade.html
-share/moodle/lang/en_utf8/help/exercise/grading.html
-share/moodle/lang/en_utf8/help/exercise/gradinggrade.html
-share/moodle/lang/en_utf8/help/exercise/gradingstrategy.html
-share/moodle/lang/en_utf8/help/exercise/index.html
-share/moodle/lang/en_utf8/help/exercise/leaguetable.html
-share/moodle/lang/en_utf8/help/exercise/leaguetablenames.html
-share/moodle/lang/en_utf8/help/exercise/managing.html
-share/moodle/lang/en_utf8/help/exercise/mods.html
-share/moodle/lang/en_utf8/help/exercise/moreinfo.html
-share/moodle/lang/en_utf8/help/exercise/nelements.html
-share/moodle/lang/en_utf8/help/exercise/password.html
-share/moodle/lang/en_utf8/help/exercise/regrading.html
-share/moodle/lang/en_utf8/help/exercise/specimen.html
-share/moodle/lang/en_utf8/help/exercise/submissionofdescriptions.html
-share/moodle/lang/en_utf8/help/exercise/takeownership.html
-share/moodle/lang/en_utf8/help/exercise/usemax.html
-share/moodle/lang/en_utf8/help/exercise/usepassword.html
-share/moodle/lang/en_utf8/help/expirynotify.html
-share/moodle/lang/en_utf8/help/expirynotifystudents.html
-share/moodle/lang/en_utf8/help/expirythreshold.html
-share/moodle/lang/en_utf8/help/extendenrol.html
-share/moodle/lang/en_utf8/help/filters/courserole.html
-share/moodle/lang/en_utf8/help/filters/date.html
-share/moodle/lang/en_utf8/help/filters/globalrole.html
-share/moodle/lang/en_utf8/help/filters/profilefield.html
-share/moodle/lang/en_utf8/help/filters/select.html
-share/moodle/lang/en_utf8/help/filters/simpleselect.html
-share/moodle/lang/en_utf8/help/filters/text.html
-share/moodle/lang/en_utf8/help/filters.html
-share/moodle/lang/en_utf8/help/forcepasswordchange.html
-share/moodle/lang/en_utf8/help/forum/allowdiscussions.html
-share/moodle/lang/en_utf8/help/forum/assessaggregate.html
-share/moodle/lang/en_utf8/help/forum/attachment.html
-share/moodle/lang/en_utf8/help/forum/displayperiod.html
-share/moodle/lang/en_utf8/help/forum/forumtype.html
-share/moodle/lang/en_utf8/help/forum/forumtypenews.html
-share/moodle/lang/en_utf8/help/forum/index.html
-share/moodle/lang/en_utf8/help/forum/manageposts.html
-share/moodle/lang/en_utf8/help/forum/maxattachmentsize.html
-share/moodle/lang/en_utf8/help/forum/mods.html
-share/moodle/lang/en_utf8/help/forum/ratings.html
-share/moodle/lang/en_utf8/help/forum/rssarticles.html
-share/moodle/lang/en_utf8/help/forum/rsstype.html
-share/moodle/lang/en_utf8/help/forum/subscription.html
-share/moodle/lang/en_utf8/help/forum/subscription2.html
-share/moodle/lang/en_utf8/help/forum/trackingtype.html
-share/moodle/lang/en_utf8/help/glossary/aliases.html
-share/moodle/lang/en_utf8/help/glossary/aliases2.html
-share/moodle/lang/en_utf8/help/glossary/allowcomments.html
-share/moodle/lang/en_utf8/help/glossary/allowduplicatedentries.html
-share/moodle/lang/en_utf8/help/glossary/allowprintview.html
-share/moodle/lang/en_utf8/help/glossary/attachment.html
-share/moodle/lang/en_utf8/help/glossary/casesensitive.html
-share/moodle/lang/en_utf8/help/glossary/defaultapproval.html
-share/moodle/lang/en_utf8/help/glossary/description.html
-share/moodle/lang/en_utf8/help/glossary/destination.html
-share/moodle/lang/en_utf8/help/glossary/displayformat.html
-share/moodle/lang/en_utf8/help/glossary/editalways.html
-share/moodle/lang/en_utf8/help/glossary/entbypage.html
-share/moodle/lang/en_utf8/help/glossary/filetoimport.html
-share/moodle/lang/en_utf8/help/glossary/fullmatch.html
-share/moodle/lang/en_utf8/help/glossary/globalglossary.html
-share/moodle/lang/en_utf8/help/glossary/importcategories.html
-share/moodle/lang/en_utf8/help/glossary/index.html
-share/moodle/lang/en_utf8/help/glossary/linkcategory.html
-share/moodle/lang/en_utf8/help/glossary/mainglossary.html
-share/moodle/lang/en_utf8/help/glossary/mods.html
-share/moodle/lang/en_utf8/help/glossary/newentry.html
-share/moodle/lang/en_utf8/help/glossary/rssarticles.html
-share/moodle/lang/en_utf8/help/glossary/rsstype.html
-share/moodle/lang/en_utf8/help/glossary/shows.html
-share/moodle/lang/en_utf8/help/glossary/studentcanpost.html
-share/moodle/lang/en_utf8/help/glossary/usedynalink.html
-share/moodle/lang/en_utf8/help/glossary/usedynalinkentry.html
-share/moodle/lang/en_utf8/help/grade/aggregateonlygraded.html
-share/moodle/lang/en_utf8/help/grade/aggregateoutcomes.html
-share/moodle/lang/en_utf8/help/grade/aggregatesubcats.html
-share/moodle/lang/en_utf8/help/grade/aggregation.html
-share/moodle/lang/en_utf8/help/grade/aggregationcoefcombo.html
-share/moodle/lang/en_utf8/help/grade/aggregationcoefextra.html
-share/moodle/lang/en_utf8/help/grade/aggregationcoefextrasum.html
-share/moodle/lang/en_utf8/help/grade/aggregationcoefweight.html
-share/moodle/lang/en_utf8/help/grade/aggregationposition.html
-share/moodle/lang/en_utf8/help/grade/aggregationview.html
-share/moodle/lang/en_utf8/help/grade/averagesdecimalpoints.html
-share/moodle/lang/en_utf8/help/grade/averagesdisplaytype.html
-share/moodle/lang/en_utf8/help/grade/calculation.html
-share/moodle/lang/en_utf8/help/grade/category.html
-share/moodle/lang/en_utf8/help/grade/decimalpoints.html
-share/moodle/lang/en_utf8/help/grade/droplow.html
-share/moodle/lang/en_utf8/help/grade/exceptions.html
-share/moodle/lang/en_utf8/help/grade/excluded.html
-share/moodle/lang/en_utf8/help/grade/exportdecimalpoints.html
-share/moodle/lang/en_utf8/help/grade/feedback.html
-share/moodle/lang/en_utf8/help/grade/finalgrade.html
-share/moodle/lang/en_utf8/help/grade/gradeboundary.html
-share/moodle/lang/en_utf8/help/grade/gradedisplaytype.html
-share/moodle/lang/en_utf8/help/grade/gradeexportdisplaytype.html
-share/moodle/lang/en_utf8/help/grade/gradeletter.html
-share/moodle/lang/en_utf8/help/grade/grademax.html
-share/moodle/lang/en_utf8/help/grade/grademin.html
-share/moodle/lang/en_utf8/help/grade/gradepass.html
-share/moodle/lang/en_utf8/help/grade/gradetype.html
-share/moodle/lang/en_utf8/help/grade/hidden.html
-share/moodle/lang/en_utf8/help/grade/hiddenuntil.html
-share/moodle/lang/en_utf8/help/grade/hidetotalifhiddenitems.html
-share/moodle/lang/en_utf8/help/grade/idnumber.html
-share/moodle/lang/en_utf8/help/grade/importoutcomes.html
-share/moodle/lang/en_utf8/help/grade/index.html
-share/moodle/lang/en_utf8/help/grade/iteminfo.html
-share/moodle/lang/en_utf8/help/grade/keephigh.html
-share/moodle/lang/en_utf8/help/grade/letter.html
-share/moodle/lang/en_utf8/help/grade/linkedactivity.html
-share/moodle/lang/en_utf8/help/grade/locked.html
-share/moodle/lang/en_utf8/help/grade/lockedafter.html
-share/moodle/lang/en_utf8/help/grade/meanselection.html
-share/moodle/lang/en_utf8/help/grade/multfactor.html
-share/moodle/lang/en_utf8/help/grade/outcomeid.html
-share/moodle/lang/en_utf8/help/grade/outcomestandard.html
-share/moodle/lang/en_utf8/help/grade/overridden.html
-share/moodle/lang/en_utf8/help/grade/overridesitedefaultgradedisplaytype.html
-share/moodle/lang/en_utf8/help/grade/plusfactor.html
-share/moodle/lang/en_utf8/help/grade/preferences.html
-share/moodle/lang/en_utf8/help/grade/quickgrading.html
-share/moodle/lang/en_utf8/help/grade/rangesdecimalpoints.html
-share/moodle/lang/en_utf8/help/grade/rangesdisplaytype.html
-share/moodle/lang/en_utf8/help/grade/scaleid.html
-share/moodle/lang/en_utf8/help/grade/scalestandard.html
-share/moodle/lang/en_utf8/help/grade/showactivityicons.html
-share/moodle/lang/en_utf8/help/grade/showaverages.html
-share/moodle/lang/en_utf8/help/grade/showcalculations.html
-share/moodle/lang/en_utf8/help/grade/showeyecons.html
-share/moodle/lang/en_utf8/help/grade/showfeedback.html
-share/moodle/lang/en_utf8/help/grade/showgroups.html
-share/moodle/lang/en_utf8/help/grade/showhiddenitems.html
-share/moodle/lang/en_utf8/help/grade/showlocks.html
-share/moodle/lang/en_utf8/help/grade/shownumberofgrades.html
-share/moodle/lang/en_utf8/help/grade/showpercentage.html
-share/moodle/lang/en_utf8/help/grade/showquickfeedback.html
-share/moodle/lang/en_utf8/help/grade/showranges.html
-share/moodle/lang/en_utf8/help/grade/showrank.html
-share/moodle/lang/en_utf8/help/grade/showuseridnumber.html
-share/moodle/lang/en_utf8/help/grade/student.html
-share/moodle/lang/en_utf8/help/grade/studentsperpage.html
-share/moodle/lang/en_utf8/help/grade/synclegacygrades.html
-share/moodle/lang/en_utf8/help/grade/teacher.html
-share/moodle/lang/en_utf8/help/grade/userkey.html
-share/moodle/lang/en_utf8/help/grade/weight.html
-share/moodle/lang/en_utf8/help/groupenrolmentkey.html
-share/moodle/lang/en_utf8/help/groupextendenrol.html
-share/moodle/lang/en_utf8/help/grouping.html
-share/moodle/lang/en_utf8/help/groupmembersonly.html
-share/moodle/lang/en_utf8/help/groupmode.html
-share/moodle/lang/en_utf8/help/groupmodeforce.html
-share/moodle/lang/en_utf8/help/grouprestore.html
-share/moodle/lang/en_utf8/help/guestaccess.html
-share/moodle/lang/en_utf8/help/hiddenassign.html
-share/moodle/lang/en_utf8/help/hotpot/addquizchain.html
-share/moodle/lang/en_utf8/help/hotpot/analysistable.html
-share/moodle/lang/en_utf8/help/hotpot/clickreporting.html
-share/moodle/lang/en_utf8/help/hotpot/clickreporttable.html
-share/moodle/lang/en_utf8/help/hotpot/forceplugins.html
-share/moodle/lang/en_utf8/help/hotpot/index.html
-share/moodle/lang/en_utf8/help/hotpot/mediaplayers.html
-share/moodle/lang/en_utf8/help/hotpot/mods.html
-share/moodle/lang/en_utf8/help/hotpot/navigation.html
-share/moodle/lang/en_utf8/help/hotpot/outputformat.html
-share/moodle/lang/en_utf8/help/hotpot/removegradeitem.html
-share/moodle/lang/en_utf8/help/hotpot/reportcontent.html
-share/moodle/lang/en_utf8/help/hotpot/reportformat.html
-share/moodle/lang/en_utf8/help/hotpot/responsestable.html
-share/moodle/lang/en_utf8/help/hotpot/shownextquiz.html
-share/moodle/lang/en_utf8/help/hotpot/studentfeedback.html
-share/moodle/lang/en_utf8/help/hotpot/updatequizchain.html
-share/moodle/lang/en_utf8/help/html.html
-share/moodle/lang/en_utf8/help/index.html
-share/moodle/lang/en_utf8/help/install.html
-share/moodle/lang/en_utf8/help/interestslist.html
-share/moodle/lang/en_utf8/help/journal/index.html
-share/moodle/lang/en_utf8/help/journal/mods.html
-share/moodle/lang/en_utf8/help/label/mods.html
-share/moodle/lang/en_utf8/help/langedit.html
-share/moodle/lang/en_utf8/help/langpackages.html
-share/moodle/lang/en_utf8/help/langswitchstorage.html
-share/moodle/lang/en_utf8/help/lesson/activitylink.html
-share/moodle/lang/en_utf8/help/lesson/bgcolor.html
-share/moodle/lang/en_utf8/help/lesson/custom.html
-share/moodle/lang/en_utf8/help/lesson/deleteattempts.html
-share/moodle/lang/en_utf8/help/lesson/dependency.html
-share/moodle/lang/en_utf8/help/lesson/displayleft.html
-share/moodle/lang/en_utf8/help/lesson/feedback.html
-share/moodle/lang/en_utf8/help/lesson/grade.html
-share/moodle/lang/en_utf8/help/lesson/handlingofretakes.html
-share/moodle/lang/en_utf8/help/lesson/height.html
-share/moodle/lang/en_utf8/help/lesson/highscores.html
-share/moodle/lang/en_utf8/help/lesson/import.html
-share/moodle/lang/en_utf8/help/lesson/importppt.html
-share/moodle/lang/en_utf8/help/lesson/index.html
-share/moodle/lang/en_utf8/help/lesson/jumpto.html
-share/moodle/lang/en_utf8/help/lesson/lessondefault.html
-share/moodle/lang/en_utf8/help/lesson/maxanswers.html
-share/moodle/lang/en_utf8/help/lesson/maxattempts.html
-share/moodle/lang/en_utf8/help/lesson/maxhighscores.html
-share/moodle/lang/en_utf8/help/lesson/maxpages.html
-share/moodle/lang/en_utf8/help/lesson/maxtime.html
-share/moodle/lang/en_utf8/help/lesson/mediafile.html
-share/moodle/lang/en_utf8/help/lesson/mediafilestudent.html
-share/moodle/lang/en_utf8/help/lesson/minquestions.html
-share/moodle/lang/en_utf8/help/lesson/modattempts.html
-share/moodle/lang/en_utf8/help/lesson/mods.html
-share/moodle/lang/en_utf8/help/lesson/nextpageaction.html
-share/moodle/lang/en_utf8/help/lesson/ongoing.html
-share/moodle/lang/en_utf8/help/lesson/overview.html
-share/moodle/lang/en_utf8/help/lesson/password.html
-share/moodle/lang/en_utf8/help/lesson/practice.html
-share/moodle/lang/en_utf8/help/lesson/progressbar.html
-share/moodle/lang/en_utf8/help/lesson/questionoption.html
-share/moodle/lang/en_utf8/help/lesson/questiontypes.html
-share/moodle/lang/en_utf8/help/lesson/retake.html
-share/moodle/lang/en_utf8/help/lesson/review.html
-share/moodle/lang/en_utf8/help/lesson/slideshow.html
-share/moodle/lang/en_utf8/help/lesson/timed.html
-share/moodle/lang/en_utf8/help/lesson/useeditor.html
-share/moodle/lang/en_utf8/help/lesson/usepassword.html
-share/moodle/lang/en_utf8/help/lesson/width.html
-share/moodle/lang/en_utf8/help/markdown.html
-share/moodle/lang/en_utf8/help/metacourse.html
-share/moodle/lang/en_utf8/help/mods.html
-share/moodle/lang/en_utf8/help/newpassword.html
-share/moodle/lang/en_utf8/help/notes/status.html
-share/moodle/lang/en_utf8/help/overrides.html
-share/moodle/lang/en_utf8/help/participantswithselectedusers.html
-share/moodle/lang/en_utf8/help/participationreport.html
-share/moodle/lang/en_utf8/help/permissions.html
-share/moodle/lang/en_utf8/help/picture.html
-share/moodle/lang/en_utf8/help/profilevisible.html
-share/moodle/lang/en_utf8/help/qtype_multianswer/multianswer.html
-share/moodle/lang/en_utf8/help/qtype_multichoice/multichoice.html
-share/moodle/lang/en_utf8/help/qtype_truefalse/truefalse.html
-share/moodle/lang/en_utf8/help/question/categories.html
-share/moodle/lang/en_utf8/help/question/categorycontexts.html
-share/moodle/lang/en_utf8/help/question/categoryparent.html
-share/moodle/lang/en_utf8/help/question/permissions.html
-share/moodle/lang/en_utf8/help/questions.html
-share/moodle/lang/en_utf8/help/quiz/adaptive.html
-share/moodle/lang/en_utf8/help/quiz/analysisdownload.html
-share/moodle/lang/en_utf8/help/quiz/analysisoptions.html
-share/moodle/lang/en_utf8/help/quiz/attempts.html
-share/moodle/lang/en_utf8/help/quiz/browsersecurity.html
-share/moodle/lang/en_utf8/help/quiz/calculated.html
-share/moodle/lang/en_utf8/help/quiz/categories.html
-share/moodle/lang/en_utf8/help/quiz/categories_edit.html
-share/moodle/lang/en_utf8/help/quiz/correctanswers.html
-share/moodle/lang/en_utf8/help/quiz/createmultiple.html
-share/moodle/lang/en_utf8/help/quiz/decimalpoints.html
-share/moodle/lang/en_utf8/help/quiz/description.html
-share/moodle/lang/en_utf8/help/quiz/discrimination.html
-share/moodle/lang/en_utf8/help/quiz/essay.html
-share/moodle/lang/en_utf8/help/quiz/export.html
-share/moodle/lang/en_utf8/help/quiz/exportcategory.html
-share/moodle/lang/en_utf8/help/quiz/feedback.html
-share/moodle/lang/en_utf8/help/quiz/formataiken.html
-share/moodle/lang/en_utf8/help/quiz/formatctm.html
-share/moodle/lang/en_utf8/help/quiz/formatgift.html
-share/moodle/lang/en_utf8/help/quiz/formatwebct.html
-share/moodle/lang/en_utf8/help/quiz/formatxml.html
-share/moodle/lang/en_utf8/help/quiz/generalfeedback.html
-share/moodle/lang/en_utf8/help/quiz/grademethod.html
-share/moodle/lang/en_utf8/help/quiz/import.html
-share/moodle/lang/en_utf8/help/quiz/importcategory.html
-share/moodle/lang/en_utf8/help/quiz/index.html
-share/moodle/lang/en_utf8/help/quiz/itemanalysis.html
-share/moodle/lang/en_utf8/help/quiz/match.html
-share/moodle/lang/en_utf8/help/quiz/matchgrades.html
-share/moodle/lang/en_utf8/help/quiz/matchshuffle.html
-share/moodle/lang/en_utf8/help/quiz/maxgrade.html
-share/moodle/lang/en_utf8/help/quiz/mods.html
-share/moodle/lang/en_utf8/help/quiz/multianswer.html
-share/moodle/lang/en_utf8/help/quiz/multichoice.html
-share/moodle/lang/en_utf8/help/quiz/multichoiceshuffle.html
-share/moodle/lang/en_utf8/help/quiz/numerical.html
-share/moodle/lang/en_utf8/help/quiz/overallfeedback.html
-share/moodle/lang/en_utf8/help/quiz/overviewdownload.html
-share/moodle/lang/en_utf8/help/quiz/penalty.html
-share/moodle/lang/en_utf8/help/quiz/penaltyscheme.html
-share/moodle/lang/en_utf8/help/quiz/popup.html
-share/moodle/lang/en_utf8/help/quiz/questiondatasets.html
-share/moodle/lang/en_utf8/help/quiz/questionsperpage.html
-share/moodle/lang/en_utf8/help/quiz/questiontext.html
-share/moodle/lang/en_utf8/help/quiz/questiontypes.html
-share/moodle/lang/en_utf8/help/quiz/random.html
-share/moodle/lang/en_utf8/help/quiz/randomsamatch.html
-share/moodle/lang/en_utf8/help/quiz/reorderingtool.html
-share/moodle/lang/en_utf8/help/quiz/repeatattempts.html
-share/moodle/lang/en_utf8/help/quiz/requirepassword.html
-share/moodle/lang/en_utf8/help/quiz/requiresubnet.html
-share/moodle/lang/en_utf8/help/quiz/responsesdownload.html
-share/moodle/lang/en_utf8/help/quiz/responsesoptions.html
-share/moodle/lang/en_utf8/help/quiz/review.html
-share/moodle/lang/en_utf8/help/quiz/review2.html
-share/moodle/lang/en_utf8/help/quiz/reviewoptions.html
-share/moodle/lang/en_utf8/help/quiz/rqp.html
-share/moodle/lang/en_utf8/help/quiz/shortanswer.html
-share/moodle/lang/en_utf8/help/quiz/shuffleanswers.html
-share/moodle/lang/en_utf8/help/quiz/shufflequestions.html
-share/moodle/lang/en_utf8/help/quiz/shufflewithin.html
-share/moodle/lang/en_utf8/help/quiz/stoponerror.html
-share/moodle/lang/en_utf8/help/quiz/timedelay1.html
-share/moodle/lang/en_utf8/help/quiz/timedelay2.html
-share/moodle/lang/en_utf8/help/quiz/timelimit.html
-share/moodle/lang/en_utf8/help/quiz/timeopen.html
-share/moodle/lang/en_utf8/help/quiz/truefalse.html
-share/moodle/lang/en_utf8/help/reading.html
-share/moodle/lang/en_utf8/help/recaptcha.html
-share/moodle/lang/en_utf8/help/requiredelement.html
-share/moodle/lang/en_utf8/help/resource/deploy.html
-share/moodle/lang/en_utf8/help/resource/forcedownload.html
-share/moodle/lang/en_utf8/help/resource/frameifpossible.html
-share/moodle/lang/en_utf8/help/resource/imsparameters.html
-share/moodle/lang/en_utf8/help/resource/index.html
-share/moodle/lang/en_utf8/help/resource/mods.html
-share/moodle/lang/en_utf8/help/resource/parameters.html
-share/moodle/lang/en_utf8/help/resource/summary.html
-share/moodle/lang/en_utf8/help/resource/type/directory.html
-share/moodle/lang/en_utf8/help/resource/type/file.html
-share/moodle/lang/en_utf8/help/resource/type/html.html
-share/moodle/lang/en_utf8/help/resource/type/ims.html
-share/moodle/lang/en_utf8/help/resource/type/label.html
-share/moodle/lang/en_utf8/help/resource/type/text.html
-share/moodle/lang/en_utf8/help/resource/types.html
-share/moodle/lang/en_utf8/help/resource/window.html
-share/moodle/lang/en_utf8/help/richtext.html
-share/moodle/lang/en_utf8/help/rolerenaming.html
-share/moodle/lang/en_utf8/help/roles.html
-share/moodle/lang/en_utf8/help/scales.html
-share/moodle/lang/en_utf8/help/scorm/advanced.html
-share/moodle/lang/en_utf8/help/scorm/autocontinue.html
-share/moodle/lang/en_utf8/help/scorm/browsemode.html
-share/moodle/lang/en_utf8/help/scorm/grademethod.html
-share/moodle/lang/en_utf8/help/scorm/hidebrowse.html
-share/moodle/lang/en_utf8/help/scorm/index.html
-share/moodle/lang/en_utf8/help/scorm/maxattempt.html
-share/moodle/lang/en_utf8/help/scorm/maxgrade.html
-share/moodle/lang/en_utf8/help/scorm/mods.html
-share/moodle/lang/en_utf8/help/scorm/package.html
-share/moodle/lang/en_utf8/help/scorm/size.html
-share/moodle/lang/en_utf8/help/scorm/skipview.html
-share/moodle/lang/en_utf8/help/scorm/stagesize.html
-share/moodle/lang/en_utf8/help/scorm/summary.html
-share/moodle/lang/en_utf8/help/scorm/whatgrade.html
-share/moodle/lang/en_utf8/help/scorm/window.html
-share/moodle/lang/en_utf8/help/search.html
-share/moodle/lang/en_utf8/help/sitefilesused.html
-share/moodle/lang/en_utf8/help/summaries.html
-share/moodle/lang/en_utf8/help/survey/index.html
-share/moodle/lang/en_utf8/help/survey/mods.html
-share/moodle/lang/en_utf8/help/surveys.html
-share/moodle/lang/en_utf8/help/switchrole.html
-share/moodle/lang/en_utf8/help/teachers.html
-share/moodle/lang/en_utf8/help/text.html
-share/moodle/lang/en_utf8/help/textformat.html
-share/moodle/lang/en_utf8/help/uploadgroups.html
-share/moodle/lang/en_utf8/help/uploadpictures.html
-share/moodle/lang/en_utf8/help/uploadusers.html
-share/moodle/lang/en_utf8/help/uploadusers2.html
-share/moodle/lang/en_utf8/help/userkey/keyiprestriction.html
-share/moodle/lang/en_utf8/help/userkey/keyvaliduntil.html
-share/moodle/lang/en_utf8/help/wiki/checklinks.html
-share/moodle/lang/en_utf8/help/wiki/ewikiacceptbinary.html
-share/moodle/lang/en_utf8/help/wiki/howtowiki.html
-share/moodle/lang/en_utf8/help/wiki/htmlmode.html
-share/moodle/lang/en_utf8/help/wiki/index.html
-share/moodle/lang/en_utf8/help/wiki/initialcontent.html
-share/moodle/lang/en_utf8/help/wiki/mods.html
-share/moodle/lang/en_utf8/help/wiki/removepages.html
-share/moodle/lang/en_utf8/help/wiki/revertauthorfieldpattern.html
-share/moodle/lang/en_utf8/help/wiki/revertpages.html
-share/moodle/lang/en_utf8/help/wiki/setpageflags.html
-share/moodle/lang/en_utf8/help/wiki/strippages.html
-share/moodle/lang/en_utf8/help/wiki/studentadminoptions.html
-share/moodle/lang/en_utf8/help/wiki/wikilinkoptions.html
-share/moodle/lang/en_utf8/help/wiki/wikiname.html
-share/moodle/lang/en_utf8/help/wiki/wikitype.html
-share/moodle/lang/en_utf8/help/wiki/wikiusage.html
-share/moodle/lang/en_utf8/help/workshop/addcommenttobank.html
-share/moodle/lang/en_utf8/help/workshop/addingacomment.html
-share/moodle/lang/en_utf8/help/workshop/agreeassessments.html
-share/moodle/lang/en_utf8/help/workshop/analysisofassessments.html
-share/moodle/lang/en_utf8/help/workshop/anonymous.html
-share/moodle/lang/en_utf8/help/workshop/assessmentend.html
-share/moodle/lang/en_utf8/help/workshop/assessmentofexamples.html
-share/moodle/lang/en_utf8/help/workshop/assessmentstart.html
-share/moodle/lang/en_utf8/help/workshop/assignmenttype.html
-share/moodle/lang/en_utf8/help/workshop/breakdownoffinalgrade.html
-share/moodle/lang/en_utf8/help/workshop/calculatingfinalgrade.html
-share/moodle/lang/en_utf8/help/workshop/comparisonofassessments.html
-share/moodle/lang/en_utf8/help/workshop/editingacomment.html
-share/moodle/lang/en_utf8/help/workshop/elements.html
-share/moodle/lang/en_utf8/help/workshop/finalgrades.html
-share/moodle/lang/en_utf8/help/workshop/grade.html
-share/moodle/lang/en_utf8/help/workshop/grading.html
-share/moodle/lang/en_utf8/help/workshop/gradingassessments.html
-share/moodle/lang/en_utf8/help/workshop/gradinggrade.html
-share/moodle/lang/en_utf8/help/workshop/gradingstrategy.html
-share/moodle/lang/en_utf8/help/workshop/gradingsubmissions.html
-share/moodle/lang/en_utf8/help/workshop/includeself.html
-share/moodle/lang/en_utf8/help/workshop/includeteachersgrade.html
-share/moodle/lang/en_utf8/help/workshop/index.html
-share/moodle/lang/en_utf8/help/workshop/leaguetable.html
-share/moodle/lang/en_utf8/help/workshop/managing.html
-share/moodle/lang/en_utf8/help/workshop/managing2.html
-share/moodle/lang/en_utf8/help/workshop/mods.html
-share/moodle/lang/en_utf8/help/workshop/nassessmentsofstudentsubmissions.html
-share/moodle/lang/en_utf8/help/workshop/nassessmentsofteachersexamples.html
-share/moodle/lang/en_utf8/help/workshop/nattachments.html
-share/moodle/lang/en_utf8/help/workshop/nelements.html
-share/moodle/lang/en_utf8/help/workshop/overallocation.html
-share/moodle/lang/en_utf8/help/workshop/password.html
-share/moodle/lang/en_utf8/help/workshop/regrading.html
-share/moodle/lang/en_utf8/help/workshop/releasegrades.html
-share/moodle/lang/en_utf8/help/workshop/resubmit.html
-share/moodle/lang/en_utf8/help/workshop/selfassessment.html
-share/moodle/lang/en_utf8/help/workshop/showinggrades.html
-share/moodle/lang/en_utf8/help/workshop/specimen.html
-share/moodle/lang/en_utf8/help/workshop/submissionend.html
-share/moodle/lang/en_utf8/help/workshop/submissionofexamples.html
-share/moodle/lang/en_utf8/help/workshop/submissionstart.html
-share/moodle/lang/en_utf8/help/workshop/teacherweight.html
-share/moodle/lang/en_utf8/help/workshop/ungradedassessments.html
-share/moodle/lang/en_utf8/help/workshop/ungradedassessments_student.html
-share/moodle/lang/en_utf8/help/workshop/ungradedassessments_teacher.html
-share/moodle/lang/en_utf8/help/workshop/usepassword.html
-share/moodle/lang/en_utf8/help/writing.html
-share/moodle/lang/en_utf8/hotpot.php
-share/moodle/lang/en_utf8/imscc.php
-share/moodle/lang/en_utf8/install.php
-share/moodle/lang/en_utf8/journal.php
-share/moodle/lang/en_utf8/label.php
-share/moodle/lang/en_utf8/lams.php
-share/moodle/lang/en_utf8/langconfig.php
-share/moodle/lang/en_utf8/lesson.php
-share/moodle/lang/en_utf8/mediaplugin.php
-share/moodle/lang/en_utf8/message.php
-share/moodle/lang/en_utf8/mimetypes.php
-share/moodle/lang/en_utf8/mnet.php
-share/moodle/lang/en_utf8/moodle.org.php
-share/moodle/lang/en_utf8/moodle.php
-share/moodle/lang/en_utf8/multilang.php
-share/moodle/lang/en_utf8/my.php
-share/moodle/lang/en_utf8/notes.php
-share/moodle/lang/en_utf8/pix.php
-share/moodle/lang/en_utf8/qformat_gift.php
-share/moodle/lang/en_utf8/qformat_xml.php
-share/moodle/lang/en_utf8/qtype_calculated.php
-share/moodle/lang/en_utf8/qtype_datasetdependent.php
-share/moodle/lang/en_utf8/qtype_match.php
-share/moodle/lang/en_utf8/qtype_multianswer.php
-share/moodle/lang/en_utf8/qtype_multichoice.php
-share/moodle/lang/en_utf8/qtype_numerical.php
-share/moodle/lang/en_utf8/qtype_random.php
-share/moodle/lang/en_utf8/qtype_randomsamatch.php
-share/moodle/lang/en_utf8/qtype_shortanswer.php
-share/moodle/lang/en_utf8/qtype_truefalse.php
-share/moodle/lang/en_utf8/question.php
-share/moodle/lang/en_utf8/quiz.php
-share/moodle/lang/en_utf8/quiz_analysis.php
-share/moodle/lang/en_utf8/quiz_grading.php
-share/moodle/lang/en_utf8/quiz_overview.php
-share/moodle/lang/en_utf8/quiz_regrade.php
-share/moodle/lang/en_utf8/quiz_responses.php
-share/moodle/lang/en_utf8/report_courseoverview.php
-share/moodle/lang/en_utf8/report_security.php
-share/moodle/lang/en_utf8/report_spamcleaner.php
-share/moodle/lang/en_utf8/report_unittest.php
-share/moodle/lang/en_utf8/resource.php
-share/moodle/lang/en_utf8/role.php
-share/moodle/lang/en_utf8/scorm.php
-share/moodle/lang/en_utf8/search.php
-share/moodle/lang/en_utf8/simpletest.php
-share/moodle/lang/en_utf8/survey.php
-share/moodle/lang/en_utf8/tag.php
-share/moodle/lang/en_utf8/tex.php
-share/moodle/lang/en_utf8/timezones.php
-share/moodle/lang/en_utf8/userkey.php
-share/moodle/lang/en_utf8/wiki.php
-share/moodle/lang/en_utf8/workshop.php
-share/moodle/lang/en_utf8/xmldb.php
+share/moodle/lang/en/my.php
+share/moodle/lang/en/notes.php
+share/moodle/lang/en/pagetype.php
+share/moodle/lang/en/pix.php
+share/moodle/lang/en/plagiarism.php
+share/moodle/lang/en/portfolio.php
+share/moodle/lang/en/question.php
+share/moodle/lang/en/rating.php
+share/moodle/lang/en/repository.php
+share/moodle/lang/en/role.php
+share/moodle/lang/en/search.php
+share/moodle/lang/en/simpletest.php
+share/moodle/lang/en/table.php
+share/moodle/lang/en/tag.php
+share/moodle/lang/en/timezones.php
+share/moodle/lang/en/userkey.php
+share/moodle/lang/en/webservice.php
+share/moodle/lang/en/xmldb.php
share/moodle/lib/accesslib.php
share/moodle/lib/adminlib.php
share/moodle/lib/adodb/adodb-active-record.inc.php
+share/moodle/lib/adodb/adodb-active-recordx.inc.php
share/moodle/lib/adodb/adodb-csvlib.inc.php
share/moodle/lib/adodb/adodb-datadict.inc.php
share/moodle/lib/adodb/adodb-error.inc.php
@@ -1607,19 +1800,24 @@ share/moodle/lib/adodb/datadict/datadict-generic.inc.php
share/moodle/lib/adodb/datadict/datadict-ibase.inc.php
share/moodle/lib/adodb/datadict/datadict-informix.inc.php
share/moodle/lib/adodb/datadict/datadict-mssql.inc.php
+share/moodle/lib/adodb/datadict/datadict-mssqlnative.inc.php
share/moodle/lib/adodb/datadict/datadict-mysql.inc.php
share/moodle/lib/adodb/datadict/datadict-oci8.inc.php
share/moodle/lib/adodb/datadict/datadict-postgres.inc.php
share/moodle/lib/adodb/datadict/datadict-sapdb.inc.php
+share/moodle/lib/adodb/datadict/datadict-sqlite.inc.php
share/moodle/lib/adodb/datadict/datadict-sybase.inc.php
share/moodle/lib/adodb/drivers/adodb-access.inc.php
share/moodle/lib/adodb/drivers/adodb-ado.inc.php
share/moodle/lib/adodb/drivers/adodb-ado5.inc.php
share/moodle/lib/adodb/drivers/adodb-ado_access.inc.php
share/moodle/lib/adodb/drivers/adodb-ado_mssql.inc.php
+share/moodle/lib/adodb/drivers/adodb-ads.inc.php
share/moodle/lib/adodb/drivers/adodb-borland_ibase.inc.php
share/moodle/lib/adodb/drivers/adodb-csv.inc.php
share/moodle/lib/adodb/drivers/adodb-db2.inc.php
+share/moodle/lib/adodb/drivers/adodb-db2oci.inc.php
+share/moodle/lib/adodb/drivers/adodb-db2ora.inc.php
share/moodle/lib/adodb/drivers/adodb-fbsql.inc.php
share/moodle/lib/adodb/drivers/adodb-firebird.inc.php
share/moodle/lib/adodb/drivers/adodb-ibase.inc.php
@@ -1628,9 +1826,11 @@ share/moodle/lib/adodb/drivers/adodb-informix72.inc.php
share/moodle/lib/adodb/drivers/adodb-ldap.inc.php
share/moodle/lib/adodb/drivers/adodb-mssql.inc.php
share/moodle/lib/adodb/drivers/adodb-mssql_n.inc.php
+share/moodle/lib/adodb/drivers/adodb-mssqlnative.inc.php
share/moodle/lib/adodb/drivers/adodb-mssqlpo.inc.php
share/moodle/lib/adodb/drivers/adodb-mysql.inc.php
share/moodle/lib/adodb/drivers/adodb-mysqli.inc.php
+share/moodle/lib/adodb/drivers/adodb-mysqlpo.inc.php
share/moodle/lib/adodb/drivers/adodb-mysqlt.inc.php
share/moodle/lib/adodb/drivers/adodb-netezza.inc.php
share/moodle/lib/adodb/drivers/adodb-oci8.inc.php
@@ -1648,6 +1848,7 @@ share/moodle/lib/adodb/drivers/adodb-pdo_mssql.inc.php
share/moodle/lib/adodb/drivers/adodb-pdo_mysql.inc.php
share/moodle/lib/adodb/drivers/adodb-pdo_oci.inc.php
share/moodle/lib/adodb/drivers/adodb-pdo_pgsql.inc.php
+share/moodle/lib/adodb/drivers/adodb-pdo_sqlite.inc.php
share/moodle/lib/adodb/drivers/adodb-postgres.inc.php
share/moodle/lib/adodb/drivers/adodb-postgres64.inc.php
share/moodle/lib/adodb/drivers/adodb-postgres7.inc.php
@@ -1661,32 +1862,12 @@ share/moodle/lib/adodb/drivers/adodb-sybase.inc.php
share/moodle/lib/adodb/drivers/adodb-sybase_ase.inc.php
share/moodle/lib/adodb/drivers/adodb-vfp.inc.php
share/moodle/lib/adodb/index.html
-share/moodle/lib/adodb/lang/adodb-ar.inc.php
-share/moodle/lib/adodb/lang/adodb-bg.inc.php
-share/moodle/lib/adodb/lang/adodb-bgutf8.inc.php
-share/moodle/lib/adodb/lang/adodb-ca.inc.php
-share/moodle/lib/adodb/lang/adodb-cn.inc.php
-share/moodle/lib/adodb/lang/adodb-cz.inc.php
-share/moodle/lib/adodb/lang/adodb-da.inc.php
-share/moodle/lib/adodb/lang/adodb-de.inc.php
share/moodle/lib/adodb/lang/adodb-en.inc.php
-share/moodle/lib/adodb/lang/adodb-es.inc.php
-share/moodle/lib/adodb/lang/adodb-esperanto.inc.php
-share/moodle/lib/adodb/lang/adodb-fr.inc.php
-share/moodle/lib/adodb/lang/adodb-hu.inc.php
-share/moodle/lib/adodb/lang/adodb-it.inc.php
-share/moodle/lib/adodb/lang/adodb-nl.inc.php
-share/moodle/lib/adodb/lang/adodb-pl.inc.php
-share/moodle/lib/adodb/lang/adodb-pt-br.inc.php
-share/moodle/lib/adodb/lang/adodb-ro.inc.php
-share/moodle/lib/adodb/lang/adodb-ru1251.inc.php
-share/moodle/lib/adodb/lang/adodb-sv.inc.php
-share/moodle/lib/adodb/lang/adodb-uk1251.inc.php
-share/moodle/lib/adodb/lang/adodb_th.inc.php
share/moodle/lib/adodb/license.txt
share/moodle/lib/adodb/perf/perf-db2.inc.php
share/moodle/lib/adodb/perf/perf-informix.inc.php
share/moodle/lib/adodb/perf/perf-mssql.inc.php
+share/moodle/lib/adodb/perf/perf-mssqlnative.inc.php
share/moodle/lib/adodb/perf/perf-mysql.inc.php
share/moodle/lib/adodb/perf/perf-oci8.inc.php
share/moodle/lib/adodb/perf/perf-postgres.inc.php
@@ -1694,29 +1875,6 @@ share/moodle/lib/adodb/pivottable.inc.php
share/moodle/lib/adodb/readme.txt
share/moodle/lib/adodb/readme_moodle.txt
share/moodle/lib/adodb/rsfilter.inc.php
-share/moodle/lib/adodb/session/adodb-compress-bzip2.php
-share/moodle/lib/adodb/session/adodb-compress-gzip.php
-share/moodle/lib/adodb/session/adodb-cryptsession.php
-share/moodle/lib/adodb/session/adodb-cryptsession2.php
-share/moodle/lib/adodb/session/adodb-encrypt-mcrypt.php
-share/moodle/lib/adodb/session/adodb-encrypt-md5.php
-share/moodle/lib/adodb/session/adodb-encrypt-secret.php
-share/moodle/lib/adodb/session/adodb-encrypt-sha1.php
-share/moodle/lib/adodb/session/adodb-sess.txt
-share/moodle/lib/adodb/session/adodb-session-clob.php
-share/moodle/lib/adodb/session/adodb-session-clob2.php
-share/moodle/lib/adodb/session/adodb-session.php
-share/moodle/lib/adodb/session/adodb-session2.php
-share/moodle/lib/adodb/session/adodb-sessions.mysql.sql
-share/moodle/lib/adodb/session/adodb-sessions.oracle.clob.sql
-share/moodle/lib/adodb/session/adodb-sessions.oracle.sql
-share/moodle/lib/adodb/session/crypt.inc.php
-share/moodle/lib/adodb/session/old/adodb-cryptsession.php
-share/moodle/lib/adodb/session/old/adodb-session-clob.php
-share/moodle/lib/adodb/session/old/adodb-session.php
-share/moodle/lib/adodb/session/old/crypt.inc.php
-share/moodle/lib/adodb/session/session_schema.xml
-share/moodle/lib/adodb/session/session_schema2.xml
share/moodle/lib/adodb/toexport.inc.php
share/moodle/lib/adodb/tohtml.inc.php
share/moodle/lib/adodb/xmlschema.dtd
@@ -1730,7 +1888,28 @@ share/moodle/lib/adodb/xsl/remove-0.3.xsl
share/moodle/lib/ajax/ajaxcourse.js
share/moodle/lib/ajax/ajaxlib.php
share/moodle/lib/ajax/block_classes.js
+share/moodle/lib/ajax/getnavbranch.php
share/moodle/lib/ajax/section_classes.js
+share/moodle/lib/ajax/setuserpref.php
+share/moodle/lib/ajax/simpletest/testajaxlib.php
+share/moodle/lib/alfresco/README_MOODLE.txt
+share/moodle/lib/alfresco/Service/Association.php
+share/moodle/lib/alfresco/Service/BaseObject.php
+share/moodle/lib/alfresco/Service/ChildAssociation.php
+share/moodle/lib/alfresco/Service/ContentData.php
+share/moodle/lib/alfresco/Service/Functions.php
+share/moodle/lib/alfresco/Service/Logger/Logger.php
+share/moodle/lib/alfresco/Service/Logger/LoggerConfig.php
+share/moodle/lib/alfresco/Service/NamespaceMap.php
+share/moodle/lib/alfresco/Service/Node.php
+share/moodle/lib/alfresco/Service/Repository.php
+share/moodle/lib/alfresco/Service/Session.php
+share/moodle/lib/alfresco/Service/SpacesStore.php
+share/moodle/lib/alfresco/Service/Store.php
+share/moodle/lib/alfresco/Service/Version.php
+share/moodle/lib/alfresco/Service/VersionHistory.php
+share/moodle/lib/alfresco/Service/WebService/AlfrescoWebService.php
+share/moodle/lib/alfresco/Service/WebService/WebServiceFactory.php
share/moodle/lib/authlib.php
share/moodle/lib/base32.php
share/moodle/lib/bennu/CHANGELOG.txt
@@ -1744,11 +1923,30 @@ share/moodle/lib/bennu/iCalendar_components.php
share/moodle/lib/bennu/iCalendar_parameters.php
share/moodle/lib/bennu/iCalendar_properties.php
share/moodle/lib/bennu/iCalendar_rfc2445.php
+share/moodle/lib/bennu/readme_moodle.txt
share/moodle/lib/blocklib.php
+share/moodle/lib/boxlib.php
+share/moodle/lib/clilib.php
+share/moodle/lib/completion/completion_aggregation.php
+share/moodle/lib/completion/completion_completion.php
+share/moodle/lib/completion/completion_criteria.php
+share/moodle/lib/completion/completion_criteria_activity.php
+share/moodle/lib/completion/completion_criteria_completion.php
+share/moodle/lib/completion/completion_criteria_course.php
+share/moodle/lib/completion/completion_criteria_date.php
+share/moodle/lib/completion/completion_criteria_duration.php
+share/moodle/lib/completion/completion_criteria_grade.php
+share/moodle/lib/completion/completion_criteria_role.php
+share/moodle/lib/completion/completion_criteria_self.php
+share/moodle/lib/completion/completion_criteria_unenrol.php
+share/moodle/lib/completion/cron.php
+share/moodle/lib/completion/data_object.php
+share/moodle/lib/completionlib.php
share/moodle/lib/componentlib.class.php
-share/moodle/lib/cookieless.php
+share/moodle/lib/conditionlib.php
+share/moodle/lib/configonlylib.php
share/moodle/lib/cookies.js
-share/moodle/lib/cssconstants.php
+share/moodle/lib/cronlib.php
share/moodle/lib/csshover.htc
share/moodle/lib/csvlib.class.php
share/moodle/lib/customcheckslib.php
@@ -1756,416 +1954,420 @@ share/moodle/lib/datalib.php
share/moodle/lib/db/access.php
share/moodle/lib/db/events.php
share/moodle/lib/db/index.html
+share/moodle/lib/db/install.php
share/moodle/lib/db/install.xml
-share/moodle/lib/db/mysql.php
-share/moodle/lib/db/postgres7.php
+share/moodle/lib/db/log.php
+share/moodle/lib/db/messages.php
+share/moodle/lib/db/services.php
share/moodle/lib/db/upgrade.php
share/moodle/lib/db/upgradelib.php
+share/moodle/lib/ddl/database_manager.php
+share/moodle/lib/ddl/mssql_sql_generator.php
+share/moodle/lib/ddl/mysql_sql_generator.php
+share/moodle/lib/ddl/oracle_sql_generator.php
+share/moodle/lib/ddl/postgres_sql_generator.php
+share/moodle/lib/ddl/simpletest/fixtures/invalid.xml
+share/moodle/lib/ddl/simpletest/fixtures/xmldb_table.xml
+share/moodle/lib/ddl/simpletest/testddl.php
+share/moodle/lib/ddl/sql_generator.php
+share/moodle/lib/ddl/sqlite_sql_generator.php
share/moodle/lib/ddllib.php
share/moodle/lib/default.ttf
share/moodle/lib/deprecatedlib.php
+share/moodle/lib/dml/database_column_info.php
+share/moodle/lib/dml/moodle_database.php
+share/moodle/lib/dml/moodle_recordset.php
+share/moodle/lib/dml/moodle_temptables.php
+share/moodle/lib/dml/moodle_transaction.php
+share/moodle/lib/dml/mssql_native_moodle_database.php
+share/moodle/lib/dml/mssql_native_moodle_recordset.php
+share/moodle/lib/dml/mssql_native_moodle_temptables.php
+share/moodle/lib/dml/mysqli_native_moodle_database.php
+share/moodle/lib/dml/mysqli_native_moodle_recordset.php
+share/moodle/lib/dml/mysqli_native_moodle_temptables.php
+share/moodle/lib/dml/oci_native_moodle_database.php
+share/moodle/lib/dml/oci_native_moodle_package.sql
+share/moodle/lib/dml/oci_native_moodle_recordset.php
+share/moodle/lib/dml/oci_native_moodle_temptables.php
+share/moodle/lib/dml/pdo_moodle_database.php
+share/moodle/lib/dml/pdo_moodle_recordset.php
+share/moodle/lib/dml/pgsql_native_moodle_database.php
+share/moodle/lib/dml/pgsql_native_moodle_recordset.php
+share/moodle/lib/dml/pgsql_native_moodle_temptables.php
+share/moodle/lib/dml/simpletest/fixtures/clob.txt
+share/moodle/lib/dml/simpletest/fixtures/randombinary
+share/moodle/lib/dml/simpletest/testdml.php
+share/moodle/lib/dml/sqlite3_pdo_moodle_database.php
+share/moodle/lib/dml/sqlsrv_native_moodle_database.php
+share/moodle/lib/dml/sqlsrv_native_moodle_recordset.php
+share/moodle/lib/dml/sqlsrv_native_moodle_temptables.php
share/moodle/lib/dmllib.php
-share/moodle/lib/dropdown.js
+share/moodle/lib/dragmath/COPYRIGHT.html
+share/moodle/lib/dragmath/README.html
+share/moodle/lib/dragmath/Version History.html
+share/moodle/lib/dragmath/applet/Config.xml
+share/moodle/lib/dragmath/applet/Display/MainApplet.class
+share/moodle/lib/dragmath/applet/DragMath.jar
+share/moodle/lib/dragmath/applet/formats/ASCIIMathML.xml
+share/moodle/lib/dragmath/applet/formats/Latex.xml
+share/moodle/lib/dragmath/applet/formats/Maple.xml
+share/moodle/lib/dragmath/applet/formats/MathML.xml
+share/moodle/lib/dragmath/applet/formats/Maxima.xml
+share/moodle/lib/dragmath/applet/formats/MoodleTex.xml
+share/moodle/lib/dragmath/applet/formats/Tex.xml
+share/moodle/lib/dragmath/applet/lang/ca.xml
+share/moodle/lib/dragmath/applet/lang/cz.xml
+share/moodle/lib/dragmath/applet/lang/de.xml
+share/moodle/lib/dragmath/applet/lang/en.xml
+share/moodle/lib/dragmath/applet/lang/es.xml
+share/moodle/lib/dragmath/applet/lang/fa.xml
+share/moodle/lib/dragmath/applet/lang/fi.xml
+share/moodle/lib/dragmath/applet/lang/fr.xml
+share/moodle/lib/dragmath/applet/lang/it.xml
+share/moodle/lib/dragmath/applet/lang/nl.xml
+share/moodle/lib/dragmath/applet/lang/no.xml
+share/moodle/lib/dragmath/applet/lang/pl.xml
+share/moodle/lib/dragmath/applet/lang/pt-br.xml
+share/moodle/lib/dragmath/applet/lang/ru.xml
+share/moodle/lib/dragmath/applet/lang/sv.xml
+share/moodle/lib/dragmath/applet/lib/AbsoluteLayout.jar
+share/moodle/lib/dragmath/applet/lib/jdom.jar
+share/moodle/lib/dragmath/applet/lib/jep.jar
+share/moodle/lib/dragmath/applet/lib/swing-layout-1.0.jar
+share/moodle/lib/dragmath/doc/about.html
+share/moodle/lib/dragmath/doc/acknowledgments.html
+share/moodle/lib/dragmath/doc/browser.html
+share/moodle/lib/dragmath/doc/complex.html
+share/moodle/lib/dragmath/doc/cvs.html
+share/moodle/lib/dragmath/doc/editing.html
+share/moodle/lib/dragmath/doc/img/plus.jpg
+share/moodle/lib/dragmath/doc/img/sin on box.jpg
+share/moodle/lib/dragmath/doc/img/sin on plus.jpg
+share/moodle/lib/dragmath/doc/img/sin.jpg
+share/moodle/lib/dragmath/doc/index.html
+share/moodle/lib/dragmath/doc/integrations.html
+share/moodle/lib/dragmath/doc/language.html
+share/moodle/lib/dragmath/doc/navframe.html
+share/moodle/lib/dragmath/doc/newformat.html
+share/moodle/lib/dragmath/doc/newobject.html
+share/moodle/lib/dragmath/doc/options.html
+share/moodle/lib/dragmath/doc/parameters.html
+share/moodle/lib/dragmath/doc/simple.html
+share/moodle/lib/dragmath/readme_moodle.txt
+share/moodle/lib/dtl/database_exporter.php
+share/moodle/lib/dtl/database_importer.php
+share/moodle/lib/dtl/database_mover.php
+share/moodle/lib/dtl/dbdata.xsd
+share/moodle/lib/dtl/file_xml_database_exporter.php
+share/moodle/lib/dtl/file_xml_database_importer.php
+share/moodle/lib/dtl/string_xml_database_exporter.php
+share/moodle/lib/dtl/string_xml_database_importer.php
+share/moodle/lib/dtl/xml_database_exporter.php
+share/moodle/lib/dtl/xml_database_importer.php
+share/moodle/lib/dtllib.php
share/moodle/lib/eaccelerator.class.php
-share/moodle/lib/editor/htmlarea/blank.html
-share/moodle/lib/editor/htmlarea/coursefiles.php
-share/moodle/lib/editor/htmlarea/dialog.js
-share/moodle/lib/editor/htmlarea/htmlarea.class.php
-share/moodle/lib/editor/htmlarea/htmlarea.css
-share/moodle/lib/editor/htmlarea/htmlarea.php
-share/moodle/lib/editor/htmlarea/htmlarea_bak.php
-share/moodle/lib/editor/htmlarea/images/ed_about.gif
-share/moodle/lib/editor/htmlarea/images/ed_align_center.gif
-share/moodle/lib/editor/htmlarea/images/ed_align_justify.gif
-share/moodle/lib/editor/htmlarea/images/ed_align_left.gif
-share/moodle/lib/editor/htmlarea/images/ed_align_right.gif
-share/moodle/lib/editor/htmlarea/images/ed_anchor.gif
-share/moodle/lib/editor/htmlarea/images/ed_blank.gif
-share/moodle/lib/editor/htmlarea/images/ed_charmap.gif
-share/moodle/lib/editor/htmlarea/images/ed_color_bg.gif
-share/moodle/lib/editor/htmlarea/images/ed_color_fg.gif
-share/moodle/lib/editor/htmlarea/images/ed_copy.gif
-share/moodle/lib/editor/htmlarea/images/ed_custom.gif
-share/moodle/lib/editor/htmlarea/images/ed_cut.gif
-share/moodle/lib/editor/htmlarea/images/ed_delete.gif
-share/moodle/lib/editor/htmlarea/images/ed_format_bold.gif
-share/moodle/lib/editor/htmlarea/images/ed_format_italic.gif
-share/moodle/lib/editor/htmlarea/images/ed_format_strike.gif
-share/moodle/lib/editor/htmlarea/images/ed_format_sub.gif
-share/moodle/lib/editor/htmlarea/images/ed_format_sup.gif
-share/moodle/lib/editor/htmlarea/images/ed_format_underline.gif
-share/moodle/lib/editor/htmlarea/images/ed_help.gif
-share/moodle/lib/editor/htmlarea/images/ed_hr.gif
-share/moodle/lib/editor/htmlarea/images/ed_html.gif
-share/moodle/lib/editor/htmlarea/images/ed_image.gif
-share/moodle/lib/editor/htmlarea/images/ed_indent_less.gif
-share/moodle/lib/editor/htmlarea/images/ed_indent_more.gif
-share/moodle/lib/editor/htmlarea/images/ed_left_to_right.gif
-share/moodle/lib/editor/htmlarea/images/ed_link.gif
-share/moodle/lib/editor/htmlarea/images/ed_list_bullet.gif
-share/moodle/lib/editor/htmlarea/images/ed_list_num.gif
-share/moodle/lib/editor/htmlarea/images/ed_nolink.gif
-share/moodle/lib/editor/htmlarea/images/ed_paste.gif
-share/moodle/lib/editor/htmlarea/images/ed_redo.gif
-share/moodle/lib/editor/htmlarea/images/ed_replace.gif
-share/moodle/lib/editor/htmlarea/images/ed_right_to_left.gif
-share/moodle/lib/editor/htmlarea/images/ed_show_border.gif
-share/moodle/lib/editor/htmlarea/images/ed_splitcel.gif
-share/moodle/lib/editor/htmlarea/images/ed_undo.gif
-share/moodle/lib/editor/htmlarea/images/ed_unlink.gif
-share/moodle/lib/editor/htmlarea/images/ed_wordclean.gif
-share/moodle/lib/editor/htmlarea/images/em.icon.smile.gif
-share/moodle/lib/editor/htmlarea/images/folderup.gif
-share/moodle/lib/editor/htmlarea/images/fullscreen_maximize.gif
-share/moodle/lib/editor/htmlarea/images/fullscreen_minimize.gif
-share/moodle/lib/editor/htmlarea/images/icon_ins_char.gif
-share/moodle/lib/editor/htmlarea/images/icon_smile.gif
-share/moodle/lib/editor/htmlarea/images/insert_table.gif
-share/moodle/lib/editor/htmlarea/images/kbhelp.gif
-share/moodle/lib/editor/htmlarea/images/spell-check.gif
-share/moodle/lib/editor/htmlarea/index.html
-share/moodle/lib/editor/htmlarea/lang/en.js
-share/moodle/lib/editor/htmlarea/lang/en.php
-share/moodle/lib/editor/htmlarea/license.txt
-share/moodle/lib/editor/htmlarea/plugins/GetHtml/get-html.js
-share/moodle/lib/editor/htmlarea/plugins/SpellChecker/spell-check-logic.cgi
-share/moodle/lib/editor/htmlarea/plugins/TableOperations/img/cell-delete.gif
-share/moodle/lib/editor/htmlarea/plugins/TableOperations/img/cell-insert-after.gif
-share/moodle/lib/editor/htmlarea/plugins/TableOperations/img/cell-insert-before.gif
-share/moodle/lib/editor/htmlarea/plugins/TableOperations/img/cell-merge.gif
-share/moodle/lib/editor/htmlarea/plugins/TableOperations/img/cell-prop.gif
-share/moodle/lib/editor/htmlarea/plugins/TableOperations/img/cell-split.gif
-share/moodle/lib/editor/htmlarea/plugins/TableOperations/img/col-delete.gif
-share/moodle/lib/editor/htmlarea/plugins/TableOperations/img/col-insert-after.gif
-share/moodle/lib/editor/htmlarea/plugins/TableOperations/img/col-insert-before.gif
-share/moodle/lib/editor/htmlarea/plugins/TableOperations/img/col-split.gif
-share/moodle/lib/editor/htmlarea/plugins/TableOperations/img/row-delete.gif
-share/moodle/lib/editor/htmlarea/plugins/TableOperations/img/row-insert-above.gif
-share/moodle/lib/editor/htmlarea/plugins/TableOperations/img/row-insert-under.gif
-share/moodle/lib/editor/htmlarea/plugins/TableOperations/img/row-prop.gif
-share/moodle/lib/editor/htmlarea/plugins/TableOperations/img/row-split.gif
-share/moodle/lib/editor/htmlarea/plugins/TableOperations/img/table-prop.gif
-share/moodle/lib/editor/htmlarea/plugins/TableOperations/lang/en.js
-share/moodle/lib/editor/htmlarea/plugins/TableOperations/lang/fi.js
-share/moodle/lib/editor/htmlarea/plugins/TableOperations/lang/ro.js
-share/moodle/lib/editor/htmlarea/plugins/TableOperations/makefile.xml
-share/moodle/lib/editor/htmlarea/plugins/TableOperations/table-operations.js
-share/moodle/lib/editor/htmlarea/popupdiv.js
-share/moodle/lib/editor/htmlarea/popups/about.html
-share/moodle/lib/editor/htmlarea/popups/blank.html
-share/moodle/lib/editor/htmlarea/popups/createanchor.php
-share/moodle/lib/editor/htmlarea/popups/dialog.css
-share/moodle/lib/editor/htmlarea/popups/dlg_ins_char.php
-share/moodle/lib/editor/htmlarea/popups/dlg_ins_smile.php
-share/moodle/lib/editor/htmlarea/popups/editor_help.html
-share/moodle/lib/editor/htmlarea/popups/fullscreen.php
-share/moodle/lib/editor/htmlarea/popups/insert_image.php
-share/moodle/lib/editor/htmlarea/popups/insert_image_std.php
-share/moodle/lib/editor/htmlarea/popups/insert_table.php
-share/moodle/lib/editor/htmlarea/popups/link.php
-share/moodle/lib/editor/htmlarea/popups/link_std.php
-share/moodle/lib/editor/htmlarea/popups/popup.js
-share/moodle/lib/editor/htmlarea/popups/preview.php
-share/moodle/lib/editor/htmlarea/popups/searchandreplace.php
-share/moodle/lib/editor/htmlarea/popups/select_color.php
-share/moodle/lib/editor/htmlarea/popupwin.js
-share/moodle/lib/editor/htmlarea/release-notes.html
share/moodle/lib/editor/index.html
-share/moodle/lib/editor/neweditor_readme.txt
-share/moodle/lib/editor/tinymce/changelog
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/blank.htm
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/ar.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/ca.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/cs.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/cy.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/da.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/de.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/el.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/en.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/es.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/fa.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/fi.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/fr.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/fr_ca.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/he.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/hu.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/is.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/it.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/ja.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/ko.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/nb.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/nl.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/nn.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/pl.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/pt.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/pt_br.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/readme.txt
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/ru.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/ru_KOI8-R.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/ru_UTF-8.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/si.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/sk.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/sv.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/th.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/tr.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/zh_cn.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/zh_tw.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/langs/zh_tw_utf8.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/license.txt
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/css/advimage.css
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/editor_plugin.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/editor_plugin_src.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/image.htm
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/images/sample.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/jscripts/functions.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/cs.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/cy.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/da.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/de.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/en.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/es.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fa.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fa_ca.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fr.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fr_ca.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/he.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/hu.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/is.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ko.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/nb.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/nl.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/nn.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/pl.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/pt_br.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ru.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ru_KOI8-R.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ru_UTF-8.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/si.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sk.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sv.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/tr.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/zh_cn.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/zh_tw.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/langs/zh_tw_utf8.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/advimage/readme.txt
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin_src.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/fullscreen.htm
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/images/fullscreen.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/cs.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/cy.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/da.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/de.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/en.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/es.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/fr.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/fr_ca.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/he.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/hu.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/is.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/nb.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/nl.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/nn.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/pl.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/pt_br.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/ru.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/ru_KOI8-R.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/ru_UTF-8.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/si.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/sk.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/sv.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/tr.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/zh_cn.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/zh_tw.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/zh_tw_utf8.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/fullscreen/readme.txt
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/readme.txt
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/about.htm
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/anchor.htm
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/charmap.htm
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/color_picker.htm
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/css/editor_content.css
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/css/editor_popup.css
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/css/editor_ui.css
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/about.htm
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/common_buttons.htm
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/create_accessible_content.htm
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_anchor_window.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_image_window.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_link_window.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_table_window.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/index.htm
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/insert_anchor_button.htm
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/insert_image_button.htm
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/insert_link_button.htm
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/insert_table_button.htm
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/style.css
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/docs/images/table.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/docs/images/table_delete_col.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/docs/images/table_delete_row.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/docs/images/table_insert_col_after.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/docs/images/table_insert_col_before.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/docs/images/table_insert_row_after.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/docs/images/table_insert_row_before.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/editor_template.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/editor_template_src.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/image.htm
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/anchor.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/anchor_symbol.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/backcolor.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/bold.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_de_se.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_es.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_fr.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_ru.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_tw.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/browse.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/bullist.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/buttons.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/cancel_button_bg.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/charmap.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/cleanup.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/close.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/code.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/color.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/copy.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/custom_1.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/cut.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/forecolor.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/help.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/hr.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/image.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/indent.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/insert_button_bg.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/italic.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/italic_de_se.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/italic_es.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/italic_ru.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/italic_tw.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/justifycenter.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/justifyfull.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/justifyleft.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/justifyright.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/link.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/newdocument.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/numlist.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/opacity.png
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/outdent.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/paste.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/redo.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/removeformat.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/separator.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/spacer.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/statusbar_resize.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/strikethrough.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/sub.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/sup.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/table.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/table_delete_col.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/table_delete_row.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/table_insert_col_after.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/table_insert_col_before.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/table_insert_row_after.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/table_insert_row_before.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/underline.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/underline_es.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/underline_fr.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/underline_ru.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/underline_tw.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/undo.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/unlink.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/visualaid.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/xp/tab_bg.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/xp/tab_end.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/xp/tab_sel_bg.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/xp/tab_sel_end.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/images/xp/tabs_bg.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/about.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/anchor.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/charmap.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/color_picker.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/image.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/link.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/source_editor.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/ar.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/ca.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/cs.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/cy.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/da.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/de.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/el.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/en.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/es.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/fa.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/fi.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/fr.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/fr_ca.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/he.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/hu.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/is.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/it.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/ja.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/ko.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/nb.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/nl.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/nn.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/pl.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/pt.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/pt_br.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/readme.txt
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/ru.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/ru_KOI8-R.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/ru_UTF-8.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/si.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/sk.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/sv.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/tr.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/tw.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/zh_cn.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/zh_tw.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/langs/zh_tw_utf8.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/link.htm
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/advanced/source_editor.htm
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/simple/css/editor_content.css
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/simple/css/editor_popup.css
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/simple/css/editor_ui.css
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/simple/editor_template.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/simple/editor_template_src.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/simple/images/bold.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/simple/images/bold_de_se.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/simple/images/bold_fr.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/simple/images/bold_ru.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/simple/images/bold_tw.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/simple/images/bullist.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/simple/images/buttons.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/simple/images/cleanup.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/simple/images/italic.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/simple/images/italic_de_se.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/simple/images/italic_ru.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/simple/images/italic_tw.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/simple/images/numlist.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/simple/images/redo.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/simple/images/separator.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/simple/images/spacer.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/simple/images/strikethrough.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/simple/images/underline.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/simple/images/underline_fr.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/simple/images/underline_ru.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/simple/images/underline_tw.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/themes/simple/images/undo.gif
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/tiny_mce.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/tiny_mce_gzip.php
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/tiny_mce_popup.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/tiny_mce_src.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/utils/form_utils.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/utils/mclayer.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/utils/mctabs.js
-share/moodle/lib/editor/tinymce/jscripts/tiny_mce/utils/validate.js
-share/moodle/lib/editor/tinymce/moodlecontent.css
-share/moodle/lib/editor/tinymce/moodledialog.js
-share/moodle/lib/editor/tinymce/readme
-share/moodle/lib/editor/tinymce/tinymce.class.php
+share/moodle/lib/editor/textarea/lang/en/editor_textarea.php
+share/moodle/lib/editor/textarea/lib.php
+share/moodle/lib/editor/textarea/version.php
+share/moodle/lib/editor/tinymce/editor_styles.css
+share/moodle/lib/editor/tinymce/extra/strings.php
+share/moodle/lib/editor/tinymce/extra/tools/.cvsignore
+share/moodle/lib/editor/tinymce/extra/tools/download_langs.sh
+share/moodle/lib/editor/tinymce/extra/tools/update_lang_files.php
+share/moodle/lib/editor/tinymce/lang/en/editor_tinymce.php
+share/moodle/lib/editor/tinymce/lib.php
+share/moodle/lib/editor/tinymce/module.js
+share/moodle/lib/editor/tinymce/readme_moodle.txt
+share/moodle/lib/editor/tinymce/settings.php
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/jquery.tinymce.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/langs/en.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/license.txt
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advhr/css/advhr.css
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advhr/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advhr/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advhr/js/rule.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advhr/langs/en_dlg.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advhr/rule.htm
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advimage/css/advimage.css
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advimage/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advimage/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advimage/image.htm
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advimage/img/sample.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advimage/js/image.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advimage/langs/en_dlg.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advlink/css/advlink.css
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advlink/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advlink/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advlink/js/advlink.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advlink/langs/en_dlg.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advlink/link.htm
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advlist/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advlist/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/autoresize/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/autoresize/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/autosave/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/autosave/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/autosave/langs/en.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/bbcode/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/bbcode/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/contextmenu/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/contextmenu/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/directionality/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/directionality/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/dragmath/dragmath.php
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/dragmath/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/dragmath/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/dragmath/img/dragmath.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/dragmath/js/dragmath.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/dragmath/langs/en_dlg.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/emotions.htm
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/img/smiley-cool.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/img/smiley-cry.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/img/smiley-embarassed.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/img/smiley-foot-in-mouth.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/img/smiley-frown.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/img/smiley-innocent.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/img/smiley-kiss.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/img/smiley-laughing.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/img/smiley-money-mouth.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/img/smiley-sealed.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/img/smiley-smile.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/img/smiley-surprised.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/img/smiley-tongue-out.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/img/smiley-undecided.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/img/smiley-wink.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/img/smiley-yell.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/js/emotions.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/langs/en_dlg.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/example/dialog.htm
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/example/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/example/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/example/img/example.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/example/js/dialog.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/example/langs/en.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/example/langs/en_dlg.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/fullpage/css/fullpage.css
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/fullpage/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/fullpage/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/fullpage/fullpage.htm
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/fullpage/js/fullpage.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/fullpage/langs/en_dlg.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/fullscreen/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/fullscreen/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/fullscreen/fullscreen.htm
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/iespell/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/iespell/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/inlinepopups/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/inlinepopups/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/inlinepopups/skins/clearlooks2/img/alert.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/inlinepopups/skins/clearlooks2/img/button.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/inlinepopups/skins/clearlooks2/img/corners.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/inlinepopups/skins/clearlooks2/window.css
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/inlinepopups/template.htm
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/insertdatetime/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/insertdatetime/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/layer/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/layer/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/legacyoutput/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/legacyoutput/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/media/css/content.css
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/media/css/media.css
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/media/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/media/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/media/img/flash.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/media/img/flv_player.swf
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/media/img/quicktime.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/media/img/realmedia.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/media/img/shockwave.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/media/img/trans.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/media/img/windowsmedia.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/media/js/embed.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/media/js/media.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/media/langs/en_dlg.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/media/media.htm
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/moodleemoticon/dialog.php
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/moodleemoticon/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/moodleemoticon/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/moodleemoticon/img/moodleemoticon.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/moodleemoticon/js/dialog_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/moodleemoticon/js/rev2/dialog.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/moodlemedia/css/media.css
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/moodlemedia/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/moodlemedia/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/moodlemedia/img/icon.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/moodlemedia/js/media.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/moodlemedia/moodlemedia.htm
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/moodlenolink/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/moodlenolink/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/moodlenolink/img/ed_nolink.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/moodlenolink/langs/en.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/nonbreaking/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/nonbreaking/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/noneditable/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/noneditable/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/pagebreak/css/content.css
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/pagebreak/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/pagebreak/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/pagebreak/img/pagebreak.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/pagebreak/img/trans.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/paste/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/paste/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/paste/js/pastetext.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/paste/js/pasteword.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/paste/langs/en_dlg.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/paste/pastetext.htm
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/paste/pasteword.htm
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/preview/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/preview/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/preview/example.html
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/preview/jscripts/embed.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/preview/preview.html
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/print/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/print/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/save/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/save/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/searchreplace/css/searchreplace.css
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/searchreplace/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/searchreplace/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/searchreplace/js/searchreplace.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/searchreplace/langs/en_dlg.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/searchreplace/searchreplace.htm
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/spellchecker/changelog.txt
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/spellchecker/classes/EnchantSpell.php
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/spellchecker/classes/GoogleSpell.php
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/spellchecker/classes/PSpell.php
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/spellchecker/classes/PSpellShell.php
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/spellchecker/classes/SpellChecker.php
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/spellchecker/classes/utils/JSON.php
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/spellchecker/classes/utils/Logger.php
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/spellchecker/config.php
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/spellchecker/css/content.css
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/spellchecker/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/spellchecker/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/spellchecker/img/wline.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/spellchecker/includes/general.php
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/spellchecker/rpc.php
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/style/css/props.css
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/style/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/style/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/style/js/props.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/style/langs/en_dlg.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/style/props.htm
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/tabfocus/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/tabfocus/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/table/cell.htm
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/table/css/cell.css
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/table/css/row.css
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/table/css/table.css
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/table/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/table/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/table/js/cell.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/table/js/merge_cells.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/table/js/row.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/table/js/table.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/table/langs/en_dlg.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/table/merge_cells.htm
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/table/row.htm
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/table/table.htm
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/template/blank.htm
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/template/css/template.css
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/template/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/template/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/template/js/template.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/template/langs/en_dlg.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/template/template.htm
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/visualchars/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/visualchars/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/wordcount/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/wordcount/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/abbr.htm
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/acronym.htm
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/attributes.htm
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/cite.htm
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/css/attributes.css
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/css/popup.css
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/del.htm
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/editor_plugin.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/editor_plugin_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/ins.htm
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/js/abbr.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/js/acronym.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/js/attributes.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/js/cite.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/js/del.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/js/element_common.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/js/ins.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/langs/en_dlg.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/about.htm
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/anchor.htm
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/charmap.htm
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/color_picker.htm
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/editor_template.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/editor_template_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/image.htm
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/img/colorpicker.jpg
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/img/icons.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/js/about.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/js/anchor.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/js/charmap.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/js/color_picker.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/js/image.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/js/link.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/js/source_editor.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/langs/en.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/langs/en_dlg.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/link.htm
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/skins/default/content.css
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/skins/default/dialog.css
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/skins/default/img/buttons.png
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/skins/default/img/items.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/skins/default/img/menu_arrow.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/skins/default/img/menu_check.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/skins/default/img/progress.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/skins/default/img/tabs.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/skins/default/ui.css
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/skins/o2k7/content.css
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/skins/o2k7/dialog.css
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/skins/o2k7/img/button_bg.png
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/skins/o2k7/img/button_bg_black.png
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/skins/o2k7/img/button_bg_silver.png
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/skins/o2k7/ui.css
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/skins/o2k7/ui_black.css
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/skins/o2k7/ui_silver.css
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/source_editor.htm
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/simple/editor_template.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/simple/editor_template_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/simple/img/icons.gif
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/simple/langs/en.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/simple/skins/default/content.css
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/simple/skins/default/ui.css
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/simple/skins/o2k7/content.css
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/simple/skins/o2k7/img/button_bg.png
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/simple/skins/o2k7/ui.css
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/tiny_mce.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/tiny_mce_dev.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/tiny_mce_jquery.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/tiny_mce_jquery_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/tiny_mce_popup.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/tiny_mce_popup_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/tiny_mce_prototype.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/tiny_mce_prototype_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/tiny_mce_src.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/utils/editable_selects.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/utils/form_utils.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/utils/mctabs.js
+share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/utils/validate.js
+share/moodle/lib/editor/tinymce/version.php
share/moodle/lib/editorlib.php
+share/moodle/lib/emptyfile.php
+share/moodle/lib/enrollib.php
share/moodle/lib/environmentlib.php
share/moodle/lib/evalmath/evalmath.class.php
share/moodle/lib/evalmath/readme_moodle.txt
@@ -2181,21 +2383,46 @@ share/moodle/lib/excel/index.html
share/moodle/lib/excel/readme_moodle.txt
share/moodle/lib/excel/test.php
share/moodle/lib/excellib.class.php
+share/moodle/lib/externallib.php
+share/moodle/lib/filebrowser/file_browser.php
+share/moodle/lib/filebrowser/file_info.php
+share/moodle/lib/filebrowser/file_info_context_course.php
+share/moodle/lib/filebrowser/file_info_context_coursecat.php
+share/moodle/lib/filebrowser/file_info_context_module.php
+share/moodle/lib/filebrowser/file_info_context_system.php
+share/moodle/lib/filebrowser/file_info_context_user.php
+share/moodle/lib/filebrowser/file_info_stored.php
+share/moodle/lib/filebrowser/virtual_root_file.php
share/moodle/lib/filelib.php
+share/moodle/lib/filestorage/file_archive.php
+share/moodle/lib/filestorage/file_exceptions.php
+share/moodle/lib/filestorage/file_packer.php
+share/moodle/lib/filestorage/file_storage.php
+share/moodle/lib/filestorage/file_types.mm
+share/moodle/lib/filestorage/stored_file.php
+share/moodle/lib/filestorage/zip_archive.php
+share/moodle/lib/filestorage/zip_packer.php
share/moodle/lib/filterlib.php
+share/moodle/lib/flashdetect/flashdetect.js
share/moodle/lib/flashdetect/flashupgrade.fla
share/moodle/lib/flashdetect/flashupgrade.swf
share/moodle/lib/flashdetect/message.php
+share/moodle/lib/flickrlib.php
+share/moodle/lib/flowplayer.js
share/moodle/lib/form/advcheckbox.php
share/moodle/lib/form/button.php
share/moodle/lib/form/cancel.php
share/moodle/lib/form/checkbox.php
-share/moodle/lib/form/choosecoursefile.php
-share/moodle/lib/form/choosecoursefileorimsrepo.php
share/moodle/lib/form/dateselector.php
share/moodle/lib/form/datetimeselector.php
-share/moodle/lib/form/editorhelp.php
+share/moodle/lib/form/duration.php
+share/moodle/lib/form/editor.php
share/moodle/lib/form/file.php
+share/moodle/lib/form/filemanager.js
+share/moodle/lib/form/filemanager.php
+share/moodle/lib/form/filepicker.js
+share/moodle/lib/form/filepicker.php
+share/moodle/lib/form/form.js
share/moodle/lib/form/format.php
share/moodle/lib/form/group.php
share/moodle/lib/form/header.php
@@ -2204,60 +2431,32 @@ share/moodle/lib/form/htmleditor.php
share/moodle/lib/form/modgrade.php
share/moodle/lib/form/modvisible.php
share/moodle/lib/form/password.php
+share/moodle/lib/form/passwordunmask.js
share/moodle/lib/form/passwordunmask.php
share/moodle/lib/form/questioncategory.php
share/moodle/lib/form/radio.php
share/moodle/lib/form/recaptcha.php
+share/moodle/lib/form/searchableselector.js
+share/moodle/lib/form/searchableselector.php
share/moodle/lib/form/select.php
share/moodle/lib/form/selectgroups.php
share/moodle/lib/form/selectwithlink.php
share/moodle/lib/form/selectyesno.php
+share/moodle/lib/form/simpletest/testduration.php
share/moodle/lib/form/static.php
share/moodle/lib/form/submit.php
share/moodle/lib/form/submitlink.php
+share/moodle/lib/form/tags.php
share/moodle/lib/form/text.php
share/moodle/lib/form/textarea.php
+share/moodle/lib/form/url.js
+share/moodle/lib/form/url.php
+share/moodle/lib/form/warning.php
+share/moodle/lib/form/yui/dateselector/assets/skins/sam/dateselector.css
+share/moodle/lib/form/yui/dateselector/dateselector.js
share/moodle/lib/formslib.php
-share/moodle/lib/fpdf/font/courier.php
-share/moodle/lib/fpdf/font/helvetica.php
-share/moodle/lib/fpdf/font/helveticab.php
-share/moodle/lib/fpdf/font/helveticabi.php
-share/moodle/lib/fpdf/font/helveticai.php
-share/moodle/lib/fpdf/font/makefont/cp1250.map
-share/moodle/lib/fpdf/font/makefont/cp1251.map
-share/moodle/lib/fpdf/font/makefont/cp1252.map
-share/moodle/lib/fpdf/font/makefont/cp1253.map
-share/moodle/lib/fpdf/font/makefont/cp1254.map
-share/moodle/lib/fpdf/font/makefont/cp1255.map
-share/moodle/lib/fpdf/font/makefont/cp1257.map
-share/moodle/lib/fpdf/font/makefont/cp1258.map
-share/moodle/lib/fpdf/font/makefont/cp874.map
-share/moodle/lib/fpdf/font/makefont/iso-8859-1.map
-share/moodle/lib/fpdf/font/makefont/iso-8859-11.map
-share/moodle/lib/fpdf/font/makefont/iso-8859-15.map
-share/moodle/lib/fpdf/font/makefont/iso-8859-16.map
-share/moodle/lib/fpdf/font/makefont/iso-8859-2.map
-share/moodle/lib/fpdf/font/makefont/iso-8859-4.map
-share/moodle/lib/fpdf/font/makefont/iso-8859-5.map
-share/moodle/lib/fpdf/font/makefont/iso-8859-7.map
-share/moodle/lib/fpdf/font/makefont/iso-8859-9.map
-share/moodle/lib/fpdf/font/makefont/koi8-r.map
-share/moodle/lib/fpdf/font/makefont/koi8-u.map
-share/moodle/lib/fpdf/font/makefont/makefont.php
-share/moodle/lib/fpdf/font/symbol.php
-share/moodle/lib/fpdf/font/times.php
-share/moodle/lib/fpdf/font/timesb.php
-share/moodle/lib/fpdf/font/timesbi.php
-share/moodle/lib/fpdf/font/timesi.php
-share/moodle/lib/fpdf/font/zapfdingbats.php
-share/moodle/lib/fpdf/fpdf.php
-share/moodle/lib/fpdf/fpdfprotection.php
share/moodle/lib/gdlib.php
-share/moodle/lib/geoip/ChangeLog.htm
-share/moodle/lib/geoip/README.htm
-share/moodle/lib/geoip/geoip.inc
-share/moodle/lib/geoip/geoipcity.inc
-share/moodle/lib/geoip/geoipregionvars.php
+share/moodle/lib/googleapi.php
share/moodle/lib/grade/constants.php
share/moodle/lib/grade/grade_category.php
share/moodle/lib/grade/grade_grade.php
@@ -2277,7 +2476,11 @@ share/moodle/lib/htaccess
share/moodle/lib/html2text.php
share/moodle/lib/html2text_readme.txt
share/moodle/lib/htmlpurifier/CREDITS
+share/moodle/lib/htmlpurifier/HTMLPurifier.php
+share/moodle/lib/htmlpurifier/HTMLPurifier.safe-includes.php
share/moodle/lib/htmlpurifier/HTMLPurifier/AttrCollections.php
+share/moodle/lib/htmlpurifier/HTMLPurifier/AttrDef.php
+share/moodle/lib/htmlpurifier/HTMLPurifier/AttrDef/CSS.php
share/moodle/lib/htmlpurifier/HTMLPurifier/AttrDef/CSS/AlphaValue.php
share/moodle/lib/htmlpurifier/HTMLPurifier/AttrDef/CSS/Background.php
share/moodle/lib/htmlpurifier/HTMLPurifier/AttrDef/CSS/BackgroundPosition.php
@@ -2296,7 +2499,6 @@ share/moodle/lib/htmlpurifier/HTMLPurifier/AttrDef/CSS/Number.php
share/moodle/lib/htmlpurifier/HTMLPurifier/AttrDef/CSS/Percentage.php
share/moodle/lib/htmlpurifier/HTMLPurifier/AttrDef/CSS/TextDecoration.php
share/moodle/lib/htmlpurifier/HTMLPurifier/AttrDef/CSS/URI.php
-share/moodle/lib/htmlpurifier/HTMLPurifier/AttrDef/CSS.php
share/moodle/lib/htmlpurifier/HTMLPurifier/AttrDef/Enum.php
share/moodle/lib/htmlpurifier/HTMLPurifier/AttrDef/HTML/Bool.php
share/moodle/lib/htmlpurifier/HTMLPurifier/AttrDef/HTML/Class.php
@@ -2312,13 +2514,13 @@ share/moodle/lib/htmlpurifier/HTMLPurifier/AttrDef/Integer.php
share/moodle/lib/htmlpurifier/HTMLPurifier/AttrDef/Lang.php
share/moodle/lib/htmlpurifier/HTMLPurifier/AttrDef/Switch.php
share/moodle/lib/htmlpurifier/HTMLPurifier/AttrDef/Text.php
-share/moodle/lib/htmlpurifier/HTMLPurifier/AttrDef/URI/Email/SimpleCheck.php
+share/moodle/lib/htmlpurifier/HTMLPurifier/AttrDef/URI.php
share/moodle/lib/htmlpurifier/HTMLPurifier/AttrDef/URI/Email.php
+share/moodle/lib/htmlpurifier/HTMLPurifier/AttrDef/URI/Email/SimpleCheck.php
share/moodle/lib/htmlpurifier/HTMLPurifier/AttrDef/URI/Host.php
share/moodle/lib/htmlpurifier/HTMLPurifier/AttrDef/URI/IPv4.php
share/moodle/lib/htmlpurifier/HTMLPurifier/AttrDef/URI/IPv6.php
-share/moodle/lib/htmlpurifier/HTMLPurifier/AttrDef/URI.php
-share/moodle/lib/htmlpurifier/HTMLPurifier/AttrDef.php
+share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform.php
share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/Background.php
share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/BdoDir.php
share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/BgColor.php
@@ -2337,11 +2539,11 @@ share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/SafeObject.php
share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/SafeParam.php
share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/ScriptRequired.php
share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/Textarea.php
-share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform.php
share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTypes.php
share/moodle/lib/htmlpurifier/HTMLPurifier/AttrValidator.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Bootstrap.php
share/moodle/lib/htmlpurifier/HTMLPurifier/CSSDefinition.php
+share/moodle/lib/htmlpurifier/HTMLPurifier/ChildDef.php
share/moodle/lib/htmlpurifier/HTMLPurifier/ChildDef/Chameleon.php
share/moodle/lib/htmlpurifier/HTMLPurifier/ChildDef/Custom.php
share/moodle/lib/htmlpurifier/HTMLPurifier/ChildDef/Empty.php
@@ -2349,17 +2551,18 @@ share/moodle/lib/htmlpurifier/HTMLPurifier/ChildDef/Optional.php
share/moodle/lib/htmlpurifier/HTMLPurifier/ChildDef/Required.php
share/moodle/lib/htmlpurifier/HTMLPurifier/ChildDef/StrictBlockquote.php
share/moodle/lib/htmlpurifier/HTMLPurifier/ChildDef/Table.php
-share/moodle/lib/htmlpurifier/HTMLPurifier/ChildDef.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Config.php
+share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema.php
share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/Builder/ConfigSchema.php
share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/Builder/Xml.php
share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/Exception.php
+share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/Interchange.php
share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/Interchange/Directive.php
share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/Interchange/Id.php
-share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/Interchange.php
share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/InterchangeBuilder.php
share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/Validator.php
share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/ValidatorAtom.php
+share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema.ser
share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Attr.AllowedClasses.txt
share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Attr.AllowedFrameTargets.txt
share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRel.txt
@@ -2389,6 +2592,7 @@ share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/CSS.AllowImportan
share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/CSS.AllowTricky.txt
share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/CSS.AllowedProperties.txt
share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/CSS.DefinitionRev.txt
+share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/CSS.ForbiddenProperties.txt
share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/CSS.MaxImgLength.txt
share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/CSS.Proprietary.txt
share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Cache.DefinitionImpl.txt
@@ -2406,7 +2610,9 @@ share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.HiddenElemen
share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.Language.txt
share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.LexerImpl.txt
share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.MaintainLineNumbers.txt
+share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.NormalizeNewlines.txt
share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.RemoveInvalidImg.txt
+share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.RemoveProcessingInstructions.txt
share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.RemoveScriptContents.txt
share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Filter.Custom.txt
share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.Escaping.txt
@@ -2425,6 +2631,7 @@ share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.CustomDoctyp
share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionID.txt
share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionRev.txt
share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.Doctype.txt
+share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.FlashAllowFullScreen.txt
share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenAttributes.txt
share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenElements.txt
share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.MaxImgLength.txt
@@ -2461,35 +2668,34 @@ share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/URI.MungeResource
share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/URI.MungeSecretKey.txt
share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/URI.OverrideAllowedSchemes.txt
share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/info.ini
-share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema.ser
-share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema.php
share/moodle/lib/htmlpurifier/HTMLPurifier/ContentSets.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Context.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Definition.php
+share/moodle/lib/htmlpurifier/HTMLPurifier/DefinitionCache.php
+share/moodle/lib/htmlpurifier/HTMLPurifier/DefinitionCache/Decorator.php
share/moodle/lib/htmlpurifier/HTMLPurifier/DefinitionCache/Decorator/Cleanup.php
share/moodle/lib/htmlpurifier/HTMLPurifier/DefinitionCache/Decorator/Memory.php
share/moodle/lib/htmlpurifier/HTMLPurifier/DefinitionCache/Decorator/Template.php.in
-share/moodle/lib/htmlpurifier/HTMLPurifier/DefinitionCache/Decorator.php
share/moodle/lib/htmlpurifier/HTMLPurifier/DefinitionCache/Null.php
-share/moodle/lib/htmlpurifier/HTMLPurifier/DefinitionCache/Serializer/README
share/moodle/lib/htmlpurifier/HTMLPurifier/DefinitionCache/Serializer.php
-share/moodle/lib/htmlpurifier/HTMLPurifier/DefinitionCache.php
+share/moodle/lib/htmlpurifier/HTMLPurifier/DefinitionCache/Serializer/README
share/moodle/lib/htmlpurifier/HTMLPurifier/DefinitionCacheFactory.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Doctype.php
share/moodle/lib/htmlpurifier/HTMLPurifier/DoctypeRegistry.php
share/moodle/lib/htmlpurifier/HTMLPurifier/ElementDef.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Encoder.php
-share/moodle/lib/htmlpurifier/HTMLPurifier/EntityLookup/entities.ser
share/moodle/lib/htmlpurifier/HTMLPurifier/EntityLookup.php
+share/moodle/lib/htmlpurifier/HTMLPurifier/EntityLookup/entities.ser
share/moodle/lib/htmlpurifier/HTMLPurifier/EntityParser.php
share/moodle/lib/htmlpurifier/HTMLPurifier/ErrorCollector.php
share/moodle/lib/htmlpurifier/HTMLPurifier/ErrorStruct.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Exception.php
+share/moodle/lib/htmlpurifier/HTMLPurifier/Filter.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Filter/ExtractStyleBlocks.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Filter/YouTube.php
-share/moodle/lib/htmlpurifier/HTMLPurifier/Filter.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Generator.php
share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLDefinition.php
+share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule.php
share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Bdo.php
share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/CommonAttributes.php
share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Edit.php
@@ -2511,17 +2717,17 @@ share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/StyleAttribute.php
share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Tables.php
share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Target.php
share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Text.php
+share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Tidy.php
share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Tidy/Name.php
share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Tidy/Proprietary.php
share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Tidy/Strict.php
share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Tidy/Transitional.php
share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Tidy/XHTML.php
share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php
-share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Tidy.php
share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/XMLCommonAttributes.php
-share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule.php
share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModuleManager.php
share/moodle/lib/htmlpurifier/HTMLPurifier/IDAccumulator.php
+share/moodle/lib/htmlpurifier/HTMLPurifier/Injector.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Injector/AutoParagraph.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Injector/DisplayLinkURI.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Injector/Linkify.php
@@ -2529,107 +2735,153 @@ share/moodle/lib/htmlpurifier/HTMLPurifier/Injector/PurifierLinkify.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Injector/RemoveEmpty.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Injector/RemoveSpansWithoutAttributes.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Injector/SafeObject.php
-share/moodle/lib/htmlpurifier/HTMLPurifier/Injector.php
+share/moodle/lib/htmlpurifier/HTMLPurifier/Language.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Language/classes/en-x-test.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Language/messages/en-x-test.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Language/messages/en-x-testmini.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Language/messages/en.php
-share/moodle/lib/htmlpurifier/HTMLPurifier/Language.php
share/moodle/lib/htmlpurifier/HTMLPurifier/LanguageFactory.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Length.php
+share/moodle/lib/htmlpurifier/HTMLPurifier/Lexer.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Lexer/DOMLex.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Lexer/DirectLex.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Lexer/PEARSax3.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Lexer/PH5P.php
-share/moodle/lib/htmlpurifier/HTMLPurifier/Lexer.php
share/moodle/lib/htmlpurifier/HTMLPurifier/PercentEncoder.php
+share/moodle/lib/htmlpurifier/HTMLPurifier/Printer.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Printer/CSSDefinition.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Printer/ConfigForm.css
share/moodle/lib/htmlpurifier/HTMLPurifier/Printer/ConfigForm.js
share/moodle/lib/htmlpurifier/HTMLPurifier/Printer/ConfigForm.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Printer/HTMLDefinition.php
-share/moodle/lib/htmlpurifier/HTMLPurifier/Printer.php
share/moodle/lib/htmlpurifier/HTMLPurifier/PropertyList.php
share/moodle/lib/htmlpurifier/HTMLPurifier/PropertyListIterator.php
+share/moodle/lib/htmlpurifier/HTMLPurifier/Strategy.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Strategy/Composite.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Strategy/Core.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Strategy/FixNesting.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Strategy/MakeWellFormed.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Strategy/RemoveForeignElements.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Strategy/ValidateAttributes.php
-share/moodle/lib/htmlpurifier/HTMLPurifier/Strategy.php
share/moodle/lib/htmlpurifier/HTMLPurifier/StringHash.php
share/moodle/lib/htmlpurifier/HTMLPurifier/StringHashParser.php
+share/moodle/lib/htmlpurifier/HTMLPurifier/TagTransform.php
share/moodle/lib/htmlpurifier/HTMLPurifier/TagTransform/Font.php
share/moodle/lib/htmlpurifier/HTMLPurifier/TagTransform/Simple.php
-share/moodle/lib/htmlpurifier/HTMLPurifier/TagTransform.php
+share/moodle/lib/htmlpurifier/HTMLPurifier/Token.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Token/Comment.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Token/Empty.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Token/End.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Token/Start.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Token/Tag.php
share/moodle/lib/htmlpurifier/HTMLPurifier/Token/Text.php
-share/moodle/lib/htmlpurifier/HTMLPurifier/Token.php
share/moodle/lib/htmlpurifier/HTMLPurifier/TokenFactory.php
share/moodle/lib/htmlpurifier/HTMLPurifier/URI.php
share/moodle/lib/htmlpurifier/HTMLPurifier/URIDefinition.php
+share/moodle/lib/htmlpurifier/HTMLPurifier/URIFilter.php
share/moodle/lib/htmlpurifier/HTMLPurifier/URIFilter/DisableExternal.php
share/moodle/lib/htmlpurifier/HTMLPurifier/URIFilter/DisableExternalResources.php
+share/moodle/lib/htmlpurifier/HTMLPurifier/URIFilter/DisableResources.php
share/moodle/lib/htmlpurifier/HTMLPurifier/URIFilter/HostBlacklist.php
share/moodle/lib/htmlpurifier/HTMLPurifier/URIFilter/MakeAbsolute.php
share/moodle/lib/htmlpurifier/HTMLPurifier/URIFilter/Munge.php
-share/moodle/lib/htmlpurifier/HTMLPurifier/URIFilter.php
share/moodle/lib/htmlpurifier/HTMLPurifier/URIParser.php
+share/moodle/lib/htmlpurifier/HTMLPurifier/URIScheme.php
share/moodle/lib/htmlpurifier/HTMLPurifier/URIScheme/data.php
+share/moodle/lib/htmlpurifier/HTMLPurifier/URIScheme/file.php
share/moodle/lib/htmlpurifier/HTMLPurifier/URIScheme/ftp.php
share/moodle/lib/htmlpurifier/HTMLPurifier/URIScheme/http.php
share/moodle/lib/htmlpurifier/HTMLPurifier/URIScheme/https.php
share/moodle/lib/htmlpurifier/HTMLPurifier/URIScheme/mailto.php
share/moodle/lib/htmlpurifier/HTMLPurifier/URIScheme/news.php
share/moodle/lib/htmlpurifier/HTMLPurifier/URIScheme/nntp.php
-share/moodle/lib/htmlpurifier/HTMLPurifier/URIScheme.php
share/moodle/lib/htmlpurifier/HTMLPurifier/URISchemeRegistry.php
share/moodle/lib/htmlpurifier/HTMLPurifier/UnitConverter.php
+share/moodle/lib/htmlpurifier/HTMLPurifier/VarParser.php
share/moodle/lib/htmlpurifier/HTMLPurifier/VarParser/Flexible.php
share/moodle/lib/htmlpurifier/HTMLPurifier/VarParser/Native.php
-share/moodle/lib/htmlpurifier/HTMLPurifier/VarParser.php
share/moodle/lib/htmlpurifier/HTMLPurifier/VarParserException.php
-share/moodle/lib/htmlpurifier/HTMLPurifier.php
-share/moodle/lib/htmlpurifier/HTMLPurifier.safe-includes.php
share/moodle/lib/htmlpurifier/readme_moodle.txt
share/moodle/lib/index.html
-share/moodle/lib/javascript-mod.php
+share/moodle/lib/installlib.php
+share/moodle/lib/jabber/XMPP/BOSH.php
+share/moodle/lib/jabber/XMPP/Exception.php
+share/moodle/lib/jabber/XMPP/Log.php
+share/moodle/lib/jabber/XMPP/README.txt
+share/moodle/lib/jabber/XMPP/Roster.php
+share/moodle/lib/jabber/XMPP/XMLObj.php
+share/moodle/lib/jabber/XMPP/XMLStream.php
+share/moodle/lib/jabber/XMPP/XMPP.php
+share/moodle/lib/jabber/XMPP/XMPP_Old.php
+share/moodle/lib/jabber/readme_moodle.txt
share/moodle/lib/javascript-static.js
share/moodle/lib/javascript.php
share/moodle/lib/kses.php
-share/moodle/lib/languages.md5
-share/moodle/lib/languages.php
+share/moodle/lib/ldaplib.php
share/moodle/lib/lexer.php
+share/moodle/lib/licenselib.php
share/moodle/lib/listlib.php
-share/moodle/lib/locallib.php
-share/moodle/lib/magpie/AUTHORS
-share/moodle/lib/magpie/README
-share/moodle/lib/magpie/README_MOODLE.txt
-share/moodle/lib/magpie/TROUBLESHOOTING
-share/moodle/lib/magpie/cookbook
-share/moodle/lib/magpie/htdocs/cookbook.html
-share/moodle/lib/magpie/htdocs/index.html
-share/moodle/lib/magpie/rss_cache.inc
-share/moodle/lib/magpie/rss_fetch.inc
-share/moodle/lib/magpie/rss_parse.inc
-share/moodle/lib/magpie/rss_utils.inc
share/moodle/lib/markdown.php
share/moodle/lib/mathslib.php
share/moodle/lib/md5.js
share/moodle/lib/memcached.class.php
+share/moodle/lib/messagelib.php
+share/moodle/lib/minify/LICENSE.txt
+share/moodle/lib/minify/README.txt
+share/moodle/lib/minify/builder/_index.js
+share/moodle/lib/minify/builder/bm.js
+share/moodle/lib/minify/builder/index.php
+share/moodle/lib/minify/builder/ocCheck.php
+share/moodle/lib/minify/builder/rewriteTest.js
+share/moodle/lib/minify/config.php
+share/moodle/lib/minify/groupsConfig.php
+share/moodle/lib/minify/lib/FirePHP.php
+share/moodle/lib/minify/lib/HTTP/ConditionalGet.php
+share/moodle/lib/minify/lib/HTTP/Encoder.php
+share/moodle/lib/minify/lib/JSMin.php
+share/moodle/lib/minify/lib/JSMinPlus.php
+share/moodle/lib/minify/lib/Minify.php
+share/moodle/lib/minify/lib/Minify/Build.php
+share/moodle/lib/minify/lib/Minify/CSS.php
+share/moodle/lib/minify/lib/Minify/CSS/Compressor.php
+share/moodle/lib/minify/lib/Minify/CSS/UriRewriter.php
+share/moodle/lib/minify/lib/Minify/Cache/APC.php
+share/moodle/lib/minify/lib/Minify/Cache/File.php
+share/moodle/lib/minify/lib/Minify/Cache/Memcache.php
+share/moodle/lib/minify/lib/Minify/CommentPreserver.php
+share/moodle/lib/minify/lib/Minify/Controller/Base.php
+share/moodle/lib/minify/lib/Minify/Controller/Files.php
+share/moodle/lib/minify/lib/Minify/Controller/Groups.php
+share/moodle/lib/minify/lib/Minify/Controller/MinApp.php
+share/moodle/lib/minify/lib/Minify/Controller/Page.php
+share/moodle/lib/minify/lib/Minify/Controller/Version1.php
+share/moodle/lib/minify/lib/Minify/HTML.php
+share/moodle/lib/minify/lib/Minify/ImportProcessor.php
+share/moodle/lib/minify/lib/Minify/Lines.php
+share/moodle/lib/minify/lib/Minify/Logger.php
+share/moodle/lib/minify/lib/Minify/Packer.php
+share/moodle/lib/minify/lib/Minify/Source.php
+share/moodle/lib/minify/lib/Minify/YUICompressor.php
+share/moodle/lib/minify/lib/Solar/Dir.php
+share/moodle/lib/minify/readme_moodle.txt
+share/moodle/lib/minify/utils.php
+share/moodle/lib/modinfolib.php
share/moodle/lib/moodlelib.php
share/moodle/lib/mp3player/index.html
share/moodle/lib/mp3player/mp3player.fla.zip
share/moodle/lib/mp3player/mp3player.swf
share/moodle/lib/mp3player/readme.txt
+share/moodle/lib/navigationlib.php
+share/moodle/lib/oauthlib.php
share/moodle/lib/odbc.php
share/moodle/lib/odslib.class.php
share/moodle/lib/olson.php
+share/moodle/lib/outputactions.php
+share/moodle/lib/outputcomponents.php
+share/moodle/lib/outputfactories.php
+share/moodle/lib/outputlib.php
+share/moodle/lib/outputrenderers.php
+share/moodle/lib/outputrequirementslib.php
share/moodle/lib/overlib/overlib.js
share/moodle/lib/overlib/overlib_anchor.js
share/moodle/lib/overlib/overlib_centerpopup.js
@@ -2641,44 +2893,27 @@ share/moodle/lib/overlib/overlib_followscroll.js
share/moodle/lib/overlib/overlib_hideform.js
share/moodle/lib/overlib/overlib_setonoff.js
share/moodle/lib/overlib/overlib_shadow.js
-share/moodle/lib/overlib.js
share/moodle/lib/pagelib.php
-share/moodle/lib/pclzip/gnu-lgpl.txt
-share/moodle/lib/pclzip/index.html
-share/moodle/lib/pclzip/pclzip.lib.php
-share/moodle/lib/pclzip/readme.txt
-share/moodle/lib/pclzip/readme_moodle.txt
share/moodle/lib/pdflib.php
share/moodle/lib/pear/Auth/RADIUS.php
share/moodle/lib/pear/Console/Getopt.php
+share/moodle/lib/pear/Console/README
share/moodle/lib/pear/Crypt/CHAP.php
-share/moodle/lib/pear/HTML/AJAX/Action.php
-share/moodle/lib/pear/HTML/AJAX/Debug.php
-share/moodle/lib/pear/HTML/AJAX/Helper.php
-share/moodle/lib/pear/HTML/AJAX/JSON.php
-share/moodle/lib/pear/HTML/AJAX/Response.php
-share/moodle/lib/pear/HTML/AJAX/Serializer/Error.php
-share/moodle/lib/pear/HTML/AJAX/Serializer/JSON.php
-share/moodle/lib/pear/HTML/AJAX/Serializer/Null.php
-share/moodle/lib/pear/HTML/AJAX/Serializer/PHP.php
-share/moodle/lib/pear/HTML/AJAX/Serializer/Urlencoded.php
-share/moodle/lib/pear/HTML/AJAX/Serializer/XML.php
-share/moodle/lib/pear/HTML/AJAX/Server.php
-share/moodle/lib/pear/HTML/AJAX.php
share/moodle/lib/pear/HTML/Common.php
+share/moodle/lib/pear/HTML/QuickForm.php
share/moodle/lib/pear/HTML/QuickForm/DHTMLRulesTableless.php
+share/moodle/lib/pear/HTML/QuickForm/Renderer.php
share/moodle/lib/pear/HTML/QuickForm/Renderer/Array.php
share/moodle/lib/pear/HTML/QuickForm/Renderer/Default.php
share/moodle/lib/pear/HTML/QuickForm/Renderer/Object.php
share/moodle/lib/pear/HTML/QuickForm/Renderer/Tableless.php
-share/moodle/lib/pear/HTML/QuickForm/Renderer.php
+share/moodle/lib/pear/HTML/QuickForm/Rule.php
share/moodle/lib/pear/HTML/QuickForm/Rule/Callback.php
share/moodle/lib/pear/HTML/QuickForm/Rule/Compare.php
share/moodle/lib/pear/HTML/QuickForm/Rule/Email.php
share/moodle/lib/pear/HTML/QuickForm/Rule/Range.php
share/moodle/lib/pear/HTML/QuickForm/Rule/Regex.php
share/moodle/lib/pear/HTML/QuickForm/Rule/Required.php
-share/moodle/lib/pear/HTML/QuickForm/Rule.php
share/moodle/lib/pear/HTML/QuickForm/RuleRegistry.php
share/moodle/lib/pear/HTML/QuickForm/advcheckbox.php
share/moodle/lib/pear/HTML/QuickForm/autocomplete.php
@@ -2705,7 +2940,6 @@ share/moodle/lib/pear/HTML/QuickForm/submit.php
share/moodle/lib/pear/HTML/QuickForm/text.php
share/moodle/lib/pear/HTML/QuickForm/textarea.php
share/moodle/lib/pear/HTML/QuickForm/xbutton.php
-share/moodle/lib/pear/HTML/QuickForm.php
share/moodle/lib/pear/HTTP/WebDAV/AUTHORS
share/moodle/lib/pear/HTTP/WebDAV/COPYING
share/moodle/lib/pear/HTTP/WebDAV/LICENSE
@@ -2714,34 +2948,115 @@ share/moodle/lib/pear/HTTP/WebDAV/Server.php
share/moodle/lib/pear/HTTP/WebDAV/Tools/_parse_lockinfo.php
share/moodle/lib/pear/HTTP/WebDAV/Tools/_parse_propfind.php
share/moodle/lib/pear/HTTP/WebDAV/Tools/_parse_proppatch.php
+share/moodle/lib/pear/Net/GeoIP.php
+share/moodle/lib/pear/Net/GeoIP/DMA.php
+share/moodle/lib/pear/Net/GeoIP/Location.php
+share/moodle/lib/pear/OLE.php
+share/moodle/lib/pear/OLE/PPS.php
share/moodle/lib/pear/OLE/PPS/File.php
share/moodle/lib/pear/OLE/PPS/Root.php
-share/moodle/lib/pear/OLE/PPS.php
-share/moodle/lib/pear/OLE.php
share/moodle/lib/pear/PEAR.php
+share/moodle/lib/pear/PEAR/Exception.php
+share/moodle/lib/pear/PEAR5.php
+share/moodle/lib/pear/PHP/CodeSniffer.php
+share/moodle/lib/pear/PHP/CodeSniffer/CLI.php
+share/moodle/lib/pear/PHP/CodeSniffer/CommentParser/AbstractDocElement.php
+share/moodle/lib/pear/PHP/CodeSniffer/CommentParser/AbstractParser.php
+share/moodle/lib/pear/PHP/CodeSniffer/CommentParser/ClassCommentParser.php
+share/moodle/lib/pear/PHP/CodeSniffer/CommentParser/CommentElement.php
+share/moodle/lib/pear/PHP/CodeSniffer/CommentParser/DocElement.php
+share/moodle/lib/pear/PHP/CodeSniffer/CommentParser/FunctionCommentParser.php
+share/moodle/lib/pear/PHP/CodeSniffer/CommentParser/MemberCommentParser.php
+share/moodle/lib/pear/PHP/CodeSniffer/CommentParser/PairElement.php
+share/moodle/lib/pear/PHP/CodeSniffer/CommentParser/ParameterElement.php
+share/moodle/lib/pear/PHP/CodeSniffer/CommentParser/ParserException.php
+share/moodle/lib/pear/PHP/CodeSniffer/CommentParser/SingleElement.php
+share/moodle/lib/pear/PHP/CodeSniffer/DocGenerators/Generator.php
+share/moodle/lib/pear/PHP/CodeSniffer/DocGenerators/HTML.php
+share/moodle/lib/pear/PHP/CodeSniffer/DocGenerators/Text.php
+share/moodle/lib/pear/PHP/CodeSniffer/Exception.php
+share/moodle/lib/pear/PHP/CodeSniffer/File.php
+share/moodle/lib/pear/PHP/CodeSniffer/MoodleCLI.php
+share/moodle/lib/pear/PHP/CodeSniffer/Sniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/AbstractPatternSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/AbstractScopeSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/AbstractVariableSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/CodingStandard.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/IncorrectPatternException.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/MoodleCodingStandard.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/Classes/ClassDeclarationSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/CodeAnalysis/EmptyStatementSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/CodeAnalysis/ForLoopShouldBeWhileLoopSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/CodeAnalysis/ForLoopWithTestFunctionCallSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/CodeAnalysis/JumbledIncrementerSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/CodeAnalysis/UnconditionalIfStatementSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/CodeAnalysis/UnnecessaryFinalModifierSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/CodeAnalysis/UnusedFunctionParameterSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/CodeAnalysis/UselessOverridingMethodSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/Commenting/ClassCommentSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/Commenting/FileCommentSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/Commenting/FunctionCommentSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/Commenting/InlineCommentSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/ControlStructures/ControlSignatureSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/ControlStructures/ElseIfDeclarationSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/ControlStructures/InlineControlStructureSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/Files/ClosingPHPTagSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/Files/IncludingFileSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/Files/LineEndingsSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/Files/LineLengthSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/Formatting/SpaceAfterCastSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/Functions/FunctionCallArgumentSpacingSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/Functions/FunctionCallSignatureSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/Functions/FunctionDeclarationSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/Functions/LowercaseFunctionKeywordsSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/Functions/ValidDefaultValueSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/NamingConventions/UpperCaseConstantNameSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/NamingConventions/ValidClassNameSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/NamingConventions/ValidFunctionNameSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/NamingConventions/ValidVariableNameSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/PHP/DisallowShortOpenTagSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/PHP/LowerCaseConstantSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/PHP/LowercasePHPFunctionsSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/Strings/DoubleQuoteUsageSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/Strings/EchoedStringsSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/WhiteSpace/ControlStructureBlankLineSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/WhiteSpace/DisallowTabIndentSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/WhiteSpace/MemberVarSpacingSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/WhiteSpace/ScopeClosingBraceSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/WhiteSpace/ScopeIndentSniff.php
+share/moodle/lib/pear/PHP/CodeSniffer/Tokenizers/JS.php
+share/moodle/lib/pear/PHP/CodeSniffer/Tokenizers/PHP.php
+share/moodle/lib/pear/PHP/CodeSniffer/Tokens.php
+share/moodle/lib/pear/PHP/MoodleCodeSniffer.php
+share/moodle/lib/pear/PHP/runsniffer
share/moodle/lib/pear/README.txt
share/moodle/lib/pear/README_MOODLE.txt
+share/moodle/lib/pear/Spreadsheet/Excel/Writer.php
share/moodle/lib/pear/Spreadsheet/Excel/Writer/BIFFwriter.php
share/moodle/lib/pear/Spreadsheet/Excel/Writer/Format.php
share/moodle/lib/pear/Spreadsheet/Excel/Writer/Parser.php
share/moodle/lib/pear/Spreadsheet/Excel/Writer/Validator.php
share/moodle/lib/pear/Spreadsheet/Excel/Writer/Workbook.php
share/moodle/lib/pear/Spreadsheet/Excel/Writer/Worksheet.php
-share/moodle/lib/pear/Spreadsheet/Excel/Writer.php
-share/moodle/lib/phpmailer/ChangeLog.txt
+share/moodle/lib/pear/XML/Parser.php
+share/moodle/lib/pear/XML/Parser/Simple.php
+share/moodle/lib/pear/XML/deprecated.txt
share/moodle/lib/phpmailer/LICENSE
share/moodle/lib/phpmailer/README
share/moodle/lib/phpmailer/README_MOODLE.txt
+share/moodle/lib/phpmailer/changelog.txt
share/moodle/lib/phpmailer/class.phpmailer.php
share/moodle/lib/phpmailer/class.smtp.php
share/moodle/lib/phpmailer/index.html
+share/moodle/lib/phpmailer/language/phpmailer.lang-ar.php
share/moodle/lib/phpmailer/language/phpmailer.lang-br.php
share/moodle/lib/phpmailer/language/phpmailer.lang-ca.php
+share/moodle/lib/phpmailer/language/phpmailer.lang-ch.php
share/moodle/lib/phpmailer/language/phpmailer.lang-cz.php
share/moodle/lib/phpmailer/language/phpmailer.lang-de.php
share/moodle/lib/phpmailer/language/phpmailer.lang-dk.php
-share/moodle/lib/phpmailer/language/phpmailer.lang-en.php
share/moodle/lib/phpmailer/language/phpmailer.lang-es.php
+share/moodle/lib/phpmailer/language/phpmailer.lang-et.php
share/moodle/lib/phpmailer/language/phpmailer.lang-fi.php
share/moodle/lib/phpmailer/language/phpmailer.lang-fo.php
share/moodle/lib/phpmailer/language/phpmailer.lang-fr.php
@@ -2755,41 +3070,86 @@ share/moodle/lib/phpmailer/language/phpmailer.lang-ro.php
share/moodle/lib/phpmailer/language/phpmailer.lang-ru.php
share/moodle/lib/phpmailer/language/phpmailer.lang-se.php
share/moodle/lib/phpmailer/language/phpmailer.lang-tr.php
-share/moodle/lib/phpmailer/mailerc.php
-share/moodle/lib/phpxml/xml.php
+share/moodle/lib/phpmailer/language/phpmailer.lang-zh.php
+share/moodle/lib/phpmailer/language/phpmailer.lang-zh_cn.php
+share/moodle/lib/phpmailer/moodle_phpmailer.php
+share/moodle/lib/plagiarismlib.php
+share/moodle/lib/portfolio/caller.php
+share/moodle/lib/portfolio/constants.php
+share/moodle/lib/portfolio/exceptions.php
+share/moodle/lib/portfolio/exporter.php
+share/moodle/lib/portfolio/formats.php
+share/moodle/lib/portfolio/formats/leap2a/lib.php
+share/moodle/lib/portfolio/forms.php
+share/moodle/lib/portfolio/plugin.php
+share/moodle/lib/portfoliolib.php
share/moodle/lib/profilerlib.php
share/moodle/lib/questionlib.php
share/moodle/lib/recaptchalib.php
+share/moodle/lib/resourcelib.php
share/moodle/lib/rsslib.php
-share/moodle/lib/scroll_to_errors.js
share/moodle/lib/searchlib.php
share/moodle/lib/session-test.php
+share/moodle/lib/sessionlib.php
share/moodle/lib/setup.php
share/moodle/lib/setuplib.php
+share/moodle/lib/simplepie/README.markdown
+share/moodle/lib/simplepie/moodle_simplepie.php
+share/moodle/lib/simplepie/readme_moodle.txt
+share/moodle/lib/simplepie/simplepie.class.php
+share/moodle/lib/simpletest/broken_testfilelib.php
+share/moodle/lib/simpletest/broken_testfiltermanager.php
+share/moodle/lib/simpletest/completion.manualtest.txt
+share/moodle/lib/simpletest/filtersettingsperformancetester.php
share/moodle/lib/simpletest/fixtures/events.php
share/moodle/lib/simpletest/fixtures/gradetest.php
share/moodle/lib/simpletest/fixtures/user_agents.php
+share/moodle/lib/simpletest/pdflibtestpage.php
+share/moodle/lib/simpletest/portfolio_testclass.php
share/moodle/lib/simpletest/testaccesslib.php
-share/moodle/lib/simpletest/testajaxlib.php
share/moodle/lib/simpletest/testbackuplib.php
+share/moodle/lib/simpletest/testblocklib_blockmanager.php
share/moodle/lib/simpletest/testcode.php
-share/moodle/lib/simpletest/testdmllib.php
+share/moodle/lib/simpletest/testcompletionlib.php
+share/moodle/lib/simpletest/testcomponentlib.php
+share/moodle/lib/simpletest/testconditionlib.php
+share/moodle/lib/simpletest/testdeprecatedlib.php
share/moodle/lib/simpletest/testeventslib.php
+share/moodle/lib/simpletest/testexternallib.php
+share/moodle/lib/simpletest/testfilelib.php
+share/moodle/lib/simpletest/testfilterconfig.php
share/moodle/lib/simpletest/testgradelib.php
+share/moodle/lib/simpletest/testhtmlpurifier.php
+share/moodle/lib/simpletest/testhtmlwriter.php
share/moodle/lib/simpletest/testmathslib.php
share/moodle/lib/simpletest/testmoodlelib.php
+share/moodle/lib/simpletest/testnavigationlib.php
+share/moodle/lib/simpletest/testoutputcomponents.php
+share/moodle/lib/simpletest/testoutputlib.php
+share/moodle/lib/simpletest/testpagelib_moodlepage.php
+share/moodle/lib/simpletest/testportfolioaddbutton.php
+share/moodle/lib/simpletest/testportfoliolib.php
+share/moodle/lib/simpletest/testquestionlib.php
+share/moodle/lib/simpletest/testrepositorylib.php
+share/moodle/lib/simpletest/testrss.php
+share/moodle/lib/simpletest/testsimpletestlib.php
+share/moodle/lib/simpletest/testtextlib.php
+share/moodle/lib/simpletest/testunittestusingdb.php
share/moodle/lib/simpletest/testweblib.php
-share/moodle/lib/simpletestlib/BACKLOG
+share/moodle/lib/simpletest/todochecker.php
+share/moodle/lib/simpletestcoveragelib.php
+share/moodle/lib/simpletestlib.php
share/moodle/lib/simpletestlib/HELP_MY_TESTS_DONT_WORK_ANYMORE
share/moodle/lib/simpletestlib/LICENSE
share/moodle/lib/simpletestlib/README
-share/moodle/lib/simpletestlib/TODO
share/moodle/lib/simpletestlib/VERSION
share/moodle/lib/simpletestlib/authentication.php
+share/moodle/lib/simpletestlib/autorun.php
share/moodle/lib/simpletestlib/browser.php
share/moodle/lib/simpletestlib/collector.php
share/moodle/lib/simpletestlib/compatibility.php
share/moodle/lib/simpletestlib/cookies.php
+share/moodle/lib/simpletestlib/default_reporter.php
share/moodle/lib/simpletestlib/detached.php
share/moodle/lib/simpletestlib/dumper.php
share/moodle/lib/simpletestlib/eclipse.php
@@ -2799,6 +3159,8 @@ share/moodle/lib/simpletestlib/exceptions.php
share/moodle/lib/simpletestlib/expectation.php
share/moodle/lib/simpletestlib/extensions/pear_test_case.php
share/moodle/lib/simpletestlib/extensions/phpunit_test_case.php
+share/moodle/lib/simpletestlib/extensions/testdox.php
+share/moodle/lib/simpletestlib/extensions/testdox/test.php
share/moodle/lib/simpletestlib/form.php
share/moodle/lib/simpletestlib/frames.php
share/moodle/lib/simpletestlib/http.php
@@ -2829,7 +3191,6 @@ share/moodle/lib/simpletestlib/url.php
share/moodle/lib/simpletestlib/user_agent.php
share/moodle/lib/simpletestlib/web_tester.php
share/moodle/lib/simpletestlib/xml.php
-share/moodle/lib/simpletestlib.php
share/moodle/lib/smarty/COPYING.lib
share/moodle/lib/smarty/Config_File.class.php
share/moodle/lib/smarty/Smarty.class.php
@@ -2903,74 +3264,114 @@ share/moodle/lib/smarty/plugins/outputfilter.trimwhitespace.php
share/moodle/lib/smarty/plugins/shared.escape_special_chars.php
share/moodle/lib/smarty/plugins/shared.make_timestamp.php
share/moodle/lib/smarty/readme_moodle.txt
-share/moodle/lib/snoopy/Snoopy.class.inc
-share/moodle/lib/snoopy/index.html
-share/moodle/lib/snoopy/moodle_readme.txt
-share/moodle/lib/soap/nusoap.php
-share/moodle/lib/soap/phpsoap.php
share/moodle/lib/soaplib.php
-share/moodle/lib/speller/blank.html
-share/moodle/lib/speller/changes.txt
-share/moodle/lib/speller/controlWindow.js
-share/moodle/lib/speller/controls.html
-share/moodle/lib/speller/lib.php
-share/moodle/lib/speller/server-scripts/spellchecker.php
-share/moodle/lib/speller/spell.gif
-share/moodle/lib/speller/spellChecker.js
-share/moodle/lib/speller/spellchecker.html
-share/moodle/lib/speller/spellerStyle.css
-share/moodle/lib/speller/wordWindow.js
+share/moodle/lib/spikephpcoverage/BUILD
+share/moodle/lib/spikephpcoverage/LICENSE.lgpl
+share/moodle/lib/spikephpcoverage/LICENSE.osl
+share/moodle/lib/spikephpcoverage/LICENSE.pear.3_01
+share/moodle/lib/spikephpcoverage/README
+share/moodle/lib/spikephpcoverage/RELEASE_NOTES
+share/moodle/lib/spikephpcoverage/index.html
+share/moodle/lib/spikephpcoverage/readme_moodle.txt
+share/moodle/lib/spikephpcoverage/src/CoverageRecorder.php
+share/moodle/lib/spikephpcoverage/src/cli/driver.php
+share/moodle/lib/spikephpcoverage/src/cli/instrument.php
+share/moodle/lib/spikephpcoverage/src/conf/phpcoverage.conf.php
+share/moodle/lib/spikephpcoverage/src/parser/BasicXmlParser.php
+share/moodle/lib/spikephpcoverage/src/parser/CoverageXmlParser.php
+share/moodle/lib/spikephpcoverage/src/parser/PHPParser.php
+share/moodle/lib/spikephpcoverage/src/parser/Parser.php
+share/moodle/lib/spikephpcoverage/src/phpcoverage.inc.php
+share/moodle/lib/spikephpcoverage/src/phpcoverage.remote.bottom.inc.php
+share/moodle/lib/spikephpcoverage/src/phpcoverage.remote.top.inc.php
+share/moodle/lib/spikephpcoverage/src/remote/RemoteCoverageRecorder.php
+share/moodle/lib/spikephpcoverage/src/remote/XdebugTraceReader.php
+share/moodle/lib/spikephpcoverage/src/reporter/CoverageReporter.php
+share/moodle/lib/spikephpcoverage/src/reporter/HtmlCoverageReporter.php
+share/moodle/lib/spikephpcoverage/src/reporter/css/spikesource.css
+share/moodle/lib/spikephpcoverage/src/reporter/html/footer.html
+share/moodle/lib/spikephpcoverage/src/reporter/html/header.html
+share/moodle/lib/spikephpcoverage/src/reporter/html/indexfooter.html
+share/moodle/lib/spikephpcoverage/src/reporter/html/indexheader.html
+share/moodle/lib/spikephpcoverage/src/reporter/images/arrow_down.gif
+share/moodle/lib/spikephpcoverage/src/reporter/images/arrow_up.gif
+share/moodle/lib/spikephpcoverage/src/reporter/images/spacer.gif
+share/moodle/lib/spikephpcoverage/src/reporter/images/spikesource/phpcoverage.gif
+share/moodle/lib/spikephpcoverage/src/reporter/js/sort_spikesource.js
+share/moodle/lib/spikephpcoverage/src/util/CoverageLogger.php
+share/moodle/lib/spikephpcoverage/src/util/Utility.php
share/moodle/lib/statslib.php
-share/moodle/lib/swfobject/flashupgrade.swf
share/moodle/lib/swfobject/swfobject.js
share/moodle/lib/tablelib.php
+share/moodle/lib/tcpdf/2dbarcodes.php
+share/moodle/lib/tcpdf/CHANGELOG.TXT
+share/moodle/lib/tcpdf/LICENSE.TXT
share/moodle/lib/tcpdf/README.TXT
-share/moodle/lib/tcpdf/config/lang/eng.php
+share/moodle/lib/tcpdf/barcodes.php
share/moodle/lib/tcpdf/config/tcpdf_config.php
-share/moodle/lib/tcpdf/fonts/FreeMono.ctg.z
-share/moodle/lib/tcpdf/fonts/FreeMono.z
-share/moodle/lib/tcpdf/fonts/FreeMonoBold.ctg.z
-share/moodle/lib/tcpdf/fonts/FreeMonoBold.z
-share/moodle/lib/tcpdf/fonts/FreeMonoBoldOblique.ctg.z
-share/moodle/lib/tcpdf/fonts/FreeMonoBoldOblique.z
-share/moodle/lib/tcpdf/fonts/FreeMonoOblique.ctg.z
-share/moodle/lib/tcpdf/fonts/FreeMonoOblique.z
-share/moodle/lib/tcpdf/fonts/FreeSans.ctg.z
-share/moodle/lib/tcpdf/fonts/FreeSans.z
-share/moodle/lib/tcpdf/fonts/FreeSansBold.ctg.z
-share/moodle/lib/tcpdf/fonts/FreeSansBold.z
-share/moodle/lib/tcpdf/fonts/FreeSansBoldOblique.ctg.z
-share/moodle/lib/tcpdf/fonts/FreeSansBoldOblique.z
-share/moodle/lib/tcpdf/fonts/FreeSansOblique.ctg.z
-share/moodle/lib/tcpdf/fonts/FreeSansOblique.z
-share/moodle/lib/tcpdf/fonts/FreeSerif.ctg.z
-share/moodle/lib/tcpdf/fonts/FreeSerif.z
-share/moodle/lib/tcpdf/fonts/FreeSerifBold.ctg.z
-share/moodle/lib/tcpdf/fonts/FreeSerifBold.z
-share/moodle/lib/tcpdf/fonts/FreeSerifBoldItalic.ctg.z
-share/moodle/lib/tcpdf/fonts/FreeSerifBoldItalic.z
-share/moodle/lib/tcpdf/fonts/FreeSerifItalic.ctg.z
-share/moodle/lib/tcpdf/fonts/FreeSerifItalic.z
share/moodle/lib/tcpdf/fonts/README.TXT
+share/moodle/lib/tcpdf/fonts/courier.php
+share/moodle/lib/tcpdf/fonts/freefont-20090104/AUTHORS
+share/moodle/lib/tcpdf/fonts/freefont-20090104/COPYING
+share/moodle/lib/tcpdf/fonts/freefont-20090104/CREDITS
+share/moodle/lib/tcpdf/fonts/freefont-20090104/ChangeLog
+share/moodle/lib/tcpdf/fonts/freefont-20090104/INSTALL
+share/moodle/lib/tcpdf/fonts/freefont-20090104/README
+share/moodle/lib/tcpdf/fonts/freemono.ctg.z
share/moodle/lib/tcpdf/fonts/freemono.php
+share/moodle/lib/tcpdf/fonts/freemono.z
+share/moodle/lib/tcpdf/fonts/freemonob.ctg.z
share/moodle/lib/tcpdf/fonts/freemonob.php
+share/moodle/lib/tcpdf/fonts/freemonob.z
+share/moodle/lib/tcpdf/fonts/freemonobi.ctg.z
share/moodle/lib/tcpdf/fonts/freemonobi.php
+share/moodle/lib/tcpdf/fonts/freemonobi.z
+share/moodle/lib/tcpdf/fonts/freemonoi.ctg.z
share/moodle/lib/tcpdf/fonts/freemonoi.php
+share/moodle/lib/tcpdf/fonts/freemonoi.z
+share/moodle/lib/tcpdf/fonts/freesans.ctg.z
share/moodle/lib/tcpdf/fonts/freesans.php
+share/moodle/lib/tcpdf/fonts/freesans.z
+share/moodle/lib/tcpdf/fonts/freesansb.ctg.z
share/moodle/lib/tcpdf/fonts/freesansb.php
+share/moodle/lib/tcpdf/fonts/freesansb.z
+share/moodle/lib/tcpdf/fonts/freesansbi.ctg.z
share/moodle/lib/tcpdf/fonts/freesansbi.php
+share/moodle/lib/tcpdf/fonts/freesansbi.z
+share/moodle/lib/tcpdf/fonts/freesansi.ctg.z
share/moodle/lib/tcpdf/fonts/freesansi.php
+share/moodle/lib/tcpdf/fonts/freesansi.z
+share/moodle/lib/tcpdf/fonts/freeserif.ctg.z
share/moodle/lib/tcpdf/fonts/freeserif.php
+share/moodle/lib/tcpdf/fonts/freeserif.z
+share/moodle/lib/tcpdf/fonts/freeserifb.ctg.z
share/moodle/lib/tcpdf/fonts/freeserifb.php
+share/moodle/lib/tcpdf/fonts/freeserifb.z
+share/moodle/lib/tcpdf/fonts/freeserifbi.ctg.z
share/moodle/lib/tcpdf/fonts/freeserifbi.php
+share/moodle/lib/tcpdf/fonts/freeserifbi.z
+share/moodle/lib/tcpdf/fonts/freeserifi.ctg.z
share/moodle/lib/tcpdf/fonts/freeserifi.php
-share/moodle/lib/tcpdf/html2pdf.php
-share/moodle/lib/tcpdf/html_entity_decode_php4.php
-share/moodle/lib/tcpdf/images/_blank.png
-share/moodle/lib/tcpdf/images/logo_example.png
+share/moodle/lib/tcpdf/fonts/freeserifi.z
+share/moodle/lib/tcpdf/fonts/helvetica.php
+share/moodle/lib/tcpdf/fonts/helveticab.php
+share/moodle/lib/tcpdf/fonts/helveticabi.php
+share/moodle/lib/tcpdf/fonts/helveticai.php
+share/moodle/lib/tcpdf/fonts/readme_moodle.txt
+share/moodle/lib/tcpdf/fonts/symbol.php
+share/moodle/lib/tcpdf/fonts/times.php
+share/moodle/lib/tcpdf/fonts/timesb.php
+share/moodle/lib/tcpdf/fonts/timesbi.php
+share/moodle/lib/tcpdf/fonts/timesi.php
+share/moodle/lib/tcpdf/fonts/zapfdingbats.php
+share/moodle/lib/tcpdf/htmlcolors.php
+share/moodle/lib/tcpdf/readme_moodle.txt
+share/moodle/lib/tcpdf/tcpdf.crt
+share/moodle/lib/tcpdf/tcpdf.fdf
share/moodle/lib/tcpdf/tcpdf.php
-share/moodle/lib/tcpdf/tcpdfprotection.php
+share/moodle/lib/tcpdf/unicode_data.php
share/moodle/lib/textlib.class.php
+share/moodle/lib/thirdpartylibs.xml
share/moodle/lib/timezone.txt
share/moodle/lib/tokeniserlib.php
share/moodle/lib/typo3/class.t3lib_cs.php
@@ -3007,379 +3408,2362 @@ share/moodle/lib/typo3/csconvtbl/windows-1256.tbl
share/moodle/lib/typo3/csconvtbl/windows-1257.tbl
share/moodle/lib/typo3/csconvtbl/windows-1258.tbl
share/moodle/lib/typo3/csconvtbl/windows-874.tbl
+share/moodle/lib/typo3/readme_moodle.txt
share/moodle/lib/typo3/unidata/SpecialCasing.txt
share/moodle/lib/typo3/unidata/Translit.txt
share/moodle/lib/typo3/unidata/UnicodeData.txt
share/moodle/lib/ufo.js
+share/moodle/lib/upgradelib.php
share/moodle/lib/uploadlib.php
share/moodle/lib/validateurlsyntax.php
+share/moodle/lib/webdavlib.php
share/moodle/lib/weblib.php
share/moodle/lib/wiki_to_markdown.php
share/moodle/lib/womenslib.php
share/moodle/lib/wordlist.txt
+share/moodle/lib/xhprof/CHANGELOG
+share/moodle/lib/xhprof/CREDITS
+share/moodle/lib/xhprof/LICENSE
+share/moodle/lib/xhprof/README
+share/moodle/lib/xhprof/index.html
+share/moodle/lib/xhprof/readme_moodle.txt
+share/moodle/lib/xhprof/xhprof_html/callgraph.php
+share/moodle/lib/xhprof/xhprof_html/css/xhprof.css
+share/moodle/lib/xhprof/xhprof_html/index.php
+share/moodle/lib/xhprof/xhprof_html/jquery/indicator.gif
+share/moodle/lib/xhprof/xhprof_html/jquery/jquery-1.2.6.js
+share/moodle/lib/xhprof/xhprof_html/jquery/jquery.autocomplete.css
+share/moodle/lib/xhprof/xhprof_html/jquery/jquery.autocomplete.js
+share/moodle/lib/xhprof/xhprof_html/jquery/jquery.tooltip.css
+share/moodle/lib/xhprof/xhprof_html/jquery/jquery.tooltip.js
+share/moodle/lib/xhprof/xhprof_html/js/xhprof_report.js
+share/moodle/lib/xhprof/xhprof_html/typeahead.php
+share/moodle/lib/xhprof/xhprof_lib/display/typeahead_common.php
+share/moodle/lib/xhprof/xhprof_lib/display/xhprof.php
+share/moodle/lib/xhprof/xhprof_lib/utils/callgraph_utils.php
+share/moodle/lib/xhprof/xhprof_lib/utils/xhprof_lib.php
+share/moodle/lib/xhprof/xhprof_lib/utils/xhprof_runs.php
+share/moodle/lib/xhprof/xhprof_moodle.php
share/moodle/lib/xhtml.xsl
-share/moodle/lib/xmldb/classes/XMLDBConstants.php
-share/moodle/lib/xmldb/classes/XMLDBField.class.php
-share/moodle/lib/xmldb/classes/XMLDBFile.class.php
-share/moodle/lib/xmldb/classes/XMLDBIndex.class.php
-share/moodle/lib/xmldb/classes/XMLDBKey.class.php
-share/moodle/lib/xmldb/classes/XMLDBObject.class.php
-share/moodle/lib/xmldb/classes/XMLDBStatement.class.php
-share/moodle/lib/xmldb/classes/XMLDBStructure.class.php
-share/moodle/lib/xmldb/classes/XMLDBTable.class.php
-share/moodle/lib/xmldb/classes/generators/XMLDBGenerator.class.php
-share/moodle/lib/xmldb/classes/generators/mssql/mssql.class.php
-share/moodle/lib/xmldb/classes/generators/mssql_n/mssql_n.class.php
-share/moodle/lib/xmldb/classes/generators/mysql/mysql.class.php
-share/moodle/lib/xmldb/classes/generators/mysqli/mysqli.class.php
-share/moodle/lib/xmldb/classes/generators/oci8po/oci8po.class.php
-share/moodle/lib/xmldb/classes/generators/odbc_mssql/odbc_mssql.class.php
-share/moodle/lib/xmldb/classes/generators/postgres7/postgres7.class.php
share/moodle/lib/xmldb/xmldb.dtd
share/moodle/lib/xmldb/xmldb.xsd
+share/moodle/lib/xmldb/xmldb_constants.php
+share/moodle/lib/xmldb/xmldb_field.php
+share/moodle/lib/xmldb/xmldb_file.php
+share/moodle/lib/xmldb/xmldb_index.php
+share/moodle/lib/xmldb/xmldb_key.php
+share/moodle/lib/xmldb/xmldb_object.php
+share/moodle/lib/xmldb/xmldb_structure.php
+share/moodle/lib/xmldb/xmldb_table.php
share/moodle/lib/xmlize.php
-share/moodle/lib/yui/README.txt
-share/moodle/lib/yui/animation/README
-share/moodle/lib/yui/animation/animation-debug.js
-share/moodle/lib/yui/animation/animation-min.js
-share/moodle/lib/yui/animation/animation.js
-share/moodle/lib/yui/assets/skins/sam/asc.gif
-share/moodle/lib/yui/assets/skins/sam/autocomplete.css
-share/moodle/lib/yui/assets/skins/sam/blankimage.png
-share/moodle/lib/yui/assets/skins/sam/button.css
-share/moodle/lib/yui/assets/skins/sam/calendar.css
-share/moodle/lib/yui/assets/skins/sam/colorpicker.css
-share/moodle/lib/yui/assets/skins/sam/container.css
-share/moodle/lib/yui/assets/skins/sam/datatable.css
-share/moodle/lib/yui/assets/skins/sam/desc.gif
-share/moodle/lib/yui/assets/skins/sam/dt-arrow-dn.png
-share/moodle/lib/yui/assets/skins/sam/dt-arrow-up.png
-share/moodle/lib/yui/assets/skins/sam/editor-knob.gif
-share/moodle/lib/yui/assets/skins/sam/editor-sprite-active.gif
-share/moodle/lib/yui/assets/skins/sam/editor-sprite.gif
-share/moodle/lib/yui/assets/skins/sam/editor.css
-share/moodle/lib/yui/assets/skins/sam/header_background.png
-share/moodle/lib/yui/assets/skins/sam/hue_bg.png
-share/moodle/lib/yui/assets/skins/sam/imagecropper.css
-share/moodle/lib/yui/assets/skins/sam/layout.css
-share/moodle/lib/yui/assets/skins/sam/layout_sprite.png
-share/moodle/lib/yui/assets/skins/sam/logger.css
-share/moodle/lib/yui/assets/skins/sam/menu-button-arrow-disabled.png
-share/moodle/lib/yui/assets/skins/sam/menu-button-arrow.png
-share/moodle/lib/yui/assets/skins/sam/menu.css
-share/moodle/lib/yui/assets/skins/sam/menubaritem_submenuindicator.png
-share/moodle/lib/yui/assets/skins/sam/menubaritem_submenuindicator_disabled.png
-share/moodle/lib/yui/assets/skins/sam/menuitem_checkbox.png
-share/moodle/lib/yui/assets/skins/sam/menuitem_checkbox_disabled.png
-share/moodle/lib/yui/assets/skins/sam/menuitem_submenuindicator.png
-share/moodle/lib/yui/assets/skins/sam/menuitem_submenuindicator_disabled.png
-share/moodle/lib/yui/assets/skins/sam/picker_mask.png
-share/moodle/lib/yui/assets/skins/sam/profilerviewer.css
-share/moodle/lib/yui/assets/skins/sam/resize.css
-share/moodle/lib/yui/assets/skins/sam/simpleeditor.css
-share/moodle/lib/yui/assets/skins/sam/skin.css
-share/moodle/lib/yui/assets/skins/sam/split-button-arrow-active.png
-share/moodle/lib/yui/assets/skins/sam/split-button-arrow-disabled.png
-share/moodle/lib/yui/assets/skins/sam/split-button-arrow-focus.png
-share/moodle/lib/yui/assets/skins/sam/split-button-arrow-hover.png
-share/moodle/lib/yui/assets/skins/sam/split-button-arrow.png
-share/moodle/lib/yui/assets/skins/sam/sprite.png
-share/moodle/lib/yui/assets/skins/sam/tabview.css
-share/moodle/lib/yui/assets/skins/sam/treeview-loading.gif
-share/moodle/lib/yui/assets/skins/sam/treeview-sprite.gif
-share/moodle/lib/yui/assets/skins/sam/treeview.css
-share/moodle/lib/yui/assets/skins/sam/wait.gif
-share/moodle/lib/yui/assets/skins/sam/yuitest.css
-share/moodle/lib/yui/autocomplete/README
-share/moodle/lib/yui/autocomplete/assets/autocomplete-core.css
-share/moodle/lib/yui/autocomplete/assets/skins/sam/autocomplete-skin.css
-share/moodle/lib/yui/autocomplete/assets/skins/sam/autocomplete.css
-share/moodle/lib/yui/autocomplete/autocomplete-debug.js
-share/moodle/lib/yui/autocomplete/autocomplete-min.js
-share/moodle/lib/yui/autocomplete/autocomplete.js
-share/moodle/lib/yui/base/README
-share/moodle/lib/yui/base/base-min.css
-share/moodle/lib/yui/base/base.css
-share/moodle/lib/yui/button/README
-share/moodle/lib/yui/button/assets/button-core.css
-share/moodle/lib/yui/button/assets/skins/sam/button-skin.css
-share/moodle/lib/yui/button/assets/skins/sam/button.css
-share/moodle/lib/yui/button/assets/skins/sam/menu-button-arrow-disabled.png
-share/moodle/lib/yui/button/assets/skins/sam/menu-button-arrow.png
-share/moodle/lib/yui/button/assets/skins/sam/split-button-arrow-active.png
-share/moodle/lib/yui/button/assets/skins/sam/split-button-arrow-disabled.png
-share/moodle/lib/yui/button/assets/skins/sam/split-button-arrow-focus.png
-share/moodle/lib/yui/button/assets/skins/sam/split-button-arrow-hover.png
-share/moodle/lib/yui/button/assets/skins/sam/split-button-arrow.png
-share/moodle/lib/yui/button/button-debug.js
-share/moodle/lib/yui/button/button-min.js
-share/moodle/lib/yui/button/button.js
-share/moodle/lib/yui/calendar/README
-share/moodle/lib/yui/calendar/assets/calendar-core.css
-share/moodle/lib/yui/calendar/assets/calendar.css
-share/moodle/lib/yui/calendar/assets/calgrad.png
-share/moodle/lib/yui/calendar/assets/callt.gif
-share/moodle/lib/yui/calendar/assets/calrt.gif
-share/moodle/lib/yui/calendar/assets/calx.gif
-share/moodle/lib/yui/calendar/assets/skins/sam/calendar-skin.css
-share/moodle/lib/yui/calendar/assets/skins/sam/calendar.css
-share/moodle/lib/yui/calendar/calendar-debug.js
-share/moodle/lib/yui/calendar/calendar-min.js
-share/moodle/lib/yui/calendar/calendar.js
-share/moodle/lib/yui/charts/README
-share/moodle/lib/yui/charts/assets/charts.swf
-share/moodle/lib/yui/charts/charts-experimental-debug.js
-share/moodle/lib/yui/charts/charts-experimental-min.js
-share/moodle/lib/yui/charts/charts-experimental.js
-share/moodle/lib/yui/colorpicker/README
-share/moodle/lib/yui/colorpicker/assets/hue_thumb.png
-share/moodle/lib/yui/colorpicker/assets/picker_mask.png
-share/moodle/lib/yui/colorpicker/assets/picker_thumb.png
-share/moodle/lib/yui/colorpicker/assets/skins/sam/colorpicker-skin.css
-share/moodle/lib/yui/colorpicker/assets/skins/sam/colorpicker.css
-share/moodle/lib/yui/colorpicker/assets/skins/sam/hue_bg.png
-share/moodle/lib/yui/colorpicker/assets/skins/sam/picker_mask.png
-share/moodle/lib/yui/colorpicker/colorpicker-debug.js
-share/moodle/lib/yui/colorpicker/colorpicker-min.js
-share/moodle/lib/yui/colorpicker/colorpicker.js
-share/moodle/lib/yui/connection/README
-share/moodle/lib/yui/connection/connection-debug.js
-share/moodle/lib/yui/connection/connection-min.js
-share/moodle/lib/yui/connection/connection.js
-share/moodle/lib/yui/container/README
-share/moodle/lib/yui/container/assets/alrt16_1.gif
-share/moodle/lib/yui/container/assets/blck16_1.gif
-share/moodle/lib/yui/container/assets/close12_1.gif
-share/moodle/lib/yui/container/assets/container-core.css
-share/moodle/lib/yui/container/assets/container.css
-share/moodle/lib/yui/container/assets/hlp16_1.gif
-share/moodle/lib/yui/container/assets/info16_1.gif
-share/moodle/lib/yui/container/assets/skins/sam/container-skin.css
-share/moodle/lib/yui/container/assets/skins/sam/container.css
-share/moodle/lib/yui/container/assets/tip16_1.gif
-share/moodle/lib/yui/container/assets/warn16_1.gif
-share/moodle/lib/yui/container/container-debug.js
-share/moodle/lib/yui/container/container-min.js
-share/moodle/lib/yui/container/container.js
-share/moodle/lib/yui/container/container_core-debug.js
-share/moodle/lib/yui/container/container_core-min.js
-share/moodle/lib/yui/container/container_core.js
-share/moodle/lib/yui/cookie/README
-share/moodle/lib/yui/cookie/cookie-debug.js
-share/moodle/lib/yui/cookie/cookie-min.js
-share/moodle/lib/yui/cookie/cookie.js
-share/moodle/lib/yui/datasource/README
-share/moodle/lib/yui/datasource/datasource-debug.js
-share/moodle/lib/yui/datasource/datasource-min.js
-share/moodle/lib/yui/datasource/datasource.js
-share/moodle/lib/yui/datatable/README
-share/moodle/lib/yui/datatable/assets/datatable-core.css
-share/moodle/lib/yui/datatable/assets/datatable.css
-share/moodle/lib/yui/datatable/assets/skins/sam/datatable-skin.css
-share/moodle/lib/yui/datatable/assets/skins/sam/datatable.css
-share/moodle/lib/yui/datatable/assets/skins/sam/dt-arrow-dn.png
-share/moodle/lib/yui/datatable/assets/skins/sam/dt-arrow-up.png
-share/moodle/lib/yui/datatable/datatable-debug.js
-share/moodle/lib/yui/datatable/datatable-min.js
-share/moodle/lib/yui/datatable/datatable.js
-share/moodle/lib/yui/dom/README
-share/moodle/lib/yui/dom/dom-debug.js
-share/moodle/lib/yui/dom/dom-min.js
-share/moodle/lib/yui/dom/dom.js
-share/moodle/lib/yui/dragdrop/README
-share/moodle/lib/yui/dragdrop/dragdrop-debug.js
-share/moodle/lib/yui/dragdrop/dragdrop-min.js
-share/moodle/lib/yui/dragdrop/dragdrop.js
-share/moodle/lib/yui/editor/README
-share/moodle/lib/yui/editor/assets/editor-core.css
-share/moodle/lib/yui/editor/assets/simpleeditor-core.css
-share/moodle/lib/yui/editor/assets/skins/sam/blankimage.png
-share/moodle/lib/yui/editor/assets/skins/sam/editor-knob.gif
-share/moodle/lib/yui/editor/assets/skins/sam/editor-skin.css
-share/moodle/lib/yui/editor/assets/skins/sam/editor-sprite-active.gif
-share/moodle/lib/yui/editor/assets/skins/sam/editor-sprite.gif
-share/moodle/lib/yui/editor/assets/skins/sam/editor.css
-share/moodle/lib/yui/editor/assets/skins/sam/simpleeditor-skin.css
-share/moodle/lib/yui/editor/assets/skins/sam/simpleeditor.css
-share/moodle/lib/yui/editor/editor-debug.js
-share/moodle/lib/yui/editor/editor-min.js
-share/moodle/lib/yui/editor/editor.js
-share/moodle/lib/yui/editor/simpleeditor-debug.js
-share/moodle/lib/yui/editor/simpleeditor-min.js
-share/moodle/lib/yui/editor/simpleeditor.js
-share/moodle/lib/yui/element/README
-share/moodle/lib/yui/element/element-beta-debug.js
-share/moodle/lib/yui/element/element-beta-min.js
-share/moodle/lib/yui/element/element-beta.js
-share/moodle/lib/yui/event/README
-share/moodle/lib/yui/event/event-debug.js
-share/moodle/lib/yui/event/event-min.js
-share/moodle/lib/yui/event/event.js
-share/moodle/lib/yui/fonts/README
-share/moodle/lib/yui/fonts/fonts-min.css
-share/moodle/lib/yui/fonts/fonts.css
-share/moodle/lib/yui/get/README
-share/moodle/lib/yui/get/get-debug.js
-share/moodle/lib/yui/get/get-min.js
-share/moodle/lib/yui/get/get.js
-share/moodle/lib/yui/grids/README
-share/moodle/lib/yui/grids/grids-min.css
-share/moodle/lib/yui/grids/grids.css
-share/moodle/lib/yui/history/README
-share/moodle/lib/yui/history/assets/blank.html
-share/moodle/lib/yui/history/history-debug.js
-share/moodle/lib/yui/history/history-min.js
-share/moodle/lib/yui/history/history.js
-share/moodle/lib/yui/imagecropper/README
-share/moodle/lib/yui/imagecropper/assets/imagecropper-core.css
-share/moodle/lib/yui/imagecropper/assets/skins/sam/imagecropper-skin.css
-share/moodle/lib/yui/imagecropper/assets/skins/sam/imagecropper.css
-share/moodle/lib/yui/imagecropper/imagecropper-beta-debug.js
-share/moodle/lib/yui/imagecropper/imagecropper-beta-min.js
-share/moodle/lib/yui/imagecropper/imagecropper-beta.js
-share/moodle/lib/yui/imageloader/README
-share/moodle/lib/yui/imageloader/imageloader-debug.js
-share/moodle/lib/yui/imageloader/imageloader-min.js
-share/moodle/lib/yui/imageloader/imageloader.js
-share/moodle/lib/yui/json/README
-share/moodle/lib/yui/json/json-debug.js
-share/moodle/lib/yui/json/json-min.js
-share/moodle/lib/yui/json/json.js
-share/moodle/lib/yui/layout/README
-share/moodle/lib/yui/layout/assets/layout-core.css
-share/moodle/lib/yui/layout/assets/skins/sam/layout-skin.css
-share/moodle/lib/yui/layout/assets/skins/sam/layout.css
-share/moodle/lib/yui/layout/assets/skins/sam/layout_sprite.png
-share/moodle/lib/yui/layout/layout-debug.js
-share/moodle/lib/yui/layout/layout-min.js
-share/moodle/lib/yui/layout/layout.js
-share/moodle/lib/yui/logger/README
-share/moodle/lib/yui/logger/assets/logger-core.css
-share/moodle/lib/yui/logger/assets/logger.css
-share/moodle/lib/yui/logger/assets/skins/sam/logger-skin.css
-share/moodle/lib/yui/logger/assets/skins/sam/logger.css
-share/moodle/lib/yui/logger/logger-debug.js
-share/moodle/lib/yui/logger/logger-min.js
-share/moodle/lib/yui/logger/logger.js
-share/moodle/lib/yui/menu/README
-share/moodle/lib/yui/menu/assets/menu-core.css
-share/moodle/lib/yui/menu/assets/menu.css
-share/moodle/lib/yui/menu/assets/menu_down_arrow.png
-share/moodle/lib/yui/menu/assets/menu_down_arrow_disabled.png
-share/moodle/lib/yui/menu/assets/menu_up_arrow.png
-share/moodle/lib/yui/menu/assets/menu_up_arrow_disabled.png
-share/moodle/lib/yui/menu/assets/menubaritem_submenuindicator.png
-share/moodle/lib/yui/menu/assets/menubaritem_submenuindicator_disabled.png
-share/moodle/lib/yui/menu/assets/menubaritem_submenuindicator_selected.png
-share/moodle/lib/yui/menu/assets/menuitem_checkbox.png
-share/moodle/lib/yui/menu/assets/menuitem_checkbox_disabled.png
-share/moodle/lib/yui/menu/assets/menuitem_checkbox_selected.png
-share/moodle/lib/yui/menu/assets/menuitem_submenuindicator.png
-share/moodle/lib/yui/menu/assets/menuitem_submenuindicator_disabled.png
-share/moodle/lib/yui/menu/assets/menuitem_submenuindicator_selected.png
-share/moodle/lib/yui/menu/assets/skins/sam/menu-skin.css
-share/moodle/lib/yui/menu/assets/skins/sam/menu.css
-share/moodle/lib/yui/menu/assets/skins/sam/menubaritem_submenuindicator.png
-share/moodle/lib/yui/menu/assets/skins/sam/menubaritem_submenuindicator_disabled.png
-share/moodle/lib/yui/menu/assets/skins/sam/menuitem_checkbox.png
-share/moodle/lib/yui/menu/assets/skins/sam/menuitem_checkbox_disabled.png
-share/moodle/lib/yui/menu/assets/skins/sam/menuitem_submenuindicator.png
-share/moodle/lib/yui/menu/assets/skins/sam/menuitem_submenuindicator_disabled.png
-share/moodle/lib/yui/menu/menu-debug.js
-share/moodle/lib/yui/menu/menu-min.js
-share/moodle/lib/yui/menu/menu.js
-share/moodle/lib/yui/profiler/README
-share/moodle/lib/yui/profiler/profiler-debug.js
-share/moodle/lib/yui/profiler/profiler-min.js
-share/moodle/lib/yui/profiler/profiler.js
-share/moodle/lib/yui/profilerviewer/README
-share/moodle/lib/yui/profilerviewer/assets/skins/sam/asc.gif
-share/moodle/lib/yui/profilerviewer/assets/skins/sam/desc.gif
-share/moodle/lib/yui/profilerviewer/assets/skins/sam/header_background.png
-share/moodle/lib/yui/profilerviewer/assets/skins/sam/profilerviewer.css
-share/moodle/lib/yui/profilerviewer/assets/skins/sam/wait.gif
-share/moodle/lib/yui/profilerviewer/profilerviewer-beta-debug.js
-share/moodle/lib/yui/profilerviewer/profilerviewer-beta-min.js
-share/moodle/lib/yui/profilerviewer/profilerviewer-beta.js
-share/moodle/lib/yui/reset/README
-share/moodle/lib/yui/reset/reset-min.css
-share/moodle/lib/yui/reset/reset.css
-share/moodle/lib/yui/reset-fonts/README
-share/moodle/lib/yui/reset-fonts/reset-fonts.css
-share/moodle/lib/yui/reset-fonts-grids/README
-share/moodle/lib/yui/reset-fonts-grids/reset-fonts-grids.css
-share/moodle/lib/yui/resize/README
-share/moodle/lib/yui/resize/assets/resize-core.css
-share/moodle/lib/yui/resize/assets/skins/sam/layout_sprite.png
-share/moodle/lib/yui/resize/assets/skins/sam/resize-skin.css
-share/moodle/lib/yui/resize/assets/skins/sam/resize.css
-share/moodle/lib/yui/resize/resize-debug.js
-share/moodle/lib/yui/resize/resize-min.js
-share/moodle/lib/yui/resize/resize.js
-share/moodle/lib/yui/selector/README
-share/moodle/lib/yui/selector/selector-beta-debug.js
-share/moodle/lib/yui/selector/selector-beta-min.js
-share/moodle/lib/yui/selector/selector-beta.js
-share/moodle/lib/yui/slider/README
-share/moodle/lib/yui/slider/slider-debug.js
-share/moodle/lib/yui/slider/slider-min.js
-share/moodle/lib/yui/slider/slider.js
-share/moodle/lib/yui/tabview/README
-share/moodle/lib/yui/tabview/assets/border_tabs.css
-share/moodle/lib/yui/tabview/assets/loading.gif
-share/moodle/lib/yui/tabview/assets/skin-sam.css
-share/moodle/lib/yui/tabview/assets/skins/sam/tabview-skin.css
-share/moodle/lib/yui/tabview/assets/skins/sam/tabview.css
-share/moodle/lib/yui/tabview/assets/tabview-core.css
-share/moodle/lib/yui/tabview/assets/tabview.css
-share/moodle/lib/yui/tabview/tabview-debug.js
-share/moodle/lib/yui/tabview/tabview-min.js
-share/moodle/lib/yui/tabview/tabview.js
-share/moodle/lib/yui/treeview/README
-share/moodle/lib/yui/treeview/assets/skins/sam/treeview-loading.gif
-share/moodle/lib/yui/treeview/assets/skins/sam/treeview-skin.css
-share/moodle/lib/yui/treeview/assets/skins/sam/treeview-sprite.gif
-share/moodle/lib/yui/treeview/assets/skins/sam/treeview.css
-share/moodle/lib/yui/treeview/assets/sprite-menu.gif
-share/moodle/lib/yui/treeview/assets/sprite-orig.gif
-share/moodle/lib/yui/treeview/assets/treeview-core.css
-share/moodle/lib/yui/treeview/assets/treeview-loading.gif
-share/moodle/lib/yui/treeview/assets/treeview-menu.css
-share/moodle/lib/yui/treeview/assets/treeview-sprite.gif
-share/moodle/lib/yui/treeview/assets/treeview.css
-share/moodle/lib/yui/treeview/treeview-debug.js
-share/moodle/lib/yui/treeview/treeview-min.js
-share/moodle/lib/yui/treeview/treeview.js
-share/moodle/lib/yui/uploader/README
-share/moodle/lib/yui/uploader/assets/uploader.swf
-share/moodle/lib/yui/uploader/uploader-experimental-debug.js
-share/moodle/lib/yui/uploader/uploader-experimental-min.js
-share/moodle/lib/yui/uploader/uploader-experimental.js
-share/moodle/lib/yui/utilities/README
-share/moodle/lib/yui/utilities/utilities.js
-share/moodle/lib/yui/yahoo/README
-share/moodle/lib/yui/yahoo/yahoo-debug.js
-share/moodle/lib/yui/yahoo/yahoo-min.js
-share/moodle/lib/yui/yahoo/yahoo.js
-share/moodle/lib/yui/yahoo-dom-event/README
-share/moodle/lib/yui/yahoo-dom-event/yahoo-dom-event.js
-share/moodle/lib/yui/yuiloader/README
-share/moodle/lib/yui/yuiloader/yuiloader-debug.js
-share/moodle/lib/yui/yuiloader/yuiloader-min.js
-share/moodle/lib/yui/yuiloader/yuiloader.js
-share/moodle/lib/yui/yuiloader-dom-event/README
-share/moodle/lib/yui/yuiloader-dom-event/yuiloader-dom-event.js
-share/moodle/lib/yui/yuitest/README
-share/moodle/lib/yui/yuitest/assets/skins/sam/yuitest-skin.css
-share/moodle/lib/yui/yuitest/assets/skins/sam/yuitest.css
-share/moodle/lib/yui/yuitest/assets/testlogger.css
-share/moodle/lib/yui/yuitest/assets/yuitest-core.css
-share/moodle/lib/yui/yuitest/yuitest-debug.js
-share/moodle/lib/yui/yuitest/yuitest-min.js
-share/moodle/lib/yui/yuitest/yuitest.js
-share/moodle/lib/yui/yuitest/yuitest_core-debug.js
-share/moodle/lib/yui/yuitest/yuitest_core-min.js
-share/moodle/lib/yui/yuitest/yuitest_core.js
+share/moodle/lib/yui/2.8.2/build/animation/animation-debug.js
+share/moodle/lib/yui/2.8.2/build/animation/animation-min.js
+share/moodle/lib/yui/2.8.2/build/animation/animation.js
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/ajax-loader.gif
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/asc.gif
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/autocomplete.css
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/back-h.png
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/back-v.png
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/bar-h.png
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/bar-v.png
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/bg-h.gif
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/bg-v.gif
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/blankimage.png
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/button.css
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/calendar.css
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/carousel.css
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/check0.gif
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/check1.gif
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/check2.gif
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/colorpicker.css
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/container.css
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/datatable.css
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/desc.gif
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/dt-arrow-dn.png
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/dt-arrow-up.png
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/editor-knob.gif
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/editor-sprite-active.gif
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/editor-sprite.gif
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/editor.css
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/header_background.png
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/hue_bg.png
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/imagecropper.css
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/layout.css
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/layout_sprite.png
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/loading.gif
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/logger.css
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/menu-button-arrow-disabled.png
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/menu-button-arrow.png
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/menu.css
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/menubaritem_submenuindicator.png
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/menubaritem_submenuindicator_disabled.png
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/menuitem_checkbox.png
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/menuitem_checkbox_disabled.png
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/menuitem_submenuindicator.png
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/menuitem_submenuindicator_disabled.png
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/paginator.css
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/picker_mask.png
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/profilerviewer.css
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/progressbar.css
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/resize.css
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/simpleeditor.css
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/skin.css
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/slider.css
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/split-button-arrow-active.png
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/split-button-arrow-disabled.png
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/split-button-arrow-focus.png
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/split-button-arrow-hover.png
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/split-button-arrow.png
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/sprite.png
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/sprite.psd
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/tabview.css
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/treeview-loading.gif
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/treeview-sprite.gif
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/treeview.css
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/wait.gif
+share/moodle/lib/yui/2.8.2/build/assets/skins/sam/yuitest.css
+share/moodle/lib/yui/2.8.2/build/autocomplete/assets/autocomplete-core.css
+share/moodle/lib/yui/2.8.2/build/autocomplete/assets/skins/sam/autocomplete-skin.css
+share/moodle/lib/yui/2.8.2/build/autocomplete/assets/skins/sam/autocomplete.css
+share/moodle/lib/yui/2.8.2/build/autocomplete/autocomplete-debug.js
+share/moodle/lib/yui/2.8.2/build/autocomplete/autocomplete-min.js
+share/moodle/lib/yui/2.8.2/build/autocomplete/autocomplete.js
+share/moodle/lib/yui/2.8.2/build/base/base-min.css
+share/moodle/lib/yui/2.8.2/build/base/base.css
+share/moodle/lib/yui/2.8.2/build/button/assets/button-core.css
+share/moodle/lib/yui/2.8.2/build/button/assets/skins/sam/button-skin.css
+share/moodle/lib/yui/2.8.2/build/button/assets/skins/sam/button.css
+share/moodle/lib/yui/2.8.2/build/button/assets/skins/sam/menu-button-arrow-disabled.png
+share/moodle/lib/yui/2.8.2/build/button/assets/skins/sam/menu-button-arrow.png
+share/moodle/lib/yui/2.8.2/build/button/assets/skins/sam/split-button-arrow-active.png
+share/moodle/lib/yui/2.8.2/build/button/assets/skins/sam/split-button-arrow-disabled.png
+share/moodle/lib/yui/2.8.2/build/button/assets/skins/sam/split-button-arrow-focus.png
+share/moodle/lib/yui/2.8.2/build/button/assets/skins/sam/split-button-arrow-hover.png
+share/moodle/lib/yui/2.8.2/build/button/assets/skins/sam/split-button-arrow.png
+share/moodle/lib/yui/2.8.2/build/button/button-debug.js
+share/moodle/lib/yui/2.8.2/build/button/button-min.js
+share/moodle/lib/yui/2.8.2/build/button/button.js
+share/moodle/lib/yui/2.8.2/build/calendar/assets/calendar-core.css
+share/moodle/lib/yui/2.8.2/build/calendar/assets/calendar.css
+share/moodle/lib/yui/2.8.2/build/calendar/assets/calgrad.png
+share/moodle/lib/yui/2.8.2/build/calendar/assets/callt.gif
+share/moodle/lib/yui/2.8.2/build/calendar/assets/calrt.gif
+share/moodle/lib/yui/2.8.2/build/calendar/assets/calx.gif
+share/moodle/lib/yui/2.8.2/build/calendar/assets/skins/sam/calendar-skin.css
+share/moodle/lib/yui/2.8.2/build/calendar/assets/skins/sam/calendar.css
+share/moodle/lib/yui/2.8.2/build/calendar/calendar-debug.js
+share/moodle/lib/yui/2.8.2/build/calendar/calendar-min.js
+share/moodle/lib/yui/2.8.2/build/calendar/calendar.js
+share/moodle/lib/yui/2.8.2/build/carousel/assets/ajax-loader.gif
+share/moodle/lib/yui/2.8.2/build/carousel/assets/carousel-core.css
+share/moodle/lib/yui/2.8.2/build/carousel/assets/skins/sam/ajax-loader.gif
+share/moodle/lib/yui/2.8.2/build/carousel/assets/skins/sam/carousel-skin.css
+share/moodle/lib/yui/2.8.2/build/carousel/assets/skins/sam/carousel.css
+share/moodle/lib/yui/2.8.2/build/carousel/carousel-debug.js
+share/moodle/lib/yui/2.8.2/build/carousel/carousel-min.js
+share/moodle/lib/yui/2.8.2/build/carousel/carousel.js
+share/moodle/lib/yui/2.8.2/build/charts/assets/charts.swf
+share/moodle/lib/yui/2.8.2/build/charts/charts-debug.js
+share/moodle/lib/yui/2.8.2/build/charts/charts-min.js
+share/moodle/lib/yui/2.8.2/build/charts/charts.js
+share/moodle/lib/yui/2.8.2/build/colorpicker/assets/colorpicker-core.css
+share/moodle/lib/yui/2.8.2/build/colorpicker/assets/hue_thumb.png
+share/moodle/lib/yui/2.8.2/build/colorpicker/assets/picker_mask.png
+share/moodle/lib/yui/2.8.2/build/colorpicker/assets/picker_thumb.png
+share/moodle/lib/yui/2.8.2/build/colorpicker/assets/skins/sam/colorpicker-skin.css
+share/moodle/lib/yui/2.8.2/build/colorpicker/assets/skins/sam/colorpicker.css
+share/moodle/lib/yui/2.8.2/build/colorpicker/assets/skins/sam/hue_bg.png
+share/moodle/lib/yui/2.8.2/build/colorpicker/assets/skins/sam/picker_mask.png
+share/moodle/lib/yui/2.8.2/build/colorpicker/colorpicker-debug.js
+share/moodle/lib/yui/2.8.2/build/colorpicker/colorpicker-min.js
+share/moodle/lib/yui/2.8.2/build/colorpicker/colorpicker.js
+share/moodle/lib/yui/2.8.2/build/connection/connection-debug.js
+share/moodle/lib/yui/2.8.2/build/connection/connection-min.js
+share/moodle/lib/yui/2.8.2/build/connection/connection.js
+share/moodle/lib/yui/2.8.2/build/connection/connection.swf
+share/moodle/lib/yui/2.8.2/build/connection/connection_core-debug.js
+share/moodle/lib/yui/2.8.2/build/connection/connection_core-min.js
+share/moodle/lib/yui/2.8.2/build/connection/connection_core.js
+share/moodle/lib/yui/2.8.2/build/container/assets/alrt16_1.gif
+share/moodle/lib/yui/2.8.2/build/container/assets/blck16_1.gif
+share/moodle/lib/yui/2.8.2/build/container/assets/close12_1.gif
+share/moodle/lib/yui/2.8.2/build/container/assets/container-core.css
+share/moodle/lib/yui/2.8.2/build/container/assets/container.css
+share/moodle/lib/yui/2.8.2/build/container/assets/hlp16_1.gif
+share/moodle/lib/yui/2.8.2/build/container/assets/info16_1.gif
+share/moodle/lib/yui/2.8.2/build/container/assets/skins/sam/container-skin.css
+share/moodle/lib/yui/2.8.2/build/container/assets/skins/sam/container.css
+share/moodle/lib/yui/2.8.2/build/container/assets/tip16_1.gif
+share/moodle/lib/yui/2.8.2/build/container/assets/warn16_1.gif
+share/moodle/lib/yui/2.8.2/build/container/container-debug.js
+share/moodle/lib/yui/2.8.2/build/container/container-min.js
+share/moodle/lib/yui/2.8.2/build/container/container.js
+share/moodle/lib/yui/2.8.2/build/container/container_core-debug.js
+share/moodle/lib/yui/2.8.2/build/container/container_core-min.js
+share/moodle/lib/yui/2.8.2/build/container/container_core.js
+share/moodle/lib/yui/2.8.2/build/cookie/cookie-debug.js
+share/moodle/lib/yui/2.8.2/build/cookie/cookie-min.js
+share/moodle/lib/yui/2.8.2/build/cookie/cookie.js
+share/moodle/lib/yui/2.8.2/build/datasource/datasource-debug.js
+share/moodle/lib/yui/2.8.2/build/datasource/datasource-min.js
+share/moodle/lib/yui/2.8.2/build/datasource/datasource.js
+share/moodle/lib/yui/2.8.2/build/datatable/assets/datatable-core.css
+share/moodle/lib/yui/2.8.2/build/datatable/assets/datatable.css
+share/moodle/lib/yui/2.8.2/build/datatable/assets/skins/sam/datatable-skin.css
+share/moodle/lib/yui/2.8.2/build/datatable/assets/skins/sam/datatable.css
+share/moodle/lib/yui/2.8.2/build/datatable/assets/skins/sam/dt-arrow-dn.png
+share/moodle/lib/yui/2.8.2/build/datatable/assets/skins/sam/dt-arrow-up.png
+share/moodle/lib/yui/2.8.2/build/datatable/datatable-debug.js
+share/moodle/lib/yui/2.8.2/build/datatable/datatable-min.js
+share/moodle/lib/yui/2.8.2/build/datatable/datatable.js
+share/moodle/lib/yui/2.8.2/build/datemath/datemath-debug.js
+share/moodle/lib/yui/2.8.2/build/datemath/datemath-min.js
+share/moodle/lib/yui/2.8.2/build/datemath/datemath.js
+share/moodle/lib/yui/2.8.2/build/dom/dom-debug.js
+share/moodle/lib/yui/2.8.2/build/dom/dom-min.js
+share/moodle/lib/yui/2.8.2/build/dom/dom.js
+share/moodle/lib/yui/2.8.2/build/dragdrop/dragdrop-debug.js
+share/moodle/lib/yui/2.8.2/build/dragdrop/dragdrop-min.js
+share/moodle/lib/yui/2.8.2/build/dragdrop/dragdrop.js
+share/moodle/lib/yui/2.8.2/build/editor/assets/editor-core.css
+share/moodle/lib/yui/2.8.2/build/editor/assets/simpleeditor-core.css
+share/moodle/lib/yui/2.8.2/build/editor/assets/skins/sam/blankimage.png
+share/moodle/lib/yui/2.8.2/build/editor/assets/skins/sam/editor-knob.gif
+share/moodle/lib/yui/2.8.2/build/editor/assets/skins/sam/editor-skin.css
+share/moodle/lib/yui/2.8.2/build/editor/assets/skins/sam/editor-sprite-active.gif
+share/moodle/lib/yui/2.8.2/build/editor/assets/skins/sam/editor-sprite.gif
+share/moodle/lib/yui/2.8.2/build/editor/assets/skins/sam/editor.css
+share/moodle/lib/yui/2.8.2/build/editor/assets/skins/sam/simpleeditor-skin.css
+share/moodle/lib/yui/2.8.2/build/editor/assets/skins/sam/simpleeditor.css
+share/moodle/lib/yui/2.8.2/build/editor/editor-debug.js
+share/moodle/lib/yui/2.8.2/build/editor/editor-min.js
+share/moodle/lib/yui/2.8.2/build/editor/editor.js
+share/moodle/lib/yui/2.8.2/build/editor/simpleeditor-debug.js
+share/moodle/lib/yui/2.8.2/build/editor/simpleeditor-min.js
+share/moodle/lib/yui/2.8.2/build/editor/simpleeditor.js
+share/moodle/lib/yui/2.8.2/build/element-delegate/element-delegate-debug.js
+share/moodle/lib/yui/2.8.2/build/element-delegate/element-delegate-min.js
+share/moodle/lib/yui/2.8.2/build/element-delegate/element-delegate.js
+share/moodle/lib/yui/2.8.2/build/element/element-debug.js
+share/moodle/lib/yui/2.8.2/build/element/element-min.js
+share/moodle/lib/yui/2.8.2/build/element/element.js
+share/moodle/lib/yui/2.8.2/build/event-delegate/event-delegate-debug.js
+share/moodle/lib/yui/2.8.2/build/event-delegate/event-delegate-min.js
+share/moodle/lib/yui/2.8.2/build/event-delegate/event-delegate.js
+share/moodle/lib/yui/2.8.2/build/event-mouseenter/event-mouseenter-debug.js
+share/moodle/lib/yui/2.8.2/build/event-mouseenter/event-mouseenter-min.js
+share/moodle/lib/yui/2.8.2/build/event-mouseenter/event-mouseenter.js
+share/moodle/lib/yui/2.8.2/build/event-simulate/event-simulate-debug.js
+share/moodle/lib/yui/2.8.2/build/event-simulate/event-simulate-min.js
+share/moodle/lib/yui/2.8.2/build/event-simulate/event-simulate.js
+share/moodle/lib/yui/2.8.2/build/event/event-debug.js
+share/moodle/lib/yui/2.8.2/build/event/event-min.js
+share/moodle/lib/yui/2.8.2/build/event/event.js
+share/moodle/lib/yui/2.8.2/build/fonts/fonts-min.css
+share/moodle/lib/yui/2.8.2/build/fonts/fonts.css
+share/moodle/lib/yui/2.8.2/build/get/get-debug.js
+share/moodle/lib/yui/2.8.2/build/get/get-min.js
+share/moodle/lib/yui/2.8.2/build/get/get.js
+share/moodle/lib/yui/2.8.2/build/grids/grids-min.css
+share/moodle/lib/yui/2.8.2/build/grids/grids.css
+share/moodle/lib/yui/2.8.2/build/history/assets/blank.html
+share/moodle/lib/yui/2.8.2/build/history/history-debug.js
+share/moodle/lib/yui/2.8.2/build/history/history-min.js
+share/moodle/lib/yui/2.8.2/build/history/history.js
+share/moodle/lib/yui/2.8.2/build/imagecropper/assets/imagecropper-core.css
+share/moodle/lib/yui/2.8.2/build/imagecropper/assets/skins/sam/imagecropper-skin.css
+share/moodle/lib/yui/2.8.2/build/imagecropper/assets/skins/sam/imagecropper.css
+share/moodle/lib/yui/2.8.2/build/imagecropper/imagecropper-debug.js
+share/moodle/lib/yui/2.8.2/build/imagecropper/imagecropper-min.js
+share/moodle/lib/yui/2.8.2/build/imagecropper/imagecropper.js
+share/moodle/lib/yui/2.8.2/build/imageloader/imageloader-debug.js
+share/moodle/lib/yui/2.8.2/build/imageloader/imageloader-min.js
+share/moodle/lib/yui/2.8.2/build/imageloader/imageloader.js
+share/moodle/lib/yui/2.8.2/build/json/json-debug.js
+share/moodle/lib/yui/2.8.2/build/json/json-min.js
+share/moodle/lib/yui/2.8.2/build/json/json.js
+share/moodle/lib/yui/2.8.2/build/layout/assets/layout-core.css
+share/moodle/lib/yui/2.8.2/build/layout/assets/skins/sam/layout-skin.css
+share/moodle/lib/yui/2.8.2/build/layout/assets/skins/sam/layout.css
+share/moodle/lib/yui/2.8.2/build/layout/assets/skins/sam/layout_sprite.png
+share/moodle/lib/yui/2.8.2/build/layout/layout-debug.js
+share/moodle/lib/yui/2.8.2/build/layout/layout-min.js
+share/moodle/lib/yui/2.8.2/build/layout/layout.js
+share/moodle/lib/yui/2.8.2/build/logger/assets/logger-core.css
+share/moodle/lib/yui/2.8.2/build/logger/assets/logger.css
+share/moodle/lib/yui/2.8.2/build/logger/assets/skins/sam/logger-skin.css
+share/moodle/lib/yui/2.8.2/build/logger/assets/skins/sam/logger.css
+share/moodle/lib/yui/2.8.2/build/logger/logger-debug.js
+share/moodle/lib/yui/2.8.2/build/logger/logger-min.js
+share/moodle/lib/yui/2.8.2/build/logger/logger.js
+share/moodle/lib/yui/2.8.2/build/menu/assets/menu-core.css
+share/moodle/lib/yui/2.8.2/build/menu/assets/menu.css
+share/moodle/lib/yui/2.8.2/build/menu/assets/menu_down_arrow.png
+share/moodle/lib/yui/2.8.2/build/menu/assets/menu_down_arrow_disabled.png
+share/moodle/lib/yui/2.8.2/build/menu/assets/menu_up_arrow.png
+share/moodle/lib/yui/2.8.2/build/menu/assets/menu_up_arrow_disabled.png
+share/moodle/lib/yui/2.8.2/build/menu/assets/menubaritem_submenuindicator.png
+share/moodle/lib/yui/2.8.2/build/menu/assets/menubaritem_submenuindicator_disabled.png
+share/moodle/lib/yui/2.8.2/build/menu/assets/menubaritem_submenuindicator_selected.png
+share/moodle/lib/yui/2.8.2/build/menu/assets/menuitem_checkbox.png
+share/moodle/lib/yui/2.8.2/build/menu/assets/menuitem_checkbox_disabled.png
+share/moodle/lib/yui/2.8.2/build/menu/assets/menuitem_checkbox_selected.png
+share/moodle/lib/yui/2.8.2/build/menu/assets/menuitem_submenuindicator.png
+share/moodle/lib/yui/2.8.2/build/menu/assets/menuitem_submenuindicator_disabled.png
+share/moodle/lib/yui/2.8.2/build/menu/assets/menuitem_submenuindicator_selected.png
+share/moodle/lib/yui/2.8.2/build/menu/assets/skins/sam/menu-skin.css
+share/moodle/lib/yui/2.8.2/build/menu/assets/skins/sam/menu.css
+share/moodle/lib/yui/2.8.2/build/menu/assets/skins/sam/menubaritem_submenuindicator.png
+share/moodle/lib/yui/2.8.2/build/menu/assets/skins/sam/menubaritem_submenuindicator_disabled.png
+share/moodle/lib/yui/2.8.2/build/menu/assets/skins/sam/menuitem_checkbox.png
+share/moodle/lib/yui/2.8.2/build/menu/assets/skins/sam/menuitem_checkbox_disabled.png
+share/moodle/lib/yui/2.8.2/build/menu/assets/skins/sam/menuitem_submenuindicator.png
+share/moodle/lib/yui/2.8.2/build/menu/assets/skins/sam/menuitem_submenuindicator_disabled.png
+share/moodle/lib/yui/2.8.2/build/menu/menu-debug.js
+share/moodle/lib/yui/2.8.2/build/menu/menu-min.js
+share/moodle/lib/yui/2.8.2/build/menu/menu.js
+share/moodle/lib/yui/2.8.2/build/paginator/assets/paginator-core.css
+share/moodle/lib/yui/2.8.2/build/paginator/assets/skins/sam/paginator-skin.css
+share/moodle/lib/yui/2.8.2/build/paginator/assets/skins/sam/paginator.css
+share/moodle/lib/yui/2.8.2/build/paginator/paginator-debug.js
+share/moodle/lib/yui/2.8.2/build/paginator/paginator-min.js
+share/moodle/lib/yui/2.8.2/build/paginator/paginator.js
+share/moodle/lib/yui/2.8.2/build/profiler/profiler-debug.js
+share/moodle/lib/yui/2.8.2/build/profiler/profiler-min.js
+share/moodle/lib/yui/2.8.2/build/profiler/profiler.js
+share/moodle/lib/yui/2.8.2/build/profilerviewer/assets/profilerviewer-core.css
+share/moodle/lib/yui/2.8.2/build/profilerviewer/assets/skins/sam/asc.gif
+share/moodle/lib/yui/2.8.2/build/profilerviewer/assets/skins/sam/desc.gif
+share/moodle/lib/yui/2.8.2/build/profilerviewer/assets/skins/sam/header_background.png
+share/moodle/lib/yui/2.8.2/build/profilerviewer/assets/skins/sam/profilerviewer-skin.css
+share/moodle/lib/yui/2.8.2/build/profilerviewer/assets/skins/sam/profilerviewer.css
+share/moodle/lib/yui/2.8.2/build/profilerviewer/assets/skins/sam/wait.gif
+share/moodle/lib/yui/2.8.2/build/profilerviewer/profilerviewer-debug.js
+share/moodle/lib/yui/2.8.2/build/profilerviewer/profilerviewer-min.js
+share/moodle/lib/yui/2.8.2/build/profilerviewer/profilerviewer.js
+share/moodle/lib/yui/2.8.2/build/progressbar/assets/progressbar-core.css
+share/moodle/lib/yui/2.8.2/build/progressbar/assets/skins/sam/back-h.png
+share/moodle/lib/yui/2.8.2/build/progressbar/assets/skins/sam/back-v.png
+share/moodle/lib/yui/2.8.2/build/progressbar/assets/skins/sam/bar-h.png
+share/moodle/lib/yui/2.8.2/build/progressbar/assets/skins/sam/bar-v.png
+share/moodle/lib/yui/2.8.2/build/progressbar/assets/skins/sam/progressbar-skin.css
+share/moodle/lib/yui/2.8.2/build/progressbar/assets/skins/sam/progressbar.css
+share/moodle/lib/yui/2.8.2/build/progressbar/progressbar-debug.js
+share/moodle/lib/yui/2.8.2/build/progressbar/progressbar-min.js
+share/moodle/lib/yui/2.8.2/build/progressbar/progressbar.js
+share/moodle/lib/yui/2.8.2/build/reset-fonts-grids/reset-fonts-grids.css
+share/moodle/lib/yui/2.8.2/build/reset-fonts/reset-fonts.css
+share/moodle/lib/yui/2.8.2/build/reset/reset-min.css
+share/moodle/lib/yui/2.8.2/build/reset/reset.css
+share/moodle/lib/yui/2.8.2/build/resize/assets/resize-core.css
+share/moodle/lib/yui/2.8.2/build/resize/assets/skins/sam/layout_sprite.png
+share/moodle/lib/yui/2.8.2/build/resize/assets/skins/sam/resize-skin.css
+share/moodle/lib/yui/2.8.2/build/resize/assets/skins/sam/resize.css
+share/moodle/lib/yui/2.8.2/build/resize/resize-debug.js
+share/moodle/lib/yui/2.8.2/build/resize/resize-min.js
+share/moodle/lib/yui/2.8.2/build/resize/resize.js
+share/moodle/lib/yui/2.8.2/build/selector/selector-debug.js
+share/moodle/lib/yui/2.8.2/build/selector/selector-min.js
+share/moodle/lib/yui/2.8.2/build/selector/selector.js
+share/moodle/lib/yui/2.8.2/build/slider/assets/bg-fader.gif
+share/moodle/lib/yui/2.8.2/build/slider/assets/bg-h.gif
+share/moodle/lib/yui/2.8.2/build/slider/assets/bg-v-e.gif
+share/moodle/lib/yui/2.8.2/build/slider/assets/bg-v.gif
+share/moodle/lib/yui/2.8.2/build/slider/assets/left-thumb.png
+share/moodle/lib/yui/2.8.2/build/slider/assets/right-thumb.png
+share/moodle/lib/yui/2.8.2/build/slider/assets/skins/sam/bg-h.gif
+share/moodle/lib/yui/2.8.2/build/slider/assets/skins/sam/bg-v.gif
+share/moodle/lib/yui/2.8.2/build/slider/assets/skins/sam/slider-skin.css
+share/moodle/lib/yui/2.8.2/build/slider/assets/skins/sam/slider.css
+share/moodle/lib/yui/2.8.2/build/slider/assets/slider-core.css
+share/moodle/lib/yui/2.8.2/build/slider/assets/slider-skin.css
+share/moodle/lib/yui/2.8.2/build/slider/assets/thumb-bar.gif
+share/moodle/lib/yui/2.8.2/build/slider/assets/thumb-e.gif
+share/moodle/lib/yui/2.8.2/build/slider/assets/thumb-fader.gif
+share/moodle/lib/yui/2.8.2/build/slider/assets/thumb-n.gif
+share/moodle/lib/yui/2.8.2/build/slider/assets/thumb-s.gif
+share/moodle/lib/yui/2.8.2/build/slider/assets/thumb-w.gif
+share/moodle/lib/yui/2.8.2/build/slider/slider-debug.js
+share/moodle/lib/yui/2.8.2/build/slider/slider-min.js
+share/moodle/lib/yui/2.8.2/build/slider/slider.js
+share/moodle/lib/yui/2.8.2/build/storage/storage-debug.js
+share/moodle/lib/yui/2.8.2/build/storage/storage-min.js
+share/moodle/lib/yui/2.8.2/build/storage/storage.js
+share/moodle/lib/yui/2.8.2/build/stylesheet/stylesheet-debug.js
+share/moodle/lib/yui/2.8.2/build/stylesheet/stylesheet-min.js
+share/moodle/lib/yui/2.8.2/build/stylesheet/stylesheet.js
+share/moodle/lib/yui/2.8.2/build/swf/swf-debug.js
+share/moodle/lib/yui/2.8.2/build/swf/swf-min.js
+share/moodle/lib/yui/2.8.2/build/swf/swf.js
+share/moodle/lib/yui/2.8.2/build/swfdetect/swfdetect-debug.js
+share/moodle/lib/yui/2.8.2/build/swfdetect/swfdetect-min.js
+share/moodle/lib/yui/2.8.2/build/swfdetect/swfdetect.js
+share/moodle/lib/yui/2.8.2/build/swfstore/swf.js
+share/moodle/lib/yui/2.8.2/build/swfstore/swfstore-debug.js
+share/moodle/lib/yui/2.8.2/build/swfstore/swfstore-min.js
+share/moodle/lib/yui/2.8.2/build/swfstore/swfstore.js
+share/moodle/lib/yui/2.8.2/build/swfstore/swfstore.swf
+share/moodle/lib/yui/2.8.2/build/tabview/assets/border_tabs.css
+share/moodle/lib/yui/2.8.2/build/tabview/assets/loading.gif
+share/moodle/lib/yui/2.8.2/build/tabview/assets/skin-sam.css
+share/moodle/lib/yui/2.8.2/build/tabview/assets/skins/sam/tabview-skin.css
+share/moodle/lib/yui/2.8.2/build/tabview/assets/skins/sam/tabview.css
+share/moodle/lib/yui/2.8.2/build/tabview/assets/tabview-core.css
+share/moodle/lib/yui/2.8.2/build/tabview/assets/tabview.css
+share/moodle/lib/yui/2.8.2/build/tabview/tabview-debug.js
+share/moodle/lib/yui/2.8.2/build/tabview/tabview-min.js
+share/moodle/lib/yui/2.8.2/build/tabview/tabview.js
+share/moodle/lib/yui/2.8.2/build/treeview/assets/skins/sam/check0.gif
+share/moodle/lib/yui/2.8.2/build/treeview/assets/skins/sam/check1.gif
+share/moodle/lib/yui/2.8.2/build/treeview/assets/skins/sam/check2.gif
+share/moodle/lib/yui/2.8.2/build/treeview/assets/skins/sam/loading.gif
+share/moodle/lib/yui/2.8.2/build/treeview/assets/skins/sam/treeview-loading.gif
+share/moodle/lib/yui/2.8.2/build/treeview/assets/skins/sam/treeview-skin.css
+share/moodle/lib/yui/2.8.2/build/treeview/assets/skins/sam/treeview-sprite.gif
+share/moodle/lib/yui/2.8.2/build/treeview/assets/skins/sam/treeview.css
+share/moodle/lib/yui/2.8.2/build/treeview/assets/treeview-core.css
+share/moodle/lib/yui/2.8.2/build/treeview/treeview-debug.js
+share/moodle/lib/yui/2.8.2/build/treeview/treeview-min.js
+share/moodle/lib/yui/2.8.2/build/treeview/treeview.js
+share/moodle/lib/yui/2.8.2/build/uploader/assets/uploader.swf
+share/moodle/lib/yui/2.8.2/build/uploader/uploader-debug.js
+share/moodle/lib/yui/2.8.2/build/uploader/uploader-min.js
+share/moodle/lib/yui/2.8.2/build/uploader/uploader.js
+share/moodle/lib/yui/2.8.2/build/utilities/utilities.js
+share/moodle/lib/yui/2.8.2/build/yahoo-dom-event/yahoo-dom-event.js
+share/moodle/lib/yui/2.8.2/build/yahoo/yahoo-debug.js
+share/moodle/lib/yui/2.8.2/build/yahoo/yahoo-min.js
+share/moodle/lib/yui/2.8.2/build/yahoo/yahoo.js
+share/moodle/lib/yui/2.8.2/build/yuiloader-dom-event/yuiloader-dom-event.js
+share/moodle/lib/yui/2.8.2/build/yuiloader/yuiloader-debug.js
+share/moodle/lib/yui/2.8.2/build/yuiloader/yuiloader-min.js
+share/moodle/lib/yui/2.8.2/build/yuiloader/yuiloader.js
+share/moodle/lib/yui/2.8.2/build/yuitest/assets/skins/sam/yuitest-skin.css
+share/moodle/lib/yui/2.8.2/build/yuitest/assets/skins/sam/yuitest.css
+share/moodle/lib/yui/2.8.2/build/yuitest/assets/testlogger.css
+share/moodle/lib/yui/2.8.2/build/yuitest/assets/yuitest-core.css
+share/moodle/lib/yui/2.8.2/build/yuitest/yuitest-debug.js
+share/moodle/lib/yui/2.8.2/build/yuitest/yuitest-min.js
+share/moodle/lib/yui/2.8.2/build/yuitest/yuitest.js
+share/moodle/lib/yui/2.8.2/build/yuitest/yuitest_core-debug.js
+share/moodle/lib/yui/2.8.2/build/yuitest/yuitest_core-min.js
+share/moodle/lib/yui/2.8.2/build/yuitest/yuitest_core.js
+share/moodle/lib/yui/3.2.0/build/anim/anim-base-debug.js
+share/moodle/lib/yui/3.2.0/build/anim/anim-base-min.js
+share/moodle/lib/yui/3.2.0/build/anim/anim-base.js
+share/moodle/lib/yui/3.2.0/build/anim/anim-color-debug.js
+share/moodle/lib/yui/3.2.0/build/anim/anim-color-min.js
+share/moodle/lib/yui/3.2.0/build/anim/anim-color.js
+share/moodle/lib/yui/3.2.0/build/anim/anim-curve-debug.js
+share/moodle/lib/yui/3.2.0/build/anim/anim-curve-min.js
+share/moodle/lib/yui/3.2.0/build/anim/anim-curve.js
+share/moodle/lib/yui/3.2.0/build/anim/anim-debug.js
+share/moodle/lib/yui/3.2.0/build/anim/anim-easing-debug.js
+share/moodle/lib/yui/3.2.0/build/anim/anim-easing-min.js
+share/moodle/lib/yui/3.2.0/build/anim/anim-easing.js
+share/moodle/lib/yui/3.2.0/build/anim/anim-min.js
+share/moodle/lib/yui/3.2.0/build/anim/anim-node-plugin-debug.js
+share/moodle/lib/yui/3.2.0/build/anim/anim-node-plugin-min.js
+share/moodle/lib/yui/3.2.0/build/anim/anim-node-plugin.js
+share/moodle/lib/yui/3.2.0/build/anim/anim-scroll-debug.js
+share/moodle/lib/yui/3.2.0/build/anim/anim-scroll-min.js
+share/moodle/lib/yui/3.2.0/build/anim/anim-scroll.js
+share/moodle/lib/yui/3.2.0/build/anim/anim-xy-debug.js
+share/moodle/lib/yui/3.2.0/build/anim/anim-xy-min.js
+share/moodle/lib/yui/3.2.0/build/anim/anim-xy.js
+share/moodle/lib/yui/3.2.0/build/anim/anim.js
+share/moodle/lib/yui/3.2.0/build/assets/skins/sam/bg.png
+share/moodle/lib/yui/3.2.0/build/assets/skins/sam/console-filters.css
+share/moodle/lib/yui/3.2.0/build/assets/skins/sam/console.css
+share/moodle/lib/yui/3.2.0/build/assets/skins/sam/horizontal-menu-submenu-indicator.png
+share/moodle/lib/yui/3.2.0/build/assets/skins/sam/horizontal-menu-submenu-toggle.png
+share/moodle/lib/yui/3.2.0/build/assets/skins/sam/node-flick.css
+share/moodle/lib/yui/3.2.0/build/assets/skins/sam/node-menunav.css
+share/moodle/lib/yui/3.2.0/build/assets/skins/sam/overlay.css
+share/moodle/lib/yui/3.2.0/build/assets/skins/sam/rail-classic-x.png
+share/moodle/lib/yui/3.2.0/build/assets/skins/sam/rail-classic-y.png
+share/moodle/lib/yui/3.2.0/build/assets/skins/sam/rail-x-lines.png
+share/moodle/lib/yui/3.2.0/build/assets/skins/sam/rail-x.png
+share/moodle/lib/yui/3.2.0/build/assets/skins/sam/rail-y-lines.png
+share/moodle/lib/yui/3.2.0/build/assets/skins/sam/rail-y.png
+share/moodle/lib/yui/3.2.0/build/assets/skins/sam/scrollview-base.css
+share/moodle/lib/yui/3.2.0/build/assets/skins/sam/scrollview-paginator.css
+share/moodle/lib/yui/3.2.0/build/assets/skins/sam/scrollview-scrollbars.css
+share/moodle/lib/yui/3.2.0/build/assets/skins/sam/skin.css
+share/moodle/lib/yui/3.2.0/build/assets/skins/sam/slider-base.css
+share/moodle/lib/yui/3.2.0/build/assets/skins/sam/slider.css
+share/moodle/lib/yui/3.2.0/build/assets/skins/sam/sprite.png
+share/moodle/lib/yui/3.2.0/build/assets/skins/sam/tabview.css
+share/moodle/lib/yui/3.2.0/build/assets/skins/sam/test.css
+share/moodle/lib/yui/3.2.0/build/assets/skins/sam/thumb-classic-x.png
+share/moodle/lib/yui/3.2.0/build/assets/skins/sam/thumb-classic-y.png
+share/moodle/lib/yui/3.2.0/build/assets/skins/sam/thumb-x.png
+share/moodle/lib/yui/3.2.0/build/assets/skins/sam/thumb-y.png
+share/moodle/lib/yui/3.2.0/build/assets/skins/sam/vertical-menu-submenu-indicator.png
+share/moodle/lib/yui/3.2.0/build/assets/skins/sam/warn_error.png
+share/moodle/lib/yui/3.2.0/build/assets/skins/sam/widget-base.css
+share/moodle/lib/yui/3.2.0/build/assets/skins/sam/widget-stack.css
+share/moodle/lib/yui/3.2.0/build/assets/skins/sam/widget.css
+share/moodle/lib/yui/3.2.0/build/async-queue/async-queue-debug.js
+share/moodle/lib/yui/3.2.0/build/async-queue/async-queue-min.js
+share/moodle/lib/yui/3.2.0/build/async-queue/async-queue.js
+share/moodle/lib/yui/3.2.0/build/attribute/attribute-base-debug.js
+share/moodle/lib/yui/3.2.0/build/attribute/attribute-base-min.js
+share/moodle/lib/yui/3.2.0/build/attribute/attribute-base.js
+share/moodle/lib/yui/3.2.0/build/attribute/attribute-complex-debug.js
+share/moodle/lib/yui/3.2.0/build/attribute/attribute-complex-min.js
+share/moodle/lib/yui/3.2.0/build/attribute/attribute-complex.js
+share/moodle/lib/yui/3.2.0/build/attribute/attribute-debug.js
+share/moodle/lib/yui/3.2.0/build/attribute/attribute-min.js
+share/moodle/lib/yui/3.2.0/build/attribute/attribute.js
+share/moodle/lib/yui/3.2.0/build/base/base-base-debug.js
+share/moodle/lib/yui/3.2.0/build/base/base-base-min.js
+share/moodle/lib/yui/3.2.0/build/base/base-base.js
+share/moodle/lib/yui/3.2.0/build/base/base-build-debug.js
+share/moodle/lib/yui/3.2.0/build/base/base-build-min.js
+share/moodle/lib/yui/3.2.0/build/base/base-build.js
+share/moodle/lib/yui/3.2.0/build/base/base-debug.js
+share/moodle/lib/yui/3.2.0/build/base/base-min.js
+share/moodle/lib/yui/3.2.0/build/base/base-pluginhost-debug.js
+share/moodle/lib/yui/3.2.0/build/base/base-pluginhost-min.js
+share/moodle/lib/yui/3.2.0/build/base/base-pluginhost.js
+share/moodle/lib/yui/3.2.0/build/base/base.js
+share/moodle/lib/yui/3.2.0/build/cache/cache-base-debug.js
+share/moodle/lib/yui/3.2.0/build/cache/cache-base-min.js
+share/moodle/lib/yui/3.2.0/build/cache/cache-base.js
+share/moodle/lib/yui/3.2.0/build/cache/cache-debug.js
+share/moodle/lib/yui/3.2.0/build/cache/cache-min.js
+share/moodle/lib/yui/3.2.0/build/cache/cache-offline-debug.js
+share/moodle/lib/yui/3.2.0/build/cache/cache-offline-min.js
+share/moodle/lib/yui/3.2.0/build/cache/cache-offline.js
+share/moodle/lib/yui/3.2.0/build/cache/cache-plugin-debug.js
+share/moodle/lib/yui/3.2.0/build/cache/cache-plugin-min.js
+share/moodle/lib/yui/3.2.0/build/cache/cache-plugin.js
+share/moodle/lib/yui/3.2.0/build/cache/cache.js
+share/moodle/lib/yui/3.2.0/build/classnamemanager/classnamemanager-debug.js
+share/moodle/lib/yui/3.2.0/build/classnamemanager/classnamemanager-min.js
+share/moodle/lib/yui/3.2.0/build/classnamemanager/classnamemanager.js
+share/moodle/lib/yui/3.2.0/build/collection/array-extras-debug.js
+share/moodle/lib/yui/3.2.0/build/collection/array-extras-min.js
+share/moodle/lib/yui/3.2.0/build/collection/array-extras.js
+share/moodle/lib/yui/3.2.0/build/collection/array-invoke-debug.js
+share/moodle/lib/yui/3.2.0/build/collection/array-invoke-min.js
+share/moodle/lib/yui/3.2.0/build/collection/array-invoke.js
+share/moodle/lib/yui/3.2.0/build/collection/arraylist-add-debug.js
+share/moodle/lib/yui/3.2.0/build/collection/arraylist-add-min.js
+share/moodle/lib/yui/3.2.0/build/collection/arraylist-add.js
+share/moodle/lib/yui/3.2.0/build/collection/arraylist-debug.js
+share/moodle/lib/yui/3.2.0/build/collection/arraylist-filter-debug.js
+share/moodle/lib/yui/3.2.0/build/collection/arraylist-filter-min.js
+share/moodle/lib/yui/3.2.0/build/collection/arraylist-filter.js
+share/moodle/lib/yui/3.2.0/build/collection/arraylist-min.js
+share/moodle/lib/yui/3.2.0/build/collection/arraylist.js
+share/moodle/lib/yui/3.2.0/build/collection/collection-debug.js
+share/moodle/lib/yui/3.2.0/build/collection/collection-min.js
+share/moodle/lib/yui/3.2.0/build/collection/collection.js
+share/moodle/lib/yui/3.2.0/build/compat/compat-debug.js
+share/moodle/lib/yui/3.2.0/build/compat/compat-min.js
+share/moodle/lib/yui/3.2.0/build/compat/compat.js
+share/moodle/lib/yui/3.2.0/build/console/assets/console-core.css
+share/moodle/lib/yui/3.2.0/build/console/assets/console-filters-core.css
+share/moodle/lib/yui/3.2.0/build/console/assets/skins/sam/bg.png
+share/moodle/lib/yui/3.2.0/build/console/assets/skins/sam/console-filters-skin.css
+share/moodle/lib/yui/3.2.0/build/console/assets/skins/sam/console-filters.css
+share/moodle/lib/yui/3.2.0/build/console/assets/skins/sam/console-skin.css
+share/moodle/lib/yui/3.2.0/build/console/assets/skins/sam/console.css
+share/moodle/lib/yui/3.2.0/build/console/assets/skins/sam/warn_error.png
+share/moodle/lib/yui/3.2.0/build/console/assets/warn_error.png
+share/moodle/lib/yui/3.2.0/build/console/console-debug.js
+share/moodle/lib/yui/3.2.0/build/console/console-filters-debug.js
+share/moodle/lib/yui/3.2.0/build/console/console-filters-min.js
+share/moodle/lib/yui/3.2.0/build/console/console-filters.js
+share/moodle/lib/yui/3.2.0/build/console/console-min.js
+share/moodle/lib/yui/3.2.0/build/console/console.js
+share/moodle/lib/yui/3.2.0/build/console/lang/console.js
+share/moodle/lib/yui/3.2.0/build/console/lang/console_en.js
+share/moodle/lib/yui/3.2.0/build/console/lang/console_es.js
+share/moodle/lib/yui/3.2.0/build/cookie/cookie-debug.js
+share/moodle/lib/yui/3.2.0/build/cookie/cookie-min.js
+share/moodle/lib/yui/3.2.0/build/cookie/cookie.js
+share/moodle/lib/yui/3.2.0/build/cssbase/base-context-min.css
+share/moodle/lib/yui/3.2.0/build/cssbase/base-context.css
+share/moodle/lib/yui/3.2.0/build/cssbase/base-min.css
+share/moodle/lib/yui/3.2.0/build/cssbase/base.css
+share/moodle/lib/yui/3.2.0/build/cssfonts/fonts-context-min.css
+share/moodle/lib/yui/3.2.0/build/cssfonts/fonts-context.css
+share/moodle/lib/yui/3.2.0/build/cssfonts/fonts-min.css
+share/moodle/lib/yui/3.2.0/build/cssfonts/fonts.css
+share/moodle/lib/yui/3.2.0/build/cssgrids-deprecated/grids-context-min.css
+share/moodle/lib/yui/3.2.0/build/cssgrids-deprecated/grids-context.css
+share/moodle/lib/yui/3.2.0/build/cssgrids-deprecated/grids-min.css
+share/moodle/lib/yui/3.2.0/build/cssgrids-deprecated/grids.css
+share/moodle/lib/yui/3.2.0/build/cssgrids/grids-min.css
+share/moodle/lib/yui/3.2.0/build/cssgrids/grids.css
+share/moodle/lib/yui/3.2.0/build/cssreset/reset-context-min.css
+share/moodle/lib/yui/3.2.0/build/cssreset/reset-context.css
+share/moodle/lib/yui/3.2.0/build/cssreset/reset-min.css
+share/moodle/lib/yui/3.2.0/build/cssreset/reset.css
+share/moodle/lib/yui/3.2.0/build/dataschema/dataschema-array-debug.js
+share/moodle/lib/yui/3.2.0/build/dataschema/dataschema-array-min.js
+share/moodle/lib/yui/3.2.0/build/dataschema/dataschema-array.js
+share/moodle/lib/yui/3.2.0/build/dataschema/dataschema-base-debug.js
+share/moodle/lib/yui/3.2.0/build/dataschema/dataschema-base-min.js
+share/moodle/lib/yui/3.2.0/build/dataschema/dataschema-base.js
+share/moodle/lib/yui/3.2.0/build/dataschema/dataschema-debug.js
+share/moodle/lib/yui/3.2.0/build/dataschema/dataschema-json-debug.js
+share/moodle/lib/yui/3.2.0/build/dataschema/dataschema-json-min.js
+share/moodle/lib/yui/3.2.0/build/dataschema/dataschema-json.js
+share/moodle/lib/yui/3.2.0/build/dataschema/dataschema-min.js
+share/moodle/lib/yui/3.2.0/build/dataschema/dataschema-text-debug.js
+share/moodle/lib/yui/3.2.0/build/dataschema/dataschema-text-min.js
+share/moodle/lib/yui/3.2.0/build/dataschema/dataschema-text.js
+share/moodle/lib/yui/3.2.0/build/dataschema/dataschema-xml-debug.js
+share/moodle/lib/yui/3.2.0/build/dataschema/dataschema-xml-min.js
+share/moodle/lib/yui/3.2.0/build/dataschema/dataschema-xml.js
+share/moodle/lib/yui/3.2.0/build/dataschema/dataschema.js
+share/moodle/lib/yui/3.2.0/build/datasource/datasource-arrayschema-debug.js
+share/moodle/lib/yui/3.2.0/build/datasource/datasource-arrayschema-min.js
+share/moodle/lib/yui/3.2.0/build/datasource/datasource-arrayschema.js
+share/moodle/lib/yui/3.2.0/build/datasource/datasource-cache-debug.js
+share/moodle/lib/yui/3.2.0/build/datasource/datasource-cache-min.js
+share/moodle/lib/yui/3.2.0/build/datasource/datasource-cache.js
+share/moodle/lib/yui/3.2.0/build/datasource/datasource-debug.js
+share/moodle/lib/yui/3.2.0/build/datasource/datasource-function-debug.js
+share/moodle/lib/yui/3.2.0/build/datasource/datasource-function-min.js
+share/moodle/lib/yui/3.2.0/build/datasource/datasource-function.js
+share/moodle/lib/yui/3.2.0/build/datasource/datasource-get-debug.js
+share/moodle/lib/yui/3.2.0/build/datasource/datasource-get-min.js
+share/moodle/lib/yui/3.2.0/build/datasource/datasource-get.js
+share/moodle/lib/yui/3.2.0/build/datasource/datasource-io-debug.js
+share/moodle/lib/yui/3.2.0/build/datasource/datasource-io-min.js
+share/moodle/lib/yui/3.2.0/build/datasource/datasource-io.js
+share/moodle/lib/yui/3.2.0/build/datasource/datasource-jsonschema-debug.js
+share/moodle/lib/yui/3.2.0/build/datasource/datasource-jsonschema-min.js
+share/moodle/lib/yui/3.2.0/build/datasource/datasource-jsonschema.js
+share/moodle/lib/yui/3.2.0/build/datasource/datasource-local-debug.js
+share/moodle/lib/yui/3.2.0/build/datasource/datasource-local-min.js
+share/moodle/lib/yui/3.2.0/build/datasource/datasource-local.js
+share/moodle/lib/yui/3.2.0/build/datasource/datasource-min.js
+share/moodle/lib/yui/3.2.0/build/datasource/datasource-polling-debug.js
+share/moodle/lib/yui/3.2.0/build/datasource/datasource-polling-min.js
+share/moodle/lib/yui/3.2.0/build/datasource/datasource-polling.js
+share/moodle/lib/yui/3.2.0/build/datasource/datasource-textschema-debug.js
+share/moodle/lib/yui/3.2.0/build/datasource/datasource-textschema-min.js
+share/moodle/lib/yui/3.2.0/build/datasource/datasource-textschema.js
+share/moodle/lib/yui/3.2.0/build/datasource/datasource-xmlschema-debug.js
+share/moodle/lib/yui/3.2.0/build/datasource/datasource-xmlschema-min.js
+share/moodle/lib/yui/3.2.0/build/datasource/datasource-xmlschema.js
+share/moodle/lib/yui/3.2.0/build/datasource/datasource.js
+share/moodle/lib/yui/3.2.0/build/datatype/datatype-date-debug.js
+share/moodle/lib/yui/3.2.0/build/datatype/datatype-date-format-debug.js
+share/moodle/lib/yui/3.2.0/build/datatype/datatype-date-format-min.js
+share/moodle/lib/yui/3.2.0/build/datatype/datatype-date-format.js
+share/moodle/lib/yui/3.2.0/build/datatype/datatype-date-min.js
+share/moodle/lib/yui/3.2.0/build/datatype/datatype-date-parse-debug.js
+share/moodle/lib/yui/3.2.0/build/datatype/datatype-date-parse-min.js
+share/moodle/lib/yui/3.2.0/build/datatype/datatype-date-parse.js
+share/moodle/lib/yui/3.2.0/build/datatype/datatype-date.js
+share/moodle/lib/yui/3.2.0/build/datatype/datatype-debug.js
+share/moodle/lib/yui/3.2.0/build/datatype/datatype-min.js
+share/moodle/lib/yui/3.2.0/build/datatype/datatype-number-debug.js
+share/moodle/lib/yui/3.2.0/build/datatype/datatype-number-format-debug.js
+share/moodle/lib/yui/3.2.0/build/datatype/datatype-number-format-min.js
+share/moodle/lib/yui/3.2.0/build/datatype/datatype-number-format.js
+share/moodle/lib/yui/3.2.0/build/datatype/datatype-number-min.js
+share/moodle/lib/yui/3.2.0/build/datatype/datatype-number-parse-debug.js
+share/moodle/lib/yui/3.2.0/build/datatype/datatype-number-parse-min.js
+share/moodle/lib/yui/3.2.0/build/datatype/datatype-number-parse.js
+share/moodle/lib/yui/3.2.0/build/datatype/datatype-number.js
+share/moodle/lib/yui/3.2.0/build/datatype/datatype-xml-debug.js
+share/moodle/lib/yui/3.2.0/build/datatype/datatype-xml-format-debug.js
+share/moodle/lib/yui/3.2.0/build/datatype/datatype-xml-format-min.js
+share/moodle/lib/yui/3.2.0/build/datatype/datatype-xml-format.js
+share/moodle/lib/yui/3.2.0/build/datatype/datatype-xml-min.js
+share/moodle/lib/yui/3.2.0/build/datatype/datatype-xml-parse-debug.js
+share/moodle/lib/yui/3.2.0/build/datatype/datatype-xml-parse-min.js
+share/moodle/lib/yui/3.2.0/build/datatype/datatype-xml-parse.js
+share/moodle/lib/yui/3.2.0/build/datatype/datatype-xml.js
+share/moodle/lib/yui/3.2.0/build/datatype/datatype.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_ar-JO.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_ar.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_ca-ES.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_ca.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_da-DK.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_da.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_de-AT.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_de-DE.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_de.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_el-GR.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_el.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_en-AU.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_en-CA.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_en-GB.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_en-IE.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_en-IN.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_en-JO.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_en-MY.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_en-NZ.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_en-PH.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_en-SG.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_en-US.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_en.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_es-AR.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_es-BO.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_es-CL.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_es-CO.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_es-EC.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_es-ES.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_es-MX.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_es-PE.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_es-PY.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_es-US.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_es-UY.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_es-VE.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_es.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_fi-FI.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_fi.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_fr-BE.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_fr-CA.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_fr-FR.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_fr.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_hi-IN.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_hi.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_id-ID.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_id.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_it-IT.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_it.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_ja-JP.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_ja.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_ko-KR.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_ko.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_ms-MY.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_ms.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_nb-NO.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_nb.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_nl-BE.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_nl-NL.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_nl.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_pl-PL.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_pl.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_pt-BR.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_pt.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_ro-RO.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_ro.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_ru-RU.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_ru.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_sv-SE.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_sv.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_th-TH.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_th.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_tr-TR.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_tr.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_vi-VN.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_vi.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_zh-Hans-CN.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_zh-Hans.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_zh-Hant-HK.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_zh-Hant-TW.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date-format_zh-Hant.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_ar-JO.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_ar.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_ca-ES.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_ca.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_da-DK.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_da.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_de-AT.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_de-DE.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_de.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_el-GR.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_el.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_en-AU.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_en-CA.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_en-GB.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_en-IE.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_en-IN.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_en-JO.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_en-MY.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_en-NZ.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_en-PH.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_en-SG.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_en-US.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_en.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_es-AR.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_es-BO.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_es-CL.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_es-CO.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_es-EC.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_es-ES.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_es-MX.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_es-PE.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_es-PY.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_es-US.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_es-UY.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_es-VE.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_es.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_fi-FI.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_fi.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_fr-BE.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_fr-CA.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_fr-FR.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_fr.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_hi-IN.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_hi.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_id-ID.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_id.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_it-IT.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_it.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_ja-JP.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_ja.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_ko-KR.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_ko.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_ms-MY.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_ms.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_nb-NO.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_nb.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_nl-BE.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_nl-NL.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_nl.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_pl-PL.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_pl.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_pt-BR.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_pt.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_ro-RO.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_ro.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_ru-RU.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_ru.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_sv-SE.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_sv.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_th-TH.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_th.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_tr-TR.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_tr.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_vi-VN.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_vi.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_zh-Hans-CN.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_zh-Hans.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_zh-Hant-HK.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_zh-Hant-TW.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype-date_zh-Hant.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_ar-JO.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_ar.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_ca-ES.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_ca.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_da-DK.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_da.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_de-AT.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_de-DE.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_de.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_el-GR.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_el.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_en-AU.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_en-CA.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_en-GB.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_en-IE.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_en-IN.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_en-JO.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_en-MY.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_en-NZ.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_en-PH.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_en-SG.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_en-US.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_en.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_es-AR.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_es-BO.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_es-CL.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_es-CO.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_es-EC.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_es-ES.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_es-MX.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_es-PE.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_es-PY.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_es-US.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_es-UY.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_es-VE.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_es.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_fi-FI.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_fi.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_fr-BE.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_fr-CA.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_fr-FR.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_fr.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_hi-IN.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_hi.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_id-ID.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_id.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_it-IT.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_it.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_ja-JP.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_ja.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_ko-KR.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_ko.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_ms-MY.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_ms.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_nb-NO.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_nb.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_nl-BE.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_nl-NL.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_nl.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_pl-PL.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_pl.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_pt-BR.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_pt.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_ro-RO.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_ro.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_ru-RU.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_ru.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_sv-SE.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_sv.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_th-TH.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_th.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_tr-TR.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_tr.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_vi-VN.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_vi.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_zh-Hans-CN.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_zh-Hans.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_zh-Hant-HK.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_zh-Hant-TW.js
+share/moodle/lib/yui/3.2.0/build/datatype/lang/datatype_zh-Hant.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-constrain-debug.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-constrain-min.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-constrain.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-ddm-base-debug.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-ddm-base-min.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-ddm-base.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-ddm-debug.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-ddm-drop-debug.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-ddm-drop-min.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-ddm-drop.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-ddm-min.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-ddm.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-debug.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-delegate-debug.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-delegate-min.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-delegate.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-drag-debug.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-drag-min.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-drag.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-drop-debug.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-drop-min.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-drop-plugin-debug.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-drop-plugin-min.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-drop-plugin.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-drop.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-gestures-debug.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-gestures-min.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-gestures.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-min.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-plugin-debug.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-plugin-min.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-plugin.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-proxy-debug.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-proxy-min.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-proxy.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-scroll-debug.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-scroll-min.js
+share/moodle/lib/yui/3.2.0/build/dd/dd-scroll.js
+share/moodle/lib/yui/3.2.0/build/dd/dd.js
+share/moodle/lib/yui/3.2.0/build/dom/dom-base-debug.js
+share/moodle/lib/yui/3.2.0/build/dom/dom-base-min.js
+share/moodle/lib/yui/3.2.0/build/dom/dom-base.js
+share/moodle/lib/yui/3.2.0/build/dom/dom-debug.js
+share/moodle/lib/yui/3.2.0/build/dom/dom-min.js
+share/moodle/lib/yui/3.2.0/build/dom/dom-screen-debug.js
+share/moodle/lib/yui/3.2.0/build/dom/dom-screen-min.js
+share/moodle/lib/yui/3.2.0/build/dom/dom-screen.js
+share/moodle/lib/yui/3.2.0/build/dom/dom-style-debug.js
+share/moodle/lib/yui/3.2.0/build/dom/dom-style-ie-debug.js
+share/moodle/lib/yui/3.2.0/build/dom/dom-style-ie-min.js
+share/moodle/lib/yui/3.2.0/build/dom/dom-style-ie.js
+share/moodle/lib/yui/3.2.0/build/dom/dom-style-min.js
+share/moodle/lib/yui/3.2.0/build/dom/dom-style.js
+share/moodle/lib/yui/3.2.0/build/dom/dom.js
+share/moodle/lib/yui/3.2.0/build/dom/selector-css2-debug.js
+share/moodle/lib/yui/3.2.0/build/dom/selector-css2-min.js
+share/moodle/lib/yui/3.2.0/build/dom/selector-css2.js
+share/moodle/lib/yui/3.2.0/build/dom/selector-css3-debug.js
+share/moodle/lib/yui/3.2.0/build/dom/selector-css3-min.js
+share/moodle/lib/yui/3.2.0/build/dom/selector-css3.js
+share/moodle/lib/yui/3.2.0/build/dom/selector-debug.js
+share/moodle/lib/yui/3.2.0/build/dom/selector-min.js
+share/moodle/lib/yui/3.2.0/build/dom/selector-native-debug.js
+share/moodle/lib/yui/3.2.0/build/dom/selector-native-min.js
+share/moodle/lib/yui/3.2.0/build/dom/selector-native.js
+share/moodle/lib/yui/3.2.0/build/dom/selector.js
+share/moodle/lib/yui/3.2.0/build/dump/dump-debug.js
+share/moodle/lib/yui/3.2.0/build/dump/dump-min.js
+share/moodle/lib/yui/3.2.0/build/dump/dump.js
+share/moodle/lib/yui/3.2.0/build/editor/createlink-base-debug.js
+share/moodle/lib/yui/3.2.0/build/editor/createlink-base-min.js
+share/moodle/lib/yui/3.2.0/build/editor/createlink-base.js
+share/moodle/lib/yui/3.2.0/build/editor/editor-base-debug.js
+share/moodle/lib/yui/3.2.0/build/editor/editor-base-min.js
+share/moodle/lib/yui/3.2.0/build/editor/editor-base.js
+share/moodle/lib/yui/3.2.0/build/editor/editor-bidi-debug.js
+share/moodle/lib/yui/3.2.0/build/editor/editor-bidi-min.js
+share/moodle/lib/yui/3.2.0/build/editor/editor-bidi.js
+share/moodle/lib/yui/3.2.0/build/editor/editor-debug.js
+share/moodle/lib/yui/3.2.0/build/editor/editor-lists-debug.js
+share/moodle/lib/yui/3.2.0/build/editor/editor-lists-min.js
+share/moodle/lib/yui/3.2.0/build/editor/editor-lists.js
+share/moodle/lib/yui/3.2.0/build/editor/editor-min.js
+share/moodle/lib/yui/3.2.0/build/editor/editor-para-debug.js
+share/moodle/lib/yui/3.2.0/build/editor/editor-para-min.js
+share/moodle/lib/yui/3.2.0/build/editor/editor-para.js
+share/moodle/lib/yui/3.2.0/build/editor/editor-tab-debug.js
+share/moodle/lib/yui/3.2.0/build/editor/editor-tab-min.js
+share/moodle/lib/yui/3.2.0/build/editor/editor-tab.js
+share/moodle/lib/yui/3.2.0/build/editor/editor.js
+share/moodle/lib/yui/3.2.0/build/editor/exec-command-debug.js
+share/moodle/lib/yui/3.2.0/build/editor/exec-command-min.js
+share/moodle/lib/yui/3.2.0/build/editor/exec-command.js
+share/moodle/lib/yui/3.2.0/build/editor/frame-debug.js
+share/moodle/lib/yui/3.2.0/build/editor/frame-min.js
+share/moodle/lib/yui/3.2.0/build/editor/frame.js
+share/moodle/lib/yui/3.2.0/build/editor/selection-debug.js
+share/moodle/lib/yui/3.2.0/build/editor/selection-min.js
+share/moodle/lib/yui/3.2.0/build/editor/selection.js
+share/moodle/lib/yui/3.2.0/build/event-custom/event-custom-base-debug.js
+share/moodle/lib/yui/3.2.0/build/event-custom/event-custom-base-min.js
+share/moodle/lib/yui/3.2.0/build/event-custom/event-custom-base.js
+share/moodle/lib/yui/3.2.0/build/event-custom/event-custom-complex-debug.js
+share/moodle/lib/yui/3.2.0/build/event-custom/event-custom-complex-min.js
+share/moodle/lib/yui/3.2.0/build/event-custom/event-custom-complex.js
+share/moodle/lib/yui/3.2.0/build/event-custom/event-custom-debug.js
+share/moodle/lib/yui/3.2.0/build/event-custom/event-custom-min.js
+share/moodle/lib/yui/3.2.0/build/event-custom/event-custom.js
+share/moodle/lib/yui/3.2.0/build/event-gestures/event-flick-debug.js
+share/moodle/lib/yui/3.2.0/build/event-gestures/event-flick-min.js
+share/moodle/lib/yui/3.2.0/build/event-gestures/event-flick.js
+share/moodle/lib/yui/3.2.0/build/event-gestures/event-gestures-debug.js
+share/moodle/lib/yui/3.2.0/build/event-gestures/event-gestures-min.js
+share/moodle/lib/yui/3.2.0/build/event-gestures/event-gestures.js
+share/moodle/lib/yui/3.2.0/build/event-gestures/event-move-debug.js
+share/moodle/lib/yui/3.2.0/build/event-gestures/event-move-min.js
+share/moodle/lib/yui/3.2.0/build/event-gestures/event-move.js
+share/moodle/lib/yui/3.2.0/build/event-simulate/event-simulate-debug.js
+share/moodle/lib/yui/3.2.0/build/event-simulate/event-simulate-min.js
+share/moodle/lib/yui/3.2.0/build/event-simulate/event-simulate.js
+share/moodle/lib/yui/3.2.0/build/event-valuechange/event-valuechange-debug.js
+share/moodle/lib/yui/3.2.0/build/event-valuechange/event-valuechange-min.js
+share/moodle/lib/yui/3.2.0/build/event-valuechange/event-valuechange.js
+share/moodle/lib/yui/3.2.0/build/event/event-base-debug.js
+share/moodle/lib/yui/3.2.0/build/event/event-base-min.js
+share/moodle/lib/yui/3.2.0/build/event/event-base.js
+share/moodle/lib/yui/3.2.0/build/event/event-debug.js
+share/moodle/lib/yui/3.2.0/build/event/event-delegate-debug.js
+share/moodle/lib/yui/3.2.0/build/event/event-delegate-min.js
+share/moodle/lib/yui/3.2.0/build/event/event-delegate.js
+share/moodle/lib/yui/3.2.0/build/event/event-focus-debug.js
+share/moodle/lib/yui/3.2.0/build/event/event-focus-min.js
+share/moodle/lib/yui/3.2.0/build/event/event-focus.js
+share/moodle/lib/yui/3.2.0/build/event/event-key-debug.js
+share/moodle/lib/yui/3.2.0/build/event/event-key-min.js
+share/moodle/lib/yui/3.2.0/build/event/event-key.js
+share/moodle/lib/yui/3.2.0/build/event/event-min.js
+share/moodle/lib/yui/3.2.0/build/event/event-mouseenter-debug.js
+share/moodle/lib/yui/3.2.0/build/event/event-mouseenter-min.js
+share/moodle/lib/yui/3.2.0/build/event/event-mouseenter.js
+share/moodle/lib/yui/3.2.0/build/event/event-mousewheel-debug.js
+share/moodle/lib/yui/3.2.0/build/event/event-mousewheel-min.js
+share/moodle/lib/yui/3.2.0/build/event/event-mousewheel.js
+share/moodle/lib/yui/3.2.0/build/event/event-resize-debug.js
+share/moodle/lib/yui/3.2.0/build/event/event-resize-min.js
+share/moodle/lib/yui/3.2.0/build/event/event-resize.js
+share/moodle/lib/yui/3.2.0/build/event/event-synthetic-debug.js
+share/moodle/lib/yui/3.2.0/build/event/event-synthetic-min.js
+share/moodle/lib/yui/3.2.0/build/event/event-synthetic.js
+share/moodle/lib/yui/3.2.0/build/event/event-touch-debug.js
+share/moodle/lib/yui/3.2.0/build/event/event-touch-min.js
+share/moodle/lib/yui/3.2.0/build/event/event-touch.js
+share/moodle/lib/yui/3.2.0/build/event/event.js
+share/moodle/lib/yui/3.2.0/build/history-deprecated/history-deprecated-debug.js
+share/moodle/lib/yui/3.2.0/build/history-deprecated/history-deprecated-min.js
+share/moodle/lib/yui/3.2.0/build/history-deprecated/history-deprecated.js
+share/moodle/lib/yui/3.2.0/build/history/history-base-debug.js
+share/moodle/lib/yui/3.2.0/build/history/history-base-min.js
+share/moodle/lib/yui/3.2.0/build/history/history-base.js
+share/moodle/lib/yui/3.2.0/build/history/history-debug.js
+share/moodle/lib/yui/3.2.0/build/history/history-hash-debug.js
+share/moodle/lib/yui/3.2.0/build/history/history-hash-ie-debug.js
+share/moodle/lib/yui/3.2.0/build/history/history-hash-ie-min.js
+share/moodle/lib/yui/3.2.0/build/history/history-hash-ie.js
+share/moodle/lib/yui/3.2.0/build/history/history-hash-min.js
+share/moodle/lib/yui/3.2.0/build/history/history-hash.js
+share/moodle/lib/yui/3.2.0/build/history/history-html5-debug.js
+share/moodle/lib/yui/3.2.0/build/history/history-html5-min.js
+share/moodle/lib/yui/3.2.0/build/history/history-html5.js
+share/moodle/lib/yui/3.2.0/build/history/history-min.js
+share/moodle/lib/yui/3.2.0/build/history/history.js
+share/moodle/lib/yui/3.2.0/build/imageloader/imageloader-debug.js
+share/moodle/lib/yui/3.2.0/build/imageloader/imageloader-min.js
+share/moodle/lib/yui/3.2.0/build/imageloader/imageloader.js
+share/moodle/lib/yui/3.2.0/build/intl/intl-debug.js
+share/moodle/lib/yui/3.2.0/build/intl/intl-min.js
+share/moodle/lib/yui/3.2.0/build/intl/intl.js
+share/moodle/lib/yui/3.2.0/build/io/io-base-debug.js
+share/moodle/lib/yui/3.2.0/build/io/io-base-min.js
+share/moodle/lib/yui/3.2.0/build/io/io-base.js
+share/moodle/lib/yui/3.2.0/build/io/io-debug.js
+share/moodle/lib/yui/3.2.0/build/io/io-form-debug.js
+share/moodle/lib/yui/3.2.0/build/io/io-form-min.js
+share/moodle/lib/yui/3.2.0/build/io/io-form.js
+share/moodle/lib/yui/3.2.0/build/io/io-min.js
+share/moodle/lib/yui/3.2.0/build/io/io-queue-debug.js
+share/moodle/lib/yui/3.2.0/build/io/io-queue-min.js
+share/moodle/lib/yui/3.2.0/build/io/io-queue.js
+share/moodle/lib/yui/3.2.0/build/io/io-upload-iframe-debug.js
+share/moodle/lib/yui/3.2.0/build/io/io-upload-iframe-min.js
+share/moodle/lib/yui/3.2.0/build/io/io-upload-iframe.js
+share/moodle/lib/yui/3.2.0/build/io/io-xdr-debug.js
+share/moodle/lib/yui/3.2.0/build/io/io-xdr-min.js
+share/moodle/lib/yui/3.2.0/build/io/io-xdr.js
+share/moodle/lib/yui/3.2.0/build/io/io.js
+share/moodle/lib/yui/3.2.0/build/io/io.swf
+share/moodle/lib/yui/3.2.0/build/json/json-debug.js
+share/moodle/lib/yui/3.2.0/build/json/json-min.js
+share/moodle/lib/yui/3.2.0/build/json/json-parse-debug.js
+share/moodle/lib/yui/3.2.0/build/json/json-parse-min.js
+share/moodle/lib/yui/3.2.0/build/json/json-parse.js
+share/moodle/lib/yui/3.2.0/build/json/json-stringify-debug.js
+share/moodle/lib/yui/3.2.0/build/json/json-stringify-min.js
+share/moodle/lib/yui/3.2.0/build/json/json-stringify.js
+share/moodle/lib/yui/3.2.0/build/json/json.js
+share/moodle/lib/yui/3.2.0/build/jsonp/jsonp-debug.js
+share/moodle/lib/yui/3.2.0/build/jsonp/jsonp-min.js
+share/moodle/lib/yui/3.2.0/build/jsonp/jsonp-url-debug.js
+share/moodle/lib/yui/3.2.0/build/jsonp/jsonp-url-min.js
+share/moodle/lib/yui/3.2.0/build/jsonp/jsonp-url.js
+share/moodle/lib/yui/3.2.0/build/jsonp/jsonp.js
+share/moodle/lib/yui/3.2.0/build/loader/loader-base-debug.js
+share/moodle/lib/yui/3.2.0/build/loader/loader-base-min.js
+share/moodle/lib/yui/3.2.0/build/loader/loader-base.js
+share/moodle/lib/yui/3.2.0/build/loader/loader-debug.js
+share/moodle/lib/yui/3.2.0/build/loader/loader-min.js
+share/moodle/lib/yui/3.2.0/build/loader/loader-rollup-debug.js
+share/moodle/lib/yui/3.2.0/build/loader/loader-rollup-min.js
+share/moodle/lib/yui/3.2.0/build/loader/loader-rollup.js
+share/moodle/lib/yui/3.2.0/build/loader/loader-yui3-debug.js
+share/moodle/lib/yui/3.2.0/build/loader/loader-yui3-min.js
+share/moodle/lib/yui/3.2.0/build/loader/loader-yui3.js
+share/moodle/lib/yui/3.2.0/build/loader/loader.js
+share/moodle/lib/yui/3.2.0/build/node-flick/assets/node-flick-core.css
+share/moodle/lib/yui/3.2.0/build/node-flick/assets/skins/sam/node-flick-skin.css
+share/moodle/lib/yui/3.2.0/build/node-flick/assets/skins/sam/node-flick.css
+share/moodle/lib/yui/3.2.0/build/node-flick/node-flick-debug.js
+share/moodle/lib/yui/3.2.0/build/node-flick/node-flick-min.js
+share/moodle/lib/yui/3.2.0/build/node-flick/node-flick.js
+share/moodle/lib/yui/3.2.0/build/node-focusmanager/node-focusmanager-debug.js
+share/moodle/lib/yui/3.2.0/build/node-focusmanager/node-focusmanager-min.js
+share/moodle/lib/yui/3.2.0/build/node-focusmanager/node-focusmanager.js
+share/moodle/lib/yui/3.2.0/build/node-menunav/assets/node-menunav-core.css
+share/moodle/lib/yui/3.2.0/build/node-menunav/assets/skins/sam/horizontal-menu-submenu-indicator.png
+share/moodle/lib/yui/3.2.0/build/node-menunav/assets/skins/sam/horizontal-menu-submenu-toggle.png
+share/moodle/lib/yui/3.2.0/build/node-menunav/assets/skins/sam/node-menunav-skin.css
+share/moodle/lib/yui/3.2.0/build/node-menunav/assets/skins/sam/node-menunav.css
+share/moodle/lib/yui/3.2.0/build/node-menunav/assets/skins/sam/vertical-menu-submenu-indicator.png
+share/moodle/lib/yui/3.2.0/build/node-menunav/node-menunav-debug.js
+share/moodle/lib/yui/3.2.0/build/node-menunav/node-menunav-min.js
+share/moodle/lib/yui/3.2.0/build/node-menunav/node-menunav.js
+share/moodle/lib/yui/3.2.0/build/node/align-plugin-debug.js
+share/moodle/lib/yui/3.2.0/build/node/align-plugin-min.js
+share/moodle/lib/yui/3.2.0/build/node/align-plugin.js
+share/moodle/lib/yui/3.2.0/build/node/node-aria-debug.js
+share/moodle/lib/yui/3.2.0/build/node/node-aria-min.js
+share/moodle/lib/yui/3.2.0/build/node/node-aria.js
+share/moodle/lib/yui/3.2.0/build/node/node-base-debug.js
+share/moodle/lib/yui/3.2.0/build/node/node-base-min.js
+share/moodle/lib/yui/3.2.0/build/node/node-base.js
+share/moodle/lib/yui/3.2.0/build/node/node-debug.js
+share/moodle/lib/yui/3.2.0/build/node/node-event-delegate-debug.js
+share/moodle/lib/yui/3.2.0/build/node/node-event-delegate-min.js
+share/moodle/lib/yui/3.2.0/build/node/node-event-delegate.js
+share/moodle/lib/yui/3.2.0/build/node/node-event-html5-debug.js
+share/moodle/lib/yui/3.2.0/build/node/node-event-html5-min.js
+share/moodle/lib/yui/3.2.0/build/node/node-event-html5.js
+share/moodle/lib/yui/3.2.0/build/node/node-event-simulate-debug.js
+share/moodle/lib/yui/3.2.0/build/node/node-event-simulate-min.js
+share/moodle/lib/yui/3.2.0/build/node/node-event-simulate.js
+share/moodle/lib/yui/3.2.0/build/node/node-min.js
+share/moodle/lib/yui/3.2.0/build/node/node-pluginhost-debug.js
+share/moodle/lib/yui/3.2.0/build/node/node-pluginhost-min.js
+share/moodle/lib/yui/3.2.0/build/node/node-pluginhost.js
+share/moodle/lib/yui/3.2.0/build/node/node-screen-debug.js
+share/moodle/lib/yui/3.2.0/build/node/node-screen-min.js
+share/moodle/lib/yui/3.2.0/build/node/node-screen.js
+share/moodle/lib/yui/3.2.0/build/node/node-style-debug.js
+share/moodle/lib/yui/3.2.0/build/node/node-style-min.js
+share/moodle/lib/yui/3.2.0/build/node/node-style.js
+share/moodle/lib/yui/3.2.0/build/node/node.js
+share/moodle/lib/yui/3.2.0/build/node/shim-plugin-debug.js
+share/moodle/lib/yui/3.2.0/build/node/shim-plugin-min.js
+share/moodle/lib/yui/3.2.0/build/node/shim-plugin.js
+share/moodle/lib/yui/3.2.0/build/oop/oop-debug.js
+share/moodle/lib/yui/3.2.0/build/oop/oop-min.js
+share/moodle/lib/yui/3.2.0/build/oop/oop.js
+share/moodle/lib/yui/3.2.0/build/overlay/assets/overlay-core.css
+share/moodle/lib/yui/3.2.0/build/overlay/assets/skins/sam/overlay-skin.css
+share/moodle/lib/yui/3.2.0/build/overlay/assets/skins/sam/overlay.css
+share/moodle/lib/yui/3.2.0/build/overlay/overlay-debug.js
+share/moodle/lib/yui/3.2.0/build/overlay/overlay-min.js
+share/moodle/lib/yui/3.2.0/build/overlay/overlay.js
+share/moodle/lib/yui/3.2.0/build/plugin/plugin-debug.js
+share/moodle/lib/yui/3.2.0/build/plugin/plugin-min.js
+share/moodle/lib/yui/3.2.0/build/plugin/plugin.js
+share/moodle/lib/yui/3.2.0/build/pluginhost/pluginhost-debug.js
+share/moodle/lib/yui/3.2.0/build/pluginhost/pluginhost-min.js
+share/moodle/lib/yui/3.2.0/build/pluginhost/pluginhost.js
+share/moodle/lib/yui/3.2.0/build/profiler/profiler-debug.js
+share/moodle/lib/yui/3.2.0/build/profiler/profiler-min.js
+share/moodle/lib/yui/3.2.0/build/profiler/profiler.js
+share/moodle/lib/yui/3.2.0/build/querystring/querystring-debug.js
+share/moodle/lib/yui/3.2.0/build/querystring/querystring-min.js
+share/moodle/lib/yui/3.2.0/build/querystring/querystring-parse-debug.js
+share/moodle/lib/yui/3.2.0/build/querystring/querystring-parse-min.js
+share/moodle/lib/yui/3.2.0/build/querystring/querystring-parse-simple-debug.js
+share/moodle/lib/yui/3.2.0/build/querystring/querystring-parse-simple-min.js
+share/moodle/lib/yui/3.2.0/build/querystring/querystring-parse-simple.js
+share/moodle/lib/yui/3.2.0/build/querystring/querystring-parse.js
+share/moodle/lib/yui/3.2.0/build/querystring/querystring-stringify-debug.js
+share/moodle/lib/yui/3.2.0/build/querystring/querystring-stringify-min.js
+share/moodle/lib/yui/3.2.0/build/querystring/querystring-stringify-simple-debug.js
+share/moodle/lib/yui/3.2.0/build/querystring/querystring-stringify-simple-min.js
+share/moodle/lib/yui/3.2.0/build/querystring/querystring-stringify-simple.js
+share/moodle/lib/yui/3.2.0/build/querystring/querystring-stringify.js
+share/moodle/lib/yui/3.2.0/build/querystring/querystring.js
+share/moodle/lib/yui/3.2.0/build/queue-promote/queue-promote-debug.js
+share/moodle/lib/yui/3.2.0/build/queue-promote/queue-promote-min.js
+share/moodle/lib/yui/3.2.0/build/queue-promote/queue-promote.js
+share/moodle/lib/yui/3.2.0/build/scrollview/assets/scrollview-base-core.css
+share/moodle/lib/yui/3.2.0/build/scrollview/assets/scrollview-paginator-core.css
+share/moodle/lib/yui/3.2.0/build/scrollview/assets/scrollview-scrollbars-core.css
+share/moodle/lib/yui/3.2.0/build/scrollview/assets/skins/sam/scrollview-base-skin.css
+share/moodle/lib/yui/3.2.0/build/scrollview/assets/skins/sam/scrollview-base.css
+share/moodle/lib/yui/3.2.0/build/scrollview/assets/skins/sam/scrollview-paginator-skin.css
+share/moodle/lib/yui/3.2.0/build/scrollview/assets/skins/sam/scrollview-paginator.css
+share/moodle/lib/yui/3.2.0/build/scrollview/assets/skins/sam/scrollview-scrollbars-skin.css
+share/moodle/lib/yui/3.2.0/build/scrollview/assets/skins/sam/scrollview-scrollbars.css
+share/moodle/lib/yui/3.2.0/build/scrollview/scrollview-base-debug.js
+share/moodle/lib/yui/3.2.0/build/scrollview/scrollview-base-min.js
+share/moodle/lib/yui/3.2.0/build/scrollview/scrollview-base.js
+share/moodle/lib/yui/3.2.0/build/scrollview/scrollview-debug.js
+share/moodle/lib/yui/3.2.0/build/scrollview/scrollview-min.js
+share/moodle/lib/yui/3.2.0/build/scrollview/scrollview-paginator-debug.js
+share/moodle/lib/yui/3.2.0/build/scrollview/scrollview-paginator-min.js
+share/moodle/lib/yui/3.2.0/build/scrollview/scrollview-paginator.js
+share/moodle/lib/yui/3.2.0/build/scrollview/scrollview-scrollbars-debug.js
+share/moodle/lib/yui/3.2.0/build/scrollview/scrollview-scrollbars-min.js
+share/moodle/lib/yui/3.2.0/build/scrollview/scrollview-scrollbars.js
+share/moodle/lib/yui/3.2.0/build/scrollview/scrollview.js
+share/moodle/lib/yui/3.2.0/build/simpleyui/simpleyui-debug.js
+share/moodle/lib/yui/3.2.0/build/simpleyui/simpleyui-min.js
+share/moodle/lib/yui/3.2.0/build/simpleyui/simpleyui.js
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/audio-light/rail-x.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/audio-light/rail-y.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/audio-light/slider-base-skin.css
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/audio-light/slider-base.css
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/audio-light/slider-skin.css
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/audio-light/slider.css
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/audio-light/thumb-x.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/audio-light/thumb-y.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/audio/rail-x.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/audio/rail-y.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/audio/slider-base-skin.css
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/audio/slider-base.css
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/audio/slider-skin.css
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/audio/slider.css
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/audio/thumb-x.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/audio/thumb-y.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/capsule-dark/rail-x-dots.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/capsule-dark/rail-x-lines.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/capsule-dark/rail-x.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/capsule-dark/rail-y-dots.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/capsule-dark/rail-y-lines.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/capsule-dark/rail-y.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/capsule-dark/slider-base-skin.css
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/capsule-dark/slider-base.css
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/capsule-dark/slider-skin.css
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/capsule-dark/slider.css
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/capsule-dark/thumb-x-line.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/capsule-dark/thumb-x.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/capsule-dark/thumb-y-line.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/capsule-dark/thumb-y.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/capsule/rail-x-dots.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/capsule/rail-x-lines.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/capsule/rail-x.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/capsule/rail-y-dots.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/capsule/rail-y-lines.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/capsule/rail-y.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/capsule/slider-base-skin.css
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/capsule/slider-base.css
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/capsule/slider-skin.css
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/capsule/slider.css
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/capsule/thumb-x-line.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/capsule/thumb-x.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/capsule/thumb-y-line.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/capsule/thumb-y-lines.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/capsule/thumb-y.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/round-dark/rail-x.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/round-dark/rail-y.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/round-dark/slider-base-skin.css
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/round-dark/slider-base.css
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/round-dark/slider-skin.css
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/round-dark/slider.css
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/round-dark/thumb-x-grip.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/round-dark/thumb-x.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/round-dark/thumb-y-grip.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/round-dark/thumb-y.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/round/rail-x.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/round/rail-y.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/round/slider-base-skin.css
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/round/slider-base.css
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/round/slider-skin.css
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/round/slider.css
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/round/thumb-x-grip.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/round/thumb-x.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/round/thumb-y-grip.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/round/thumb-y.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/sam-dark/rail-x-lines.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/sam-dark/rail-x.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/sam-dark/rail-y-lines.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/sam-dark/rail-y.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/sam-dark/slider-base-skin.css
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/sam-dark/slider-base.css
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/sam-dark/slider-skin.css
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/sam-dark/slider.css
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/sam-dark/thumb-x.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/sam-dark/thumb-y.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/sam/rail-classic-x.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/sam/rail-classic-y.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/sam/rail-x-lines.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/sam/rail-x.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/sam/rail-y-lines.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/sam/rail-y.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/sam/slider-base-skin.css
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/sam/slider-base.css
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/sam/slider-skin.css
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/sam/slider.css
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/sam/thumb-classic-x.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/sam/thumb-classic-y.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/sam/thumb-x.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/skins/sam/thumb-y.png
+share/moodle/lib/yui/3.2.0/build/slider/assets/slider-base-core.css
+share/moodle/lib/yui/3.2.0/build/slider/assets/slider-core.css
+share/moodle/lib/yui/3.2.0/build/slider/clickable-rail-debug.js
+share/moodle/lib/yui/3.2.0/build/slider/clickable-rail-min.js
+share/moodle/lib/yui/3.2.0/build/slider/clickable-rail.js
+share/moodle/lib/yui/3.2.0/build/slider/range-slider-debug.js
+share/moodle/lib/yui/3.2.0/build/slider/range-slider-min.js
+share/moodle/lib/yui/3.2.0/build/slider/range-slider.js
+share/moodle/lib/yui/3.2.0/build/slider/slider-base-debug.js
+share/moodle/lib/yui/3.2.0/build/slider/slider-base-min.js
+share/moodle/lib/yui/3.2.0/build/slider/slider-base.js
+share/moodle/lib/yui/3.2.0/build/slider/slider-debug.js
+share/moodle/lib/yui/3.2.0/build/slider/slider-min.js
+share/moodle/lib/yui/3.2.0/build/slider/slider-value-range-debug.js
+share/moodle/lib/yui/3.2.0/build/slider/slider-value-range-min.js
+share/moodle/lib/yui/3.2.0/build/slider/slider-value-range.js
+share/moodle/lib/yui/3.2.0/build/slider/slider.js
+share/moodle/lib/yui/3.2.0/build/sortable/sortable-debug.js
+share/moodle/lib/yui/3.2.0/build/sortable/sortable-min.js
+share/moodle/lib/yui/3.2.0/build/sortable/sortable-scroll-debug.js
+share/moodle/lib/yui/3.2.0/build/sortable/sortable-scroll-min.js
+share/moodle/lib/yui/3.2.0/build/sortable/sortable-scroll.js
+share/moodle/lib/yui/3.2.0/build/sortable/sortable.js
+share/moodle/lib/yui/3.2.0/build/stylesheet/stylesheet-debug.js
+share/moodle/lib/yui/3.2.0/build/stylesheet/stylesheet-min.js
+share/moodle/lib/yui/3.2.0/build/stylesheet/stylesheet.js
+share/moodle/lib/yui/3.2.0/build/substitute/substitute-debug.js
+share/moodle/lib/yui/3.2.0/build/substitute/substitute-min.js
+share/moodle/lib/yui/3.2.0/build/substitute/substitute.js
+share/moodle/lib/yui/3.2.0/build/swf/swf-debug.js
+share/moodle/lib/yui/3.2.0/build/swf/swf-min.js
+share/moodle/lib/yui/3.2.0/build/swf/swf.js
+share/moodle/lib/yui/3.2.0/build/swfdetect/swfdetect-debug.js
+share/moodle/lib/yui/3.2.0/build/swfdetect/swfdetect-min.js
+share/moodle/lib/yui/3.2.0/build/swfdetect/swfdetect.js
+share/moodle/lib/yui/3.2.0/build/tabview/assets/skins/sam/tabview-skin.css
+share/moodle/lib/yui/3.2.0/build/tabview/assets/skins/sam/tabview.css
+share/moodle/lib/yui/3.2.0/build/tabview/assets/tabview-core.css
+share/moodle/lib/yui/3.2.0/build/tabview/assets/tabview.css
+share/moodle/lib/yui/3.2.0/build/tabview/tabview-base-debug.js
+share/moodle/lib/yui/3.2.0/build/tabview/tabview-base-min.js
+share/moodle/lib/yui/3.2.0/build/tabview/tabview-base.js
+share/moodle/lib/yui/3.2.0/build/tabview/tabview-debug.js
+share/moodle/lib/yui/3.2.0/build/tabview/tabview-min.js
+share/moodle/lib/yui/3.2.0/build/tabview/tabview-plugin-debug.js
+share/moodle/lib/yui/3.2.0/build/tabview/tabview-plugin-min.js
+share/moodle/lib/yui/3.2.0/build/tabview/tabview-plugin.js
+share/moodle/lib/yui/3.2.0/build/tabview/tabview.js
+share/moodle/lib/yui/3.2.0/build/test/assets/skins/sam/test-skin.css
+share/moodle/lib/yui/3.2.0/build/test/assets/skins/sam/test.css
+share/moodle/lib/yui/3.2.0/build/test/assets/test-console.css
+share/moodle/lib/yui/3.2.0/build/test/test-debug.js
+share/moodle/lib/yui/3.2.0/build/test/test-min.js
+share/moodle/lib/yui/3.2.0/build/test/test.js
+share/moodle/lib/yui/3.2.0/build/transition/transition-debug.js
+share/moodle/lib/yui/3.2.0/build/transition/transition-min.js
+share/moodle/lib/yui/3.2.0/build/transition/transition-native-debug.js
+share/moodle/lib/yui/3.2.0/build/transition/transition-native-min.js
+share/moodle/lib/yui/3.2.0/build/transition/transition-native.js
+share/moodle/lib/yui/3.2.0/build/transition/transition-timer-debug.js
+share/moodle/lib/yui/3.2.0/build/transition/transition-timer-min.js
+share/moodle/lib/yui/3.2.0/build/transition/transition-timer.js
+share/moodle/lib/yui/3.2.0/build/transition/transition.js
+share/moodle/lib/yui/3.2.0/build/uploader/assets/uploader.swf
+share/moodle/lib/yui/3.2.0/build/uploader/uploader-debug.js
+share/moodle/lib/yui/3.2.0/build/uploader/uploader-min.js
+share/moodle/lib/yui/3.2.0/build/uploader/uploader.js
+share/moodle/lib/yui/3.2.0/build/widget-anim/widget-anim-debug.js
+share/moodle/lib/yui/3.2.0/build/widget-anim/widget-anim-min.js
+share/moodle/lib/yui/3.2.0/build/widget-anim/widget-anim.js
+share/moodle/lib/yui/3.2.0/build/widget/assets/skins/sam/widget-base-skin.css
+share/moodle/lib/yui/3.2.0/build/widget/assets/skins/sam/widget-base.css
+share/moodle/lib/yui/3.2.0/build/widget/assets/skins/sam/widget-stack-skin.css
+share/moodle/lib/yui/3.2.0/build/widget/assets/skins/sam/widget-stack.css
+share/moodle/lib/yui/3.2.0/build/widget/assets/skins/sam/widget.css
+share/moodle/lib/yui/3.2.0/build/widget/assets/widget-base-core.css
+share/moodle/lib/yui/3.2.0/build/widget/assets/widget-stack-core.css
+share/moodle/lib/yui/3.2.0/build/widget/widget-base-debug.js
+share/moodle/lib/yui/3.2.0/build/widget/widget-base-min.js
+share/moodle/lib/yui/3.2.0/build/widget/widget-base.js
+share/moodle/lib/yui/3.2.0/build/widget/widget-child-debug.js
+share/moodle/lib/yui/3.2.0/build/widget/widget-child-min.js
+share/moodle/lib/yui/3.2.0/build/widget/widget-child.js
+share/moodle/lib/yui/3.2.0/build/widget/widget-debug.js
+share/moodle/lib/yui/3.2.0/build/widget/widget-htmlparser-debug.js
+share/moodle/lib/yui/3.2.0/build/widget/widget-htmlparser-min.js
+share/moodle/lib/yui/3.2.0/build/widget/widget-htmlparser.js
+share/moodle/lib/yui/3.2.0/build/widget/widget-locale-debug.js
+share/moodle/lib/yui/3.2.0/build/widget/widget-locale-min.js
+share/moodle/lib/yui/3.2.0/build/widget/widget-locale.js
+share/moodle/lib/yui/3.2.0/build/widget/widget-min.js
+share/moodle/lib/yui/3.2.0/build/widget/widget-parent-debug.js
+share/moodle/lib/yui/3.2.0/build/widget/widget-parent-min.js
+share/moodle/lib/yui/3.2.0/build/widget/widget-parent.js
+share/moodle/lib/yui/3.2.0/build/widget/widget-position-align-debug.js
+share/moodle/lib/yui/3.2.0/build/widget/widget-position-align-min.js
+share/moodle/lib/yui/3.2.0/build/widget/widget-position-align.js
+share/moodle/lib/yui/3.2.0/build/widget/widget-position-constrain-debug.js
+share/moodle/lib/yui/3.2.0/build/widget/widget-position-constrain-min.js
+share/moodle/lib/yui/3.2.0/build/widget/widget-position-constrain.js
+share/moodle/lib/yui/3.2.0/build/widget/widget-position-debug.js
+share/moodle/lib/yui/3.2.0/build/widget/widget-position-min.js
+share/moodle/lib/yui/3.2.0/build/widget/widget-position.js
+share/moodle/lib/yui/3.2.0/build/widget/widget-stack-debug.js
+share/moodle/lib/yui/3.2.0/build/widget/widget-stack-min.js
+share/moodle/lib/yui/3.2.0/build/widget/widget-stack.js
+share/moodle/lib/yui/3.2.0/build/widget/widget-stdmod-debug.js
+share/moodle/lib/yui/3.2.0/build/widget/widget-stdmod-min.js
+share/moodle/lib/yui/3.2.0/build/widget/widget-stdmod.js
+share/moodle/lib/yui/3.2.0/build/widget/widget.js
+share/moodle/lib/yui/3.2.0/build/yql/yql-debug.js
+share/moodle/lib/yui/3.2.0/build/yql/yql-min.js
+share/moodle/lib/yui/3.2.0/build/yql/yql.js
+share/moodle/lib/yui/3.2.0/build/yui/features-debug.js
+share/moodle/lib/yui/3.2.0/build/yui/features-min.js
+share/moodle/lib/yui/3.2.0/build/yui/features.js
+share/moodle/lib/yui/3.2.0/build/yui/get-debug.js
+share/moodle/lib/yui/3.2.0/build/yui/get-min.js
+share/moodle/lib/yui/3.2.0/build/yui/get.js
+share/moodle/lib/yui/3.2.0/build/yui/intl-base-debug.js
+share/moodle/lib/yui/3.2.0/build/yui/intl-base-min.js
+share/moodle/lib/yui/3.2.0/build/yui/intl-base.js
+share/moodle/lib/yui/3.2.0/build/yui/rls-debug.js
+share/moodle/lib/yui/3.2.0/build/yui/rls-min.js
+share/moodle/lib/yui/3.2.0/build/yui/rls.js
+share/moodle/lib/yui/3.2.0/build/yui/yui-base-debug.js
+share/moodle/lib/yui/3.2.0/build/yui/yui-base-min.js
+share/moodle/lib/yui/3.2.0/build/yui/yui-base.js
+share/moodle/lib/yui/3.2.0/build/yui/yui-debug.js
+share/moodle/lib/yui/3.2.0/build/yui/yui-later-debug.js
+share/moodle/lib/yui/3.2.0/build/yui/yui-later-min.js
+share/moodle/lib/yui/3.2.0/build/yui/yui-later.js
+share/moodle/lib/yui/3.2.0/build/yui/yui-log-debug.js
+share/moodle/lib/yui/3.2.0/build/yui/yui-log-min.js
+share/moodle/lib/yui/3.2.0/build/yui/yui-log.js
+share/moodle/lib/yui/3.2.0/build/yui/yui-min.js
+share/moodle/lib/yui/3.2.0/build/yui/yui-throttle-debug.js
+share/moodle/lib/yui/3.2.0/build/yui/yui-throttle-min.js
+share/moodle/lib/yui/3.2.0/build/yui/yui-throttle.js
+share/moodle/lib/yui/3.2.0/build/yui/yui.js
+share/moodle/lib/yui/license.txt
+share/moodle/lib/yui/phploader/lib/meta/config_2.7.0.php
+share/moodle/lib/yui/phploader/lib/meta/config_2.8.0.php
+share/moodle/lib/yui/phploader/lib/meta/config_2.8.0r4.php
+share/moodle/lib/yui/phploader/lib/meta/config_2.8.1.php
+share/moodle/lib/yui/phploader/lib/meta/config_2.8.2.php
+share/moodle/lib/yui/phploader/lib/meta/config_3.0.0.php
+share/moodle/lib/yui/phploader/lib/meta/config_3.0.0b1.php
+share/moodle/lib/yui/phploader/lib/meta/config_3.1.0.php
+share/moodle/lib/yui/phploader/lib/meta/config_3.1.1.php
+share/moodle/lib/yui/phploader/lib/meta/config_3.2.0.php
+share/moodle/lib/yui/phploader/lib/meta/json_2.7.0.txt
+share/moodle/lib/yui/phploader/lib/meta/json_2.8.0.txt
+share/moodle/lib/yui/phploader/lib/meta/json_2.8.0r4.txt
+share/moodle/lib/yui/phploader/lib/meta/json_2.8.1.txt
+share/moodle/lib/yui/phploader/lib/meta/json_2.8.2.txt
+share/moodle/lib/yui/phploader/lib/meta/json_3.0.0.txt
+share/moodle/lib/yui/phploader/lib/meta/json_3.0.0b1.txt
+share/moodle/lib/yui/phploader/lib/meta/json_3.1.0.txt
+share/moodle/lib/yui/phploader/lib/meta/json_3.1.1.txt
+share/moodle/lib/yui/phploader/lib/meta/json_3.2.0.txt
+share/moodle/lib/yui/phploader/phploader/loader.php
+share/moodle/lib/yui/readme_moodle.txt
+share/moodle/lib/zend/Zend/Amf/Adobe/Auth.php
+share/moodle/lib/zend/Zend/Amf/Adobe/DbInspector.php
+share/moodle/lib/zend/Zend/Amf/Adobe/Introspector.php
+share/moodle/lib/zend/Zend/Amf/Auth/Abstract.php
+share/moodle/lib/zend/Zend/Amf/Constants.php
+share/moodle/lib/zend/Zend/Amf/Exception.php
+share/moodle/lib/zend/Zend/Amf/Parse/Amf0/Deserializer.php
+share/moodle/lib/zend/Zend/Amf/Parse/Amf0/Serializer.php
+share/moodle/lib/zend/Zend/Amf/Parse/Amf3/Deserializer.php
+share/moodle/lib/zend/Zend/Amf/Parse/Amf3/Serializer.php
+share/moodle/lib/zend/Zend/Amf/Parse/Deserializer.php
+share/moodle/lib/zend/Zend/Amf/Parse/InputStream.php
+share/moodle/lib/zend/Zend/Amf/Parse/OutputStream.php
+share/moodle/lib/zend/Zend/Amf/Parse/Resource/MysqlResult.php
+share/moodle/lib/zend/Zend/Amf/Parse/Resource/MysqliResult.php
+share/moodle/lib/zend/Zend/Amf/Parse/Resource/Stream.php
+share/moodle/lib/zend/Zend/Amf/Parse/Serializer.php
+share/moodle/lib/zend/Zend/Amf/Parse/TypeLoader.php
+share/moodle/lib/zend/Zend/Amf/Request.php
+share/moodle/lib/zend/Zend/Amf/Request/Http.php
+share/moodle/lib/zend/Zend/Amf/Response.php
+share/moodle/lib/zend/Zend/Amf/Response/Http.php
+share/moodle/lib/zend/Zend/Amf/Server.php
+share/moodle/lib/zend/Zend/Amf/Server/Exception.php
+share/moodle/lib/zend/Zend/Amf/Util/BinaryStream.php
+share/moodle/lib/zend/Zend/Amf/Value/ByteArray.php
+share/moodle/lib/zend/Zend/Amf/Value/MessageBody.php
+share/moodle/lib/zend/Zend/Amf/Value/MessageHeader.php
+share/moodle/lib/zend/Zend/Amf/Value/Messaging/AbstractMessage.php
+share/moodle/lib/zend/Zend/Amf/Value/Messaging/AcknowledgeMessage.php
+share/moodle/lib/zend/Zend/Amf/Value/Messaging/ArrayCollection.php
+share/moodle/lib/zend/Zend/Amf/Value/Messaging/AsyncMessage.php
+share/moodle/lib/zend/Zend/Amf/Value/Messaging/CommandMessage.php
+share/moodle/lib/zend/Zend/Amf/Value/Messaging/ErrorMessage.php
+share/moodle/lib/zend/Zend/Amf/Value/Messaging/RemotingMessage.php
+share/moodle/lib/zend/Zend/Amf/Value/TraitsInfo.php
+share/moodle/lib/zend/Zend/Auth.php
+share/moodle/lib/zend/Zend/Date.php
+share/moodle/lib/zend/Zend/Date/Cities.php
+share/moodle/lib/zend/Zend/Date/DateObject.php
+share/moodle/lib/zend/Zend/Date/Exception.php
+share/moodle/lib/zend/Zend/Exception.php
+share/moodle/lib/zend/Zend/Gdata.php
+share/moodle/lib/zend/Zend/Gdata/App.php
+share/moodle/lib/zend/Zend/Gdata/App/AuthException.php
+share/moodle/lib/zend/Zend/Gdata/App/BadMethodCallException.php
+share/moodle/lib/zend/Zend/Gdata/App/Base.php
+share/moodle/lib/zend/Zend/Gdata/App/BaseMediaSource.php
+share/moodle/lib/zend/Zend/Gdata/App/CaptchaRequiredException.php
+share/moodle/lib/zend/Zend/Gdata/App/Entry.php
+share/moodle/lib/zend/Zend/Gdata/App/Exception.php
+share/moodle/lib/zend/Zend/Gdata/App/Extension.php
+share/moodle/lib/zend/Zend/Gdata/App/Extension/Author.php
+share/moodle/lib/zend/Zend/Gdata/App/Extension/Category.php
+share/moodle/lib/zend/Zend/Gdata/App/Extension/Content.php
+share/moodle/lib/zend/Zend/Gdata/App/Extension/Contributor.php
+share/moodle/lib/zend/Zend/Gdata/App/Extension/Control.php
+share/moodle/lib/zend/Zend/Gdata/App/Extension/Draft.php
+share/moodle/lib/zend/Zend/Gdata/App/Extension/Edited.php
+share/moodle/lib/zend/Zend/Gdata/App/Extension/Element.php
+share/moodle/lib/zend/Zend/Gdata/App/Extension/Email.php
+share/moodle/lib/zend/Zend/Gdata/App/Extension/Generator.php
+share/moodle/lib/zend/Zend/Gdata/App/Extension/Icon.php
+share/moodle/lib/zend/Zend/Gdata/App/Extension/Id.php
+share/moodle/lib/zend/Zend/Gdata/App/Extension/Link.php
+share/moodle/lib/zend/Zend/Gdata/App/Extension/Logo.php
+share/moodle/lib/zend/Zend/Gdata/App/Extension/Name.php
+share/moodle/lib/zend/Zend/Gdata/App/Extension/Person.php
+share/moodle/lib/zend/Zend/Gdata/App/Extension/Published.php
+share/moodle/lib/zend/Zend/Gdata/App/Extension/Rights.php
+share/moodle/lib/zend/Zend/Gdata/App/Extension/Source.php
+share/moodle/lib/zend/Zend/Gdata/App/Extension/Subtitle.php
+share/moodle/lib/zend/Zend/Gdata/App/Extension/Summary.php
+share/moodle/lib/zend/Zend/Gdata/App/Extension/Text.php
+share/moodle/lib/zend/Zend/Gdata/App/Extension/Title.php
+share/moodle/lib/zend/Zend/Gdata/App/Extension/Updated.php
+share/moodle/lib/zend/Zend/Gdata/App/Extension/Uri.php
+share/moodle/lib/zend/Zend/Gdata/App/Feed.php
+share/moodle/lib/zend/Zend/Gdata/App/FeedEntryParent.php
+share/moodle/lib/zend/Zend/Gdata/App/FeedSourceParent.php
+share/moodle/lib/zend/Zend/Gdata/App/HttpException.php
+share/moodle/lib/zend/Zend/Gdata/App/IOException.php
+share/moodle/lib/zend/Zend/Gdata/App/InvalidArgumentException.php
+share/moodle/lib/zend/Zend/Gdata/App/LoggingHttpClientAdapterSocket.php
+share/moodle/lib/zend/Zend/Gdata/App/MediaEntry.php
+share/moodle/lib/zend/Zend/Gdata/App/MediaFileSource.php
+share/moodle/lib/zend/Zend/Gdata/App/MediaSource.php
+share/moodle/lib/zend/Zend/Gdata/App/Util.php
+share/moodle/lib/zend/Zend/Gdata/App/VersionException.php
+share/moodle/lib/zend/Zend/Gdata/AuthSub.php
+share/moodle/lib/zend/Zend/Gdata/Books.php
+share/moodle/lib/zend/Zend/Gdata/Books/CollectionEntry.php
+share/moodle/lib/zend/Zend/Gdata/Books/CollectionFeed.php
+share/moodle/lib/zend/Zend/Gdata/Books/Extension/AnnotationLink.php
+share/moodle/lib/zend/Zend/Gdata/Books/Extension/BooksCategory.php
+share/moodle/lib/zend/Zend/Gdata/Books/Extension/BooksLink.php
+share/moodle/lib/zend/Zend/Gdata/Books/Extension/Embeddability.php
+share/moodle/lib/zend/Zend/Gdata/Books/Extension/InfoLink.php
+share/moodle/lib/zend/Zend/Gdata/Books/Extension/PreviewLink.php
+share/moodle/lib/zend/Zend/Gdata/Books/Extension/Review.php
+share/moodle/lib/zend/Zend/Gdata/Books/Extension/ThumbnailLink.php
+share/moodle/lib/zend/Zend/Gdata/Books/Extension/Viewability.php
+share/moodle/lib/zend/Zend/Gdata/Books/VolumeEntry.php
+share/moodle/lib/zend/Zend/Gdata/Books/VolumeFeed.php
+share/moodle/lib/zend/Zend/Gdata/Books/VolumeQuery.php
+share/moodle/lib/zend/Zend/Gdata/Calendar.php
+share/moodle/lib/zend/Zend/Gdata/Calendar/EventEntry.php
+share/moodle/lib/zend/Zend/Gdata/Calendar/EventFeed.php
+share/moodle/lib/zend/Zend/Gdata/Calendar/EventQuery.php
+share/moodle/lib/zend/Zend/Gdata/Calendar/Extension/AccessLevel.php
+share/moodle/lib/zend/Zend/Gdata/Calendar/Extension/Color.php
+share/moodle/lib/zend/Zend/Gdata/Calendar/Extension/Hidden.php
+share/moodle/lib/zend/Zend/Gdata/Calendar/Extension/Link.php
+share/moodle/lib/zend/Zend/Gdata/Calendar/Extension/QuickAdd.php
+share/moodle/lib/zend/Zend/Gdata/Calendar/Extension/Selected.php
+share/moodle/lib/zend/Zend/Gdata/Calendar/Extension/SendEventNotifications.php
+share/moodle/lib/zend/Zend/Gdata/Calendar/Extension/Timezone.php
+share/moodle/lib/zend/Zend/Gdata/Calendar/Extension/WebContent.php
+share/moodle/lib/zend/Zend/Gdata/Calendar/ListEntry.php
+share/moodle/lib/zend/Zend/Gdata/Calendar/ListFeed.php
+share/moodle/lib/zend/Zend/Gdata/ClientLogin.php
+share/moodle/lib/zend/Zend/Gdata/Docs.php
+share/moodle/lib/zend/Zend/Gdata/Docs/DocumentListEntry.php
+share/moodle/lib/zend/Zend/Gdata/Docs/DocumentListFeed.php
+share/moodle/lib/zend/Zend/Gdata/Docs/Query.php
+share/moodle/lib/zend/Zend/Gdata/DublinCore.php
+share/moodle/lib/zend/Zend/Gdata/DublinCore/Extension/Creator.php
+share/moodle/lib/zend/Zend/Gdata/DublinCore/Extension/Date.php
+share/moodle/lib/zend/Zend/Gdata/DublinCore/Extension/Description.php
+share/moodle/lib/zend/Zend/Gdata/DublinCore/Extension/Format.php
+share/moodle/lib/zend/Zend/Gdata/DublinCore/Extension/Identifier.php
+share/moodle/lib/zend/Zend/Gdata/DublinCore/Extension/Language.php
+share/moodle/lib/zend/Zend/Gdata/DublinCore/Extension/Publisher.php
+share/moodle/lib/zend/Zend/Gdata/DublinCore/Extension/Rights.php
+share/moodle/lib/zend/Zend/Gdata/DublinCore/Extension/Subject.php
+share/moodle/lib/zend/Zend/Gdata/DublinCore/Extension/Title.php
+share/moodle/lib/zend/Zend/Gdata/Entry.php
+share/moodle/lib/zend/Zend/Gdata/Exif.php
+share/moodle/lib/zend/Zend/Gdata/Exif/Entry.php
+share/moodle/lib/zend/Zend/Gdata/Exif/Extension/Distance.php
+share/moodle/lib/zend/Zend/Gdata/Exif/Extension/Exposure.php
+share/moodle/lib/zend/Zend/Gdata/Exif/Extension/FStop.php
+share/moodle/lib/zend/Zend/Gdata/Exif/Extension/Flash.php
+share/moodle/lib/zend/Zend/Gdata/Exif/Extension/FocalLength.php
+share/moodle/lib/zend/Zend/Gdata/Exif/Extension/ImageUniqueId.php
+share/moodle/lib/zend/Zend/Gdata/Exif/Extension/Iso.php
+share/moodle/lib/zend/Zend/Gdata/Exif/Extension/Make.php
+share/moodle/lib/zend/Zend/Gdata/Exif/Extension/Model.php
+share/moodle/lib/zend/Zend/Gdata/Exif/Extension/Tags.php
+share/moodle/lib/zend/Zend/Gdata/Exif/Extension/Time.php
+share/moodle/lib/zend/Zend/Gdata/Exif/Feed.php
+share/moodle/lib/zend/Zend/Gdata/Extension.php
+share/moodle/lib/zend/Zend/Gdata/Extension/AttendeeStatus.php
+share/moodle/lib/zend/Zend/Gdata/Extension/AttendeeType.php
+share/moodle/lib/zend/Zend/Gdata/Extension/Comments.php
+share/moodle/lib/zend/Zend/Gdata/Extension/EntryLink.php
+share/moodle/lib/zend/Zend/Gdata/Extension/EventStatus.php
+share/moodle/lib/zend/Zend/Gdata/Extension/ExtendedProperty.php
+share/moodle/lib/zend/Zend/Gdata/Extension/FeedLink.php
+share/moodle/lib/zend/Zend/Gdata/Extension/OpenSearchItemsPerPage.php
+share/moodle/lib/zend/Zend/Gdata/Extension/OpenSearchStartIndex.php
+share/moodle/lib/zend/Zend/Gdata/Extension/OpenSearchTotalResults.php
+share/moodle/lib/zend/Zend/Gdata/Extension/OriginalEvent.php
+share/moodle/lib/zend/Zend/Gdata/Extension/Rating.php
+share/moodle/lib/zend/Zend/Gdata/Extension/Recurrence.php
+share/moodle/lib/zend/Zend/Gdata/Extension/RecurrenceException.php
+share/moodle/lib/zend/Zend/Gdata/Extension/Reminder.php
+share/moodle/lib/zend/Zend/Gdata/Extension/Transparency.php
+share/moodle/lib/zend/Zend/Gdata/Extension/Visibility.php
+share/moodle/lib/zend/Zend/Gdata/Extension/When.php
+share/moodle/lib/zend/Zend/Gdata/Extension/Where.php
+share/moodle/lib/zend/Zend/Gdata/Extension/Who.php
+share/moodle/lib/zend/Zend/Gdata/Feed.php
+share/moodle/lib/zend/Zend/Gdata/Gapps.php
+share/moodle/lib/zend/Zend/Gdata/Gapps/EmailListEntry.php
+share/moodle/lib/zend/Zend/Gdata/Gapps/EmailListFeed.php
+share/moodle/lib/zend/Zend/Gdata/Gapps/EmailListQuery.php
+share/moodle/lib/zend/Zend/Gdata/Gapps/EmailListRecipientEntry.php
+share/moodle/lib/zend/Zend/Gdata/Gapps/EmailListRecipientFeed.php
+share/moodle/lib/zend/Zend/Gdata/Gapps/EmailListRecipientQuery.php
+share/moodle/lib/zend/Zend/Gdata/Gapps/Error.php
+share/moodle/lib/zend/Zend/Gdata/Gapps/Extension/EmailList.php
+share/moodle/lib/zend/Zend/Gdata/Gapps/Extension/Login.php
+share/moodle/lib/zend/Zend/Gdata/Gapps/Extension/Name.php
+share/moodle/lib/zend/Zend/Gdata/Gapps/Extension/Nickname.php
+share/moodle/lib/zend/Zend/Gdata/Gapps/Extension/Quota.php
+share/moodle/lib/zend/Zend/Gdata/Gapps/NicknameEntry.php
+share/moodle/lib/zend/Zend/Gdata/Gapps/NicknameFeed.php
+share/moodle/lib/zend/Zend/Gdata/Gapps/NicknameQuery.php
+share/moodle/lib/zend/Zend/Gdata/Gapps/Query.php
+share/moodle/lib/zend/Zend/Gdata/Gapps/ServiceException.php
+share/moodle/lib/zend/Zend/Gdata/Gapps/UserEntry.php
+share/moodle/lib/zend/Zend/Gdata/Gapps/UserFeed.php
+share/moodle/lib/zend/Zend/Gdata/Gapps/UserQuery.php
+share/moodle/lib/zend/Zend/Gdata/Gbase.php
+share/moodle/lib/zend/Zend/Gdata/Gbase/Entry.php
+share/moodle/lib/zend/Zend/Gdata/Gbase/Extension/BaseAttribute.php
+share/moodle/lib/zend/Zend/Gdata/Gbase/Feed.php
+share/moodle/lib/zend/Zend/Gdata/Gbase/ItemEntry.php
+share/moodle/lib/zend/Zend/Gdata/Gbase/ItemFeed.php
+share/moodle/lib/zend/Zend/Gdata/Gbase/ItemQuery.php
+share/moodle/lib/zend/Zend/Gdata/Gbase/Query.php
+share/moodle/lib/zend/Zend/Gdata/Gbase/SnippetEntry.php
+share/moodle/lib/zend/Zend/Gdata/Gbase/SnippetFeed.php
+share/moodle/lib/zend/Zend/Gdata/Gbase/SnippetQuery.php
+share/moodle/lib/zend/Zend/Gdata/Geo.php
+share/moodle/lib/zend/Zend/Gdata/Geo/Entry.php
+share/moodle/lib/zend/Zend/Gdata/Geo/Extension/GeoRssWhere.php
+share/moodle/lib/zend/Zend/Gdata/Geo/Extension/GmlPoint.php
+share/moodle/lib/zend/Zend/Gdata/Geo/Extension/GmlPos.php
+share/moodle/lib/zend/Zend/Gdata/Geo/Feed.php
+share/moodle/lib/zend/Zend/Gdata/Health.php
+share/moodle/lib/zend/Zend/Gdata/Health/Extension/Ccr.php
+share/moodle/lib/zend/Zend/Gdata/Health/ProfileEntry.php
+share/moodle/lib/zend/Zend/Gdata/Health/ProfileFeed.php
+share/moodle/lib/zend/Zend/Gdata/Health/ProfileListEntry.php
+share/moodle/lib/zend/Zend/Gdata/Health/ProfileListFeed.php
+share/moodle/lib/zend/Zend/Gdata/Health/Query.php
+share/moodle/lib/zend/Zend/Gdata/HttpAdapterStreamingProxy.php
+share/moodle/lib/zend/Zend/Gdata/HttpAdapterStreamingSocket.php
+share/moodle/lib/zend/Zend/Gdata/HttpClient.php
+share/moodle/lib/zend/Zend/Gdata/Kind/EventEntry.php
+share/moodle/lib/zend/Zend/Gdata/Media.php
+share/moodle/lib/zend/Zend/Gdata/Media/Entry.php
+share/moodle/lib/zend/Zend/Gdata/Media/Extension/MediaCategory.php
+share/moodle/lib/zend/Zend/Gdata/Media/Extension/MediaContent.php
+share/moodle/lib/zend/Zend/Gdata/Media/Extension/MediaCopyright.php
+share/moodle/lib/zend/Zend/Gdata/Media/Extension/MediaCredit.php
+share/moodle/lib/zend/Zend/Gdata/Media/Extension/MediaDescription.php
+share/moodle/lib/zend/Zend/Gdata/Media/Extension/MediaGroup.php
+share/moodle/lib/zend/Zend/Gdata/Media/Extension/MediaHash.php
+share/moodle/lib/zend/Zend/Gdata/Media/Extension/MediaKeywords.php
+share/moodle/lib/zend/Zend/Gdata/Media/Extension/MediaPlayer.php
+share/moodle/lib/zend/Zend/Gdata/Media/Extension/MediaRating.php
+share/moodle/lib/zend/Zend/Gdata/Media/Extension/MediaRestriction.php
+share/moodle/lib/zend/Zend/Gdata/Media/Extension/MediaText.php
+share/moodle/lib/zend/Zend/Gdata/Media/Extension/MediaThumbnail.php
+share/moodle/lib/zend/Zend/Gdata/Media/Extension/MediaTitle.php
+share/moodle/lib/zend/Zend/Gdata/Media/Feed.php
+share/moodle/lib/zend/Zend/Gdata/MediaMimeStream.php
+share/moodle/lib/zend/Zend/Gdata/MimeBodyString.php
+share/moodle/lib/zend/Zend/Gdata/MimeFile.php
+share/moodle/lib/zend/Zend/Gdata/Photos.php
+share/moodle/lib/zend/Zend/Gdata/Photos/AlbumEntry.php
+share/moodle/lib/zend/Zend/Gdata/Photos/AlbumFeed.php
+share/moodle/lib/zend/Zend/Gdata/Photos/AlbumQuery.php
+share/moodle/lib/zend/Zend/Gdata/Photos/CommentEntry.php
+share/moodle/lib/zend/Zend/Gdata/Photos/Extension/Access.php
+share/moodle/lib/zend/Zend/Gdata/Photos/Extension/AlbumId.php
+share/moodle/lib/zend/Zend/Gdata/Photos/Extension/BytesUsed.php
+share/moodle/lib/zend/Zend/Gdata/Photos/Extension/Checksum.php
+share/moodle/lib/zend/Zend/Gdata/Photos/Extension/Client.php
+share/moodle/lib/zend/Zend/Gdata/Photos/Extension/CommentCount.php
+share/moodle/lib/zend/Zend/Gdata/Photos/Extension/CommentingEnabled.php
+share/moodle/lib/zend/Zend/Gdata/Photos/Extension/Height.php
+share/moodle/lib/zend/Zend/Gdata/Photos/Extension/Id.php
+share/moodle/lib/zend/Zend/Gdata/Photos/Extension/Location.php
+share/moodle/lib/zend/Zend/Gdata/Photos/Extension/MaxPhotosPerAlbum.php
+share/moodle/lib/zend/Zend/Gdata/Photos/Extension/Name.php
+share/moodle/lib/zend/Zend/Gdata/Photos/Extension/Nickname.php
+share/moodle/lib/zend/Zend/Gdata/Photos/Extension/NumPhotos.php
+share/moodle/lib/zend/Zend/Gdata/Photos/Extension/NumPhotosRemaining.php
+share/moodle/lib/zend/Zend/Gdata/Photos/Extension/PhotoId.php
+share/moodle/lib/zend/Zend/Gdata/Photos/Extension/Position.php
+share/moodle/lib/zend/Zend/Gdata/Photos/Extension/QuotaCurrent.php
+share/moodle/lib/zend/Zend/Gdata/Photos/Extension/QuotaLimit.php
+share/moodle/lib/zend/Zend/Gdata/Photos/Extension/Rotation.php
+share/moodle/lib/zend/Zend/Gdata/Photos/Extension/Size.php
+share/moodle/lib/zend/Zend/Gdata/Photos/Extension/Thumbnail.php
+share/moodle/lib/zend/Zend/Gdata/Photos/Extension/Timestamp.php
+share/moodle/lib/zend/Zend/Gdata/Photos/Extension/User.php
+share/moodle/lib/zend/Zend/Gdata/Photos/Extension/Version.php
+share/moodle/lib/zend/Zend/Gdata/Photos/Extension/Weight.php
+share/moodle/lib/zend/Zend/Gdata/Photos/Extension/Width.php
+share/moodle/lib/zend/Zend/Gdata/Photos/PhotoEntry.php
+share/moodle/lib/zend/Zend/Gdata/Photos/PhotoFeed.php
+share/moodle/lib/zend/Zend/Gdata/Photos/PhotoQuery.php
+share/moodle/lib/zend/Zend/Gdata/Photos/TagEntry.php
+share/moodle/lib/zend/Zend/Gdata/Photos/UserEntry.php
+share/moodle/lib/zend/Zend/Gdata/Photos/UserFeed.php
+share/moodle/lib/zend/Zend/Gdata/Photos/UserQuery.php
+share/moodle/lib/zend/Zend/Gdata/Query.php
+share/moodle/lib/zend/Zend/Gdata/Spreadsheets.php
+share/moodle/lib/zend/Zend/Gdata/Spreadsheets/CellEntry.php
+share/moodle/lib/zend/Zend/Gdata/Spreadsheets/CellFeed.php
+share/moodle/lib/zend/Zend/Gdata/Spreadsheets/CellQuery.php
+share/moodle/lib/zend/Zend/Gdata/Spreadsheets/DocumentQuery.php
+share/moodle/lib/zend/Zend/Gdata/Spreadsheets/Extension/Cell.php
+share/moodle/lib/zend/Zend/Gdata/Spreadsheets/Extension/ColCount.php
+share/moodle/lib/zend/Zend/Gdata/Spreadsheets/Extension/Custom.php
+share/moodle/lib/zend/Zend/Gdata/Spreadsheets/Extension/RowCount.php
+share/moodle/lib/zend/Zend/Gdata/Spreadsheets/ListEntry.php
+share/moodle/lib/zend/Zend/Gdata/Spreadsheets/ListFeed.php
+share/moodle/lib/zend/Zend/Gdata/Spreadsheets/ListQuery.php
+share/moodle/lib/zend/Zend/Gdata/Spreadsheets/SpreadsheetEntry.php
+share/moodle/lib/zend/Zend/Gdata/Spreadsheets/SpreadsheetFeed.php
+share/moodle/lib/zend/Zend/Gdata/Spreadsheets/WorksheetEntry.php
+share/moodle/lib/zend/Zend/Gdata/Spreadsheets/WorksheetFeed.php
+share/moodle/lib/zend/Zend/Gdata/YouTube.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/ActivityEntry.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/ActivityFeed.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/CommentEntry.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/CommentFeed.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/ContactEntry.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/ContactFeed.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/AboutMe.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/Age.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/Books.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/Company.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/Control.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/CountHint.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/Description.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/Duration.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/FirstName.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/Gender.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/Hobbies.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/Hometown.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/LastName.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/Link.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/Location.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/MediaContent.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/MediaCredit.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/MediaGroup.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/MediaRating.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/Movies.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/Music.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/NoEmbed.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/Occupation.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/PlaylistId.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/PlaylistTitle.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/Position.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/Private.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/QueryString.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/Racy.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/Recorded.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/Relationship.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/ReleaseDate.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/School.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/State.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/Statistics.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/Status.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/Token.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/Uploaded.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/Username.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/Extension/VideoId.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/InboxEntry.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/InboxFeed.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/MediaEntry.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/PlaylistListEntry.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/PlaylistListFeed.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/PlaylistVideoEntry.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/PlaylistVideoFeed.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/SubscriptionEntry.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/SubscriptionFeed.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/UserProfileEntry.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/VideoEntry.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/VideoFeed.php
+share/moodle/lib/zend/Zend/Gdata/YouTube/VideoQuery.php
+share/moodle/lib/zend/Zend/Http/Client.php
+share/moodle/lib/zend/Zend/Http/Client/Adapter/Curl.php
+share/moodle/lib/zend/Zend/Http/Client/Adapter/Exception.php
+share/moodle/lib/zend/Zend/Http/Client/Adapter/Interface.php
+share/moodle/lib/zend/Zend/Http/Client/Adapter/Proxy.php
+share/moodle/lib/zend/Zend/Http/Client/Adapter/Socket.php
+share/moodle/lib/zend/Zend/Http/Client/Adapter/Stream.php
+share/moodle/lib/zend/Zend/Http/Client/Adapter/Test.php
+share/moodle/lib/zend/Zend/Http/Client/Exception.php
+share/moodle/lib/zend/Zend/Http/Cookie.php
+share/moodle/lib/zend/Zend/Http/CookieJar.php
+share/moodle/lib/zend/Zend/Http/Exception.php
+share/moodle/lib/zend/Zend/Http/Response.php
+share/moodle/lib/zend/Zend/Http/Response/Stream.php
+share/moodle/lib/zend/Zend/Loader.php
+share/moodle/lib/zend/Zend/Loader/Autoloader.php
+share/moodle/lib/zend/Zend/Loader/Autoloader/Interface.php
+share/moodle/lib/zend/Zend/Loader/Autoloader/Resource.php
+share/moodle/lib/zend/Zend/Loader/Exception.php
+share/moodle/lib/zend/Zend/Loader/PluginLoader.php
+share/moodle/lib/zend/Zend/Loader/PluginLoader/Exception.php
+share/moodle/lib/zend/Zend/Loader/PluginLoader/Interface.php
+share/moodle/lib/zend/Zend/Mime.php
+share/moodle/lib/zend/Zend/Mime/Decode.php
+share/moodle/lib/zend/Zend/Mime/Exception.php
+share/moodle/lib/zend/Zend/Mime/Message.php
+share/moodle/lib/zend/Zend/Mime/Part.php
+share/moodle/lib/zend/Zend/Registry.php
+share/moodle/lib/zend/Zend/Rest/Client.php
+share/moodle/lib/zend/Zend/Rest/Client/Exception.php
+share/moodle/lib/zend/Zend/Rest/Client/Result.php
+share/moodle/lib/zend/Zend/Rest/Client/Result/Exception.php
+share/moodle/lib/zend/Zend/Rest/Controller.php
+share/moodle/lib/zend/Zend/Rest/Exception.php
+share/moodle/lib/zend/Zend/Rest/Route.php
+share/moodle/lib/zend/Zend/Rest/Server.php
+share/moodle/lib/zend/Zend/Rest/Server/Exception.php
+share/moodle/lib/zend/Zend/Server/Abstract.php
+share/moodle/lib/zend/Zend/Server/Cache.php
+share/moodle/lib/zend/Zend/Server/Definition.php
+share/moodle/lib/zend/Zend/Server/Exception.php
+share/moodle/lib/zend/Zend/Server/Interface.php
+share/moodle/lib/zend/Zend/Server/Method/Callback.php
+share/moodle/lib/zend/Zend/Server/Method/Definition.php
+share/moodle/lib/zend/Zend/Server/Method/Parameter.php
+share/moodle/lib/zend/Zend/Server/Method/Prototype.php
+share/moodle/lib/zend/Zend/Server/Reflection.php
+share/moodle/lib/zend/Zend/Server/Reflection/Class.php
+share/moodle/lib/zend/Zend/Server/Reflection/Exception.php
+share/moodle/lib/zend/Zend/Server/Reflection/Function.php
+share/moodle/lib/zend/Zend/Server/Reflection/Function/Abstract.php
+share/moodle/lib/zend/Zend/Server/Reflection/Method.php
+share/moodle/lib/zend/Zend/Server/Reflection/Node.php
+share/moodle/lib/zend/Zend/Server/Reflection/Parameter.php
+share/moodle/lib/zend/Zend/Server/Reflection/Prototype.php
+share/moodle/lib/zend/Zend/Server/Reflection/ReturnValue.php
+share/moodle/lib/zend/Zend/Service/Abstract.php
+share/moodle/lib/zend/Zend/Service/Akismet.php
+share/moodle/lib/zend/Zend/Service/Amazon.php
+share/moodle/lib/zend/Zend/Service/Amazon/Abstract.php
+share/moodle/lib/zend/Zend/Service/Amazon/Accessories.php
+share/moodle/lib/zend/Zend/Service/Amazon/CustomerReview.php
+share/moodle/lib/zend/Zend/Service/Amazon/Ec2.php
+share/moodle/lib/zend/Zend/Service/Amazon/Ec2/Abstract.php
+share/moodle/lib/zend/Zend/Service/Amazon/Ec2/Availabilityzones.php
+share/moodle/lib/zend/Zend/Service/Amazon/Ec2/CloudWatch.php
+share/moodle/lib/zend/Zend/Service/Amazon/Ec2/Ebs.php
+share/moodle/lib/zend/Zend/Service/Amazon/Ec2/Elasticip.php
+share/moodle/lib/zend/Zend/Service/Amazon/Ec2/Exception.php
+share/moodle/lib/zend/Zend/Service/Amazon/Ec2/Image.php
+share/moodle/lib/zend/Zend/Service/Amazon/Ec2/Instance.php
+share/moodle/lib/zend/Zend/Service/Amazon/Ec2/Instance/Reserved.php
+share/moodle/lib/zend/Zend/Service/Amazon/Ec2/Instance/Windows.php
+share/moodle/lib/zend/Zend/Service/Amazon/Ec2/Keypair.php
+share/moodle/lib/zend/Zend/Service/Amazon/Ec2/Region.php
+share/moodle/lib/zend/Zend/Service/Amazon/Ec2/Response.php
+share/moodle/lib/zend/Zend/Service/Amazon/Ec2/Securitygroups.php
+share/moodle/lib/zend/Zend/Service/Amazon/EditorialReview.php
+share/moodle/lib/zend/Zend/Service/Amazon/Exception.php
+share/moodle/lib/zend/Zend/Service/Amazon/Image.php
+share/moodle/lib/zend/Zend/Service/Amazon/Item.php
+share/moodle/lib/zend/Zend/Service/Amazon/ListmaniaList.php
+share/moodle/lib/zend/Zend/Service/Amazon/Offer.php
+share/moodle/lib/zend/Zend/Service/Amazon/OfferSet.php
+share/moodle/lib/zend/Zend/Service/Amazon/Query.php
+share/moodle/lib/zend/Zend/Service/Amazon/ResultSet.php
+share/moodle/lib/zend/Zend/Service/Amazon/S3.php
+share/moodle/lib/zend/Zend/Service/Amazon/S3/Exception.php
+share/moodle/lib/zend/Zend/Service/Amazon/S3/Stream.php
+share/moodle/lib/zend/Zend/Service/Amazon/SimilarProduct.php
+share/moodle/lib/zend/Zend/Service/Amazon/Sqs.php
+share/moodle/lib/zend/Zend/Service/Amazon/Sqs/Exception.php
+share/moodle/lib/zend/Zend/Service/Audioscrobbler.php
+share/moodle/lib/zend/Zend/Service/Delicious.php
+share/moodle/lib/zend/Zend/Service/Delicious/Exception.php
+share/moodle/lib/zend/Zend/Service/Delicious/Post.php
+share/moodle/lib/zend/Zend/Service/Delicious/PostList.php
+share/moodle/lib/zend/Zend/Service/Delicious/SimplePost.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/BaseUserService.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/BaseUserService/AccountBalance.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Client/ClientAbstract.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Client/Exception.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Client/Soap.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/ConferenceCall.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/ConferenceCall/ConferenceAccount.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/ConferenceCall/ConferenceDetail.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/ConferenceCall/ConferenceSchedule.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/ConferenceCall/Exception.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/ConferenceCall/Participant.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/ConferenceCall/ParticipantDetail.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/ConferenceCall/ParticipantStatus.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Credential.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Exception.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/IpLocation.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/IpLocation/IpAddress.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/LocalSearch.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/LocalSearch/Exception.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/LocalSearch/SearchParameters.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/BaseUserService/ChangeQuotaPool.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/BaseUserService/GetAccountBalance.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/BaseUserService/GetQuotaInformation.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/ConferenceCall/AddConferenceTemplateParticipantRequest.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/ConferenceCall/CommitConferenceRequest.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/ConferenceCall/CreateConferenceRequest.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/ConferenceCall/CreateConferenceTemplateRequest.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/ConferenceCall/GetConferenceListRequest.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/ConferenceCall/GetConferenceStatusRequest.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/ConferenceCall/GetConferenceTemplateListRequest.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/ConferenceCall/GetConferenceTemplateParticipantRequest.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/ConferenceCall/GetConferenceTemplateRequest.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/ConferenceCall/GetParticipantStatusRequest.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/ConferenceCall/GetRunningConferenceRequest.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/ConferenceCall/NewParticipantRequest.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/ConferenceCall/RemoveConferenceRequest.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/ConferenceCall/RemoveConferenceTemplateParticipantRequest.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/ConferenceCall/RemoveConferenceTemplateRequest.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/ConferenceCall/RemoveParticipantRequest.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/ConferenceCall/UpdateConferenceRequest.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/ConferenceCall/UpdateConferenceTemplateParticipantRequest.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/ConferenceCall/UpdateConferenceTemplateRequest.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/ConferenceCall/UpdateParticipantRequest.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/Exception.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/IpLocation/LocateIPRequest.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/LocalSearch/LocalSearchRequest.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/RequestAbstract.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/SendSms/SendFlashSMS.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/SendSms/SendSMS.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/SendSms/SendSmsAbstract.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/SmsValidation/GetValidatedNumbers.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/SmsValidation/Invalidate.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/SmsValidation/SendValidationKeyword.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/SmsValidation/Validate.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/VoiceButler/CallStatus.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/VoiceButler/NewCall.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/VoiceButler/NewCallSequenced.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/VoiceButler/TearDownCall.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/VoiceButler/VoiceButlerAbstract.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/BaseType.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/BaseUserService/ChangeQuotaPoolResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/BaseUserService/GetAccountBalanceResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/BaseUserService/GetQuotaInformationResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/ConferenceCall/AddConferenceTemplateParticipantResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/ConferenceCall/AddConferenceTemplateParticipantResponseType.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/ConferenceCall/CCSResponseType.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/ConferenceCall/CommitConferenceResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/ConferenceCall/ConferenceCallAbstract.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/ConferenceCall/CreateConferenceResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/ConferenceCall/CreateConferenceResponseType.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/ConferenceCall/CreateConferenceTemplateResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/ConferenceCall/CreateConferenceTemplateResponseType.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/ConferenceCall/GetConferenceListResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/ConferenceCall/GetConferenceListResponseType.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/ConferenceCall/GetConferenceStatusResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/ConferenceCall/GetConferenceStatusResponseType.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/ConferenceCall/GetConferenceTemplateListResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/ConferenceCall/GetConferenceTemplateListResponseType.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/ConferenceCall/GetConferenceTemplateParticipantResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/ConferenceCall/GetConferenceTemplateParticipantResponseType.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/ConferenceCall/GetConferenceTemplateResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/ConferenceCall/GetConferenceTemplateResponseType.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/ConferenceCall/GetParticipantStatusResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/ConferenceCall/GetParticipantStatusResponseType.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/ConferenceCall/GetRunningConferenceResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/ConferenceCall/GetRunningConferenceResponseType.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/ConferenceCall/NewParticipantResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/ConferenceCall/NewParticipantResponseType.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/ConferenceCall/RemoveConferenceResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/ConferenceCall/RemoveConferenceTemplateParticipantResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/ConferenceCall/RemoveConferenceTemplateResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/ConferenceCall/RemoveParticipantResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/ConferenceCall/UpdateConferenceResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/ConferenceCall/UpdateConferenceTemplateParticipantResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/ConferenceCall/UpdateConferenceTemplateResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/ConferenceCall/UpdateParticipantResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/Exception.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/IpLocation/CityType.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/IpLocation/GeoCoordinatesType.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/IpLocation/IPAddressLocationType.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/IpLocation/LocateIPResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/IpLocation/LocateIPResponseType.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/IpLocation/RegionType.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/LocalSearch/LocalSearchResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/LocalSearch/LocalSearchResponseType.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/ResponseAbstract.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/SecurityTokenServer/Exception.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/SecurityTokenServer/GetTokensResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/SecurityTokenServer/Interface.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/SecurityTokenServer/SecurityTokenResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/SendSms/SendFlashSMSResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/SendSms/SendSMSResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/SendSms/SendSmsAbstract.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/SmsValidation/GetValidatedNumbersResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/SmsValidation/InvalidateResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/SmsValidation/SendValidationKeywordResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/SmsValidation/ValidateResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/SmsValidation/ValidatedNumber.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/VoiceButler/CallStatus2Response.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/VoiceButler/CallStatusResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/VoiceButler/NewCallResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/VoiceButler/NewCallSequencedResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/VoiceButler/TearDownCallResponse.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/VoiceButler/VoiceButlerAbstract.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/SecurityTokenServer.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/SecurityTokenServer/Cache.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/SendSms.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/SmsValidation.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/VoiceCall.php
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Wsdl/IPLocation.wsdl
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Wsdl/IPLocation.xsd
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Wsdl/ODGBaseUserService.wsdl
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Wsdl/ODGBaseUserService.xsd
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Wsdl/SmsService.wsdl
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Wsdl/SmsValidationUserService.wsdl
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Wsdl/TokenService.wsdl
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Wsdl/VoiceButlerService.wsdl
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Wsdl/VoiceButlerService.xsd
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Wsdl/ccsPort.wsdl
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Wsdl/ccsPort.xsd
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Wsdl/localsearch.wsdl
+share/moodle/lib/zend/Zend/Service/DeveloperGarden/Wsdl/localsearch.xsd
+share/moodle/lib/zend/Zend/Service/Exception.php
+share/moodle/lib/zend/Zend/Service/Flickr.php
+share/moodle/lib/zend/Zend/Service/Flickr/Image.php
+share/moodle/lib/zend/Zend/Service/Flickr/Result.php
+share/moodle/lib/zend/Zend/Service/Flickr/ResultSet.php
+share/moodle/lib/zend/Zend/Service/LiveDocx.php
+share/moodle/lib/zend/Zend/Service/LiveDocx/Exception.php
+share/moodle/lib/zend/Zend/Service/LiveDocx/MailMerge.php
+share/moodle/lib/zend/Zend/Service/Nirvanix.php
+share/moodle/lib/zend/Zend/Service/Nirvanix/Exception.php
+share/moodle/lib/zend/Zend/Service/Nirvanix/Namespace/Base.php
+share/moodle/lib/zend/Zend/Service/Nirvanix/Namespace/Imfs.php
+share/moodle/lib/zend/Zend/Service/Nirvanix/Response.php
+share/moodle/lib/zend/Zend/Service/ReCaptcha.php
+share/moodle/lib/zend/Zend/Service/ReCaptcha/Exception.php
+share/moodle/lib/zend/Zend/Service/ReCaptcha/MailHide.php
+share/moodle/lib/zend/Zend/Service/ReCaptcha/MailHide/Exception.php
+share/moodle/lib/zend/Zend/Service/ReCaptcha/Response.php
+share/moodle/lib/zend/Zend/Service/Simpy.php
+share/moodle/lib/zend/Zend/Service/Simpy/Link.php
+share/moodle/lib/zend/Zend/Service/Simpy/LinkQuery.php
+share/moodle/lib/zend/Zend/Service/Simpy/LinkSet.php
+share/moodle/lib/zend/Zend/Service/Simpy/Note.php
+share/moodle/lib/zend/Zend/Service/Simpy/NoteSet.php
+share/moodle/lib/zend/Zend/Service/Simpy/Tag.php
+share/moodle/lib/zend/Zend/Service/Simpy/TagSet.php
+share/moodle/lib/zend/Zend/Service/Simpy/Watchlist.php
+share/moodle/lib/zend/Zend/Service/Simpy/WatchlistFilter.php
+share/moodle/lib/zend/Zend/Service/Simpy/WatchlistFilterSet.php
+share/moodle/lib/zend/Zend/Service/Simpy/WatchlistSet.php
+share/moodle/lib/zend/Zend/Service/SlideShare.php
+share/moodle/lib/zend/Zend/Service/SlideShare/Exception.php
+share/moodle/lib/zend/Zend/Service/SlideShare/SlideShow.php
+share/moodle/lib/zend/Zend/Service/StrikeIron.php
+share/moodle/lib/zend/Zend/Service/StrikeIron/Base.php
+share/moodle/lib/zend/Zend/Service/StrikeIron/Decorator.php
+share/moodle/lib/zend/Zend/Service/StrikeIron/Exception.php
+share/moodle/lib/zend/Zend/Service/StrikeIron/SalesUseTaxBasic.php
+share/moodle/lib/zend/Zend/Service/StrikeIron/USAddressVerification.php
+share/moodle/lib/zend/Zend/Service/StrikeIron/ZipCodeInfo.php
+share/moodle/lib/zend/Zend/Service/Technorati.php
+share/moodle/lib/zend/Zend/Service/Technorati/Author.php
+share/moodle/lib/zend/Zend/Service/Technorati/BlogInfoResult.php
+share/moodle/lib/zend/Zend/Service/Technorati/CosmosResult.php
+share/moodle/lib/zend/Zend/Service/Technorati/CosmosResultSet.php
+share/moodle/lib/zend/Zend/Service/Technorati/DailyCountsResult.php
+share/moodle/lib/zend/Zend/Service/Technorati/DailyCountsResultSet.php
+share/moodle/lib/zend/Zend/Service/Technorati/Exception.php
+share/moodle/lib/zend/Zend/Service/Technorati/GetInfoResult.php
+share/moodle/lib/zend/Zend/Service/Technorati/KeyInfoResult.php
+share/moodle/lib/zend/Zend/Service/Technorati/Result.php
+share/moodle/lib/zend/Zend/Service/Technorati/ResultSet.php
+share/moodle/lib/zend/Zend/Service/Technorati/SearchResult.php
+share/moodle/lib/zend/Zend/Service/Technorati/SearchResultSet.php
+share/moodle/lib/zend/Zend/Service/Technorati/TagResult.php
+share/moodle/lib/zend/Zend/Service/Technorati/TagResultSet.php
+share/moodle/lib/zend/Zend/Service/Technorati/TagsResult.php
+share/moodle/lib/zend/Zend/Service/Technorati/TagsResultSet.php
+share/moodle/lib/zend/Zend/Service/Technorati/Utils.php
+share/moodle/lib/zend/Zend/Service/Technorati/Weblog.php
+share/moodle/lib/zend/Zend/Service/Twitter.php
+share/moodle/lib/zend/Zend/Service/Twitter/Exception.php
+share/moodle/lib/zend/Zend/Service/Twitter/Search.php
+share/moodle/lib/zend/Zend/Service/WindowsAzure/Credentials/CredentialsAbstract.php
+share/moodle/lib/zend/Zend/Service/WindowsAzure/Credentials/SharedAccessSignature.php
+share/moodle/lib/zend/Zend/Service/WindowsAzure/Credentials/SharedKey.php
+share/moodle/lib/zend/Zend/Service/WindowsAzure/Credentials/SharedKeyLite.php
+share/moodle/lib/zend/Zend/Service/WindowsAzure/Exception.php
+share/moodle/lib/zend/Zend/Service/WindowsAzure/RetryPolicy/Exception.php
+share/moodle/lib/zend/Zend/Service/WindowsAzure/RetryPolicy/NoRetry.php
+share/moodle/lib/zend/Zend/Service/WindowsAzure/RetryPolicy/RetryN.php
+share/moodle/lib/zend/Zend/Service/WindowsAzure/RetryPolicy/RetryPolicyAbstract.php
+share/moodle/lib/zend/Zend/Service/WindowsAzure/SessionHandler.php
+share/moodle/lib/zend/Zend/Service/WindowsAzure/Storage.php
+share/moodle/lib/zend/Zend/Service/WindowsAzure/Storage/Batch.php
+share/moodle/lib/zend/Zend/Service/WindowsAzure/Storage/BatchStorageAbstract.php
+share/moodle/lib/zend/Zend/Service/WindowsAzure/Storage/Blob.php
+share/moodle/lib/zend/Zend/Service/WindowsAzure/Storage/Blob/Stream.php
+share/moodle/lib/zend/Zend/Service/WindowsAzure/Storage/BlobContainer.php
+share/moodle/lib/zend/Zend/Service/WindowsAzure/Storage/BlobInstance.php
+share/moodle/lib/zend/Zend/Service/WindowsAzure/Storage/DynamicTableEntity.php
+share/moodle/lib/zend/Zend/Service/WindowsAzure/Storage/Queue.php
+share/moodle/lib/zend/Zend/Service/WindowsAzure/Storage/QueueInstance.php
+share/moodle/lib/zend/Zend/Service/WindowsAzure/Storage/QueueMessage.php
+share/moodle/lib/zend/Zend/Service/WindowsAzure/Storage/SignedIdentifier.php
+share/moodle/lib/zend/Zend/Service/WindowsAzure/Storage/Table.php
+share/moodle/lib/zend/Zend/Service/WindowsAzure/Storage/TableEntity.php
+share/moodle/lib/zend/Zend/Service/WindowsAzure/Storage/TableEntityQuery.php
+share/moodle/lib/zend/Zend/Service/WindowsAzure/Storage/TableInstance.php
+share/moodle/lib/zend/Zend/Service/Yahoo.php
+share/moodle/lib/zend/Zend/Service/Yahoo/Image.php
+share/moodle/lib/zend/Zend/Service/Yahoo/ImageResult.php
+share/moodle/lib/zend/Zend/Service/Yahoo/ImageResultSet.php
+share/moodle/lib/zend/Zend/Service/Yahoo/InlinkDataResult.php
+share/moodle/lib/zend/Zend/Service/Yahoo/InlinkDataResultSet.php
+share/moodle/lib/zend/Zend/Service/Yahoo/LocalResult.php
+share/moodle/lib/zend/Zend/Service/Yahoo/LocalResultSet.php
+share/moodle/lib/zend/Zend/Service/Yahoo/NewsResult.php
+share/moodle/lib/zend/Zend/Service/Yahoo/NewsResultSet.php
+share/moodle/lib/zend/Zend/Service/Yahoo/PageDataResult.php
+share/moodle/lib/zend/Zend/Service/Yahoo/PageDataResultSet.php
+share/moodle/lib/zend/Zend/Service/Yahoo/Result.php
+share/moodle/lib/zend/Zend/Service/Yahoo/ResultSet.php
+share/moodle/lib/zend/Zend/Service/Yahoo/VideoResult.php
+share/moodle/lib/zend/Zend/Service/Yahoo/VideoResultSet.php
+share/moodle/lib/zend/Zend/Service/Yahoo/WebResult.php
+share/moodle/lib/zend/Zend/Service/Yahoo/WebResultSet.php
+share/moodle/lib/zend/Zend/Soap/AutoDiscover.php
+share/moodle/lib/zend/Zend/Soap/AutoDiscover/Exception.php
+share/moodle/lib/zend/Zend/Soap/Client.php
+share/moodle/lib/zend/Zend/Soap/Client/Common.php
+share/moodle/lib/zend/Zend/Soap/Client/DotNet.php
+share/moodle/lib/zend/Zend/Soap/Client/Exception.php
+share/moodle/lib/zend/Zend/Soap/Client/Local.php
+share/moodle/lib/zend/Zend/Soap/Server.php
+share/moodle/lib/zend/Zend/Soap/Server/Exception.php
+share/moodle/lib/zend/Zend/Soap/Wsdl.php
+share/moodle/lib/zend/Zend/Soap/Wsdl/Exception.php
+share/moodle/lib/zend/Zend/Soap/Wsdl/Strategy/Abstract.php
+share/moodle/lib/zend/Zend/Soap/Wsdl/Strategy/AnyType.php
+share/moodle/lib/zend/Zend/Soap/Wsdl/Strategy/ArrayOfTypeComplex.php
+share/moodle/lib/zend/Zend/Soap/Wsdl/Strategy/ArrayOfTypeSequence.php
+share/moodle/lib/zend/Zend/Soap/Wsdl/Strategy/Composite.php
+share/moodle/lib/zend/Zend/Soap/Wsdl/Strategy/DefaultComplexType.php
+share/moodle/lib/zend/Zend/Soap/Wsdl/Strategy/Interface.php
+share/moodle/lib/zend/Zend/Uri.php
+share/moodle/lib/zend/Zend/Uri/Exception.php
+share/moodle/lib/zend/Zend/Uri/Http.php
+share/moodle/lib/zend/Zend/Validate/Abstract.php
+share/moodle/lib/zend/Zend/Validate/Alnum.php
+share/moodle/lib/zend/Zend/Validate/Alpha.php
+share/moodle/lib/zend/Zend/Validate/Barcode.php
+share/moodle/lib/zend/Zend/Validate/Barcode/AdapterAbstract.php
+share/moodle/lib/zend/Zend/Validate/Barcode/AdapterInterface.php
+share/moodle/lib/zend/Zend/Validate/Barcode/Code25.php
+share/moodle/lib/zend/Zend/Validate/Barcode/Code25interleaved.php
+share/moodle/lib/zend/Zend/Validate/Barcode/Code39.php
+share/moodle/lib/zend/Zend/Validate/Barcode/Code39ext.php
+share/moodle/lib/zend/Zend/Validate/Barcode/Code93.php
+share/moodle/lib/zend/Zend/Validate/Barcode/Code93ext.php
+share/moodle/lib/zend/Zend/Validate/Barcode/Ean12.php
+share/moodle/lib/zend/Zend/Validate/Barcode/Ean13.php
+share/moodle/lib/zend/Zend/Validate/Barcode/Ean14.php
+share/moodle/lib/zend/Zend/Validate/Barcode/Ean18.php
+share/moodle/lib/zend/Zend/Validate/Barcode/Ean2.php
+share/moodle/lib/zend/Zend/Validate/Barcode/Ean5.php
+share/moodle/lib/zend/Zend/Validate/Barcode/Ean8.php
+share/moodle/lib/zend/Zend/Validate/Barcode/Gtin12.php
+share/moodle/lib/zend/Zend/Validate/Barcode/Gtin13.php
+share/moodle/lib/zend/Zend/Validate/Barcode/Gtin14.php
+share/moodle/lib/zend/Zend/Validate/Barcode/Identcode.php
+share/moodle/lib/zend/Zend/Validate/Barcode/Intelligentmail.php
+share/moodle/lib/zend/Zend/Validate/Barcode/Issn.php
+share/moodle/lib/zend/Zend/Validate/Barcode/Itf14.php
+share/moodle/lib/zend/Zend/Validate/Barcode/Leitcode.php
+share/moodle/lib/zend/Zend/Validate/Barcode/Planet.php
+share/moodle/lib/zend/Zend/Validate/Barcode/Postnet.php
+share/moodle/lib/zend/Zend/Validate/Barcode/Royalmail.php
+share/moodle/lib/zend/Zend/Validate/Barcode/Sscc.php
+share/moodle/lib/zend/Zend/Validate/Barcode/UpcA.php
+share/moodle/lib/zend/Zend/Validate/Barcode/Upce.php
+share/moodle/lib/zend/Zend/Validate/Between.php
+share/moodle/lib/zend/Zend/Validate/Callback.php
+share/moodle/lib/zend/Zend/Validate/Ccnum.php
+share/moodle/lib/zend/Zend/Validate/CreditCard.php
+share/moodle/lib/zend/Zend/Validate/Date.php
+share/moodle/lib/zend/Zend/Validate/Db/Abstract.php
+share/moodle/lib/zend/Zend/Validate/Db/NoRecordExists.php
+share/moodle/lib/zend/Zend/Validate/Db/RecordExists.php
+share/moodle/lib/zend/Zend/Validate/Digits.php
+share/moodle/lib/zend/Zend/Validate/EmailAddress.php
+share/moodle/lib/zend/Zend/Validate/Exception.php
+share/moodle/lib/zend/Zend/Validate/File/Count.php
+share/moodle/lib/zend/Zend/Validate/File/Crc32.php
+share/moodle/lib/zend/Zend/Validate/File/ExcludeExtension.php
+share/moodle/lib/zend/Zend/Validate/File/ExcludeMimeType.php
+share/moodle/lib/zend/Zend/Validate/File/Exists.php
+share/moodle/lib/zend/Zend/Validate/File/Extension.php
+share/moodle/lib/zend/Zend/Validate/File/FilesSize.php
+share/moodle/lib/zend/Zend/Validate/File/Hash.php
+share/moodle/lib/zend/Zend/Validate/File/ImageSize.php
+share/moodle/lib/zend/Zend/Validate/File/IsCompressed.php
+share/moodle/lib/zend/Zend/Validate/File/IsImage.php
+share/moodle/lib/zend/Zend/Validate/File/Md5.php
+share/moodle/lib/zend/Zend/Validate/File/MimeType.php
+share/moodle/lib/zend/Zend/Validate/File/NotExists.php
+share/moodle/lib/zend/Zend/Validate/File/Sha1.php
+share/moodle/lib/zend/Zend/Validate/File/Size.php
+share/moodle/lib/zend/Zend/Validate/File/Upload.php
+share/moodle/lib/zend/Zend/Validate/File/WordCount.php
+share/moodle/lib/zend/Zend/Validate/Float.php
+share/moodle/lib/zend/Zend/Validate/GreaterThan.php
+share/moodle/lib/zend/Zend/Validate/Hex.php
+share/moodle/lib/zend/Zend/Validate/Hostname.php
+share/moodle/lib/zend/Zend/Validate/Hostname/Biz.php
+share/moodle/lib/zend/Zend/Validate/Hostname/Cn.php
+share/moodle/lib/zend/Zend/Validate/Hostname/Com.php
+share/moodle/lib/zend/Zend/Validate/Hostname/Jp.php
+share/moodle/lib/zend/Zend/Validate/Iban.php
+share/moodle/lib/zend/Zend/Validate/Identical.php
+share/moodle/lib/zend/Zend/Validate/InArray.php
+share/moodle/lib/zend/Zend/Validate/Int.php
+share/moodle/lib/zend/Zend/Validate/Interface.php
+share/moodle/lib/zend/Zend/Validate/Ip.php
+share/moodle/lib/zend/Zend/Validate/Isbn.php
+share/moodle/lib/zend/Zend/Validate/LessThan.php
+share/moodle/lib/zend/Zend/Validate/NotEmpty.php
+share/moodle/lib/zend/Zend/Validate/PostCode.php
+share/moodle/lib/zend/Zend/Validate/Regex.php
+share/moodle/lib/zend/Zend/Validate/Sitemap/Changefreq.php
+share/moodle/lib/zend/Zend/Validate/Sitemap/Lastmod.php
+share/moodle/lib/zend/Zend/Validate/Sitemap/Loc.php
+share/moodle/lib/zend/Zend/Validate/Sitemap/Priority.php
+share/moodle/lib/zend/Zend/Validate/StringLength.php
+share/moodle/lib/zend/Zend/Version.php
+share/moodle/lib/zend/Zend/XmlRpc/Client.php
+share/moodle/lib/zend/Zend/XmlRpc/Client/Exception.php
+share/moodle/lib/zend/Zend/XmlRpc/Client/FaultException.php
+share/moodle/lib/zend/Zend/XmlRpc/Client/HttpException.php
+share/moodle/lib/zend/Zend/XmlRpc/Client/IntrospectException.php
+share/moodle/lib/zend/Zend/XmlRpc/Client/ServerIntrospection.php
+share/moodle/lib/zend/Zend/XmlRpc/Client/ServerProxy.php
+share/moodle/lib/zend/Zend/XmlRpc/Exception.php
+share/moodle/lib/zend/Zend/XmlRpc/Fault.php
+share/moodle/lib/zend/Zend/XmlRpc/Generator/DomDocument.php
+share/moodle/lib/zend/Zend/XmlRpc/Generator/GeneratorAbstract.php
+share/moodle/lib/zend/Zend/XmlRpc/Generator/XmlWriter.php
+share/moodle/lib/zend/Zend/XmlRpc/Request.php
+share/moodle/lib/zend/Zend/XmlRpc/Request/Http.php
+share/moodle/lib/zend/Zend/XmlRpc/Request/Stdin.php
+share/moodle/lib/zend/Zend/XmlRpc/Response.php
+share/moodle/lib/zend/Zend/XmlRpc/Response/Http.php
+share/moodle/lib/zend/Zend/XmlRpc/Server.php
+share/moodle/lib/zend/Zend/XmlRpc/Server/Cache.php
+share/moodle/lib/zend/Zend/XmlRpc/Server/Exception.php
+share/moodle/lib/zend/Zend/XmlRpc/Server/Fault.php
+share/moodle/lib/zend/Zend/XmlRpc/Server/System.php
+share/moodle/lib/zend/Zend/XmlRpc/Value.php
+share/moodle/lib/zend/Zend/XmlRpc/Value/Array.php
+share/moodle/lib/zend/Zend/XmlRpc/Value/Base64.php
+share/moodle/lib/zend/Zend/XmlRpc/Value/BigInteger.php
+share/moodle/lib/zend/Zend/XmlRpc/Value/Boolean.php
+share/moodle/lib/zend/Zend/XmlRpc/Value/Collection.php
+share/moodle/lib/zend/Zend/XmlRpc/Value/DateTime.php
+share/moodle/lib/zend/Zend/XmlRpc/Value/Double.php
+share/moodle/lib/zend/Zend/XmlRpc/Value/Exception.php
+share/moodle/lib/zend/Zend/XmlRpc/Value/Integer.php
+share/moodle/lib/zend/Zend/XmlRpc/Value/Nil.php
+share/moodle/lib/zend/Zend/XmlRpc/Value/Scalar.php
+share/moodle/lib/zend/Zend/XmlRpc/Value/String.php
+share/moodle/lib/zend/Zend/XmlRpc/Value/Struct.php
+share/moodle/lib/zend/readme_moodle.txt
+share/moodle/local/readme.txt
share/moodle/login/change_password.php
share/moodle/login/change_password_form.php
share/moodle/login/confirm.php
@@ -3389,71 +5773,122 @@ share/moodle/login/forgot_password_form.php
share/moodle/login/index.php
share/moodle/login/index_form.html
share/moodle/login/logout.php
-share/moodle/login/mnet_email.php
share/moodle/login/restored_password_form.php
share/moodle/login/signup.php
share/moodle/login/signup_form.php
-share/moodle/manifest.txt
share/moodle/message/bell.wav
share/moodle/message/discussion.php
-share/moodle/message/history.php
+share/moodle/message/edit.php
share/moodle/message/index.php
share/moodle/message/lib.php
-share/moodle/message/messages.php
-share/moodle/message/refresh.php
+share/moodle/message/module.js
+share/moodle/message/output/email/db/install.php
+share/moodle/message/output/email/db/upgrade.php
+share/moodle/message/output/email/lang/en/message_email.php
+share/moodle/message/output/email/lib.php
+share/moodle/message/output/email/message_output_email.php
+share/moodle/message/output/email/version.php
+share/moodle/message/output/jabber/db/install.php
+share/moodle/message/output/jabber/db/upgrade.php
+share/moodle/message/output/jabber/lang/en/message_jabber.php
+share/moodle/message/output/jabber/lib.php
+share/moodle/message/output/jabber/message_output_jabber.php
+share/moodle/message/output/jabber/version.php
+share/moodle/message/output/lib.php
+share/moodle/message/output/popup/db/install.php
+share/moodle/message/output/popup/db/upgrade.php
+share/moodle/message/output/popup/lang/en/message_popup.php
+share/moodle/message/output/popup/lib.php
+share/moodle/message/output/popup/message_output_popup.php
+share/moodle/message/output/popup/version.php
share/moodle/message/search.html
-share/moodle/message/send.php
+share/moodle/message/search_advanced.html
+share/moodle/message/send_form.php
share/moodle/message/settings.html
-share/moodle/message/user.php
share/moodle/mnet/environment.php
share/moodle/mnet/lib.php
share/moodle/mnet/peer.php
share/moodle/mnet/publickey.php
share/moodle/mnet/remote_client.php
-share/moodle/mnet/rpclib.php
-share/moodle/mnet/testclient.php
+share/moodle/mnet/service/enrol/course.php
+share/moodle/mnet/service/enrol/db/install.xml
+share/moodle/mnet/service/enrol/host.php
+share/moodle/mnet/service/enrol/index.php
+share/moodle/mnet/service/enrol/lang/en/mnetservice_enrol.php
+share/moodle/mnet/service/enrol/locallib.php
+share/moodle/mnet/service/enrol/styles.css
+share/moodle/mnet/service/enrol/version.php
share/moodle/mnet/xmlrpc/client.php
share/moodle/mnet/xmlrpc/server.php
+share/moodle/mnet/xmlrpc/serverlib.php
share/moodle/mnet/xmlrpc/xmlparser.php
share/moodle/mod/README.txt
-share/moodle/mod/assignment/backuplib.php
+share/moodle/mod/assignment/assignment.js
+share/moodle/mod/assignment/backup/moodle2/backup_assignment_activity_task.class.php
+share/moodle/mod/assignment/backup/moodle2/backup_assignment_stepslib.php
+share/moodle/mod/assignment/backup/moodle2/restore_assignment_activity_task.class.php
+share/moodle/mod/assignment/backup/moodle2/restore_assignment_stepslib.php
share/moodle/mod/assignment/db/access.php
+share/moodle/mod/assignment/db/events.php
share/moodle/mod/assignment/db/install.xml
-share/moodle/mod/assignment/db/mysql.php
-share/moodle/mod/assignment/db/postgres7.php
+share/moodle/mod/assignment/db/log.php
+share/moodle/mod/assignment/db/messages.php
+share/moodle/mod/assignment/db/subplugins.php
share/moodle/mod/assignment/db/upgrade.php
share/moodle/mod/assignment/delete.php
share/moodle/mod/assignment/grade.php
-share/moodle/mod/assignment/icon.gif
share/moodle/mod/assignment/index.php
+share/moodle/mod/assignment/lang/en/assignment.php
share/moodle/mod/assignment/lib.php
+share/moodle/mod/assignment/locallib.php
share/moodle/mod/assignment/mod_form.php
-share/moodle/mod/assignment/restorelib.php
+share/moodle/mod/assignment/pix/icon.gif
+share/moodle/mod/assignment/renderer.php
share/moodle/mod/assignment/settings.php
-share/moodle/mod/assignment/styles.php
+share/moodle/mod/assignment/simpletest/test_assignment_portfolio_callers.php
+share/moodle/mod/assignment/styles.css
share/moodle/mod/assignment/submissions.php
share/moodle/mod/assignment/type/offline/assignment.class.php
+share/moodle/mod/assignment/type/offline/backup/moodle2/backup_assignment_offline_subplugin.class.php
+share/moodle/mod/assignment/type/offline/backup/moodle2/restore_assignment_offline_subplugin.class.php
+share/moodle/mod/assignment/type/online/all.php
share/moodle/mod/assignment/type/online/assignment.class.php
-share/moodle/mod/assignment/type/online/db/mysql.php
-share/moodle/mod/assignment/type/online/db/postgres7.php
share/moodle/mod/assignment/type/online/file.php
share/moodle/mod/assignment/type/online/version.php
share/moodle/mod/assignment/type/upload/assignment.class.php
share/moodle/mod/assignment/type/upload/notes.php
+share/moodle/mod/assignment/type/upload/upload.php
+share/moodle/mod/assignment/type/upload/upload_form.php
share/moodle/mod/assignment/type/uploadsingle/assignment.class.php
+share/moodle/mod/assignment/type/uploadsingle/upload.php
+share/moodle/mod/assignment/type/uploadsingle/upload_form.php
share/moodle/mod/assignment/upload.php
share/moodle/mod/assignment/version.php
share/moodle/mod/assignment/view.php
share/moodle/mod/chat/README.txt
-share/moodle/mod/chat/backuplib.php
+share/moodle/mod/chat/backup/moodle2/backup_chat_activity_task.class.php
+share/moodle/mod/chat/backup/moodle2/backup_chat_stepslib.php
+share/moodle/mod/chat/backup/moodle2/restore_chat_activity_task.class.php
+share/moodle/mod/chat/backup/moodle2/restore_chat_stepslib.php
share/moodle/mod/chat/beep.wav
+share/moodle/mod/chat/chat_ajax.php
share/moodle/mod/chat/chatd.php
share/moodle/mod/chat/db/access.php
+share/moodle/mod/chat/db/events.php
share/moodle/mod/chat/db/install.xml
-share/moodle/mod/chat/db/mysql.php
-share/moodle/mod/chat/db/postgres7.php
+share/moodle/mod/chat/db/log.php
share/moodle/mod/chat/db/upgrade.php
share/moodle/mod/chat/empty.php
+share/moodle/mod/chat/gui_ajax/index.php
+share/moodle/mod/chat/gui_ajax/module.js
+share/moodle/mod/chat/gui_ajax/theme/bubble/bubbles.png
+share/moodle/mod/chat/gui_ajax/theme/bubble/chat.css
+share/moodle/mod/chat/gui_ajax/theme/bubble/config.php
+share/moodle/mod/chat/gui_ajax/theme/bubble/horizontal.png
+share/moodle/mod/chat/gui_ajax/theme/bubble/input.png
+share/moodle/mod/chat/gui_ajax/theme/bubble/vertical.png
+share/moodle/mod/chat/gui_ajax/theme/compact/chat.css
+share/moodle/mod/chat/gui_ajax/theme/compact/config.php
share/moodle/mod/chat/gui_basic/index.php
share/moodle/mod/chat/gui_header_js/chatinput.php
share/moodle/mod/chat/gui_header_js/chatmsg.php
@@ -3461,96 +5896,111 @@ share/moodle/mod/chat/gui_header_js/index.php
share/moodle/mod/chat/gui_header_js/insert.php
share/moodle/mod/chat/gui_header_js/jsupdate.php
share/moodle/mod/chat/gui_header_js/jsupdated.php
+share/moodle/mod/chat/gui_header_js/module.js
share/moodle/mod/chat/gui_header_js/users.php
+share/moodle/mod/chat/gui_sockets/chat_gui_sockets.js
share/moodle/mod/chat/gui_sockets/chatinput.php
share/moodle/mod/chat/gui_sockets/index.php
-share/moodle/mod/chat/icon.gif
share/moodle/mod/chat/index.php
+share/moodle/mod/chat/lang/en/chat.php
share/moodle/mod/chat/lib.php
+share/moodle/mod/chat/locallib.php
share/moodle/mod/chat/mod_form.php
-share/moodle/mod/chat/pagelib.php
+share/moodle/mod/chat/pix/icon.gif
share/moodle/mod/chat/report.php
-share/moodle/mod/chat/restorelib.php
share/moodle/mod/chat/settings.php
+share/moodle/mod/chat/simpletest/test_chat_portfolio_callers.php
+share/moodle/mod/chat/styles.css
share/moodle/mod/chat/version.php
share/moodle/mod/chat/view.php
-share/moodle/mod/choice/backuplib.php
-share/moodle/mod/choice/column.png
+share/moodle/mod/choice/backup/moodle2/backup_choice_activity_task.class.php
+share/moodle/mod/choice/backup/moodle2/backup_choice_settingslib.php
+share/moodle/mod/choice/backup/moodle2/backup_choice_stepslib.php
+share/moodle/mod/choice/backup/moodle2/restore_choice_activity_task.class.php
+share/moodle/mod/choice/backup/moodle2/restore_choice_stepslib.php
share/moodle/mod/choice/db/access.php
share/moodle/mod/choice/db/install.xml
-share/moodle/mod/choice/db/mysql.php
-share/moodle/mod/choice/db/postgres7.php
+share/moodle/mod/choice/db/log.php
share/moodle/mod/choice/db/upgrade.php
-share/moodle/mod/choice/icon.gif
share/moodle/mod/choice/index.php
+share/moodle/mod/choice/lang/en/choice.php
share/moodle/mod/choice/lib.php
share/moodle/mod/choice/mod_form.php
+share/moodle/mod/choice/pix/column.png
+share/moodle/mod/choice/pix/icon.gif
+share/moodle/mod/choice/pix/row.png
+share/moodle/mod/choice/renderer.php
share/moodle/mod/choice/report.php
-share/moodle/mod/choice/restorelib.php
-share/moodle/mod/choice/styles.php
+share/moodle/mod/choice/styles.css
share/moodle/mod/choice/version.php
share/moodle/mod/choice/view.php
-share/moodle/mod/data/backuplib.php
-share/moodle/mod/data/comment.php
-share/moodle/mod/data/comment_form.php
+share/moodle/mod/data/backup/moodle2/backup_data_activity_task.class.php
+share/moodle/mod/data/backup/moodle2/backup_data_stepslib.php
+share/moodle/mod/data/backup/moodle2/restore_data_activity_task.class.php
+share/moodle/mod/data/backup/moodle2/restore_data_stepslib.php
share/moodle/mod/data/css.php
+share/moodle/mod/data/data.js
share/moodle/mod/data/db/access.php
share/moodle/mod/data/db/install.xml
-share/moodle/mod/data/db/mysql.php
-share/moodle/mod/data/db/postgres7.php
+share/moodle/mod/data/db/log.php
+share/moodle/mod/data/db/subplugins.php
share/moodle/mod/data/db/upgrade.php
share/moodle/mod/data/edit.php
share/moodle/mod/data/export.php
share/moodle/mod/data/export_form.php
+share/moodle/mod/data/field.php
share/moodle/mod/data/field/checkbox/field.class.php
-share/moodle/mod/data/field/checkbox/icon.gif
share/moodle/mod/data/field/checkbox/mod.html
share/moodle/mod/data/field/date/field.class.php
-share/moodle/mod/data/field/date/icon.gif
share/moodle/mod/data/field/date/mod.html
share/moodle/mod/data/field/file/field.class.php
-share/moodle/mod/data/field/file/icon.gif
share/moodle/mod/data/field/file/mod.html
share/moodle/mod/data/field/latlong/field.class.php
-share/moodle/mod/data/field/latlong/icon.gif
share/moodle/mod/data/field/latlong/kml.php
share/moodle/mod/data/field/latlong/mod.html
share/moodle/mod/data/field/menu/field.class.php
-share/moodle/mod/data/field/menu/icon.gif
share/moodle/mod/data/field/menu/mod.html
share/moodle/mod/data/field/multimenu/field.class.php
-share/moodle/mod/data/field/multimenu/icon.gif
share/moodle/mod/data/field/multimenu/mod.html
share/moodle/mod/data/field/number/field.class.php
-share/moodle/mod/data/field/number/icon.gif
share/moodle/mod/data/field/number/mod.html
share/moodle/mod/data/field/picture/field.class.php
-share/moodle/mod/data/field/picture/icon.gif
share/moodle/mod/data/field/picture/mod.html
share/moodle/mod/data/field/radiobutton/field.class.php
-share/moodle/mod/data/field/radiobutton/icon.gif
share/moodle/mod/data/field/radiobutton/mod.html
share/moodle/mod/data/field/text/field.class.php
-share/moodle/mod/data/field/text/icon.gif
share/moodle/mod/data/field/text/mod.html
share/moodle/mod/data/field/textarea/field.class.php
-share/moodle/mod/data/field/textarea/icon.gif
share/moodle/mod/data/field/textarea/mod.html
share/moodle/mod/data/field/url/field.class.php
-share/moodle/mod/data/field/url/icon.gif
share/moodle/mod/data/field/url/mod.html
-share/moodle/mod/data/field.php
share/moodle/mod/data/filter.php
-share/moodle/mod/data/icon.gif
share/moodle/mod/data/import.php
+share/moodle/mod/data/import_form.php
share/moodle/mod/data/index.php
share/moodle/mod/data/js.php
+share/moodle/mod/data/lang/en/data.php
share/moodle/mod/data/lib.php
+share/moodle/mod/data/locallib.php
share/moodle/mod/data/mod_form.php
-share/moodle/mod/data/pagelib.php
+share/moodle/mod/data/pix/field/checkbox.gif
+share/moodle/mod/data/pix/field/date.gif
+share/moodle/mod/data/pix/field/file.gif
+share/moodle/mod/data/pix/field/latlong.gif
+share/moodle/mod/data/pix/field/menu.gif
+share/moodle/mod/data/pix/field/multimenu.gif
+share/moodle/mod/data/pix/field/number.gif
+share/moodle/mod/data/pix/field/picture.gif
+share/moodle/mod/data/pix/field/radiobutton.gif
+share/moodle/mod/data/pix/field/text.gif
+share/moodle/mod/data/pix/field/textarea.gif
+share/moodle/mod/data/pix/field/url.gif
+share/moodle/mod/data/pix/icon.gif
+share/moodle/mod/data/preset.php
share/moodle/mod/data/preset/imagegallery/addtemplate.html
share/moodle/mod/data/preset/imagegallery/csstemplate.css
share/moodle/mod/data/preset/imagegallery/jstemplate.js
+share/moodle/mod/data/preset/imagegallery/lang/en/datapreset_imagegallery.php
share/moodle/mod/data/preset/imagegallery/listtemplate.html
share/moodle/mod/data/preset/imagegallery/listtemplatefooter.html
share/moodle/mod/data/preset/imagegallery/listtemplateheader.html
@@ -3558,47 +6008,154 @@ share/moodle/mod/data/preset/imagegallery/preset.xml
share/moodle/mod/data/preset/imagegallery/rsstemplate.html
share/moodle/mod/data/preset/imagegallery/rsstitletemplate.html
share/moodle/mod/data/preset/imagegallery/singletemplate.html
-share/moodle/mod/data/preset.php
-share/moodle/mod/data/preset_class.php
-share/moodle/mod/data/preset_new.php
-share/moodle/mod/data/rate.php
-share/moodle/mod/data/report.php
-share/moodle/mod/data/restorelib.php
+share/moodle/mod/data/preset_form.php
+share/moodle/mod/data/renderer.php
share/moodle/mod/data/rsslib.php
share/moodle/mod/data/settings.php
+share/moodle/mod/data/simpletest/test_data_portfolio_callers.php
share/moodle/mod/data/simpletest/testpreset.php
-share/moodle/mod/data/styles.php
+share/moodle/mod/data/styles.css
share/moodle/mod/data/tabs.php
share/moodle/mod/data/templates.php
share/moodle/mod/data/version.php
share/moodle/mod/data/view.php
-share/moodle/mod/forum/backuplib.php
+share/moodle/mod/feedback/README.txt
+share/moodle/mod/feedback/TODO.txt
+share/moodle/mod/feedback/analysis.php
+share/moodle/mod/feedback/analysis_course.php
+share/moodle/mod/feedback/analysis_to_excel.php
+share/moodle/mod/feedback/backup/moodle2/backup_feedback_activity_task.class.php
+share/moodle/mod/feedback/backup/moodle2/backup_feedback_settingslib.php
+share/moodle/mod/feedback/backup/moodle2/backup_feedback_stepslib.php
+share/moodle/mod/feedback/backup/moodle2/restore_feedback_activity_task.class.php
+share/moodle/mod/feedback/backup/moodle2/restore_feedback_stepslib.php
+share/moodle/mod/feedback/choose_group_form.php
+share/moodle/mod/feedback/complete.php
+share/moodle/mod/feedback/complete_guest.php
+share/moodle/mod/feedback/db/access.php
+share/moodle/mod/feedback/db/install.php
+share/moodle/mod/feedback/db/install.xml
+share/moodle/mod/feedback/db/log.php
+share/moodle/mod/feedback/db/messages.php
+share/moodle/mod/feedback/db/upgrade.php
+share/moodle/mod/feedback/delete_completed.php
+share/moodle/mod/feedback/delete_completed_form.php
+share/moodle/mod/feedback/delete_item.php
+share/moodle/mod/feedback/delete_item_form.php
+share/moodle/mod/feedback/delete_template.php
+share/moodle/mod/feedback/delete_template_form.php
+share/moodle/mod/feedback/edit.php
+share/moodle/mod/feedback/edit_form.php
+share/moodle/mod/feedback/edit_item.php
+share/moodle/mod/feedback/export.php
+share/moodle/mod/feedback/feedback.js
+share/moodle/mod/feedback/import.php
+share/moodle/mod/feedback/import_form.php
+share/moodle/mod/feedback/index.php
+share/moodle/mod/feedback/item/captcha/captcha_form.php
+share/moodle/mod/feedback/item/captcha/lib.php
+share/moodle/mod/feedback/item/captcha/print_captcha.php
+share/moodle/mod/feedback/item/feedback_item_class.php
+share/moodle/mod/feedback/item/feedback_item_form_class.php
+share/moodle/mod/feedback/item/info/info_form.php
+share/moodle/mod/feedback/item/info/lib.php
+share/moodle/mod/feedback/item/label/label_form.php
+share/moodle/mod/feedback/item/label/lib.php
+share/moodle/mod/feedback/item/multichoice/lib.php
+share/moodle/mod/feedback/item/multichoice/multichoice_form.php
+share/moodle/mod/feedback/item/multichoicerated/lib.php
+share/moodle/mod/feedback/item/multichoicerated/multichoicerated_form.php
+share/moodle/mod/feedback/item/numeric/lib.php
+share/moodle/mod/feedback/item/numeric/numeric_form.php
+share/moodle/mod/feedback/item/textarea/lib.php
+share/moodle/mod/feedback/item/textarea/textarea_form.php
+share/moodle/mod/feedback/item/textfield/lib.php
+share/moodle/mod/feedback/item/textfield/textfield_form.php
+share/moodle/mod/feedback/lang/en/feedback.php
+share/moodle/mod/feedback/lib.php
+share/moodle/mod/feedback/mapcourse.php
+share/moodle/mod/feedback/mod_form.php
+share/moodle/mod/feedback/pics/0.gif
+share/moodle/mod/feedback/pics/1.gif
+share/moodle/mod/feedback/pics/2.gif
+share/moodle/mod/feedback/pics/3.gif
+share/moodle/mod/feedback/pics/4.gif
+share/moodle/mod/feedback/pics/5.gif
+share/moodle/mod/feedback/pics/6.gif
+share/moodle/mod/feedback/pics/7.gif
+share/moodle/mod/feedback/pics/8.gif
+share/moodle/mod/feedback/pics/9.gif
+share/moodle/mod/feedback/pics/notrequired.gif
+share/moodle/mod/feedback/pics/required.gif
+share/moodle/mod/feedback/pix/icon.gif
+share/moodle/mod/feedback/print.php
+share/moodle/mod/feedback/settings.php
+share/moodle/mod/feedback/show_entries.php
+share/moodle/mod/feedback/show_entries_anonym.php
+share/moodle/mod/feedback/show_nonrespondents.php
+share/moodle/mod/feedback/styles.css
+share/moodle/mod/feedback/tabs.php
+share/moodle/mod/feedback/unmapcourse.php
+share/moodle/mod/feedback/use_templ.php
+share/moodle/mod/feedback/use_templ_form.php
+share/moodle/mod/feedback/version.php
+share/moodle/mod/feedback/view.php
+share/moodle/mod/folder/backup/moodle2/backup_folder_activity_task.class.php
+share/moodle/mod/folder/backup/moodle2/backup_folder_stepslib.php
+share/moodle/mod/folder/backup/moodle2/restore_folder_activity_task.class.php
+share/moodle/mod/folder/backup/moodle2/restore_folder_stepslib.php
+share/moodle/mod/folder/db/access.php
+share/moodle/mod/folder/db/install.php
+share/moodle/mod/folder/db/install.xml
+share/moodle/mod/folder/db/log.php
+share/moodle/mod/folder/db/upgrade.php
+share/moodle/mod/folder/db/upgradelib.php
+share/moodle/mod/folder/edit.php
+share/moodle/mod/folder/edit_form.php
+share/moodle/mod/folder/index.php
+share/moodle/mod/folder/lang/en/folder.php
+share/moodle/mod/folder/lib.php
+share/moodle/mod/folder/locallib.php
+share/moodle/mod/folder/mod_form.php
+share/moodle/mod/folder/module.js
+share/moodle/mod/folder/pix/icon.gif
+share/moodle/mod/folder/readme.txt
+share/moodle/mod/folder/renderer.php
+share/moodle/mod/folder/settings.php
+share/moodle/mod/folder/version.php
+share/moodle/mod/folder/view.php
+share/moodle/mod/forum/backup/moodle2/backup_forum_activity_task.class.php
+share/moodle/mod/forum/backup/moodle2/backup_forum_settingslib.php
+share/moodle/mod/forum/backup/moodle2/backup_forum_stepslib.php
+share/moodle/mod/forum/backup/moodle2/restore_forum_activity_task.class.php
+share/moodle/mod/forum/backup/moodle2/restore_forum_stepslib.php
share/moodle/mod/forum/db/access.php
+share/moodle/mod/forum/db/events.php
share/moodle/mod/forum/db/install.xml
-share/moodle/mod/forum/db/mysql.php
-share/moodle/mod/forum/db/postgres7.php
+share/moodle/mod/forum/db/log.php
+share/moodle/mod/forum/db/messages.php
share/moodle/mod/forum/db/upgrade.php
share/moodle/mod/forum/discuss.php
-share/moodle/mod/forum/icon.gif
+share/moodle/mod/forum/forum.js
share/moodle/mod/forum/index.php
+share/moodle/mod/forum/lang/en/forum.php
share/moodle/mod/forum/lib.php
+share/moodle/mod/forum/locallib.php
share/moodle/mod/forum/markposts.php
share/moodle/mod/forum/mod_form.php
+share/moodle/mod/forum/pix/icon.gif
share/moodle/mod/forum/post.php
share/moodle/mod/forum/post_form.php
share/moodle/mod/forum/prune.html
-share/moodle/mod/forum/rate.php
-share/moodle/mod/forum/rate_ajax.js
-share/moodle/mod/forum/rate_ajax.php
-share/moodle/mod/forum/report.php
-share/moodle/mod/forum/restorelib.php
+share/moodle/mod/forum/renderer.php
share/moodle/mod/forum/rsslib.php
share/moodle/mod/forum/search.php
share/moodle/mod/forum/settings.php
share/moodle/mod/forum/settracking.php
+share/moodle/mod/forum/simpletest/test_forum_portfolio_callers.php
share/moodle/mod/forum/simpletest/testmodforumlib.php
+share/moodle/mod/forum/styles.css
share/moodle/mod/forum/subscribe.php
-share/moodle/mod/forum/subscriber.html
share/moodle/mod/forum/subscribers.php
share/moodle/mod/forum/unsubscribeall.php
share/moodle/mod/forum/user.php
@@ -3607,28 +6164,23 @@ share/moodle/mod/forum/view.php
share/moodle/mod/glossary/README.txt
share/moodle/mod/glossary/TODO.txt
share/moodle/mod/glossary/approve.php
-share/moodle/mod/glossary/asc.gif
-share/moodle/mod/glossary/backuplib.php
-share/moodle/mod/glossary/comment.gif
-share/moodle/mod/glossary/comment.php
-share/moodle/mod/glossary/comment_form.php
-share/moodle/mod/glossary/comments.php
+share/moodle/mod/glossary/backup/moodle2/backup_glossary_activity_task.class.php
+share/moodle/mod/glossary/backup/moodle2/backup_glossary_stepslib.php
+share/moodle/mod/glossary/backup/moodle2/restore_glossary_activity_task.class.php
+share/moodle/mod/glossary/backup/moodle2/restore_glossary_stepslib.php
share/moodle/mod/glossary/db/access.php
share/moodle/mod/glossary/db/install.xml
-share/moodle/mod/glossary/db/mysql.php
-share/moodle/mod/glossary/db/postgres7.php
+share/moodle/mod/glossary/db/log.php
share/moodle/mod/glossary/db/upgrade.php
share/moodle/mod/glossary/deleteentry.php
-share/moodle/mod/glossary/desc.gif
share/moodle/mod/glossary/edit.php
share/moodle/mod/glossary/edit_form.php
share/moodle/mod/glossary/editcategories.html
share/moodle/mod/glossary/editcategories.php
-share/moodle/mod/glossary/export.gif
share/moodle/mod/glossary/export.php
share/moodle/mod/glossary/exportentry.php
-share/moodle/mod/glossary/exportfile.php
share/moodle/mod/glossary/filter.php
+share/moodle/mod/glossary/formats.php
share/moodle/mod/glossary/formats/README.txt
share/moodle/mod/glossary/formats/TEMPLATE/TEMPLATE_format.php
share/moodle/mod/glossary/formats/continuous/continuous_format.php
@@ -3638,301 +6190,281 @@ share/moodle/mod/glossary/formats/entrylist/entrylist_format.php
share/moodle/mod/glossary/formats/faq/faq_format.php
share/moodle/mod/glossary/formats/fullwithauthor/fullwithauthor_format.php
share/moodle/mod/glossary/formats/fullwithoutauthor/fullwithoutauthor_format.php
-share/moodle/mod/glossary/formats.php
-share/moodle/mod/glossary/icon.gif
-share/moodle/mod/glossary/icon1.gif
-share/moodle/mod/glossary/import.html
share/moodle/mod/glossary/import.php
+share/moodle/mod/glossary/import_form.php
share/moodle/mod/glossary/index.php
+share/moodle/mod/glossary/lang/en/glossary.php
share/moodle/mod/glossary/lib.php
-share/moodle/mod/glossary/minus.gif
+share/moodle/mod/glossary/locallib.php
share/moodle/mod/glossary/mod_form.php
-share/moodle/mod/glossary/print.gif
+share/moodle/mod/glossary/pix/asc.gif
+share/moodle/mod/glossary/pix/comment.gif
+share/moodle/mod/glossary/pix/desc.gif
+share/moodle/mod/glossary/pix/export.gif
+share/moodle/mod/glossary/pix/icon.gif
+share/moodle/mod/glossary/pix/minus.gif
+share/moodle/mod/glossary/pix/print.gif
share/moodle/mod/glossary/print.php
-share/moodle/mod/glossary/rate.php
-share/moodle/mod/glossary/report.php
-share/moodle/mod/glossary/restorelib.php
share/moodle/mod/glossary/rsslib.php
share/moodle/mod/glossary/settings.php
share/moodle/mod/glossary/showentry.php
+share/moodle/mod/glossary/showentry_ajax.php
+share/moodle/mod/glossary/simpletest/test_glossary_portfolio_callers.php
share/moodle/mod/glossary/sql.php
+share/moodle/mod/glossary/styles.css
share/moodle/mod/glossary/tabs.php
share/moodle/mod/glossary/version.php
share/moodle/mod/glossary/view.php
-share/moodle/mod/hotpot/README.TXT
-share/moodle/mod/hotpot/attempt.php
-share/moodle/mod/hotpot/backuplib.php
-share/moodle/mod/hotpot/db/access.php
-share/moodle/mod/hotpot/db/install.xml
-share/moodle/mod/hotpot/db/mysql.php
-share/moodle/mod/hotpot/db/postgres7.php
-share/moodle/mod/hotpot/db/update_to_v2.php
-share/moodle/mod/hotpot/db/upgrade.php
-share/moodle/mod/hotpot/defaults.php
-share/moodle/mod/hotpot/grade.php
-share/moodle/mod/hotpot/hotpot-full.js
-share/moodle/mod/hotpot/icon.gif
-share/moodle/mod/hotpot/iframe.js
-share/moodle/mod/hotpot/index.php
-share/moodle/mod/hotpot/lib.php
-share/moodle/mod/hotpot/mediaplayers/moodle/filter.php
-share/moodle/mod/hotpot/mod_form.js
-share/moodle/mod/hotpot/mod_form.php
-share/moodle/mod/hotpot/report/click/report.php
-share/moodle/mod/hotpot/report/default.php
-share/moodle/mod/hotpot/report/fullstat/report.php
-share/moodle/mod/hotpot/report/overview/report.php
-share/moodle/mod/hotpot/report/simplestat/report.php
-share/moodle/mod/hotpot/report.php
-share/moodle/mod/hotpot/restorelib.php
-share/moodle/mod/hotpot/review.php
-share/moodle/mod/hotpot/settings.php
-share/moodle/mod/hotpot/show.php
-share/moodle/mod/hotpot/template/default.php
-share/moodle/mod/hotpot/template/v6/djmatch6.ht_
-share/moodle/mod/hotpot/template/v6/djmatch6.js_
-share/moodle/mod/hotpot/template/v6/djmix6.ht_
-share/moodle/mod/hotpot/template/v6/djmix6.js_
-share/moodle/mod/hotpot/template/v6/fjmatch6.ht_
-share/moodle/mod/hotpot/template/v6/fjmatch6.js_
-share/moodle/mod/hotpot/template/v6/hotpot6r.ht_
-share/moodle/mod/hotpot/template/v6/hp6.cs_
-share/moodle/mod/hotpot/template/v6/hp6browsercheck.js_
-share/moodle/mod/hotpot/template/v6/hp6buttons.js_
-share/moodle/mod/hotpot/template/v6/hp6card.js_
-share/moodle/mod/hotpot/template/v6/hp6checkshortanswer.js_
-share/moodle/mod/hotpot/template/v6/hp6hotpotnet.js_
-share/moodle/mod/hotpot/template/v6/hp6navbar.ht_
-share/moodle/mod/hotpot/template/v6/hp6objecttags.ht_
-share/moodle/mod/hotpot/template/v6/hp6plainpage.ht_
-share/moodle/mod/hotpot/template/v6/hp6sendresults.js_
-share/moodle/mod/hotpot/template/v6/hp6showmessage.js_
-share/moodle/mod/hotpot/template/v6/hp6timer.js_
-share/moodle/mod/hotpot/template/v6/hp6utilities.js_
-share/moodle/mod/hotpot/template/v6/jcloze6.ht_
-share/moodle/mod/hotpot/template/v6/jcloze6.js_
-share/moodle/mod/hotpot/template/v6/jcross6.ht_
-share/moodle/mod/hotpot/template/v6/jcross6.js_
-share/moodle/mod/hotpot/template/v6/jcross6print.ht_
-share/moodle/mod/hotpot/template/v6/jmatch6.ht_
-share/moodle/mod/hotpot/template/v6/jmatch6.js_
-share/moodle/mod/hotpot/template/v6/jmix6.ht_
-share/moodle/mod/hotpot/template/v6/jmix6.js_
-share/moodle/mod/hotpot/template/v6/jquiz6.ht_
-share/moodle/mod/hotpot/template/v6/jquiz6.js_
-share/moodle/mod/hotpot/template/v6/masher.ht_
-share/moodle/mod/hotpot/template/v6/mashernav.ht_
-share/moodle/mod/hotpot/template/v6/testbrowsercheck.htm
-share/moodle/mod/hotpot/template/v6.php
-share/moodle/mod/hotpot/version.php
-share/moodle/mod/hotpot/view.php
+share/moodle/mod/glossary/yui/autolinker/autolinker.js
+share/moodle/mod/imscp/backup/moodle2/backup_imscp_activity_task.class.php
+share/moodle/mod/imscp/backup/moodle2/backup_imscp_stepslib.php
+share/moodle/mod/imscp/backup/moodle2/restore_imscp_activity_task.class.php
+share/moodle/mod/imscp/backup/moodle2/restore_imscp_stepslib.php
+share/moodle/mod/imscp/db/access.php
+share/moodle/mod/imscp/db/install.php
+share/moodle/mod/imscp/db/install.xml
+share/moodle/mod/imscp/db/log.php
+share/moodle/mod/imscp/db/upgrade.php
+share/moodle/mod/imscp/db/upgradelib.php
+share/moodle/mod/imscp/dummyapi.js
+share/moodle/mod/imscp/index.php
+share/moodle/mod/imscp/lang/en/imscp.php
+share/moodle/mod/imscp/lib.php
+share/moodle/mod/imscp/locallib.php
+share/moodle/mod/imscp/mod_form.php
+share/moodle/mod/imscp/module.js
+share/moodle/mod/imscp/pix/icon.gif
+share/moodle/mod/imscp/readme.txt
+share/moodle/mod/imscp/settings.php
+share/moodle/mod/imscp/styles.css
+share/moodle/mod/imscp/version.php
+share/moodle/mod/imscp/view.php
share/moodle/mod/index.html
-share/moodle/mod/journal/backuplib.php
-share/moodle/mod/journal/db/install.xml
-share/moodle/mod/journal/db/mysql.php
-share/moodle/mod/journal/db/postgres7.php
-share/moodle/mod/journal/db/upgrade.php
-share/moodle/mod/journal/defaults.php
-share/moodle/mod/journal/edit.html
-share/moodle/mod/journal/edit.php
-share/moodle/mod/journal/icon.gif
-share/moodle/mod/journal/index.php
-share/moodle/mod/journal/lib.php
-share/moodle/mod/journal/mod_form.php
-share/moodle/mod/journal/report.php
-share/moodle/mod/journal/restorelib.php
-share/moodle/mod/journal/version.php
-share/moodle/mod/journal/view.php
-share/moodle/mod/label/backuplib.php
+share/moodle/mod/label/backup/moodle2/backup_label_activity_task.class.php
+share/moodle/mod/label/backup/moodle2/backup_label_stepslib.php
+share/moodle/mod/label/backup/moodle2/restore_label_activity_task.class.php
+share/moodle/mod/label/backup/moodle2/restore_label_stepslib.php
share/moodle/mod/label/db/install.xml
-share/moodle/mod/label/db/mysql.php
-share/moodle/mod/label/db/postgres7.php
+share/moodle/mod/label/db/log.php
share/moodle/mod/label/db/upgrade.php
-share/moodle/mod/label/icon.gif
share/moodle/mod/label/index.php
+share/moodle/mod/label/lang/en/label.php
share/moodle/mod/label/lib.php
share/moodle/mod/label/mod_form.php
-share/moodle/mod/label/restorelib.php
+share/moodle/mod/label/pix/icon.gif
share/moodle/mod/label/version.php
share/moodle/mod/label/view.php
-share/moodle/mod/lams/constants.php
-share/moodle/mod/lams/db/access.php
-share/moodle/mod/lams/db/install.xml
-share/moodle/mod/lams/db/mysql.php
-share/moodle/mod/lams/db/postgres7.php
-share/moodle/mod/lams/db/upgrade.php
-share/moodle/mod/lams/defaults.php
-share/moodle/mod/lams/icon.gif
-share/moodle/mod/lams/index.php
-share/moodle/mod/lams/lib.php
-share/moodle/mod/lams/list.php
-share/moodle/mod/lams/mod.html
-share/moodle/mod/lams/settings.php
-share/moodle/mod/lams/userinfo.php
-share/moodle/mod/lams/version.php
-share/moodle/mod/lams/view.php
-share/moodle/mod/lesson/action/addbranchtable.php
-share/moodle/mod/lesson/action/addcluster.php
-share/moodle/mod/lesson/action/addendofbranch.php
-share/moodle/mod/lesson/action/addendofcluster.php
-share/moodle/mod/lesson/action/addpage.php
-share/moodle/mod/lesson/action/confirmdelete.php
-share/moodle/mod/lesson/action/continue.html
-share/moodle/mod/lesson/action/continue.php
-share/moodle/mod/lesson/action/delete.php
-share/moodle/mod/lesson/action/editpage.php
-share/moodle/mod/lesson/action/insertpage.php
-share/moodle/mod/lesson/action/move.php
-share/moodle/mod/lesson/action/moveit.php
-share/moodle/mod/lesson/action/updatepage.php
-share/moodle/mod/lesson/backuplib.php
+share/moodle/mod/lesson/backup/moodle2/backup_lesson_activity_task.class.php
+share/moodle/mod/lesson/backup/moodle2/backup_lesson_stepslib.php
+share/moodle/mod/lesson/backup/moodle2/restore_lesson_activity_task.class.php
+share/moodle/mod/lesson/backup/moodle2/restore_lesson_stepslib.php
+share/moodle/mod/lesson/continue.php
share/moodle/mod/lesson/db/access.php
share/moodle/mod/lesson/db/install.xml
-share/moodle/mod/lesson/db/mysql.php
-share/moodle/mod/lesson/db/postgres7.php
+share/moodle/mod/lesson/db/log.php
+share/moodle/mod/lesson/db/messages.php
share/moodle/mod/lesson/db/upgrade.php
+share/moodle/mod/lesson/db/upgradelib.php
share/moodle/mod/lesson/edit.php
+share/moodle/mod/lesson/editpage.php
+share/moodle/mod/lesson/editpage_form.php
share/moodle/mod/lesson/essay.php
+share/moodle/mod/lesson/essay_form.php
share/moodle/mod/lesson/format.php
share/moodle/mod/lesson/grade.php
share/moodle/mod/lesson/highscores.php
-share/moodle/mod/lesson/icon.gif
share/moodle/mod/lesson/import.php
+share/moodle/mod/lesson/import_form.php
share/moodle/mod/lesson/importppt.php
+share/moodle/mod/lesson/importpptlib.php
share/moodle/mod/lesson/index.php
+share/moodle/mod/lesson/lang/en/lesson.php
share/moodle/mod/lesson/lesson.php
share/moodle/mod/lesson/lib.php
share/moodle/mod/lesson/locallib.php
share/moodle/mod/lesson/mediafile.php
share/moodle/mod/lesson/mod_form.php
-share/moodle/mod/lesson/pagelib.php
+share/moodle/mod/lesson/pagetypes/branchtable.php
+share/moodle/mod/lesson/pagetypes/cluster.php
+share/moodle/mod/lesson/pagetypes/endofbranch.php
+share/moodle/mod/lesson/pagetypes/endofcluster.php
+share/moodle/mod/lesson/pagetypes/essay.php
+share/moodle/mod/lesson/pagetypes/matching.php
+share/moodle/mod/lesson/pagetypes/multichoice.php
+share/moodle/mod/lesson/pagetypes/numerical.php
+share/moodle/mod/lesson/pagetypes/shortanswer.php
+share/moodle/mod/lesson/pagetypes/truefalse.php
+share/moodle/mod/lesson/pix/icon.gif
share/moodle/mod/lesson/reformat.php
+share/moodle/mod/lesson/renderer.php
share/moodle/mod/lesson/report.php
-share/moodle/mod/lesson/restorelib.php
-share/moodle/mod/lesson/styles.php
+share/moodle/mod/lesson/settings.php
+share/moodle/mod/lesson/styles.css
share/moodle/mod/lesson/tabs.php
share/moodle/mod/lesson/timer.js
share/moodle/mod/lesson/version.php
share/moodle/mod/lesson/view.php
-share/moodle/mod/lesson/viewend.html
-share/moodle/mod/lesson/viewstart.html
+share/moodle/mod/lesson/view_form.php
+share/moodle/mod/page/backup/moodle2/backup_page_activity_task.class.php
+share/moodle/mod/page/backup/moodle2/backup_page_stepslib.php
+share/moodle/mod/page/backup/moodle2/restore_page_activity_task.class.php
+share/moodle/mod/page/backup/moodle2/restore_page_stepslib.php
+share/moodle/mod/page/db/access.php
+share/moodle/mod/page/db/install.php
+share/moodle/mod/page/db/install.xml
+share/moodle/mod/page/db/log.php
+share/moodle/mod/page/db/upgrade.php
+share/moodle/mod/page/db/upgradelib.php
+share/moodle/mod/page/index.php
+share/moodle/mod/page/lang/en/page.php
+share/moodle/mod/page/lib.php
+share/moodle/mod/page/locallib.php
+share/moodle/mod/page/mod_form.php
+share/moodle/mod/page/pix/icon.gif
+share/moodle/mod/page/readme.txt
+share/moodle/mod/page/settings.php
+share/moodle/mod/page/version.php
+share/moodle/mod/page/view.php
+share/moodle/mod/quiz/accessrules.php
+share/moodle/mod/quiz/addrandom.php
+share/moodle/mod/quiz/addrandomform.php
share/moodle/mod/quiz/attempt.php
-share/moodle/mod/quiz/attempt_close_js.php
-share/moodle/mod/quiz/backuplib.php
+share/moodle/mod/quiz/attemptlib.php
+share/moodle/mod/quiz/backup/moodle2/backup_quiz_activity_task.class.php
+share/moodle/mod/quiz/backup/moodle2/backup_quiz_stepslib.php
+share/moodle/mod/quiz/backup/moodle2/restore_quiz_activity_task.class.php
+share/moodle/mod/quiz/backup/moodle2/restore_quiz_stepslib.php
share/moodle/mod/quiz/comment.php
-share/moodle/mod/quiz/config.html
share/moodle/mod/quiz/db/access.php
+share/moodle/mod/quiz/db/install.php
share/moodle/mod/quiz/db/install.xml
-share/moodle/mod/quiz/db/mysql.php
-share/moodle/mod/quiz/db/postgres7.php
+share/moodle/mod/quiz/db/log.php
+share/moodle/mod/quiz/db/messages.php
+share/moodle/mod/quiz/db/subplugins.php
share/moodle/mod/quiz/db/upgrade.php
-share/moodle/mod/quiz/defaults.php
+share/moodle/mod/quiz/edit.js
share/moodle/mod/quiz/edit.php
share/moodle/mod/quiz/editlib.php
share/moodle/mod/quiz/grade.php
-share/moodle/mod/quiz/icon.gif
share/moodle/mod/quiz/index.php
-share/moodle/mod/quiz/jstimer.php
+share/moodle/mod/quiz/lang/en/quiz.php
share/moodle/mod/quiz/lib.php
share/moodle/mod/quiz/locallib.php
share/moodle/mod/quiz/mod_form.php
-share/moodle/mod/quiz/pagelib.php
-share/moodle/mod/quiz/pix/de.gif
-share/moodle/mod/quiz/pix/ma.gif
-share/moodle/mod/quiz/pix/mc.gif
-share/moodle/mod/quiz/pix/mu.gif
-share/moodle/mod/quiz/pix/nu.gif
-share/moodle/mod/quiz/pix/rm.gif
-share/moodle/mod/quiz/pix/rs.gif
-share/moodle/mod/quiz/pix/sa.gif
-share/moodle/mod/quiz/pix/tf.gif
-share/moodle/mod/quiz/protect_js.php
-share/moodle/mod/quiz/quiz.js
-share/moodle/mod/quiz/report/analysis/report.php
+share/moodle/mod/quiz/module.js
+share/moodle/mod/quiz/override_form.php
+share/moodle/mod/quiz/overridedelete.php
+share/moodle/mod/quiz/overrideedit.php
+share/moodle/mod/quiz/overrides.php
+share/moodle/mod/quiz/pix/icon.gif
+share/moodle/mod/quiz/processattempt.php
+share/moodle/mod/quiz/report.php
share/moodle/mod/quiz/report/default.php
+share/moodle/mod/quiz/report/grading/lang/en/quiz_grading.php
share/moodle/mod/quiz/report/grading/report.php
+share/moodle/mod/quiz/report/overview/db/install.xml
+share/moodle/mod/quiz/report/overview/db/upgrade.php
+share/moodle/mod/quiz/report/overview/lang/en/quiz_overview.php
+share/moodle/mod/quiz/report/overview/overview_table.php
share/moodle/mod/quiz/report/overview/overviewgraph.php
share/moodle/mod/quiz/report/overview/overviewsettings_form.php
share/moodle/mod/quiz/report/overview/report.php
-share/moodle/mod/quiz/report/regrade/report.php
+share/moodle/mod/quiz/report/overview/version.php
share/moodle/mod/quiz/report/reportlib.php
-share/moodle/mod/quiz/report.php
-share/moodle/mod/quiz/restorelib.php
-share/moodle/mod/quiz/restorelibpre15.php
+share/moodle/mod/quiz/report/responses/lang/en/quiz_responses.php
+share/moodle/mod/quiz/report/responses/report.php
+share/moodle/mod/quiz/report/responses/responses_table.php
+share/moodle/mod/quiz/report/responses/responsessettings_form.php
+share/moodle/mod/quiz/report/responses/styles.css
+share/moodle/mod/quiz/report/simpletest/testreportlib.php
+share/moodle/mod/quiz/report/statistics/cron.php
+share/moodle/mod/quiz/report/statistics/db/access.php
+share/moodle/mod/quiz/report/statistics/db/install.php
+share/moodle/mod/quiz/report/statistics/db/install.xml
+share/moodle/mod/quiz/report/statistics/db/upgrade.php
+share/moodle/mod/quiz/report/statistics/lang/en/quiz_statistics.php
+share/moodle/mod/quiz/report/statistics/qstats.php
+share/moodle/mod/quiz/report/statistics/report.php
+share/moodle/mod/quiz/report/statistics/simpletest/mdl_question.csv
+share/moodle/mod/quiz/report/statistics/simpletest/mdl_question_states.csv
+share/moodle/mod/quiz/report/statistics/simpletest/test_qstats.php
+share/moodle/mod/quiz/report/statistics/statistics_form.php
+share/moodle/mod/quiz/report/statistics/statistics_graph.php
+share/moodle/mod/quiz/report/statistics/statistics_question_table.php
+share/moodle/mod/quiz/report/statistics/statistics_table.php
+share/moodle/mod/quiz/report/statistics/version.php
share/moodle/mod/quiz/review.php
-share/moodle/mod/quiz/reviewoptions.html
share/moodle/mod/quiz/reviewquestion.php
-share/moodle/mod/quiz/tabs.php
+share/moodle/mod/quiz/settings.php
+share/moodle/mod/quiz/settingslib.php
+share/moodle/mod/quiz/simpletest/testaccessrules.php
+share/moodle/mod/quiz/simpletest/testeditlib.php
+share/moodle/mod/quiz/simpletest/testlib.php
+share/moodle/mod/quiz/simpletest/testlocallib.php
+share/moodle/mod/quiz/startattempt.php
+share/moodle/mod/quiz/styles.css
+share/moodle/mod/quiz/summary.php
share/moodle/mod/quiz/version.php
share/moodle/mod/quiz/view.php
-share/moodle/mod/resource/backuplib.php
+share/moodle/mod/resource/backup/moodle2/backup_resource_activity_task.class.php
+share/moodle/mod/resource/backup/moodle2/backup_resource_stepslib.php
+share/moodle/mod/resource/backup/moodle2/restore_resource_activity_task.class.php
+share/moodle/mod/resource/backup/moodle2/restore_resource_stepslib.php
+share/moodle/mod/resource/db/access.php
share/moodle/mod/resource/db/install.xml
-share/moodle/mod/resource/db/mysql.php
-share/moodle/mod/resource/db/postgres7.php
+share/moodle/mod/resource/db/log.php
share/moodle/mod/resource/db/upgrade.php
-share/moodle/mod/resource/filter.php
-share/moodle/mod/resource/icon.gif
+share/moodle/mod/resource/db/upgradelib.php
share/moodle/mod/resource/index.php
+share/moodle/mod/resource/lang/en/resource.php
share/moodle/mod/resource/lib.php
+share/moodle/mod/resource/locallib.php
share/moodle/mod/resource/mod_form.php
-share/moodle/mod/resource/restorelib.php
+share/moodle/mod/resource/pix/icon.gif
+share/moodle/mod/resource/readme.txt
share/moodle/mod/resource/settings.php
-share/moodle/mod/resource/type/directory/resource.class.php
-share/moodle/mod/resource/type/file/localfile.php
-share/moodle/mod/resource/type/file/localpath.php
-share/moodle/mod/resource/type/file/resource.class.php
-share/moodle/mod/resource/type/html/resource.class.php
-share/moodle/mod/resource/type/ims/deploy.php
-share/moodle/mod/resource/type/ims/dummyapi.js
-share/moodle/mod/resource/type/ims/finder.php
-share/moodle/mod/resource/type/ims/images/dir.gif
-share/moodle/mod/resource/type/ims/images/ims.gif
-share/moodle/mod/resource/type/ims/javascript.php
-share/moodle/mod/resource/type/ims/preview.php
-share/moodle/mod/resource/type/ims/repository_config.php
-share/moodle/mod/resource/type/ims/repository_deploy.php
-share/moodle/mod/resource/type/ims/resize.js
-share/moodle/mod/resource/type/ims/resource.class.php
-share/moodle/mod/resource/type/repository/hive/hp-footer-hive-powered.gif
-share/moodle/mod/resource/type/repository/hive/makelink.php
-share/moodle/mod/resource/type/repository/hive/openhive.php
-share/moodle/mod/resource/type/repository/hive/openlitebrowse.php
-share/moodle/mod/resource/type/repository/hive/openlitepublish.php
-share/moodle/mod/resource/type/repository/hive/openlitesearch.php
-share/moodle/mod/resource/type/repository/resource.class.php
-share/moodle/mod/resource/type/text/resource.class.php
+share/moodle/mod/resource/styles.css
share/moodle/mod/resource/version.php
share/moodle/mod/resource/view.php
share/moodle/mod/scorm/README.txt
share/moodle/mod/scorm/aicc.php
share/moodle/mod/scorm/api.php
-share/moodle/mod/scorm/backuplib.php
+share/moodle/mod/scorm/backup/moodle2/backup_scorm_activity_task.class.php
+share/moodle/mod/scorm/backup/moodle2/backup_scorm_stepslib.php
+share/moodle/mod/scorm/backup/moodle2/restore_scorm_activity_task.class.php
+share/moodle/mod/scorm/backup/moodle2/restore_scorm_stepslib.php
share/moodle/mod/scorm/datamodel.php
share/moodle/mod/scorm/datamodels/aicc.js.php
share/moodle/mod/scorm/datamodels/aicclib.php
+share/moodle/mod/scorm/datamodels/callback.js.php
share/moodle/mod/scorm/datamodels/debug.js.php
share/moodle/mod/scorm/datamodels/scorm_12.js.php
share/moodle/mod/scorm/datamodels/scorm_12lib.php
share/moodle/mod/scorm/datamodels/scorm_13.js.php
share/moodle/mod/scorm/datamodels/scorm_13lib.php
+share/moodle/mod/scorm/datamodels/scorm_datamodels.js
share/moodle/mod/scorm/datamodels/scormlib.php
share/moodle/mod/scorm/datamodels/sequencinglib.php
share/moodle/mod/scorm/db/access.php
share/moodle/mod/scorm/db/install.xml
-share/moodle/mod/scorm/db/mysql.php
-share/moodle/mod/scorm/db/postgres7.php
+share/moodle/mod/scorm/db/log.php
share/moodle/mod/scorm/db/upgrade.php
-share/moodle/mod/scorm/icon.gif
+share/moodle/mod/scorm/db/upgradelib.php
+share/moodle/mod/scorm/grade.php
share/moodle/mod/scorm/index.php
+share/moodle/mod/scorm/lang/en/scorm.php
share/moodle/mod/scorm/lib.php
share/moodle/mod/scorm/loadSCO.php
+share/moodle/mod/scorm/loaddatamodel.php
share/moodle/mod/scorm/locallib.php
share/moodle/mod/scorm/mod_form.php
+share/moodle/mod/scorm/module.js
share/moodle/mod/scorm/pix/asset.gif
share/moodle/mod/scorm/pix/assetc.gif
share/moodle/mod/scorm/pix/browsed.gif
share/moodle/mod/scorm/pix/completed.gif
share/moodle/mod/scorm/pix/failed.gif
+share/moodle/mod/scorm/pix/icon.gif
share/moodle/mod/scorm/pix/incomplete.gif
share/moodle/mod/scorm/pix/minus.gif
share/moodle/mod/scorm/pix/notattempted.gif
@@ -3943,140 +6475,329 @@ share/moodle/mod/scorm/pix/popup.gif
share/moodle/mod/scorm/pix/spacer.gif
share/moodle/mod/scorm/pix/suspend.gif
share/moodle/mod/scorm/pix/wait.gif
+share/moodle/mod/scorm/player.js
share/moodle/mod/scorm/player.php
+share/moodle/mod/scorm/prereqs.php
share/moodle/mod/scorm/rd.js
share/moodle/mod/scorm/report.php
+share/moodle/mod/scorm/reportsettings_form.php
share/moodle/mod/scorm/request.js
-share/moodle/mod/scorm/restorelib.php
share/moodle/mod/scorm/settings.php
-share/moodle/mod/scorm/styles.php
+share/moodle/mod/scorm/simpletest/test_formatduration.php
+share/moodle/mod/scorm/styles.css
+share/moodle/mod/scorm/tabs.php
share/moodle/mod/scorm/version.php
share/moodle/mod/scorm/view.php
-share/moodle/mod/survey/backuplib.php
+share/moodle/mod/survey/backup/moodle2/backup_survey_activity_task.class.php
+share/moodle/mod/survey/backup/moodle2/backup_survey_stepslib.php
+share/moodle/mod/survey/backup/moodle2/restore_survey_activity_task.class.php
+share/moodle/mod/survey/backup/moodle2/restore_survey_stepslib.php
share/moodle/mod/survey/db/access.php
+share/moodle/mod/survey/db/install.php
share/moodle/mod/survey/db/install.xml
-share/moodle/mod/survey/db/mysql.php
-share/moodle/mod/survey/db/postgres7.php
+share/moodle/mod/survey/db/log.php
share/moodle/mod/survey/db/upgrade.php
share/moodle/mod/survey/download.php
share/moodle/mod/survey/graph.php
-share/moodle/mod/survey/icon.gif
-share/moodle/mod/survey/icon2.gif
share/moodle/mod/survey/index.php
+share/moodle/mod/survey/lang/en/survey.php
share/moodle/mod/survey/lib.php
share/moodle/mod/survey/mod_form.php
+share/moodle/mod/survey/pix/icon.gif
share/moodle/mod/survey/report.php
-share/moodle/mod/survey/restorelib.php
share/moodle/mod/survey/save.php
+share/moodle/mod/survey/styles.css
+share/moodle/mod/survey/survey.js
share/moodle/mod/survey/version.php
share/moodle/mod/survey/view.php
-share/moodle/mod/wiki/TODO.txt
-share/moodle/mod/wiki/admin.php
-share/moodle/mod/wiki/backuplib.php
-share/moodle/mod/wiki/checklinks.html
-share/moodle/mod/wiki/confirmlock.php
+share/moodle/mod/upgrade.txt
+share/moodle/mod/url/backup/moodle2/backup_url_activity_task.class.php
+share/moodle/mod/url/backup/moodle2/backup_url_stepslib.php
+share/moodle/mod/url/backup/moodle2/restore_url_activity_task.class.php
+share/moodle/mod/url/backup/moodle2/restore_url_stepslib.php
+share/moodle/mod/url/db/access.php
+share/moodle/mod/url/db/install.php
+share/moodle/mod/url/db/install.xml
+share/moodle/mod/url/db/log.php
+share/moodle/mod/url/db/upgrade.php
+share/moodle/mod/url/db/upgradelib.php
+share/moodle/mod/url/index.php
+share/moodle/mod/url/lang/en/url.php
+share/moodle/mod/url/lib.php
+share/moodle/mod/url/locallib.php
+share/moodle/mod/url/mod_form.php
+share/moodle/mod/url/pix/icon.gif
+share/moodle/mod/url/readme.txt
+share/moodle/mod/url/settings.php
+share/moodle/mod/url/version.php
+share/moodle/mod/url/view.php
+share/moodle/mod/wiki/README
+share/moodle/mod/wiki/backup/moodle2/backup_wiki_activity_task.class.php
+share/moodle/mod/wiki/backup/moodle2/backup_wiki_settingslib.php
+share/moodle/mod/wiki/backup/moodle2/backup_wiki_stepslib.php
+share/moodle/mod/wiki/backup/moodle2/restore_wiki_activity_task.class.php
+share/moodle/mod/wiki/backup/moodle2/restore_wiki_stepslib.php
+share/moodle/mod/wiki/comments.php
+share/moodle/mod/wiki/comments_form.php
+share/moodle/mod/wiki/create.php
+share/moodle/mod/wiki/create_form.php
share/moodle/mod/wiki/db/access.php
+share/moodle/mod/wiki/db/install.php
share/moodle/mod/wiki/db/install.xml
-share/moodle/mod/wiki/db/mysql.php
-share/moodle/mod/wiki/db/postgres7.php
+share/moodle/mod/wiki/db/migration/lib.php
+share/moodle/mod/wiki/db/migration/wiki/ewiki/ewiki.php
+share/moodle/mod/wiki/db/migration/wiki/ewiki/plugins/moodle/moodle_rescue_html.php
+share/moodle/mod/wiki/db/migration/wiki/ewikimoodlelib.php
share/moodle/mod/wiki/db/upgrade.php
-share/moodle/mod/wiki/ewiki/CREDITS
-share/moodle/mod/wiki/ewiki/INSTALL
-share/moodle/mod/wiki/ewiki/README
-share/moodle/mod/wiki/ewiki/README.de
-share/moodle/mod/wiki/ewiki/UPGRADE
-share/moodle/mod/wiki/ewiki/ewiki.php
-share/moodle/mod/wiki/ewiki/fragments/README
-share/moodle/mod/wiki/ewiki/fragments/auth.php
-share/moodle/mod/wiki/ewiki/fragments/binary.php
-share/moodle/mod/wiki/ewiki/fragments/calendar.css
-share/moodle/mod/wiki/ewiki/fragments/core.css
-share/moodle/mod/wiki/ewiki/fragments/funcs.inc
-share/moodle/mod/wiki/ewiki/fragments/homepage.src
-share/moodle/mod/wiki/ewiki/fragments/htaccess
-share/moodle/mod/wiki/ewiki/fragments/mkhuge
-share/moodle/mod/wiki/ewiki/fragments/nuke_mod_wiki_index
-share/moodle/mod/wiki/ewiki/fragments/strip_wonderful_slashes.php
-share/moodle/mod/wiki/ewiki/fragments/wiki_format.inc
-share/moodle/mod/wiki/ewiki/plugins/aview/backlinks.php
-share/moodle/mod/wiki/ewiki/plugins/aview/downloads.php
-share/moodle/mod/wiki/ewiki/plugins/email_protect.php
-share/moodle/mod/wiki/ewiki/plugins/feature/imgresize_gd.php
-share/moodle/mod/wiki/ewiki/plugins/init.php
-share/moodle/mod/wiki/ewiki/plugins/jump.php
-share/moodle/mod/wiki/ewiki/plugins/lib/mime_magic.php
-share/moodle/mod/wiki/ewiki/plugins/markup/footnotes.php
-share/moodle/mod/wiki/ewiki/plugins/moodle/diff.php
-share/moodle/mod/wiki/ewiki/plugins/moodle/downloads.php
-share/moodle/mod/wiki/ewiki/plugins/moodle/f_fixhtml.php
-share/moodle/mod/wiki/ewiki/plugins/moodle/moodle_binary_store.php
-share/moodle/mod/wiki/ewiki/plugins/moodle/moodle_highlight.php
-share/moodle/mod/wiki/ewiki/plugins/moodle/moodle_rescue_html.php
-share/moodle/mod/wiki/ewiki/plugins/moodle/moodle_wikidump.php
-share/moodle/mod/wiki/ewiki/plugins/moodle/sitemap.php
-share/moodle/mod/wiki/ewiki/plugins/moodle/wantedpages.php
-share/moodle/mod/wiki/ewiki/plugins/notify.php
-share/moodle/mod/wiki/ewiki/plugins/page/orphanedpages.php
-share/moodle/mod/wiki/ewiki/plugins/page/pageindex.php
-share/moodle/mod/wiki/ewiki/plugins/patchsaving.php
-share/moodle/mod/wiki/ewiki/plugins/pluginloader.php
-share/moodle/mod/wiki/ewiki/plugins/spages.php
-share/moodle/mod/wiki/ewikimoodlelib.php
-share/moodle/mod/wiki/filter.php
-share/moodle/mod/wiki/icon.gif
+share/moodle/mod/wiki/db/upgradelib.php
+share/moodle/mod/wiki/diff.php
+share/moodle/mod/wiki/diff/diff_added_begins.gif
+share/moodle/mod/wiki/diff/diff_added_ends.gif
+share/moodle/mod/wiki/diff/diff_nwiki.php
+share/moodle/mod/wiki/diff/difflib.php
+share/moodle/mod/wiki/edit.php
+share/moodle/mod/wiki/edit_form.php
+share/moodle/mod/wiki/editcomments.php
+share/moodle/mod/wiki/editors/html.php
+share/moodle/mod/wiki/editors/wiki/buttons.js
+share/moodle/mod/wiki/editors/wiki/images/ed_about.gif
+share/moodle/mod/wiki/editors/wiki/images/ed_anchor.gif
+share/moodle/mod/wiki/editors/wiki/images/ed_bold.gif
+share/moodle/mod/wiki/editors/wiki/images/ed_center.gif
+share/moodle/mod/wiki/editors/wiki/images/ed_custom.gif
+share/moodle/mod/wiki/editors/wiki/images/ed_external.gif
+share/moodle/mod/wiki/editors/wiki/images/ed_format_strike.gif
+share/moodle/mod/wiki/editors/wiki/images/ed_format_sub.gif
+share/moodle/mod/wiki/editors/wiki/images/ed_format_sup.gif
+share/moodle/mod/wiki/editors/wiki/images/ed_format_underline.gif
+share/moodle/mod/wiki/editors/wiki/images/ed_h1.gif
+share/moodle/mod/wiki/editors/wiki/images/ed_h2.gif
+share/moodle/mod/wiki/editors/wiki/images/ed_h3.gif
+share/moodle/mod/wiki/editors/wiki/images/ed_help.gif
+share/moodle/mod/wiki/editors/wiki/images/ed_hr.gif
+share/moodle/mod/wiki/editors/wiki/images/ed_image.gif
+share/moodle/mod/wiki/editors/wiki/images/ed_img.gif
+share/moodle/mod/wiki/editors/wiki/images/ed_indent_more.gif
+share/moodle/mod/wiki/editors/wiki/images/ed_internal.gif
+share/moodle/mod/wiki/editors/wiki/images/ed_italic.gif
+share/moodle/mod/wiki/editors/wiki/images/ed_justify.gif
+share/moodle/mod/wiki/editors/wiki/images/ed_left.gif
+share/moodle/mod/wiki/editors/wiki/images/ed_math.gif
+share/moodle/mod/wiki/editors/wiki/images/ed_nowiki.gif
+share/moodle/mod/wiki/editors/wiki/images/ed_ol.gif
+share/moodle/mod/wiki/editors/wiki/images/ed_right.gif
+share/moodle/mod/wiki/editors/wiki/images/ed_smiley.gif
+share/moodle/mod/wiki/editors/wiki/images/ed_smiley1.gif
+share/moodle/mod/wiki/editors/wiki/images/ed_smiley2.gif
+share/moodle/mod/wiki/editors/wiki/images/ed_stamp.gif
+share/moodle/mod/wiki/editors/wiki/images/ed_table.gif
+share/moodle/mod/wiki/editors/wiki/images/ed_ul.gif
+share/moodle/mod/wiki/editors/wiki/images/file_view.gif
+share/moodle/mod/wiki/editors/wiki/images/folderup.gif
+share/moodle/mod/wiki/editors/wiki/images/spell-check.gif
+share/moodle/mod/wiki/editors/wiki_editor.php
+share/moodle/mod/wiki/editors/wikieditor.php
+share/moodle/mod/wiki/editors/wikifiletable.php
+share/moodle/mod/wiki/history.php
share/moodle/mod/wiki/index.php
+share/moodle/mod/wiki/instancecomments.php
+share/moodle/mod/wiki/lang/en/wiki.php
share/moodle/mod/wiki/lib.php
+share/moodle/mod/wiki/locallib.php
+share/moodle/mod/wiki/lock.php
+share/moodle/mod/wiki/map.php
share/moodle/mod/wiki/mod_form.php
-share/moodle/mod/wiki/overridelock.php
-share/moodle/mod/wiki/removepages.html
-share/moodle/mod/wiki/restorelib.php
-share/moodle/mod/wiki/revertpages.html
-share/moodle/mod/wiki/setpageflags.html
-share/moodle/mod/wiki/strippages.html
-share/moodle/mod/wiki/test.php
+share/moodle/mod/wiki/module.js
+share/moodle/mod/wiki/overridelocks.php
+share/moodle/mod/wiki/pagelib.php
+share/moodle/mod/wiki/parser/markups/creole.php
+share/moodle/mod/wiki/parser/markups/html.php
+share/moodle/mod/wiki/parser/markups/nwiki.php
+share/moodle/mod/wiki/parser/markups/wikimarkup.php
+share/moodle/mod/wiki/parser/parser.php
+share/moodle/mod/wiki/parser/utils.php
+share/moodle/mod/wiki/pix/attachment.png
+share/moodle/mod/wiki/pix/icon.gif
+share/moodle/mod/wiki/prettyview.php
+share/moodle/mod/wiki/renderer.php
+share/moodle/mod/wiki/restoreversion.php
+share/moodle/mod/wiki/search.php
+share/moodle/mod/wiki/simpletest/input/creole/1
+share/moodle/mod/wiki/simpletest/input/creole/2
+share/moodle/mod/wiki/simpletest/input/creole/3
+share/moodle/mod/wiki/simpletest/input/creole/4
+share/moodle/mod/wiki/simpletest/input/creole/5
+share/moodle/mod/wiki/simpletest/input/creole/6
+share/moodle/mod/wiki/simpletest/input/creole/7
+share/moodle/mod/wiki/simpletest/input/creole/8
+share/moodle/mod/wiki/simpletest/input/creole/9
+share/moodle/mod/wiki/simpletest/input/html/1
+share/moodle/mod/wiki/simpletest/input/html/2
+share/moodle/mod/wiki/simpletest/input/nwiki/1
+share/moodle/mod/wiki/simpletest/input/nwiki/2
+share/moodle/mod/wiki/simpletest/input/nwiki/3
+share/moodle/mod/wiki/simpletest/input/nwiki/4
+share/moodle/mod/wiki/simpletest/input/nwiki/5
+share/moodle/mod/wiki/simpletest/output/creole/1
+share/moodle/mod/wiki/simpletest/output/creole/2
+share/moodle/mod/wiki/simpletest/output/creole/3
+share/moodle/mod/wiki/simpletest/output/creole/4
+share/moodle/mod/wiki/simpletest/output/creole/5
+share/moodle/mod/wiki/simpletest/output/creole/6
+share/moodle/mod/wiki/simpletest/output/creole/7
+share/moodle/mod/wiki/simpletest/output/creole/8
+share/moodle/mod/wiki/simpletest/output/creole/9
+share/moodle/mod/wiki/simpletest/output/html/1
+share/moodle/mod/wiki/simpletest/output/html/2
+share/moodle/mod/wiki/simpletest/output/nwiki/1
+share/moodle/mod/wiki/simpletest/output/nwiki/2
+share/moodle/mod/wiki/simpletest/output/nwiki/3
+share/moodle/mod/wiki/simpletest/output/nwiki/4
+share/moodle/mod/wiki/simpletest/output/nwiki/5
+share/moodle/mod/wiki/simpletest/testwikiparser.php
+share/moodle/mod/wiki/styles.css
share/moodle/mod/wiki/version.php
share/moodle/mod/wiki/view.php
-share/moodle/mod/wiki/wiki_styles.php
-share/moodle/mod/workshop/assess.php
-share/moodle/mod/workshop/assessment_grading_form.html
-share/moodle/mod/workshop/assessments.php
-share/moodle/mod/workshop/backuplib.php
+share/moodle/mod/wiki/viewversion.php
+share/moodle/mod/workshop/aggregate.php
+share/moodle/mod/workshop/allocation.php
+share/moodle/mod/workshop/allocation/lib.php
+share/moodle/mod/workshop/allocation/manual/lang/en/workshopallocation_manual.php
+share/moodle/mod/workshop/allocation/manual/lib.php
+share/moodle/mod/workshop/allocation/manual/renderer.php
+share/moodle/mod/workshop/allocation/manual/styles.css
+share/moodle/mod/workshop/allocation/random/lang/en/workshopallocation_random.php
+share/moodle/mod/workshop/allocation/random/lib.php
+share/moodle/mod/workshop/allocation/random/settings.php
+share/moodle/mod/workshop/allocation/random/settings_form.php
+share/moodle/mod/workshop/allocation/random/simpletest/testallocator.php
+share/moodle/mod/workshop/allocation/random/styles.css
+share/moodle/mod/workshop/assessment.php
+share/moodle/mod/workshop/backup/moodle2/backup_workshop_activity_task.class.php
+share/moodle/mod/workshop/backup/moodle2/backup_workshop_settingslib.php
+share/moodle/mod/workshop/backup/moodle2/backup_workshop_stepslib.php
+share/moodle/mod/workshop/backup/moodle2/restore_workshop_activity_task.class.php
+share/moodle/mod/workshop/backup/moodle2/restore_workshop_stepslib.php
share/moodle/mod/workshop/db/access.php
share/moodle/mod/workshop/db/install.xml
-share/moodle/mod/workshop/db/mysql.php
-share/moodle/mod/workshop/db/postgres7.php
+share/moodle/mod/workshop/db/log.php
+share/moodle/mod/workshop/db/subplugins.php
+share/moodle/mod/workshop/db/uninstall.php
share/moodle/mod/workshop/db/upgrade.php
-share/moodle/mod/workshop/defaults.php
-share/moodle/mod/workshop/icon.gif
+share/moodle/mod/workshop/db/upgradelib.php
+share/moodle/mod/workshop/editform.php
+share/moodle/mod/workshop/editformpreview.php
+share/moodle/mod/workshop/eval/best/backup/moodle2/backup_workshopeval_best_subplugin.class.php
+share/moodle/mod/workshop/eval/best/backup/moodle2/restore_workshopeval_best_subplugin.class.php
+share/moodle/mod/workshop/eval/best/db/install.xml
+share/moodle/mod/workshop/eval/best/lang/en/workshopeval_best.php
+share/moodle/mod/workshop/eval/best/lib.php
+share/moodle/mod/workshop/eval/best/settings.php
+share/moodle/mod/workshop/eval/best/settings_form.php
+share/moodle/mod/workshop/eval/best/simpletest/testlib.php
+share/moodle/mod/workshop/eval/best/version.php
+share/moodle/mod/workshop/eval/lib.php
+share/moodle/mod/workshop/exassessment.php
+share/moodle/mod/workshop/excompare.php
+share/moodle/mod/workshop/exsubmission.php
+share/moodle/mod/workshop/feedbackauthor_form.php
+share/moodle/mod/workshop/feedbackreviewer_form.php
+share/moodle/mod/workshop/fileinfolib.php
+share/moodle/mod/workshop/form/accumulative/assessment_form.php
+share/moodle/mod/workshop/form/accumulative/backup/moodle2/backup_workshopform_accumulative_subplugin.class.php
+share/moodle/mod/workshop/form/accumulative/backup/moodle2/restore_workshopform_accumulative_subplugin.class.php
+share/moodle/mod/workshop/form/accumulative/db/install.php
+share/moodle/mod/workshop/form/accumulative/db/install.xml
+share/moodle/mod/workshop/form/accumulative/db/upgrade.php
+share/moodle/mod/workshop/form/accumulative/db/upgradelib.php
+share/moodle/mod/workshop/form/accumulative/edit_form.php
+share/moodle/mod/workshop/form/accumulative/lang/en/workshopform_accumulative.php
+share/moodle/mod/workshop/form/accumulative/lib.php
+share/moodle/mod/workshop/form/accumulative/simpletest/testlib.php
+share/moodle/mod/workshop/form/accumulative/version.php
+share/moodle/mod/workshop/form/assessment_form.php
+share/moodle/mod/workshop/form/comments/assessment_form.php
+share/moodle/mod/workshop/form/comments/backup/moodle2/backup_workshopform_comments_subplugin.class.php
+share/moodle/mod/workshop/form/comments/backup/moodle2/restore_workshopform_comments_subplugin.class.php
+share/moodle/mod/workshop/form/comments/db/install.php
+share/moodle/mod/workshop/form/comments/db/install.xml
+share/moodle/mod/workshop/form/comments/db/upgrade.php
+share/moodle/mod/workshop/form/comments/db/upgradelib.php
+share/moodle/mod/workshop/form/comments/edit_form.php
+share/moodle/mod/workshop/form/comments/lang/en/workshopform_comments.php
+share/moodle/mod/workshop/form/comments/lib.php
+share/moodle/mod/workshop/form/comments/version.php
+share/moodle/mod/workshop/form/edit_form.php
+share/moodle/mod/workshop/form/lib.php
+share/moodle/mod/workshop/form/numerrors/assessment_form.php
+share/moodle/mod/workshop/form/numerrors/backup/moodle2/backup_workshopform_numerrors_subplugin.class.php
+share/moodle/mod/workshop/form/numerrors/backup/moodle2/restore_workshopform_numerrors_subplugin.class.php
+share/moodle/mod/workshop/form/numerrors/db/install.php
+share/moodle/mod/workshop/form/numerrors/db/install.xml
+share/moodle/mod/workshop/form/numerrors/db/upgrade.php
+share/moodle/mod/workshop/form/numerrors/db/upgradelib.php
+share/moodle/mod/workshop/form/numerrors/edit_form.php
+share/moodle/mod/workshop/form/numerrors/lang/en/workshopform_numerrors.php
+share/moodle/mod/workshop/form/numerrors/lib.php
+share/moodle/mod/workshop/form/numerrors/settings.php
+share/moodle/mod/workshop/form/numerrors/simpletest/testlib.php
+share/moodle/mod/workshop/form/numerrors/version.php
+share/moodle/mod/workshop/form/rubric/assessment_form.php
+share/moodle/mod/workshop/form/rubric/backup/moodle2/backup_workshopform_rubric_subplugin.class.php
+share/moodle/mod/workshop/form/rubric/backup/moodle2/restore_workshopform_rubric_subplugin.class.php
+share/moodle/mod/workshop/form/rubric/db/install.php
+share/moodle/mod/workshop/form/rubric/db/install.xml
+share/moodle/mod/workshop/form/rubric/db/upgrade.php
+share/moodle/mod/workshop/form/rubric/db/upgradelib.php
+share/moodle/mod/workshop/form/rubric/edit_form.php
+share/moodle/mod/workshop/form/rubric/lang/en/workshopform_rubric.php
+share/moodle/mod/workshop/form/rubric/lib.php
+share/moodle/mod/workshop/form/rubric/simpletest/testlib.php
+share/moodle/mod/workshop/form/rubric/styles.css
+share/moodle/mod/workshop/form/rubric/version.php
share/moodle/mod/workshop/index.php
+share/moodle/mod/workshop/lang/en/workshop.php
share/moodle/mod/workshop/lib.php
share/moodle/mod/workshop/locallib.php
-share/moodle/mod/workshop/mod.html
-share/moodle/mod/workshop/restorelib.php
-share/moodle/mod/workshop/styles.php
-share/moodle/mod/workshop/submissions.php
-share/moodle/mod/workshop/upload.php
+share/moodle/mod/workshop/mod_form.php
+share/moodle/mod/workshop/pix/icon.gif
+share/moodle/mod/workshop/pix/userplan/task-done.gif
+share/moodle/mod/workshop/pix/userplan/task-fail.gif
+share/moodle/mod/workshop/pix/userplan/task-info.gif
+share/moodle/mod/workshop/pix/userplan/task-todo.gif
+share/moodle/mod/workshop/renderer.php
+share/moodle/mod/workshop/settings.php
+share/moodle/mod/workshop/simpletest/testlocallib.php
+share/moodle/mod/workshop/styles.css
+share/moodle/mod/workshop/submission.php
+share/moodle/mod/workshop/submission_form.php
+share/moodle/mod/workshop/switchphase.php
+share/moodle/mod/workshop/toolbox.php
share/moodle/mod/workshop/version.php
share/moodle/mod/workshop/view.php
-share/moodle/mod/workshop/viewassessment.php
share/moodle/my/index.php
-share/moodle/my/pagelib.php
-share/moodle/notes/add.php
+share/moodle/my/indexsys.php
+share/moodle/my/lib.php
share/moodle/notes/delete.php
share/moodle/notes/edit.php
share/moodle/notes/edit_form.php
share/moodle/notes/index.php
share/moodle/notes/lib.php
-share/moodle/notes/version.php
+share/moodle/pix/.cvsignore
share/moodle/pix/a/em1_bwgreater.gif
share/moodle/pix/a/em1_greater.gif
share/moodle/pix/a/em1_lesser.gif
share/moodle/pix/a/em1_raquo.gif
+share/moodle/pix/a/help.png
share/moodle/pix/a/l_breadcrumb.gif
+share/moodle/pix/a/logout.png
share/moodle/pix/a/r_breadcrumb.gif
share/moodle/pix/a/r_go.gif
share/moodle/pix/a/r_next.gif
share/moodle/pix/a/r_previous.gif
+share/moodle/pix/a/refresh.png
+share/moodle/pix/a/search.png
+share/moodle/pix/a/setting.png
share/moodle/pix/adv.gif
share/moodle/pix/b.gif
share/moodle/pix/c/course.gif
@@ -4085,21 +6806,35 @@ share/moodle/pix/c/group.gif
share/moodle/pix/c/site.gif
share/moodle/pix/c/user.gif
share/moodle/pix/docs.gif
+share/moodle/pix/f/audio-32.png
share/moodle/pix/f/audio.gif
+share/moodle/pix/f/avi-32.png
share/moodle/pix/f/avi.gif
+share/moodle/pix/f/dmg-32.png
share/moodle/pix/f/dmg.gif
+share/moodle/pix/f/docm-32.png
share/moodle/pix/f/docm.gif
+share/moodle/pix/f/docx-32.png
share/moodle/pix/f/docx.gif
+share/moodle/pix/f/dotm-32.png
share/moodle/pix/f/dotm.gif
+share/moodle/pix/f/dotx-32.png
share/moodle/pix/f/dotx.gif
+share/moodle/pix/f/edit-32.png
share/moodle/pix/f/edit.gif
share/moodle/pix/f/env.gif
+share/moodle/pix/f/excel-32.png
share/moodle/pix/f/excel.gif
+share/moodle/pix/f/explore-32.png
share/moodle/pix/f/explore.gif
share/moodle/pix/f/flash.gif
+share/moodle/pix/f/folder-32.png
share/moodle/pix/f/folder.gif
+share/moodle/pix/f/help-32.png
share/moodle/pix/f/help.gif
+share/moodle/pix/f/html-32.png
share/moodle/pix/f/html.gif
+share/moodle/pix/f/image-32.png
share/moodle/pix/f/image.gif
share/moodle/pix/f/isf.gif
share/moodle/pix/f/jbc.gif
@@ -4108,6 +6843,7 @@ share/moodle/pix/f/jcw.gif
share/moodle/pix/f/jmt.gif
share/moodle/pix/f/jmx.gif
share/moodle/pix/f/jqz.gif
+share/moodle/pix/f/moodle.gif
share/moodle/pix/f/move.gif
share/moodle/pix/f/odb.gif
share/moodle/pix/f/odc.gif
@@ -4115,23 +6851,35 @@ share/moodle/pix/f/odf.gif
share/moodle/pix/f/odg.gif
share/moodle/pix/f/odi.gif
share/moodle/pix/f/odm.gif
+share/moodle/pix/f/odp-32.png
share/moodle/pix/f/odp.gif
share/moodle/pix/f/ods.gif
+share/moodle/pix/f/odt-32.png
share/moodle/pix/f/odt.gif
+share/moodle/pix/f/parent-32.png
share/moodle/pix/f/parent.gif
share/moodle/pix/f/pdf.gif
share/moodle/pix/f/potm.gif
share/moodle/pix/f/potx.gif
+share/moodle/pix/f/powerpoint-32.png
share/moodle/pix/f/powerpoint.gif
share/moodle/pix/f/ppam.gif
+share/moodle/pix/f/pps-32.png
share/moodle/pix/f/ppsm.gif
+share/moodle/pix/f/ppsx-32.png
share/moodle/pix/f/ppsx.gif
share/moodle/pix/f/pptm.gif
+share/moodle/pix/f/pptx-32.png
share/moodle/pix/f/pptx.gif
+share/moodle/pix/f/text-32.png
share/moodle/pix/f/text.gif
+share/moodle/pix/f/unknown-32.png
share/moodle/pix/f/unknown.gif
+share/moodle/pix/f/video-32.png
share/moodle/pix/f/video.gif
+share/moodle/pix/f/web-32.png
share/moodle/pix/f/web.gif
+share/moodle/pix/f/word-32.png
share/moodle/pix/f/word.gif
share/moodle/pix/f/xlam.gif
share/moodle/pix/f/xlsb.gif
@@ -4139,7 +6887,9 @@ share/moodle/pix/f/xlsm.gif
share/moodle/pix/f/xlsx.gif
share/moodle/pix/f/xltm.gif
share/moodle/pix/f/xltx.gif
+share/moodle/pix/f/xml-32.png
share/moodle/pix/f/xml.gif
+share/moodle/pix/f/zip-32.png
share/moodle/pix/f/zip.gif
share/moodle/pix/g/f1.png
share/moodle/pix/g/f2.png
@@ -4154,7 +6904,19 @@ share/moodle/pix/i/approve.gif
share/moodle/pix/i/backup.gif
share/moodle/pix/i/calc.gif
share/moodle/pix/i/calendar.gif
+share/moodle/pix/i/checkpermissions.gif
share/moodle/pix/i/closed.gif
+share/moodle/pix/i/cohort.gif
+share/moodle/pix/i/colourpicker.png
+share/moodle/pix/i/completion-auto-enabled.gif
+share/moodle/pix/i/completion-auto-fail.gif
+share/moodle/pix/i/completion-auto-n.gif
+share/moodle/pix/i/completion-auto-pass.gif
+share/moodle/pix/i/completion-auto-y.gif
+share/moodle/pix/i/completion-manual-enabled.gif
+share/moodle/pix/i/completion-manual-n.gif
+share/moodle/pix/i/completion-manual-y.gif
+share/moodle/pix/i/configlock.gif
share/moodle/pix/i/course.gif
share/moodle/pix/i/cross_red_big.gif
share/moodle/pix/i/cross_red_small.gif
@@ -4164,14 +6926,20 @@ share/moodle/pix/i/email.gif
share/moodle/pix/i/feedback.gif
share/moodle/pix/i/feedback_add.gif
share/moodle/pix/i/files.gif
+share/moodle/pix/i/filter.gif
+share/moodle/pix/i/flagged.png
+share/moodle/pix/i/grademark-grey.gif
+share/moodle/pix/i/grademark.gif
share/moodle/pix/i/grades.gif
share/moodle/pix/i/group.gif
share/moodle/pix/i/guest.gif
share/moodle/pix/i/hide.gif
+share/moodle/pix/i/hierarchylock.gif
share/moodle/pix/i/ical.gif
share/moodle/pix/i/info.gif
share/moodle/pix/i/item.gif
share/moodle/pix/i/key.gif
+share/moodle/pix/i/loading.gif
share/moodle/pix/i/loading_small.gif
share/moodle/pix/i/lock.gif
share/moodle/pix/i/log.gif
@@ -4179,21 +6947,32 @@ share/moodle/pix/i/mahara_host.gif
share/moodle/pix/i/marked.gif
share/moodle/pix/i/marker.gif
share/moodle/pix/i/mean.gif
+share/moodle/pix/i/menu.gif
share/moodle/pix/i/mnethost.gif
share/moodle/pix/i/moodle_host.gif
share/moodle/pix/i/move_2d.gif
+share/moodle/pix/i/navigationitem.png
+share/moodle/pix/i/ne_red_mark.png
share/moodle/pix/i/new.gif
share/moodle/pix/i/news.gif
+share/moodle/pix/i/nosubcat.png
share/moodle/pix/i/one.gif
share/moodle/pix/i/open.gif
share/moodle/pix/i/outcomes.gif
share/moodle/pix/i/payment.gif
+share/moodle/pix/i/permissionlock.gif
+share/moodle/pix/i/permissions.gif
+share/moodle/pix/i/portfolio.gif
+share/moodle/pix/i/progressbar.gif
+share/moodle/pix/i/publish.png
share/moodle/pix/i/questions.gif
share/moodle/pix/i/reload.gif
share/moodle/pix/i/report.gif
+share/moodle/pix/i/repository.png
share/moodle/pix/i/restore.gif
share/moodle/pix/i/return.gif
share/moodle/pix/i/risk_config.gif
+share/moodle/pix/i/risk_dataloss.gif
share/moodle/pix/i/risk_managetrust.gif
share/moodle/pix/i/risk_personal.gif
share/moodle/pix/i/risk_spam.gif
@@ -4205,22 +6984,24 @@ share/moodle/pix/i/scales.gif
share/moodle/pix/i/search.gif
share/moodle/pix/i/settings.gif
share/moodle/pix/i/show.gif
+share/moodle/pix/i/star-rating.png
share/moodle/pix/i/stats.gif
share/moodle/pix/i/switch.gif
share/moodle/pix/i/tick_amber_big.gif
share/moodle/pix/i/tick_amber_small.gif
share/moodle/pix/i/tick_green_big.gif
share/moodle/pix/i/tick_green_small.gif
+share/moodle/pix/i/unflagged.png
share/moodle/pix/i/unlock.gif
share/moodle/pix/i/user.gif
share/moodle/pix/i/users.gif
+share/moodle/pix/i/withsubcat.png
share/moodle/pix/m/USD.gif
share/moodle/pix/madewithmoodle.gif
share/moodle/pix/moodlelogo-med-white.gif
share/moodle/pix/moodlelogo-med.gif
share/moodle/pix/moodlelogo.gif
share/moodle/pix/movehere.gif
-share/moodle/pix/redirect.php
share/moodle/pix/req.gif
share/moodle/pix/s/SMILEYS
share/moodle/pix/s/angry.gif
@@ -4248,20 +7029,35 @@ share/moodle/pix/s/tongueout.gif
share/moodle/pix/s/wideeyes.gif
share/moodle/pix/s/wink.gif
share/moodle/pix/s/yes.gif
-share/moodle/pix/smartpix.php
share/moodle/pix/spacer.gif
share/moodle/pix/t/TINY-ICONS
+share/moodle/pix/t/add.gif
+share/moodle/pix/t/adddir.png
+share/moodle/pix/t/addfile.png
+share/moodle/pix/t/addgreen.gif
+share/moodle/pix/t/arrow_left.gif
share/moodle/pix/t/backup.gif
+share/moodle/pix/t/block.gif
+share/moodle/pix/t/block_to_dock.png
share/moodle/pix/t/calc.gif
share/moodle/pix/t/calc_off.gif
share/moodle/pix/t/calendar.gif
share/moodle/pix/t/clear.gif
+share/moodle/pix/t/collapsed.png
+share/moodle/pix/t/collapsed_empty.png
+share/moodle/pix/t/collapsed_empty_rtl.png
+share/moodle/pix/t/collapsed_rtl.png
share/moodle/pix/t/copy.gif
share/moodle/pix/t/delete.gif
+share/moodle/pix/t/dock_to_block.png
+share/moodle/pix/t/dockclose.png
share/moodle/pix/t/down.gif
+share/moodle/pix/t/download.png
share/moodle/pix/t/edit.gif
share/moodle/pix/t/email.gif
share/moodle/pix/t/emailno.gif
+share/moodle/pix/t/enroladd.gif
+share/moodle/pix/t/expanded.png
share/moodle/pix/t/feedback.gif
share/moodle/pix/t/feedback_add.gif
share/moodle/pix/t/go.gif
@@ -4281,15 +7077,19 @@ share/moodle/pix/t/mean.gif
share/moodle/pix/t/message.gif
share/moodle/pix/t/move.gif
share/moodle/pix/t/moveleft.gif
+share/moodle/pix/t/nonempty.gif
share/moodle/pix/t/outcomes.gif
+share/moodle/pix/t/portfolioadd.gif
share/moodle/pix/t/preview.gif
share/moodle/pix/t/ranges.gif
+share/moodle/pix/t/reload.png
share/moodle/pix/t/removeright.gif
share/moodle/pix/t/restore.gif
share/moodle/pix/t/right.gif
share/moodle/pix/t/scales.gif
share/moodle/pix/t/show.gif
share/moodle/pix/t/sigma.gif
+share/moodle/pix/t/sigmaplus.gif
share/moodle/pix/t/stop.gif
share/moodle/pix/t/switch.gif
share/moodle/pix/t/switch_minus.gif
@@ -4299,194 +7099,396 @@ share/moodle/pix/t/unlock.gif
share/moodle/pix/t/unlock_gray.gif
share/moodle/pix/t/up.gif
share/moodle/pix/t/user.gif
+share/moodle/pix/t/userblue.gif
share/moodle/pix/t/usernot.gif
share/moodle/pix/u/f1.png
share/moodle/pix/u/f2.png
share/moodle/pix/u/user100.png
share/moodle/pix/u/user35.png
share/moodle/pix/webding.png
-share/moodle/question/backuplib.php
+share/moodle/pix/y/lm.gif
+share/moodle/pix/y/lmh.gif
+share/moodle/pix/y/ln.gif
+share/moodle/pix/y/loading.gif
+share/moodle/pix/y/lp.gif
+share/moodle/pix/y/lph.gif
+share/moodle/pix/y/tm.gif
+share/moodle/pix/y/tmh.gif
+share/moodle/pix/y/tn.gif
+share/moodle/pix/y/tp.gif
+share/moodle/pix/y/tph.gif
+share/moodle/pix/y/vline.gif
+share/moodle/plagiarism/lib.php
+share/moodle/pluginfile.php
+share/moodle/portfolio/add.php
+share/moodle/portfolio/boxnet/lang/en/portfolio_boxnet.php
+share/moodle/portfolio/boxnet/lib.php
+share/moodle/portfolio/boxnet/simpletest/testportfoliopluginboxnet.php
+share/moodle/portfolio/boxnet/version.php
+share/moodle/portfolio/download/file.php
+share/moodle/portfolio/download/helper.js
+share/moodle/portfolio/download/lang/en/portfolio_download.php
+share/moodle/portfolio/download/lib.php
+share/moodle/portfolio/download/simpletest/testportfolioplugindownload.php
+share/moodle/portfolio/download/version.php
+share/moodle/portfolio/file.php
+share/moodle/portfolio/flickr/lang/en/portfolio_flickr.php
+share/moodle/portfolio/flickr/lib.php
+share/moodle/portfolio/flickr/version.php
+share/moodle/portfolio/googledocs/db/events.php
+share/moodle/portfolio/googledocs/lang/en/portfolio_googledocs.php
+share/moodle/portfolio/googledocs/lib.php
+share/moodle/portfolio/googledocs/version.php
+share/moodle/portfolio/mahara/db/install.xml
+share/moodle/portfolio/mahara/db/mnet.php
+share/moodle/portfolio/mahara/lang/en/portfolio_mahara.php
+share/moodle/portfolio/mahara/lib.php
+share/moodle/portfolio/mahara/preconfig.php
+share/moodle/portfolio/mahara/version.php
+share/moodle/portfolio/picasa/db/events.php
+share/moodle/portfolio/picasa/lang/en/portfolio_picasa.php
+share/moodle/portfolio/picasa/lib.php
+share/moodle/portfolio/picasa/version.php
+share/moodle/question/addquestion.php
share/moodle/question/category.php
share/moodle/question/category_class.php
share/moodle/question/category_form.php
-share/moodle/question/comment.html
-share/moodle/question/contextmove.php
-share/moodle/question/contextmove_form.php
-share/moodle/question/contextmoveq.php
-share/moodle/question/contextmoveq_form.php
share/moodle/question/edit.php
share/moodle/question/editlib.php
share/moodle/question/export.php
share/moodle/question/export_form.php
-share/moodle/question/exportfile.php
share/moodle/question/file.php
+share/moodle/question/flags.js
+share/moodle/question/format.php
share/moodle/question/format/README.txt
share/moodle/question/format/aiken/format.php
+share/moodle/question/format/aiken/lang/en/qformat_aiken.php
share/moodle/question/format/blackboard/format.php
-share/moodle/question/format/blackboard_6/format.php
-share/moodle/question/format/coursetestmanager/format.php
+share/moodle/question/format/blackboard/lang/en/qformat_blackboard.php
+share/moodle/question/format/blackboard_six/format.php
+share/moodle/question/format/blackboard_six/lang/en/qformat_blackboard_six.php
share/moodle/question/format/examview/format.php
+share/moodle/question/format/examview/lang/en/qformat_examview.php
share/moodle/question/format/gift/examples.txt
share/moodle/question/format/gift/format.php
-share/moodle/question/format/hotpot/format.php
+share/moodle/question/format/gift/lang/en/qformat_gift.php
+share/moodle/question/format/gift/simpletest/testgiftformat.php
share/moodle/question/format/learnwise/format.php
+share/moodle/question/format/learnwise/lang/en/qformat_learnwise.php
share/moodle/question/format/learnwise/learnwise-example.xml
share/moodle/question/format/missingword/format.php
+share/moodle/question/format/missingword/lang/en/qformat_missingword.php
share/moodle/question/format/multianswer/format.php
-share/moodle/question/format/qti2/custommediafilter.php
-share/moodle/question/format/qti2/format.php
-share/moodle/question/format/qti2/qt_common.php
-share/moodle/question/format/qti2/templates/choice.tpl
-share/moodle/question/format/qti2/templates/choiceMultiple.tpl
-share/moodle/question/format/qti2/templates/composite.tpl
-share/moodle/question/format/qti2/templates/extendedText.tpl
-share/moodle/question/format/qti2/templates/extendedText_simpleEssay.tpl
-share/moodle/question/format/qti2/templates/graphicGapMatch.tpl
-share/moodle/question/format/qti2/templates/imsmanifest.tpl
-share/moodle/question/format/qti2/templates/match.tpl
-share/moodle/question/format/qti2/templates/mmchoiceMultiple.tpl
-share/moodle/question/format/qti2/templates/notimplemented.tpl
-share/moodle/question/format/qti2/templates/numerical.tpl
-share/moodle/question/format/qti2/templates/textEntry.tpl
+share/moodle/question/format/multianswer/lang/en/qformat_multianswer.php
+share/moodle/question/format/qti_two/custommediafilter.php
+share/moodle/question/format/qti_two/format.php
+share/moodle/question/format/qti_two/lang/en/qformat_qti_two.php
+share/moodle/question/format/qti_two/qt_common.php
+share/moodle/question/format/qti_two/templates/choice.tpl
+share/moodle/question/format/qti_two/templates/choiceMultiple.tpl
+share/moodle/question/format/qti_two/templates/composite.tpl
+share/moodle/question/format/qti_two/templates/extendedText.tpl
+share/moodle/question/format/qti_two/templates/extendedText_simpleEssay.tpl
+share/moodle/question/format/qti_two/templates/graphicGapMatch.tpl
+share/moodle/question/format/qti_two/templates/imsmanifest.tpl
+share/moodle/question/format/qti_two/templates/match.tpl
+share/moodle/question/format/qti_two/templates/mmchoiceMultiple.tpl
+share/moodle/question/format/qti_two/templates/notimplemented.tpl
+share/moodle/question/format/qti_two/templates/numerical.tpl
+share/moodle/question/format/qti_two/templates/textEntry.tpl
share/moodle/question/format/webct/TODO.txt
share/moodle/question/format/webct/format.php
+share/moodle/question/format/webct/lang/en/qformat_webct.php
share/moodle/question/format/xhtml/format.php
+share/moodle/question/format/xhtml/lang/en/qformat_xhtml.php
share/moodle/question/format/xhtml/xhtml.css
share/moodle/question/format/xml/format.php
-share/moodle/question/format.php
+share/moodle/question/format/xml/lang/en/qformat_xml.php
share/moodle/question/import.php
share/moodle/question/import_form.php
share/moodle/question/move_form.php
share/moodle/question/preview.php
+share/moodle/question/previewlib.php
+share/moodle/question/qbank.js
+share/moodle/question/qengine.js
share/moodle/question/question.php
-share/moodle/question/restorelib.php
-share/moodle/question/tabs.php
+share/moodle/question/simpletest/testimportexport.php
+share/moodle/question/toggleflag.php
+share/moodle/question/type/calculated/backup/moodle2/backup_qtype_calculated_plugin.class.php
+share/moodle/question/type/calculated/backup/moodle2/restore_qtype_calculated_plugin.class.php
+share/moodle/question/type/calculated/datasetdefinitions_form.php
+share/moodle/question/type/calculated/datasetitems_form.php
share/moodle/question/type/calculated/db/install.xml
-share/moodle/question/type/calculated/db/mysql.php
-share/moodle/question/type/calculated/db/postgres7.php
share/moodle/question/type/calculated/db/upgrade.php
share/moodle/question/type/calculated/edit_calculated_form.php
-share/moodle/question/type/calculated/icon.gif
+share/moodle/question/type/calculated/lang/en/qtype_calculated.php
+share/moodle/question/type/calculated/lib.php
+share/moodle/question/type/calculated/pix/icon.gif
share/moodle/question/type/calculated/questiontype.php
share/moodle/question/type/calculated/version.php
-share/moodle/question/type/datasetdependent/abstractqtype.php
-share/moodle/question/type/datasetdependent/datasetdefinitions_form.php
-share/moodle/question/type/datasetdependent/datasetitems_form.php
+share/moodle/question/type/calculatedmulti/backup/moodle2/backup_qtype_calculatedmulti_plugin.class.php
+share/moodle/question/type/calculatedmulti/backup/moodle2/restore_qtype_calculatedmulti_plugin.class.php
+share/moodle/question/type/calculatedmulti/edit_calculatedmulti_form.php
+share/moodle/question/type/calculatedmulti/lang/en/qtype_calculatedmulti.php
+share/moodle/question/type/calculatedmulti/lib.php
+share/moodle/question/type/calculatedmulti/pix/icon.gif
+share/moodle/question/type/calculatedmulti/questiontype.php
+share/moodle/question/type/calculatedsimple/backup/moodle2/backup_qtype_calculatedsimple_plugin.class.php
+share/moodle/question/type/calculatedsimple/backup/moodle2/restore_qtype_calculatedsimple_plugin.class.php
+share/moodle/question/type/calculatedsimple/edit_calculatedsimple_form.php
+share/moodle/question/type/calculatedsimple/lang/en/qtype_calculatedsimple.php
+share/moodle/question/type/calculatedsimple/lib.php
+share/moodle/question/type/calculatedsimple/pix/icon.gif
+share/moodle/question/type/calculatedsimple/questiontype.php
share/moodle/question/type/description/edit_description_form.php
-share/moodle/question/type/description/icon.gif
+share/moodle/question/type/description/lang/en/qtype_description.php
+share/moodle/question/type/description/pix/icon.gif
share/moodle/question/type/description/question.html
share/moodle/question/type/description/questiontype.php
share/moodle/question/type/edit_question_form.php
-share/moodle/question/type/essay/db/mysql.php
-share/moodle/question/type/essay/db/postgres7.php
-share/moodle/question/type/essay/db/upgrade.php
+share/moodle/question/type/essay/backup/moodle2/backup_qtype_essay_plugin.class.php
+share/moodle/question/type/essay/backup/moodle2/restore_qtype_essay_plugin.class.php
share/moodle/question/type/essay/display.html
share/moodle/question/type/essay/edit_essay_form.php
-share/moodle/question/type/essay/icon.gif
+share/moodle/question/type/essay/lang/en/qtype_essay.php
+share/moodle/question/type/essay/lib.php
+share/moodle/question/type/essay/pix/icon.gif
share/moodle/question/type/essay/questiontype.php
share/moodle/question/type/essay/version.php
+share/moodle/question/type/match/backup/moodle2/backup_qtype_match_plugin.class.php
+share/moodle/question/type/match/backup/moodle2/restore_qtype_match_plugin.class.php
share/moodle/question/type/match/db/install.xml
-share/moodle/question/type/match/db/mysql.php
-share/moodle/question/type/match/db/postgres7.php
share/moodle/question/type/match/db/upgrade.php
share/moodle/question/type/match/display.html
share/moodle/question/type/match/edit_match_form.php
-share/moodle/question/type/match/icon.gif
+share/moodle/question/type/match/lang/en/qtype_match.php
+share/moodle/question/type/match/lib.php
+share/moodle/question/type/match/pix/icon.gif
share/moodle/question/type/match/questiontype.php
share/moodle/question/type/match/version.php
share/moodle/question/type/missingtype/display.html
share/moodle/question/type/missingtype/edit_missingtype_form.php
-share/moodle/question/type/missingtype/icon.gif
+share/moodle/question/type/missingtype/lang/en/qtype_missingtype.php
+share/moodle/question/type/missingtype/pix/icon.gif
share/moodle/question/type/missingtype/questiontype.php
+share/moodle/question/type/multianswer/backup/moodle2/backup_qtype_multianswer_plugin.class.php
+share/moodle/question/type/multianswer/backup/moodle2/restore_qtype_multianswer_plugin.class.php
share/moodle/question/type/multianswer/db/install.xml
-share/moodle/question/type/multianswer/db/mysql.php
-share/moodle/question/type/multianswer/db/postgres7.php
share/moodle/question/type/multianswer/db/upgrade.php
share/moodle/question/type/multianswer/edit_multianswer_form.php
-share/moodle/question/type/multianswer/icon.gif
+share/moodle/question/type/multianswer/lang/en/qtype_multianswer.php
+share/moodle/question/type/multianswer/pix/icon.gif
share/moodle/question/type/multianswer/questiontype.php
share/moodle/question/type/multianswer/version.php
+share/moodle/question/type/multichoice/backup/moodle2/backup_qtype_multichoice_plugin.class.php
+share/moodle/question/type/multichoice/backup/moodle2/restore_qtype_multichoice_plugin.class.php
share/moodle/question/type/multichoice/db/install.xml
-share/moodle/question/type/multichoice/db/mysql.php
-share/moodle/question/type/multichoice/db/postgres7.php
share/moodle/question/type/multichoice/db/upgrade.php
share/moodle/question/type/multichoice/display.html
share/moodle/question/type/multichoice/edit_multichoice_form.php
-share/moodle/question/type/multichoice/icon.gif
+share/moodle/question/type/multichoice/lang/en/qtype_multichoice.php
+share/moodle/question/type/multichoice/lib.php
+share/moodle/question/type/multichoice/pix/icon.gif
share/moodle/question/type/multichoice/questiontype.php
share/moodle/question/type/multichoice/version.php
+share/moodle/question/type/numerical/backup/moodle2/backup_qtype_numerical_plugin.class.php
+share/moodle/question/type/numerical/backup/moodle2/restore_qtype_numerical_plugin.class.php
share/moodle/question/type/numerical/db/install.xml
-share/moodle/question/type/numerical/db/mysql.php
-share/moodle/question/type/numerical/db/postgres7.php
share/moodle/question/type/numerical/db/upgrade.php
+share/moodle/question/type/numerical/display.html
share/moodle/question/type/numerical/edit_numerical_form.php
-share/moodle/question/type/numerical/icon.gif
+share/moodle/question/type/numerical/lang/en/qtype_numerical.php
+share/moodle/question/type/numerical/lib.php
+share/moodle/question/type/numerical/pix/icon.gif
share/moodle/question/type/numerical/questiontype.php
share/moodle/question/type/numerical/simpletest/testquestiontype.php
share/moodle/question/type/numerical/version.php
share/moodle/question/type/question.html
share/moodle/question/type/questiontype.php
+share/moodle/question/type/random/backup/moodle2/restore_qtype_random_plugin.class.php
share/moodle/question/type/random/edit_random_form.php
-share/moodle/question/type/random/icon.gif
+share/moodle/question/type/random/lang/en/qtype_random.php
+share/moodle/question/type/random/pix/icon.gif
share/moodle/question/type/random/questiontype.php
+share/moodle/question/type/randomsamatch/backup/moodle2/backup_qtype_randomsamatch_plugin.class.php
+share/moodle/question/type/randomsamatch/backup/moodle2/restore_qtype_randomsamatch_plugin.class.php
share/moodle/question/type/randomsamatch/db/install.xml
-share/moodle/question/type/randomsamatch/db/mysql.php
-share/moodle/question/type/randomsamatch/db/postgres7.php
-share/moodle/question/type/randomsamatch/db/upgrade.php
share/moodle/question/type/randomsamatch/edit_randomsamatch_form.php
-share/moodle/question/type/randomsamatch/icon.gif
+share/moodle/question/type/randomsamatch/lang/en/qtype_randomsamatch.php
+share/moodle/question/type/randomsamatch/pix/icon.gif
share/moodle/question/type/randomsamatch/questiontype.php
share/moodle/question/type/randomsamatch/version.php
+share/moodle/question/type/shortanswer/backup/moodle2/backup_qtype_shortanswer_plugin.class.php
+share/moodle/question/type/shortanswer/backup/moodle2/restore_qtype_shortanswer_plugin.class.php
share/moodle/question/type/shortanswer/db/install.xml
-share/moodle/question/type/shortanswer/db/mysql.php
-share/moodle/question/type/shortanswer/db/postgres7.php
-share/moodle/question/type/shortanswer/db/upgrade.php
share/moodle/question/type/shortanswer/display.html
share/moodle/question/type/shortanswer/edit_shortanswer_form.php
-share/moodle/question/type/shortanswer/icon.gif
+share/moodle/question/type/shortanswer/lang/en/qtype_shortanswer.php
+share/moodle/question/type/shortanswer/lib.php
+share/moodle/question/type/shortanswer/pix/icon.gif
share/moodle/question/type/shortanswer/questiontype.php
share/moodle/question/type/shortanswer/simpletest/testquestiontype.php
share/moodle/question/type/shortanswer/version.php
share/moodle/question/type/simpletest/testquestiontype.php
+share/moodle/question/type/truefalse/backup/moodle2/backup_qtype_truefalse_plugin.class.php
+share/moodle/question/type/truefalse/backup/moodle2/restore_qtype_truefalse_plugin.class.php
share/moodle/question/type/truefalse/db/install.xml
-share/moodle/question/type/truefalse/db/mysql.php
-share/moodle/question/type/truefalse/db/postgres7.php
-share/moodle/question/type/truefalse/db/upgrade.php
share/moodle/question/type/truefalse/display.html
share/moodle/question/type/truefalse/edit_truefalse_form.php
-share/moodle/question/type/truefalse/icon.gif
+share/moodle/question/type/truefalse/lang/en/qtype_truefalse.php
+share/moodle/question/type/truefalse/lib.php
+share/moodle/question/type/truefalse/pix/icon.gif
share/moodle/question/type/truefalse/questiontype.php
share/moodle/question/type/truefalse/version.php
share/moodle/question/upgrade.php
+share/moodle/rating/index.php
+share/moodle/rating/lib.php
+share/moodle/rating/module.js
+share/moodle/rating/rate.php
+share/moodle/rating/rate_ajax.php
+share/moodle/repository/README.txt
+share/moodle/repository/alfresco/db/access.php
+share/moodle/repository/alfresco/lang/en/repository_alfresco.php
+share/moodle/repository/alfresco/lib.php
+share/moodle/repository/alfresco/pix/icon.png
+share/moodle/repository/alfresco/version.php
+share/moodle/repository/boxnet/db/access.php
+share/moodle/repository/boxnet/lang/en/repository_boxnet.php
+share/moodle/repository/boxnet/lib.php
+share/moodle/repository/boxnet/pix/icon.png
+share/moodle/repository/boxnet/version.php
+share/moodle/repository/coursefiles/db/access.php
+share/moodle/repository/coursefiles/lang/en/repository_coursefiles.php
+share/moodle/repository/coursefiles/lib.php
+share/moodle/repository/coursefiles/pix/icon.png
+share/moodle/repository/coursefiles/version.php
+share/moodle/repository/draftfiles_ajax.php
+share/moodle/repository/draftfiles_manager.php
+share/moodle/repository/dropbox/db/access.php
+share/moodle/repository/dropbox/lang/en/repository_dropbox.php
+share/moodle/repository/dropbox/lib.php
+share/moodle/repository/dropbox/locallib.php
+share/moodle/repository/dropbox/pix/icon.png
+share/moodle/repository/dropbox/version.php
+share/moodle/repository/filepicker.js
+share/moodle/repository/filepicker.php
+share/moodle/repository/filesystem/db/access.php
+share/moodle/repository/filesystem/lang/en/repository_filesystem.php
+share/moodle/repository/filesystem/lib.php
+share/moodle/repository/filesystem/pix/icon.png
+share/moodle/repository/filesystem/version.php
+share/moodle/repository/flickr/db/access.php
+share/moodle/repository/flickr/lang/en/repository_flickr.php
+share/moodle/repository/flickr/lib.php
+share/moodle/repository/flickr/pix/icon.png
+share/moodle/repository/flickr/version.php
+share/moodle/repository/flickr_public/db/access.php
+share/moodle/repository/flickr_public/image.php
+share/moodle/repository/flickr_public/lang/en/repository_flickr_public.php
+share/moodle/repository/flickr_public/lib.php
+share/moodle/repository/flickr_public/pix/icon.png
+share/moodle/repository/flickr_public/version.php
+share/moodle/repository/googledocs/db/access.php
+share/moodle/repository/googledocs/lang/en/repository_googledocs.php
+share/moodle/repository/googledocs/lib.php
+share/moodle/repository/googledocs/pix/icon.png
+share/moodle/repository/googledocs/version.php
+share/moodle/repository/lib.php
+share/moodle/repository/local/db/access.php
+share/moodle/repository/local/db/install.php
+share/moodle/repository/local/lang/en/repository_local.php
+share/moodle/repository/local/lib.php
+share/moodle/repository/local/pix/icon.png
+share/moodle/repository/local/version.php
+share/moodle/repository/manage_instances.php
+share/moodle/repository/merlot/db/access.php
+share/moodle/repository/merlot/lang/en/repository_merlot.php
+share/moodle/repository/merlot/lib.php
+share/moodle/repository/merlot/pix/icon.png
+share/moodle/repository/merlot/version.php
+share/moodle/repository/picasa/db/access.php
+share/moodle/repository/picasa/lang/en/repository_picasa.php
+share/moodle/repository/picasa/lib.php
+share/moodle/repository/picasa/pix/icon.png
+share/moodle/repository/picasa/version.php
+share/moodle/repository/recent/db/access.php
+share/moodle/repository/recent/db/install.php
+share/moodle/repository/recent/lang/en/repository_recent.php
+share/moodle/repository/recent/lib.php
+share/moodle/repository/recent/pix/icon.png
+share/moodle/repository/recent/version.php
+share/moodle/repository/repository_ajax.php
+share/moodle/repository/repository_callback.php
+share/moodle/repository/s3/S3.php
+share/moodle/repository/s3/db/access.php
+share/moodle/repository/s3/lang/en/repository_s3.php
+share/moodle/repository/s3/lib.php
+share/moodle/repository/s3/pix/icon.png
+share/moodle/repository/s3/version.php
+share/moodle/repository/upload/db/access.php
+share/moodle/repository/upload/db/install.php
+share/moodle/repository/upload/lang/en/repository_upload.php
+share/moodle/repository/upload/lib.php
+share/moodle/repository/upload/pix/icon.png
+share/moodle/repository/upload/version.php
+share/moodle/repository/url/db/access.php
+share/moodle/repository/url/lang/en/repository_url.php
+share/moodle/repository/url/lib.php
+share/moodle/repository/url/locallib.php
+share/moodle/repository/url/pix/icon.png
+share/moodle/repository/url/version.php
+share/moodle/repository/user/db/access.php
+share/moodle/repository/user/db/install.php
+share/moodle/repository/user/lang/en/repository_user.php
+share/moodle/repository/user/lib.php
+share/moodle/repository/user/pix/icon.png
+share/moodle/repository/user/version.php
+share/moodle/repository/webdav/db/access.php
+share/moodle/repository/webdav/lang/en/repository_webdav.php
+share/moodle/repository/webdav/lib.php
+share/moodle/repository/webdav/pix/icon.png
+share/moodle/repository/webdav/version.php
+share/moodle/repository/wikimedia/db/access.php
+share/moodle/repository/wikimedia/lang/en/repository_wikimedia.php
+share/moodle/repository/wikimedia/lib.php
+share/moodle/repository/wikimedia/pix/icon.png
+share/moodle/repository/wikimedia/version.php
+share/moodle/repository/wikimedia/wikimedia.php
+share/moodle/repository/youtube/db/access.php
+share/moodle/repository/youtube/lang/en/repository_youtube.php
+share/moodle/repository/youtube/lib.php
+share/moodle/repository/youtube/pix/icon.png
+share/moodle/repository/youtube/version.php
share/moodle/rss/file.php
share/moodle/rss/index.html
+share/moodle/rss/renderer.php
share/moodle/search/.cvsignore
share/moodle/search/LISEZMOI.txt
share/moodle/search/README.txt
-share/moodle/search/READMETOO.txt
share/moodle/search/README_ARCHIVE.txt
share/moodle/search/Zend/Exception.php
share/moodle/search/Zend/IMPORTANT.txt
share/moodle/search/Zend/LICENSE.txt
share/moodle/search/Zend/Search/Exception.php
-share/moodle/search/Zend/Search/Lucene/Analysis/Analyzer/Common/Text/CaseInsensitive.php
+share/moodle/search/Zend/Search/Lucene.php
+share/moodle/search/Zend/Search/Lucene/Analysis/Analyzer.php
+share/moodle/search/Zend/Search/Lucene/Analysis/Analyzer/Common.php
share/moodle/search/Zend/Search/Lucene/Analysis/Analyzer/Common/Text.php
-share/moodle/search/Zend/Search/Lucene/Analysis/Analyzer/Common/TextNum/CaseInsensitive.php
+share/moodle/search/Zend/Search/Lucene/Analysis/Analyzer/Common/Text/CaseInsensitive.php
share/moodle/search/Zend/Search/Lucene/Analysis/Analyzer/Common/TextNum.php
-share/moodle/search/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8/CaseInsensitive.php
+share/moodle/search/Zend/Search/Lucene/Analysis/Analyzer/Common/TextNum/CaseInsensitive.php
share/moodle/search/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8.php
-share/moodle/search/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8Num/CaseInsensitive.php
+share/moodle/search/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8/CaseInsensitive.php
share/moodle/search/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8Num.php
-share/moodle/search/Zend/Search/Lucene/Analysis/Analyzer/Common.php
-share/moodle/search/Zend/Search/Lucene/Analysis/Analyzer.php
+share/moodle/search/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8Num/CaseInsensitive.php
share/moodle/search/Zend/Search/Lucene/Analysis/Token.php
+share/moodle/search/Zend/Search/Lucene/Analysis/TokenFilter.php
share/moodle/search/Zend/Search/Lucene/Analysis/TokenFilter/LowerCase.php
share/moodle/search/Zend/Search/Lucene/Analysis/TokenFilter/LowerCaseUtf8.php
share/moodle/search/Zend/Search/Lucene/Analysis/TokenFilter/ShortWords.php
share/moodle/search/Zend/Search/Lucene/Analysis/TokenFilter/StopWords.php
-share/moodle/search/Zend/Search/Lucene/Analysis/TokenFilter.php
-share/moodle/search/Zend/Search/Lucene/Document/Html.php
share/moodle/search/Zend/Search/Lucene/Document.php
+share/moodle/search/Zend/Search/Lucene/Document/Html.php
share/moodle/search/Zend/Search/Lucene/Exception.php
share/moodle/search/Zend/Search/Lucene/FSM.php
share/moodle/search/Zend/Search/Lucene/FSMAction.php
@@ -4496,9 +7498,9 @@ share/moodle/search/Zend/Search/Lucene/Index/FieldInfo.php
share/moodle/search/Zend/Search/Lucene/Index/SegmentInfo.php
share/moodle/search/Zend/Search/Lucene/Index/SegmentInfoPriorityQueue.php
share/moodle/search/Zend/Search/Lucene/Index/SegmentMerger.php
+share/moodle/search/Zend/Search/Lucene/Index/SegmentWriter.php
share/moodle/search/Zend/Search/Lucene/Index/SegmentWriter/DocumentWriter.php
share/moodle/search/Zend/Search/Lucene/Index/SegmentWriter/StreamWriter.php
-share/moodle/search/Zend/Search/Lucene/Index/SegmentWriter.php
share/moodle/search/Zend/Search/Lucene/Index/Term.php
share/moodle/search/Zend/Search/Lucene/Index/TermInfo.php
share/moodle/search/Zend/Search/Lucene/Index/Writer.php
@@ -4507,6 +7509,7 @@ share/moodle/search/Zend/Search/Lucene/LockManager.php
share/moodle/search/Zend/Search/Lucene/PriorityQueue.php
share/moodle/search/Zend/Search/Lucene/Proxy.php
share/moodle/search/Zend/Search/Lucene/Search/BooleanExpressionRecognizer.php
+share/moodle/search/Zend/Search/Lucene/Search/Query.php
share/moodle/search/Zend/Search/Lucene/Search/Query/Boolean.php
share/moodle/search/Zend/Search/Lucene/Search/Query/Empty.php
share/moodle/search/Zend/Search/Lucene/Search/Query/Fuzzy.php
@@ -4516,33 +7519,29 @@ share/moodle/search/Zend/Search/Lucene/Search/Query/Phrase.php
share/moodle/search/Zend/Search/Lucene/Search/Query/Range.php
share/moodle/search/Zend/Search/Lucene/Search/Query/Term.php
share/moodle/search/Zend/Search/Lucene/Search/Query/Wildcard.php
-share/moodle/search/Zend/Search/Lucene/Search/Query.php
+share/moodle/search/Zend/Search/Lucene/Search/QueryEntry.php
share/moodle/search/Zend/Search/Lucene/Search/QueryEntry/Phrase.php
share/moodle/search/Zend/Search/Lucene/Search/QueryEntry/Subquery.php
share/moodle/search/Zend/Search/Lucene/Search/QueryEntry/Term.php
-share/moodle/search/Zend/Search/Lucene/Search/QueryEntry.php
share/moodle/search/Zend/Search/Lucene/Search/QueryHit.php
share/moodle/search/Zend/Search/Lucene/Search/QueryLexer.php
share/moodle/search/Zend/Search/Lucene/Search/QueryParser.php
share/moodle/search/Zend/Search/Lucene/Search/QueryParserContext.php
share/moodle/search/Zend/Search/Lucene/Search/QueryParserException.php
share/moodle/search/Zend/Search/Lucene/Search/QueryToken.php
-share/moodle/search/Zend/Search/Lucene/Search/QueryTokenizer.php
-share/moodle/search/Zend/Search/Lucene/Search/Similarity/Default.php
share/moodle/search/Zend/Search/Lucene/Search/Similarity.php
+share/moodle/search/Zend/Search/Lucene/Search/Similarity/Default.php
+share/moodle/search/Zend/Search/Lucene/Search/Weight.php
share/moodle/search/Zend/Search/Lucene/Search/Weight/Boolean.php
share/moodle/search/Zend/Search/Lucene/Search/Weight/Empty.php
share/moodle/search/Zend/Search/Lucene/Search/Weight/MultiTerm.php
share/moodle/search/Zend/Search/Lucene/Search/Weight/Phrase.php
share/moodle/search/Zend/Search/Lucene/Search/Weight/Term.php
-share/moodle/search/Zend/Search/Lucene/Search/Weight.php
-share/moodle/search/Zend/Search/Lucene/SoftLockManager.php
-share/moodle/search/Zend/Search/Lucene/Storage/Directory/Filesystem.php
share/moodle/search/Zend/Search/Lucene/Storage/Directory.php
+share/moodle/search/Zend/Search/Lucene/Storage/Directory/Filesystem.php
+share/moodle/search/Zend/Search/Lucene/Storage/File.php
share/moodle/search/Zend/Search/Lucene/Storage/File/Filesystem.php
share/moodle/search/Zend/Search/Lucene/Storage/File/Memory.php
-share/moodle/search/Zend/Search/Lucene/Storage/File.php
-share/moodle/search/Zend/Search/Lucene.php
share/moodle/search/Zend/Search/TODO.txt
share/moodle/search/add.php
share/moodle/search/cron.php
@@ -4579,480 +7578,187 @@ share/moodle/search/searchtypes.php
share/moodle/search/stats.php
share/moodle/search/tests/index.php
share/moodle/search/update.php
-share/moodle/search/version.php
-share/moodle/sso/README.txt
-share/moodle/sso/hive/expired.php
-share/moodle/sso/hive/lib.php
-share/moodle/sso/hive/login.php
+share/moodle/tag/coursetags_add.php
+share/moodle/tag/coursetags_edit.php
+share/moodle/tag/coursetags_more.php
+share/moodle/tag/coursetagslib.php
share/moodle/tag/edit.php
share/moodle/tag/edit_form.php
share/moodle/tag/index.php
share/moodle/tag/lib.php
share/moodle/tag/locallib.php
share/moodle/tag/manage.php
-share/moodle/tag/pagelib.php
share/moodle/tag/search.php
+share/moodle/tag/tag.js
share/moodle/tag/tag_autocomplete.php
share/moodle/tag/user.php
share/moodle/tags
share/moodle/tags.txt
-share/moodle/theme/UPGRADE.txt
-share/moodle/theme/chameleon/README.html
-share/moodle/theme/chameleon/config.php
-share/moodle/theme/chameleon/favicon.ico
-share/moodle/theme/chameleon/footer.html
-share/moodle/theme/chameleon/header.html
-share/moodle/theme/chameleon/meta.php
-share/moodle/theme/chameleon/pix/a/em1_bwgreater.gif
-share/moodle/theme/chameleon/pix/a/em1_greater.gif
-share/moodle/theme/chameleon/pix/a/em1_lesser.gif
-share/moodle/theme/chameleon/pix/a/em1_raquo.gif
-share/moodle/theme/chameleon/pix/a/l_breadcrumb.gif
-share/moodle/theme/chameleon/pix/a/r_breadcrumb.gif
-share/moodle/theme/chameleon/pix/a/r_go.gif
-share/moodle/theme/chameleon/pix/a/r_next.gif
-share/moodle/theme/chameleon/pix/a/r_previous.gif
-share/moodle/theme/chameleon/pix/adv.gif
-share/moodle/theme/chameleon/pix/b.gif
-share/moodle/theme/chameleon/pix/c/course.gif
-share/moodle/theme/chameleon/pix/c/event.gif
-share/moodle/theme/chameleon/pix/c/group.gif
-share/moodle/theme/chameleon/pix/c/site.gif
-share/moodle/theme/chameleon/pix/c/user.gif
-share/moodle/theme/chameleon/pix/colorstrip.gif
-share/moodle/theme/chameleon/pix/css.gif
-share/moodle/theme/chameleon/pix/docs.gif
-share/moodle/theme/chameleon/pix/f/audio.gif
-share/moodle/theme/chameleon/pix/f/avi.gif
-share/moodle/theme/chameleon/pix/f/dmg.gif
-share/moodle/theme/chameleon/pix/f/docm.gif
-share/moodle/theme/chameleon/pix/f/docx.gif
-share/moodle/theme/chameleon/pix/f/dotm.gif
-share/moodle/theme/chameleon/pix/f/dotx.gif
-share/moodle/theme/chameleon/pix/f/edit.gif
-share/moodle/theme/chameleon/pix/f/env.gif
-share/moodle/theme/chameleon/pix/f/excel.gif
-share/moodle/theme/chameleon/pix/f/explore.gif
-share/moodle/theme/chameleon/pix/f/flash.gif
-share/moodle/theme/chameleon/pix/f/folder.gif
-share/moodle/theme/chameleon/pix/f/help.gif
-share/moodle/theme/chameleon/pix/f/html.gif
-share/moodle/theme/chameleon/pix/f/image.gif
-share/moodle/theme/chameleon/pix/f/isf.gif
-share/moodle/theme/chameleon/pix/f/jbc.gif
-share/moodle/theme/chameleon/pix/f/jcl.gif
-share/moodle/theme/chameleon/pix/f/jcw.gif
-share/moodle/theme/chameleon/pix/f/jmt.gif
-share/moodle/theme/chameleon/pix/f/jmx.gif
-share/moodle/theme/chameleon/pix/f/jqz.gif
-share/moodle/theme/chameleon/pix/f/move.gif
-share/moodle/theme/chameleon/pix/f/odb.gif
-share/moodle/theme/chameleon/pix/f/odc.gif
-share/moodle/theme/chameleon/pix/f/odf.gif
-share/moodle/theme/chameleon/pix/f/odg.gif
-share/moodle/theme/chameleon/pix/f/odi.gif
-share/moodle/theme/chameleon/pix/f/odm.gif
-share/moodle/theme/chameleon/pix/f/odp.gif
-share/moodle/theme/chameleon/pix/f/ods.gif
-share/moodle/theme/chameleon/pix/f/odt.gif
-share/moodle/theme/chameleon/pix/f/parent.gif
-share/moodle/theme/chameleon/pix/f/pdf.gif
-share/moodle/theme/chameleon/pix/f/potm.gif
-share/moodle/theme/chameleon/pix/f/potx.gif
-share/moodle/theme/chameleon/pix/f/powerpoint.gif
-share/moodle/theme/chameleon/pix/f/ppam.gif
-share/moodle/theme/chameleon/pix/f/ppsm.gif
-share/moodle/theme/chameleon/pix/f/ppsx.gif
-share/moodle/theme/chameleon/pix/f/pptm.gif
-share/moodle/theme/chameleon/pix/f/pptx.gif
-share/moodle/theme/chameleon/pix/f/text.gif
-share/moodle/theme/chameleon/pix/f/unknown.gif
-share/moodle/theme/chameleon/pix/f/video.gif
-share/moodle/theme/chameleon/pix/f/web.gif
-share/moodle/theme/chameleon/pix/f/word.gif
-share/moodle/theme/chameleon/pix/f/xlam.gif
-share/moodle/theme/chameleon/pix/f/xlsb.gif
-share/moodle/theme/chameleon/pix/f/xlsm.gif
-share/moodle/theme/chameleon/pix/f/xlsx.gif
-share/moodle/theme/chameleon/pix/f/xltm.gif
-share/moodle/theme/chameleon/pix/f/xltx.gif
-share/moodle/theme/chameleon/pix/f/xml.gif
-share/moodle/theme/chameleon/pix/f/zip.gif
-share/moodle/theme/chameleon/pix/g/f1.png
-share/moodle/theme/chameleon/pix/g/f2.png
-share/moodle/theme/chameleon/pix/help.gif
-share/moodle/theme/chameleon/pix/i/ICONS-16x16
-share/moodle/theme/chameleon/pix/i/admin.gif
-share/moodle/theme/chameleon/pix/i/agg_mean.gif
-share/moodle/theme/chameleon/pix/i/agg_sum.gif
-share/moodle/theme/chameleon/pix/i/ajaxloader.gif
-share/moodle/theme/chameleon/pix/i/all.gif
-share/moodle/theme/chameleon/pix/i/approve.gif
-share/moodle/theme/chameleon/pix/i/backup.gif
-share/moodle/theme/chameleon/pix/i/calc.gif
-share/moodle/theme/chameleon/pix/i/calendar.gif
-share/moodle/theme/chameleon/pix/i/closed.gif
-share/moodle/theme/chameleon/pix/i/course.gif
-share/moodle/theme/chameleon/pix/i/cross_red_big.gif
-share/moodle/theme/chameleon/pix/i/cross_red_small.gif
-share/moodle/theme/chameleon/pix/i/db.gif
-share/moodle/theme/chameleon/pix/i/edit.gif
-share/moodle/theme/chameleon/pix/i/email.gif
-share/moodle/theme/chameleon/pix/i/feedback.gif
-share/moodle/theme/chameleon/pix/i/feedback_add.gif
-share/moodle/theme/chameleon/pix/i/files.gif
-share/moodle/theme/chameleon/pix/i/grades.gif
-share/moodle/theme/chameleon/pix/i/group.gif
-share/moodle/theme/chameleon/pix/i/guest.gif
-share/moodle/theme/chameleon/pix/i/hide.gif
-share/moodle/theme/chameleon/pix/i/ical.gif
-share/moodle/theme/chameleon/pix/i/info.gif
-share/moodle/theme/chameleon/pix/i/item.gif
-share/moodle/theme/chameleon/pix/i/key.gif
-share/moodle/theme/chameleon/pix/i/lock.gif
-share/moodle/theme/chameleon/pix/i/log.gif
-share/moodle/theme/chameleon/pix/i/mahara_host.gif
-share/moodle/theme/chameleon/pix/i/marked.gif
-share/moodle/theme/chameleon/pix/i/marker.gif
-share/moodle/theme/chameleon/pix/i/mean.gif
-share/moodle/theme/chameleon/pix/i/mnethost.gif
-share/moodle/theme/chameleon/pix/i/moodle_host.gif
-share/moodle/theme/chameleon/pix/i/move_2d.gif
-share/moodle/theme/chameleon/pix/i/new.gif
-share/moodle/theme/chameleon/pix/i/news.gif
-share/moodle/theme/chameleon/pix/i/one.gif
-share/moodle/theme/chameleon/pix/i/open.gif
-share/moodle/theme/chameleon/pix/i/outcomes.gif
-share/moodle/theme/chameleon/pix/i/payment.gif
-share/moodle/theme/chameleon/pix/i/questions.gif
-share/moodle/theme/chameleon/pix/i/report.gif
-share/moodle/theme/chameleon/pix/i/restore.gif
-share/moodle/theme/chameleon/pix/i/return.gif
-share/moodle/theme/chameleon/pix/i/risk_config.gif
-share/moodle/theme/chameleon/pix/i/risk_managetrust.gif
-share/moodle/theme/chameleon/pix/i/risk_personal.gif
-share/moodle/theme/chameleon/pix/i/risk_spam.gif
-share/moodle/theme/chameleon/pix/i/risk_xss.gif
-share/moodle/theme/chameleon/pix/i/roles.gif
-share/moodle/theme/chameleon/pix/i/rss.gif
-share/moodle/theme/chameleon/pix/i/rsssitelogo.gif
-share/moodle/theme/chameleon/pix/i/scales.gif
-share/moodle/theme/chameleon/pix/i/search.gif
-share/moodle/theme/chameleon/pix/i/settings.gif
-share/moodle/theme/chameleon/pix/i/show.gif
-share/moodle/theme/chameleon/pix/i/stats.gif
-share/moodle/theme/chameleon/pix/i/switch.gif
-share/moodle/theme/chameleon/pix/i/tick_amber_big.gif
-share/moodle/theme/chameleon/pix/i/tick_amber_small.gif
-share/moodle/theme/chameleon/pix/i/tick_green_big.gif
-share/moodle/theme/chameleon/pix/i/tick_green_small.gif
-share/moodle/theme/chameleon/pix/i/unlock.gif
-share/moodle/theme/chameleon/pix/i/user.gif
-share/moodle/theme/chameleon/pix/i/users.gif
-share/moodle/theme/chameleon/pix/m/USD.gif
-share/moodle/theme/chameleon/pix/mod/README.txt
-share/moodle/theme/chameleon/pix/mod/assignment/icon.gif
-share/moodle/theme/chameleon/pix/mod/book/icon.gif
-share/moodle/theme/chameleon/pix/mod/book/icon.png
-share/moodle/theme/chameleon/pix/mod/chat/icon.gif
-share/moodle/theme/chameleon/pix/mod/choice/icon.gif
-share/moodle/theme/chameleon/pix/mod/data/field/checkbox/icon.gif
-share/moodle/theme/chameleon/pix/mod/data/field/date/icon.gif
-share/moodle/theme/chameleon/pix/mod/data/field/file/icon.gif
-share/moodle/theme/chameleon/pix/mod/data/field/menu/icon.gif
-share/moodle/theme/chameleon/pix/mod/data/field/multimenu/icon.gif
-share/moodle/theme/chameleon/pix/mod/data/field/number/icon.gif
-share/moodle/theme/chameleon/pix/mod/data/field/picture/icon.gif
-share/moodle/theme/chameleon/pix/mod/data/field/radiobutton/icon.gif
-share/moodle/theme/chameleon/pix/mod/data/field/text/icon.gif
-share/moodle/theme/chameleon/pix/mod/data/field/textarea/icon.gif
-share/moodle/theme/chameleon/pix/mod/data/field/url/icon.gif
-share/moodle/theme/chameleon/pix/mod/data/icon.gif
-share/moodle/theme/chameleon/pix/mod/forum/icon.gif
-share/moodle/theme/chameleon/pix/mod/glossary/asc.gif
-share/moodle/theme/chameleon/pix/mod/glossary/check.gif
-share/moodle/theme/chameleon/pix/mod/glossary/comment.gif
-share/moodle/theme/chameleon/pix/mod/glossary/desc.gif
-share/moodle/theme/chameleon/pix/mod/glossary/export.gif
-share/moodle/theme/chameleon/pix/mod/glossary/icon.gif
-share/moodle/theme/chameleon/pix/mod/glossary/icon1.gif
-share/moodle/theme/chameleon/pix/mod/glossary/minus.gif
-share/moodle/theme/chameleon/pix/mod/glossary/print.gif
-share/moodle/theme/chameleon/pix/mod/hotpot/icon.gif
-share/moodle/theme/chameleon/pix/mod/index.html
-share/moodle/theme/chameleon/pix/mod/journal/icon.gif
-share/moodle/theme/chameleon/pix/mod/label/icon.gif
-share/moodle/theme/chameleon/pix/mod/lams/icon.gif
-share/moodle/theme/chameleon/pix/mod/lesson/icon.gif
-share/moodle/theme/chameleon/pix/mod/object/icon.gif
-share/moodle/theme/chameleon/pix/mod/questionnaire/grades.gif
-share/moodle/theme/chameleon/pix/mod/questionnaire/icon.gif
-share/moodle/theme/chameleon/pix/mod/questionnaire/icon_old.gif
-share/moodle/theme/chameleon/pix/mod/quiz/icon.gif
-share/moodle/theme/chameleon/pix/mod/quiz/pix/de.gif
-share/moodle/theme/chameleon/pix/mod/quiz/pix/ma.gif
-share/moodle/theme/chameleon/pix/mod/quiz/pix/mc.gif
-share/moodle/theme/chameleon/pix/mod/quiz/pix/mu.gif
-share/moodle/theme/chameleon/pix/mod/quiz/pix/nu.gif
-share/moodle/theme/chameleon/pix/mod/quiz/pix/rm.gif
-share/moodle/theme/chameleon/pix/mod/quiz/pix/rs.gif
-share/moodle/theme/chameleon/pix/mod/quiz/pix/sa.gif
-share/moodle/theme/chameleon/pix/mod/quiz/pix/tf.gif
-share/moodle/theme/chameleon/pix/mod/resource/icon.gif
-share/moodle/theme/chameleon/pix/mod/scorm/icon.gif
-share/moodle/theme/chameleon/pix/mod/scorm/pix/asset.gif
-share/moodle/theme/chameleon/pix/mod/scorm/pix/browsed.gif
-share/moodle/theme/chameleon/pix/mod/scorm/pix/completed.gif
-share/moodle/theme/chameleon/pix/mod/scorm/pix/failed.gif
-share/moodle/theme/chameleon/pix/mod/scorm/pix/incomplete.gif
-share/moodle/theme/chameleon/pix/mod/scorm/pix/minus.gif
-share/moodle/theme/chameleon/pix/mod/scorm/pix/notattempted.gif
-share/moodle/theme/chameleon/pix/mod/scorm/pix/passed.gif
-share/moodle/theme/chameleon/pix/mod/scorm/pix/plus.gif
-share/moodle/theme/chameleon/pix/mod/scorm/pix/popdown.gif
-share/moodle/theme/chameleon/pix/mod/scorm/pix/popup.gif
-share/moodle/theme/chameleon/pix/mod/scorm/pix/spacer.gif
-share/moodle/theme/chameleon/pix/mod/survey/icon.gif
-share/moodle/theme/chameleon/pix/mod/survey/icon2.gif
-share/moodle/theme/chameleon/pix/mod/wiki/icon.gif
-share/moodle/theme/chameleon/pix/mod/workshop/icon.gif
-share/moodle/theme/chameleon/pix/movehere.gif
-share/moodle/theme/chameleon/pix/pix/b.gif
-share/moodle/theme/chameleon/pix/pix/help.gif
-share/moodle/theme/chameleon/pix/req.gif
-share/moodle/theme/chameleon/pix/rightarrow2.gif
-share/moodle/theme/chameleon/pix/s/SMILEYS
-share/moodle/theme/chameleon/pix/s/angry.gif
-share/moodle/theme/chameleon/pix/s/approve.gif
-share/moodle/theme/chameleon/pix/s/biggrin.gif
-share/moodle/theme/chameleon/pix/s/blackeye.gif
-share/moodle/theme/chameleon/pix/s/blush.gif
-share/moodle/theme/chameleon/pix/s/clown.gif
-share/moodle/theme/chameleon/pix/s/cool.gif
-share/moodle/theme/chameleon/pix/s/dead.gif
-share/moodle/theme/chameleon/pix/s/egg.gif
-share/moodle/theme/chameleon/pix/s/evil.gif
-share/moodle/theme/chameleon/pix/s/heart.gif
-share/moodle/theme/chameleon/pix/s/kiss.gif
-share/moodle/theme/chameleon/pix/s/martin.gif
-share/moodle/theme/chameleon/pix/s/mixed.gif
-share/moodle/theme/chameleon/pix/s/no.gif
-share/moodle/theme/chameleon/pix/s/s_r2_c40.gif
-share/moodle/theme/chameleon/pix/s/sad.gif
-share/moodle/theme/chameleon/pix/s/shy.gif
-share/moodle/theme/chameleon/pix/s/sleepy.gif
-share/moodle/theme/chameleon/pix/s/smiley.gif
-share/moodle/theme/chameleon/pix/s/surprise.gif
-share/moodle/theme/chameleon/pix/s/thoughtful.gif
-share/moodle/theme/chameleon/pix/s/tongueout.gif
-share/moodle/theme/chameleon/pix/s/toughtful.gif
-share/moodle/theme/chameleon/pix/s/wideeyes.gif
-share/moodle/theme/chameleon/pix/s/wink.gif
-share/moodle/theme/chameleon/pix/s/yes.gif
-share/moodle/theme/chameleon/pix/section_508.gif
-share/moodle/theme/chameleon/pix/spacer.gif
-share/moodle/theme/chameleon/pix/switch_minus.gif
-share/moodle/theme/chameleon/pix/switch_plus.gif
-share/moodle/theme/chameleon/pix/t/TINY-ICONS
-share/moodle/theme/chameleon/pix/t/backup.gif
-share/moodle/theme/chameleon/pix/t/calc.gif
-share/moodle/theme/chameleon/pix/t/calc_off.gif
-share/moodle/theme/chameleon/pix/t/calendar.gif
-share/moodle/theme/chameleon/pix/t/clear.gif
-share/moodle/theme/chameleon/pix/t/copy.gif
-share/moodle/theme/chameleon/pix/t/delete.gif
-share/moodle/theme/chameleon/pix/t/down.gif
-share/moodle/theme/chameleon/pix/t/edit.gif
-share/moodle/theme/chameleon/pix/t/email.gif
-share/moodle/theme/chameleon/pix/t/emailno.gif
-share/moodle/theme/chameleon/pix/t/feedback.gif
-share/moodle/theme/chameleon/pix/t/feedback_add.gif
-share/moodle/theme/chameleon/pix/t/go.gif
-share/moodle/theme/chameleon/pix/t/grades.gif
-share/moodle/theme/chameleon/pix/t/groupn.gif
-share/moodle/theme/chameleon/pix/t/groups.gif
-share/moodle/theme/chameleon/pix/t/groupv.gif
-share/moodle/theme/chameleon/pix/t/hiddenuntil.gif
-share/moodle/theme/chameleon/pix/t/hide.gif
-share/moodle/theme/chameleon/pix/t/hideuntil.gif
-share/moodle/theme/chameleon/pix/t/left.gif
-share/moodle/theme/chameleon/pix/t/lock.gif
-share/moodle/theme/chameleon/pix/t/locktime.gif
-share/moodle/theme/chameleon/pix/t/log.gif
-share/moodle/theme/chameleon/pix/t/manual_item.gif
-share/moodle/theme/chameleon/pix/t/mean.gif
-share/moodle/theme/chameleon/pix/t/message.gif
-share/moodle/theme/chameleon/pix/t/move.gif
-share/moodle/theme/chameleon/pix/t/moveleft.gif
-share/moodle/theme/chameleon/pix/t/moveright.gif
-share/moodle/theme/chameleon/pix/t/outcomes.gif
-share/moodle/theme/chameleon/pix/t/preview.gif
-share/moodle/theme/chameleon/pix/t/ranges.gif
-share/moodle/theme/chameleon/pix/t/removeright.gif
-share/moodle/theme/chameleon/pix/t/restore.gif
-share/moodle/theme/chameleon/pix/t/right.gif
-share/moodle/theme/chameleon/pix/t/scales.gif
-share/moodle/theme/chameleon/pix/t/show.gif
-share/moodle/theme/chameleon/pix/t/sigma.gif
-share/moodle/theme/chameleon/pix/t/stop.gif
-share/moodle/theme/chameleon/pix/t/switch.gif
-share/moodle/theme/chameleon/pix/t/switch_minus.gif
-share/moodle/theme/chameleon/pix/t/switch_plus.gif
-share/moodle/theme/chameleon/pix/t/switch_whole.gif
-share/moodle/theme/chameleon/pix/t/unlock.gif
-share/moodle/theme/chameleon/pix/t/unlock_gray.gif
-share/moodle/theme/chameleon/pix/t/up.gif
-share/moodle/theme/chameleon/pix/t/user.gif
-share/moodle/theme/chameleon/pix/t/usernot.gif
-share/moodle/theme/chameleon/pix/tab/left.gif
-share/moodle/theme/chameleon/pix/tab/left2.gif
-share/moodle/theme/chameleon/pix/tab/left_active.gif
-share/moodle/theme/chameleon/pix/tab/left_active2.gif
-share/moodle/theme/chameleon/pix/tab/left_hover.gif
-share/moodle/theme/chameleon/pix/tab/left_hover2.gif
-share/moodle/theme/chameleon/pix/tab/left_inactive.gif
-share/moodle/theme/chameleon/pix/tab/left_inactive2.gif
-share/moodle/theme/chameleon/pix/tab/right.gif
-share/moodle/theme/chameleon/pix/tab/right2.gif
-share/moodle/theme/chameleon/pix/tab/right_active.gif
-share/moodle/theme/chameleon/pix/tab/right_active2.gif
-share/moodle/theme/chameleon/pix/tab/right_end.gif
-share/moodle/theme/chameleon/pix/tab/right_end2.gif
-share/moodle/theme/chameleon/pix/tab/right_hover.gif
-share/moodle/theme/chameleon/pix/tab/right_hover2.gif
-share/moodle/theme/chameleon/pix/tab/right_inactive.gif
-share/moodle/theme/chameleon/pix/tab/right_inactive2.gif
-share/moodle/theme/chameleon/pix/tab/tabsbg.gif
-share/moodle/theme/chameleon/pix/tab/tabsbg2.gif
-share/moodle/theme/chameleon/pix/tab/tabsbg_x2.gif
-share/moodle/theme/chameleon/pix/u/f1.png
-share/moodle/theme/chameleon/pix/u/f1_old.png
-share/moodle/theme/chameleon/pix/u/f2.png
-share/moodle/theme/chameleon/pix/u/f2_old.png
-share/moodle/theme/chameleon/pix/webding.png
-share/moodle/theme/chameleon/pix/xhtml_1_0.gif
-share/moodle/theme/chameleon/styles.php
-share/moodle/theme/chameleon/styles_ie6.css
-share/moodle/theme/chameleon/styles_ie7.css
-share/moodle/theme/chameleon/temp_user_styles.css
-share/moodle/theme/chameleon/ui/ChameleonCSS.class.php
-share/moodle/theme/chameleon/ui/ChameleonFileBrowser.class.php
-share/moodle/theme/chameleon/ui/chameleon.php
-share/moodle/theme/chameleon/ui/chameleon_js.php
-share/moodle/theme/chameleon/ui/chameleon_ui.css
-share/moodle/theme/chameleon/ui/css.php
-share/moodle/theme/chameleon/ui/css_query.js
-share/moodle/theme/chameleon/ui/images/active_tab.gif
-share/moodle/theme/chameleon/ui/images/error.gif
-share/moodle/theme/chameleon/ui/images/folder.gif
-share/moodle/theme/chameleon/ui/images/grad.gif
-share/moodle/theme/chameleon/ui/images/hotspot.gif
-share/moodle/theme/chameleon/ui/images/image.gif
-share/moodle/theme/chameleon/ui/images/inactive_tab.gif
-share/moodle/theme/chameleon/ui/images/none.gif
-share/moodle/theme/chameleon/ui/images/notice.gif
-share/moodle/theme/chameleon/ui/images/ok.gif
-share/moodle/theme/chameleon/ui/images/parent.gif
-share/moodle/theme/chameleon/ui/images/tag.gif
-share/moodle/theme/chameleon/ui/images/working.gif
-share/moodle/theme/chameleon/ui/sarissa.js
-share/moodle/theme/chameleon/user_styles.css
-share/moodle/theme/cornflower/README.html
-share/moodle/theme/cornflower/config.php
-share/moodle/theme/cornflower/cornflower.css
-share/moodle/theme/cornflower/docstyles.php
-share/moodle/theme/cornflower/favicon.ico
-share/moodle/theme/cornflower/footer.html
-share/moodle/theme/cornflower/header.html
-share/moodle/theme/cornflower/images/bg.gif
-share/moodle/theme/cornflower/images/classroomrevolution.jpg
-share/moodle/theme/cornflower/images/hdbg.jpg
-share/moodle/theme/cornflower/images/hdbgend.jpg
-share/moodle/theme/cornflower/images/logo.jpg
-share/moodle/theme/cornflower/images/logo.psd
-share/moodle/theme/cornflower/images/moodlelogo.gif
-share/moodle/theme/cornflower/pix/tab/left.gif
-share/moodle/theme/cornflower/pix/tab/left_active.gif
-share/moodle/theme/cornflower/pix/tab/left_active_hover.gif
-share/moodle/theme/cornflower/pix/tab/left_hover.gif
-share/moodle/theme/cornflower/pix/tab/right.gif
-share/moodle/theme/cornflower/pix/tab/right_active.gif
-share/moodle/theme/cornflower/pix/tab/right_active_hover.gif
-share/moodle/theme/cornflower/pix/tab/right_end.gif
-share/moodle/theme/cornflower/pix/tab/right_hover.gif
-share/moodle/theme/cornflower/styles.php
-share/moodle/theme/custom_corners/README.html
-share/moodle/theme/custom_corners/config.php
-share/moodle/theme/custom_corners/favicon.ico
-share/moodle/theme/custom_corners/footer.html
-share/moodle/theme/custom_corners/header.html
-share/moodle/theme/custom_corners/js/CSSClass.js
-share/moodle/theme/custom_corners/js/js.php
-share/moodle/theme/custom_corners/meta.php
-share/moodle/theme/custom_corners/pix/b.gif
-share/moodle/theme/custom_corners/pix/beige_borders.gif
-share/moodle/theme/custom_corners/pix/beige_borders.png
-share/moodle/theme/custom_corners/pix/beige_box.gif
-share/moodle/theme/custom_corners/pix/beige_box.png
-share/moodle/theme/custom_corners/pix/bg.jpg
-share/moodle/theme/custom_corners/pix/borders.gif
-share/moodle/theme/custom_corners/pix/borders.png
-share/moodle/theme/custom_corners/pix/bottom_shadow.png
-share/moodle/theme/custom_corners/pix/bottom_shadow_to_top.png
-share/moodle/theme/custom_corners/pix/box.gif
-share/moodle/theme/custom_corners/pix/box.png
-share/moodle/theme/custom_corners/pix/css.gif
-share/moodle/theme/custom_corners/pix/header.gif
-share/moodle/theme/custom_corners/pix/header.png
-share/moodle/theme/custom_corners/pix/help.gif
-share/moodle/theme/custom_corners/pix/info_borders.png
-share/moodle/theme/custom_corners/pix/info_box.png
-share/moodle/theme/custom_corners/pix/info_gradient.png
-share/moodle/theme/custom_corners/pix/mask_borders_le.gif
-share/moodle/theme/custom_corners/pix/mask_borders_le.png
-share/moodle/theme/custom_corners/pix/mask_borders_re.gif
-share/moodle/theme/custom_corners/pix/mask_borders_re.png
-share/moodle/theme/custom_corners/pix/mask_box.gif
-share/moodle/theme/custom_corners/pix/mask_box.png
-share/moodle/theme/custom_corners/pix/movehere.gif
-share/moodle/theme/custom_corners/pix/section_508.gif
-share/moodle/theme/custom_corners/pix/small_bg_gradient.png
-share/moodle/theme/custom_corners/pix/spacer.gif
-share/moodle/theme/custom_corners/pix/switch_minus.gif
-share/moodle/theme/custom_corners/pix/switch_plus.gif
-share/moodle/theme/custom_corners/pix/tab/left.gif
-share/moodle/theme/custom_corners/pix/tab/left_active.gif
-share/moodle/theme/custom_corners/pix/tab/left_active_hover.gif
-share/moodle/theme/custom_corners/pix/tab/left_hover.gif
-share/moodle/theme/custom_corners/pix/tab/right.gif
-share/moodle/theme/custom_corners/pix/tab/right_active.gif
-share/moodle/theme/custom_corners/pix/tab/right_active_hover.gif
-share/moodle/theme/custom_corners/pix/tab/right_end.gif
-share/moodle/theme/custom_corners/pix/tab/right_hover.gif
-share/moodle/theme/custom_corners/pix/tab/right_last.gif
-share/moodle/theme/custom_corners/pix/tab/tabrow1.gif
-share/moodle/theme/custom_corners/pix/xhtml_1_0.gif
-share/moodle/theme/custom_corners/rtl.css
-share/moodle/theme/custom_corners/screenshot.jpg
-share/moodle/theme/custom_corners/styles.php
-share/moodle/theme/custom_corners/styles_ie6.css
-share/moodle/theme/custom_corners/styles_ie7.css
-share/moodle/theme/custom_corners/user_styles.css
-share/moodle/theme/formal_white/README.html
+share/moodle/theme/anomaly/config.php
+share/moodle/theme/anomaly/javascript/navigation.js
+share/moodle/theme/anomaly/lang/en/theme_anomaly.php
+share/moodle/theme/anomaly/layout/general.php
+share/moodle/theme/anomaly/layout/report.php
+share/moodle/theme/anomaly/lib.php
+share/moodle/theme/anomaly/pix/background.png
+share/moodle/theme/anomaly/pix/corners_block.gif
+share/moodle/theme/anomaly/pix/corners_header.gif
+share/moodle/theme/anomaly/pix/dock_removeall.png
+share/moodle/theme/anomaly/pix/favicon.ico
+share/moodle/theme/anomaly/pix/logo.jpg
+share/moodle/theme/anomaly/pix/movedock.png
+share/moodle/theme/anomaly/pix/navigation_gradient.png
+share/moodle/theme/anomaly/pix/navigation_gradient_vertical.png
+share/moodle/theme/anomaly/pix/screenshot.jpg
+share/moodle/theme/anomaly/pix/tab/left.gif
+share/moodle/theme/anomaly/pix/tab/left_active.gif
+share/moodle/theme/anomaly/pix/tab/left_active_hover.gif
+share/moodle/theme/anomaly/pix/tab/left_hover.gif
+share/moodle/theme/anomaly/pix/tab/right.gif
+share/moodle/theme/anomaly/pix/tab/right_active.gif
+share/moodle/theme/anomaly/pix/tab/right_active_hover.gif
+share/moodle/theme/anomaly/pix/tab/right_end.gif
+share/moodle/theme/anomaly/pix/tab/right_hover.gif
+share/moodle/theme/anomaly/pix/tab/right_last.gif
+share/moodle/theme/anomaly/pix/tab/rtlbg.gif
+share/moodle/theme/anomaly/pix/tab/tabrow1.gif
+share/moodle/theme/anomaly/renderers.php
+share/moodle/theme/anomaly/style/base.css
+share/moodle/theme/anomaly/style/browser.css
+share/moodle/theme/anomaly/style/editor.css
+share/moodle/theme/anomaly/style/general.css
+share/moodle/theme/arialist/config.php
+share/moodle/theme/arialist/lang/en/theme_arialist.php
+share/moodle/theme/arialist/layout/frontpage.php
+share/moodle/theme/arialist/layout/general.php
+share/moodle/theme/arialist/layout/report.php
+share/moodle/theme/arialist/lib.php
+share/moodle/theme/arialist/pix/favicon.ico
+share/moodle/theme/arialist/pix/screenshot.png
+share/moodle/theme/arialist/settings.php
+share/moodle/theme/arialist/style/core.css
+share/moodle/theme/arialist/style/editor.css
+share/moodle/theme/arialist/style/pagelayout.css
+share/moodle/theme/arialist/style/settings.css
+share/moodle/theme/base/config.php
+share/moodle/theme/base/lang/en/theme_base.php
+share/moodle/theme/base/layout/embedded.php
+share/moodle/theme/base/layout/frontpage.php
+share/moodle/theme/base/layout/general.php
+share/moodle/theme/base/layout/report.php
+share/moodle/theme/base/pix/favicon.ico
+share/moodle/theme/base/pix/screenshot.png
+share/moodle/theme/base/style/admin.css
+share/moodle/theme/base/style/blocks.css
+share/moodle/theme/base/style/calendar.css
+share/moodle/theme/base/style/core.css
+share/moodle/theme/base/style/course.css
+share/moodle/theme/base/style/dock.css
+share/moodle/theme/base/style/editor.css
+share/moodle/theme/base/style/grade.css
+share/moodle/theme/base/style/message.css
+share/moodle/theme/base/style/pagelayout.css
+share/moodle/theme/base/style/question.css
+share/moodle/theme/base/style/user.css
+share/moodle/theme/binarius/config.php
+share/moodle/theme/binarius/lang/en/theme_binarius.php
+share/moodle/theme/binarius/layout/frontpage.php
+share/moodle/theme/binarius/layout/general.php
+share/moodle/theme/binarius/layout/report.php
+share/moodle/theme/binarius/pix/favicon.ico
+share/moodle/theme/binarius/pix/header.png
+share/moodle/theme/binarius/pix/screenshot.jpg
+share/moodle/theme/binarius/pix/sideblock.png
+share/moodle/theme/binarius/style/core.css
+share/moodle/theme/binarius/style/editor.css
+share/moodle/theme/binarius/style/pagelayout.css
+share/moodle/theme/boxxie/config.php
+share/moodle/theme/boxxie/lang/en/theme_boxxie.php
+share/moodle/theme/boxxie/layout/embedded.php
+share/moodle/theme/boxxie/layout/frontpage.php
+share/moodle/theme/boxxie/layout/general.php
+share/moodle/theme/boxxie/pix/favicon.ico
+share/moodle/theme/boxxie/pix/screenshot.jpg
+share/moodle/theme/boxxie/pix/tab/left.gif
+share/moodle/theme/boxxie/pix/tab/left_active.gif
+share/moodle/theme/boxxie/pix/tab/left_active_hover.gif
+share/moodle/theme/boxxie/pix/tab/left_hover.gif
+share/moodle/theme/boxxie/pix/tab/right.gif
+share/moodle/theme/boxxie/pix/tab/right_active.gif
+share/moodle/theme/boxxie/pix/tab/right_active_hover.gif
+share/moodle/theme/boxxie/pix/tab/right_hover.gif
+share/moodle/theme/boxxie/pix/tab/right_last.gif
+share/moodle/theme/boxxie/pix/tab/rtlbg.gif
+share/moodle/theme/boxxie/pix/tab/tabrow1.gif
+share/moodle/theme/boxxie/style/boilerplate.css
+share/moodle/theme/boxxie/style/core.css
+share/moodle/theme/brick/config.php
+share/moodle/theme/brick/lang/en/theme_brick.php
+share/moodle/theme/brick/layout/frontpage.php
+share/moodle/theme/brick/layout/general.php
+share/moodle/theme/brick/lib.php
+share/moodle/theme/brick/pix/block.png
+share/moodle/theme/brick/pix/crumber.png
+share/moodle/theme/brick/pix/favicon.ico
+share/moodle/theme/brick/pix/header.png
+share/moodle/theme/brick/pix/logo.png
+share/moodle/theme/brick/pix/mainbar.png
+share/moodle/theme/brick/pix/screenshot.png
+share/moodle/theme/brick/pix/youare.png
+share/moodle/theme/brick/pix_core/i/all.png
+share/moodle/theme/brick/pix_core/i/navigationitem.png
+share/moodle/theme/brick/pix_core/t/block_to_dock.png
+share/moodle/theme/brick/pix_core/t/collapsed.png
+share/moodle/theme/brick/pix_core/t/delete.png
+share/moodle/theme/brick/pix_core/t/dock_to_block.png
+share/moodle/theme/brick/pix_core/t/expanded.png
+share/moodle/theme/brick/pix_core/t/switch_minus.png
+share/moodle/theme/brick/pix_core/t/switch_plus.png
+share/moodle/theme/brick/settings.php
+share/moodle/theme/brick/style/colors.css
+share/moodle/theme/brick/style/core.css
+share/moodle/theme/brick/style/css3.css
+share/moodle/theme/brick/style/pagelayout.css
+share/moodle/theme/canvas/config.php
+share/moodle/theme/canvas/lang/en/theme_canvas.php
+share/moodle/theme/canvas/layout/embedded.php
+share/moodle/theme/canvas/layout/frontpage.php
+share/moodle/theme/canvas/layout/general.php
+share/moodle/theme/canvas/layout/report.php
+share/moodle/theme/canvas/style/admin.css
+share/moodle/theme/canvas/style/blocks.css
+share/moodle/theme/canvas/style/core.css
+share/moodle/theme/canvas/style/course.css
+share/moodle/theme/canvas/style/editor.css
+share/moodle/theme/canvas/style/mods.css
+share/moodle/theme/canvas/style/pagelayout.css
+share/moodle/theme/canvas/style/popups.css
+share/moodle/theme/canvas/style/question.css
+share/moodle/theme/canvas/style/tables.css
+share/moodle/theme/canvas/style/tabs.css
+share/moodle/theme/canvas/style/text.css
share/moodle/theme/formal_white/config.php
-share/moodle/theme/formal_white/docstyles.php
-share/moodle/theme/formal_white/favicon.ico
-share/moodle/theme/formal_white/footer.html
-share/moodle/theme/formal_white/fw_color.css
-share/moodle/theme/formal_white/fw_fonts.css
-share/moodle/theme/formal_white/fw_layout.css
-share/moodle/theme/formal_white/gradient.jpg
-share/moodle/theme/formal_white/header.html
-share/moodle/theme/formal_white/logo.jpg
-share/moodle/theme/formal_white/logo_small.jpg
-share/moodle/theme/formal_white/pix/grad/bg_bread.jpg
-share/moodle/theme/formal_white/pix/grad/bg_header.jpg
-share/moodle/theme/formal_white/pix/grad/gradient_h.jpg
+share/moodle/theme/formal_white/javascript/navigation.js
+share/moodle/theme/formal_white/lang/en/theme_formal_white.php
+share/moodle/theme/formal_white/layout/general.php
+share/moodle/theme/formal_white/layout/report.php
+share/moodle/theme/formal_white/lib.php
+share/moodle/theme/formal_white/pix/bg_bread.jpg
+share/moodle/theme/formal_white/pix/dock_removeall.png
+share/moodle/theme/formal_white/pix/favicon.ico
+share/moodle/theme/formal_white/pix/gradient_h.jpg
+share/moodle/theme/formal_white/pix/logo.jpg
+share/moodle/theme/formal_white/pix/logo_small.jpg
+share/moodle/theme/formal_white/pix/movedock.png
+share/moodle/theme/formal_white/pix/roundcorner/body_l.jpg
+share/moodle/theme/formal_white/pix/roundcorner/body_r.jpg
+share/moodle/theme/formal_white/pix/roundcorner/footer.jpg
+share/moodle/theme/formal_white/pix/roundcorner/footer_l.jpg
+share/moodle/theme/formal_white/pix/roundcorner/footer_r.jpg
+share/moodle/theme/formal_white/pix/roundcorner/header.jpg
+share/moodle/theme/formal_white/pix/roundcorner/header_l.jpg
+share/moodle/theme/formal_white/pix/roundcorner/header_r.jpg
+share/moodle/theme/formal_white/pix/screenshot.gif
share/moodle/theme/formal_white/pix/tab/left.gif
share/moodle/theme/formal_white/pix/tab/left_active.gif
share/moodle/theme/formal_white/pix/tab/left_active_hover.gif
@@ -5062,135 +7768,257 @@ share/moodle/theme/formal_white/pix/tab/right_active.gif
share/moodle/theme/formal_white/pix/tab/right_active_hover.gif
share/moodle/theme/formal_white/pix/tab/right_end.gif
share/moodle/theme/formal_white/pix/tab/right_hover.gif
-share/moodle/theme/formal_white/screenshot.jpg
-share/moodle/theme/formal_white/styles.php
+share/moodle/theme/formal_white/pix/tab/right_last.gif
+share/moodle/theme/formal_white/pix/tab/rtlbg.gif
+share/moodle/theme/formal_white/pix/tab/tabrow1.gif
+share/moodle/theme/formal_white/settings.php
+share/moodle/theme/formal_white/style/base.css
+share/moodle/theme/formal_white/style/dock.css
+share/moodle/theme/formal_white/style/editor.css
+share/moodle/theme/formal_white/style/formalwhite.css
+share/moodle/theme/formal_white/style/fw_corners.css
+share/moodle/theme/formal_white/style/general.css
+share/moodle/theme/formal_white/style/settings.css
+share/moodle/theme/formfactor/config.php
+share/moodle/theme/formfactor/lang/en/theme_formfactor.php
+share/moodle/theme/formfactor/layout/embedded.php
+share/moodle/theme/formfactor/layout/frontpage.php
+share/moodle/theme/formfactor/layout/general.php
+share/moodle/theme/formfactor/pix/favicon.ico
+share/moodle/theme/formfactor/pix/gradient-sb.jpg
+share/moodle/theme/formfactor/pix/header.gif
+share/moodle/theme/formfactor/pix/screenshot.jpg
+share/moodle/theme/formfactor/style/blocks.css
+share/moodle/theme/formfactor/style/core.css
+share/moodle/theme/formfactor/style/course.css
+share/moodle/theme/formfactor/style/editor.css
+share/moodle/theme/formfactor/style/mods.css
+share/moodle/theme/formfactor/style/pagelayout.css
+share/moodle/theme/formfactor/style/selected.css
+share/moodle/theme/fusion/config.php
+share/moodle/theme/fusion/lang/en/theme_fusion.php
+share/moodle/theme/fusion/layout/frontpage.php
+share/moodle/theme/fusion/layout/general.php
+share/moodle/theme/fusion/lib.php
+share/moodle/theme/fusion/pix/favicon.ico
+share/moodle/theme/fusion/pix/grad.png
+share/moodle/theme/fusion/pix/header-bg-sm.jpg
+share/moodle/theme/fusion/pix/header-bg.jpg
+share/moodle/theme/fusion/pix/header-center-sm.jpg
+share/moodle/theme/fusion/pix/header-center.jpg
+share/moodle/theme/fusion/pix/main-bg.gif
+share/moodle/theme/fusion/pix/menu-top.png
+share/moodle/theme/fusion/pix/screenshot.jpg
+share/moodle/theme/fusion/pix/side-bg.png
+share/moodle/theme/fusion/pix/side-start.png
+share/moodle/theme/fusion/settings.php
+share/moodle/theme/fusion/style/core.css
+share/moodle/theme/fusion/style/editor.css
+share/moodle/theme/fusion/style/menus.css
+share/moodle/theme/fusion/style/pagelayout.css
+share/moodle/theme/fusion/style/settings.css
+share/moodle/theme/image.php
share/moodle/theme/index.php
-share/moodle/theme/metal/README.txt
-share/moodle/theme/metal/background.png
-share/moodle/theme/metal/colors.css
-share/moodle/theme/metal/config.php
-share/moodle/theme/metal/favicon.ico
-share/moodle/theme/metal/fonts.css
-share/moodle/theme/metal/footer.html
-share/moodle/theme/metal/gradient.jpg
-share/moodle/theme/metal/gradients.css
-share/moodle/theme/metal/header.html
-share/moodle/theme/metal/pix/tab/left.gif
-share/moodle/theme/metal/pix/tab/left_active.gif
-share/moodle/theme/metal/pix/tab/left_active_hover.gif
-share/moodle/theme/metal/pix/tab/left_hover.gif
-share/moodle/theme/metal/pix/tab/right.gif
-share/moodle/theme/metal/pix/tab/right_active.gif
-share/moodle/theme/metal/pix/tab/right_active_hover.gif
-share/moodle/theme/metal/pix/tab/right_end.gif
-share/moodle/theme/metal/pix/tab/right_hover.gif
-share/moodle/theme/metal/styles.php
-share/moodle/theme/oceanblue/README.html
-share/moodle/theme/oceanblue/config.php
-share/moodle/theme/oceanblue/docstyles.php
-share/moodle/theme/oceanblue/favicon.ico
-share/moodle/theme/oceanblue/footer.html
-share/moodle/theme/oceanblue/gradient.jpg
-share/moodle/theme/oceanblue/gradients.css
-share/moodle/theme/oceanblue/header.html
-share/moodle/theme/oceanblue/pix/tab/left.gif
-share/moodle/theme/oceanblue/pix/tab/left_active.gif
-share/moodle/theme/oceanblue/pix/tab/left_active_hover.gif
-share/moodle/theme/oceanblue/pix/tab/left_hover.gif
-share/moodle/theme/oceanblue/pix/tab/right.gif
-share/moodle/theme/oceanblue/pix/tab/right_active.gif
-share/moodle/theme/oceanblue/pix/tab/right_active_hover.gif
-share/moodle/theme/oceanblue/pix/tab/right_end.gif
-share/moodle/theme/oceanblue/pix/tab/right_hover.gif
-share/moodle/theme/oceanblue/styles.php
-share/moodle/theme/oceanblue/styles_color.css
-share/moodle/theme/orangewhite/README.html
-share/moodle/theme/orangewhite/config.php
-share/moodle/theme/orangewhite/csshover.htc
-share/moodle/theme/orangewhite/docstyles.php
-share/moodle/theme/orangewhite/favicon.ico
-share/moodle/theme/orangewhite/footer.html
-share/moodle/theme/orangewhite/header.html
-share/moodle/theme/orangewhite/pix/colorstrip.gif
-share/moodle/theme/orangewhite/pix/css.gif
-share/moodle/theme/orangewhite/pix/rightarrow2.gif
-share/moodle/theme/orangewhite/pix/section_508.gif
-share/moodle/theme/orangewhite/pix/switch_minus.gif
-share/moodle/theme/orangewhite/pix/switch_plus.gif
-share/moodle/theme/orangewhite/pix/tab/left.gif
-share/moodle/theme/orangewhite/pix/tab/left2.gif
-share/moodle/theme/orangewhite/pix/tab/left_active.gif
-share/moodle/theme/orangewhite/pix/tab/left_active2.gif
-share/moodle/theme/orangewhite/pix/tab/left_hover.gif
-share/moodle/theme/orangewhite/pix/tab/left_hover2.gif
-share/moodle/theme/orangewhite/pix/tab/left_inactive.gif
-share/moodle/theme/orangewhite/pix/tab/left_inactive2.gif
-share/moodle/theme/orangewhite/pix/tab/right.gif
-share/moodle/theme/orangewhite/pix/tab/right2.gif
-share/moodle/theme/orangewhite/pix/tab/right_active.gif
-share/moodle/theme/orangewhite/pix/tab/right_active2.gif
-share/moodle/theme/orangewhite/pix/tab/right_end.gif
-share/moodle/theme/orangewhite/pix/tab/right_end2.gif
-share/moodle/theme/orangewhite/pix/tab/right_hover.gif
-share/moodle/theme/orangewhite/pix/tab/right_hover2.gif
-share/moodle/theme/orangewhite/pix/tab/right_inactive.gif
-share/moodle/theme/orangewhite/pix/tab/right_inactive2.gif
-share/moodle/theme/orangewhite/pix/tab/tabsbg.gif
-share/moodle/theme/orangewhite/pix/tab/tabsbg2.gif
-share/moodle/theme/orangewhite/pix/tab/tabsbg_x2.gif
-share/moodle/theme/orangewhite/pix/xhtml_1_0.gif
-share/moodle/theme/orangewhite/rtl.css
-share/moodle/theme/orangewhite/screenshot.jpg
-share/moodle/theme/orangewhite/styles.php
-share/moodle/theme/orangewhite/styles_color.css
-share/moodle/theme/orangewhite/styles_fonts.css
-share/moodle/theme/orangewhite/styles_layout.css
-share/moodle/theme/orangewhite/styles_tabs.css
-share/moodle/theme/orangewhitepda/config.php
-share/moodle/theme/orangewhitepda/docstyles.php
-share/moodle/theme/orangewhitepda/favicon.ico
-share/moodle/theme/orangewhitepda/footer.html
-share/moodle/theme/orangewhitepda/header.html
-share/moodle/theme/orangewhitepda/pix/colorstrip.gif
-share/moodle/theme/orangewhitepda/pix/css.gif
-share/moodle/theme/orangewhitepda/pix/gray.gif
-share/moodle/theme/orangewhitepda/pix/rightarrow2.gif
-share/moodle/theme/orangewhitepda/pix/section_508.gif
-share/moodle/theme/orangewhitepda/pix/switch_minus.gif
-share/moodle/theme/orangewhitepda/pix/switch_plus.gif
-share/moodle/theme/orangewhitepda/pix/tab/left.gif
-share/moodle/theme/orangewhitepda/pix/tab/left2.gif
-share/moodle/theme/orangewhitepda/pix/tab/left_active.gif
-share/moodle/theme/orangewhitepda/pix/tab/left_active2.gif
-share/moodle/theme/orangewhitepda/pix/tab/left_hover.gif
-share/moodle/theme/orangewhitepda/pix/tab/left_hover2.gif
-share/moodle/theme/orangewhitepda/pix/tab/left_inactive.gif
-share/moodle/theme/orangewhitepda/pix/tab/left_inactive2.gif
-share/moodle/theme/orangewhitepda/pix/tab/right.gif
-share/moodle/theme/orangewhitepda/pix/tab/right2.gif
-share/moodle/theme/orangewhitepda/pix/tab/right_active.gif
-share/moodle/theme/orangewhitepda/pix/tab/right_active2.gif
-share/moodle/theme/orangewhitepda/pix/tab/right_end.gif
-share/moodle/theme/orangewhitepda/pix/tab/right_end2.gif
-share/moodle/theme/orangewhitepda/pix/tab/right_hover.gif
-share/moodle/theme/orangewhitepda/pix/tab/right_hover2.gif
-share/moodle/theme/orangewhitepda/pix/tab/right_inactive.gif
-share/moodle/theme/orangewhitepda/pix/tab/right_inactive2.gif
-share/moodle/theme/orangewhitepda/pix/tab/tabsbg.gif
-share/moodle/theme/orangewhitepda/pix/tab/tabsbg2.gif
-share/moodle/theme/orangewhitepda/pix/tab/tabsbg_x2.gif
-share/moodle/theme/orangewhitepda/pix/xhtml_1_0.gif
-share/moodle/theme/orangewhitepda/styles.php
-share/moodle/theme/orangewhitepda/styles_pda.css
-share/moodle/theme/preview.php
-share/moodle/theme/standard/README.html
+share/moodle/theme/javascript.php
+share/moodle/theme/leatherbound/config.php
+share/moodle/theme/leatherbound/lang/en/theme_leatherbound.php
+share/moodle/theme/leatherbound/layout/frontpage.php
+share/moodle/theme/leatherbound/layout/general.php
+share/moodle/theme/leatherbound/layout/report.php
+share/moodle/theme/leatherbound/pix/favicon.ico
+share/moodle/theme/leatherbound/pix/header.jpg
+share/moodle/theme/leatherbound/pix/screenshot.jpg
+share/moodle/theme/leatherbound/style/core.css
+share/moodle/theme/leatherbound/style/editor.css
+share/moodle/theme/magazine/config.php
+share/moodle/theme/magazine/lang/en/theme_magazine.php
+share/moodle/theme/magazine/layout/embedded.php
+share/moodle/theme/magazine/layout/frontpage.php
+share/moodle/theme/magazine/layout/general.php
+share/moodle/theme/magazine/lib.php
+share/moodle/theme/magazine/pix/ajax-loader.gif
+share/moodle/theme/magazine/pix/alert-overlay.png
+share/moodle/theme/magazine/pix/bart5.png
+share/moodle/theme/magazine/pix/bg4.jpg
+share/moodle/theme/magazine/pix/breadcrumb_separator_arrow_2_dots.png
+share/moodle/theme/magazine/pix/check.png
+share/moodle/theme/magazine/pix/contback.png
+share/moodle/theme/magazine/pix/dockarrow.png
+share/moodle/theme/magazine/pix/error.png
+share/moodle/theme/magazine/pix/favicon.ico
+share/moodle/theme/magazine/pix/hr_grid.png
+share/moodle/theme/magazine/pix/information.png
+share/moodle/theme/magazine/pix/logo.png
+share/moodle/theme/magazine/pix/mbar.png
+share/moodle/theme/magazine/pix/menubarback.png
+share/moodle/theme/magazine/pix/post_grid.png
+share/moodle/theme/magazine/pix/postline.png
+share/moodle/theme/magazine/pix/screenshot.png
+share/moodle/theme/magazine/pix/yuiarrow.png
+share/moodle/theme/magazine/pix/yuiarrows.png
+share/moodle/theme/magazine/pix_core/docs.png
+share/moodle/theme/magazine/pix_core/help.png
+share/moodle/theme/magazine/pix_core/i/all.png
+share/moodle/theme/magazine/pix_core/i/info.png
+share/moodle/theme/magazine/pix_core/i/navigationitem.png
+share/moodle/theme/magazine/pix_core/i/one.png
+share/moodle/theme/magazine/pix_core/t/block_to_dock.png
+share/moodle/theme/magazine/pix_core/t/collapsed.png
+share/moodle/theme/magazine/pix_core/t/delete.png
+share/moodle/theme/magazine/pix_core/t/dock_to_block.png
+share/moodle/theme/magazine/pix_core/t/expanded.png
+share/moodle/theme/magazine/settings.php
+share/moodle/theme/magazine/style/colors.css
+share/moodle/theme/magazine/style/core.css
+share/moodle/theme/magazine/style/css3.css
+share/moodle/theme/magazine/style/editor.css
+share/moodle/theme/magazine/style/layout.css
+share/moodle/theme/nonzero/config.php
+share/moodle/theme/nonzero/lang/en/theme_nonzero.php
+share/moodle/theme/nonzero/layout/frontpage.php
+share/moodle/theme/nonzero/layout/general.php
+share/moodle/theme/nonzero/lib.php
+share/moodle/theme/nonzero/pix/favicon.ico
+share/moodle/theme/nonzero/pix/n1.gif
+share/moodle/theme/nonzero/pix/n2.gif
+share/moodle/theme/nonzero/pix/screenshot.jpg
+share/moodle/theme/nonzero/settings.php
+share/moodle/theme/nonzero/style/core.css
+share/moodle/theme/nonzero/style/editor.css
+share/moodle/theme/nonzero/style/pagelayout.css
+share/moodle/theme/overlay/config.php
+share/moodle/theme/overlay/lang/en/theme_overlay.php
+share/moodle/theme/overlay/layout/frontpage.php
+share/moodle/theme/overlay/layout/general.php
+share/moodle/theme/overlay/lib.php
+share/moodle/theme/overlay/pix/favicon.ico
+share/moodle/theme/overlay/pix/header.png
+share/moodle/theme/overlay/pix/screenshot.png
+share/moodle/theme/overlay/settings.php
+share/moodle/theme/overlay/style/core.css
+share/moodle/theme/overlay/style/editor.css
+share/moodle/theme/overlay/style/pagelayout.css
+share/moodle/theme/overlay/style/settings.css
+share/moodle/theme/serenity/config.php
+share/moodle/theme/serenity/lang/en/theme_serenity.php
+share/moodle/theme/serenity/layout/embedded.php
+share/moodle/theme/serenity/layout/frontpage.php
+share/moodle/theme/serenity/layout/general.php
+share/moodle/theme/serenity/pix/body.png
+share/moodle/theme/serenity/pix/breadcrumb.png
+share/moodle/theme/serenity/pix/favicon.ico
+share/moodle/theme/serenity/pix/header_grass.jpg
+share/moodle/theme/serenity/pix/headingblock.jpg
+share/moodle/theme/serenity/pix/screenshot.png
+share/moodle/theme/serenity/pix_core/t/block_to_dock.png
+share/moodle/theme/serenity/pix_core/t/dock_to_block.png
+share/moodle/theme/serenity/pix_core/t/dockclose.png
+share/moodle/theme/serenity/pix_core/t/switch_minus.png
+share/moodle/theme/serenity/pix_core/t/switch_plus.png
+share/moodle/theme/serenity/style/core.css
+share/moodle/theme/serenity/style/editor.css
+share/moodle/theme/sky_high/config.php
+share/moodle/theme/sky_high/lang/en/theme_sky_high.php
+share/moodle/theme/sky_high/layout/frontpage.php
+share/moodle/theme/sky_high/layout/general.php
+share/moodle/theme/sky_high/layout/report.php
+share/moodle/theme/sky_high/lib.php
+share/moodle/theme/sky_high/pix/body.jpg
+share/moodle/theme/sky_high/pix/breadcrumb.png
+share/moodle/theme/sky_high/pix/dock.jpg
+share/moodle/theme/sky_high/pix/favicon.ico
+share/moodle/theme/sky_high/pix/footer.png
+share/moodle/theme/sky_high/pix/header.gif
+share/moodle/theme/sky_high/pix/headingblock.jpg
+share/moodle/theme/sky_high/pix/screenshot.png
+share/moodle/theme/sky_high/pix/sprite.png
+share/moodle/theme/sky_high/pix/submenu.png
+share/moodle/theme/sky_high/pix/top_bg.gif
+share/moodle/theme/sky_high/pix_core/t/block_to_dock.png
+share/moodle/theme/sky_high/pix_core/t/dock_to_block.png
+share/moodle/theme/sky_high/pix_core/t/dockclose.png
+share/moodle/theme/sky_high/pix_core/t/switch_minus.gif
+share/moodle/theme/sky_high/pix_core/t/switch_plus.gif
+share/moodle/theme/sky_high/settings.php
+share/moodle/theme/sky_high/style/core.css
+share/moodle/theme/sky_high/style/editor.css
+share/moodle/theme/sky_high/style/menu.css
+share/moodle/theme/sky_high/style/pagelayout.css
+share/moodle/theme/splash/config.php
+share/moodle/theme/splash/lang/en/theme_splash.php
+share/moodle/theme/splash/layout/general.php
+share/moodle/theme/splash/layout/report.php
+share/moodle/theme/splash/lib.php
+share/moodle/theme/splash/pix/bg.jpg
+share/moodle/theme/splash/pix/bgblue.jpg
+share/moodle/theme/splash/pix/bggreen.jpg
+share/moodle/theme/splash/pix/bgorange.jpg
+share/moodle/theme/splash/pix/blue-theme.jpg
+share/moodle/theme/splash/pix/blue-theme2.gif
+share/moodle/theme/splash/pix/blue-theme2.jpg
+share/moodle/theme/splash/pix/blue.jpg
+share/moodle/theme/splash/pix/colour.jpg
+share/moodle/theme/splash/pix/contentbg.jpg
+share/moodle/theme/splash/pix/contentbgright.jpg
+share/moodle/theme/splash/pix/csmenubg.jpg
+share/moodle/theme/splash/pix/dropdownbg.jpg
+share/moodle/theme/splash/pix/footerbg.jpg
+share/moodle/theme/splash/pix/green-theme.jpg
+share/moodle/theme/splash/pix/green-theme2.gif
+share/moodle/theme/splash/pix/green-theme2.jpg
+share/moodle/theme/splash/pix/green.jpg
+share/moodle/theme/splash/pix/header.jpg
+share/moodle/theme/splash/pix/lbgv2.jpg
+share/moodle/theme/splash/pix/lbgv2blue.jpg
+share/moodle/theme/splash/pix/lbgv2green.jpg
+share/moodle/theme/splash/pix/lbgv2orange.jpg
+share/moodle/theme/splash/pix/loginpanel.jpg
+share/moodle/theme/splash/pix/logobgleft.jpg
+share/moodle/theme/splash/pix/logobgleftblue.jpg
+share/moodle/theme/splash/pix/logobgleftgreen.jpg
+share/moodle/theme/splash/pix/logobgleftorange.jpg
+share/moodle/theme/splash/pix/logobgright.jpg
+share/moodle/theme/splash/pix/logobgrightblue.jpg
+share/moodle/theme/splash/pix/logobgrightgreen.jpg
+share/moodle/theme/splash/pix/logobgrightorange.jpg
+share/moodle/theme/splash/pix/orange-theme.jpg
+share/moodle/theme/splash/pix/orange-theme2.gif
+share/moodle/theme/splash/pix/orange-theme2.jpg
+share/moodle/theme/splash/pix/orange.jpg
+share/moodle/theme/splash/pix/pageheaderbgblue.jpg
+share/moodle/theme/splash/pix/pageheaderbggreen.jpg
+share/moodle/theme/splash/pix/pageheaderbgorange.jpg
+share/moodle/theme/splash/pix/pageheaderbgred.jpg
+share/moodle/theme/splash/pix/post-sbbg.jpg
+share/moodle/theme/splash/pix/post-sbheaderbg.jpg
+share/moodle/theme/splash/pix/pre-sbbg.jpg
+share/moodle/theme/splash/pix/pre-sbheaderbg.jpg
+share/moodle/theme/splash/pix/red-theme.jpg
+share/moodle/theme/splash/pix/red-theme2.gif
+share/moodle/theme/splash/pix/red-theme2.jpg
+share/moodle/theme/splash/pix/red.jpg
+share/moodle/theme/splash/pix/sbheaderbg.jpg
+share/moodle/theme/splash/pix/sbheaderbg2.jpg
+share/moodle/theme/splash/pix/sbheaderbg2blue.jpg
+share/moodle/theme/splash/pix/sbheaderbg2green.jpg
+share/moodle/theme/splash/pix/sbheaderbg2orange.jpg
+share/moodle/theme/splash/pix/screenshot.jpg
+share/moodle/theme/splash/pix/selectbg.jpg
+share/moodle/theme/splash/pix/switchbg.jpg
+share/moodle/theme/splash/pix/userinfobg.jpg
+share/moodle/theme/splash/settings.php
+share/moodle/theme/splash/style/blue.css
+share/moodle/theme/splash/style/editor.css
+share/moodle/theme/splash/style/green.css
+share/moodle/theme/splash/style/ie.css
+share/moodle/theme/splash/style/orange.css
+share/moodle/theme/splash/style/sl.css
+share/moodle/theme/splash/yui/colourswitcher/colourswitcher.js
share/moodle/theme/standard/config.php
-share/moodle/theme/standard/docstyles.php
-share/moodle/theme/standard/favicon.ico
-share/moodle/theme/standard/footer.html
-share/moodle/theme/standard/gradient.jpg
-share/moodle/theme/standard/header.html
-share/moodle/theme/standard/meta.php
+share/moodle/theme/standard/lang/en/theme_standard.php
+share/moodle/theme/standard/pix/favicon.ico
+share/moodle/theme/standard/pix/hgradient.jpg
+share/moodle/theme/standard/pix/screenshot.png
share/moodle/theme/standard/pix/tab/left.gif
share/moodle/theme/standard/pix/tab/left_active.gif
share/moodle/theme/standard/pix/tab/left_active_hover.gif
@@ -5203,83 +8031,30 @@ share/moodle/theme/standard/pix/tab/right_hover.gif
share/moodle/theme/standard/pix/tab/right_last.gif
share/moodle/theme/standard/pix/tab/rtlbg.gif
share/moodle/theme/standard/pix/tab/tabrow1.gif
-share/moodle/theme/standard/rtl.css
-share/moodle/theme/standard/screenshot.jpg
-share/moodle/theme/standard/styles.php
-share/moodle/theme/standard/styles_color.css
-share/moodle/theme/standard/styles_fonts.css
-share/moodle/theme/standard/styles_ie6.css
-share/moodle/theme/standard/styles_ie7.css
-share/moodle/theme/standard/styles_layout.css
-share/moodle/theme/standard/styles_moz.css
-share/moodle/theme/standardblue/config.php
-share/moodle/theme/standardblue/favicon.ico
-share/moodle/theme/standardblue/footer.html
-share/moodle/theme/standardblue/gradient.jpg
-share/moodle/theme/standardblue/gradients.css
-share/moodle/theme/standardblue/header.html
-share/moodle/theme/standardblue/styles.php
-share/moodle/theme/standardgreen/config.php
-share/moodle/theme/standardgreen/favicon.ico
-share/moodle/theme/standardgreen/footer.html
-share/moodle/theme/standardgreen/gradient.jpg
-share/moodle/theme/standardgreen/gradients.css
-share/moodle/theme/standardgreen/header.html
-share/moodle/theme/standardgreen/styles.php
-share/moodle/theme/standardlogo/README.html
-share/moodle/theme/standardlogo/config.php
-share/moodle/theme/standardlogo/favicon.ico
-share/moodle/theme/standardlogo/footer.html
-share/moodle/theme/standardlogo/gradient.jpg
-share/moodle/theme/standardlogo/header.html
-share/moodle/theme/standardlogo/logo.gif
-share/moodle/theme/standardlogo/styles.php
-share/moodle/theme/standardred/config.php
-share/moodle/theme/standardred/favicon.ico
-share/moodle/theme/standardred/footer.html
-share/moodle/theme/standardred/gradient.jpg
-share/moodle/theme/standardred/gradients.css
-share/moodle/theme/standardred/header.html
-share/moodle/theme/standardred/styles.php
-share/moodle/theme/standardwhite/config.php
-share/moodle/theme/standardwhite/favicon.ico
-share/moodle/theme/standardwhite/footer.html
-share/moodle/theme/standardwhite/gradient.jpg
-share/moodle/theme/standardwhite/gradients.css
-share/moodle/theme/standardwhite/header.html
-share/moodle/theme/standardwhite/styles.php
-share/moodle/theme/wood/README.html
-share/moodle/theme/wood/background.jpg
-share/moodle/theme/wood/config.php
-share/moodle/theme/wood/favicon.ico
-share/moodle/theme/wood/footer.html
-share/moodle/theme/wood/gradient1.jpg
-share/moodle/theme/wood/gradient2.jpg
-share/moodle/theme/wood/gradient3.jpg
-share/moodle/theme/wood/gradient4.jpg
-share/moodle/theme/wood/header.html
-share/moodle/theme/wood/pix/t/switch_minus.gif
-share/moodle/theme/wood/pix/t/switch_plus.gif
-share/moodle/theme/wood/pix/tab/left.gif
-share/moodle/theme/wood/pix/tab/left.png
-share/moodle/theme/wood/pix/tab/left_active.gif
-share/moodle/theme/wood/pix/tab/left_active.png
-share/moodle/theme/wood/pix/tab/left_active_hover.gif
-share/moodle/theme/wood/pix/tab/left_active_hover.png
-share/moodle/theme/wood/pix/tab/left_hover.gif
-share/moodle/theme/wood/pix/tab/left_hover.png
-share/moodle/theme/wood/pix/tab/right.gif
-share/moodle/theme/wood/pix/tab/right.png
-share/moodle/theme/wood/pix/tab/right_active.gif
-share/moodle/theme/wood/pix/tab/right_active.png
-share/moodle/theme/wood/pix/tab/right_active_hover.gif
-share/moodle/theme/wood/pix/tab/right_active_hover.png
-share/moodle/theme/wood/pix/tab/right_end.gif
-share/moodle/theme/wood/pix/tab/right_hover.gif
-share/moodle/theme/wood/pix/tab/right_hover.png
-share/moodle/theme/wood/screenshot.jpg
-share/moodle/theme/wood/styles.php
-share/moodle/theme/wood/styles_color.css
+share/moodle/theme/standard/pix/vgradient.jpg
+share/moodle/theme/standard/style/admin.css
+share/moodle/theme/standard/style/blocks.css
+share/moodle/theme/standard/style/calendar.css
+share/moodle/theme/standard/style/core.css
+share/moodle/theme/standard/style/course.css
+share/moodle/theme/standard/style/css3.css
+share/moodle/theme/standard/style/dock.css
+share/moodle/theme/standard/style/grade.css
+share/moodle/theme/standard/style/message.css
+share/moodle/theme/standard/style/modules.css
+share/moodle/theme/standard/style/question.css
+share/moodle/theme/standardold/README
+share/moodle/theme/standardold/config.php
+share/moodle/theme/standardold/lang/en/theme_standardold.php
+share/moodle/theme/standardold/layout/embedded.php
+share/moodle/theme/standardold/layout/frontpage.php
+share/moodle/theme/standardold/layout/general.php
+share/moodle/theme/standardold/pix/favicon.ico
+share/moodle/theme/standardold/style/pagelayout.css
+share/moodle/theme/styles.php
+share/moodle/theme/styles_debug.php
+share/moodle/theme/yui_combo.php
+share/moodle/theme/yui_image.php
share/moodle/user/action_redir.php
share/moodle/user/addnote.php
share/moodle/user/default/README.txt
@@ -5291,7 +8066,10 @@ share/moodle/user/editadvanced.php
share/moodle/user/editadvanced_form.php
share/moodle/user/editlib.php
share/moodle/user/emailupdate.php
-share/moodle/user/extendenrol.php
+share/moodle/user/externallib.php
+share/moodle/user/files.php
+share/moodle/user/filesedit.php
+share/moodle/user/filesedit_form.php
share/moodle/user/filters/courserole.php
share/moodle/user/filters/date.php
share/moodle/user/filters/globalrole.php
@@ -5303,28 +8081,82 @@ share/moodle/user/filters/text.php
share/moodle/user/filters/user_filter_forms.php
share/moodle/user/filters/yesno.php
share/moodle/user/groupaddnote.php
-share/moodle/user/groupextendenrol.php
+share/moodle/user/grouppix.php
share/moodle/user/index.php
+share/moodle/user/lib.php
+share/moodle/user/managetoken.php
share/moodle/user/message.html
share/moodle/user/messageselect.php
+share/moodle/user/module.js
share/moodle/user/pix.php
share/moodle/user/pixgroup.php
share/moodle/user/policy.php
+share/moodle/user/portfolio.php
+share/moodle/user/portfoliologs.php
+share/moodle/user/profile.php
share/moodle/user/profile/definelib.php
share/moodle/user/profile/field/checkbox/define.class.php
share/moodle/user/profile/field/checkbox/field.class.php
+share/moodle/user/profile/field/checkbox/lang/en/profilefield_checkbox.php
+share/moodle/user/profile/field/datetime/define.class.php
+share/moodle/user/profile/field/datetime/field.class.php
+share/moodle/user/profile/field/datetime/lang/en/profilefield_datetime.php
share/moodle/user/profile/field/menu/define.class.php
share/moodle/user/profile/field/menu/field.class.php
+share/moodle/user/profile/field/menu/lang/en/profilefield_menu.php
share/moodle/user/profile/field/text/define.class.php
share/moodle/user/profile/field/text/field.class.php
+share/moodle/user/profile/field/text/lang/en/profilefield_text.php
share/moodle/user/profile/field/textarea/define.class.php
share/moodle/user/profile/field/textarea/field.class.php
+share/moodle/user/profile/field/textarea/lang/en/profilefield_textarea.php
share/moodle/user/profile/index.php
share/moodle/user/profile/index_category_form.php
share/moodle/user/profile/index_field_form.php
share/moodle/user/profile/lib.php
-share/moodle/user/tabs.php
+share/moodle/user/profilesys.php
+share/moodle/user/renderer.php
+share/moodle/user/repository.php
+share/moodle/user/selector/lib.php
+share/moodle/user/selector/module.js
+share/moodle/user/selector/search.php
share/moodle/user/view.php
share/moodle/userpix/index.php
-share/moodle/userpix/upgrade.php
share/moodle/version.php
+share/moodle/webservice/amf/db/access.php
+share/moodle/webservice/amf/introspector.php
+share/moodle/webservice/amf/lang/en/webservice_amf.php
+share/moodle/webservice/amf/locallib.php
+share/moodle/webservice/amf/server.php
+share/moodle/webservice/amf/simpleserver.php
+share/moodle/webservice/amf/testclient/AMFTester.mxml
+share/moodle/webservice/amf/testclient/AMFTester.swf
+share/moodle/webservice/amf/testclient/customValidators/JSONValidator.as
+share/moodle/webservice/amf/testclient/flashcompilationinstructions.txt
+share/moodle/webservice/amf/testclient/index.php
+share/moodle/webservice/amf/version.php
+share/moodle/webservice/lib.php
+share/moodle/webservice/renderer.php
+share/moodle/webservice/rest/db/access.php
+share/moodle/webservice/rest/lang/en/webservice_rest.php
+share/moodle/webservice/rest/lib.php
+share/moodle/webservice/rest/locallib.php
+share/moodle/webservice/rest/server.php
+share/moodle/webservice/rest/simpleserver.php
+share/moodle/webservice/rest/version.php
+share/moodle/webservice/simpletest/testwebservice.php
+share/moodle/webservice/soap/db/access.php
+share/moodle/webservice/soap/lang/en/webservice_soap.php
+share/moodle/webservice/soap/lib.php
+share/moodle/webservice/soap/locallib.php
+share/moodle/webservice/soap/server.php
+share/moodle/webservice/soap/simpleserver.php
+share/moodle/webservice/soap/version.php
+share/moodle/webservice/wsdoc.php
+share/moodle/webservice/xmlrpc/db/access.php
+share/moodle/webservice/xmlrpc/lang/en/webservice_xmlrpc.php
+share/moodle/webservice/xmlrpc/lib.php
+share/moodle/webservice/xmlrpc/locallib.php
+share/moodle/webservice/xmlrpc/server.php
+share/moodle/webservice/xmlrpc/simpleserver.php
+share/moodle/webservice/xmlrpc/version.php
diff --git a/www/moodle/distinfo b/www/moodle/distinfo
index 8e567ab2cf3..13cdc17fde9 100644
--- a/www/moodle/distinfo
+++ b/www/moodle/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2010/06/16 06:40:53 wiz Exp $
+$NetBSD: distinfo,v 1.3 2011/03/07 21:32:47 gls Exp $
-SHA1 (moodle-1.9.9.tgz) = 936eaa405cef8722c31f6a0a385fee7fa9999919
-RMD160 (moodle-1.9.9.tgz) = a44406d71829c88d5ad21a3368b62c76c420c7e7
-Size (moodle-1.9.9.tgz) = 14017622 bytes
+SHA1 (moodle-2.0.2.tgz) = c720e6dba716d21c6fa87cc88fbf939ab53c8320
+RMD160 (moodle-2.0.2.tgz) = 957100de1ac3123911147ac5b00fe574b0cc0804
+Size (moodle-2.0.2.tgz) = 22270280 bytes
diff --git a/www/moodle/options.mk b/www/moodle/options.mk
index 979f66fc83c..ed20d507801 100644
--- a/www/moodle/options.mk
+++ b/www/moodle/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1.1.1 2010/06/04 09:20:02 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2011/03/07 21:32:47 gls Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.moodle
@@ -12,7 +12,7 @@ PKG_SUGGESTED_OPTIONS= mysql
### Use mysql or postgresql backend
###
.if !empty(PKG_OPTIONS:Mmysql)
-DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.10:../../databases/php-mysql
+DEPENDS+= ${PHP_PKG_PREFIX}-mysqli>=5.2.14:../../databases/php-mysqli
.elif !empty(PKG_OPTIONS:Mpgsql)
DEPENDS+= ${PHP_PKG_PREFIX}-pgsql>=5:../../databases/php-pgsql
.endif