Sun Aug 14 11:15:40 2011 UTC ()
Pullup ticket #3495 - requested by gls
www/moodle: security update

Revisions pulled up:
- www/moodle/Makefile                                           1.5
- www/moodle/PLIST                                              1.4
- www/moodle/distinfo                                           1.4

---
   Module Name:	pkgsrc
   Committed By:	gls
   Date:		Tue Aug  9 18:59:23 UTC 2011

   Modified Files:
   	pkgsrc/www/moodle: Makefile PLIST distinfo

   Log Message:
   Update www/moodle to 2.1.1

   pkgsrc changes:
   - replace bash with sh in a script.

   Upstream changes:

   Many, many changes, including security fixes.

   Highlights from version 2.1:

   - New question engine
   - Ability to restore the course contents from Moodle 1.9 backup files
   - Support for mobile devices

   For complete changelog, please refer to:

   http://docs.moodle.org/dev/Moodle_2.0.3_release_notes
   http://docs.moodle.org/dev/Moodle_2.0.4_release_notes
   http://docs.moodle.org/dev/Moodle_2.1_release_notes
   http://docs.moodle.org/dev/Moodle_2.1.1_release_notes

   Fixes SA45487 (MSA-11-0021, MSA-11-0022), among others.


(tron)
diff -r1.4 -r1.4.4.1 pkgsrc/www/moodle/Makefile
diff -r1.3 -r1.3.4.1 pkgsrc/www/moodle/PLIST
diff -r1.3 -r1.3.4.1 pkgsrc/www/moodle/distinfo

cvs diff -r1.4 -r1.4.4.1 pkgsrc/www/moodle/Makefile (expand / switch to unified diff)

--- pkgsrc/www/moodle/Makefile 2011/03/07 21:32:47 1.4
+++ pkgsrc/www/moodle/Makefile 2011/08/14 11:15:39 1.4.4.1
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.4 2011/03/07 21:32:47 gls Exp $ 1# $NetBSD: Makefile,v 1.4.4.1 2011/08/14 11:15:39 tron Exp $
2 2
3DISTNAME= moodle-2.0.2 3DISTNAME= moodle-2.1.1
4CATEGORIES= www 4CATEGORIES= www
5MASTER_SITES= http://download.moodle.org/stable20/ \ 5MASTER_SITES= http://download.moodle.org/stable21/ \
6 http://download2.moodle.org/stable20/ \ 6 http://download2.moodle.org/stable21/ \
7 http://download3.moodle.org/stable20/ \ 7 http://download3.moodle.org/stable21/ \
8 http://download4.moodle.org/stable20/ 8 http://download4.moodle.org/stable21/
9EXTRACT_SUFX= .tgz 9EXTRACT_SUFX= .tgz
10 10
11MAINTAINER= wenheping@gmail.com 11MAINTAINER= wenheping@gmail.com
12HOMEPAGE= http://www.moodle.org/ 12HOMEPAGE= http://www.moodle.org/
13COMMENT= Course management system based on social constructionism 13COMMENT= Course management system based on social constructionism
14LICENSE= gnu-gpl-v2 14LICENSE= gnu-gpl-v2
15 15
16DEPENDS+= ${PHP_PKG_PREFIX}-gd>=4.3.3:../../graphics/php-gd 16DEPENDS+= ${PHP_PKG_PREFIX}-gd>=4.3.3:../../graphics/php-gd
17DEPENDS+= ${PHP_PKG_PREFIX}-iconv-[0-9]*:../../converters/php-iconv 17DEPENDS+= ${PHP_PKG_PREFIX}-iconv-[0-9]*:../../converters/php-iconv
18DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.2.0:../../converters/php-mbstring 18DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.2.0:../../converters/php-mbstring
19DEPENDS+= ${PHP_PKG_PREFIX}-curl>=5.2.0:../../www/php-curl 19DEPENDS+= ${PHP_PKG_PREFIX}-curl>=5.2.0:../../www/php-curl
20DEPENDS+= ${PHP_PKG_PREFIX}-xmlrpc>=5.2.0:../../net/php-xmlrpc 20DEPENDS+= ${PHP_PKG_PREFIX}-xmlrpc>=5.2.0:../../net/php-xmlrpc
21DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.2.0:../../archivers/php-zlib 21DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.2.0:../../archivers/php-zlib
@@ -40,37 +40,50 @@ PKG_INSTALLATION_TYPES= overwrite pkgvie @@ -40,37 +40,50 @@ PKG_INSTALLATION_TYPES= overwrite pkgvie
40APACHE_USER?= www 40APACHE_USER?= www
41APACHE_GROUP?= www 41APACHE_GROUP?= www
42BUILD_DEFS+= APACHE_USER APACHE_GROUP 42BUILD_DEFS+= APACHE_USER APACHE_GROUP
43 43
44PKG_SYSCONFSUBDIR?= httpd 44PKG_SYSCONFSUBDIR?= httpd
45MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR} 45MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR}
46 46
47CONF_FILES= ${PREFIX}/${EGDIR}/moodle.conf \ 47CONF_FILES= ${PREFIX}/${EGDIR}/moodle.conf \
48 ${PKG_SYSCONFDIR}/moodle.conf 48 ${PKG_SYSCONFDIR}/moodle.conf
49 49
50NO_CONFIGURE= YES 50NO_CONFIGURE= YES
51NO_BUILD= YES 51NO_BUILD= YES
52 52
 53SUBST_CLASSES+= bash
 54SUBST_MESSAGE.bash= Replacing /bin/bash with ${SH}
 55SUBST_STAGE.bash= post-patch
 56SUBST_FILES.bash= lib/editor/tinymce/extra/tools/download_langs.sh
 57SUBST_SED.bash= -e "s,/bin/bash,${SH},g"
 58
53SUBST_CLASSES+= conf 59SUBST_CLASSES+= conf
54SUBST_MESSAGE.conf= Fixing pathnames in configuration file. 60SUBST_MESSAGE.conf= Fixing pathnames in configuration file.
55SUBST_STAGE.conf= post-patch 61SUBST_STAGE.conf= post-patch
56SUBST_FILES.conf= ../moodle.conf 62SUBST_FILES.conf= ../moodle.conf
57SUBST_SED.conf= -e "s,@MOODLEDIR@,${MOODLEDIR},g" 63SUBST_SED.conf= -e "s,@MOODLEDIR@,${MOODLEDIR},g"
58SUBST_SED.conf+= -e "s,@MOODLEDATADIR@,${MOODLEDATADIR},g" 64SUBST_SED.conf+= -e "s,@MOODLEDATADIR@,${MOODLEDATADIR},g"
59 65
60SUBST_CLASSES+= php 66SUBST_CLASSES+= php
61SUBST_MESSAGE.php= Fixing the path of php. 67SUBST_MESSAGE.php= Fixing the path of php.
62SUBST_STAGE.php= post-patch 68SUBST_STAGE.php= post-patch
63SUBST_FILES.php= admin/mailout-debugger.php admin/process_email.php mod/chat/chatd.php 69SUBST_FILES.php= admin/cli/mysql_engine.php admin/cli/maintenance.php admin/cli/cron.php
 70SUBST_FILES.php+= admin/cli/reset_password.php admin/cli/automated_backups.php
 71SUBST_FILES.php+= admin/cli/install.php admin/cli/install_database.php admin/cli/upgrade.php
 72SUBST_FILES.php+= admin/mailout-debugger.php admin/process_email.php
 73SUBST_FILES.php+= auth/ldap/cli/sync_users.php auth/cas/cli/sync_users.php auth/db/cli/sync_users.php
 74SUBST_FILES.php+= enrol/ldap/cli/sync.php enrol/database/cli/sync.php enrol/category/cli/sync.php
 75SUBST_FILES.php+= lib/pear/PHP/runsniffer lib/spikephpcoverage/src/cli/instrument.php
 76SUBST_FILES.php+= mod/chat/chatd.php
64SUBST_SED.php= -e "s,/usr/bin/php,${PREFIX}/bin/php,g" 77SUBST_SED.php= -e "s,/usr/bin/php,${PREFIX}/bin/php,g"
65 78
66SUBST_CLASSES+= perl 79SUBST_CLASSES+= perl
67SUBST_MESSAGE.perl= Fixing the path of perl. 80SUBST_MESSAGE.perl= Fixing the path of perl.
68SUBST_STAGE.perl= post-patch 81SUBST_STAGE.perl= post-patch
69SUBST_FILES.perl= filter/algebra/algebra2tex.pl 82SUBST_FILES.perl= filter/algebra/algebra2tex.pl
70SUBST_SED.perl= -e "s,/usr/bin/perl,${PREFIX}/bin/perl,g" 83SUBST_SED.perl= -e "s,/usr/bin/perl,${PREFIX}/bin/perl,g"
71 84
72WRKSRC= ${WRKDIR}/moodle 85WRKSRC= ${WRKDIR}/moodle
73 86
74post-extract: 87post-extract:
75 ${CP} ${FILESDIR}/moodle.conf ${WRKDIR}/moodle.conf 88 ${CP} ${FILESDIR}/moodle.conf ${WRKDIR}/moodle.conf
76 ${RM} ${WRKSRC}/.gitignore 89 ${RM} ${WRKSRC}/.gitignore

cvs diff -r1.3 -r1.3.4.1 pkgsrc/www/moodle/PLIST (expand / switch to unified diff)

--- pkgsrc/www/moodle/PLIST 2011/03/07 21:32:47 1.3
+++ pkgsrc/www/moodle/PLIST 2011/08/14 11:15:39 1.3.4.1
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.3 2011/03/07 21:32:47 gls Exp $ 1@comment $NetBSD: PLIST,v 1.3.4.1 2011/08/14 11:15:39 tron Exp $
2share/examples/moodle/moodle.conf 2share/examples/moodle/moodle.conf
3share/moodle/COPYING.txt 3share/moodle/COPYING.txt
4share/moodle/README.txt 4share/moodle/README.txt
5share/moodle/TRADEMARK.txt 5share/moodle/TRADEMARK.txt
6share/moodle/admin/auth.php 6share/moodle/admin/auth.php
7share/moodle/admin/auth_config.php 7share/moodle/admin/auth_config.php
8share/moodle/admin/block.php 8share/moodle/admin/block.php
9share/moodle/admin/blocks.php 9share/moodle/admin/blocks.php
10share/moodle/admin/bloglevelupgrade.php 10share/moodle/admin/bloglevelupgrade.php
11share/moodle/admin/cli/automated_backups.php 11share/moodle/admin/cli/automated_backups.php
12share/moodle/admin/cli/cron.php 12share/moodle/admin/cli/cron.php
13share/moodle/admin/cli/install.php 13share/moodle/admin/cli/install.php
14share/moodle/admin/cli/install_database.php 14share/moodle/admin/cli/install_database.php
@@ -25,58 +25,63 @@ share/moodle/admin/dbtransfer/index.php @@ -25,58 +25,63 @@ share/moodle/admin/dbtransfer/index.php
25share/moodle/admin/dbtransfer/lib.php 25share/moodle/admin/dbtransfer/lib.php
26share/moodle/admin/delete.php 26share/moodle/admin/delete.php
27share/moodle/admin/editors.php 27share/moodle/admin/editors.php
28share/moodle/admin/enrol.php 28share/moodle/admin/enrol.php
29share/moodle/admin/environment.php 29share/moodle/admin/environment.php
30share/moodle/admin/environment.xml 30share/moodle/admin/environment.xml
31share/moodle/admin/filters.php 31share/moodle/admin/filters.php
32share/moodle/admin/generator.php 32share/moodle/admin/generator.php
33share/moodle/admin/handlevirus.php 33share/moodle/admin/handlevirus.php
34share/moodle/admin/health.php 34share/moodle/admin/health.php
35share/moodle/admin/index.php 35share/moodle/admin/index.php
36share/moodle/admin/innodb.php 36share/moodle/admin/innodb.php
37share/moodle/admin/langimport.php 37share/moodle/admin/langimport.php
 38share/moodle/admin/lib.php
38share/moodle/admin/licenses.php 39share/moodle/admin/licenses.php
39share/moodle/admin/localplugins.php 40share/moodle/admin/localplugins.php
40share/moodle/admin/mailout-debugger.php 41share/moodle/admin/mailout-debugger.php
 42share/moodle/admin/message.php
41share/moodle/admin/mnet/access_control.php 43share/moodle/admin/mnet/access_control.php
42share/moodle/admin/mnet/delete.php 44share/moodle/admin/mnet/delete.php
43share/moodle/admin/mnet/index.php 45share/moodle/admin/mnet/index.php
44share/moodle/admin/mnet/peer_forms.php 46share/moodle/admin/mnet/peer_forms.php
45share/moodle/admin/mnet/peers.php 47share/moodle/admin/mnet/peers.php
46share/moodle/admin/mnet/profilefields.php 48share/moodle/admin/mnet/profilefields.php
47share/moodle/admin/mnet/profilefields_form.php 49share/moodle/admin/mnet/profilefields_form.php
48share/moodle/admin/mnet/services.php 50share/moodle/admin/mnet/services.php
49share/moodle/admin/mnet/services_form.php 51share/moodle/admin/mnet/services_form.php
50share/moodle/admin/mnet/tabs.php 52share/moodle/admin/mnet/tabs.php
51share/moodle/admin/mnet/testclient.php 53share/moodle/admin/mnet/testclient.php
52share/moodle/admin/mnet/trustedhosts.html 54share/moodle/admin/mnet/trustedhosts.html
53share/moodle/admin/mnet/trustedhosts.php 55share/moodle/admin/mnet/trustedhosts.php
54share/moodle/admin/modules.php 56share/moodle/admin/modules.php
55share/moodle/admin/multilangupgrade.php 57share/moodle/admin/multilangupgrade.php
56share/moodle/admin/oacleanup.php 58share/moodle/admin/oacleanup.php
57share/moodle/admin/phpinfo.php 59share/moodle/admin/phpinfo.php
 60share/moodle/admin/plugins.php
58share/moodle/admin/portfolio.php 61share/moodle/admin/portfolio.php
59share/moodle/admin/process_email.php 62share/moodle/admin/process_email.php
60share/moodle/admin/purgecaches.php 63share/moodle/admin/purgecaches.php
 64share/moodle/admin/qbehaviours.php
61share/moodle/admin/qtypes.php 65share/moodle/admin/qtypes.php
62share/moodle/admin/registration/confirmregistration.php 66share/moodle/admin/registration/confirmregistration.php
63share/moodle/admin/registration/forms.php 67share/moodle/admin/registration/forms.php
64share/moodle/admin/registration/hubselector.php 68share/moodle/admin/registration/hubselector.php
65share/moodle/admin/registration/index.php 69share/moodle/admin/registration/index.php
66share/moodle/admin/registration/lib.php 70share/moodle/admin/registration/lib.php
67share/moodle/admin/registration/register.php 71share/moodle/admin/registration/register.php
68share/moodle/admin/registration/renderer.php 72share/moodle/admin/registration/renderer.php
69share/moodle/admin/registration/renewregistration.php 73share/moodle/admin/registration/renewregistration.php
 74share/moodle/admin/renderer.php
70share/moodle/admin/replace.php 75share/moodle/admin/replace.php
71share/moodle/admin/report/backups/index.php 76share/moodle/admin/report/backups/index.php
72share/moodle/admin/report/backups/settings.php 77share/moodle/admin/report/backups/settings.php
73share/moodle/admin/report/capability/index.php 78share/moodle/admin/report/capability/index.php
74share/moodle/admin/report/capability/lang/en/report_capability.php 79share/moodle/admin/report/capability/lang/en/report_capability.php
75share/moodle/admin/report/capability/module.js 80share/moodle/admin/report/capability/module.js
76share/moodle/admin/report/capability/settings.php 81share/moodle/admin/report/capability/settings.php
77share/moodle/admin/report/configlog/index.php 82share/moodle/admin/report/configlog/index.php
78share/moodle/admin/report/configlog/lang/en/report_configlog.php 83share/moodle/admin/report/configlog/lang/en/report_configlog.php
79share/moodle/admin/report/configlog/settings.php 84share/moodle/admin/report/configlog/settings.php
80share/moodle/admin/report/courseoverview/db/access.php 85share/moodle/admin/report/courseoverview/db/access.php
81share/moodle/admin/report/courseoverview/index.php 86share/moodle/admin/report/courseoverview/index.php
82share/moodle/admin/report/courseoverview/lang/en/report_courseoverview.php 87share/moodle/admin/report/courseoverview/lang/en/report_courseoverview.php
@@ -162,26 +167,27 @@ share/moodle/admin/settings/plugins.php @@ -162,26 +167,27 @@ share/moodle/admin/settings/plugins.php
162share/moodle/admin/settings/security.php 167share/moodle/admin/settings/security.php
163share/moodle/admin/settings/server.php 168share/moodle/admin/settings/server.php
164share/moodle/admin/settings/subsystems.php 169share/moodle/admin/settings/subsystems.php
165share/moodle/admin/settings/top.php 170share/moodle/admin/settings/top.php
166share/moodle/admin/settings/unsupported.php 171share/moodle/admin/settings/unsupported.php
167share/moodle/admin/settings/users.php 172share/moodle/admin/settings/users.php
168share/moodle/admin/timezone.php 173share/moodle/admin/timezone.php
169share/moodle/admin/timezoneimport.php 174share/moodle/admin/timezoneimport.php
170share/moodle/admin/upgradesettings.php 175share/moodle/admin/upgradesettings.php
171share/moodle/admin/uploadpicture.php 176share/moodle/admin/uploadpicture.php
172share/moodle/admin/uploadpicture_form.php 177share/moodle/admin/uploadpicture_form.php
173share/moodle/admin/uploaduser.php 178share/moodle/admin/uploaduser.php
174share/moodle/admin/uploaduser_form.php 179share/moodle/admin/uploaduser_form.php
 180share/moodle/admin/uploaduserlib.php
175share/moodle/admin/user.php 181share/moodle/admin/user.php
176share/moodle/admin/user/lib.php 182share/moodle/admin/user/lib.php
177share/moodle/admin/user/user_bulk.php 183share/moodle/admin/user/user_bulk.php
178share/moodle/admin/user/user_bulk_confirm.php 184share/moodle/admin/user/user_bulk_confirm.php
179share/moodle/admin/user/user_bulk_delete.php 185share/moodle/admin/user/user_bulk_delete.php
180share/moodle/admin/user/user_bulk_display.php 186share/moodle/admin/user/user_bulk_display.php
181share/moodle/admin/user/user_bulk_download.php 187share/moodle/admin/user/user_bulk_download.php
182share/moodle/admin/user/user_bulk_enrol.php 188share/moodle/admin/user/user_bulk_enrol.php
183share/moodle/admin/user/user_bulk_forcepasswordchange.php 189share/moodle/admin/user/user_bulk_forcepasswordchange.php
184share/moodle/admin/user/user_bulk_forms.php 190share/moodle/admin/user/user_bulk_forms.php
185share/moodle/admin/user/user_bulk_message.php 191share/moodle/admin/user/user_bulk_message.php
186share/moodle/admin/user/user_message_form.php 192share/moodle/admin/user/user_message_form.php
187share/moodle/admin/webservice/forms.php 193share/moodle/admin/webservice/forms.php
@@ -299,27 +305,29 @@ share/moodle/auth/imap/version.php @@ -299,27 +305,29 @@ share/moodle/auth/imap/version.php
299share/moodle/auth/index.html 305share/moodle/auth/index.html
300share/moodle/auth/ldap/README-LDAP 306share/moodle/auth/ldap/README-LDAP
301share/moodle/auth/ldap/auth.php 307share/moodle/auth/ldap/auth.php
302share/moodle/auth/ldap/cli/sync_users.php 308share/moodle/auth/ldap/cli/sync_users.php
303share/moodle/auth/ldap/config.html 309share/moodle/auth/ldap/config.html
304share/moodle/auth/ldap/db/install.php 310share/moodle/auth/ldap/db/install.php
305share/moodle/auth/ldap/lang/en/auth_ldap.php 311share/moodle/auth/ldap/lang/en/auth_ldap.php
306share/moodle/auth/ldap/ntlmsso_attempt.php 312share/moodle/auth/ldap/ntlmsso_attempt.php
307share/moodle/auth/ldap/ntlmsso_finish.php 313share/moodle/auth/ldap/ntlmsso_finish.php
308share/moodle/auth/ldap/ntlmsso_magic.php 314share/moodle/auth/ldap/ntlmsso_magic.php
309share/moodle/auth/ldap/version.php 315share/moodle/auth/ldap/version.php
310share/moodle/auth/manual/auth.php 316share/moodle/auth/manual/auth.php
311share/moodle/auth/manual/config.html 317share/moodle/auth/manual/config.html
 318share/moodle/auth/manual/db/upgrade.php
312share/moodle/auth/manual/lang/en/auth_manual.php 319share/moodle/auth/manual/lang/en/auth_manual.php
 320share/moodle/auth/manual/version.php
313share/moodle/auth/mnet/auth.php 321share/moodle/auth/mnet/auth.php
314share/moodle/auth/mnet/config.html 322share/moodle/auth/mnet/config.html
315share/moodle/auth/mnet/db/install.php 323share/moodle/auth/mnet/db/install.php
316share/moodle/auth/mnet/db/mnet.php 324share/moodle/auth/mnet/db/mnet.php
317share/moodle/auth/mnet/db/upgrade.php 325share/moodle/auth/mnet/db/upgrade.php
318share/moodle/auth/mnet/jump.php 326share/moodle/auth/mnet/jump.php
319share/moodle/auth/mnet/land.php 327share/moodle/auth/mnet/land.php
320share/moodle/auth/mnet/lang/en/auth_mnet.php 328share/moodle/auth/mnet/lang/en/auth_mnet.php
321share/moodle/auth/mnet/version.php 329share/moodle/auth/mnet/version.php
322share/moodle/auth/nntp/auth.php 330share/moodle/auth/nntp/auth.php
323share/moodle/auth/nntp/config.html 331share/moodle/auth/nntp/config.html
324share/moodle/auth/nntp/db/install.php 332share/moodle/auth/nntp/db/install.php
325share/moodle/auth/nntp/lang/en/auth_nntp.php 333share/moodle/auth/nntp/lang/en/auth_nntp.php
@@ -457,100 +465,117 @@ share/moodle/backup/cc/sheets/course_que @@ -457,100 +465,117 @@ share/moodle/backup/cc/sheets/course_que
457share/moodle/backup/cc/sheets/course_question_categories_question_category_question.xml 465share/moodle/backup/cc/sheets/course_question_categories_question_category_question.xml
458share/moodle/backup/cc/sheets/course_question_categories_question_category_question_answer.xml 466share/moodle/backup/cc/sheets/course_question_categories_question_category_question_answer.xml
459share/moodle/backup/cc/sheets/course_question_categories_question_category_question_eesay.xml 467share/moodle/backup/cc/sheets/course_question_categories_question_category_question_eesay.xml
460share/moodle/backup/cc/sheets/course_question_categories_question_category_question_multiple_choice.xml 468share/moodle/backup/cc/sheets/course_question_categories_question_category_question_multiple_choice.xml
461share/moodle/backup/cc/sheets/course_question_categories_question_category_question_shortanswer.xml 469share/moodle/backup/cc/sheets/course_question_categories_question_category_question_shortanswer.xml
462share/moodle/backup/cc/sheets/course_question_categories_question_category_question_true_false.xml 470share/moodle/backup/cc/sheets/course_question_categories_question_category_question_true_false.xml
463share/moodle/backup/cc/sheets/course_sections_section.xml 471share/moodle/backup/cc/sheets/course_sections_section.xml
464share/moodle/backup/cc/sheets/course_sections_section_mods_mod.xml 472share/moodle/backup/cc/sheets/course_sections_section_mods_mod.xml
465share/moodle/backup/cc/sheets/info_details_mod.xml 473share/moodle/backup/cc/sheets/info_details_mod.xml
466share/moodle/backup/cc/sheets/info_details_mod_instance.xml 474share/moodle/backup/cc/sheets/info_details_mod_instance.xml
467share/moodle/backup/controller/backup_controller.class.php 475share/moodle/backup/controller/backup_controller.class.php
468share/moodle/backup/controller/restore_controller.class.php 476share/moodle/backup/controller/restore_controller.class.php
469share/moodle/backup/controller/simpletest/testcontroller.php 477share/moodle/backup/controller/simpletest/testcontroller.php
 478share/moodle/backup/converter/convertlib.php
 479share/moodle/backup/converter/moodle1/handlerlib.php
 480share/moodle/backup/converter/moodle1/lib.php
 481share/moodle/backup/converter/moodle1/simpletest/files/icon.gif
 482share/moodle/backup/converter/moodle1/simpletest/files/moodle.xml
 483share/moodle/backup/converter/moodle1/simpletest/files/questions.xml
 484share/moodle/backup/converter/moodle1/simpletest/testlib.php
470share/moodle/backup/import.php 485share/moodle/backup/import.php
471share/moodle/backup/lib.php 486share/moodle/backup/lib.php
472share/moodle/backup/log.php 487share/moodle/backup/log.php
473share/moodle/backup/moodle2/backup_activity_task.class.php 488share/moodle/backup/moodle2/backup_activity_task.class.php
474share/moodle/backup/moodle2/backup_block_task.class.php 489share/moodle/backup/moodle2/backup_block_task.class.php
475share/moodle/backup/moodle2/backup_course_task.class.php 490share/moodle/backup/moodle2/backup_course_task.class.php
 491share/moodle/backup/moodle2/backup_coursereport_plugin.class.php
476share/moodle/backup/moodle2/backup_custom_fields.php 492share/moodle/backup/moodle2/backup_custom_fields.php
477share/moodle/backup/moodle2/backup_default_block_task.class.php 493share/moodle/backup/moodle2/backup_default_block_task.class.php
478share/moodle/backup/moodle2/backup_final_task.class.php 494share/moodle/backup/moodle2/backup_final_task.class.php
479share/moodle/backup/moodle2/backup_format_plugin.class.php 495share/moodle/backup/moodle2/backup_format_plugin.class.php
 496share/moodle/backup/moodle2/backup_plagiarism_plugin.class.php
480share/moodle/backup/moodle2/backup_plan_builder.class.php 497share/moodle/backup/moodle2/backup_plan_builder.class.php
481share/moodle/backup/moodle2/backup_plugin.class.php 498share/moodle/backup/moodle2/backup_plugin.class.php
482share/moodle/backup/moodle2/backup_qtype_plugin.class.php 499share/moodle/backup/moodle2/backup_qtype_plugin.class.php
483share/moodle/backup/moodle2/backup_root_task.class.php 500share/moodle/backup/moodle2/backup_root_task.class.php
484share/moodle/backup/moodle2/backup_section_task.class.php 501share/moodle/backup/moodle2/backup_section_task.class.php
485share/moodle/backup/moodle2/backup_settingslib.php 502share/moodle/backup/moodle2/backup_settingslib.php
486share/moodle/backup/moodle2/backup_stepslib.php 503share/moodle/backup/moodle2/backup_stepslib.php
487share/moodle/backup/moodle2/backup_subplugin.class.php 504share/moodle/backup/moodle2/backup_subplugin.class.php
 505share/moodle/backup/moodle2/backup_theme_plugin.class.php
488share/moodle/backup/moodle2/backup_xml_transformer.class.php 506share/moodle/backup/moodle2/backup_xml_transformer.class.php
489share/moodle/backup/moodle2/restore_activity_task.class.php 507share/moodle/backup/moodle2/restore_activity_task.class.php
490share/moodle/backup/moodle2/restore_block_task.class.php 508share/moodle/backup/moodle2/restore_block_task.class.php
491share/moodle/backup/moodle2/restore_course_task.class.php 509share/moodle/backup/moodle2/restore_course_task.class.php
 510share/moodle/backup/moodle2/restore_coursereport_plugin.class.php
492share/moodle/backup/moodle2/restore_default_block_task.class.php 511share/moodle/backup/moodle2/restore_default_block_task.class.php
493share/moodle/backup/moodle2/restore_final_task.class.php 512share/moodle/backup/moodle2/restore_final_task.class.php
494share/moodle/backup/moodle2/restore_format_plugin.class.php 513share/moodle/backup/moodle2/restore_format_plugin.class.php
 514share/moodle/backup/moodle2/restore_plagiarism_plugin.class.php
495share/moodle/backup/moodle2/restore_plan_builder.class.php 515share/moodle/backup/moodle2/restore_plan_builder.class.php
496share/moodle/backup/moodle2/restore_plugin.class.php 516share/moodle/backup/moodle2/restore_plugin.class.php
497share/moodle/backup/moodle2/restore_qtype_plugin.class.php 517share/moodle/backup/moodle2/restore_qtype_plugin.class.php
498share/moodle/backup/moodle2/restore_root_task.class.php 518share/moodle/backup/moodle2/restore_root_task.class.php
499share/moodle/backup/moodle2/restore_section_task.class.php 519share/moodle/backup/moodle2/restore_section_task.class.php
500share/moodle/backup/moodle2/restore_settingslib.php 520share/moodle/backup/moodle2/restore_settingslib.php
501share/moodle/backup/moodle2/restore_stepslib.php 521share/moodle/backup/moodle2/restore_stepslib.php
502share/moodle/backup/moodle2/restore_subplugin.class.php 522share/moodle/backup/moodle2/restore_subplugin.class.php
 523share/moodle/backup/moodle2/restore_theme_plugin.class.php
503share/moodle/backup/restore.php 524share/moodle/backup/restore.php
504share/moodle/backup/restorefile.php 525share/moodle/backup/restorefile.php
505share/moodle/backup/restorefile_form.php 526share/moodle/backup/restorefile_form.php
506share/moodle/backup/restorelib.php 527share/moodle/backup/restorelib.php
507share/moodle/backup/util/checks/backup_check.class.php 528share/moodle/backup/util/checks/backup_check.class.php
508share/moodle/backup/util/checks/restore_check.class.php 529share/moodle/backup/util/checks/restore_check.class.php
509share/moodle/backup/util/checks/simpletest/testcheck.php 530share/moodle/backup/util/checks/simpletest/testcheck.php
510share/moodle/backup/util/dbops/backup_controller_dbops.class.php 531share/moodle/backup/util/dbops/backup_controller_dbops.class.php
511share/moodle/backup/util/dbops/backup_dbops.class.php 532share/moodle/backup/util/dbops/backup_dbops.class.php
512share/moodle/backup/util/dbops/backup_plan_dbops.class.php 533share/moodle/backup/util/dbops/backup_plan_dbops.class.php
513share/moodle/backup/util/dbops/backup_question_dbops.class.php 534share/moodle/backup/util/dbops/backup_question_dbops.class.php
514share/moodle/backup/util/dbops/backup_structure_dbops.class.php 535share/moodle/backup/util/dbops/backup_structure_dbops.class.php
515share/moodle/backup/util/dbops/restore_controller_dbops.class.php 536share/moodle/backup/util/dbops/restore_controller_dbops.class.php
516share/moodle/backup/util/dbops/restore_dbops.class.php 537share/moodle/backup/util/dbops/restore_dbops.class.php
517share/moodle/backup/util/dbops/simpletest/testdbops.php 538share/moodle/backup/util/dbops/simpletest/testdbops.php
518share/moodle/backup/util/destinations/simpletest/testdestination.php 539share/moodle/backup/util/destinations/simpletest/testdestination.php
519share/moodle/backup/util/factories/backup_factory.class.php 540share/moodle/backup/util/factories/backup_factory.class.php
 541share/moodle/backup/util/factories/convert_factory.class.php
520share/moodle/backup/util/factories/restore_factory.class.php 542share/moodle/backup/util/factories/restore_factory.class.php
521share/moodle/backup/util/factories/simpletest/testfactory.php 543share/moodle/backup/util/factories/simpletest/testfactory.php
522share/moodle/backup/util/helper/backup_anonymizer_helper.class.php 544share/moodle/backup/util/helper/backup_anonymizer_helper.class.php
523share/moodle/backup/util/helper/backup_array_iterator.class.php 545share/moodle/backup/util/helper/backup_array_iterator.class.php
524share/moodle/backup/util/helper/backup_cron_helper.class.php 546share/moodle/backup/util/helper/backup_cron_helper.class.php
525share/moodle/backup/util/helper/backup_file_manager.class.php 547share/moodle/backup/util/helper/backup_file_manager.class.php
526share/moodle/backup/util/helper/backup_general_helper.class.php 548share/moodle/backup/util/helper/backup_general_helper.class.php
527share/moodle/backup/util/helper/backup_helper.class.php 549share/moodle/backup/util/helper/backup_helper.class.php
528share/moodle/backup/util/helper/backup_null_iterator.class.php 550share/moodle/backup/util/helper/backup_null_iterator.class.php
 551share/moodle/backup/util/helper/convert_helper.class.php
529share/moodle/backup/util/helper/restore_decode_content.class.php 552share/moodle/backup/util/helper/restore_decode_content.class.php
530share/moodle/backup/util/helper/restore_decode_processor.class.php 553share/moodle/backup/util/helper/restore_decode_processor.class.php
531share/moodle/backup/util/helper/restore_decode_rule.class.php 554share/moodle/backup/util/helper/restore_decode_rule.class.php
532share/moodle/backup/util/helper/restore_inforef_parser_processor.class.php 555share/moodle/backup/util/helper/restore_inforef_parser_processor.class.php
533share/moodle/backup/util/helper/restore_log_rule.class.php 556share/moodle/backup/util/helper/restore_log_rule.class.php
534share/moodle/backup/util/helper/restore_logs_processor.class.php 557share/moodle/backup/util/helper/restore_logs_processor.class.php
535share/moodle/backup/util/helper/restore_moodlexml_parser_processor.class.php 558share/moodle/backup/util/helper/restore_moodlexml_parser_processor.class.php
536share/moodle/backup/util/helper/restore_prechecks_helper.class.php 559share/moodle/backup/util/helper/restore_prechecks_helper.class.php
537share/moodle/backup/util/helper/restore_questions_parser_processor.class.php 560share/moodle/backup/util/helper/restore_questions_parser_processor.class.php
538share/moodle/backup/util/helper/restore_roles_parser_processor.class.php 561share/moodle/backup/util/helper/restore_roles_parser_processor.class.php
539share/moodle/backup/util/helper/restore_structure_parser_processor.class.php 562share/moodle/backup/util/helper/restore_structure_parser_processor.class.php
540share/moodle/backup/util/helper/restore_users_parser_processor.class.php 563share/moodle/backup/util/helper/restore_users_parser_processor.class.php
 564share/moodle/backup/util/helper/simpletest/testconverthelper.php
541share/moodle/backup/util/helper/simpletest/testdecode.php 565share/moodle/backup/util/helper/simpletest/testdecode.php
542share/moodle/backup/util/helper/simpletest/testhelper.php 566share/moodle/backup/util/helper/simpletest/testhelper.php
543share/moodle/backup/util/includes/backup_includes.php 567share/moodle/backup/util/includes/backup_includes.php
 568share/moodle/backup/util/includes/convert_includes.php
544share/moodle/backup/util/includes/restore_includes.php 569share/moodle/backup/util/includes/restore_includes.php
545share/moodle/backup/util/interfaces/annotable.class.php 570share/moodle/backup/util/interfaces/annotable.class.php
546share/moodle/backup/util/interfaces/checksumable.class.php 571share/moodle/backup/util/interfaces/checksumable.class.php
547share/moodle/backup/util/interfaces/executable.class.php 572share/moodle/backup/util/interfaces/executable.class.php
548share/moodle/backup/util/interfaces/loggable.class.php 573share/moodle/backup/util/interfaces/loggable.class.php
549share/moodle/backup/util/interfaces/processable.class.php 574share/moodle/backup/util/interfaces/processable.class.php
550share/moodle/backup/util/loggers/base_logger.class.php 575share/moodle/backup/util/loggers/base_logger.class.php
551share/moodle/backup/util/loggers/database_logger.class.php 576share/moodle/backup/util/loggers/database_logger.class.php
552share/moodle/backup/util/loggers/error_log_logger.class.php 577share/moodle/backup/util/loggers/error_log_logger.class.php
553share/moodle/backup/util/loggers/file_logger.class.php 578share/moodle/backup/util/loggers/file_logger.class.php
554share/moodle/backup/util/loggers/output_indented_logger.class.php 579share/moodle/backup/util/loggers/output_indented_logger.class.php
555share/moodle/backup/util/loggers/output_text_logger.class.php 580share/moodle/backup/util/loggers/output_text_logger.class.php
556share/moodle/backup/util/loggers/simpletest/testlogger.php 581share/moodle/backup/util/loggers/simpletest/testlogger.php
@@ -623,26 +648,27 @@ share/moodle/backup/util/xml/output/xml_ @@ -623,26 +648,27 @@ share/moodle/backup/util/xml/output/xml_
623share/moodle/backup/util/xml/parser/processors/findpaths_parser_processor.class.php 648share/moodle/backup/util/xml/parser/processors/findpaths_parser_processor.class.php
624share/moodle/backup/util/xml/parser/processors/grouped_parser_processor.class.php 649share/moodle/backup/util/xml/parser/processors/grouped_parser_processor.class.php
625share/moodle/backup/util/xml/parser/processors/null_parser_processor.class.php 650share/moodle/backup/util/xml/parser/processors/null_parser_processor.class.php
626share/moodle/backup/util/xml/parser/processors/progressive_parser_processor.class.php 651share/moodle/backup/util/xml/parser/processors/progressive_parser_processor.class.php
627share/moodle/backup/util/xml/parser/processors/selective_exact_parser_processor.class.php 652share/moodle/backup/util/xml/parser/processors/selective_exact_parser_processor.class.php
628share/moodle/backup/util/xml/parser/processors/selective_like_parser_processor.class.php 653share/moodle/backup/util/xml/parser/processors/selective_like_parser_processor.class.php
629share/moodle/backup/util/xml/parser/processors/simple_parser_processor.class.php 654share/moodle/backup/util/xml/parser/processors/simple_parser_processor.class.php
630share/moodle/backup/util/xml/parser/processors/simplified_parser_processor.class.php 655share/moodle/backup/util/xml/parser/processors/simplified_parser_processor.class.php
631share/moodle/backup/util/xml/parser/progressive_parser.class.php 656share/moodle/backup/util/xml/parser/progressive_parser.class.php
632share/moodle/backup/util/xml/parser/simpletest/fixtures/test1.xml 657share/moodle/backup/util/xml/parser/simpletest/fixtures/test1.xml
633share/moodle/backup/util/xml/parser/simpletest/fixtures/test2.xml 658share/moodle/backup/util/xml/parser/simpletest/fixtures/test2.xml
634share/moodle/backup/util/xml/parser/simpletest/fixtures/test3.xml 659share/moodle/backup/util/xml/parser/simpletest/fixtures/test3.xml
635share/moodle/backup/util/xml/parser/simpletest/fixtures/test4.xml 660share/moodle/backup/util/xml/parser/simpletest/fixtures/test4.xml
 661share/moodle/backup/util/xml/parser/simpletest/fixtures/test5.xml
636share/moodle/backup/util/xml/parser/simpletest/testparser.php 662share/moodle/backup/util/xml/parser/simpletest/testparser.php
637share/moodle/backup/util/xml/simpletest/fixtures/test1.xml 663share/moodle/backup/util/xml/simpletest/fixtures/test1.xml
638share/moodle/backup/util/xml/simpletest/testwriter.php 664share/moodle/backup/util/xml/simpletest/testwriter.php
639share/moodle/backup/util/xml/xml_writer.class.php 665share/moodle/backup/util/xml/xml_writer.class.php
640share/moodle/blocks/activity_modules/block_activity_modules.php 666share/moodle/blocks/activity_modules/block_activity_modules.php
641share/moodle/blocks/activity_modules/lang/en/block_activity_modules.php 667share/moodle/blocks/activity_modules/lang/en/block_activity_modules.php
642share/moodle/blocks/activity_modules/version.php 668share/moodle/blocks/activity_modules/version.php
643share/moodle/blocks/admin_bookmarks/block_admin_bookmarks.php 669share/moodle/blocks/admin_bookmarks/block_admin_bookmarks.php
644share/moodle/blocks/admin_bookmarks/create.php 670share/moodle/blocks/admin_bookmarks/create.php
645share/moodle/blocks/admin_bookmarks/delete.php 671share/moodle/blocks/admin_bookmarks/delete.php
646share/moodle/blocks/admin_bookmarks/lang/en/block_admin_bookmarks.php 672share/moodle/blocks/admin_bookmarks/lang/en/block_admin_bookmarks.php
647share/moodle/blocks/admin_bookmarks/version.php 673share/moodle/blocks/admin_bookmarks/version.php
648share/moodle/blocks/blog_menu/block_blog_menu.php 674share/moodle/blocks/blog_menu/block_blog_menu.php
@@ -655,26 +681,27 @@ share/moodle/blocks/blog_recent/version. @@ -655,26 +681,27 @@ share/moodle/blocks/blog_recent/version.
655share/moodle/blocks/blog_tags/block_blog_tags.php 681share/moodle/blocks/blog_tags/block_blog_tags.php
656share/moodle/blocks/blog_tags/edit_form.php 682share/moodle/blocks/blog_tags/edit_form.php
657share/moodle/blocks/blog_tags/lang/en/block_blog_tags.php 683share/moodle/blocks/blog_tags/lang/en/block_blog_tags.php
658share/moodle/blocks/blog_tags/styles.css 684share/moodle/blocks/blog_tags/styles.css
659share/moodle/blocks/blog_tags/version.php 685share/moodle/blocks/blog_tags/version.php
660share/moodle/blocks/calendar_month/block_calendar_month.php 686share/moodle/blocks/calendar_month/block_calendar_month.php
661share/moodle/blocks/calendar_month/lang/en/block_calendar_month.php 687share/moodle/blocks/calendar_month/lang/en/block_calendar_month.php
662share/moodle/blocks/calendar_month/version.php 688share/moodle/blocks/calendar_month/version.php
663share/moodle/blocks/calendar_upcoming/block_calendar_upcoming.php 689share/moodle/blocks/calendar_upcoming/block_calendar_upcoming.php
664share/moodle/blocks/calendar_upcoming/lang/en/block_calendar_upcoming.php 690share/moodle/blocks/calendar_upcoming/lang/en/block_calendar_upcoming.php
665share/moodle/blocks/calendar_upcoming/version.php 691share/moodle/blocks/calendar_upcoming/version.php
666share/moodle/blocks/comments/block_comments.php 692share/moodle/blocks/comments/block_comments.php
667share/moodle/blocks/comments/lang/en/block_comments.php 693share/moodle/blocks/comments/lang/en/block_comments.php
 694share/moodle/blocks/comments/lib.php
668share/moodle/blocks/comments/version.php 695share/moodle/blocks/comments/version.php
669share/moodle/blocks/community/block_community.php 696share/moodle/blocks/community/block_community.php
670share/moodle/blocks/community/communitycourse.php 697share/moodle/blocks/community/communitycourse.php
671share/moodle/blocks/community/db/install.xml 698share/moodle/blocks/community/db/install.xml
672share/moodle/blocks/community/db/upgrade.php 699share/moodle/blocks/community/db/upgrade.php
673share/moodle/blocks/community/forms.php 700share/moodle/blocks/community/forms.php
674share/moodle/blocks/community/lang/en/block_community.php 701share/moodle/blocks/community/lang/en/block_community.php
675share/moodle/blocks/community/locallib.php 702share/moodle/blocks/community/locallib.php
676share/moodle/blocks/community/renderer.php 703share/moodle/blocks/community/renderer.php
677share/moodle/blocks/community/styles.css 704share/moodle/blocks/community/styles.css
678share/moodle/blocks/community/version.php 705share/moodle/blocks/community/version.php
679share/moodle/blocks/community/yui/comments/comments.js 706share/moodle/blocks/community/yui/comments/comments.js
680share/moodle/blocks/community/yui/imagegallery/imagegallery.js 707share/moodle/blocks/community/yui/imagegallery/imagegallery.js
@@ -906,47 +933,49 @@ share/moodle/course/format/topics/lang/e @@ -906,47 +933,49 @@ share/moodle/course/format/topics/lang/e
906share/moodle/course/format/topics/lib.php 933share/moodle/course/format/topics/lib.php
907share/moodle/course/format/topics/styles.css 934share/moodle/course/format/topics/styles.css
908share/moodle/course/format/weeks/config.php 935share/moodle/course/format/weeks/config.php
909share/moodle/course/format/weeks/format.php 936share/moodle/course/format/weeks/format.php
910share/moodle/course/format/weeks/lang/en/format_weeks.php 937share/moodle/course/format/weeks/lang/en/format_weeks.php
911share/moodle/course/format/weeks/lib.php 938share/moodle/course/format/weeks/lib.php
912share/moodle/course/format/weeks/styles.css 939share/moodle/course/format/weeks/styles.css
913share/moodle/course/index.php 940share/moodle/course/index.php
914share/moodle/course/info.php 941share/moodle/course/info.php
915share/moodle/course/jumpto.php 942share/moodle/course/jumpto.php
916share/moodle/course/lib.php 943share/moodle/course/lib.php
917share/moodle/course/loginas.php 944share/moodle/course/loginas.php
918share/moodle/course/mod.php 945share/moodle/course/mod.php
 946share/moodle/course/modduplicate.php
919share/moodle/course/modedit.php 947share/moodle/course/modedit.php
920share/moodle/course/moodleform_mod.php 948share/moodle/course/moodleform_mod.php
921share/moodle/course/pending.php 949share/moodle/course/pending.php
922share/moodle/course/publish/backup.php 950share/moodle/course/publish/backup.php
923share/moodle/course/publish/forms.php 951share/moodle/course/publish/forms.php
924share/moodle/course/publish/hubselector.php 952share/moodle/course/publish/hubselector.php
925share/moodle/course/publish/index.php 953share/moodle/course/publish/index.php
926share/moodle/course/publish/lib.php 954share/moodle/course/publish/lib.php
927share/moodle/course/publish/metadata.php 955share/moodle/course/publish/metadata.php
928share/moodle/course/publish/renderer.php 956share/moodle/course/publish/renderer.php
929share/moodle/course/recent.php 957share/moodle/course/recent.php
930share/moodle/course/recent_form.php 958share/moodle/course/recent_form.php
931share/moodle/course/renderer.php 959share/moodle/course/renderer.php
932share/moodle/course/report.php 960share/moodle/course/report.php
933share/moodle/course/report/completion/db/access.php 961share/moodle/course/report/completion/db/access.php
934share/moodle/course/report/completion/index.php 962share/moodle/course/report/completion/index.php
935share/moodle/course/report/completion/lang/en/coursereport_completion.php 963share/moodle/course/report/completion/lang/en/coursereport_completion.php
936share/moodle/course/report/completion/lib.php 964share/moodle/course/report/completion/lib.php
937share/moodle/course/report/completion/mod.php 965share/moodle/course/report/completion/mod.php
938share/moodle/course/report/completion/textrotate.js 966share/moodle/course/report/completion/textrotate.js
939share/moodle/course/report/completion/version.php 967share/moodle/course/report/completion/version.php
 968share/moodle/course/report/lib.php
940share/moodle/course/report/log/db/access.php 969share/moodle/course/report/log/db/access.php
941share/moodle/course/report/log/graph.php 970share/moodle/course/report/log/graph.php
942share/moodle/course/report/log/index.php 971share/moodle/course/report/log/index.php
943share/moodle/course/report/log/indexlive.php 972share/moodle/course/report/log/indexlive.php
944share/moodle/course/report/log/lang/en/coursereport_log.php 973share/moodle/course/report/log/lang/en/coursereport_log.php
945share/moodle/course/report/log/lib.php 974share/moodle/course/report/log/lib.php
946share/moodle/course/report/log/live.php 975share/moodle/course/report/log/live.php
947share/moodle/course/report/log/mod.php 976share/moodle/course/report/log/mod.php
948share/moodle/course/report/log/version.php 977share/moodle/course/report/log/version.php
949share/moodle/course/report/outline/db/access.php 978share/moodle/course/report/outline/db/access.php
950share/moodle/course/report/outline/index.php 979share/moodle/course/report/outline/index.php
951share/moodle/course/report/outline/lang/en/coursereport_outline.php 980share/moodle/course/report/outline/lang/en/coursereport_outline.php
952share/moodle/course/report/outline/lib.php 981share/moodle/course/report/outline/lib.php
@@ -994,47 +1023,54 @@ share/moodle/enrol/authorize/authorize.j @@ -994,47 +1023,54 @@ share/moodle/enrol/authorize/authorize.j
994share/moodle/enrol/authorize/authorizenet.class.php 1023share/moodle/enrol/authorize/authorizenet.class.php
995share/moodle/enrol/authorize/const.php 1024share/moodle/enrol/authorize/const.php
996share/moodle/enrol/authorize/db/access.php 1025share/moodle/enrol/authorize/db/access.php
997share/moodle/enrol/authorize/db/install.xml 1026share/moodle/enrol/authorize/db/install.xml
998share/moodle/enrol/authorize/db/upgrade.php 1027share/moodle/enrol/authorize/db/upgrade.php
999share/moodle/enrol/authorize/enrol_form.php 1028share/moodle/enrol/authorize/enrol_form.php
1000share/moodle/enrol/authorize/import_form.php 1029share/moodle/enrol/authorize/import_form.php
1001share/moodle/enrol/authorize/index.php 1030share/moodle/enrol/authorize/index.php
1002share/moodle/enrol/authorize/lang/en/enrol_authorize.php 1031share/moodle/enrol/authorize/lang/en/enrol_authorize.php
1003share/moodle/enrol/authorize/localfuncs.php 1032share/moodle/enrol/authorize/localfuncs.php
1004share/moodle/enrol/authorize/locallib.php 1033share/moodle/enrol/authorize/locallib.php
1005share/moodle/enrol/authorize/uploadcsv.php 1034share/moodle/enrol/authorize/uploadcsv.php
1006share/moodle/enrol/authorize/version.php 1035share/moodle/enrol/authorize/version.php
 1036share/moodle/enrol/bulkchange.php
 1037share/moodle/enrol/bulkchange_forms.php
1007share/moodle/enrol/category/cli/sync.php 1038share/moodle/enrol/category/cli/sync.php
1008share/moodle/enrol/category/db/access.php 1039share/moodle/enrol/category/db/access.php
1009share/moodle/enrol/category/db/events.php 1040share/moodle/enrol/category/db/events.php
1010share/moodle/enrol/category/db/install.php 1041share/moodle/enrol/category/db/install.php
1011share/moodle/enrol/category/lang/en/enrol_category.php 1042share/moodle/enrol/category/lang/en/enrol_category.php
1012share/moodle/enrol/category/lib.php 1043share/moodle/enrol/category/lib.php
1013share/moodle/enrol/category/locallib.php 1044share/moodle/enrol/category/locallib.php
1014share/moodle/enrol/category/settings.php 1045share/moodle/enrol/category/settings.php
1015share/moodle/enrol/category/version.php 1046share/moodle/enrol/category/version.php
1016share/moodle/enrol/cohort/addinstance.php 1047share/moodle/enrol/cohort/addinstance.php
1017share/moodle/enrol/cohort/addinstance_form.php 1048share/moodle/enrol/cohort/addinstance_form.php
 1049share/moodle/enrol/cohort/ajax.php
1018share/moodle/enrol/cohort/db/access.php 1050share/moodle/enrol/cohort/db/access.php
1019share/moodle/enrol/cohort/db/events.php 1051share/moodle/enrol/cohort/db/events.php
1020share/moodle/enrol/cohort/lang/en/enrol_cohort.php 1052share/moodle/enrol/cohort/lang/en/enrol_cohort.php
1021share/moodle/enrol/cohort/lib.php 1053share/moodle/enrol/cohort/lib.php
1022share/moodle/enrol/cohort/locallib.php 1054share/moodle/enrol/cohort/locallib.php
1023share/moodle/enrol/cohort/settings.php 1055share/moodle/enrol/cohort/settings.php
1024share/moodle/enrol/cohort/version.php 1056share/moodle/enrol/cohort/version.php
 1057share/moodle/enrol/cohort/yui/quickenrolment/assets/skins/sam/quickenrolment.css
 1058share/moodle/enrol/cohort/yui/quickenrolment/assets/skins/sam/sprite.png
 1059share/moodle/enrol/cohort/yui/quickenrolment/quickenrolment.js
1025share/moodle/enrol/database/cli/sync.php 1060share/moodle/enrol/database/cli/sync.php
1026share/moodle/enrol/database/db/access.php 1061share/moodle/enrol/database/db/access.php
1027share/moodle/enrol/database/db/install.php 1062share/moodle/enrol/database/db/install.php
 1063share/moodle/enrol/database/db/upgrade.php
1028share/moodle/enrol/database/lang/en/enrol_database.php 1064share/moodle/enrol/database/lang/en/enrol_database.php
1029share/moodle/enrol/database/lib.php 1065share/moodle/enrol/database/lib.php
1030share/moodle/enrol/database/settings.php 1066share/moodle/enrol/database/settings.php
1031share/moodle/enrol/database/version.php 1067share/moodle/enrol/database/version.php
1032share/moodle/enrol/externallib.php 1068share/moodle/enrol/externallib.php
1033share/moodle/enrol/flatfile/db/install.xml 1069share/moodle/enrol/flatfile/db/install.xml
1034share/moodle/enrol/flatfile/db/upgrade.php 1070share/moodle/enrol/flatfile/db/upgrade.php
1035share/moodle/enrol/flatfile/example.txt 1071share/moodle/enrol/flatfile/example.txt
1036share/moodle/enrol/flatfile/lang/en/enrol_flatfile.php 1072share/moodle/enrol/flatfile/lang/en/enrol_flatfile.php
1037share/moodle/enrol/flatfile/lib.php 1073share/moodle/enrol/flatfile/lib.php
1038share/moodle/enrol/flatfile/settings.php 1074share/moodle/enrol/flatfile/settings.php
1039share/moodle/enrol/flatfile/version.php 1075share/moodle/enrol/flatfile/version.php
1040share/moodle/enrol/guest/addinstance.php 1076share/moodle/enrol/guest/addinstance.php
@@ -1061,37 +1097,47 @@ share/moodle/enrol/imsenterprise/localli @@ -1061,37 +1097,47 @@ share/moodle/enrol/imsenterprise/localli
1061share/moodle/enrol/imsenterprise/settings.php 1097share/moodle/enrol/imsenterprise/settings.php
1062share/moodle/enrol/imsenterprise/version.php 1098share/moodle/enrol/imsenterprise/version.php
1063share/moodle/enrol/index.php 1099share/moodle/enrol/index.php
1064share/moodle/enrol/instances.php 1100share/moodle/enrol/instances.php
1065share/moodle/enrol/ldap/cli/sync.php 1101share/moodle/enrol/ldap/cli/sync.php
1066share/moodle/enrol/ldap/db/access.php 1102share/moodle/enrol/ldap/db/access.php
1067share/moodle/enrol/ldap/db/install.php 1103share/moodle/enrol/ldap/db/install.php
1068share/moodle/enrol/ldap/lang/en/enrol_ldap.php 1104share/moodle/enrol/ldap/lang/en/enrol_ldap.php
1069share/moodle/enrol/ldap/lib.php 1105share/moodle/enrol/ldap/lib.php
1070share/moodle/enrol/ldap/settings.php 1106share/moodle/enrol/ldap/settings.php
1071share/moodle/enrol/ldap/settingslib.php 1107share/moodle/enrol/ldap/settingslib.php
1072share/moodle/enrol/ldap/version.php 1108share/moodle/enrol/ldap/version.php
1073share/moodle/enrol/locallib.php 1109share/moodle/enrol/locallib.php
 1110share/moodle/enrol/manual/ajax.php
 1111share/moodle/enrol/manual/bulkchangeforms.php
1074share/moodle/enrol/manual/db/access.php 1112share/moodle/enrol/manual/db/access.php
1075share/moodle/enrol/manual/db/install.php 1113share/moodle/enrol/manual/db/install.php
 1114share/moodle/enrol/manual/db/services.php
1076share/moodle/enrol/manual/edit.php 1115share/moodle/enrol/manual/edit.php
1077share/moodle/enrol/manual/edit_form.php 1116share/moodle/enrol/manual/edit_form.php
 1117share/moodle/enrol/manual/editenrolment.php
 1118share/moodle/enrol/manual/editenrolment_form.php
 1119share/moodle/enrol/manual/externallib.php
1078share/moodle/enrol/manual/lang/en/enrol_manual.php 1120share/moodle/enrol/manual/lang/en/enrol_manual.php
1079share/moodle/enrol/manual/lib.php 1121share/moodle/enrol/manual/lib.php
1080share/moodle/enrol/manual/locallib.php 1122share/moodle/enrol/manual/locallib.php
1081share/moodle/enrol/manual/manage.php 1123share/moodle/enrol/manual/manage.php
1082share/moodle/enrol/manual/settings.php 1124share/moodle/enrol/manual/settings.php
1083share/moodle/enrol/manual/unenrolself.php 1125share/moodle/enrol/manual/unenrolself.php
 1126share/moodle/enrol/manual/unenroluser.php
1084share/moodle/enrol/manual/version.php 1127share/moodle/enrol/manual/version.php
 1128share/moodle/enrol/manual/yui/quickenrolment/assets/skins/sam/quickenrolment.css
 1129share/moodle/enrol/manual/yui/quickenrolment/assets/skins/sam/sprite.png
 1130share/moodle/enrol/manual/yui/quickenrolment/quickenrolment.js
1085share/moodle/enrol/meta/addinstance.php 1131share/moodle/enrol/meta/addinstance.php
1086share/moodle/enrol/meta/addinstance_form.php 1132share/moodle/enrol/meta/addinstance_form.php
1087share/moodle/enrol/meta/db/access.php 1133share/moodle/enrol/meta/db/access.php
1088share/moodle/enrol/meta/db/events.php 1134share/moodle/enrol/meta/db/events.php
1089share/moodle/enrol/meta/db/install.php 1135share/moodle/enrol/meta/db/install.php
1090share/moodle/enrol/meta/lang/en/enrol_meta.php 1136share/moodle/enrol/meta/lang/en/enrol_meta.php
1091share/moodle/enrol/meta/lib.php 1137share/moodle/enrol/meta/lib.php
1092share/moodle/enrol/meta/locallib.php 1138share/moodle/enrol/meta/locallib.php
1093share/moodle/enrol/meta/settings.php 1139share/moodle/enrol/meta/settings.php
1094share/moodle/enrol/meta/version.php 1140share/moodle/enrol/meta/version.php
1095share/moodle/enrol/mnet/addinstance.php 1141share/moodle/enrol/mnet/addinstance.php
1096share/moodle/enrol/mnet/addinstance_form.php 1142share/moodle/enrol/mnet/addinstance_form.php
1097share/moodle/enrol/mnet/db/mnet.php 1143share/moodle/enrol/mnet/db/mnet.php
@@ -1111,48 +1157,45 @@ share/moodle/enrol/paypal/enrol.html @@ -1111,48 +1157,45 @@ share/moodle/enrol/paypal/enrol.html
1111share/moodle/enrol/paypal/ipn.php 1157share/moodle/enrol/paypal/ipn.php
1112share/moodle/enrol/paypal/lang/en/enrol_paypal.php 1158share/moodle/enrol/paypal/lang/en/enrol_paypal.php
1113share/moodle/enrol/paypal/lib.php 1159share/moodle/enrol/paypal/lib.php
1114share/moodle/enrol/paypal/pix/icon.gif 1160share/moodle/enrol/paypal/pix/icon.gif
1115share/moodle/enrol/paypal/return.php 1161share/moodle/enrol/paypal/return.php
1116share/moodle/enrol/paypal/settings.php 1162share/moodle/enrol/paypal/settings.php
1117share/moodle/enrol/paypal/unenrolself.php 1163share/moodle/enrol/paypal/unenrolself.php
1118share/moodle/enrol/paypal/version.php 1164share/moodle/enrol/paypal/version.php
1119share/moodle/enrol/renderer.php 1165share/moodle/enrol/renderer.php
1120share/moodle/enrol/self/db/access.php 1166share/moodle/enrol/self/db/access.php
1121share/moodle/enrol/self/db/install.php 1167share/moodle/enrol/self/db/install.php
1122share/moodle/enrol/self/edit.php 1168share/moodle/enrol/self/edit.php
1123share/moodle/enrol/self/edit_form.php 1169share/moodle/enrol/self/edit_form.php
 1170share/moodle/enrol/self/editenrolment.php
 1171share/moodle/enrol/self/editenrolment_form.php
1124share/moodle/enrol/self/lang/en/enrol_self.php 1172share/moodle/enrol/self/lang/en/enrol_self.php
1125share/moodle/enrol/self/lib.php 1173share/moodle/enrol/self/lib.php
1126share/moodle/enrol/self/locallib.php 1174share/moodle/enrol/self/locallib.php
1127share/moodle/enrol/self/pix/withkey.gif 1175share/moodle/enrol/self/pix/withkey.gif
1128share/moodle/enrol/self/pix/withoutkey.gif 1176share/moodle/enrol/self/pix/withoutkey.gif
1129share/moodle/enrol/self/settings.php 1177share/moodle/enrol/self/settings.php
1130share/moodle/enrol/self/unenrolself.php 1178share/moodle/enrol/self/unenrolself.php
 1179share/moodle/enrol/self/unenroluser.php
1131share/moodle/enrol/self/version.php 1180share/moodle/enrol/self/version.php
1132share/moodle/enrol/users.php 1181share/moodle/enrol/users.php
1133share/moodle/enrol/users_forms.php 1182share/moodle/enrol/users_forms.php
1134share/moodle/enrol/yui/enrolmentmanager/assets/skins/sam/enrolmentmanager.css 
1135share/moodle/enrol/yui/enrolmentmanager/assets/skins/sam/sprite.png 
1136share/moodle/enrol/yui/enrolmentmanager/enrolmentmanager.js 
1137share/moodle/enrol/yui/notification/assets/skins/sam/notification.css 1183share/moodle/enrol/yui/notification/assets/skins/sam/notification.css
1138share/moodle/enrol/yui/notification/assets/skins/sam/sprite.png 1184share/moodle/enrol/yui/notification/assets/skins/sam/sprite.png
1139share/moodle/enrol/yui/notification/notification.js 1185share/moodle/enrol/yui/notification/notification.js
1140share/moodle/enrol/yui/otherusersmanager/assets/skins/sam/otherusersmanager.css 1186share/moodle/enrol/yui/otherusersmanager/assets/skins/sam/otherusersmanager.css
1141share/moodle/enrol/yui/otherusersmanager/assets/skins/sam/sprite.png 1187share/moodle/enrol/yui/otherusersmanager/assets/skins/sam/sprite.png
1142share/moodle/enrol/yui/otherusersmanager/otherusersmanager.js 1188share/moodle/enrol/yui/otherusersmanager/otherusersmanager.js
1143share/moodle/enrol/yui/quickcohortenrolment/assets/skins/sam/quickcohortenrolment.css 
1144share/moodle/enrol/yui/quickcohortenrolment/assets/skins/sam/sprite.png 
1145share/moodle/enrol/yui/quickcohortenrolment/quickcohortenrolment.js 
1146share/moodle/enrol/yui/rolemanager/assets/skins/sam/rolemanager.css 1189share/moodle/enrol/yui/rolemanager/assets/skins/sam/rolemanager.css
1147share/moodle/enrol/yui/rolemanager/assets/skins/sam/sprite.png 1190share/moodle/enrol/yui/rolemanager/assets/skins/sam/sprite.png
1148share/moodle/enrol/yui/rolemanager/rolemanager.js 1191share/moodle/enrol/yui/rolemanager/rolemanager.js
1149share/moodle/error/index.php 1192share/moodle/error/index.php
1150share/moodle/file.php 1193share/moodle/file.php
1151share/moodle/files/coursefilesedit.php 1194share/moodle/files/coursefilesedit.php
1152share/moodle/files/coursefilesedit_form.php 1195share/moodle/files/coursefilesedit_form.php
1153share/moodle/files/externallib.php 1196share/moodle/files/externallib.php
1154share/moodle/files/filebrowser_ajax.php 1197share/moodle/files/filebrowser_ajax.php
1155share/moodle/files/index.php 1198share/moodle/files/index.php
1156share/moodle/files/module.js 1199share/moodle/files/module.js
1157share/moodle/files/renderer.php 1200share/moodle/files/renderer.php
1158share/moodle/filter/activitynames/filter.php 1201share/moodle/filter/activitynames/filter.php
@@ -1167,45 +1210,40 @@ share/moodle/filter/censor/README.txt @@ -1167,45 +1210,40 @@ share/moodle/filter/censor/README.txt
1167share/moodle/filter/censor/filter.php 1210share/moodle/filter/censor/filter.php
1168share/moodle/filter/censor/filtersettings.php 1211share/moodle/filter/censor/filtersettings.php
1169share/moodle/filter/censor/lang/en/filter_censor.php 1212share/moodle/filter/censor/lang/en/filter_censor.php
1170share/moodle/filter/emailprotect/filter.php 1213share/moodle/filter/emailprotect/filter.php
1171share/moodle/filter/emailprotect/lang/en/filter_emailprotect.php 1214share/moodle/filter/emailprotect/lang/en/filter_emailprotect.php
1172share/moodle/filter/emoticon/filter.php 1215share/moodle/filter/emoticon/filter.php
1173share/moodle/filter/emoticon/filtersettings.php 1216share/moodle/filter/emoticon/filtersettings.php
1174share/moodle/filter/emoticon/lang/en/filter_emoticon.php 1217share/moodle/filter/emoticon/lang/en/filter_emoticon.php
1175share/moodle/filter/emoticon/version.php 1218share/moodle/filter/emoticon/version.php
1176share/moodle/filter/index.html 1219share/moodle/filter/index.html
1177share/moodle/filter/local_settings_form.php 1220share/moodle/filter/local_settings_form.php
1178share/moodle/filter/manage.php 1221share/moodle/filter/manage.php
1179share/moodle/filter/mediaplugin/db/install.php 1222share/moodle/filter/mediaplugin/db/install.php
1180share/moodle/filter/mediaplugin/eolas_fix.js 1223share/moodle/filter/mediaplugin/db/upgrade.php
1181share/moodle/filter/mediaplugin/filter.php 1224share/moodle/filter/mediaplugin/filter.php
1182share/moodle/filter/mediaplugin/filtersettings.php 1225share/moodle/filter/mediaplugin/filtersettings.php
1183share/moodle/filter/mediaplugin/flowplayer.audio.swf 
1184share/moodle/filter/mediaplugin/flowplayer.controls.swf 
1185share/moodle/filter/mediaplugin/flvplayer.README.txt 
1186share/moodle/filter/mediaplugin/flvplayer.fla.zip 
1187share/moodle/filter/mediaplugin/flvplayer.swf 
1188share/moodle/filter/mediaplugin/lang/en/filter_mediaplugin.php 1226share/moodle/filter/mediaplugin/lang/en/filter_mediaplugin.php
1189share/moodle/filter/mediaplugin/mp3player.fla.zip 
1190share/moodle/filter/mediaplugin/mp3player.swf 
1191share/moodle/filter/mediaplugin/simpletest/testfiltermediaplugin.php 1227share/moodle/filter/mediaplugin/simpletest/testfiltermediaplugin.php
 1228share/moodle/filter/mediaplugin/styles.css
1192share/moodle/filter/mediaplugin/version.php 1229share/moodle/filter/mediaplugin/version.php
1193share/moodle/filter/multilang/README.txt 1230share/moodle/filter/multilang/README.txt
1194share/moodle/filter/multilang/filter.php 1231share/moodle/filter/multilang/filter.php
1195share/moodle/filter/multilang/filtersettings.php 1232share/moodle/filter/multilang/filtersettings.php
1196share/moodle/filter/multilang/lang/en/filter_multilang.php 1233share/moodle/filter/multilang/lang/en/filter_multilang.php
1197share/moodle/filter/tex/README.mimetex 1234share/moodle/filter/tex/README.mimetex
1198share/moodle/filter/tex/db/install.php 1235share/moodle/filter/tex/db/install.php
 1236share/moodle/filter/tex/db/upgrade.php
1199share/moodle/filter/tex/displaytex.php 1237share/moodle/filter/tex/displaytex.php
1200share/moodle/filter/tex/filter.php 1238share/moodle/filter/tex/filter.php
1201share/moodle/filter/tex/filtersettings.php 1239share/moodle/filter/tex/filtersettings.php
1202share/moodle/filter/tex/lang/en/filter_tex.php 1240share/moodle/filter/tex/lang/en/filter_tex.php
1203share/moodle/filter/tex/latex.php 1241share/moodle/filter/tex/latex.php
1204share/moodle/filter/tex/lib.php 1242share/moodle/filter/tex/lib.php
1205share/moodle/filter/tex/mimetex.darwin 1243share/moodle/filter/tex/mimetex.darwin
1206share/moodle/filter/tex/mimetex.exe 1244share/moodle/filter/tex/mimetex.exe
1207share/moodle/filter/tex/mimetex.freebsd 1245share/moodle/filter/tex/mimetex.freebsd
1208share/moodle/filter/tex/mimetex.linux 1246share/moodle/filter/tex/mimetex.linux
1209share/moodle/filter/tex/pix.php 1247share/moodle/filter/tex/pix.php
1210share/moodle/filter/tex/readme_moodle.txt 1248share/moodle/filter/tex/readme_moodle.txt
1211share/moodle/filter/tex/texdebug.php 1249share/moodle/filter/tex/texdebug.php
@@ -1355,92 +1393,102 @@ share/moodle/group/groupings.php @@ -1355,92 +1393,102 @@ share/moodle/group/groupings.php
1355share/moodle/group/import.php 1393share/moodle/group/import.php
1356share/moodle/group/import_form.php 1394share/moodle/group/import_form.php
1357share/moodle/group/index.php 1395share/moodle/group/index.php
1358share/moodle/group/lib.php 1396share/moodle/group/lib.php
1359share/moodle/group/members.php 1397share/moodle/group/members.php
1360share/moodle/group/module.js 1398share/moodle/group/module.js
1361share/moodle/group/overview.php 1399share/moodle/group/overview.php
1362share/moodle/group/tabs.php 1400share/moodle/group/tabs.php
1363share/moodle/help.php 1401share/moodle/help.php
1364share/moodle/index.php 1402share/moodle/index.php
1365share/moodle/install.php 1403share/moodle/install.php
1366share/moodle/install/README.txt 1404share/moodle/install/README.txt
1367share/moodle/install/distribution.html 1405share/moodle/install/distribution.html
 1406share/moodle/install/lang/af/admin.php
1368share/moodle/install/lang/af/langconfig.php 1407share/moodle/install/lang/af/langconfig.php
1369share/moodle/install/lang/am/install.php 1408share/moodle/install/lang/am/install.php
1370share/moodle/install/lang/am/langconfig.php 1409share/moodle/install/lang/am/langconfig.php
1371share/moodle/install/lang/am/moodle.php 1410share/moodle/install/lang/am/moodle.php
1372share/moodle/install/lang/ar/admin.php 1411share/moodle/install/lang/ar/admin.php
1373share/moodle/install/lang/ar/error.php 1412share/moodle/install/lang/ar/error.php
1374share/moodle/install/lang/ar/install.php 1413share/moodle/install/lang/ar/install.php
1375share/moodle/install/lang/ar/langconfig.php 1414share/moodle/install/lang/ar/langconfig.php
1376share/moodle/install/lang/ar/moodle.php 1415share/moodle/install/lang/ar/moodle.php
1377share/moodle/install/lang/ast/admin.php 1416share/moodle/install/lang/ast/admin.php
1378share/moodle/install/lang/ast/error.php 1417share/moodle/install/lang/ast/error.php
1379share/moodle/install/lang/ast/install.php 1418share/moodle/install/lang/ast/install.php
1380share/moodle/install/lang/ast/langconfig.php 1419share/moodle/install/lang/ast/langconfig.php
1381share/moodle/install/lang/ast/moodle.php 1420share/moodle/install/lang/ast/moodle.php
 1421share/moodle/install/lang/az/admin.php
 1422share/moodle/install/lang/az/langconfig.php
1382share/moodle/install/lang/be/langconfig.php 1423share/moodle/install/lang/be/langconfig.php
1383share/moodle/install/lang/be/moodle.php 1424share/moodle/install/lang/be/moodle.php
 1425share/moodle/install/lang/bg/admin.php
 1426share/moodle/install/lang/bg/error.php
1384share/moodle/install/lang/bg/install.php 1427share/moodle/install/lang/bg/install.php
1385share/moodle/install/lang/bg/langconfig.php 1428share/moodle/install/lang/bg/langconfig.php
1386share/moodle/install/lang/bg/moodle.php 1429share/moodle/install/lang/bg/moodle.php
 1430share/moodle/install/lang/bn/admin.php
1387share/moodle/install/lang/bn/install.php 1431share/moodle/install/lang/bn/install.php
1388share/moodle/install/lang/bn/langconfig.php 1432share/moodle/install/lang/bn/langconfig.php
 1433share/moodle/install/lang/bn/moodle.php
1389share/moodle/install/lang/bs/install.php 1434share/moodle/install/lang/bs/install.php
1390share/moodle/install/lang/bs/langconfig.php 1435share/moodle/install/lang/bs/langconfig.php
1391share/moodle/install/lang/ca/admin.php 1436share/moodle/install/lang/ca/admin.php
1392share/moodle/install/lang/ca/error.php 1437share/moodle/install/lang/ca/error.php
1393share/moodle/install/lang/ca/install.php 1438share/moodle/install/lang/ca/install.php
1394share/moodle/install/lang/ca/langconfig.php 1439share/moodle/install/lang/ca/langconfig.php
1395share/moodle/install/lang/ca/moodle.php 1440share/moodle/install/lang/ca/moodle.php
 1441share/moodle/install/lang/ckb/langconfig.php
1396share/moodle/install/lang/cs/admin.php 1442share/moodle/install/lang/cs/admin.php
1397share/moodle/install/lang/cs/error.php 1443share/moodle/install/lang/cs/error.php
1398share/moodle/install/lang/cs/install.php 1444share/moodle/install/lang/cs/install.php
1399share/moodle/install/lang/cs/langconfig.php 1445share/moodle/install/lang/cs/langconfig.php
1400share/moodle/install/lang/cs/moodle.php 1446share/moodle/install/lang/cs/moodle.php
1401share/moodle/install/lang/cy/admin.php 1447share/moodle/install/lang/cy/admin.php
1402share/moodle/install/lang/cy/error.php 1448share/moodle/install/lang/cy/error.php
1403share/moodle/install/lang/cy/install.php 1449share/moodle/install/lang/cy/install.php
1404share/moodle/install/lang/cy/langconfig.php 1450share/moodle/install/lang/cy/langconfig.php
1405share/moodle/install/lang/cy/moodle.php 1451share/moodle/install/lang/cy/moodle.php
1406share/moodle/install/lang/da/admin.php 1452share/moodle/install/lang/da/admin.php
1407share/moodle/install/lang/da/error.php 1453share/moodle/install/lang/da/error.php
1408share/moodle/install/lang/da/install.php 1454share/moodle/install/lang/da/install.php
1409share/moodle/install/lang/da/langconfig.php 1455share/moodle/install/lang/da/langconfig.php
1410share/moodle/install/lang/da/moodle.php 1456share/moodle/install/lang/da/moodle.php
1411share/moodle/install/lang/de/admin.php 1457share/moodle/install/lang/de/admin.php
1412share/moodle/install/lang/de/error.php 1458share/moodle/install/lang/de/error.php
1413share/moodle/install/lang/de/install.php 1459share/moodle/install/lang/de/install.php
1414share/moodle/install/lang/de/langconfig.php 1460share/moodle/install/lang/de/langconfig.php
1415share/moodle/install/lang/de/moodle.php 1461share/moodle/install/lang/de/moodle.php
1416share/moodle/install/lang/de_du/error.php 1462share/moodle/install/lang/de_du/error.php
1417share/moodle/install/lang/de_du/install.php 1463share/moodle/install/lang/de_du/install.php
1418share/moodle/install/lang/de_du/langconfig.php 1464share/moodle/install/lang/de_du/langconfig.php
 1465share/moodle/install/lang/de_kids/langconfig.php
1419share/moodle/install/lang/dv/admin.php 1466share/moodle/install/lang/dv/admin.php
1420share/moodle/install/lang/dv/error.php 1467share/moodle/install/lang/dv/error.php
1421share/moodle/install/lang/dv/install.php 1468share/moodle/install/lang/dv/install.php
1422share/moodle/install/lang/dv/langconfig.php 1469share/moodle/install/lang/dv/langconfig.php
1423share/moodle/install/lang/dv/moodle.php 1470share/moodle/install/lang/dv/moodle.php
1424share/moodle/install/lang/el/admin.php 1471share/moodle/install/lang/el/admin.php
1425share/moodle/install/lang/el/error.php 1472share/moodle/install/lang/el/error.php
1426share/moodle/install/lang/el/install.php 1473share/moodle/install/lang/el/install.php
1427share/moodle/install/lang/el/langconfig.php 1474share/moodle/install/lang/el/langconfig.php
1428share/moodle/install/lang/el/moodle.php 1475share/moodle/install/lang/el/moodle.php
1429share/moodle/install/lang/en/admin.php 1476share/moodle/install/lang/en/admin.php
1430share/moodle/install/lang/en/error.php 1477share/moodle/install/lang/en/error.php
1431share/moodle/install/lang/en/install.php 1478share/moodle/install/lang/en/install.php
1432share/moodle/install/lang/en/langconfig.php 1479share/moodle/install/lang/en/langconfig.php
1433share/moodle/install/lang/en/moodle.php 1480share/moodle/install/lang/en/moodle.php
 1481share/moodle/install/lang/en_kids/langconfig.php
1434share/moodle/install/lang/en_us/langconfig.php 1482share/moodle/install/lang/en_us/langconfig.php
1435share/moodle/install/lang/es/admin.php 1483share/moodle/install/lang/es/admin.php
1436share/moodle/install/lang/es/error.php 1484share/moodle/install/lang/es/error.php
1437share/moodle/install/lang/es/install.php 1485share/moodle/install/lang/es/install.php
1438share/moodle/install/lang/es/langconfig.php 1486share/moodle/install/lang/es/langconfig.php
1439share/moodle/install/lang/es/moodle.php 1487share/moodle/install/lang/es/moodle.php
1440share/moodle/install/lang/es_ar/langconfig.php 1488share/moodle/install/lang/es_ar/langconfig.php
1441share/moodle/install/lang/es_es/langconfig.php 1489share/moodle/install/lang/es_es/langconfig.php
1442share/moodle/install/lang/es_mx/langconfig.php 1490share/moodle/install/lang/es_mx/langconfig.php
1443share/moodle/install/lang/et/admin.php 1491share/moodle/install/lang/et/admin.php
1444share/moodle/install/lang/et/error.php 1492share/moodle/install/lang/et/error.php
1445share/moodle/install/lang/et/install.php 1493share/moodle/install/lang/et/install.php
1446share/moodle/install/lang/et/langconfig.php 1494share/moodle/install/lang/et/langconfig.php
@@ -1461,34 +1509,36 @@ share/moodle/install/lang/fi/langconfig. @@ -1461,34 +1509,36 @@ share/moodle/install/lang/fi/langconfig.
1461share/moodle/install/lang/fi/moodle.php 1509share/moodle/install/lang/fi/moodle.php
1462share/moodle/install/lang/fil/langconfig.php 1510share/moodle/install/lang/fil/langconfig.php
1463share/moodle/install/lang/fil/moodle.php 1511share/moodle/install/lang/fil/moodle.php
1464share/moodle/install/lang/fj/langconfig.php 1512share/moodle/install/lang/fj/langconfig.php
1465share/moodle/install/lang/fr/admin.php 1513share/moodle/install/lang/fr/admin.php
1466share/moodle/install/lang/fr/error.php 1514share/moodle/install/lang/fr/error.php
1467share/moodle/install/lang/fr/install.php 1515share/moodle/install/lang/fr/install.php
1468share/moodle/install/lang/fr/langconfig.php 1516share/moodle/install/lang/fr/langconfig.php
1469share/moodle/install/lang/fr/moodle.php 1517share/moodle/install/lang/fr/moodle.php
1470share/moodle/install/lang/fr_ca/install.php 1518share/moodle/install/lang/fr_ca/install.php
1471share/moodle/install/lang/fr_ca/langconfig.php 1519share/moodle/install/lang/fr_ca/langconfig.php
1472share/moodle/install/lang/fr_ca/moodle.php 1520share/moodle/install/lang/fr_ca/moodle.php
1473share/moodle/install/lang/ga/langconfig.php 1521share/moodle/install/lang/ga/langconfig.php
 1522share/moodle/install/lang/gd/langconfig.php
1474share/moodle/install/lang/gl/admin.php 1523share/moodle/install/lang/gl/admin.php
1475share/moodle/install/lang/gl/error.php 1524share/moodle/install/lang/gl/error.php
1476share/moodle/install/lang/gl/install.php 1525share/moodle/install/lang/gl/install.php
1477share/moodle/install/lang/gl/langconfig.php 1526share/moodle/install/lang/gl/langconfig.php
1478share/moodle/install/lang/gl/moodle.php 1527share/moodle/install/lang/gl/moodle.php
1479share/moodle/install/lang/gu/error.php 1528share/moodle/install/lang/gu/error.php
1480share/moodle/install/lang/gu/langconfig.php 1529share/moodle/install/lang/gu/langconfig.php
1481share/moodle/install/lang/gu/moodle.php 1530share/moodle/install/lang/gu/moodle.php
 1531share/moodle/install/lang/ha/langconfig.php
1482share/moodle/install/lang/he/admin.php 1532share/moodle/install/lang/he/admin.php
1483share/moodle/install/lang/he/error.php 1533share/moodle/install/lang/he/error.php
1484share/moodle/install/lang/he/install.php 1534share/moodle/install/lang/he/install.php
1485share/moodle/install/lang/he/langconfig.php 1535share/moodle/install/lang/he/langconfig.php
1486share/moodle/install/lang/he/moodle.php 1536share/moodle/install/lang/he/moodle.php
1487share/moodle/install/lang/hi/langconfig.php 1537share/moodle/install/lang/hi/langconfig.php
1488share/moodle/install/lang/hi/moodle.php 1538share/moodle/install/lang/hi/moodle.php
1489share/moodle/install/lang/hr/admin.php 1539share/moodle/install/lang/hr/admin.php
1490share/moodle/install/lang/hr/error.php 1540share/moodle/install/lang/hr/error.php
1491share/moodle/install/lang/hr/install.php 1541share/moodle/install/lang/hr/install.php
1492share/moodle/install/lang/hr/langconfig.php 1542share/moodle/install/lang/hr/langconfig.php
1493share/moodle/install/lang/hr/moodle.php 1543share/moodle/install/lang/hr/moodle.php
1494share/moodle/install/lang/hu/admin.php 1544share/moodle/install/lang/hu/admin.php
@@ -1563,40 +1613,42 @@ share/moodle/install/lang/mk/moodle.php @@ -1563,40 +1613,42 @@ share/moodle/install/lang/mk/moodle.php
1563share/moodle/install/lang/ml/langconfig.php 1613share/moodle/install/lang/ml/langconfig.php
1564share/moodle/install/lang/ml/moodle.php 1614share/moodle/install/lang/ml/moodle.php
1565share/moodle/install/lang/mn/admin.php 1615share/moodle/install/lang/mn/admin.php
1566share/moodle/install/lang/mn/error.php 1616share/moodle/install/lang/mn/error.php
1567share/moodle/install/lang/mn/install.php 1617share/moodle/install/lang/mn/install.php
1568share/moodle/install/lang/mn/langconfig.php 1618share/moodle/install/lang/mn/langconfig.php
1569share/moodle/install/lang/mn/moodle.php 1619share/moodle/install/lang/mn/moodle.php
1570share/moodle/install/lang/mr/admin.php 1620share/moodle/install/lang/mr/admin.php
1571share/moodle/install/lang/mr/error.php 1621share/moodle/install/lang/mr/error.php
1572share/moodle/install/lang/mr/install.php 1622share/moodle/install/lang/mr/install.php
1573share/moodle/install/lang/mr/langconfig.php 1623share/moodle/install/lang/mr/langconfig.php
1574share/moodle/install/lang/mr/moodle.php 1624share/moodle/install/lang/mr/moodle.php
1575share/moodle/install/lang/ms/langconfig.php 1625share/moodle/install/lang/ms/langconfig.php
 1626share/moodle/install/lang/my/langconfig.php
1576share/moodle/install/lang/nl/admin.php 1627share/moodle/install/lang/nl/admin.php
1577share/moodle/install/lang/nl/error.php 1628share/moodle/install/lang/nl/error.php
1578share/moodle/install/lang/nl/install.php 1629share/moodle/install/lang/nl/install.php
1579share/moodle/install/lang/nl/langconfig.php 1630share/moodle/install/lang/nl/langconfig.php
1580share/moodle/install/lang/nl/moodle.php 1631share/moodle/install/lang/nl/moodle.php
1581share/moodle/install/lang/nn/langconfig.php 1632share/moodle/install/lang/nn/langconfig.php
1582share/moodle/install/lang/nn/moodle.php 1633share/moodle/install/lang/nn/moodle.php
1583share/moodle/install/lang/no/admin.php 1634share/moodle/install/lang/no/admin.php
1584share/moodle/install/lang/no/error.php 1635share/moodle/install/lang/no/error.php
1585share/moodle/install/lang/no/install.php 1636share/moodle/install/lang/no/install.php
1586share/moodle/install/lang/no/langconfig.php 1637share/moodle/install/lang/no/langconfig.php
1587share/moodle/install/lang/no/moodle.php 1638share/moodle/install/lang/no/moodle.php
1588share/moodle/install/lang/no_gr/langconfig.php 1639share/moodle/install/lang/no_gr/langconfig.php
1589share/moodle/install/lang/no_gr/moodle.php 1640share/moodle/install/lang/no_gr/moodle.php
 1641share/moodle/install/lang/oc_es/langconfig.php
1590share/moodle/install/lang/pl/admin.php 1642share/moodle/install/lang/pl/admin.php
1591share/moodle/install/lang/pl/error.php 1643share/moodle/install/lang/pl/error.php
1592share/moodle/install/lang/pl/install.php 1644share/moodle/install/lang/pl/install.php
1593share/moodle/install/lang/pl/langconfig.php 1645share/moodle/install/lang/pl/langconfig.php
1594share/moodle/install/lang/pl/moodle.php 1646share/moodle/install/lang/pl/moodle.php
1595share/moodle/install/lang/pt/admin.php 1647share/moodle/install/lang/pt/admin.php
1596share/moodle/install/lang/pt/error.php 1648share/moodle/install/lang/pt/error.php
1597share/moodle/install/lang/pt/install.php 1649share/moodle/install/lang/pt/install.php
1598share/moodle/install/lang/pt/langconfig.php 1650share/moodle/install/lang/pt/langconfig.php
1599share/moodle/install/lang/pt/moodle.php 1651share/moodle/install/lang/pt/moodle.php
1600share/moodle/install/lang/pt_br/admin.php 1652share/moodle/install/lang/pt_br/admin.php
1601share/moodle/install/lang/pt_br/error.php 1653share/moodle/install/lang/pt_br/error.php
1602share/moodle/install/lang/pt_br/install.php 1654share/moodle/install/lang/pt_br/install.php
@@ -1643,26 +1695,27 @@ share/moodle/install/lang/sr_cr/install. @@ -1643,26 +1695,27 @@ share/moodle/install/lang/sr_cr/install.
1643share/moodle/install/lang/sr_cr/langconfig.php 1695share/moodle/install/lang/sr_cr/langconfig.php
1644share/moodle/install/lang/sr_cr/moodle.php 1696share/moodle/install/lang/sr_cr/moodle.php
1645share/moodle/install/lang/sr_cr_bo/langconfig.php 1697share/moodle/install/lang/sr_cr_bo/langconfig.php
1646share/moodle/install/lang/sr_lt/admin.php 1698share/moodle/install/lang/sr_lt/admin.php
1647share/moodle/install/lang/sr_lt/error.php 1699share/moodle/install/lang/sr_lt/error.php
1648share/moodle/install/lang/sr_lt/install.php 1700share/moodle/install/lang/sr_lt/install.php
1649share/moodle/install/lang/sr_lt/langconfig.php 1701share/moodle/install/lang/sr_lt/langconfig.php
1650share/moodle/install/lang/sr_lt/moodle.php 1702share/moodle/install/lang/sr_lt/moodle.php
1651share/moodle/install/lang/sv/admin.php 1703share/moodle/install/lang/sv/admin.php
1652share/moodle/install/lang/sv/error.php 1704share/moodle/install/lang/sv/error.php
1653share/moodle/install/lang/sv/install.php 1705share/moodle/install/lang/sv/install.php
1654share/moodle/install/lang/sv/langconfig.php 1706share/moodle/install/lang/sv/langconfig.php
1655share/moodle/install/lang/sv/moodle.php 1707share/moodle/install/lang/sv/moodle.php
 1708share/moodle/install/lang/sw/langconfig.php
1656share/moodle/install/lang/ta/admin.php 1709share/moodle/install/lang/ta/admin.php
1657share/moodle/install/lang/ta/error.php 1710share/moodle/install/lang/ta/error.php
1658share/moodle/install/lang/ta/install.php 1711share/moodle/install/lang/ta/install.php
1659share/moodle/install/lang/ta/langconfig.php 1712share/moodle/install/lang/ta/langconfig.php
1660share/moodle/install/lang/ta/moodle.php 1713share/moodle/install/lang/ta/moodle.php
1661share/moodle/install/lang/ta_lk/admin.php 1714share/moodle/install/lang/ta_lk/admin.php
1662share/moodle/install/lang/ta_lk/error.php 1715share/moodle/install/lang/ta_lk/error.php
1663share/moodle/install/lang/ta_lk/install.php 1716share/moodle/install/lang/ta_lk/install.php
1664share/moodle/install/lang/ta_lk/langconfig.php 1717share/moodle/install/lang/ta_lk/langconfig.php
1665share/moodle/install/lang/ta_lk/moodle.php 1718share/moodle/install/lang/ta_lk/moodle.php
1666share/moodle/install/lang/te/admin.php 1719share/moodle/install/lang/te/admin.php
1667share/moodle/install/lang/te/langconfig.php 1720share/moodle/install/lang/te/langconfig.php
1668share/moodle/install/lang/te/moodle.php 1721share/moodle/install/lang/te/moodle.php
@@ -1739,36 +1792,38 @@ share/moodle/lang/en/edufields.php @@ -1739,36 +1792,38 @@ share/moodle/lang/en/edufields.php
1739share/moodle/lang/en/enrol.php 1792share/moodle/lang/en/enrol.php
1740share/moodle/lang/en/error.php 1793share/moodle/lang/en/error.php
1741share/moodle/lang/en/filters.php 1794share/moodle/lang/en/filters.php
1742share/moodle/lang/en/fonts/README.txt 1795share/moodle/lang/en/fonts/README.txt
1743share/moodle/lang/en/form.php 1796share/moodle/lang/en/form.php
1744share/moodle/lang/en/grades.php 1797share/moodle/lang/en/grades.php
1745share/moodle/lang/en/group.php 1798share/moodle/lang/en/group.php
1746share/moodle/lang/en/hub.php 1799share/moodle/lang/en/hub.php
1747share/moodle/lang/en/imscc.php 1800share/moodle/lang/en/imscc.php
1748share/moodle/lang/en/install.php 1801share/moodle/lang/en/install.php
1749share/moodle/lang/en/iso6392.php 1802share/moodle/lang/en/iso6392.php
1750share/moodle/lang/en/langconfig.php 1803share/moodle/lang/en/langconfig.php
1751share/moodle/lang/en/license.php 1804share/moodle/lang/en/license.php
 1805share/moodle/lang/en/mathslib.php
1752share/moodle/lang/en/message.php 1806share/moodle/lang/en/message.php
1753share/moodle/lang/en/mimetypes.php 1807share/moodle/lang/en/mimetypes.php
1754share/moodle/lang/en/mnet.php 1808share/moodle/lang/en/mnet.php
1755share/moodle/lang/en/moodle.org.php 1809share/moodle/lang/en/moodle.org.php
1756share/moodle/lang/en/moodle.php 1810share/moodle/lang/en/moodle.php
1757share/moodle/lang/en/my.php 1811share/moodle/lang/en/my.php
1758share/moodle/lang/en/notes.php 1812share/moodle/lang/en/notes.php
1759share/moodle/lang/en/pagetype.php 1813share/moodle/lang/en/pagetype.php
1760share/moodle/lang/en/pix.php 1814share/moodle/lang/en/pix.php
1761share/moodle/lang/en/plagiarism.php 1815share/moodle/lang/en/plagiarism.php
 1816share/moodle/lang/en/plugin.php
1762share/moodle/lang/en/portfolio.php 1817share/moodle/lang/en/portfolio.php
1763share/moodle/lang/en/question.php 1818share/moodle/lang/en/question.php
1764share/moodle/lang/en/rating.php 1819share/moodle/lang/en/rating.php
1765share/moodle/lang/en/repository.php 1820share/moodle/lang/en/repository.php
1766share/moodle/lang/en/role.php 1821share/moodle/lang/en/role.php
1767share/moodle/lang/en/search.php 1822share/moodle/lang/en/search.php
1768share/moodle/lang/en/simpletest.php 1823share/moodle/lang/en/simpletest.php
1769share/moodle/lang/en/table.php 1824share/moodle/lang/en/table.php
1770share/moodle/lang/en/tag.php 1825share/moodle/lang/en/tag.php
1771share/moodle/lang/en/timezones.php 1826share/moodle/lang/en/timezones.php
1772share/moodle/lang/en/userkey.php 1827share/moodle/lang/en/userkey.php
1773share/moodle/lang/en/webservice.php 1828share/moodle/lang/en/webservice.php
1774share/moodle/lang/en/xmldb.php 1829share/moodle/lang/en/xmldb.php
@@ -2070,310 +2125,317 @@ share/moodle/lib/editor/index.html @@ -2070,310 +2125,317 @@ share/moodle/lib/editor/index.html
2070share/moodle/lib/editor/textarea/lang/en/editor_textarea.php 2125share/moodle/lib/editor/textarea/lang/en/editor_textarea.php
2071share/moodle/lib/editor/textarea/lib.php 2126share/moodle/lib/editor/textarea/lib.php
2072share/moodle/lib/editor/textarea/version.php 2127share/moodle/lib/editor/textarea/version.php
2073share/moodle/lib/editor/tinymce/editor_styles.css 2128share/moodle/lib/editor/tinymce/editor_styles.css
2074share/moodle/lib/editor/tinymce/extra/strings.php 2129share/moodle/lib/editor/tinymce/extra/strings.php
2075share/moodle/lib/editor/tinymce/extra/tools/.cvsignore 2130share/moodle/lib/editor/tinymce/extra/tools/.cvsignore
2076share/moodle/lib/editor/tinymce/extra/tools/download_langs.sh 2131share/moodle/lib/editor/tinymce/extra/tools/download_langs.sh
2077share/moodle/lib/editor/tinymce/extra/tools/update_lang_files.php 2132share/moodle/lib/editor/tinymce/extra/tools/update_lang_files.php
2078share/moodle/lib/editor/tinymce/lang/en/editor_tinymce.php 2133share/moodle/lib/editor/tinymce/lang/en/editor_tinymce.php
2079share/moodle/lib/editor/tinymce/lib.php 2134share/moodle/lib/editor/tinymce/lib.php
2080share/moodle/lib/editor/tinymce/module.js 2135share/moodle/lib/editor/tinymce/module.js
2081share/moodle/lib/editor/tinymce/readme_moodle.txt 2136share/moodle/lib/editor/tinymce/readme_moodle.txt
2082share/moodle/lib/editor/tinymce/settings.php 2137share/moodle/lib/editor/tinymce/settings.php
2083share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/jquery.tinymce.js 2138share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/jquery.tinymce.js
2084share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/langs/en.js 2139share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/langs/en.js
2085share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/license.txt 2140share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/license.txt
2086share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advhr/css/advhr.css 2141share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/advhr/css/advhr.css
2087share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advhr/editor_plugin.js 2142share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/advhr/editor_plugin.js
2088share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advhr/editor_plugin_src.js 2143share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/advhr/editor_plugin_src.js
2089share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advhr/js/rule.js 2144share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/advhr/js/rule.js
2090share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advhr/langs/en_dlg.js 2145share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/advhr/langs/en_dlg.js
2091share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advhr/rule.htm 2146share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/advhr/rule.htm
2092share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advimage/css/advimage.css 2147share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/advimage/css/advimage.css
2093share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advimage/editor_plugin.js 2148share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/advimage/editor_plugin.js
2094share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advimage/editor_plugin_src.js 2149share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/advimage/editor_plugin_src.js
2095share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advimage/image.htm 2150share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/advimage/image.htm
2096share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advimage/img/sample.gif 2151share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/advimage/img/sample.gif
2097share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advimage/js/image.js 2152share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/advimage/js/image.js
2098share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advimage/langs/en_dlg.js 2153share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/advimage/langs/en_dlg.js
2099share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advlink/css/advlink.css 2154share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/advlink/css/advlink.css
2100share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advlink/editor_plugin.js 2155share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/advlink/editor_plugin.js
2101share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advlink/editor_plugin_src.js 2156share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/advlink/editor_plugin_src.js
2102share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advlink/js/advlink.js 2157share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/advlink/js/advlink.js
2103share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advlink/langs/en_dlg.js 2158share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/advlink/langs/en_dlg.js
2104share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advlink/link.htm 2159share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/advlink/link.htm
2105share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advlist/editor_plugin.js 2160share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/advlist/editor_plugin.js
2106share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/advlist/editor_plugin_src.js 2161share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/advlist/editor_plugin_src.js
2107share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/autoresize/editor_plugin.js 2162share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/autolink/editor_plugin.js
2108share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/autoresize/editor_plugin_src.js 2163share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/autolink/editor_plugin_src.js
2109share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/autosave/editor_plugin.js 2164share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/autoresize/editor_plugin.js
2110share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/autosave/editor_plugin_src.js 2165share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/autoresize/editor_plugin_src.js
2111share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/autosave/langs/en.js 2166share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/autosave/editor_plugin.js
2112share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/bbcode/editor_plugin.js 2167share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/autosave/editor_plugin_src.js
2113share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/bbcode/editor_plugin_src.js 2168share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/autosave/langs/en.js
2114share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/contextmenu/editor_plugin.js 2169share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/bbcode/editor_plugin.js
2115share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/contextmenu/editor_plugin_src.js 2170share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/bbcode/editor_plugin_src.js
2116share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/directionality/editor_plugin.js 2171share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/contextmenu/editor_plugin.js
2117share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/directionality/editor_plugin_src.js 2172share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/contextmenu/editor_plugin_src.js
2118share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/dragmath/dragmath.php 2173share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/directionality/editor_plugin.js
2119share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/dragmath/editor_plugin.js 2174share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/directionality/editor_plugin_src.js
2120share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/dragmath/editor_plugin_src.js 2175share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/dragmath/dragmath.php
2121share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/dragmath/img/dragmath.gif 2176share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/dragmath/editor_plugin.js
2122share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/dragmath/js/dragmath.js 2177share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/dragmath/editor_plugin_src.js
2123share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/dragmath/langs/en_dlg.js 2178share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/dragmath/img/dragmath.gif
2124share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/editor_plugin.js 2179share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/dragmath/js/dragmath.js
2125share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/editor_plugin_src.js 2180share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/dragmath/langs/en_dlg.js
2126share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/emotions.htm 2181share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/emotions/editor_plugin.js
2127share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/img/smiley-cool.gif 2182share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/emotions/editor_plugin_src.js
2128share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/img/smiley-cry.gif 2183share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/emotions/emotions.htm
2129share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/img/smiley-embarassed.gif 2184share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/emotions/img/smiley-cool.gif
2130share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/img/smiley-foot-in-mouth.gif 2185share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/emotions/img/smiley-cry.gif
2131share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/img/smiley-frown.gif 2186share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/emotions/img/smiley-embarassed.gif
2132share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/img/smiley-innocent.gif 2187share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/emotions/img/smiley-foot-in-mouth.gif
2133share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/img/smiley-kiss.gif 2188share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/emotions/img/smiley-frown.gif
2134share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/img/smiley-laughing.gif 2189share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/emotions/img/smiley-innocent.gif
2135share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/img/smiley-money-mouth.gif 2190share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/emotions/img/smiley-kiss.gif
2136share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/img/smiley-sealed.gif 2191share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/emotions/img/smiley-laughing.gif
2137share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/img/smiley-smile.gif 2192share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/emotions/img/smiley-money-mouth.gif
2138share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/img/smiley-surprised.gif 2193share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/emotions/img/smiley-sealed.gif
2139share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/img/smiley-tongue-out.gif 2194share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/emotions/img/smiley-smile.gif
2140share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/img/smiley-undecided.gif 2195share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/emotions/img/smiley-surprised.gif
2141share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/img/smiley-wink.gif 2196share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/emotions/img/smiley-tongue-out.gif
2142share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/img/smiley-yell.gif 2197share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/emotions/img/smiley-undecided.gif
2143share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/js/emotions.js 2198share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/emotions/img/smiley-wink.gif
2144share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/emotions/langs/en_dlg.js 2199share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/emotions/img/smiley-yell.gif
2145share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/example/dialog.htm 2200share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/emotions/js/emotions.js
2146share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/example/editor_plugin.js 2201share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/emotions/langs/en_dlg.js
2147share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/example/editor_plugin_src.js 2202share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/example/dialog.htm
2148share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/example/img/example.gif 2203share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/example/editor_plugin.js
2149share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/example/js/dialog.js 2204share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/example/editor_plugin_src.js
2150share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/example/langs/en.js 2205share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/example/img/example.gif
2151share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/example/langs/en_dlg.js 2206share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/example/js/dialog.js
2152share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/fullpage/css/fullpage.css 2207share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/example/langs/en.js
2153share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/fullpage/editor_plugin.js 2208share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/example/langs/en_dlg.js
2154share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/fullpage/editor_plugin_src.js 2209share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/fullpage/css/fullpage.css
2155share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/fullpage/fullpage.htm 2210share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/fullpage/editor_plugin.js
2156share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/fullpage/js/fullpage.js 2211share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/fullpage/editor_plugin_src.js
2157share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/fullpage/langs/en_dlg.js 2212share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/fullpage/fullpage.htm
2158share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/fullscreen/editor_plugin.js 2213share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/fullpage/js/fullpage.js
2159share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/fullscreen/editor_plugin_src.js 2214share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/fullpage/langs/en_dlg.js
2160share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/fullscreen/fullscreen.htm 2215share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/fullscreen/editor_plugin.js
2161share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/iespell/editor_plugin.js 2216share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/fullscreen/editor_plugin_src.js
2162share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/iespell/editor_plugin_src.js 2217share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/fullscreen/fullscreen.htm
2163share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/inlinepopups/editor_plugin.js 2218share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/iespell/editor_plugin.js
2164share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/inlinepopups/editor_plugin_src.js 2219share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/iespell/editor_plugin_src.js
2165share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/inlinepopups/skins/clearlooks2/img/alert.gif 2220share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/inlinepopups/editor_plugin.js
2166share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/inlinepopups/skins/clearlooks2/img/button.gif 2221share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/inlinepopups/editor_plugin_src.js
2167share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif 2222share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/inlinepopups/skins/clearlooks2/img/alert.gif
2168share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif 2223share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/inlinepopups/skins/clearlooks2/img/button.gif
2169share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/inlinepopups/skins/clearlooks2/img/corners.gif 2224share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif
2170share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif 2225share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif
2171share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif 2226share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/inlinepopups/skins/clearlooks2/img/corners.gif
2172share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/inlinepopups/skins/clearlooks2/window.css 2227share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif
2173share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/inlinepopups/template.htm 2228share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif
2174share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/insertdatetime/editor_plugin.js 2229share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/inlinepopups/skins/clearlooks2/window.css
2175share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/insertdatetime/editor_plugin_src.js 2230share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/inlinepopups/template.htm
2176share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/layer/editor_plugin.js 2231share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/insertdatetime/editor_plugin.js
2177share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/layer/editor_plugin_src.js 2232share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/insertdatetime/editor_plugin_src.js
2178share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/legacyoutput/editor_plugin.js 2233share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/layer/editor_plugin.js
2179share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/legacyoutput/editor_plugin_src.js 2234share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/layer/editor_plugin_src.js
2180share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/media/css/content.css 2235share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/legacyoutput/editor_plugin.js
2181share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/media/css/media.css 2236share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/legacyoutput/editor_plugin_src.js
2182share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/media/editor_plugin.js 2237share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/lists/editor_plugin.js
2183share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/media/editor_plugin_src.js 2238share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/lists/editor_plugin_src.js
2184share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/media/img/flash.gif 2239share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/media/css/media.css
2185share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/media/img/flv_player.swf 2240share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/media/editor_plugin.js
2186share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/media/img/quicktime.gif 2241share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/media/editor_plugin_src.js
2187share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/media/img/realmedia.gif 2242share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/media/js/embed.js
2188share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/media/img/shockwave.gif 2243share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/media/js/media.js
2189share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/media/img/trans.gif 2244share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/media/langs/en_dlg.js
2190share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/media/img/windowsmedia.gif 2245share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/media/media.htm
2191share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/media/js/embed.js 2246share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/media/moxieplayer.swf
2192share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/media/js/media.js 2247share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/moodleemoticon/dialog.php
2193share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/media/langs/en_dlg.js 2248share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/moodleemoticon/editor_plugin.js
2194share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/media/media.htm 2249share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/moodleemoticon/editor_plugin_src.js
2195share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/moodleemoticon/dialog.php 2250share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/moodleemoticon/img/moodleemoticon.gif
2196share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/moodleemoticon/editor_plugin.js 2251share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/moodleemoticon/js/dialog_src.js
2197share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/moodleemoticon/editor_plugin_src.js 2252share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/moodleemoticon/js/rev2/dialog.js
2198share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/moodleemoticon/img/moodleemoticon.gif 2253share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/moodlemedia/css/media.css
2199share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/moodleemoticon/js/dialog_src.js 2254share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/moodlemedia/editor_plugin.js
2200share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/moodleemoticon/js/rev2/dialog.js 2255share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/moodlemedia/editor_plugin_src.js
2201share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/moodlemedia/css/media.css 2256share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/moodlemedia/img/icon.gif
2202share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/moodlemedia/editor_plugin.js 2257share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/moodlemedia/js/media.js
2203share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/moodlemedia/editor_plugin_src.js 2258share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/moodlemedia/moodlemedia.htm
2204share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/moodlemedia/img/icon.gif 2259share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/moodlenolink/editor_plugin.js
2205share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/moodlemedia/js/media.js 2260share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/moodlenolink/editor_plugin_src.js
2206share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/moodlemedia/moodlemedia.htm 2261share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/moodlenolink/img/ed_nolink.gif
2207share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/moodlenolink/editor_plugin.js 2262share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/moodlenolink/langs/en.js
2208share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/moodlenolink/editor_plugin_src.js 2263share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/nonbreaking/editor_plugin.js
2209share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/moodlenolink/img/ed_nolink.gif 2264share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/nonbreaking/editor_plugin_src.js
2210share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/moodlenolink/langs/en.js 2265share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/noneditable/editor_plugin.js
2211share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/nonbreaking/editor_plugin.js 2266share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/noneditable/editor_plugin_src.js
2212share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/nonbreaking/editor_plugin_src.js 2267share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/pagebreak/editor_plugin.js
2213share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/noneditable/editor_plugin.js 2268share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/pagebreak/editor_plugin_src.js
2214share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/noneditable/editor_plugin_src.js 2269share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/paste/editor_plugin.js
2215share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/pagebreak/css/content.css 2270share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/paste/editor_plugin_src.js
2216share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/pagebreak/editor_plugin.js 2271share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/paste/js/pastetext.js
2217share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/pagebreak/editor_plugin_src.js 2272share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/paste/js/pasteword.js
2218share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/pagebreak/img/pagebreak.gif 2273share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/paste/langs/en_dlg.js
2219share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/pagebreak/img/trans.gif 2274share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/paste/pastetext.htm
2220share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/paste/editor_plugin.js 2275share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/paste/pasteword.htm
2221share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/paste/editor_plugin_src.js 2276share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/preview/editor_plugin.js
2222share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/paste/js/pastetext.js 2277share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/preview/editor_plugin_src.js
2223share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/paste/js/pasteword.js 2278share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/preview/example.html
2224share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/paste/langs/en_dlg.js 2279share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/preview/jscripts/embed.js
2225share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/paste/pastetext.htm 2280share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/preview/preview.html
2226share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/paste/pasteword.htm 2281share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/print/editor_plugin.js
2227share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/preview/editor_plugin.js 2282share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/print/editor_plugin_src.js
2228share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/preview/editor_plugin_src.js 2283share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/save/editor_plugin.js
2229share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/preview/example.html 2284share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/save/editor_plugin_src.js
2230share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/preview/jscripts/embed.js 2285share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/searchreplace/css/searchreplace.css
2231share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/preview/preview.html 2286share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/searchreplace/editor_plugin.js
2232share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/print/editor_plugin.js 2287share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/searchreplace/editor_plugin_src.js
2233share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/print/editor_plugin_src.js 2288share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/searchreplace/js/searchreplace.js
2234share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/save/editor_plugin.js 2289share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/searchreplace/langs/en_dlg.js
2235share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/save/editor_plugin_src.js 2290share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/searchreplace/searchreplace.htm
2236share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/searchreplace/css/searchreplace.css 2291share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/spellchecker/changelog.txt
2237share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/searchreplace/editor_plugin.js 2292share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/spellchecker/classes/EnchantSpell.php
2238share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/searchreplace/editor_plugin_src.js 2293share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/spellchecker/classes/GoogleSpell.php
2239share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/searchreplace/js/searchreplace.js 2294share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/spellchecker/classes/PSpell.php
2240share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/searchreplace/langs/en_dlg.js 2295share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/spellchecker/classes/PSpellShell.php
2241share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/searchreplace/searchreplace.htm 2296share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/spellchecker/classes/SpellChecker.php
2242share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/spellchecker/changelog.txt 2297share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/spellchecker/classes/utils/JSON.php
2243share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/spellchecker/classes/EnchantSpell.php 2298share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/spellchecker/classes/utils/Logger.php
2244share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/spellchecker/classes/GoogleSpell.php 2299share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/spellchecker/config.php
2245share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/spellchecker/classes/PSpell.php 2300share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/spellchecker/css/content.css
2246share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/spellchecker/classes/PSpellShell.php 2301share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/spellchecker/editor_plugin.js
2247share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/spellchecker/classes/SpellChecker.php 2302share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/spellchecker/editor_plugin_src.js
2248share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/spellchecker/classes/utils/JSON.php 2303share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/spellchecker/img/wline.gif
2249share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/spellchecker/classes/utils/Logger.php 2304share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/spellchecker/includes/general.php
2250share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/spellchecker/config.php 2305share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/spellchecker/rpc.php
2251share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/spellchecker/css/content.css 2306share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/style/css/props.css
2252share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/spellchecker/editor_plugin.js 2307share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/style/editor_plugin.js
2253share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/spellchecker/editor_plugin_src.js 2308share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/style/editor_plugin_src.js
2254share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/spellchecker/img/wline.gif 2309share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/style/js/props.js
2255share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/spellchecker/includes/general.php 2310share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/style/langs/en_dlg.js
2256share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/spellchecker/rpc.php 2311share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/style/props.htm
2257share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/style/css/props.css 2312share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/tabfocus/editor_plugin.js
2258share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/style/editor_plugin.js 2313share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/tabfocus/editor_plugin_src.js
2259share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/style/editor_plugin_src.js 2314share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/table/cell.htm
2260share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/style/js/props.js 2315share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/table/css/cell.css
2261share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/style/langs/en_dlg.js 2316share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/table/css/row.css
2262share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/style/props.htm 2317share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/table/css/table.css
2263share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/tabfocus/editor_plugin.js 2318share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/table/editor_plugin.js
2264share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/tabfocus/editor_plugin_src.js 2319share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/table/editor_plugin_src.js
2265share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/table/cell.htm 2320share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/table/js/cell.js
2266share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/table/css/cell.css 2321share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/table/js/merge_cells.js
2267share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/table/css/row.css 2322share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/table/js/row.js
2268share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/table/css/table.css 2323share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/table/js/table.js
2269share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/table/editor_plugin.js 2324share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/table/langs/en_dlg.js
2270share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/table/editor_plugin_src.js 2325share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/table/merge_cells.htm
2271share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/table/js/cell.js 2326share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/table/row.htm
2272share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/table/js/merge_cells.js 2327share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/table/table.htm
2273share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/table/js/row.js 2328share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/template/blank.htm
2274share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/table/js/table.js 2329share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/template/css/template.css
2275share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/table/langs/en_dlg.js 2330share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/template/editor_plugin.js
2276share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/table/merge_cells.htm 2331share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/template/editor_plugin_src.js
2277share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/table/row.htm 2332share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/template/js/template.js
2278share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/table/table.htm 2333share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/template/langs/en_dlg.js
2279share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/template/blank.htm 2334share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/template/template.htm
2280share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/template/css/template.css 2335share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/visualchars/editor_plugin.js
2281share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/template/editor_plugin.js 2336share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/visualchars/editor_plugin_src.js
2282share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/template/editor_plugin_src.js 2337share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/wordcount/editor_plugin.js
2283share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/template/js/template.js 2338share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/wordcount/editor_plugin_src.js
2284share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/template/langs/en_dlg.js 2339share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/xhtmlxtras/abbr.htm
2285share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/template/template.htm 2340share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/xhtmlxtras/acronym.htm
2286share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/visualchars/editor_plugin.js 2341share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/xhtmlxtras/attributes.htm
2287share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/visualchars/editor_plugin_src.js 2342share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/xhtmlxtras/cite.htm
2288share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/wordcount/editor_plugin.js 2343share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/xhtmlxtras/css/attributes.css
2289share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/wordcount/editor_plugin_src.js 2344share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/xhtmlxtras/css/popup.css
2290share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/abbr.htm 2345share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/xhtmlxtras/del.htm
2291share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/acronym.htm 2346share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/xhtmlxtras/editor_plugin.js
2292share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/attributes.htm 2347share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/xhtmlxtras/editor_plugin_src.js
2293share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/cite.htm 2348share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/xhtmlxtras/ins.htm
2294share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/css/attributes.css 2349share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/xhtmlxtras/js/abbr.js
2295share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/css/popup.css 2350share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/xhtmlxtras/js/acronym.js
2296share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/del.htm 2351share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/xhtmlxtras/js/attributes.js
2297share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/editor_plugin.js 2352share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/xhtmlxtras/js/cite.js
2298share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/editor_plugin_src.js 2353share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/xhtmlxtras/js/del.js
2299share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/ins.htm 2354share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/xhtmlxtras/js/element_common.js
2300share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/js/abbr.js 2355share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/xhtmlxtras/js/ins.js
2301share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/js/acronym.js 2356share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/plugins/xhtmlxtras/langs/en_dlg.js
2302share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/js/attributes.js 2357share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/about.htm
2303share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/js/cite.js 2358share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/anchor.htm
2304share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/js/del.js 2359share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/charmap.htm
2305share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/js/element_common.js 2360share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/color_picker.htm
2306share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/js/ins.js 2361share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/editor_template.js
2307share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/plugins/xhtmlxtras/langs/en_dlg.js 2362share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/editor_template_src.js
2308share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/about.htm 2363share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/image.htm
2309share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/anchor.htm 2364share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/img/colorpicker.jpg
2310share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/charmap.htm 2365share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/img/flash.gif
2311share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/color_picker.htm 2366share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/img/icons.gif
2312share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/editor_template.js 2367share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/img/iframe.gif
2313share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/editor_template_src.js 2368share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/img/pagebreak.gif
2314share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/image.htm 2369share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/img/quicktime.gif
2315share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/img/colorpicker.jpg 2370share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/img/realmedia.gif
2316share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/img/icons.gif 2371share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/img/shockwave.gif
2317share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/js/about.js 2372share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/img/trans.gif
2318share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/js/anchor.js 2373share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/img/video.gif
2319share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/js/charmap.js 2374share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/img/windowsmedia.gif
2320share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/js/color_picker.js 2375share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/js/about.js
2321share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/js/image.js 2376share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/js/anchor.js
2322share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/js/link.js 2377share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/js/charmap.js
2323share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/js/source_editor.js 2378share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/js/color_picker.js
2324share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/langs/en.js 2379share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/js/image.js
2325share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/langs/en_dlg.js 2380share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/js/link.js
2326share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/link.htm 2381share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/js/source_editor.js
2327share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/skins/default/content.css 2382share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/langs/en.js
2328share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/skins/default/dialog.css 2383share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/langs/en_dlg.js
2329share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/skins/default/img/buttons.png 2384share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/link.htm
2330share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/skins/default/img/items.gif 2385share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/shortcuts.htm
2331share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/skins/default/img/menu_arrow.gif 2386share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/skins/default/content.css
2332share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/skins/default/img/menu_check.gif 2387share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/skins/default/dialog.css
2333share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/skins/default/img/progress.gif 2388share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/skins/default/img/buttons.png
2334share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/skins/default/img/tabs.gif 2389share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/skins/default/img/items.gif
2335share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/skins/default/ui.css 2390share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/skins/default/img/menu_arrow.gif
2336share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/skins/o2k7/content.css 2391share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/skins/default/img/menu_check.gif
2337share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/skins/o2k7/dialog.css 2392share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/skins/default/img/progress.gif
2338share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/skins/o2k7/img/button_bg.png 2393share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/skins/default/img/tabs.gif
2339share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/skins/o2k7/img/button_bg_black.png 2394share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/skins/default/ui.css
2340share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/skins/o2k7/img/button_bg_silver.png 2395share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/skins/highcontrast/content.css
2341share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/skins/o2k7/ui.css 2396share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/skins/highcontrast/dialog.css
2342share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/skins/o2k7/ui_black.css 2397share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/skins/highcontrast/ui.css
2343share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/skins/o2k7/ui_silver.css 2398share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/skins/o2k7/content.css
2344share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/advanced/source_editor.htm 2399share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/skins/o2k7/dialog.css
2345share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/simple/editor_template.js 2400share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/skins/o2k7/img/button_bg.png
2346share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/simple/editor_template_src.js 2401share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/skins/o2k7/img/button_bg_black.png
2347share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/simple/img/icons.gif 2402share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/skins/o2k7/img/button_bg_silver.png
2348share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/simple/langs/en.js 2403share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/skins/o2k7/ui.css
2349share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/simple/skins/default/content.css 2404share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/skins/o2k7/ui_black.css
2350share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/simple/skins/default/ui.css 2405share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/skins/o2k7/ui_silver.css
2351share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/simple/skins/o2k7/content.css 2406share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/advanced/source_editor.htm
2352share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/simple/skins/o2k7/img/button_bg.png 2407share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/simple/editor_template.js
2353share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/themes/simple/skins/o2k7/ui.css 2408share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/simple/editor_template_src.js
2354share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/tiny_mce.js 2409share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/simple/img/icons.gif
2355share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/tiny_mce_dev.js 2410share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/simple/langs/en.js
2356share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/tiny_mce_jquery.js 2411share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/simple/skins/default/content.css
2357share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/tiny_mce_jquery_src.js 2412share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/simple/skins/default/ui.css
2358share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/tiny_mce_popup.js 2413share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/simple/skins/o2k7/content.css
2359share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/tiny_mce_popup_src.js 2414share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/simple/skins/o2k7/img/button_bg.png
2360share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/tiny_mce_prototype.js 2415share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/themes/simple/skins/o2k7/ui.css
2361share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/tiny_mce_prototype_src.js 2416share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/tiny_mce.js
2362share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/tiny_mce_src.js 2417share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/tiny_mce_dev.js
2363share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/utils/editable_selects.js 2418share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/tiny_mce_jquery.js
2364share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/utils/form_utils.js 2419share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/tiny_mce_jquery_src.js
2365share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/utils/mctabs.js 2420share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/tiny_mce_popup.js
2366share/moodle/lib/editor/tinymce/tiny_mce/3.3.9.2/utils/validate.js 2421share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/tiny_mce_popup_src.js
 2422share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/tiny_mce_prototype.js
 2423share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/tiny_mce_prototype_src.js
 2424share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/tiny_mce_src.js
 2425share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/utils/editable_selects.js
 2426share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/utils/form_utils.js
 2427share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/utils/mctabs.js
 2428share/moodle/lib/editor/tinymce/tiny_mce/3.4.2/utils/validate.js
2367share/moodle/lib/editor/tinymce/version.php 2429share/moodle/lib/editor/tinymce/version.php
2368share/moodle/lib/editorlib.php 2430share/moodle/lib/editorlib.php
2369share/moodle/lib/emptyfile.php 2431share/moodle/lib/emptyfile.php
2370share/moodle/lib/enrollib.php 2432share/moodle/lib/enrollib.php
2371share/moodle/lib/environmentlib.php 2433share/moodle/lib/environmentlib.php
2372share/moodle/lib/evalmath/evalmath.class.php 2434share/moodle/lib/evalmath/evalmath.class.php
2373share/moodle/lib/evalmath/readme_moodle.txt 2435share/moodle/lib/evalmath/readme_moodle.txt
2374share/moodle/lib/eventslib.php 2436share/moodle/lib/eventslib.php
2375share/moodle/lib/excel/BIFFwriter.php 2437share/moodle/lib/excel/BIFFwriter.php
2376share/moodle/lib/excel/Format.php 2438share/moodle/lib/excel/Format.php
2377share/moodle/lib/excel/OLEwriter.php 2439share/moodle/lib/excel/OLEwriter.php
2378share/moodle/lib/excel/Parser.php 2440share/moodle/lib/excel/Parser.php
2379share/moodle/lib/excel/README.txt 2441share/moodle/lib/excel/README.txt
@@ -2398,72 +2460,77 @@ share/moodle/lib/filestorage/file_archiv @@ -2398,72 +2460,77 @@ share/moodle/lib/filestorage/file_archiv
2398share/moodle/lib/filestorage/file_exceptions.php 2460share/moodle/lib/filestorage/file_exceptions.php
2399share/moodle/lib/filestorage/file_packer.php 2461share/moodle/lib/filestorage/file_packer.php
2400share/moodle/lib/filestorage/file_storage.php 2462share/moodle/lib/filestorage/file_storage.php
2401share/moodle/lib/filestorage/file_types.mm 2463share/moodle/lib/filestorage/file_types.mm
2402share/moodle/lib/filestorage/stored_file.php 2464share/moodle/lib/filestorage/stored_file.php
2403share/moodle/lib/filestorage/zip_archive.php 2465share/moodle/lib/filestorage/zip_archive.php
2404share/moodle/lib/filestorage/zip_packer.php 2466share/moodle/lib/filestorage/zip_packer.php
2405share/moodle/lib/filterlib.php 2467share/moodle/lib/filterlib.php
2406share/moodle/lib/flashdetect/flashdetect.js 2468share/moodle/lib/flashdetect/flashdetect.js
2407share/moodle/lib/flashdetect/flashupgrade.fla 2469share/moodle/lib/flashdetect/flashupgrade.fla
2408share/moodle/lib/flashdetect/flashupgrade.swf 2470share/moodle/lib/flashdetect/flashupgrade.swf
2409share/moodle/lib/flashdetect/message.php 2471share/moodle/lib/flashdetect/message.php
2410share/moodle/lib/flickrlib.php 2472share/moodle/lib/flickrlib.php
2411share/moodle/lib/flowplayer.js 2473share/moodle/lib/flowplayer/README.txt
 2474share/moodle/lib/flowplayer/flowplayer-3.2.6.js
 2475share/moodle/lib/flowplayer/flowplayer-3.2.7.swf
 2476share/moodle/lib/flowplayer/flowplayer.audio-3.2.2.swf
 2477share/moodle/lib/flowplayer/flowplayer.controls-3.2.5.swf
 2478share/moodle/lib/flowplayer/readme_moodle.txt
2412share/moodle/lib/form/advcheckbox.php 2479share/moodle/lib/form/advcheckbox.php
2413share/moodle/lib/form/button.php 2480share/moodle/lib/form/button.php
2414share/moodle/lib/form/cancel.php 2481share/moodle/lib/form/cancel.php
2415share/moodle/lib/form/checkbox.php 2482share/moodle/lib/form/checkbox.php
2416share/moodle/lib/form/dateselector.php 2483share/moodle/lib/form/dateselector.php
2417share/moodle/lib/form/datetimeselector.php 2484share/moodle/lib/form/datetimeselector.php
2418share/moodle/lib/form/duration.php 2485share/moodle/lib/form/duration.php
2419share/moodle/lib/form/editor.php 2486share/moodle/lib/form/editor.php
2420share/moodle/lib/form/file.php 2487share/moodle/lib/form/file.php
2421share/moodle/lib/form/filemanager.js 2488share/moodle/lib/form/filemanager.js
2422share/moodle/lib/form/filemanager.php 2489share/moodle/lib/form/filemanager.php
2423share/moodle/lib/form/filepicker.js 2490share/moodle/lib/form/filepicker.js
2424share/moodle/lib/form/filepicker.php 2491share/moodle/lib/form/filepicker.php
2425share/moodle/lib/form/form.js 2492share/moodle/lib/form/form.js
2426share/moodle/lib/form/format.php 2493share/moodle/lib/form/format.php
2427share/moodle/lib/form/group.php 2494share/moodle/lib/form/group.php
2428share/moodle/lib/form/header.php 2495share/moodle/lib/form/header.php
2429share/moodle/lib/form/hidden.php 2496share/moodle/lib/form/hidden.php
2430share/moodle/lib/form/htmleditor.php 2497share/moodle/lib/form/htmleditor.php
2431share/moodle/lib/form/modgrade.php 2498share/moodle/lib/form/modgrade.php
2432share/moodle/lib/form/modvisible.php 2499share/moodle/lib/form/modvisible.php
2433share/moodle/lib/form/password.php 2500share/moodle/lib/form/password.php
2434share/moodle/lib/form/passwordunmask.js 
2435share/moodle/lib/form/passwordunmask.php 2501share/moodle/lib/form/passwordunmask.php
2436share/moodle/lib/form/questioncategory.php 2502share/moodle/lib/form/questioncategory.php
2437share/moodle/lib/form/radio.php 2503share/moodle/lib/form/radio.php
2438share/moodle/lib/form/recaptcha.php 2504share/moodle/lib/form/recaptcha.php
2439share/moodle/lib/form/searchableselector.js 2505share/moodle/lib/form/searchableselector.js
2440share/moodle/lib/form/searchableselector.php 2506share/moodle/lib/form/searchableselector.php
2441share/moodle/lib/form/select.php 2507share/moodle/lib/form/select.php
2442share/moodle/lib/form/selectgroups.php 2508share/moodle/lib/form/selectgroups.php
2443share/moodle/lib/form/selectwithlink.php 2509share/moodle/lib/form/selectwithlink.php
2444share/moodle/lib/form/selectyesno.php 2510share/moodle/lib/form/selectyesno.php
2445share/moodle/lib/form/simpletest/testduration.php 2511share/moodle/lib/form/simpletest/testduration.php
2446share/moodle/lib/form/static.php 2512share/moodle/lib/form/static.php
2447share/moodle/lib/form/submit.php 2513share/moodle/lib/form/submit.php
2448share/moodle/lib/form/submitlink.php 2514share/moodle/lib/form/submitlink.php
2449share/moodle/lib/form/tags.php 2515share/moodle/lib/form/tags.php
2450share/moodle/lib/form/text.php 2516share/moodle/lib/form/text.php
2451share/moodle/lib/form/textarea.php 2517share/moodle/lib/form/textarea.php
2452share/moodle/lib/form/url.js 2518share/moodle/lib/form/url.js
2453share/moodle/lib/form/url.php 2519share/moodle/lib/form/url.php
2454share/moodle/lib/form/warning.php 2520share/moodle/lib/form/warning.php
2455share/moodle/lib/form/yui/dateselector/assets/skins/sam/dateselector.css 2521share/moodle/lib/form/yui/dateselector/assets/skins/sam/dateselector.css
2456share/moodle/lib/form/yui/dateselector/dateselector.js 2522share/moodle/lib/form/yui/dateselector/dateselector.js
 2523share/moodle/lib/form/yui/passwordunmask/passwordunmask.js
2457share/moodle/lib/formslib.php 2524share/moodle/lib/formslib.php
2458share/moodle/lib/gdlib.php 2525share/moodle/lib/gdlib.php
2459share/moodle/lib/googleapi.php 2526share/moodle/lib/googleapi.php
2460share/moodle/lib/grade/constants.php 2527share/moodle/lib/grade/constants.php
2461share/moodle/lib/grade/grade_category.php 2528share/moodle/lib/grade/grade_category.php
2462share/moodle/lib/grade/grade_grade.php 2529share/moodle/lib/grade/grade_grade.php
2463share/moodle/lib/grade/grade_item.php 2530share/moodle/lib/grade/grade_item.php
2464share/moodle/lib/grade/grade_object.php 2531share/moodle/lib/grade/grade_object.php
2465share/moodle/lib/grade/grade_outcome.php 2532share/moodle/lib/grade/grade_outcome.php
2466share/moodle/lib/grade/grade_scale.php 2533share/moodle/lib/grade/grade_scale.php
2467share/moodle/lib/grade/simpletest/testgradecategory.php 2534share/moodle/lib/grade/simpletest/testgradecategory.php
2468share/moodle/lib/grade/simpletest/testgradegrades.php 2535share/moodle/lib/grade/simpletest/testgradegrades.php
2469share/moodle/lib/grade/simpletest/testgradeitem.php 2536share/moodle/lib/grade/simpletest/testgradeitem.php
@@ -2524,26 +2591,27 @@ share/moodle/lib/htmlpurifier/HTMLPurifi @@ -2524,26 +2591,27 @@ share/moodle/lib/htmlpurifier/HTMLPurifi
2524share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/Background.php 2591share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/Background.php
2525share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/BdoDir.php 2592share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/BdoDir.php
2526share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/BgColor.php 2593share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/BgColor.php
2527share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/BoolToCSS.php 2594share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/BoolToCSS.php
2528share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/Border.php 2595share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/Border.php
2529share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/EnumToCSS.php 2596share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/EnumToCSS.php
2530share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/ImgRequired.php 2597share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/ImgRequired.php
2531share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/ImgSpace.php 2598share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/ImgSpace.php
2532share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/Input.php 2599share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/Input.php
2533share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/Lang.php 2600share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/Lang.php
2534share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/Length.php 2601share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/Length.php
2535share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/Name.php 2602share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/Name.php
2536share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/NameSync.php 2603share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/NameSync.php
 2604share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/Nofollow.php
2537share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/SafeEmbed.php 2605share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/SafeEmbed.php
2538share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/SafeObject.php 2606share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/SafeObject.php
2539share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/SafeParam.php 2607share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/SafeParam.php
2540share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/ScriptRequired.php 2608share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/ScriptRequired.php
2541share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/Textarea.php 2609share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTransform/Textarea.php
2542share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTypes.php 2610share/moodle/lib/htmlpurifier/HTMLPurifier/AttrTypes.php
2543share/moodle/lib/htmlpurifier/HTMLPurifier/AttrValidator.php 2611share/moodle/lib/htmlpurifier/HTMLPurifier/AttrValidator.php
2544share/moodle/lib/htmlpurifier/HTMLPurifier/Bootstrap.php 2612share/moodle/lib/htmlpurifier/HTMLPurifier/Bootstrap.php
2545share/moodle/lib/htmlpurifier/HTMLPurifier/CSSDefinition.php 2613share/moodle/lib/htmlpurifier/HTMLPurifier/CSSDefinition.php
2546share/moodle/lib/htmlpurifier/HTMLPurifier/ChildDef.php 2614share/moodle/lib/htmlpurifier/HTMLPurifier/ChildDef.php
2547share/moodle/lib/htmlpurifier/HTMLPurifier/ChildDef/Chameleon.php 2615share/moodle/lib/htmlpurifier/HTMLPurifier/ChildDef/Chameleon.php
2548share/moodle/lib/htmlpurifier/HTMLPurifier/ChildDef/Custom.php 2616share/moodle/lib/htmlpurifier/HTMLPurifier/ChildDef/Custom.php
2549share/moodle/lib/htmlpurifier/HTMLPurifier/ChildDef/Empty.php 2617share/moodle/lib/htmlpurifier/HTMLPurifier/ChildDef/Empty.php
@@ -2580,33 +2648,36 @@ share/moodle/lib/htmlpurifier/HTMLPurifi @@ -2580,33 +2648,36 @@ share/moodle/lib/htmlpurifier/HTMLPurifi
2580share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefixLocal.txt 2648share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefixLocal.txt
2581share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/AutoFormat.AutoParagraph.txt 2649share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/AutoFormat.AutoParagraph.txt
2582share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/AutoFormat.Custom.txt 2650share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/AutoFormat.Custom.txt
2583share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/AutoFormat.DisplayLinkURI.txt 2651share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/AutoFormat.DisplayLinkURI.txt
2584share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/AutoFormat.Linkify.txt 2652share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/AutoFormat.Linkify.txt
2585share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.DocURL.txt 2653share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.DocURL.txt
2586share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.txt 2654share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.txt
2587share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.Exceptions.txt 2655share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.Exceptions.txt
2588share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.txt 2656share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.txt
2589share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.txt 2657share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.txt
2590share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveSpansWithoutAttributes.txt 2658share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveSpansWithoutAttributes.txt
2591share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/CSS.AllowImportant.txt 2659share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/CSS.AllowImportant.txt
2592share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/CSS.AllowTricky.txt 2660share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/CSS.AllowTricky.txt
 2661share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/CSS.AllowedFonts.txt
2593share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/CSS.AllowedProperties.txt 2662share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/CSS.AllowedProperties.txt
2594share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/CSS.DefinitionRev.txt 2663share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/CSS.DefinitionRev.txt
2595share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/CSS.ForbiddenProperties.txt 2664share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/CSS.ForbiddenProperties.txt
2596share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/CSS.MaxImgLength.txt 2665share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/CSS.MaxImgLength.txt
2597share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/CSS.Proprietary.txt 2666share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/CSS.Proprietary.txt
 2667share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/CSS.Trusted.txt
2598share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Cache.DefinitionImpl.txt 2668share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Cache.DefinitionImpl.txt
2599share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Cache.SerializerPath.txt 2669share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Cache.SerializerPath.txt
 2670share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Cache.SerializerPermissions.txt
2600share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.AggressivelyFixLt.txt 2671share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.AggressivelyFixLt.txt
2601share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.CollectErrors.txt 2672share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.CollectErrors.txt
2602share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.ColorKeywords.txt 2673share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.ColorKeywords.txt
2603share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.ConvertDocumentToFragment.txt 2674share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.ConvertDocumentToFragment.txt
2604share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.DirectLexLineNumberSyncInterval.txt 2675share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.DirectLexLineNumberSyncInterval.txt
2605share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.Encoding.txt 2676share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.Encoding.txt
2606share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidChildren.txt 2677share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidChildren.txt
2607share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidTags.txt 2678share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidTags.txt
2608share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.EscapeNonASCIICharacters.txt 2679share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.EscapeNonASCIICharacters.txt
2609share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.HiddenElements.txt 2680share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.HiddenElements.txt
2610share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.Language.txt 2681share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.Language.txt
2611share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.LexerImpl.txt 2682share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.LexerImpl.txt
2612share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.MaintainLineNumbers.txt 2683share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.MaintainLineNumbers.txt
@@ -2625,37 +2696,39 @@ share/moodle/lib/htmlpurifier/HTMLPurifi @@ -2625,37 +2696,39 @@ share/moodle/lib/htmlpurifier/HTMLPurifi
2625share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.AllowedElements.txt 2696share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.AllowedElements.txt
2626share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.AllowedModules.txt 2697share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.AllowedModules.txt
2627share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.Attr.Name.UseCDATA.txt 2698share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.Attr.Name.UseCDATA.txt
2628share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.BlockWrapper.txt 2699share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.BlockWrapper.txt
2629share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.CoreModules.txt 2700share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.CoreModules.txt
2630share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.CustomDoctype.txt 2701share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.CustomDoctype.txt
2631share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionID.txt 2702share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionID.txt
2632share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionRev.txt 2703share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionRev.txt
2633share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.Doctype.txt 2704share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.Doctype.txt
2634share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.FlashAllowFullScreen.txt 2705share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.FlashAllowFullScreen.txt
2635share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenAttributes.txt 2706share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenAttributes.txt
2636share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenElements.txt 2707share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenElements.txt
2637share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.MaxImgLength.txt 2708share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.MaxImgLength.txt
 2709share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.Nofollow.txt
2638share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.Parent.txt 2710share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.Parent.txt
2639share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.Proprietary.txt 2711share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.Proprietary.txt
2640share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.SafeEmbed.txt 2712share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.SafeEmbed.txt
2641share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.SafeObject.txt 2713share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.SafeObject.txt
2642share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.Strict.txt 2714share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.Strict.txt
2643share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.TidyAdd.txt 2715share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.TidyAdd.txt
2644share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.TidyLevel.txt 2716share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.TidyLevel.txt
2645share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.TidyRemove.txt 2717share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.TidyRemove.txt
2646share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.Trusted.txt 2718share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.Trusted.txt
2647share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.XHTML.txt 2719share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.XHTML.txt
2648share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Output.CommentScriptContents.txt 2720share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Output.CommentScriptContents.txt
 2721share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Output.FixInnerHTML.txt
2649share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Output.FlashCompat.txt 2722share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Output.FlashCompat.txt
2650share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Output.Newline.txt 2723share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Output.Newline.txt
2651share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Output.SortAttr.txt 2724share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Output.SortAttr.txt
2652share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Output.TidyFormat.txt 2725share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Output.TidyFormat.txt
2653share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Test.ForceNoIconv.txt 2726share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Test.ForceNoIconv.txt
2654share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/URI.AllowedSchemes.txt 2727share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/URI.AllowedSchemes.txt
2655share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/URI.Base.txt 2728share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/URI.Base.txt
2656share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/URI.DefaultScheme.txt 2729share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/URI.DefaultScheme.txt
2657share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/URI.DefinitionID.txt 2730share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/URI.DefinitionID.txt
2658share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/URI.DefinitionRev.txt 2731share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/URI.DefinitionRev.txt
2659share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/URI.Disable.txt 2732share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/URI.Disable.txt
2660share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/URI.DisableExternal.txt 2733share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/URI.DisableExternal.txt
2661share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/URI.DisableExternalResources.txt 2734share/moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/URI.DisableExternalResources.txt
@@ -2695,26 +2768,27 @@ share/moodle/lib/htmlpurifier/HTMLPurifi @@ -2695,26 +2768,27 @@ share/moodle/lib/htmlpurifier/HTMLPurifi
2695share/moodle/lib/htmlpurifier/HTMLPurifier/Filter/YouTube.php 2768share/moodle/lib/htmlpurifier/HTMLPurifier/Filter/YouTube.php
2696share/moodle/lib/htmlpurifier/HTMLPurifier/Generator.php 2769share/moodle/lib/htmlpurifier/HTMLPurifier/Generator.php
2697share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLDefinition.php 2770share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLDefinition.php
2698share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule.php 2771share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule.php
2699share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Bdo.php 2772share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Bdo.php
2700share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/CommonAttributes.php 2773share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/CommonAttributes.php
2701share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Edit.php 2774share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Edit.php
2702share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Forms.php 2775share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Forms.php
2703share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Hypertext.php 2776share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Hypertext.php
2704share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Image.php 2777share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Image.php
2705share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Legacy.php 2778share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Legacy.php
2706share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/List.php 2779share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/List.php
2707share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Name.php 2780share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Name.php
 2781share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Nofollow.php
2708share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/NonXMLCommonAttributes.php 2782share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/NonXMLCommonAttributes.php
2709share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Object.php 2783share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Object.php
2710share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Presentation.php 2784share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Presentation.php
2711share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Proprietary.php 2785share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Proprietary.php
2712share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Ruby.php 2786share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Ruby.php
2713share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/SafeEmbed.php 2787share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/SafeEmbed.php
2714share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/SafeObject.php 2788share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/SafeObject.php
2715share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Scripting.php 2789share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Scripting.php
2716share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/StyleAttribute.php 2790share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/StyleAttribute.php
2717share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Tables.php 2791share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Tables.php
2718share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Target.php 2792share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Target.php
2719share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Text.php 2793share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Text.php
2720share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Tidy.php 2794share/moodle/lib/htmlpurifier/HTMLPurifier/HTMLModule/Tidy.php
@@ -3064,26 +3138,27 @@ share/moodle/lib/phpmailer/language/phpm @@ -3064,26 +3138,27 @@ share/moodle/lib/phpmailer/language/phpm
3064share/moodle/lib/phpmailer/language/phpmailer.lang-it.php 3138share/moodle/lib/phpmailer/language/phpmailer.lang-it.php
3065share/moodle/lib/phpmailer/language/phpmailer.lang-ja.php 3139share/moodle/lib/phpmailer/language/phpmailer.lang-ja.php
3066share/moodle/lib/phpmailer/language/phpmailer.lang-nl.php 3140share/moodle/lib/phpmailer/language/phpmailer.lang-nl.php
3067share/moodle/lib/phpmailer/language/phpmailer.lang-no.php 3141share/moodle/lib/phpmailer/language/phpmailer.lang-no.php
3068share/moodle/lib/phpmailer/language/phpmailer.lang-pl.php 3142share/moodle/lib/phpmailer/language/phpmailer.lang-pl.php
3069share/moodle/lib/phpmailer/language/phpmailer.lang-ro.php 3143share/moodle/lib/phpmailer/language/phpmailer.lang-ro.php
3070share/moodle/lib/phpmailer/language/phpmailer.lang-ru.php 3144share/moodle/lib/phpmailer/language/phpmailer.lang-ru.php
3071share/moodle/lib/phpmailer/language/phpmailer.lang-se.php 3145share/moodle/lib/phpmailer/language/phpmailer.lang-se.php
3072share/moodle/lib/phpmailer/language/phpmailer.lang-tr.php 3146share/moodle/lib/phpmailer/language/phpmailer.lang-tr.php
3073share/moodle/lib/phpmailer/language/phpmailer.lang-zh.php 3147share/moodle/lib/phpmailer/language/phpmailer.lang-zh.php
3074share/moodle/lib/phpmailer/language/phpmailer.lang-zh_cn.php 3148share/moodle/lib/phpmailer/language/phpmailer.lang-zh_cn.php
3075share/moodle/lib/phpmailer/moodle_phpmailer.php 3149share/moodle/lib/phpmailer/moodle_phpmailer.php
3076share/moodle/lib/plagiarismlib.php 3150share/moodle/lib/plagiarismlib.php
 3151share/moodle/lib/pluginlib.php
3077share/moodle/lib/portfolio/caller.php 3152share/moodle/lib/portfolio/caller.php
3078share/moodle/lib/portfolio/constants.php 3153share/moodle/lib/portfolio/constants.php
3079share/moodle/lib/portfolio/exceptions.php 3154share/moodle/lib/portfolio/exceptions.php
3080share/moodle/lib/portfolio/exporter.php 3155share/moodle/lib/portfolio/exporter.php
3081share/moodle/lib/portfolio/formats.php 3156share/moodle/lib/portfolio/formats.php
3082share/moodle/lib/portfolio/formats/leap2a/lib.php 3157share/moodle/lib/portfolio/formats/leap2a/lib.php
3083share/moodle/lib/portfolio/forms.php 3158share/moodle/lib/portfolio/forms.php
3084share/moodle/lib/portfolio/plugin.php 3159share/moodle/lib/portfolio/plugin.php
3085share/moodle/lib/portfoliolib.php 3160share/moodle/lib/portfoliolib.php
3086share/moodle/lib/profilerlib.php 3161share/moodle/lib/profilerlib.php
3087share/moodle/lib/questionlib.php 3162share/moodle/lib/questionlib.php
3088share/moodle/lib/recaptchalib.php 3163share/moodle/lib/recaptchalib.php
3089share/moodle/lib/resourcelib.php 3164share/moodle/lib/resourcelib.php
@@ -3119,26 +3194,27 @@ share/moodle/lib/simpletest/testexternal @@ -3119,26 +3194,27 @@ share/moodle/lib/simpletest/testexternal
3119share/moodle/lib/simpletest/testfilelib.php 3194share/moodle/lib/simpletest/testfilelib.php
3120share/moodle/lib/simpletest/testfilterconfig.php 3195share/moodle/lib/simpletest/testfilterconfig.php
3121share/moodle/lib/simpletest/testgradelib.php 3196share/moodle/lib/simpletest/testgradelib.php
3122share/moodle/lib/simpletest/testhtmlpurifier.php 3197share/moodle/lib/simpletest/testhtmlpurifier.php
3123share/moodle/lib/simpletest/testhtmlwriter.php 3198share/moodle/lib/simpletest/testhtmlwriter.php
3124share/moodle/lib/simpletest/testmathslib.php 3199share/moodle/lib/simpletest/testmathslib.php
3125share/moodle/lib/simpletest/testmoodlelib.php 3200share/moodle/lib/simpletest/testmoodlelib.php
3126share/moodle/lib/simpletest/testnavigationlib.php 3201share/moodle/lib/simpletest/testnavigationlib.php
3127share/moodle/lib/simpletest/testoutputcomponents.php 3202share/moodle/lib/simpletest/testoutputcomponents.php
3128share/moodle/lib/simpletest/testoutputlib.php 3203share/moodle/lib/simpletest/testoutputlib.php
3129share/moodle/lib/simpletest/testpagelib_moodlepage.php 3204share/moodle/lib/simpletest/testpagelib_moodlepage.php
3130share/moodle/lib/simpletest/testportfolioaddbutton.php 3205share/moodle/lib/simpletest/testportfolioaddbutton.php
3131share/moodle/lib/simpletest/testportfoliolib.php 3206share/moodle/lib/simpletest/testportfoliolib.php
 3207share/moodle/lib/simpletest/testpurifier.php
3132share/moodle/lib/simpletest/testquestionlib.php 3208share/moodle/lib/simpletest/testquestionlib.php
3133share/moodle/lib/simpletest/testrepositorylib.php 3209share/moodle/lib/simpletest/testrepositorylib.php
3134share/moodle/lib/simpletest/testrss.php 3210share/moodle/lib/simpletest/testrss.php
3135share/moodle/lib/simpletest/testsimpletestlib.php 3211share/moodle/lib/simpletest/testsimpletestlib.php
3136share/moodle/lib/simpletest/testtextlib.php 3212share/moodle/lib/simpletest/testtextlib.php
3137share/moodle/lib/simpletest/testunittestusingdb.php 3213share/moodle/lib/simpletest/testunittestusingdb.php
3138share/moodle/lib/simpletest/testweblib.php 3214share/moodle/lib/simpletest/testweblib.php
3139share/moodle/lib/simpletest/todochecker.php 3215share/moodle/lib/simpletest/todochecker.php
3140share/moodle/lib/simpletestcoveragelib.php 3216share/moodle/lib/simpletestcoveragelib.php
3141share/moodle/lib/simpletestlib.php 3217share/moodle/lib/simpletestlib.php
3142share/moodle/lib/simpletestlib/HELP_MY_TESTS_DONT_WORK_ANYMORE 3218share/moodle/lib/simpletestlib/HELP_MY_TESTS_DONT_WORK_ANYMORE
3143share/moodle/lib/simpletestlib/LICENSE 3219share/moodle/lib/simpletestlib/LICENSE
3144share/moodle/lib/simpletestlib/README 3220share/moodle/lib/simpletestlib/README
@@ -3402,27 +3478,26 @@ share/moodle/lib/typo3/csconvtbl/windows @@ -3402,27 +3478,26 @@ share/moodle/lib/typo3/csconvtbl/windows
3402share/moodle/lib/typo3/csconvtbl/windows-1251.tbl 3478share/moodle/lib/typo3/csconvtbl/windows-1251.tbl
3403share/moodle/lib/typo3/csconvtbl/windows-1252.tbl 3479share/moodle/lib/typo3/csconvtbl/windows-1252.tbl
3404share/moodle/lib/typo3/csconvtbl/windows-1253.tbl 3480share/moodle/lib/typo3/csconvtbl/windows-1253.tbl
3405share/moodle/lib/typo3/csconvtbl/windows-1254.tbl 3481share/moodle/lib/typo3/csconvtbl/windows-1254.tbl
3406share/moodle/lib/typo3/csconvtbl/windows-1255.tbl 3482share/moodle/lib/typo3/csconvtbl/windows-1255.tbl
3407share/moodle/lib/typo3/csconvtbl/windows-1256.tbl 3483share/moodle/lib/typo3/csconvtbl/windows-1256.tbl
3408share/moodle/lib/typo3/csconvtbl/windows-1257.tbl 3484share/moodle/lib/typo3/csconvtbl/windows-1257.tbl
3409share/moodle/lib/typo3/csconvtbl/windows-1258.tbl 3485share/moodle/lib/typo3/csconvtbl/windows-1258.tbl
3410share/moodle/lib/typo3/csconvtbl/windows-874.tbl 3486share/moodle/lib/typo3/csconvtbl/windows-874.tbl
3411share/moodle/lib/typo3/readme_moodle.txt 3487share/moodle/lib/typo3/readme_moodle.txt
3412share/moodle/lib/typo3/unidata/SpecialCasing.txt 3488share/moodle/lib/typo3/unidata/SpecialCasing.txt
3413share/moodle/lib/typo3/unidata/Translit.txt 3489share/moodle/lib/typo3/unidata/Translit.txt
3414share/moodle/lib/typo3/unidata/UnicodeData.txt 3490share/moodle/lib/typo3/unidata/UnicodeData.txt
3415share/moodle/lib/ufo.js 
3416share/moodle/lib/upgradelib.php 3491share/moodle/lib/upgradelib.php
3417share/moodle/lib/uploadlib.php 3492share/moodle/lib/uploadlib.php
3418share/moodle/lib/validateurlsyntax.php 3493share/moodle/lib/validateurlsyntax.php
3419share/moodle/lib/webdavlib.php 3494share/moodle/lib/webdavlib.php
3420share/moodle/lib/weblib.php 3495share/moodle/lib/weblib.php
3421share/moodle/lib/wiki_to_markdown.php 3496share/moodle/lib/wiki_to_markdown.php
3422share/moodle/lib/womenslib.php 3497share/moodle/lib/womenslib.php
3423share/moodle/lib/wordlist.txt 3498share/moodle/lib/wordlist.txt
3424share/moodle/lib/xhprof/CHANGELOG 3499share/moodle/lib/xhprof/CHANGELOG
3425share/moodle/lib/xhprof/CREDITS 3500share/moodle/lib/xhprof/CREDITS
3426share/moodle/lib/xhprof/LICENSE 3501share/moodle/lib/xhprof/LICENSE
3427share/moodle/lib/xhprof/README 3502share/moodle/lib/xhprof/README
3428share/moodle/lib/xhprof/index.html 3503share/moodle/lib/xhprof/index.html
@@ -5753,129 +5828,161 @@ share/moodle/lib/zend/Zend/XmlRpc/Value/ @@ -5753,129 +5828,161 @@ share/moodle/lib/zend/Zend/XmlRpc/Value/
5753share/moodle/lib/zend/Zend/XmlRpc/Value/Base64.php 5828share/moodle/lib/zend/Zend/XmlRpc/Value/Base64.php
5754share/moodle/lib/zend/Zend/XmlRpc/Value/BigInteger.php 5829share/moodle/lib/zend/Zend/XmlRpc/Value/BigInteger.php
5755share/moodle/lib/zend/Zend/XmlRpc/Value/Boolean.php 5830share/moodle/lib/zend/Zend/XmlRpc/Value/Boolean.php
5756share/moodle/lib/zend/Zend/XmlRpc/Value/Collection.php 5831share/moodle/lib/zend/Zend/XmlRpc/Value/Collection.php
5757share/moodle/lib/zend/Zend/XmlRpc/Value/DateTime.php 5832share/moodle/lib/zend/Zend/XmlRpc/Value/DateTime.php
5758share/moodle/lib/zend/Zend/XmlRpc/Value/Double.php 5833share/moodle/lib/zend/Zend/XmlRpc/Value/Double.php
5759share/moodle/lib/zend/Zend/XmlRpc/Value/Exception.php 5834share/moodle/lib/zend/Zend/XmlRpc/Value/Exception.php
5760share/moodle/lib/zend/Zend/XmlRpc/Value/Integer.php 5835share/moodle/lib/zend/Zend/XmlRpc/Value/Integer.php
5761share/moodle/lib/zend/Zend/XmlRpc/Value/Nil.php 5836share/moodle/lib/zend/Zend/XmlRpc/Value/Nil.php
5762share/moodle/lib/zend/Zend/XmlRpc/Value/Scalar.php 5837share/moodle/lib/zend/Zend/XmlRpc/Value/Scalar.php
5763share/moodle/lib/zend/Zend/XmlRpc/Value/String.php 5838share/moodle/lib/zend/Zend/XmlRpc/Value/String.php
5764share/moodle/lib/zend/Zend/XmlRpc/Value/Struct.php 5839share/moodle/lib/zend/Zend/XmlRpc/Value/Struct.php
5765share/moodle/lib/zend/readme_moodle.txt 5840share/moodle/lib/zend/readme_moodle.txt
 5841share/moodle/local/qeupgradehelper/README.txt
 5842share/moodle/local/qeupgradehelper/afterupgradelib.php
 5843share/moodle/local/qeupgradehelper/convertquiz.php
 5844share/moodle/local/qeupgradehelper/cronsetup.php
 5845share/moodle/local/qeupgradehelper/cronsetup_form.php
 5846share/moodle/local/qeupgradehelper/extracttestcase.php
 5847share/moodle/local/qeupgradehelper/extracttestcase_form.php
 5848share/moodle/local/qeupgradehelper/index.php
 5849share/moodle/local/qeupgradehelper/lang/en/local_qeupgradehelper.php
 5850share/moodle/local/qeupgradehelper/lib.php
 5851share/moodle/local/qeupgradehelper/listpreupgrade.php
 5852share/moodle/local/qeupgradehelper/listtodo.php
 5853share/moodle/local/qeupgradehelper/listupgraded.php
 5854share/moodle/local/qeupgradehelper/locallib.php
 5855share/moodle/local/qeupgradehelper/partialupgrade-example.php
 5856share/moodle/local/qeupgradehelper/renderer.php
 5857share/moodle/local/qeupgradehelper/resetquiz.php
 5858share/moodle/local/qeupgradehelper/settings.php
 5859share/moodle/local/qeupgradehelper/styles.css
 5860share/moodle/local/qeupgradehelper/version.php
5766share/moodle/local/readme.txt 5861share/moodle/local/readme.txt
5767share/moodle/login/change_password.php 5862share/moodle/login/change_password.php
5768share/moodle/login/change_password_form.php 5863share/moodle/login/change_password_form.php
5769share/moodle/login/confirm.php 5864share/moodle/login/confirm.php
5770share/moodle/login/environment.php 5865share/moodle/login/environment.php
5771share/moodle/login/forgot_password.php 5866share/moodle/login/forgot_password.php
5772share/moodle/login/forgot_password_form.php 5867share/moodle/login/forgot_password_form.php
5773share/moodle/login/index.php 5868share/moodle/login/index.php
5774share/moodle/login/index_form.html 5869share/moodle/login/index_form.html
5775share/moodle/login/logout.php 5870share/moodle/login/logout.php
5776share/moodle/login/restored_password_form.php 5871share/moodle/login/restored_password_form.php
5777share/moodle/login/signup.php 5872share/moodle/login/signup.php
5778share/moodle/login/signup_form.php 5873share/moodle/login/signup_form.php
 5874share/moodle/login/token.php
5779share/moodle/message/bell.wav 5875share/moodle/message/bell.wav
 5876share/moodle/message/defaultoutputs.php
5780share/moodle/message/discussion.php 5877share/moodle/message/discussion.php
5781share/moodle/message/edit.php 5878share/moodle/message/edit.php
 5879share/moodle/message/externallib.php
5782share/moodle/message/index.php 5880share/moodle/message/index.php
5783share/moodle/message/lib.php 5881share/moodle/message/lib.php
5784share/moodle/message/module.js 5882share/moodle/message/module.js
5785share/moodle/message/output/email/db/install.php 5883share/moodle/message/output/email/db/install.php
5786share/moodle/message/output/email/db/upgrade.php 5884share/moodle/message/output/email/db/upgrade.php
5787share/moodle/message/output/email/lang/en/message_email.php 5885share/moodle/message/output/email/lang/en/message_email.php
5788share/moodle/message/output/email/lib.php 5886share/moodle/message/output/email/lib.php
5789share/moodle/message/output/email/message_output_email.php 5887share/moodle/message/output/email/message_output_email.php
 5888share/moodle/message/output/email/settings.php
5790share/moodle/message/output/email/version.php 5889share/moodle/message/output/email/version.php
5791share/moodle/message/output/jabber/db/install.php 5890share/moodle/message/output/jabber/db/install.php
5792share/moodle/message/output/jabber/db/upgrade.php 5891share/moodle/message/output/jabber/db/upgrade.php
5793share/moodle/message/output/jabber/lang/en/message_jabber.php 5892share/moodle/message/output/jabber/lang/en/message_jabber.php
5794share/moodle/message/output/jabber/lib.php 5893share/moodle/message/output/jabber/lib.php
5795share/moodle/message/output/jabber/message_output_jabber.php 5894share/moodle/message/output/jabber/message_output_jabber.php
 5895share/moodle/message/output/jabber/settings.php
5796share/moodle/message/output/jabber/version.php 5896share/moodle/message/output/jabber/version.php
5797share/moodle/message/output/lib.php 5897share/moodle/message/output/lib.php
5798share/moodle/message/output/popup/db/install.php 5898share/moodle/message/output/popup/db/install.php
5799share/moodle/message/output/popup/db/upgrade.php 5899share/moodle/message/output/popup/db/upgrade.php
5800share/moodle/message/output/popup/lang/en/message_popup.php 5900share/moodle/message/output/popup/lang/en/message_popup.php
5801share/moodle/message/output/popup/lib.php 5901share/moodle/message/output/popup/lib.php
5802share/moodle/message/output/popup/message_output_popup.php 5902share/moodle/message/output/popup/message_output_popup.php
5803share/moodle/message/output/popup/version.php 5903share/moodle/message/output/popup/version.php
 5904share/moodle/message/renderer.php
5804share/moodle/message/search.html 5905share/moodle/message/search.html
5805share/moodle/message/search_advanced.html 5906share/moodle/message/search_advanced.html
5806share/moodle/message/send_form.php 5907share/moodle/message/send_form.php
5807share/moodle/message/settings.html 5908share/moodle/message/settings.html
5808share/moodle/mnet/environment.php 5909share/moodle/mnet/environment.php
5809share/moodle/mnet/lib.php 5910share/moodle/mnet/lib.php
5810share/moodle/mnet/peer.php 5911share/moodle/mnet/peer.php
5811share/moodle/mnet/publickey.php 5912share/moodle/mnet/publickey.php
5812share/moodle/mnet/remote_client.php 5913share/moodle/mnet/remote_client.php
5813share/moodle/mnet/service/enrol/course.php 5914share/moodle/mnet/service/enrol/course.php
5814share/moodle/mnet/service/enrol/db/install.xml 5915share/moodle/mnet/service/enrol/db/install.xml
5815share/moodle/mnet/service/enrol/host.php 5916share/moodle/mnet/service/enrol/host.php
5816share/moodle/mnet/service/enrol/index.php 5917share/moodle/mnet/service/enrol/index.php
5817share/moodle/mnet/service/enrol/lang/en/mnetservice_enrol.php 5918share/moodle/mnet/service/enrol/lang/en/mnetservice_enrol.php
5818share/moodle/mnet/service/enrol/locallib.php 5919share/moodle/mnet/service/enrol/locallib.php
5819share/moodle/mnet/service/enrol/styles.css 5920share/moodle/mnet/service/enrol/styles.css
5820share/moodle/mnet/service/enrol/version.php 5921share/moodle/mnet/service/enrol/version.php
5821share/moodle/mnet/xmlrpc/client.php 5922share/moodle/mnet/xmlrpc/client.php
5822share/moodle/mnet/xmlrpc/server.php 5923share/moodle/mnet/xmlrpc/server.php
5823share/moodle/mnet/xmlrpc/serverlib.php 5924share/moodle/mnet/xmlrpc/serverlib.php
5824share/moodle/mnet/xmlrpc/xmlparser.php 5925share/moodle/mnet/xmlrpc/xmlparser.php
5825share/moodle/mod/README.txt 5926share/moodle/mod/README.txt
5826share/moodle/mod/assignment/assignment.js 5927share/moodle/mod/assignment/assignment.js
 5928share/moodle/mod/assignment/backup/moodle1/lib.php
5827share/moodle/mod/assignment/backup/moodle2/backup_assignment_activity_task.class.php 5929share/moodle/mod/assignment/backup/moodle2/backup_assignment_activity_task.class.php
5828share/moodle/mod/assignment/backup/moodle2/backup_assignment_stepslib.php 5930share/moodle/mod/assignment/backup/moodle2/backup_assignment_stepslib.php
5829share/moodle/mod/assignment/backup/moodle2/restore_assignment_activity_task.class.php 5931share/moodle/mod/assignment/backup/moodle2/restore_assignment_activity_task.class.php
5830share/moodle/mod/assignment/backup/moodle2/restore_assignment_stepslib.php 5932share/moodle/mod/assignment/backup/moodle2/restore_assignment_stepslib.php
5831share/moodle/mod/assignment/db/access.php 5933share/moodle/mod/assignment/db/access.php
5832share/moodle/mod/assignment/db/events.php 5934share/moodle/mod/assignment/db/events.php
5833share/moodle/mod/assignment/db/install.xml 5935share/moodle/mod/assignment/db/install.xml
5834share/moodle/mod/assignment/db/log.php 5936share/moodle/mod/assignment/db/log.php
5835share/moodle/mod/assignment/db/messages.php 5937share/moodle/mod/assignment/db/messages.php
5836share/moodle/mod/assignment/db/subplugins.php 5938share/moodle/mod/assignment/db/subplugins.php
5837share/moodle/mod/assignment/db/upgrade.php 5939share/moodle/mod/assignment/db/upgrade.php
5838share/moodle/mod/assignment/delete.php 5940share/moodle/mod/assignment/delete.php
5839share/moodle/mod/assignment/grade.php 5941share/moodle/mod/assignment/grade.php
5840share/moodle/mod/assignment/index.php 5942share/moodle/mod/assignment/index.php
5841share/moodle/mod/assignment/lang/en/assignment.php 5943share/moodle/mod/assignment/lang/en/assignment.php
5842share/moodle/mod/assignment/lib.php 5944share/moodle/mod/assignment/lib.php
5843share/moodle/mod/assignment/locallib.php 5945share/moodle/mod/assignment/locallib.php
5844share/moodle/mod/assignment/mod_form.php 5946share/moodle/mod/assignment/mod_form.php
5845share/moodle/mod/assignment/pix/icon.gif 5947share/moodle/mod/assignment/pix/icon.gif
5846share/moodle/mod/assignment/renderer.php 5948share/moodle/mod/assignment/renderer.php
5847share/moodle/mod/assignment/settings.php 5949share/moodle/mod/assignment/settings.php
5848share/moodle/mod/assignment/simpletest/test_assignment_portfolio_callers.php 5950share/moodle/mod/assignment/simpletest/test_assignment_portfolio_callers.php
5849share/moodle/mod/assignment/styles.css 5951share/moodle/mod/assignment/styles.css
5850share/moodle/mod/assignment/submissions.php 5952share/moodle/mod/assignment/submissions.php
5851share/moodle/mod/assignment/type/offline/assignment.class.php 5953share/moodle/mod/assignment/type/offline/assignment.class.php
 5954share/moodle/mod/assignment/type/offline/backup/moodle1/lib.php
5852share/moodle/mod/assignment/type/offline/backup/moodle2/backup_assignment_offline_subplugin.class.php 5955share/moodle/mod/assignment/type/offline/backup/moodle2/backup_assignment_offline_subplugin.class.php
5853share/moodle/mod/assignment/type/offline/backup/moodle2/restore_assignment_offline_subplugin.class.php 5956share/moodle/mod/assignment/type/offline/backup/moodle2/restore_assignment_offline_subplugin.class.php
5854share/moodle/mod/assignment/type/online/all.php 5957share/moodle/mod/assignment/type/online/all.php
5855share/moodle/mod/assignment/type/online/assignment.class.php 5958share/moodle/mod/assignment/type/online/assignment.class.php
 5959share/moodle/mod/assignment/type/online/backup/moodle1/lib.php
5856share/moodle/mod/assignment/type/online/file.php 5960share/moodle/mod/assignment/type/online/file.php
5857share/moodle/mod/assignment/type/online/version.php 5961share/moodle/mod/assignment/type/online/version.php
5858share/moodle/mod/assignment/type/upload/assignment.class.php 5962share/moodle/mod/assignment/type/upload/assignment.class.php
 5963share/moodle/mod/assignment/type/upload/backup/moodle1/lib.php
5859share/moodle/mod/assignment/type/upload/notes.php 5964share/moodle/mod/assignment/type/upload/notes.php
5860share/moodle/mod/assignment/type/upload/upload.php 5965share/moodle/mod/assignment/type/upload/upload.php
5861share/moodle/mod/assignment/type/upload/upload_form.php 5966share/moodle/mod/assignment/type/upload/upload_form.php
5862share/moodle/mod/assignment/type/uploadsingle/assignment.class.php 5967share/moodle/mod/assignment/type/uploadsingle/assignment.class.php
 5968share/moodle/mod/assignment/type/uploadsingle/backup/moodle1/lib.php
5863share/moodle/mod/assignment/type/uploadsingle/upload.php 5969share/moodle/mod/assignment/type/uploadsingle/upload.php
5864share/moodle/mod/assignment/type/uploadsingle/upload_form.php 5970share/moodle/mod/assignment/type/uploadsingle/upload_form.php
5865share/moodle/mod/assignment/upload.php 5971share/moodle/mod/assignment/upload.php
5866share/moodle/mod/assignment/version.php 5972share/moodle/mod/assignment/version.php
5867share/moodle/mod/assignment/view.php 5973share/moodle/mod/assignment/view.php
5868share/moodle/mod/chat/README.txt 5974share/moodle/mod/chat/README.txt
 5975share/moodle/mod/chat/backup/moodle1/lib.php
5869share/moodle/mod/chat/backup/moodle2/backup_chat_activity_task.class.php 5976share/moodle/mod/chat/backup/moodle2/backup_chat_activity_task.class.php
5870share/moodle/mod/chat/backup/moodle2/backup_chat_stepslib.php 5977share/moodle/mod/chat/backup/moodle2/backup_chat_stepslib.php
5871share/moodle/mod/chat/backup/moodle2/restore_chat_activity_task.class.php 5978share/moodle/mod/chat/backup/moodle2/restore_chat_activity_task.class.php
5872share/moodle/mod/chat/backup/moodle2/restore_chat_stepslib.php 5979share/moodle/mod/chat/backup/moodle2/restore_chat_stepslib.php
5873share/moodle/mod/chat/beep.wav 5980share/moodle/mod/chat/beep.wav
5874share/moodle/mod/chat/chat_ajax.php 5981share/moodle/mod/chat/chat_ajax.php
5875share/moodle/mod/chat/chatd.php 5982share/moodle/mod/chat/chatd.php
5876share/moodle/mod/chat/db/access.php 5983share/moodle/mod/chat/db/access.php
5877share/moodle/mod/chat/db/events.php 5984share/moodle/mod/chat/db/events.php
5878share/moodle/mod/chat/db/install.xml 5985share/moodle/mod/chat/db/install.xml
5879share/moodle/mod/chat/db/log.php 5986share/moodle/mod/chat/db/log.php
5880share/moodle/mod/chat/db/upgrade.php 5987share/moodle/mod/chat/db/upgrade.php
5881share/moodle/mod/chat/empty.php 5988share/moodle/mod/chat/empty.php
@@ -5903,47 +6010,49 @@ share/moodle/mod/chat/gui_sockets/chatin @@ -5903,47 +6010,49 @@ share/moodle/mod/chat/gui_sockets/chatin
5903share/moodle/mod/chat/gui_sockets/index.php 6010share/moodle/mod/chat/gui_sockets/index.php
5904share/moodle/mod/chat/index.php 6011share/moodle/mod/chat/index.php
5905share/moodle/mod/chat/lang/en/chat.php 6012share/moodle/mod/chat/lang/en/chat.php
5906share/moodle/mod/chat/lib.php 6013share/moodle/mod/chat/lib.php
5907share/moodle/mod/chat/locallib.php 6014share/moodle/mod/chat/locallib.php
5908share/moodle/mod/chat/mod_form.php 6015share/moodle/mod/chat/mod_form.php
5909share/moodle/mod/chat/pix/icon.gif 6016share/moodle/mod/chat/pix/icon.gif
5910share/moodle/mod/chat/report.php 6017share/moodle/mod/chat/report.php
5911share/moodle/mod/chat/settings.php 6018share/moodle/mod/chat/settings.php
5912share/moodle/mod/chat/simpletest/test_chat_portfolio_callers.php 6019share/moodle/mod/chat/simpletest/test_chat_portfolio_callers.php
5913share/moodle/mod/chat/styles.css 6020share/moodle/mod/chat/styles.css
5914share/moodle/mod/chat/version.php 6021share/moodle/mod/chat/version.php
5915share/moodle/mod/chat/view.php 6022share/moodle/mod/chat/view.php
 6023share/moodle/mod/choice/backup/moodle1/lib.php
5916share/moodle/mod/choice/backup/moodle2/backup_choice_activity_task.class.php 6024share/moodle/mod/choice/backup/moodle2/backup_choice_activity_task.class.php
5917share/moodle/mod/choice/backup/moodle2/backup_choice_settingslib.php 6025share/moodle/mod/choice/backup/moodle2/backup_choice_settingslib.php
5918share/moodle/mod/choice/backup/moodle2/backup_choice_stepslib.php 6026share/moodle/mod/choice/backup/moodle2/backup_choice_stepslib.php
5919share/moodle/mod/choice/backup/moodle2/restore_choice_activity_task.class.php 6027share/moodle/mod/choice/backup/moodle2/restore_choice_activity_task.class.php
5920share/moodle/mod/choice/backup/moodle2/restore_choice_stepslib.php 6028share/moodle/mod/choice/backup/moodle2/restore_choice_stepslib.php
5921share/moodle/mod/choice/db/access.php 6029share/moodle/mod/choice/db/access.php
5922share/moodle/mod/choice/db/install.xml 6030share/moodle/mod/choice/db/install.xml
5923share/moodle/mod/choice/db/log.php 6031share/moodle/mod/choice/db/log.php
5924share/moodle/mod/choice/db/upgrade.php 6032share/moodle/mod/choice/db/upgrade.php
5925share/moodle/mod/choice/index.php 6033share/moodle/mod/choice/index.php
5926share/moodle/mod/choice/lang/en/choice.php 6034share/moodle/mod/choice/lang/en/choice.php
5927share/moodle/mod/choice/lib.php 6035share/moodle/mod/choice/lib.php
5928share/moodle/mod/choice/mod_form.php 6036share/moodle/mod/choice/mod_form.php
5929share/moodle/mod/choice/pix/column.png 6037share/moodle/mod/choice/pix/column.png
5930share/moodle/mod/choice/pix/icon.gif 6038share/moodle/mod/choice/pix/icon.gif
5931share/moodle/mod/choice/pix/row.png 6039share/moodle/mod/choice/pix/row.png
5932share/moodle/mod/choice/renderer.php 6040share/moodle/mod/choice/renderer.php
5933share/moodle/mod/choice/report.php 6041share/moodle/mod/choice/report.php
5934share/moodle/mod/choice/styles.css 6042share/moodle/mod/choice/styles.css
5935share/moodle/mod/choice/version.php 6043share/moodle/mod/choice/version.php
5936share/moodle/mod/choice/view.php 6044share/moodle/mod/choice/view.php
 6045share/moodle/mod/data/backup/moodle1/lib.php
5937share/moodle/mod/data/backup/moodle2/backup_data_activity_task.class.php 6046share/moodle/mod/data/backup/moodle2/backup_data_activity_task.class.php
5938share/moodle/mod/data/backup/moodle2/backup_data_stepslib.php 6047share/moodle/mod/data/backup/moodle2/backup_data_stepslib.php
5939share/moodle/mod/data/backup/moodle2/restore_data_activity_task.class.php 6048share/moodle/mod/data/backup/moodle2/restore_data_activity_task.class.php
5940share/moodle/mod/data/backup/moodle2/restore_data_stepslib.php 6049share/moodle/mod/data/backup/moodle2/restore_data_stepslib.php
5941share/moodle/mod/data/css.php 6050share/moodle/mod/data/css.php
5942share/moodle/mod/data/data.js 6051share/moodle/mod/data/data.js
5943share/moodle/mod/data/db/access.php 6052share/moodle/mod/data/db/access.php
5944share/moodle/mod/data/db/install.xml 6053share/moodle/mod/data/db/install.xml
5945share/moodle/mod/data/db/log.php 6054share/moodle/mod/data/db/log.php
5946share/moodle/mod/data/db/subplugins.php 6055share/moodle/mod/data/db/subplugins.php
5947share/moodle/mod/data/db/upgrade.php 6056share/moodle/mod/data/db/upgrade.php
5948share/moodle/mod/data/edit.php 6057share/moodle/mod/data/edit.php
5949share/moodle/mod/data/export.php 6058share/moodle/mod/data/export.php
@@ -6014,26 +6123,27 @@ share/moodle/mod/data/rsslib.php @@ -6014,26 +6123,27 @@ share/moodle/mod/data/rsslib.php
6014share/moodle/mod/data/settings.php 6123share/moodle/mod/data/settings.php
6015share/moodle/mod/data/simpletest/test_data_portfolio_callers.php 6124share/moodle/mod/data/simpletest/test_data_portfolio_callers.php
6016share/moodle/mod/data/simpletest/testpreset.php 6125share/moodle/mod/data/simpletest/testpreset.php
6017share/moodle/mod/data/styles.css 6126share/moodle/mod/data/styles.css
6018share/moodle/mod/data/tabs.php 6127share/moodle/mod/data/tabs.php
6019share/moodle/mod/data/templates.php 6128share/moodle/mod/data/templates.php
6020share/moodle/mod/data/version.php 6129share/moodle/mod/data/version.php
6021share/moodle/mod/data/view.php 6130share/moodle/mod/data/view.php
6022share/moodle/mod/feedback/README.txt 6131share/moodle/mod/feedback/README.txt
6023share/moodle/mod/feedback/TODO.txt 6132share/moodle/mod/feedback/TODO.txt
6024share/moodle/mod/feedback/analysis.php 6133share/moodle/mod/feedback/analysis.php
6025share/moodle/mod/feedback/analysis_course.php 6134share/moodle/mod/feedback/analysis_course.php
6026share/moodle/mod/feedback/analysis_to_excel.php 6135share/moodle/mod/feedback/analysis_to_excel.php
 6136share/moodle/mod/feedback/backup/moodle1/lib.php
6027share/moodle/mod/feedback/backup/moodle2/backup_feedback_activity_task.class.php 6137share/moodle/mod/feedback/backup/moodle2/backup_feedback_activity_task.class.php
6028share/moodle/mod/feedback/backup/moodle2/backup_feedback_settingslib.php 6138share/moodle/mod/feedback/backup/moodle2/backup_feedback_settingslib.php
6029share/moodle/mod/feedback/backup/moodle2/backup_feedback_stepslib.php 6139share/moodle/mod/feedback/backup/moodle2/backup_feedback_stepslib.php
6030share/moodle/mod/feedback/backup/moodle2/restore_feedback_activity_task.class.php 6140share/moodle/mod/feedback/backup/moodle2/restore_feedback_activity_task.class.php
6031share/moodle/mod/feedback/backup/moodle2/restore_feedback_stepslib.php 6141share/moodle/mod/feedback/backup/moodle2/restore_feedback_stepslib.php
6032share/moodle/mod/feedback/choose_group_form.php 6142share/moodle/mod/feedback/choose_group_form.php
6033share/moodle/mod/feedback/complete.php 6143share/moodle/mod/feedback/complete.php
6034share/moodle/mod/feedback/complete_guest.php 6144share/moodle/mod/feedback/complete_guest.php
6035share/moodle/mod/feedback/db/access.php 6145share/moodle/mod/feedback/db/access.php
6036share/moodle/mod/feedback/db/install.php 6146share/moodle/mod/feedback/db/install.php
6037share/moodle/mod/feedback/db/install.xml 6147share/moodle/mod/feedback/db/install.xml
6038share/moodle/mod/feedback/db/log.php 6148share/moodle/mod/feedback/db/log.php
6039share/moodle/mod/feedback/db/messages.php 6149share/moodle/mod/feedback/db/messages.php
@@ -6090,50 +6200,52 @@ share/moodle/mod/feedback/pics/required. @@ -6090,50 +6200,52 @@ share/moodle/mod/feedback/pics/required.
6090share/moodle/mod/feedback/pix/icon.gif 6200share/moodle/mod/feedback/pix/icon.gif
6091share/moodle/mod/feedback/print.php 6201share/moodle/mod/feedback/print.php
6092share/moodle/mod/feedback/settings.php 6202share/moodle/mod/feedback/settings.php
6093share/moodle/mod/feedback/show_entries.php 6203share/moodle/mod/feedback/show_entries.php
6094share/moodle/mod/feedback/show_entries_anonym.php 6204share/moodle/mod/feedback/show_entries_anonym.php
6095share/moodle/mod/feedback/show_nonrespondents.php 6205share/moodle/mod/feedback/show_nonrespondents.php
6096share/moodle/mod/feedback/styles.css 6206share/moodle/mod/feedback/styles.css
6097share/moodle/mod/feedback/tabs.php 6207share/moodle/mod/feedback/tabs.php
6098share/moodle/mod/feedback/unmapcourse.php 6208share/moodle/mod/feedback/unmapcourse.php
6099share/moodle/mod/feedback/use_templ.php 6209share/moodle/mod/feedback/use_templ.php
6100share/moodle/mod/feedback/use_templ_form.php 6210share/moodle/mod/feedback/use_templ_form.php
6101share/moodle/mod/feedback/version.php 6211share/moodle/mod/feedback/version.php
6102share/moodle/mod/feedback/view.php 6212share/moodle/mod/feedback/view.php
 6213share/moodle/mod/folder/backup/moodle1/lib.php
6103share/moodle/mod/folder/backup/moodle2/backup_folder_activity_task.class.php 6214share/moodle/mod/folder/backup/moodle2/backup_folder_activity_task.class.php
6104share/moodle/mod/folder/backup/moodle2/backup_folder_stepslib.php 6215share/moodle/mod/folder/backup/moodle2/backup_folder_stepslib.php
6105share/moodle/mod/folder/backup/moodle2/restore_folder_activity_task.class.php 6216share/moodle/mod/folder/backup/moodle2/restore_folder_activity_task.class.php
6106share/moodle/mod/folder/backup/moodle2/restore_folder_stepslib.php 6217share/moodle/mod/folder/backup/moodle2/restore_folder_stepslib.php
6107share/moodle/mod/folder/db/access.php 6218share/moodle/mod/folder/db/access.php
6108share/moodle/mod/folder/db/install.php 6219share/moodle/mod/folder/db/install.php
6109share/moodle/mod/folder/db/install.xml 6220share/moodle/mod/folder/db/install.xml
6110share/moodle/mod/folder/db/log.php 6221share/moodle/mod/folder/db/log.php
6111share/moodle/mod/folder/db/upgrade.php 6222share/moodle/mod/folder/db/upgrade.php
6112share/moodle/mod/folder/db/upgradelib.php 6223share/moodle/mod/folder/db/upgradelib.php
6113share/moodle/mod/folder/edit.php 6224share/moodle/mod/folder/edit.php
6114share/moodle/mod/folder/edit_form.php 6225share/moodle/mod/folder/edit_form.php
6115share/moodle/mod/folder/index.php 6226share/moodle/mod/folder/index.php
6116share/moodle/mod/folder/lang/en/folder.php 6227share/moodle/mod/folder/lang/en/folder.php
6117share/moodle/mod/folder/lib.php 6228share/moodle/mod/folder/lib.php
6118share/moodle/mod/folder/locallib.php 6229share/moodle/mod/folder/locallib.php
6119share/moodle/mod/folder/mod_form.php 6230share/moodle/mod/folder/mod_form.php
6120share/moodle/mod/folder/module.js 6231share/moodle/mod/folder/module.js
6121share/moodle/mod/folder/pix/icon.gif 6232share/moodle/mod/folder/pix/icon.gif
6122share/moodle/mod/folder/readme.txt 6233share/moodle/mod/folder/readme.txt
6123share/moodle/mod/folder/renderer.php 6234share/moodle/mod/folder/renderer.php
6124share/moodle/mod/folder/settings.php 6235share/moodle/mod/folder/settings.php
6125share/moodle/mod/folder/version.php 6236share/moodle/mod/folder/version.php
6126share/moodle/mod/folder/view.php 6237share/moodle/mod/folder/view.php
 6238share/moodle/mod/forum/backup/moodle1/lib.php
6127share/moodle/mod/forum/backup/moodle2/backup_forum_activity_task.class.php 6239share/moodle/mod/forum/backup/moodle2/backup_forum_activity_task.class.php
6128share/moodle/mod/forum/backup/moodle2/backup_forum_settingslib.php 6240share/moodle/mod/forum/backup/moodle2/backup_forum_settingslib.php
6129share/moodle/mod/forum/backup/moodle2/backup_forum_stepslib.php 6241share/moodle/mod/forum/backup/moodle2/backup_forum_stepslib.php
6130share/moodle/mod/forum/backup/moodle2/restore_forum_activity_task.class.php 6242share/moodle/mod/forum/backup/moodle2/restore_forum_activity_task.class.php
6131share/moodle/mod/forum/backup/moodle2/restore_forum_stepslib.php 6243share/moodle/mod/forum/backup/moodle2/restore_forum_stepslib.php
6132share/moodle/mod/forum/db/access.php 6244share/moodle/mod/forum/db/access.php
6133share/moodle/mod/forum/db/events.php 6245share/moodle/mod/forum/db/events.php
6134share/moodle/mod/forum/db/install.xml 6246share/moodle/mod/forum/db/install.xml
6135share/moodle/mod/forum/db/log.php 6247share/moodle/mod/forum/db/log.php
6136share/moodle/mod/forum/db/messages.php 6248share/moodle/mod/forum/db/messages.php
6137share/moodle/mod/forum/db/upgrade.php 6249share/moodle/mod/forum/db/upgrade.php
6138share/moodle/mod/forum/discuss.php 6250share/moodle/mod/forum/discuss.php
6139share/moodle/mod/forum/forum.js 6251share/moodle/mod/forum/forum.js
@@ -6154,26 +6266,27 @@ share/moodle/mod/forum/settings.php @@ -6154,26 +6266,27 @@ share/moodle/mod/forum/settings.php
6154share/moodle/mod/forum/settracking.php 6266share/moodle/mod/forum/settracking.php
6155share/moodle/mod/forum/simpletest/test_forum_portfolio_callers.php 6267share/moodle/mod/forum/simpletest/test_forum_portfolio_callers.php
6156share/moodle/mod/forum/simpletest/testmodforumlib.php 6268share/moodle/mod/forum/simpletest/testmodforumlib.php
6157share/moodle/mod/forum/styles.css 6269share/moodle/mod/forum/styles.css
6158share/moodle/mod/forum/subscribe.php 6270share/moodle/mod/forum/subscribe.php
6159share/moodle/mod/forum/subscribers.php 6271share/moodle/mod/forum/subscribers.php
6160share/moodle/mod/forum/unsubscribeall.php 6272share/moodle/mod/forum/unsubscribeall.php
6161share/moodle/mod/forum/user.php 6273share/moodle/mod/forum/user.php
6162share/moodle/mod/forum/version.php 6274share/moodle/mod/forum/version.php
6163share/moodle/mod/forum/view.php 6275share/moodle/mod/forum/view.php
6164share/moodle/mod/glossary/README.txt 6276share/moodle/mod/glossary/README.txt
6165share/moodle/mod/glossary/TODO.txt 6277share/moodle/mod/glossary/TODO.txt
6166share/moodle/mod/glossary/approve.php 6278share/moodle/mod/glossary/approve.php
 6279share/moodle/mod/glossary/backup/moodle1/lib.php
6167share/moodle/mod/glossary/backup/moodle2/backup_glossary_activity_task.class.php 6280share/moodle/mod/glossary/backup/moodle2/backup_glossary_activity_task.class.php
6168share/moodle/mod/glossary/backup/moodle2/backup_glossary_stepslib.php 6281share/moodle/mod/glossary/backup/moodle2/backup_glossary_stepslib.php
6169share/moodle/mod/glossary/backup/moodle2/restore_glossary_activity_task.class.php 6282share/moodle/mod/glossary/backup/moodle2/restore_glossary_activity_task.class.php
6170share/moodle/mod/glossary/backup/moodle2/restore_glossary_stepslib.php 6283share/moodle/mod/glossary/backup/moodle2/restore_glossary_stepslib.php
6171share/moodle/mod/glossary/db/access.php 6284share/moodle/mod/glossary/db/access.php
6172share/moodle/mod/glossary/db/install.xml 6285share/moodle/mod/glossary/db/install.xml
6173share/moodle/mod/glossary/db/log.php 6286share/moodle/mod/glossary/db/log.php
6174share/moodle/mod/glossary/db/upgrade.php 6287share/moodle/mod/glossary/db/upgrade.php
6175share/moodle/mod/glossary/deleteentry.php 6288share/moodle/mod/glossary/deleteentry.php
6176share/moodle/mod/glossary/edit.php 6289share/moodle/mod/glossary/edit.php
6177share/moodle/mod/glossary/edit_form.php 6290share/moodle/mod/glossary/edit_form.php
6178share/moodle/mod/glossary/editcategories.html 6291share/moodle/mod/glossary/editcategories.html
6179share/moodle/mod/glossary/editcategories.php 6292share/moodle/mod/glossary/editcategories.php
@@ -6206,64 +6319,67 @@ share/moodle/mod/glossary/pix/minus.gif @@ -6206,64 +6319,67 @@ share/moodle/mod/glossary/pix/minus.gif
6206share/moodle/mod/glossary/pix/print.gif 6319share/moodle/mod/glossary/pix/print.gif
6207share/moodle/mod/glossary/print.php 6320share/moodle/mod/glossary/print.php
6208share/moodle/mod/glossary/rsslib.php 6321share/moodle/mod/glossary/rsslib.php
6209share/moodle/mod/glossary/settings.php 6322share/moodle/mod/glossary/settings.php
6210share/moodle/mod/glossary/showentry.php 6323share/moodle/mod/glossary/showentry.php
6211share/moodle/mod/glossary/showentry_ajax.php 6324share/moodle/mod/glossary/showentry_ajax.php
6212share/moodle/mod/glossary/simpletest/test_glossary_portfolio_callers.php 6325share/moodle/mod/glossary/simpletest/test_glossary_portfolio_callers.php
6213share/moodle/mod/glossary/sql.php 6326share/moodle/mod/glossary/sql.php
6214share/moodle/mod/glossary/styles.css 6327share/moodle/mod/glossary/styles.css
6215share/moodle/mod/glossary/tabs.php 6328share/moodle/mod/glossary/tabs.php
6216share/moodle/mod/glossary/version.php 6329share/moodle/mod/glossary/version.php
6217share/moodle/mod/glossary/view.php 6330share/moodle/mod/glossary/view.php
6218share/moodle/mod/glossary/yui/autolinker/autolinker.js 6331share/moodle/mod/glossary/yui/autolinker/autolinker.js
 6332share/moodle/mod/imscp/backup/moodle1/lib.php
6219share/moodle/mod/imscp/backup/moodle2/backup_imscp_activity_task.class.php 6333share/moodle/mod/imscp/backup/moodle2/backup_imscp_activity_task.class.php
6220share/moodle/mod/imscp/backup/moodle2/backup_imscp_stepslib.php 6334share/moodle/mod/imscp/backup/moodle2/backup_imscp_stepslib.php
6221share/moodle/mod/imscp/backup/moodle2/restore_imscp_activity_task.class.php 6335share/moodle/mod/imscp/backup/moodle2/restore_imscp_activity_task.class.php
6222share/moodle/mod/imscp/backup/moodle2/restore_imscp_stepslib.php 6336share/moodle/mod/imscp/backup/moodle2/restore_imscp_stepslib.php
6223share/moodle/mod/imscp/db/access.php 6337share/moodle/mod/imscp/db/access.php
6224share/moodle/mod/imscp/db/install.php 6338share/moodle/mod/imscp/db/install.php
6225share/moodle/mod/imscp/db/install.xml 6339share/moodle/mod/imscp/db/install.xml
6226share/moodle/mod/imscp/db/log.php 6340share/moodle/mod/imscp/db/log.php
6227share/moodle/mod/imscp/db/upgrade.php 6341share/moodle/mod/imscp/db/upgrade.php
6228share/moodle/mod/imscp/db/upgradelib.php 6342share/moodle/mod/imscp/db/upgradelib.php
6229share/moodle/mod/imscp/dummyapi.js 6343share/moodle/mod/imscp/dummyapi.js
6230share/moodle/mod/imscp/index.php 6344share/moodle/mod/imscp/index.php
6231share/moodle/mod/imscp/lang/en/imscp.php 6345share/moodle/mod/imscp/lang/en/imscp.php
6232share/moodle/mod/imscp/lib.php 6346share/moodle/mod/imscp/lib.php
6233share/moodle/mod/imscp/locallib.php 6347share/moodle/mod/imscp/locallib.php
6234share/moodle/mod/imscp/mod_form.php 6348share/moodle/mod/imscp/mod_form.php
6235share/moodle/mod/imscp/module.js 6349share/moodle/mod/imscp/module.js
6236share/moodle/mod/imscp/pix/icon.gif 6350share/moodle/mod/imscp/pix/icon.gif
6237share/moodle/mod/imscp/readme.txt 6351share/moodle/mod/imscp/readme.txt
6238share/moodle/mod/imscp/settings.php 6352share/moodle/mod/imscp/settings.php
6239share/moodle/mod/imscp/styles.css 6353share/moodle/mod/imscp/styles.css
6240share/moodle/mod/imscp/version.php 6354share/moodle/mod/imscp/version.php
6241share/moodle/mod/imscp/view.php 6355share/moodle/mod/imscp/view.php
6242share/moodle/mod/index.html 6356share/moodle/mod/index.html
 6357share/moodle/mod/label/backup/moodle1/lib.php
6243share/moodle/mod/label/backup/moodle2/backup_label_activity_task.class.php 6358share/moodle/mod/label/backup/moodle2/backup_label_activity_task.class.php
6244share/moodle/mod/label/backup/moodle2/backup_label_stepslib.php 6359share/moodle/mod/label/backup/moodle2/backup_label_stepslib.php
6245share/moodle/mod/label/backup/moodle2/restore_label_activity_task.class.php 6360share/moodle/mod/label/backup/moodle2/restore_label_activity_task.class.php
6246share/moodle/mod/label/backup/moodle2/restore_label_stepslib.php 6361share/moodle/mod/label/backup/moodle2/restore_label_stepslib.php
6247share/moodle/mod/label/db/install.xml 6362share/moodle/mod/label/db/install.xml
6248share/moodle/mod/label/db/log.php 6363share/moodle/mod/label/db/log.php
6249share/moodle/mod/label/db/upgrade.php 6364share/moodle/mod/label/db/upgrade.php
6250share/moodle/mod/label/index.php 6365share/moodle/mod/label/index.php
6251share/moodle/mod/label/lang/en/label.php 6366share/moodle/mod/label/lang/en/label.php
6252share/moodle/mod/label/lib.php 6367share/moodle/mod/label/lib.php
6253share/moodle/mod/label/mod_form.php 6368share/moodle/mod/label/mod_form.php
6254share/moodle/mod/label/pix/icon.gif 6369share/moodle/mod/label/pix/icon.gif
6255share/moodle/mod/label/version.php 6370share/moodle/mod/label/version.php
6256share/moodle/mod/label/view.php 6371share/moodle/mod/label/view.php
 6372share/moodle/mod/lesson/backup/moodle1/lib.php
6257share/moodle/mod/lesson/backup/moodle2/backup_lesson_activity_task.class.php 6373share/moodle/mod/lesson/backup/moodle2/backup_lesson_activity_task.class.php
6258share/moodle/mod/lesson/backup/moodle2/backup_lesson_stepslib.php 6374share/moodle/mod/lesson/backup/moodle2/backup_lesson_stepslib.php
6259share/moodle/mod/lesson/backup/moodle2/restore_lesson_activity_task.class.php 6375share/moodle/mod/lesson/backup/moodle2/restore_lesson_activity_task.class.php
6260share/moodle/mod/lesson/backup/moodle2/restore_lesson_stepslib.php 6376share/moodle/mod/lesson/backup/moodle2/restore_lesson_stepslib.php
6261share/moodle/mod/lesson/continue.php 6377share/moodle/mod/lesson/continue.php
6262share/moodle/mod/lesson/db/access.php 6378share/moodle/mod/lesson/db/access.php
6263share/moodle/mod/lesson/db/install.xml 6379share/moodle/mod/lesson/db/install.xml
6264share/moodle/mod/lesson/db/log.php 6380share/moodle/mod/lesson/db/log.php
6265share/moodle/mod/lesson/db/messages.php 6381share/moodle/mod/lesson/db/messages.php
6266share/moodle/mod/lesson/db/upgrade.php 6382share/moodle/mod/lesson/db/upgrade.php
6267share/moodle/mod/lesson/db/upgradelib.php 6383share/moodle/mod/lesson/db/upgradelib.php
6268share/moodle/mod/lesson/edit.php 6384share/moodle/mod/lesson/edit.php
6269share/moodle/mod/lesson/editpage.php 6385share/moodle/mod/lesson/editpage.php
@@ -6295,163 +6411,177 @@ share/moodle/mod/lesson/pagetypes/numeri @@ -6295,163 +6411,177 @@ share/moodle/mod/lesson/pagetypes/numeri
6295share/moodle/mod/lesson/pagetypes/shortanswer.php 6411share/moodle/mod/lesson/pagetypes/shortanswer.php
6296share/moodle/mod/lesson/pagetypes/truefalse.php 6412share/moodle/mod/lesson/pagetypes/truefalse.php
6297share/moodle/mod/lesson/pix/icon.gif 6413share/moodle/mod/lesson/pix/icon.gif
6298share/moodle/mod/lesson/reformat.php 6414share/moodle/mod/lesson/reformat.php
6299share/moodle/mod/lesson/renderer.php 6415share/moodle/mod/lesson/renderer.php
6300share/moodle/mod/lesson/report.php 6416share/moodle/mod/lesson/report.php
6301share/moodle/mod/lesson/settings.php 6417share/moodle/mod/lesson/settings.php
6302share/moodle/mod/lesson/styles.css 6418share/moodle/mod/lesson/styles.css
6303share/moodle/mod/lesson/tabs.php 6419share/moodle/mod/lesson/tabs.php
6304share/moodle/mod/lesson/timer.js 6420share/moodle/mod/lesson/timer.js
6305share/moodle/mod/lesson/version.php 6421share/moodle/mod/lesson/version.php
6306share/moodle/mod/lesson/view.php 6422share/moodle/mod/lesson/view.php
6307share/moodle/mod/lesson/view_form.php 6423share/moodle/mod/lesson/view_form.php
 6424share/moodle/mod/page/backup/moodle1/lib.php
6308share/moodle/mod/page/backup/moodle2/backup_page_activity_task.class.php 6425share/moodle/mod/page/backup/moodle2/backup_page_activity_task.class.php
6309share/moodle/mod/page/backup/moodle2/backup_page_stepslib.php 6426share/moodle/mod/page/backup/moodle2/backup_page_stepslib.php
6310share/moodle/mod/page/backup/moodle2/restore_page_activity_task.class.php 6427share/moodle/mod/page/backup/moodle2/restore_page_activity_task.class.php
6311share/moodle/mod/page/backup/moodle2/restore_page_stepslib.php 6428share/moodle/mod/page/backup/moodle2/restore_page_stepslib.php
6312share/moodle/mod/page/db/access.php 6429share/moodle/mod/page/db/access.php
6313share/moodle/mod/page/db/install.php 6430share/moodle/mod/page/db/install.php
6314share/moodle/mod/page/db/install.xml 6431share/moodle/mod/page/db/install.xml
6315share/moodle/mod/page/db/log.php 6432share/moodle/mod/page/db/log.php
6316share/moodle/mod/page/db/upgrade.php 6433share/moodle/mod/page/db/upgrade.php
6317share/moodle/mod/page/db/upgradelib.php 6434share/moodle/mod/page/db/upgradelib.php
6318share/moodle/mod/page/index.php 6435share/moodle/mod/page/index.php
6319share/moodle/mod/page/lang/en/page.php 6436share/moodle/mod/page/lang/en/page.php
6320share/moodle/mod/page/lib.php 6437share/moodle/mod/page/lib.php
6321share/moodle/mod/page/locallib.php 6438share/moodle/mod/page/locallib.php
6322share/moodle/mod/page/mod_form.php 6439share/moodle/mod/page/mod_form.php
6323share/moodle/mod/page/pix/icon.gif 6440share/moodle/mod/page/pix/icon.gif
6324share/moodle/mod/page/readme.txt 6441share/moodle/mod/page/readme.txt
6325share/moodle/mod/page/settings.php 6442share/moodle/mod/page/settings.php
6326share/moodle/mod/page/version.php 6443share/moodle/mod/page/version.php
6327share/moodle/mod/page/view.php 6444share/moodle/mod/page/view.php
6328share/moodle/mod/quiz/accessrules.php 6445share/moodle/mod/quiz/accessrules.php
6329share/moodle/mod/quiz/addrandom.php 6446share/moodle/mod/quiz/addrandom.php
6330share/moodle/mod/quiz/addrandomform.php 6447share/moodle/mod/quiz/addrandomform.php
6331share/moodle/mod/quiz/attempt.php 6448share/moodle/mod/quiz/attempt.php
6332share/moodle/mod/quiz/attemptlib.php 6449share/moodle/mod/quiz/attemptlib.php
 6450share/moodle/mod/quiz/backup/moodle1/lib.php
6333share/moodle/mod/quiz/backup/moodle2/backup_quiz_activity_task.class.php 6451share/moodle/mod/quiz/backup/moodle2/backup_quiz_activity_task.class.php
6334share/moodle/mod/quiz/backup/moodle2/backup_quiz_stepslib.php 6452share/moodle/mod/quiz/backup/moodle2/backup_quiz_stepslib.php
6335share/moodle/mod/quiz/backup/moodle2/restore_quiz_activity_task.class.php 6453share/moodle/mod/quiz/backup/moodle2/restore_quiz_activity_task.class.php
6336share/moodle/mod/quiz/backup/moodle2/restore_quiz_stepslib.php 6454share/moodle/mod/quiz/backup/moodle2/restore_quiz_stepslib.php
6337share/moodle/mod/quiz/comment.php 6455share/moodle/mod/quiz/comment.php
6338share/moodle/mod/quiz/db/access.php 6456share/moodle/mod/quiz/db/access.php
 6457share/moodle/mod/quiz/db/events.php
6339share/moodle/mod/quiz/db/install.php 6458share/moodle/mod/quiz/db/install.php
6340share/moodle/mod/quiz/db/install.xml 6459share/moodle/mod/quiz/db/install.xml
6341share/moodle/mod/quiz/db/log.php 6460share/moodle/mod/quiz/db/log.php
6342share/moodle/mod/quiz/db/messages.php 6461share/moodle/mod/quiz/db/messages.php
6343share/moodle/mod/quiz/db/subplugins.php 6462share/moodle/mod/quiz/db/subplugins.php
6344share/moodle/mod/quiz/db/upgrade.php 6463share/moodle/mod/quiz/db/upgrade.php
 6464share/moodle/mod/quiz/db/upgradelib.php
6345share/moodle/mod/quiz/edit.js 6465share/moodle/mod/quiz/edit.js
6346share/moodle/mod/quiz/edit.php 6466share/moodle/mod/quiz/edit.php
6347share/moodle/mod/quiz/editlib.php 6467share/moodle/mod/quiz/editlib.php
6348share/moodle/mod/quiz/grade.php 6468share/moodle/mod/quiz/grade.php
6349share/moodle/mod/quiz/index.php 6469share/moodle/mod/quiz/index.php
6350share/moodle/mod/quiz/lang/en/quiz.php 6470share/moodle/mod/quiz/lang/en/quiz.php
6351share/moodle/mod/quiz/lib.php 6471share/moodle/mod/quiz/lib.php
6352share/moodle/mod/quiz/locallib.php 6472share/moodle/mod/quiz/locallib.php
6353share/moodle/mod/quiz/mod_form.php 6473share/moodle/mod/quiz/mod_form.php
6354share/moodle/mod/quiz/module.js 6474share/moodle/mod/quiz/module.js
6355share/moodle/mod/quiz/override_form.php 6475share/moodle/mod/quiz/override_form.php
6356share/moodle/mod/quiz/overridedelete.php 6476share/moodle/mod/quiz/overridedelete.php
6357share/moodle/mod/quiz/overrideedit.php 6477share/moodle/mod/quiz/overrideedit.php
6358share/moodle/mod/quiz/overrides.php 6478share/moodle/mod/quiz/overrides.php
6359share/moodle/mod/quiz/pix/icon.gif 6479share/moodle/mod/quiz/pix/icon.png
 6480share/moodle/mod/quiz/pix/navflagged.png
6360share/moodle/mod/quiz/processattempt.php 6481share/moodle/mod/quiz/processattempt.php
 6482share/moodle/mod/quiz/renderer.php
6361share/moodle/mod/quiz/report.php 6483share/moodle/mod/quiz/report.php
 6484share/moodle/mod/quiz/report/attemptsreport.php
6362share/moodle/mod/quiz/report/default.php 6485share/moodle/mod/quiz/report/default.php
 6486share/moodle/mod/quiz/report/grading/db/access.php
 6487share/moodle/mod/quiz/report/grading/gradingsettings_form.php
6363share/moodle/mod/quiz/report/grading/lang/en/quiz_grading.php 6488share/moodle/mod/quiz/report/grading/lang/en/quiz_grading.php
6364share/moodle/mod/quiz/report/grading/report.php 6489share/moodle/mod/quiz/report/grading/report.php
 6490share/moodle/mod/quiz/report/grading/styles.css
 6491share/moodle/mod/quiz/report/grading/version.php
6365share/moodle/mod/quiz/report/overview/db/install.xml 6492share/moodle/mod/quiz/report/overview/db/install.xml
6366share/moodle/mod/quiz/report/overview/db/upgrade.php 6493share/moodle/mod/quiz/report/overview/db/upgrade.php
6367share/moodle/mod/quiz/report/overview/lang/en/quiz_overview.php 6494share/moodle/mod/quiz/report/overview/lang/en/quiz_overview.php
6368share/moodle/mod/quiz/report/overview/overview_table.php 6495share/moodle/mod/quiz/report/overview/overview_table.php
6369share/moodle/mod/quiz/report/overview/overviewgraph.php 6496share/moodle/mod/quiz/report/overview/overviewgraph.php
6370share/moodle/mod/quiz/report/overview/overviewsettings_form.php 6497share/moodle/mod/quiz/report/overview/overviewsettings_form.php
6371share/moodle/mod/quiz/report/overview/report.php 6498share/moodle/mod/quiz/report/overview/report.php
6372share/moodle/mod/quiz/report/overview/version.php 6499share/moodle/mod/quiz/report/overview/version.php
6373share/moodle/mod/quiz/report/reportlib.php 6500share/moodle/mod/quiz/report/reportlib.php
6374share/moodle/mod/quiz/report/responses/lang/en/quiz_responses.php 6501share/moodle/mod/quiz/report/responses/lang/en/quiz_responses.php
6375share/moodle/mod/quiz/report/responses/report.php 6502share/moodle/mod/quiz/report/responses/report.php
6376share/moodle/mod/quiz/report/responses/responses_table.php 6503share/moodle/mod/quiz/report/responses/responses_table.php
6377share/moodle/mod/quiz/report/responses/responsessettings_form.php 6504share/moodle/mod/quiz/report/responses/responsessettings_form.php
6378share/moodle/mod/quiz/report/responses/styles.css 6505share/moodle/mod/quiz/report/responses/version.php
6379share/moodle/mod/quiz/report/simpletest/testreportlib.php 6506share/moodle/mod/quiz/report/simpletest/testreportlib.php
6380share/moodle/mod/quiz/report/statistics/cron.php 6507share/moodle/mod/quiz/report/statistics/cron.php
6381share/moodle/mod/quiz/report/statistics/db/access.php 6508share/moodle/mod/quiz/report/statistics/db/access.php
6382share/moodle/mod/quiz/report/statistics/db/install.php 6509share/moodle/mod/quiz/report/statistics/db/install.php
6383share/moodle/mod/quiz/report/statistics/db/install.xml 6510share/moodle/mod/quiz/report/statistics/db/install.xml
6384share/moodle/mod/quiz/report/statistics/db/upgrade.php 6511share/moodle/mod/quiz/report/statistics/db/upgrade.php
6385share/moodle/mod/quiz/report/statistics/lang/en/quiz_statistics.php 6512share/moodle/mod/quiz/report/statistics/lang/en/quiz_statistics.php
6386share/moodle/mod/quiz/report/statistics/qstats.php 6513share/moodle/mod/quiz/report/statistics/qstats.php
6387share/moodle/mod/quiz/report/statistics/report.php 6514share/moodle/mod/quiz/report/statistics/report.php
 6515share/moodle/mod/quiz/report/statistics/responseanalysis.php
6388share/moodle/mod/quiz/report/statistics/simpletest/mdl_question.csv 6516share/moodle/mod/quiz/report/statistics/simpletest/mdl_question.csv
6389share/moodle/mod/quiz/report/statistics/simpletest/mdl_question_states.csv 6517share/moodle/mod/quiz/report/statistics/simpletest/mdl_question_states.csv
6390share/moodle/mod/quiz/report/statistics/simpletest/test_qstats.php 6518share/moodle/mod/quiz/report/statistics/simpletest/test_qstats.php
6391share/moodle/mod/quiz/report/statistics/statistics_form.php 6519share/moodle/mod/quiz/report/statistics/statistics_form.php
6392share/moodle/mod/quiz/report/statistics/statistics_graph.php 6520share/moodle/mod/quiz/report/statistics/statistics_graph.php
6393share/moodle/mod/quiz/report/statistics/statistics_question_table.php 6521share/moodle/mod/quiz/report/statistics/statistics_question_table.php
6394share/moodle/mod/quiz/report/statistics/statistics_table.php 6522share/moodle/mod/quiz/report/statistics/statistics_table.php
6395share/moodle/mod/quiz/report/statistics/version.php 6523share/moodle/mod/quiz/report/statistics/version.php
6396share/moodle/mod/quiz/review.php 6524share/moodle/mod/quiz/review.php
6397share/moodle/mod/quiz/reviewquestion.php 6525share/moodle/mod/quiz/reviewquestion.php
6398share/moodle/mod/quiz/settings.php 6526share/moodle/mod/quiz/settings.php
6399share/moodle/mod/quiz/settingslib.php 6527share/moodle/mod/quiz/settingslib.php
6400share/moodle/mod/quiz/simpletest/testaccessrules.php 6528share/moodle/mod/quiz/simpletest/testaccessrules.php
6401share/moodle/mod/quiz/simpletest/testeditlib.php 6529share/moodle/mod/quiz/simpletest/testeditlib.php
6402share/moodle/mod/quiz/simpletest/testlib.php 6530share/moodle/mod/quiz/simpletest/testlib.php
6403share/moodle/mod/quiz/simpletest/testlocallib.php 6531share/moodle/mod/quiz/simpletest/testlocallib.php
 6532share/moodle/mod/quiz/simpletest/testquizdisplayoptions.php
6404share/moodle/mod/quiz/startattempt.php 6533share/moodle/mod/quiz/startattempt.php
6405share/moodle/mod/quiz/styles.css 6534share/moodle/mod/quiz/styles.css
6406share/moodle/mod/quiz/summary.php 6535share/moodle/mod/quiz/summary.php
6407share/moodle/mod/quiz/version.php 6536share/moodle/mod/quiz/version.php
6408share/moodle/mod/quiz/view.php 6537share/moodle/mod/quiz/view.php
 6538share/moodle/mod/resource/backup/moodle1/lib.php
6409share/moodle/mod/resource/backup/moodle2/backup_resource_activity_task.class.php 6539share/moodle/mod/resource/backup/moodle2/backup_resource_activity_task.class.php
6410share/moodle/mod/resource/backup/moodle2/backup_resource_stepslib.php 6540share/moodle/mod/resource/backup/moodle2/backup_resource_stepslib.php
6411share/moodle/mod/resource/backup/moodle2/restore_resource_activity_task.class.php 6541share/moodle/mod/resource/backup/moodle2/restore_resource_activity_task.class.php
6412share/moodle/mod/resource/backup/moodle2/restore_resource_stepslib.php 6542share/moodle/mod/resource/backup/moodle2/restore_resource_stepslib.php
6413share/moodle/mod/resource/db/access.php 6543share/moodle/mod/resource/db/access.php
6414share/moodle/mod/resource/db/install.xml 6544share/moodle/mod/resource/db/install.xml
6415share/moodle/mod/resource/db/log.php 6545share/moodle/mod/resource/db/log.php
6416share/moodle/mod/resource/db/upgrade.php 6546share/moodle/mod/resource/db/upgrade.php
6417share/moodle/mod/resource/db/upgradelib.php 6547share/moodle/mod/resource/db/upgradelib.php
6418share/moodle/mod/resource/index.php 6548share/moodle/mod/resource/index.php
6419share/moodle/mod/resource/lang/en/resource.php 6549share/moodle/mod/resource/lang/en/resource.php
6420share/moodle/mod/resource/lib.php 6550share/moodle/mod/resource/lib.php
6421share/moodle/mod/resource/locallib.php 6551share/moodle/mod/resource/locallib.php
6422share/moodle/mod/resource/mod_form.php 6552share/moodle/mod/resource/mod_form.php
6423share/moodle/mod/resource/pix/icon.gif 6553share/moodle/mod/resource/pix/icon.gif
6424share/moodle/mod/resource/readme.txt 6554share/moodle/mod/resource/readme.txt
6425share/moodle/mod/resource/settings.php 6555share/moodle/mod/resource/settings.php
6426share/moodle/mod/resource/styles.css 6556share/moodle/mod/resource/styles.css
6427share/moodle/mod/resource/version.php 6557share/moodle/mod/resource/version.php
6428share/moodle/mod/resource/view.php 6558share/moodle/mod/resource/view.php
6429share/moodle/mod/scorm/README.txt 6559share/moodle/mod/scorm/README.txt
6430share/moodle/mod/scorm/aicc.php 6560share/moodle/mod/scorm/aicc.php
6431share/moodle/mod/scorm/api.php 6561share/moodle/mod/scorm/api.php
 6562share/moodle/mod/scorm/backup/moodle1/lib.php
6432share/moodle/mod/scorm/backup/moodle2/backup_scorm_activity_task.class.php 6563share/moodle/mod/scorm/backup/moodle2/backup_scorm_activity_task.class.php
6433share/moodle/mod/scorm/backup/moodle2/backup_scorm_stepslib.php 6564share/moodle/mod/scorm/backup/moodle2/backup_scorm_stepslib.php
6434share/moodle/mod/scorm/backup/moodle2/restore_scorm_activity_task.class.php 6565share/moodle/mod/scorm/backup/moodle2/restore_scorm_activity_task.class.php
6435share/moodle/mod/scorm/backup/moodle2/restore_scorm_stepslib.php 6566share/moodle/mod/scorm/backup/moodle2/restore_scorm_stepslib.php
6436share/moodle/mod/scorm/datamodel.php 6567share/moodle/mod/scorm/datamodel.php
6437share/moodle/mod/scorm/datamodels/aicc.js.php 6568share/moodle/mod/scorm/datamodels/aicc.js.php
6438share/moodle/mod/scorm/datamodels/aicclib.php 6569share/moodle/mod/scorm/datamodels/aicclib.php
6439share/moodle/mod/scorm/datamodels/callback.js.php 6570share/moodle/mod/scorm/datamodels/callback.js.php
6440share/moodle/mod/scorm/datamodels/debug.js.php 6571share/moodle/mod/scorm/datamodels/debug.js.php
6441share/moodle/mod/scorm/datamodels/scorm_12.js.php 6572share/moodle/mod/scorm/datamodels/scorm_12.js.php
6442share/moodle/mod/scorm/datamodels/scorm_12lib.php 6573share/moodle/mod/scorm/datamodels/scorm_12lib.php
6443share/moodle/mod/scorm/datamodels/scorm_13.js.php 6574share/moodle/mod/scorm/datamodels/scorm_13.js.php
6444share/moodle/mod/scorm/datamodels/scorm_13lib.php 
6445share/moodle/mod/scorm/datamodels/scorm_datamodels.js 6575share/moodle/mod/scorm/datamodels/scorm_datamodels.js
6446share/moodle/mod/scorm/datamodels/scormlib.php 6576share/moodle/mod/scorm/datamodels/scormlib.php
6447share/moodle/mod/scorm/datamodels/sequencinglib.php 6577share/moodle/mod/scorm/datamodels/sequencinglib.php
6448share/moodle/mod/scorm/db/access.php 6578share/moodle/mod/scorm/db/access.php
6449share/moodle/mod/scorm/db/install.xml 6579share/moodle/mod/scorm/db/install.xml
6450share/moodle/mod/scorm/db/log.php 6580share/moodle/mod/scorm/db/log.php
6451share/moodle/mod/scorm/db/upgrade.php 6581share/moodle/mod/scorm/db/upgrade.php
6452share/moodle/mod/scorm/db/upgradelib.php 6582share/moodle/mod/scorm/db/upgradelib.php
6453share/moodle/mod/scorm/grade.php 6583share/moodle/mod/scorm/grade.php
6454share/moodle/mod/scorm/index.php 6584share/moodle/mod/scorm/index.php
6455share/moodle/mod/scorm/lang/en/scorm.php 6585share/moodle/mod/scorm/lang/en/scorm.php
6456share/moodle/mod/scorm/lib.php 6586share/moodle/mod/scorm/lib.php
6457share/moodle/mod/scorm/loadSCO.php 6587share/moodle/mod/scorm/loadSCO.php
@@ -6476,72 +6606,77 @@ share/moodle/mod/scorm/pix/spacer.gif @@ -6476,72 +6606,77 @@ share/moodle/mod/scorm/pix/spacer.gif
6476share/moodle/mod/scorm/pix/suspend.gif 6606share/moodle/mod/scorm/pix/suspend.gif
6477share/moodle/mod/scorm/pix/wait.gif 6607share/moodle/mod/scorm/pix/wait.gif
6478share/moodle/mod/scorm/player.js 6608share/moodle/mod/scorm/player.js
6479share/moodle/mod/scorm/player.php 6609share/moodle/mod/scorm/player.php
6480share/moodle/mod/scorm/prereqs.php 6610share/moodle/mod/scorm/prereqs.php
6481share/moodle/mod/scorm/rd.js 6611share/moodle/mod/scorm/rd.js
6482share/moodle/mod/scorm/report.php 6612share/moodle/mod/scorm/report.php
6483share/moodle/mod/scorm/reportsettings_form.php 6613share/moodle/mod/scorm/reportsettings_form.php
6484share/moodle/mod/scorm/request.js 6614share/moodle/mod/scorm/request.js
6485share/moodle/mod/scorm/settings.php 6615share/moodle/mod/scorm/settings.php
6486share/moodle/mod/scorm/simpletest/test_formatduration.php 6616share/moodle/mod/scorm/simpletest/test_formatduration.php
6487share/moodle/mod/scorm/styles.css 6617share/moodle/mod/scorm/styles.css
6488share/moodle/mod/scorm/tabs.php 6618share/moodle/mod/scorm/tabs.php
 6619share/moodle/mod/scorm/userreport.php
6489share/moodle/mod/scorm/version.php 6620share/moodle/mod/scorm/version.php
6490share/moodle/mod/scorm/view.php 6621share/moodle/mod/scorm/view.php
 6622share/moodle/mod/survey/backup/moodle1/lib.php
6491share/moodle/mod/survey/backup/moodle2/backup_survey_activity_task.class.php 6623share/moodle/mod/survey/backup/moodle2/backup_survey_activity_task.class.php
6492share/moodle/mod/survey/backup/moodle2/backup_survey_stepslib.php 6624share/moodle/mod/survey/backup/moodle2/backup_survey_stepslib.php
6493share/moodle/mod/survey/backup/moodle2/restore_survey_activity_task.class.php 6625share/moodle/mod/survey/backup/moodle2/restore_survey_activity_task.class.php
6494share/moodle/mod/survey/backup/moodle2/restore_survey_stepslib.php 6626share/moodle/mod/survey/backup/moodle2/restore_survey_stepslib.php
6495share/moodle/mod/survey/db/access.php 6627share/moodle/mod/survey/db/access.php
6496share/moodle/mod/survey/db/install.php 6628share/moodle/mod/survey/db/install.php
6497share/moodle/mod/survey/db/install.xml 6629share/moodle/mod/survey/db/install.xml
6498share/moodle/mod/survey/db/log.php 6630share/moodle/mod/survey/db/log.php
6499share/moodle/mod/survey/db/upgrade.php 6631share/moodle/mod/survey/db/upgrade.php
6500share/moodle/mod/survey/download.php 6632share/moodle/mod/survey/download.php
6501share/moodle/mod/survey/graph.php 6633share/moodle/mod/survey/graph.php
6502share/moodle/mod/survey/index.php 6634share/moodle/mod/survey/index.php
6503share/moodle/mod/survey/lang/en/survey.php 6635share/moodle/mod/survey/lang/en/survey.php
6504share/moodle/mod/survey/lib.php 6636share/moodle/mod/survey/lib.php
6505share/moodle/mod/survey/mod_form.php 6637share/moodle/mod/survey/mod_form.php
6506share/moodle/mod/survey/pix/icon.gif 6638share/moodle/mod/survey/pix/icon.gif
6507share/moodle/mod/survey/report.php 6639share/moodle/mod/survey/report.php
6508share/moodle/mod/survey/save.php 6640share/moodle/mod/survey/save.php
6509share/moodle/mod/survey/styles.css 6641share/moodle/mod/survey/styles.css
6510share/moodle/mod/survey/survey.js 6642share/moodle/mod/survey/survey.js
6511share/moodle/mod/survey/version.php 6643share/moodle/mod/survey/version.php
6512share/moodle/mod/survey/view.php 6644share/moodle/mod/survey/view.php
6513share/moodle/mod/upgrade.txt 6645share/moodle/mod/upgrade.txt
 6646share/moodle/mod/url/backup/moodle1/lib.php
6514share/moodle/mod/url/backup/moodle2/backup_url_activity_task.class.php 6647share/moodle/mod/url/backup/moodle2/backup_url_activity_task.class.php
6515share/moodle/mod/url/backup/moodle2/backup_url_stepslib.php 6648share/moodle/mod/url/backup/moodle2/backup_url_stepslib.php
6516share/moodle/mod/url/backup/moodle2/restore_url_activity_task.class.php 6649share/moodle/mod/url/backup/moodle2/restore_url_activity_task.class.php
6517share/moodle/mod/url/backup/moodle2/restore_url_stepslib.php 6650share/moodle/mod/url/backup/moodle2/restore_url_stepslib.php
6518share/moodle/mod/url/db/access.php 6651share/moodle/mod/url/db/access.php
6519share/moodle/mod/url/db/install.php 6652share/moodle/mod/url/db/install.php
6520share/moodle/mod/url/db/install.xml 6653share/moodle/mod/url/db/install.xml
6521share/moodle/mod/url/db/log.php 6654share/moodle/mod/url/db/log.php
6522share/moodle/mod/url/db/upgrade.php 6655share/moodle/mod/url/db/upgrade.php
6523share/moodle/mod/url/db/upgradelib.php 6656share/moodle/mod/url/db/upgradelib.php
6524share/moodle/mod/url/index.php 6657share/moodle/mod/url/index.php
6525share/moodle/mod/url/lang/en/url.php 6658share/moodle/mod/url/lang/en/url.php
6526share/moodle/mod/url/lib.php 6659share/moodle/mod/url/lib.php
6527share/moodle/mod/url/locallib.php 6660share/moodle/mod/url/locallib.php
6528share/moodle/mod/url/mod_form.php 6661share/moodle/mod/url/mod_form.php
6529share/moodle/mod/url/pix/icon.gif 6662share/moodle/mod/url/pix/icon.gif
6530share/moodle/mod/url/readme.txt 6663share/moodle/mod/url/readme.txt
6531share/moodle/mod/url/settings.php 6664share/moodle/mod/url/settings.php
 6665share/moodle/mod/url/styles.css
6532share/moodle/mod/url/version.php 6666share/moodle/mod/url/version.php
6533share/moodle/mod/url/view.php 6667share/moodle/mod/url/view.php
6534share/moodle/mod/wiki/README 6668share/moodle/mod/wiki/README
 6669share/moodle/mod/wiki/backup/moodle1/lib.php
6535share/moodle/mod/wiki/backup/moodle2/backup_wiki_activity_task.class.php 6670share/moodle/mod/wiki/backup/moodle2/backup_wiki_activity_task.class.php
6536share/moodle/mod/wiki/backup/moodle2/backup_wiki_settingslib.php 6671share/moodle/mod/wiki/backup/moodle2/backup_wiki_settingslib.php
6537share/moodle/mod/wiki/backup/moodle2/backup_wiki_stepslib.php 6672share/moodle/mod/wiki/backup/moodle2/backup_wiki_stepslib.php
6538share/moodle/mod/wiki/backup/moodle2/restore_wiki_activity_task.class.php 6673share/moodle/mod/wiki/backup/moodle2/restore_wiki_activity_task.class.php
6539share/moodle/mod/wiki/backup/moodle2/restore_wiki_stepslib.php 6674share/moodle/mod/wiki/backup/moodle2/restore_wiki_stepslib.php
6540share/moodle/mod/wiki/comments.php 6675share/moodle/mod/wiki/comments.php
6541share/moodle/mod/wiki/comments_form.php 6676share/moodle/mod/wiki/comments_form.php
6542share/moodle/mod/wiki/create.php 6677share/moodle/mod/wiki/create.php
6543share/moodle/mod/wiki/create_form.php 6678share/moodle/mod/wiki/create_form.php
6544share/moodle/mod/wiki/db/access.php 6679share/moodle/mod/wiki/db/access.php
6545share/moodle/mod/wiki/db/install.php 6680share/moodle/mod/wiki/db/install.php
6546share/moodle/mod/wiki/db/install.xml 6681share/moodle/mod/wiki/db/install.xml
6547share/moodle/mod/wiki/db/migration/lib.php 6682share/moodle/mod/wiki/db/migration/lib.php
@@ -6588,26 +6723,29 @@ share/moodle/mod/wiki/editors/wiki/image @@ -6588,26 +6723,29 @@ share/moodle/mod/wiki/editors/wiki/image
6588share/moodle/mod/wiki/editors/wiki/images/ed_right.gif 6723share/moodle/mod/wiki/editors/wiki/images/ed_right.gif
6589share/moodle/mod/wiki/editors/wiki/images/ed_smiley.gif 6724share/moodle/mod/wiki/editors/wiki/images/ed_smiley.gif
6590share/moodle/mod/wiki/editors/wiki/images/ed_smiley1.gif 6725share/moodle/mod/wiki/editors/wiki/images/ed_smiley1.gif
6591share/moodle/mod/wiki/editors/wiki/images/ed_smiley2.gif 6726share/moodle/mod/wiki/editors/wiki/images/ed_smiley2.gif
6592share/moodle/mod/wiki/editors/wiki/images/ed_stamp.gif 6727share/moodle/mod/wiki/editors/wiki/images/ed_stamp.gif
6593share/moodle/mod/wiki/editors/wiki/images/ed_table.gif 6728share/moodle/mod/wiki/editors/wiki/images/ed_table.gif
6594share/moodle/mod/wiki/editors/wiki/images/ed_ul.gif 6729share/moodle/mod/wiki/editors/wiki/images/ed_ul.gif
6595share/moodle/mod/wiki/editors/wiki/images/file_view.gif 6730share/moodle/mod/wiki/editors/wiki/images/file_view.gif
6596share/moodle/mod/wiki/editors/wiki/images/folderup.gif 6731share/moodle/mod/wiki/editors/wiki/images/folderup.gif
6597share/moodle/mod/wiki/editors/wiki/images/spell-check.gif 6732share/moodle/mod/wiki/editors/wiki/images/spell-check.gif
6598share/moodle/mod/wiki/editors/wiki_editor.php 6733share/moodle/mod/wiki/editors/wiki_editor.php
6599share/moodle/mod/wiki/editors/wikieditor.php 6734share/moodle/mod/wiki/editors/wikieditor.php
6600share/moodle/mod/wiki/editors/wikifiletable.php 6735share/moodle/mod/wiki/editors/wikifiletable.php
 6736share/moodle/mod/wiki/files.php
 6737share/moodle/mod/wiki/filesedit.php
 6738share/moodle/mod/wiki/filesedit_form.php
6601share/moodle/mod/wiki/history.php 6739share/moodle/mod/wiki/history.php
6602share/moodle/mod/wiki/index.php 6740share/moodle/mod/wiki/index.php
6603share/moodle/mod/wiki/instancecomments.php 6741share/moodle/mod/wiki/instancecomments.php
6604share/moodle/mod/wiki/lang/en/wiki.php 6742share/moodle/mod/wiki/lang/en/wiki.php
6605share/moodle/mod/wiki/lib.php 6743share/moodle/mod/wiki/lib.php
6606share/moodle/mod/wiki/locallib.php 6744share/moodle/mod/wiki/locallib.php
6607share/moodle/mod/wiki/lock.php 6745share/moodle/mod/wiki/lock.php
6608share/moodle/mod/wiki/map.php 6746share/moodle/mod/wiki/map.php
6609share/moodle/mod/wiki/mod_form.php 6747share/moodle/mod/wiki/mod_form.php
6610share/moodle/mod/wiki/module.js 6748share/moodle/mod/wiki/module.js
6611share/moodle/mod/wiki/overridelocks.php 6749share/moodle/mod/wiki/overridelocks.php
6612share/moodle/mod/wiki/pagelib.php 6750share/moodle/mod/wiki/pagelib.php
6613share/moodle/mod/wiki/parser/markups/creole.php 6751share/moodle/mod/wiki/parser/markups/creole.php
@@ -6663,26 +6801,27 @@ share/moodle/mod/workshop/aggregate.php @@ -6663,26 +6801,27 @@ share/moodle/mod/workshop/aggregate.php
6663share/moodle/mod/workshop/allocation.php 6801share/moodle/mod/workshop/allocation.php
6664share/moodle/mod/workshop/allocation/lib.php 6802share/moodle/mod/workshop/allocation/lib.php
6665share/moodle/mod/workshop/allocation/manual/lang/en/workshopallocation_manual.php 6803share/moodle/mod/workshop/allocation/manual/lang/en/workshopallocation_manual.php
6666share/moodle/mod/workshop/allocation/manual/lib.php 6804share/moodle/mod/workshop/allocation/manual/lib.php
6667share/moodle/mod/workshop/allocation/manual/renderer.php 6805share/moodle/mod/workshop/allocation/manual/renderer.php
6668share/moodle/mod/workshop/allocation/manual/styles.css 6806share/moodle/mod/workshop/allocation/manual/styles.css
6669share/moodle/mod/workshop/allocation/random/lang/en/workshopallocation_random.php 6807share/moodle/mod/workshop/allocation/random/lang/en/workshopallocation_random.php
6670share/moodle/mod/workshop/allocation/random/lib.php 6808share/moodle/mod/workshop/allocation/random/lib.php
6671share/moodle/mod/workshop/allocation/random/settings.php 6809share/moodle/mod/workshop/allocation/random/settings.php
6672share/moodle/mod/workshop/allocation/random/settings_form.php 6810share/moodle/mod/workshop/allocation/random/settings_form.php
6673share/moodle/mod/workshop/allocation/random/simpletest/testallocator.php 6811share/moodle/mod/workshop/allocation/random/simpletest/testallocator.php
6674share/moodle/mod/workshop/allocation/random/styles.css 6812share/moodle/mod/workshop/allocation/random/styles.css
6675share/moodle/mod/workshop/assessment.php 6813share/moodle/mod/workshop/assessment.php
 6814share/moodle/mod/workshop/backup/moodle1/lib.php
6676share/moodle/mod/workshop/backup/moodle2/backup_workshop_activity_task.class.php 6815share/moodle/mod/workshop/backup/moodle2/backup_workshop_activity_task.class.php
6677share/moodle/mod/workshop/backup/moodle2/backup_workshop_settingslib.php 6816share/moodle/mod/workshop/backup/moodle2/backup_workshop_settingslib.php
6678share/moodle/mod/workshop/backup/moodle2/backup_workshop_stepslib.php 6817share/moodle/mod/workshop/backup/moodle2/backup_workshop_stepslib.php
6679share/moodle/mod/workshop/backup/moodle2/restore_workshop_activity_task.class.php 6818share/moodle/mod/workshop/backup/moodle2/restore_workshop_activity_task.class.php
6680share/moodle/mod/workshop/backup/moodle2/restore_workshop_stepslib.php 6819share/moodle/mod/workshop/backup/moodle2/restore_workshop_stepslib.php
6681share/moodle/mod/workshop/db/access.php 6820share/moodle/mod/workshop/db/access.php
6682share/moodle/mod/workshop/db/install.xml 6821share/moodle/mod/workshop/db/install.xml
6683share/moodle/mod/workshop/db/log.php 6822share/moodle/mod/workshop/db/log.php
6684share/moodle/mod/workshop/db/subplugins.php 6823share/moodle/mod/workshop/db/subplugins.php
6685share/moodle/mod/workshop/db/uninstall.php 6824share/moodle/mod/workshop/db/uninstall.php
6686share/moodle/mod/workshop/db/upgrade.php 6825share/moodle/mod/workshop/db/upgrade.php
6687share/moodle/mod/workshop/db/upgradelib.php 6826share/moodle/mod/workshop/db/upgradelib.php
6688share/moodle/mod/workshop/editform.php 6827share/moodle/mod/workshop/editform.php
@@ -6694,65 +6833,69 @@ share/moodle/mod/workshop/eval/best/lang @@ -6694,65 +6833,69 @@ share/moodle/mod/workshop/eval/best/lang
6694share/moodle/mod/workshop/eval/best/lib.php 6833share/moodle/mod/workshop/eval/best/lib.php
6695share/moodle/mod/workshop/eval/best/settings.php 6834share/moodle/mod/workshop/eval/best/settings.php
6696share/moodle/mod/workshop/eval/best/settings_form.php 6835share/moodle/mod/workshop/eval/best/settings_form.php
6697share/moodle/mod/workshop/eval/best/simpletest/testlib.php 6836share/moodle/mod/workshop/eval/best/simpletest/testlib.php
6698share/moodle/mod/workshop/eval/best/version.php 6837share/moodle/mod/workshop/eval/best/version.php
6699share/moodle/mod/workshop/eval/lib.php 6838share/moodle/mod/workshop/eval/lib.php
6700share/moodle/mod/workshop/exassessment.php 6839share/moodle/mod/workshop/exassessment.php
6701share/moodle/mod/workshop/excompare.php 6840share/moodle/mod/workshop/excompare.php
6702share/moodle/mod/workshop/exsubmission.php 6841share/moodle/mod/workshop/exsubmission.php
6703share/moodle/mod/workshop/feedbackauthor_form.php 6842share/moodle/mod/workshop/feedbackauthor_form.php
6704share/moodle/mod/workshop/feedbackreviewer_form.php 6843share/moodle/mod/workshop/feedbackreviewer_form.php
6705share/moodle/mod/workshop/fileinfolib.php 6844share/moodle/mod/workshop/fileinfolib.php
6706share/moodle/mod/workshop/form/accumulative/assessment_form.php 6845share/moodle/mod/workshop/form/accumulative/assessment_form.php
 6846share/moodle/mod/workshop/form/accumulative/backup/moodle1/lib.php
6707share/moodle/mod/workshop/form/accumulative/backup/moodle2/backup_workshopform_accumulative_subplugin.class.php 6847share/moodle/mod/workshop/form/accumulative/backup/moodle2/backup_workshopform_accumulative_subplugin.class.php
6708share/moodle/mod/workshop/form/accumulative/backup/moodle2/restore_workshopform_accumulative_subplugin.class.php 6848share/moodle/mod/workshop/form/accumulative/backup/moodle2/restore_workshopform_accumulative_subplugin.class.php
6709share/moodle/mod/workshop/form/accumulative/db/install.php 6849share/moodle/mod/workshop/form/accumulative/db/install.php
6710share/moodle/mod/workshop/form/accumulative/db/install.xml 6850share/moodle/mod/workshop/form/accumulative/db/install.xml
6711share/moodle/mod/workshop/form/accumulative/db/upgrade.php 6851share/moodle/mod/workshop/form/accumulative/db/upgrade.php
6712share/moodle/mod/workshop/form/accumulative/db/upgradelib.php 6852share/moodle/mod/workshop/form/accumulative/db/upgradelib.php
6713share/moodle/mod/workshop/form/accumulative/edit_form.php 6853share/moodle/mod/workshop/form/accumulative/edit_form.php
6714share/moodle/mod/workshop/form/accumulative/lang/en/workshopform_accumulative.php 6854share/moodle/mod/workshop/form/accumulative/lang/en/workshopform_accumulative.php
6715share/moodle/mod/workshop/form/accumulative/lib.php 6855share/moodle/mod/workshop/form/accumulative/lib.php
6716share/moodle/mod/workshop/form/accumulative/simpletest/testlib.php 6856share/moodle/mod/workshop/form/accumulative/simpletest/testlib.php
6717share/moodle/mod/workshop/form/accumulative/version.php 6857share/moodle/mod/workshop/form/accumulative/version.php
6718share/moodle/mod/workshop/form/assessment_form.php 6858share/moodle/mod/workshop/form/assessment_form.php
6719share/moodle/mod/workshop/form/comments/assessment_form.php 6859share/moodle/mod/workshop/form/comments/assessment_form.php
 6860share/moodle/mod/workshop/form/comments/backup/moodle1/lib.php
6720share/moodle/mod/workshop/form/comments/backup/moodle2/backup_workshopform_comments_subplugin.class.php 6861share/moodle/mod/workshop/form/comments/backup/moodle2/backup_workshopform_comments_subplugin.class.php
6721share/moodle/mod/workshop/form/comments/backup/moodle2/restore_workshopform_comments_subplugin.class.php 6862share/moodle/mod/workshop/form/comments/backup/moodle2/restore_workshopform_comments_subplugin.class.php
6722share/moodle/mod/workshop/form/comments/db/install.php 6863share/moodle/mod/workshop/form/comments/db/install.php
6723share/moodle/mod/workshop/form/comments/db/install.xml 6864share/moodle/mod/workshop/form/comments/db/install.xml
6724share/moodle/mod/workshop/form/comments/db/upgrade.php 6865share/moodle/mod/workshop/form/comments/db/upgrade.php
6725share/moodle/mod/workshop/form/comments/db/upgradelib.php 6866share/moodle/mod/workshop/form/comments/db/upgradelib.php
6726share/moodle/mod/workshop/form/comments/edit_form.php 6867share/moodle/mod/workshop/form/comments/edit_form.php
6727share/moodle/mod/workshop/form/comments/lang/en/workshopform_comments.php 6868share/moodle/mod/workshop/form/comments/lang/en/workshopform_comments.php
6728share/moodle/mod/workshop/form/comments/lib.php 6869share/moodle/mod/workshop/form/comments/lib.php
6729share/moodle/mod/workshop/form/comments/version.php 6870share/moodle/mod/workshop/form/comments/version.php
6730share/moodle/mod/workshop/form/edit_form.php 6871share/moodle/mod/workshop/form/edit_form.php
6731share/moodle/mod/workshop/form/lib.php 6872share/moodle/mod/workshop/form/lib.php
6732share/moodle/mod/workshop/form/numerrors/assessment_form.php 6873share/moodle/mod/workshop/form/numerrors/assessment_form.php
 6874share/moodle/mod/workshop/form/numerrors/backup/moodle1/lib.php
6733share/moodle/mod/workshop/form/numerrors/backup/moodle2/backup_workshopform_numerrors_subplugin.class.php 6875share/moodle/mod/workshop/form/numerrors/backup/moodle2/backup_workshopform_numerrors_subplugin.class.php
6734share/moodle/mod/workshop/form/numerrors/backup/moodle2/restore_workshopform_numerrors_subplugin.class.php 6876share/moodle/mod/workshop/form/numerrors/backup/moodle2/restore_workshopform_numerrors_subplugin.class.php
6735share/moodle/mod/workshop/form/numerrors/db/install.php 6877share/moodle/mod/workshop/form/numerrors/db/install.php
6736share/moodle/mod/workshop/form/numerrors/db/install.xml 6878share/moodle/mod/workshop/form/numerrors/db/install.xml
6737share/moodle/mod/workshop/form/numerrors/db/upgrade.php 6879share/moodle/mod/workshop/form/numerrors/db/upgrade.php
6738share/moodle/mod/workshop/form/numerrors/db/upgradelib.php 6880share/moodle/mod/workshop/form/numerrors/db/upgradelib.php
6739share/moodle/mod/workshop/form/numerrors/edit_form.php 6881share/moodle/mod/workshop/form/numerrors/edit_form.php
6740share/moodle/mod/workshop/form/numerrors/lang/en/workshopform_numerrors.php 6882share/moodle/mod/workshop/form/numerrors/lang/en/workshopform_numerrors.php
6741share/moodle/mod/workshop/form/numerrors/lib.php 6883share/moodle/mod/workshop/form/numerrors/lib.php
6742share/moodle/mod/workshop/form/numerrors/settings.php 6884share/moodle/mod/workshop/form/numerrors/settings.php
6743share/moodle/mod/workshop/form/numerrors/simpletest/testlib.php 6885share/moodle/mod/workshop/form/numerrors/simpletest/testlib.php
6744share/moodle/mod/workshop/form/numerrors/version.php 6886share/moodle/mod/workshop/form/numerrors/version.php
6745share/moodle/mod/workshop/form/rubric/assessment_form.php 6887share/moodle/mod/workshop/form/rubric/assessment_form.php
 6888share/moodle/mod/workshop/form/rubric/backup/moodle1/lib.php
6746share/moodle/mod/workshop/form/rubric/backup/moodle2/backup_workshopform_rubric_subplugin.class.php 6889share/moodle/mod/workshop/form/rubric/backup/moodle2/backup_workshopform_rubric_subplugin.class.php
6747share/moodle/mod/workshop/form/rubric/backup/moodle2/restore_workshopform_rubric_subplugin.class.php 6890share/moodle/mod/workshop/form/rubric/backup/moodle2/restore_workshopform_rubric_subplugin.class.php
6748share/moodle/mod/workshop/form/rubric/db/install.php 6891share/moodle/mod/workshop/form/rubric/db/install.php
6749share/moodle/mod/workshop/form/rubric/db/install.xml 6892share/moodle/mod/workshop/form/rubric/db/install.xml
6750share/moodle/mod/workshop/form/rubric/db/upgrade.php 6893share/moodle/mod/workshop/form/rubric/db/upgrade.php
6751share/moodle/mod/workshop/form/rubric/db/upgradelib.php 6894share/moodle/mod/workshop/form/rubric/db/upgradelib.php
6752share/moodle/mod/workshop/form/rubric/edit_form.php 6895share/moodle/mod/workshop/form/rubric/edit_form.php
6753share/moodle/mod/workshop/form/rubric/lang/en/workshopform_rubric.php 6896share/moodle/mod/workshop/form/rubric/lang/en/workshopform_rubric.php
6754share/moodle/mod/workshop/form/rubric/lib.php 6897share/moodle/mod/workshop/form/rubric/lib.php
6755share/moodle/mod/workshop/form/rubric/simpletest/testlib.php 6898share/moodle/mod/workshop/form/rubric/simpletest/testlib.php
6756share/moodle/mod/workshop/form/rubric/styles.css 6899share/moodle/mod/workshop/form/rubric/styles.css
6757share/moodle/mod/workshop/form/rubric/version.php 6900share/moodle/mod/workshop/form/rubric/version.php
6758share/moodle/mod/workshop/index.php 6901share/moodle/mod/workshop/index.php
@@ -6771,26 +6914,27 @@ share/moodle/mod/workshop/simpletest/tes @@ -6771,26 +6914,27 @@ share/moodle/mod/workshop/simpletest/tes
6771share/moodle/mod/workshop/styles.css 6914share/moodle/mod/workshop/styles.css
6772share/moodle/mod/workshop/submission.php 6915share/moodle/mod/workshop/submission.php
6773share/moodle/mod/workshop/submission_form.php 6916share/moodle/mod/workshop/submission_form.php
6774share/moodle/mod/workshop/switchphase.php 6917share/moodle/mod/workshop/switchphase.php
6775share/moodle/mod/workshop/toolbox.php 6918share/moodle/mod/workshop/toolbox.php
6776share/moodle/mod/workshop/version.php 6919share/moodle/mod/workshop/version.php
6777share/moodle/mod/workshop/view.php 6920share/moodle/mod/workshop/view.php
6778share/moodle/my/index.php 6921share/moodle/my/index.php
6779share/moodle/my/indexsys.php 6922share/moodle/my/indexsys.php
6780share/moodle/my/lib.php 6923share/moodle/my/lib.php
6781share/moodle/notes/delete.php 6924share/moodle/notes/delete.php
6782share/moodle/notes/edit.php 6925share/moodle/notes/edit.php
6783share/moodle/notes/edit_form.php 6926share/moodle/notes/edit_form.php
 6927share/moodle/notes/externallib.php
6784share/moodle/notes/index.php 6928share/moodle/notes/index.php
6785share/moodle/notes/lib.php 6929share/moodle/notes/lib.php
6786share/moodle/pix/.cvsignore 6930share/moodle/pix/.cvsignore
6787share/moodle/pix/a/em1_bwgreater.gif 6931share/moodle/pix/a/em1_bwgreater.gif
6788share/moodle/pix/a/em1_greater.gif 6932share/moodle/pix/a/em1_greater.gif
6789share/moodle/pix/a/em1_lesser.gif 6933share/moodle/pix/a/em1_lesser.gif
6790share/moodle/pix/a/em1_raquo.gif 6934share/moodle/pix/a/em1_raquo.gif
6791share/moodle/pix/a/help.png 6935share/moodle/pix/a/help.png
6792share/moodle/pix/a/l_breadcrumb.gif 6936share/moodle/pix/a/l_breadcrumb.gif
6793share/moodle/pix/a/logout.png 6937share/moodle/pix/a/logout.png
6794share/moodle/pix/a/r_breadcrumb.gif 6938share/moodle/pix/a/r_breadcrumb.gif
6795share/moodle/pix/a/r_go.gif 6939share/moodle/pix/a/r_go.gif
6796share/moodle/pix/a/r_next.gif 6940share/moodle/pix/a/r_next.gif
@@ -6913,26 +7057,27 @@ share/moodle/pix/i/completion-auto-fail. @@ -6913,26 +7057,27 @@ share/moodle/pix/i/completion-auto-fail.
6913share/moodle/pix/i/completion-auto-n.gif 7057share/moodle/pix/i/completion-auto-n.gif
6914share/moodle/pix/i/completion-auto-pass.gif 7058share/moodle/pix/i/completion-auto-pass.gif
6915share/moodle/pix/i/completion-auto-y.gif 7059share/moodle/pix/i/completion-auto-y.gif
6916share/moodle/pix/i/completion-manual-enabled.gif 7060share/moodle/pix/i/completion-manual-enabled.gif
6917share/moodle/pix/i/completion-manual-n.gif 7061share/moodle/pix/i/completion-manual-n.gif
6918share/moodle/pix/i/completion-manual-y.gif 7062share/moodle/pix/i/completion-manual-y.gif
6919share/moodle/pix/i/configlock.gif 7063share/moodle/pix/i/configlock.gif
6920share/moodle/pix/i/course.gif 7064share/moodle/pix/i/course.gif
6921share/moodle/pix/i/cross_red_big.gif 7065share/moodle/pix/i/cross_red_big.gif
6922share/moodle/pix/i/cross_red_small.gif 7066share/moodle/pix/i/cross_red_small.gif
6923share/moodle/pix/i/db.gif 7067share/moodle/pix/i/db.gif
6924share/moodle/pix/i/edit.gif 7068share/moodle/pix/i/edit.gif
6925share/moodle/pix/i/email.gif 7069share/moodle/pix/i/email.gif
 7070share/moodle/pix/i/enrolmentsuspended.gif
6926share/moodle/pix/i/feedback.gif 7071share/moodle/pix/i/feedback.gif
6927share/moodle/pix/i/feedback_add.gif 7072share/moodle/pix/i/feedback_add.gif
6928share/moodle/pix/i/files.gif 7073share/moodle/pix/i/files.gif
6929share/moodle/pix/i/filter.gif 7074share/moodle/pix/i/filter.gif
6930share/moodle/pix/i/flagged.png 7075share/moodle/pix/i/flagged.png
6931share/moodle/pix/i/grademark-grey.gif 7076share/moodle/pix/i/grademark-grey.gif
6932share/moodle/pix/i/grademark.gif 7077share/moodle/pix/i/grademark.gif
6933share/moodle/pix/i/grades.gif 7078share/moodle/pix/i/grades.gif
6934share/moodle/pix/i/group.gif 7079share/moodle/pix/i/group.gif
6935share/moodle/pix/i/guest.gif 7080share/moodle/pix/i/guest.gif
6936share/moodle/pix/i/hide.gif 7081share/moodle/pix/i/hide.gif
6937share/moodle/pix/i/hierarchylock.gif 7082share/moodle/pix/i/hierarchylock.gif
6938share/moodle/pix/i/ical.gif 7083share/moodle/pix/i/ical.gif
@@ -7140,34 +7285,103 @@ share/moodle/portfolio/googledocs/lang/e @@ -7140,34 +7285,103 @@ share/moodle/portfolio/googledocs/lang/e
7140share/moodle/portfolio/googledocs/lib.php 7285share/moodle/portfolio/googledocs/lib.php
7141share/moodle/portfolio/googledocs/version.php 7286share/moodle/portfolio/googledocs/version.php
7142share/moodle/portfolio/mahara/db/install.xml 7287share/moodle/portfolio/mahara/db/install.xml
7143share/moodle/portfolio/mahara/db/mnet.php 7288share/moodle/portfolio/mahara/db/mnet.php
7144share/moodle/portfolio/mahara/lang/en/portfolio_mahara.php 7289share/moodle/portfolio/mahara/lang/en/portfolio_mahara.php
7145share/moodle/portfolio/mahara/lib.php 7290share/moodle/portfolio/mahara/lib.php
7146share/moodle/portfolio/mahara/preconfig.php 7291share/moodle/portfolio/mahara/preconfig.php
7147share/moodle/portfolio/mahara/version.php 7292share/moodle/portfolio/mahara/version.php
7148share/moodle/portfolio/picasa/db/events.php 7293share/moodle/portfolio/picasa/db/events.php
7149share/moodle/portfolio/picasa/lang/en/portfolio_picasa.php 7294share/moodle/portfolio/picasa/lang/en/portfolio_picasa.php
7150share/moodle/portfolio/picasa/lib.php 7295share/moodle/portfolio/picasa/lib.php
7151share/moodle/portfolio/picasa/version.php 7296share/moodle/portfolio/picasa/version.php
7152share/moodle/question/addquestion.php 7297share/moodle/question/addquestion.php
 7298share/moodle/question/behaviour/adaptive/behaviour.php
 7299share/moodle/question/behaviour/adaptive/lang/en/qbehaviour_adaptive.php
 7300share/moodle/question/behaviour/adaptive/renderer.php
 7301share/moodle/question/behaviour/adaptive/simpletest/testwalkthrough.php
 7302share/moodle/question/behaviour/adaptivenopenalty/behaviour.php
 7303share/moodle/question/behaviour/adaptivenopenalty/lang/en/qbehaviour_adaptivenopenalty.php
 7304share/moodle/question/behaviour/adaptivenopenalty/renderer.php
 7305share/moodle/question/behaviour/adaptivenopenalty/simpletest/testwalkthrough.php
 7306share/moodle/question/behaviour/behaviourbase.php
 7307share/moodle/question/behaviour/deferredcbm/behaviour.php
 7308share/moodle/question/behaviour/deferredcbm/lang/en/qbehaviour_deferredcbm.php
 7309share/moodle/question/behaviour/deferredcbm/renderer.php
 7310share/moodle/question/behaviour/deferredcbm/simpletest/testwalkthrough.php
 7311share/moodle/question/behaviour/deferredfeedback/behaviour.php
 7312share/moodle/question/behaviour/deferredfeedback/lang/en/qbehaviour_deferredfeedback.php
 7313share/moodle/question/behaviour/deferredfeedback/renderer.php
 7314share/moodle/question/behaviour/deferredfeedback/simpletest/testwalkthrough.php
 7315share/moodle/question/behaviour/immediatecbm/behaviour.php
 7316share/moodle/question/behaviour/immediatecbm/lang/en/qbehaviour_immediatecbm.php
 7317share/moodle/question/behaviour/immediatecbm/renderer.php
 7318share/moodle/question/behaviour/immediatecbm/simpletest/testwalkthrough.php
 7319share/moodle/question/behaviour/immediatefeedback/behaviour.php
 7320share/moodle/question/behaviour/immediatefeedback/lang/en/qbehaviour_immediatefeedback.php
 7321share/moodle/question/behaviour/immediatefeedback/renderer.php
 7322share/moodle/question/behaviour/immediatefeedback/simpletest/testwalkthrough.php
 7323share/moodle/question/behaviour/informationitem/behaviour.php
 7324share/moodle/question/behaviour/informationitem/lang/en/qbehaviour_informationitem.php
 7325share/moodle/question/behaviour/informationitem/renderer.php
 7326share/moodle/question/behaviour/informationitem/simpletest/testwalkthrough.php
 7327share/moodle/question/behaviour/interactive/behaviour.php
 7328share/moodle/question/behaviour/interactive/lang/en/qbehaviour_interactive.php
 7329share/moodle/question/behaviour/interactive/renderer.php
 7330share/moodle/question/behaviour/interactive/simpletest/testwalkthrough.php
 7331share/moodle/question/behaviour/interactivecountback/behaviour.php
 7332share/moodle/question/behaviour/interactivecountback/lang/en/qbehaviour_interactivecountback.php
 7333share/moodle/question/behaviour/interactivecountback/renderer.php
 7334share/moodle/question/behaviour/interactivecountback/simpletest/testwalkthrough.php
 7335share/moodle/question/behaviour/manualgraded/behaviour.php
 7336share/moodle/question/behaviour/manualgraded/lang/en/qbehaviour_manualgraded.php
 7337share/moodle/question/behaviour/manualgraded/renderer.php
 7338share/moodle/question/behaviour/manualgraded/simpletest/testwalkthrough.php
 7339share/moodle/question/behaviour/missing/behaviour.php
 7340share/moodle/question/behaviour/missing/lang/en/qbehaviour_missing.php
 7341share/moodle/question/behaviour/missing/renderer.php
 7342share/moodle/question/behaviour/missing/simpletest/testmissingbehaviour.php
 7343share/moodle/question/behaviour/rendererbase.php
7153share/moodle/question/category.php 7344share/moodle/question/category.php
7154share/moodle/question/category_class.php 7345share/moodle/question/category_class.php
7155share/moodle/question/category_form.php 7346share/moodle/question/category_form.php
7156share/moodle/question/edit.php 7347share/moodle/question/edit.php
7157share/moodle/question/editlib.php 7348share/moodle/question/editlib.php
 7349share/moodle/question/engine/bank.php
 7350share/moodle/question/engine/datalib.php
 7351share/moodle/question/engine/lib.php
 7352share/moodle/question/engine/questionattempt.php
 7353share/moodle/question/engine/questionattemptstep.php
 7354share/moodle/question/engine/questionusage.php
 7355share/moodle/question/engine/renderer.php
 7356share/moodle/question/engine/simpletest/helpers.php
 7357share/moodle/question/engine/simpletest/testdatalib.php
 7358share/moodle/question/engine/simpletest/testquestionattempt.php
 7359share/moodle/question/engine/simpletest/testquestionattemptiterator.php
 7360share/moodle/question/engine/simpletest/testquestionattemptstep.php
 7361share/moodle/question/engine/simpletest/testquestionattemptstepiterator.php
 7362share/moodle/question/engine/simpletest/testquestionbank.php
 7363share/moodle/question/engine/simpletest/testquestioncbm.php
 7364share/moodle/question/engine/simpletest/testquestionengine.php
 7365share/moodle/question/engine/simpletest/testquestionstate.php
 7366share/moodle/question/engine/simpletest/testquestionusagebyactivity.php
 7367share/moodle/question/engine/simpletest/testquestionutils.php
 7368share/moodle/question/engine/states.php
 7369share/moodle/question/engine/upgrade/behaviourconverters.php
 7370share/moodle/question/engine/upgrade/logger.php
 7371share/moodle/question/engine/upgrade/simpletest/helper.php
 7372share/moodle/question/engine/upgrade/upgradelib.php
7158share/moodle/question/export.php 7373share/moodle/question/export.php
7159share/moodle/question/export_form.php 7374share/moodle/question/export_form.php
7160share/moodle/question/file.php 
7161share/moodle/question/flags.js 7375share/moodle/question/flags.js
7162share/moodle/question/format.php 7376share/moodle/question/format.php
7163share/moodle/question/format/README.txt 7377share/moodle/question/format/README.txt
7164share/moodle/question/format/aiken/format.php 7378share/moodle/question/format/aiken/format.php
7165share/moodle/question/format/aiken/lang/en/qformat_aiken.php 7379share/moodle/question/format/aiken/lang/en/qformat_aiken.php
7166share/moodle/question/format/blackboard/format.php 7380share/moodle/question/format/blackboard/format.php
7167share/moodle/question/format/blackboard/lang/en/qformat_blackboard.php 7381share/moodle/question/format/blackboard/lang/en/qformat_blackboard.php
7168share/moodle/question/format/blackboard_six/format.php 7382share/moodle/question/format/blackboard_six/format.php
7169share/moodle/question/format/blackboard_six/lang/en/qformat_blackboard_six.php 7383share/moodle/question/format/blackboard_six/lang/en/qformat_blackboard_six.php
7170share/moodle/question/format/examview/format.php 7384share/moodle/question/format/examview/format.php
7171share/moodle/question/format/examview/lang/en/qformat_examview.php 7385share/moodle/question/format/examview/lang/en/qformat_examview.php
7172share/moodle/question/format/gift/examples.txt 7386share/moodle/question/format/gift/examples.txt
7173share/moodle/question/format/gift/format.php 7387share/moodle/question/format/gift/format.php
@@ -7194,161 +7408,265 @@ share/moodle/question/format/qti_two/tem @@ -7194,161 +7408,265 @@ share/moodle/question/format/qti_two/tem
7194share/moodle/question/format/qti_two/templates/match.tpl 7408share/moodle/question/format/qti_two/templates/match.tpl
7195share/moodle/question/format/qti_two/templates/mmchoiceMultiple.tpl 7409share/moodle/question/format/qti_two/templates/mmchoiceMultiple.tpl
7196share/moodle/question/format/qti_two/templates/notimplemented.tpl 7410share/moodle/question/format/qti_two/templates/notimplemented.tpl
7197share/moodle/question/format/qti_two/templates/numerical.tpl 7411share/moodle/question/format/qti_two/templates/numerical.tpl
7198share/moodle/question/format/qti_two/templates/textEntry.tpl 7412share/moodle/question/format/qti_two/templates/textEntry.tpl
7199share/moodle/question/format/webct/TODO.txt 7413share/moodle/question/format/webct/TODO.txt
7200share/moodle/question/format/webct/format.php 7414share/moodle/question/format/webct/format.php
7201share/moodle/question/format/webct/lang/en/qformat_webct.php 7415share/moodle/question/format/webct/lang/en/qformat_webct.php
7202share/moodle/question/format/xhtml/format.php 7416share/moodle/question/format/xhtml/format.php
7203share/moodle/question/format/xhtml/lang/en/qformat_xhtml.php 7417share/moodle/question/format/xhtml/lang/en/qformat_xhtml.php
7204share/moodle/question/format/xhtml/xhtml.css 7418share/moodle/question/format/xhtml/xhtml.css
7205share/moodle/question/format/xml/format.php 7419share/moodle/question/format/xml/format.php
7206share/moodle/question/format/xml/lang/en/qformat_xml.php 7420share/moodle/question/format/xml/lang/en/qformat_xml.php
 7421share/moodle/question/format/xml/simpletest/testxmlformat.php
7207share/moodle/question/import.php 7422share/moodle/question/import.php
7208share/moodle/question/import_form.php 7423share/moodle/question/import_form.php
7209share/moodle/question/move_form.php 7424share/moodle/question/move_form.php
 7425share/moodle/question/preview.js
7210share/moodle/question/preview.php 7426share/moodle/question/preview.php
7211share/moodle/question/previewlib.php 7427share/moodle/question/previewlib.php
7212share/moodle/question/qbank.js 7428share/moodle/question/qbank.js
7213share/moodle/question/qengine.js 7429share/moodle/question/qengine.js
7214share/moodle/question/question.php 7430share/moodle/question/question.php
7215share/moodle/question/simpletest/testimportexport.php 7431share/moodle/question/simpletest/testimportexport.php
7216share/moodle/question/toggleflag.php 7432share/moodle/question/toggleflag.php
 7433share/moodle/question/type/calculated/backup/moodle1/lib.php
7217share/moodle/question/type/calculated/backup/moodle2/backup_qtype_calculated_plugin.class.php 7434share/moodle/question/type/calculated/backup/moodle2/backup_qtype_calculated_plugin.class.php
7218share/moodle/question/type/calculated/backup/moodle2/restore_qtype_calculated_plugin.class.php 7435share/moodle/question/type/calculated/backup/moodle2/restore_qtype_calculated_plugin.class.php
7219share/moodle/question/type/calculated/datasetdefinitions_form.php 7436share/moodle/question/type/calculated/datasetdefinitions_form.php
7220share/moodle/question/type/calculated/datasetitems_form.php 7437share/moodle/question/type/calculated/datasetitems_form.php
7221share/moodle/question/type/calculated/db/install.xml 7438share/moodle/question/type/calculated/db/install.xml
 7439share/moodle/question/type/calculated/db/simpletest/testupgradelibnewqe.php
7222share/moodle/question/type/calculated/db/upgrade.php 7440share/moodle/question/type/calculated/db/upgrade.php
 7441share/moodle/question/type/calculated/db/upgradelib.php
7223share/moodle/question/type/calculated/edit_calculated_form.php 7442share/moodle/question/type/calculated/edit_calculated_form.php
7224share/moodle/question/type/calculated/lang/en/qtype_calculated.php 7443share/moodle/question/type/calculated/lang/en/qtype_calculated.php
7225share/moodle/question/type/calculated/lib.php 7444share/moodle/question/type/calculated/lib.php
7226share/moodle/question/type/calculated/pix/icon.gif 7445share/moodle/question/type/calculated/pix/icon.gif
 7446share/moodle/question/type/calculated/question.php
7227share/moodle/question/type/calculated/questiontype.php 7447share/moodle/question/type/calculated/questiontype.php
 7448share/moodle/question/type/calculated/renderer.php
 7449share/moodle/question/type/calculated/simpletest/helper.php
 7450share/moodle/question/type/calculated/simpletest/testquestion.php
 7451share/moodle/question/type/calculated/simpletest/testvariablesubstituter.php
 7452share/moodle/question/type/calculated/simpletest/testwalkthrough.php
 7453share/moodle/question/type/calculated/styles.css
7228share/moodle/question/type/calculated/version.php 7454share/moodle/question/type/calculated/version.php
7229share/moodle/question/type/calculatedmulti/backup/moodle2/backup_qtype_calculatedmulti_plugin.class.php 7455share/moodle/question/type/calculatedmulti/backup/moodle2/backup_qtype_calculatedmulti_plugin.class.php
7230share/moodle/question/type/calculatedmulti/backup/moodle2/restore_qtype_calculatedmulti_plugin.class.php 7456share/moodle/question/type/calculatedmulti/backup/moodle2/restore_qtype_calculatedmulti_plugin.class.php
 7457share/moodle/question/type/calculatedmulti/db/simpletest/testupgradelibnewqe.php
 7458share/moodle/question/type/calculatedmulti/db/upgradelib.php
7231share/moodle/question/type/calculatedmulti/edit_calculatedmulti_form.php 7459share/moodle/question/type/calculatedmulti/edit_calculatedmulti_form.php
7232share/moodle/question/type/calculatedmulti/lang/en/qtype_calculatedmulti.php 7460share/moodle/question/type/calculatedmulti/lang/en/qtype_calculatedmulti.php
7233share/moodle/question/type/calculatedmulti/lib.php 7461share/moodle/question/type/calculatedmulti/lib.php
7234share/moodle/question/type/calculatedmulti/pix/icon.gif 7462share/moodle/question/type/calculatedmulti/pix/icon.gif
 7463share/moodle/question/type/calculatedmulti/question.php
7235share/moodle/question/type/calculatedmulti/questiontype.php 7464share/moodle/question/type/calculatedmulti/questiontype.php
 7465share/moodle/question/type/calculatedmulti/renderer.php
 7466share/moodle/question/type/calculatedmulti/simpletest/helper.php
 7467share/moodle/question/type/calculatedmulti/simpletest/testquestion.php
 7468share/moodle/question/type/calculatedmulti/simpletest/testwalkthrough.php
 7469share/moodle/question/type/calculatedmulti/styles.css
 7470share/moodle/question/type/calculatedmulti/version.php
7236share/moodle/question/type/calculatedsimple/backup/moodle2/backup_qtype_calculatedsimple_plugin.class.php 7471share/moodle/question/type/calculatedsimple/backup/moodle2/backup_qtype_calculatedsimple_plugin.class.php
7237share/moodle/question/type/calculatedsimple/backup/moodle2/restore_qtype_calculatedsimple_plugin.class.php 7472share/moodle/question/type/calculatedsimple/backup/moodle2/restore_qtype_calculatedsimple_plugin.class.php
 7473share/moodle/question/type/calculatedsimple/db/simpletest/testupgradelibnewqe.php
 7474share/moodle/question/type/calculatedsimple/db/upgradelib.php
7238share/moodle/question/type/calculatedsimple/edit_calculatedsimple_form.php 7475share/moodle/question/type/calculatedsimple/edit_calculatedsimple_form.php
7239share/moodle/question/type/calculatedsimple/lang/en/qtype_calculatedsimple.php 7476share/moodle/question/type/calculatedsimple/lang/en/qtype_calculatedsimple.php
7240share/moodle/question/type/calculatedsimple/lib.php 7477share/moodle/question/type/calculatedsimple/lib.php
7241share/moodle/question/type/calculatedsimple/pix/icon.gif 7478share/moodle/question/type/calculatedsimple/pix/icon.gif
 7479share/moodle/question/type/calculatedsimple/question.php
7242share/moodle/question/type/calculatedsimple/questiontype.php 7480share/moodle/question/type/calculatedsimple/questiontype.php
 7481share/moodle/question/type/calculatedsimple/renderer.php
 7482share/moodle/question/type/calculatedsimple/simpletest/helper.php
 7483share/moodle/question/type/calculatedsimple/simpletest/testquestion.php
 7484share/moodle/question/type/calculatedsimple/simpletest/testwalkthrough.php
 7485share/moodle/question/type/calculatedsimple/styles.css
 7486share/moodle/question/type/calculatedsimple/version.php
 7487share/moodle/question/type/description/db/simpletest/testupgradelibnewqe.php
 7488share/moodle/question/type/description/db/upgradelib.php
7243share/moodle/question/type/description/edit_description_form.php 7489share/moodle/question/type/description/edit_description_form.php
7244share/moodle/question/type/description/lang/en/qtype_description.php 7490share/moodle/question/type/description/lang/en/qtype_description.php
7245share/moodle/question/type/description/pix/icon.gif 7491share/moodle/question/type/description/pix/icon.gif
7246share/moodle/question/type/description/question.html 7492share/moodle/question/type/description/question.php
7247share/moodle/question/type/description/questiontype.php 7493share/moodle/question/type/description/questiontype.php
 7494share/moodle/question/type/description/renderer.php
 7495share/moodle/question/type/description/simpletest/testquestiontype.php
 7496share/moodle/question/type/description/version.php
7248share/moodle/question/type/edit_question_form.php 7497share/moodle/question/type/edit_question_form.php
 7498share/moodle/question/type/essay/backup/moodle1/lib.php
7249share/moodle/question/type/essay/backup/moodle2/backup_qtype_essay_plugin.class.php 7499share/moodle/question/type/essay/backup/moodle2/backup_qtype_essay_plugin.class.php
7250share/moodle/question/type/essay/backup/moodle2/restore_qtype_essay_plugin.class.php 7500share/moodle/question/type/essay/backup/moodle2/restore_qtype_essay_plugin.class.php
7251share/moodle/question/type/essay/display.html 7501share/moodle/question/type/essay/db/install.xml
 7502share/moodle/question/type/essay/db/simpletest/testupgradelibnewqe.php
 7503share/moodle/question/type/essay/db/upgrade.php
 7504share/moodle/question/type/essay/db/upgradelib.php
7252share/moodle/question/type/essay/edit_essay_form.php 7505share/moodle/question/type/essay/edit_essay_form.php
7253share/moodle/question/type/essay/lang/en/qtype_essay.php 7506share/moodle/question/type/essay/lang/en/qtype_essay.php
7254share/moodle/question/type/essay/lib.php 7507share/moodle/question/type/essay/lib.php
7255share/moodle/question/type/essay/pix/icon.gif 7508share/moodle/question/type/essay/pix/icon.gif
 7509share/moodle/question/type/essay/question.php
7256share/moodle/question/type/essay/questiontype.php 7510share/moodle/question/type/essay/questiontype.php
 7511share/moodle/question/type/essay/renderer.php
 7512share/moodle/question/type/essay/simpletest/testquestion.php
 7513share/moodle/question/type/essay/simpletest/testquestiontype.php
 7514share/moodle/question/type/essay/styles.css
7257share/moodle/question/type/essay/version.php 7515share/moodle/question/type/essay/version.php
 7516share/moodle/question/type/match/backup/moodle1/lib.php
7258share/moodle/question/type/match/backup/moodle2/backup_qtype_match_plugin.class.php 7517share/moodle/question/type/match/backup/moodle2/backup_qtype_match_plugin.class.php
7259share/moodle/question/type/match/backup/moodle2/restore_qtype_match_plugin.class.php 7518share/moodle/question/type/match/backup/moodle2/restore_qtype_match_plugin.class.php
7260share/moodle/question/type/match/db/install.xml 7519share/moodle/question/type/match/db/install.xml
 7520share/moodle/question/type/match/db/simpletest/testupgradelibnewqe.php
7261share/moodle/question/type/match/db/upgrade.php 7521share/moodle/question/type/match/db/upgrade.php
7262share/moodle/question/type/match/display.html 7522share/moodle/question/type/match/db/upgradelib.php
7263share/moodle/question/type/match/edit_match_form.php 7523share/moodle/question/type/match/edit_match_form.php
7264share/moodle/question/type/match/lang/en/qtype_match.php 7524share/moodle/question/type/match/lang/en/qtype_match.php
7265share/moodle/question/type/match/lib.php 7525share/moodle/question/type/match/lib.php
7266share/moodle/question/type/match/pix/icon.gif 7526share/moodle/question/type/match/pix/icon.gif
 7527share/moodle/question/type/match/question.php
7267share/moodle/question/type/match/questiontype.php 7528share/moodle/question/type/match/questiontype.php
 7529share/moodle/question/type/match/renderer.php
 7530share/moodle/question/type/match/simpletest/testquestion.php
 7531share/moodle/question/type/match/simpletest/testquestiontype.php
 7532share/moodle/question/type/match/simpletest/testwalkthrough.php
7268share/moodle/question/type/match/version.php 7533share/moodle/question/type/match/version.php
7269share/moodle/question/type/missingtype/display.html 
7270share/moodle/question/type/missingtype/edit_missingtype_form.php 7534share/moodle/question/type/missingtype/edit_missingtype_form.php
7271share/moodle/question/type/missingtype/lang/en/qtype_missingtype.php 7535share/moodle/question/type/missingtype/lang/en/qtype_missingtype.php
7272share/moodle/question/type/missingtype/pix/icon.gif 7536share/moodle/question/type/missingtype/pix/icon.gif
 7537share/moodle/question/type/missingtype/question.php
7273share/moodle/question/type/missingtype/questiontype.php 7538share/moodle/question/type/missingtype/questiontype.php
 7539share/moodle/question/type/missingtype/renderer.php
 7540share/moodle/question/type/missingtype/simpletest/testmissingtype.php
 7541share/moodle/question/type/missingtype/version.php
 7542share/moodle/question/type/multianswer/backup/moodle1/lib.php
7274share/moodle/question/type/multianswer/backup/moodle2/backup_qtype_multianswer_plugin.class.php 7543share/moodle/question/type/multianswer/backup/moodle2/backup_qtype_multianswer_plugin.class.php
7275share/moodle/question/type/multianswer/backup/moodle2/restore_qtype_multianswer_plugin.class.php 7544share/moodle/question/type/multianswer/backup/moodle2/restore_qtype_multianswer_plugin.class.php
7276share/moodle/question/type/multianswer/db/install.xml 7545share/moodle/question/type/multianswer/db/install.xml
 7546share/moodle/question/type/multianswer/db/simpletest/testupgradelibnewqe.php
7277share/moodle/question/type/multianswer/db/upgrade.php 7547share/moodle/question/type/multianswer/db/upgrade.php
 7548share/moodle/question/type/multianswer/db/upgradelib.php
7278share/moodle/question/type/multianswer/edit_multianswer_form.php 7549share/moodle/question/type/multianswer/edit_multianswer_form.php
7279share/moodle/question/type/multianswer/lang/en/qtype_multianswer.php 7550share/moodle/question/type/multianswer/lang/en/qtype_multianswer.php
 7551share/moodle/question/type/multianswer/module.js
7280share/moodle/question/type/multianswer/pix/icon.gif 7552share/moodle/question/type/multianswer/pix/icon.gif
 7553share/moodle/question/type/multianswer/question.php
7281share/moodle/question/type/multianswer/questiontype.php 7554share/moodle/question/type/multianswer/questiontype.php
 7555share/moodle/question/type/multianswer/renderer.php
 7556share/moodle/question/type/multianswer/simpletest/helper.php
 7557share/moodle/question/type/multianswer/simpletest/testquestion.php
 7558share/moodle/question/type/multianswer/simpletest/testquestiontype.php
 7559share/moodle/question/type/multianswer/simpletest/testwalkthrough.php
 7560share/moodle/question/type/multianswer/styles.css
7282share/moodle/question/type/multianswer/version.php 7561share/moodle/question/type/multianswer/version.php
 7562share/moodle/question/type/multichoice/backup/moodle1/lib.php
7283share/moodle/question/type/multichoice/backup/moodle2/backup_qtype_multichoice_plugin.class.php 7563share/moodle/question/type/multichoice/backup/moodle2/backup_qtype_multichoice_plugin.class.php
7284share/moodle/question/type/multichoice/backup/moodle2/restore_qtype_multichoice_plugin.class.php 7564share/moodle/question/type/multichoice/backup/moodle2/restore_qtype_multichoice_plugin.class.php
7285share/moodle/question/type/multichoice/db/install.xml 7565share/moodle/question/type/multichoice/db/install.xml
 7566share/moodle/question/type/multichoice/db/simpletest/testupgradelibnewqe.php
7286share/moodle/question/type/multichoice/db/upgrade.php 7567share/moodle/question/type/multichoice/db/upgrade.php
7287share/moodle/question/type/multichoice/display.html 7568share/moodle/question/type/multichoice/db/upgradelib.php
7288share/moodle/question/type/multichoice/edit_multichoice_form.php 7569share/moodle/question/type/multichoice/edit_multichoice_form.php
7289share/moodle/question/type/multichoice/lang/en/qtype_multichoice.php 7570share/moodle/question/type/multichoice/lang/en/qtype_multichoice.php
7290share/moodle/question/type/multichoice/lib.php 7571share/moodle/question/type/multichoice/lib.php
7291share/moodle/question/type/multichoice/pix/icon.gif 7572share/moodle/question/type/multichoice/pix/icon.gif
 7573share/moodle/question/type/multichoice/question.php
7292share/moodle/question/type/multichoice/questiontype.php 7574share/moodle/question/type/multichoice/questiontype.php
 7575share/moodle/question/type/multichoice/renderer.php
 7576share/moodle/question/type/multichoice/simpletest/testquestion.php
 7577share/moodle/question/type/multichoice/simpletest/testquestiontype.php
 7578share/moodle/question/type/multichoice/simpletest/testwalkthrough.php
 7579share/moodle/question/type/multichoice/styles.css
7293share/moodle/question/type/multichoice/version.php 7580share/moodle/question/type/multichoice/version.php
 7581share/moodle/question/type/numerical/backup/moodle1/lib.php
7294share/moodle/question/type/numerical/backup/moodle2/backup_qtype_numerical_plugin.class.php 7582share/moodle/question/type/numerical/backup/moodle2/backup_qtype_numerical_plugin.class.php
7295share/moodle/question/type/numerical/backup/moodle2/restore_qtype_numerical_plugin.class.php 7583share/moodle/question/type/numerical/backup/moodle2/restore_qtype_numerical_plugin.class.php
7296share/moodle/question/type/numerical/db/install.xml 7584share/moodle/question/type/numerical/db/install.xml
 7585share/moodle/question/type/numerical/db/simpletest/testupgradelibnewqe.php
7297share/moodle/question/type/numerical/db/upgrade.php 7586share/moodle/question/type/numerical/db/upgrade.php
7298share/moodle/question/type/numerical/display.html 7587share/moodle/question/type/numerical/db/upgradelib.php
7299share/moodle/question/type/numerical/edit_numerical_form.php 7588share/moodle/question/type/numerical/edit_numerical_form.php
7300share/moodle/question/type/numerical/lang/en/qtype_numerical.php 7589share/moodle/question/type/numerical/lang/en/qtype_numerical.php
7301share/moodle/question/type/numerical/lib.php 7590share/moodle/question/type/numerical/lib.php
7302share/moodle/question/type/numerical/pix/icon.gif 7591share/moodle/question/type/numerical/pix/icon.gif
 7592share/moodle/question/type/numerical/question.php
7303share/moodle/question/type/numerical/questiontype.php 7593share/moodle/question/type/numerical/questiontype.php
 7594share/moodle/question/type/numerical/renderer.php
 7595share/moodle/question/type/numerical/simpletest/helper.php
 7596share/moodle/question/type/numerical/simpletest/testanswer.php
 7597share/moodle/question/type/numerical/simpletest/testanswerprocessor.php
 7598share/moodle/question/type/numerical/simpletest/testform.php
 7599share/moodle/question/type/numerical/simpletest/testquestion.php
7304share/moodle/question/type/numerical/simpletest/testquestiontype.php 7600share/moodle/question/type/numerical/simpletest/testquestiontype.php
 7601share/moodle/question/type/numerical/simpletest/testwalkthrough.php
 7602share/moodle/question/type/numerical/styles.css
7305share/moodle/question/type/numerical/version.php 7603share/moodle/question/type/numerical/version.php
7306share/moodle/question/type/question.html 7604share/moodle/question/type/questionbase.php
7307share/moodle/question/type/questiontype.php 7605share/moodle/question/type/questiontypebase.php
7308share/moodle/question/type/random/backup/moodle2/restore_qtype_random_plugin.class.php 7606share/moodle/question/type/random/backup/moodle2/restore_qtype_random_plugin.class.php
 7607share/moodle/question/type/random/db/simpletest/testupgradelibnewqe.php
7309share/moodle/question/type/random/edit_random_form.php 7608share/moodle/question/type/random/edit_random_form.php
7310share/moodle/question/type/random/lang/en/qtype_random.php 7609share/moodle/question/type/random/lang/en/qtype_random.php
7311share/moodle/question/type/random/pix/icon.gif 7610share/moodle/question/type/random/pix/icon.gif
7312share/moodle/question/type/random/questiontype.php 7611share/moodle/question/type/random/questiontype.php
 7612share/moodle/question/type/random/simpletest/testquestiontype.php
 7613share/moodle/question/type/random/version.php
7313share/moodle/question/type/randomsamatch/backup/moodle2/backup_qtype_randomsamatch_plugin.class.php 7614share/moodle/question/type/randomsamatch/backup/moodle2/backup_qtype_randomsamatch_plugin.class.php
7314share/moodle/question/type/randomsamatch/backup/moodle2/restore_qtype_randomsamatch_plugin.class.php 7615share/moodle/question/type/randomsamatch/backup/moodle2/restore_qtype_randomsamatch_plugin.class.php
7315share/moodle/question/type/randomsamatch/db/install.xml 7616share/moodle/question/type/randomsamatch/db/install.xml
7316share/moodle/question/type/randomsamatch/edit_randomsamatch_form.php 7617share/moodle/question/type/randomsamatch/edit_randomsamatch_form.php
7317share/moodle/question/type/randomsamatch/lang/en/qtype_randomsamatch.php 7618share/moodle/question/type/randomsamatch/lang/en/qtype_randomsamatch.php
7318share/moodle/question/type/randomsamatch/pix/icon.gif 7619share/moodle/question/type/randomsamatch/pix/icon.gif
7319share/moodle/question/type/randomsamatch/questiontype.php 7620share/moodle/question/type/randomsamatch/questiontype.php
7320share/moodle/question/type/randomsamatch/version.php 7621share/moodle/question/type/randomsamatch/version.php
 7622share/moodle/question/type/rendererbase.php
 7623share/moodle/question/type/shortanswer/backup/moodle1/lib.php
7321share/moodle/question/type/shortanswer/backup/moodle2/backup_qtype_shortanswer_plugin.class.php 7624share/moodle/question/type/shortanswer/backup/moodle2/backup_qtype_shortanswer_plugin.class.php
7322share/moodle/question/type/shortanswer/backup/moodle2/restore_qtype_shortanswer_plugin.class.php 7625share/moodle/question/type/shortanswer/backup/moodle2/restore_qtype_shortanswer_plugin.class.php
7323share/moodle/question/type/shortanswer/db/install.xml 7626share/moodle/question/type/shortanswer/db/install.xml
7324share/moodle/question/type/shortanswer/display.html 7627share/moodle/question/type/shortanswer/db/simpletest/testupgradelibnewqe.php
 7628share/moodle/question/type/shortanswer/db/upgradelib.php
7325share/moodle/question/type/shortanswer/edit_shortanswer_form.php 7629share/moodle/question/type/shortanswer/edit_shortanswer_form.php
7326share/moodle/question/type/shortanswer/lang/en/qtype_shortanswer.php 7630share/moodle/question/type/shortanswer/lang/en/qtype_shortanswer.php
7327share/moodle/question/type/shortanswer/lib.php 7631share/moodle/question/type/shortanswer/lib.php
7328share/moodle/question/type/shortanswer/pix/icon.gif 7632share/moodle/question/type/shortanswer/pix/icon.gif
 7633share/moodle/question/type/shortanswer/question.php
7329share/moodle/question/type/shortanswer/questiontype.php 7634share/moodle/question/type/shortanswer/questiontype.php
 7635share/moodle/question/type/shortanswer/renderer.php
 7636share/moodle/question/type/shortanswer/simpletest/testquestion.php
7330share/moodle/question/type/shortanswer/simpletest/testquestiontype.php 7637share/moodle/question/type/shortanswer/simpletest/testquestiontype.php
 7638share/moodle/question/type/shortanswer/styles.css
7331share/moodle/question/type/shortanswer/version.php 7639share/moodle/question/type/shortanswer/version.php
 7640share/moodle/question/type/simpletest/testquestionbase.php
7332share/moodle/question/type/simpletest/testquestiontype.php 7641share/moodle/question/type/simpletest/testquestiontype.php
 7642share/moodle/question/type/truefalse/backup/moodle1/lib.php
7333share/moodle/question/type/truefalse/backup/moodle2/backup_qtype_truefalse_plugin.class.php 7643share/moodle/question/type/truefalse/backup/moodle2/backup_qtype_truefalse_plugin.class.php
7334share/moodle/question/type/truefalse/backup/moodle2/restore_qtype_truefalse_plugin.class.php 7644share/moodle/question/type/truefalse/backup/moodle2/restore_qtype_truefalse_plugin.class.php
7335share/moodle/question/type/truefalse/db/install.xml 7645share/moodle/question/type/truefalse/db/install.xml
7336share/moodle/question/type/truefalse/display.html 7646share/moodle/question/type/truefalse/db/simpletest/testupgradelibnewqe.php
 7647share/moodle/question/type/truefalse/db/upgradelib.php
7337share/moodle/question/type/truefalse/edit_truefalse_form.php 7648share/moodle/question/type/truefalse/edit_truefalse_form.php
7338share/moodle/question/type/truefalse/lang/en/qtype_truefalse.php 7649share/moodle/question/type/truefalse/lang/en/qtype_truefalse.php
7339share/moodle/question/type/truefalse/lib.php 7650share/moodle/question/type/truefalse/lib.php
7340share/moodle/question/type/truefalse/pix/icon.gif 7651share/moodle/question/type/truefalse/pix/icon.gif
 7652share/moodle/question/type/truefalse/question.php
7341share/moodle/question/type/truefalse/questiontype.php 7653share/moodle/question/type/truefalse/questiontype.php
 7654share/moodle/question/type/truefalse/renderer.php
 7655share/moodle/question/type/truefalse/simpletest/helper.php
 7656share/moodle/question/type/truefalse/simpletest/testquestion.php
 7657share/moodle/question/type/truefalse/simpletest/testquestiontype.php
 7658share/moodle/question/type/truefalse/simpletest/testwalkthrough.php
 7659share/moodle/question/type/truefalse/styles.css
7342share/moodle/question/type/truefalse/version.php 7660share/moodle/question/type/truefalse/version.php
7343share/moodle/question/upgrade.php 7661share/moodle/question/upgrade.php
7344share/moodle/rating/index.php 7662share/moodle/rating/index.php
7345share/moodle/rating/lib.php 7663share/moodle/rating/lib.php
7346share/moodle/rating/module.js 7664share/moodle/rating/module.js
7347share/moodle/rating/rate.php 7665share/moodle/rating/rate.php
7348share/moodle/rating/rate_ajax.php 7666share/moodle/rating/rate_ajax.php
7349share/moodle/repository/README.txt 7667share/moodle/repository/README.txt
7350share/moodle/repository/alfresco/db/access.php 7668share/moodle/repository/alfresco/db/access.php
7351share/moodle/repository/alfresco/lang/en/repository_alfresco.php 7669share/moodle/repository/alfresco/lang/en/repository_alfresco.php
7352share/moodle/repository/alfresco/lib.php 7670share/moodle/repository/alfresco/lib.php
7353share/moodle/repository/alfresco/pix/icon.png 7671share/moodle/repository/alfresco/pix/icon.png
7354share/moodle/repository/alfresco/version.php 7672share/moodle/repository/alfresco/version.php
@@ -7584,26 +7902,232 @@ share/moodle/tag/coursetags_more.php @@ -7584,26 +7902,232 @@ share/moodle/tag/coursetags_more.php
7584share/moodle/tag/coursetagslib.php 7902share/moodle/tag/coursetagslib.php
7585share/moodle/tag/edit.php 7903share/moodle/tag/edit.php
7586share/moodle/tag/edit_form.php 7904share/moodle/tag/edit_form.php
7587share/moodle/tag/index.php 7905share/moodle/tag/index.php
7588share/moodle/tag/lib.php 7906share/moodle/tag/lib.php
7589share/moodle/tag/locallib.php 7907share/moodle/tag/locallib.php
7590share/moodle/tag/manage.php 7908share/moodle/tag/manage.php
7591share/moodle/tag/search.php 7909share/moodle/tag/search.php
7592share/moodle/tag/tag.js 7910share/moodle/tag/tag.js
7593share/moodle/tag/tag_autocomplete.php 7911share/moodle/tag/tag_autocomplete.php
7594share/moodle/tag/user.php 7912share/moodle/tag/user.php
7595share/moodle/tags 7913share/moodle/tags
7596share/moodle/tags.txt 7914share/moodle/tags.txt
 7915share/moodle/theme/afterburner/config.php
 7916share/moodle/theme/afterburner/lang/en/theme_afterburner.php
 7917share/moodle/theme/afterburner/layout/default.php
 7918share/moodle/theme/afterburner/layout/embedded.php
 7919share/moodle/theme/afterburner/pix/core/bg.png
 7920share/moodle/theme/afterburner/pix/core/bground.jpg
 7921share/moodle/theme/afterburner/pix/core/h2grad.jpg
 7922share/moodle/theme/afterburner/pix/favicon.ico
 7923share/moodle/theme/afterburner/pix/footer/moodle-logo.png
 7924share/moodle/theme/afterburner/pix/forum/gradient.png
 7925share/moodle/theme/afterburner/pix/images/light3.png
 7926share/moodle/theme/afterburner/pix/menu/ab-arrowover.png
 7927share/moodle/theme/afterburner/pix/menu/nav-arrow-right.png
 7928share/moodle/theme/afterburner/pix/screenshot.jpg
 7929share/moodle/theme/afterburner/pix/sideblocks/sidegrad.jpg
 7930share/moodle/theme/afterburner/pix/tab/left.gif
 7931share/moodle/theme/afterburner/pix/tab/left_active.gif
 7932share/moodle/theme/afterburner/pix/tab/left_active_hover.gif
 7933share/moodle/theme/afterburner/pix/tab/left_hover.gif
 7934share/moodle/theme/afterburner/pix/tab/right.gif
 7935share/moodle/theme/afterburner/pix/tab/right_active.gif
 7936share/moodle/theme/afterburner/pix/tab/right_active_hover.gif
 7937share/moodle/theme/afterburner/pix/tab/right_end.gif
 7938share/moodle/theme/afterburner/pix/tab/right_hover.gif
 7939share/moodle/theme/afterburner/pix/tab/right_last.gif
 7940share/moodle/theme/afterburner/pix/tab/rtlbg.gif
 7941share/moodle/theme/afterburner/pix/tab/tabrow1.gif
 7942share/moodle/theme/afterburner/pix_core/a/em1_bwgreater.gif
 7943share/moodle/theme/afterburner/pix_core/a/em1_greater.gif
 7944share/moodle/theme/afterburner/pix_core/a/em1_lesser.gif
 7945share/moodle/theme/afterburner/pix_core/a/em1_raquo.gif
 7946share/moodle/theme/afterburner/pix_core/a/help.png
 7947share/moodle/theme/afterburner/pix_core/a/l_breadcrumb.gif
 7948share/moodle/theme/afterburner/pix_core/a/logout.png
 7949share/moodle/theme/afterburner/pix_core/a/r_breadcrumb.gif
 7950share/moodle/theme/afterburner/pix_core/a/r_go.gif
 7951share/moodle/theme/afterburner/pix_core/a/r_next.gif
 7952share/moodle/theme/afterburner/pix_core/a/r_previous.gif
 7953share/moodle/theme/afterburner/pix_core/a/refresh.png
 7954share/moodle/theme/afterburner/pix_core/a/search.png
 7955share/moodle/theme/afterburner/pix_core/a/setting.png
 7956share/moodle/theme/afterburner/pix_core/c/course.png
 7957share/moodle/theme/afterburner/pix_core/c/event.png
 7958share/moodle/theme/afterburner/pix_core/c/groups.png
 7959share/moodle/theme/afterburner/pix_core/c/site.png
 7960share/moodle/theme/afterburner/pix_core/c/user.png
 7961share/moodle/theme/afterburner/pix_core/docs.png
 7962share/moodle/theme/afterburner/pix_core/f/access.png
 7963share/moodle/theme/afterburner/pix_core/f/avi.png
 7964share/moodle/theme/afterburner/pix_core/f/excel.png
 7965share/moodle/theme/afterburner/pix_core/f/flash.png
 7966share/moodle/theme/afterburner/pix_core/f/folder-32.png
 7967share/moodle/theme/afterburner/pix_core/f/folder.png
 7968share/moodle/theme/afterburner/pix_core/f/help.png
 7969share/moodle/theme/afterburner/pix_core/f/html.png
 7970share/moodle/theme/afterburner/pix_core/f/image-32.png
 7971share/moodle/theme/afterburner/pix_core/f/image.png
 7972share/moodle/theme/afterburner/pix_core/f/odb.png
 7973share/moodle/theme/afterburner/pix_core/f/odf.png
 7974share/moodle/theme/afterburner/pix_core/f/odg.png
 7975share/moodle/theme/afterburner/pix_core/f/odm.png
 7976share/moodle/theme/afterburner/pix_core/f/odp.png
 7977share/moodle/theme/afterburner/pix_core/f/ods.png
 7978share/moodle/theme/afterburner/pix_core/f/odt.png
 7979share/moodle/theme/afterburner/pix_core/f/pdf.png
 7980share/moodle/theme/afterburner/pix_core/f/powerpoint.png
 7981share/moodle/theme/afterburner/pix_core/f/text-32.png
 7982share/moodle/theme/afterburner/pix_core/f/text.png
 7983share/moodle/theme/afterburner/pix_core/f/unknown-32.png
 7984share/moodle/theme/afterburner/pix_core/f/unknown.png
 7985share/moodle/theme/afterburner/pix_core/f/video.png
 7986share/moodle/theme/afterburner/pix_core/f/web.png
 7987share/moodle/theme/afterburner/pix_core/f/word.png
 7988share/moodle/theme/afterburner/pix_core/f/xml.png
 7989share/moodle/theme/afterburner/pix_core/f/zip.png
 7990share/moodle/theme/afterburner/pix_core/g/f1.png
 7991share/moodle/theme/afterburner/pix_core/g/f2.png
 7992share/moodle/theme/afterburner/pix_core/g/user100.png
 7993share/moodle/theme/afterburner/pix_core/g/user35.png
 7994share/moodle/theme/afterburner/pix_core/help.png
 7995share/moodle/theme/afterburner/pix_core/i/all.png
 7996share/moodle/theme/afterburner/pix_core/i/backup.png
 7997share/moodle/theme/afterburner/pix_core/i/calc.png
 7998share/moodle/theme/afterburner/pix_core/i/checkpermissions.png
 7999share/moodle/theme/afterburner/pix_core/i/course.png
 8000share/moodle/theme/afterburner/pix_core/i/db.png
 8001share/moodle/theme/afterburner/pix_core/i/edit.gif
 8002share/moodle/theme/afterburner/pix_core/i/email.png
 8003share/moodle/theme/afterburner/pix_core/i/feedback.png
 8004share/moodle/theme/afterburner/pix_core/i/feedback_add.png
 8005share/moodle/theme/afterburner/pix_core/i/files.png
 8006share/moodle/theme/afterburner/pix_core/i/filter.png
 8007share/moodle/theme/afterburner/pix_core/i/flagged.png
 8008share/moodle/theme/afterburner/pix_core/i/grades.png
 8009share/moodle/theme/afterburner/pix_core/i/group.png
 8010share/moodle/theme/afterburner/pix_core/i/hide.png
 8011share/moodle/theme/afterburner/pix_core/i/info.png
 8012share/moodle/theme/afterburner/pix_core/i/lock.png
 8013share/moodle/theme/afterburner/pix_core/i/marker.png
 8014share/moodle/theme/afterburner/pix_core/i/menu.png
 8015share/moodle/theme/afterburner/pix_core/i/new.png
 8016share/moodle/theme/afterburner/pix_core/i/news.png
 8017share/moodle/theme/afterburner/pix_core/i/one.png
 8018share/moodle/theme/afterburner/pix_core/i/payment.png
 8019share/moodle/theme/afterburner/pix_core/i/permissions.png
 8020share/moodle/theme/afterburner/pix_core/i/publish.png
 8021share/moodle/theme/afterburner/pix_core/i/questions.png
 8022share/moodle/theme/afterburner/pix_core/i/report.png
 8023share/moodle/theme/afterburner/pix_core/i/restore.png
 8024share/moodle/theme/afterburner/pix_core/i/return.png
 8025share/moodle/theme/afterburner/pix_core/i/roles.png
 8026share/moodle/theme/afterburner/pix_core/i/scales.png
 8027share/moodle/theme/afterburner/pix_core/i/settings.png
 8028share/moodle/theme/afterburner/pix_core/i/show.png
 8029share/moodle/theme/afterburner/pix_core/i/unflagged.png
 8030share/moodle/theme/afterburner/pix_core/i/user.png
 8031share/moodle/theme/afterburner/pix_core/i/users.png
 8032share/moodle/theme/afterburner/pix_core/icon.png
 8033share/moodle/theme/afterburner/pix_core/m/USD.gif
 8034share/moodle/theme/afterburner/pix_core/s/SMILEYS
 8035share/moodle/theme/afterburner/pix_core/s/angry.png
 8036share/moodle/theme/afterburner/pix_core/s/approve.png
 8037share/moodle/theme/afterburner/pix_core/s/biggrin.png
 8038share/moodle/theme/afterburner/pix_core/s/blackeye.gif
 8039share/moodle/theme/afterburner/pix_core/s/blush.png
 8040share/moodle/theme/afterburner/pix_core/s/clown.gif
 8041share/moodle/theme/afterburner/pix_core/s/cool.png
 8042share/moodle/theme/afterburner/pix_core/s/dead.png
 8043share/moodle/theme/afterburner/pix_core/s/egg.gif
 8044share/moodle/theme/afterburner/pix_core/s/evil.png
 8045share/moodle/theme/afterburner/pix_core/s/heart.png
 8046share/moodle/theme/afterburner/pix_core/s/kiss.png
 8047share/moodle/theme/afterburner/pix_core/s/martin.gif
 8048share/moodle/theme/afterburner/pix_core/s/mixed.png
 8049share/moodle/theme/afterburner/pix_core/s/no.gif
 8050share/moodle/theme/afterburner/pix_core/s/sad.png
 8051share/moodle/theme/afterburner/pix_core/s/shy.png
 8052share/moodle/theme/afterburner/pix_core/s/sleepy.png
 8053share/moodle/theme/afterburner/pix_core/s/smiley.png
 8054share/moodle/theme/afterburner/pix_core/s/surprise.png
 8055share/moodle/theme/afterburner/pix_core/s/thoughtful.png
 8056share/moodle/theme/afterburner/pix_core/s/tongueout.png
 8057share/moodle/theme/afterburner/pix_core/s/wideeyes.png
 8058share/moodle/theme/afterburner/pix_core/s/wink.png
 8059share/moodle/theme/afterburner/pix_core/s/yes.png
 8060share/moodle/theme/afterburner/pix_core/t/adddir.png
 8061share/moodle/theme/afterburner/pix_core/t/addfile.png
 8062share/moodle/theme/afterburner/pix_core/t/addgreen.png
 8063share/moodle/theme/afterburner/pix_core/t/backup.png
 8064share/moodle/theme/afterburner/pix_core/t/block.png
 8065share/moodle/theme/afterburner/pix_core/t/calendar.png
 8066share/moodle/theme/afterburner/pix_core/t/clear.png
 8067share/moodle/theme/afterburner/pix_core/t/copy.png
 8068share/moodle/theme/afterburner/pix_core/t/delete.png
 8069share/moodle/theme/afterburner/pix_core/t/down.png
 8070share/moodle/theme/afterburner/pix_core/t/download.png
 8071share/moodle/theme/afterburner/pix_core/t/edit.png
 8072share/moodle/theme/afterburner/pix_core/t/email.png
 8073share/moodle/theme/afterburner/pix_core/t/emailno.png
 8074share/moodle/theme/afterburner/pix_core/t/feedback.png
 8075share/moodle/theme/afterburner/pix_core/t/feedback_add.png
 8076share/moodle/theme/afterburner/pix_core/t/go.png
 8077share/moodle/theme/afterburner/pix_core/t/groupn.png
 8078share/moodle/theme/afterburner/pix_core/t/groups.png
 8079share/moodle/theme/afterburner/pix_core/t/hide.png
 8080share/moodle/theme/afterburner/pix_core/t/lock.png
 8081share/moodle/theme/afterburner/pix_core/t/move.png
 8082share/moodle/theme/afterburner/pix_core/t/preview.png
 8083share/moodle/theme/afterburner/pix_core/t/restore.png
 8084share/moodle/theme/afterburner/pix_core/t/show.png
 8085share/moodle/theme/afterburner/pix_core/t/stop.png
 8086share/moodle/theme/afterburner/pix_core/t/unlock.png
 8087share/moodle/theme/afterburner/pix_core/t/up.png
 8088share/moodle/theme/afterburner/pix_core/t/user.png
 8089share/moodle/theme/afterburner/pix_core/t/userblue.png
 8090share/moodle/theme/afterburner/pix_core/t/usernot.png
 8091share/moodle/theme/afterburner/pix_core/u/f1.png
 8092share/moodle/theme/afterburner/pix_core/u/f2.png
 8093share/moodle/theme/afterburner/pix_plugins/enrol/self/withoutkey.png
 8094share/moodle/theme/afterburner/pix_plugins/mod/assignment/icon.png
 8095share/moodle/theme/afterburner/pix_plugins/mod/chat/icon.png
 8096share/moodle/theme/afterburner/pix_plugins/mod/choice/icon.png
 8097share/moodle/theme/afterburner/pix_plugins/mod/data/icon.png
 8098share/moodle/theme/afterburner/pix_plugins/mod/folder/icon.png
 8099share/moodle/theme/afterburner/pix_plugins/mod/forum/icon.png
 8100share/moodle/theme/afterburner/pix_plugins/mod/glossary/icon.png
 8101share/moodle/theme/afterburner/pix_plugins/mod/imscp/icon.png
 8102share/moodle/theme/afterburner/pix_plugins/mod/label/icon.png
 8103share/moodle/theme/afterburner/pix_plugins/mod/lesson/icon.png
 8104share/moodle/theme/afterburner/pix_plugins/mod/page/icon.png
 8105share/moodle/theme/afterburner/pix_plugins/mod/quiz/icon.png
 8106share/moodle/theme/afterburner/pix_plugins/mod/resource/icon.png
 8107share/moodle/theme/afterburner/pix_plugins/mod/scorm/icon.png
 8108share/moodle/theme/afterburner/pix_plugins/mod/survey/icon.png
 8109share/moodle/theme/afterburner/pix_plugins/mod/url/icon.png
 8110share/moodle/theme/afterburner/pix_plugins/mod/wiki/icon.png
 8111share/moodle/theme/afterburner/pix_plugins/mod/workshop/icon.png
 8112share/moodle/theme/afterburner/renderers.php
 8113share/moodle/theme/afterburner/style/afterburner_blocks.css
 8114share/moodle/theme/afterburner/style/afterburner_calendar.css
 8115share/moodle/theme/afterburner/style/afterburner_dock.css
 8116share/moodle/theme/afterburner/style/afterburner_layout.css
 8117share/moodle/theme/afterburner/style/afterburner_menu.css
 8118share/moodle/theme/afterburner/style/afterburner_mod.css
 8119share/moodle/theme/afterburner/style/afterburner_styles.css
 8120share/moodle/theme/afterburner/style/rtl.css
7597share/moodle/theme/anomaly/config.php 8121share/moodle/theme/anomaly/config.php
7598share/moodle/theme/anomaly/javascript/navigation.js 8122share/moodle/theme/anomaly/javascript/navigation.js
7599share/moodle/theme/anomaly/lang/en/theme_anomaly.php 8123share/moodle/theme/anomaly/lang/en/theme_anomaly.php
7600share/moodle/theme/anomaly/layout/general.php 8124share/moodle/theme/anomaly/layout/general.php
7601share/moodle/theme/anomaly/layout/report.php 8125share/moodle/theme/anomaly/layout/report.php
7602share/moodle/theme/anomaly/lib.php 8126share/moodle/theme/anomaly/lib.php
7603share/moodle/theme/anomaly/pix/background.png 8127share/moodle/theme/anomaly/pix/background.png
7604share/moodle/theme/anomaly/pix/corners_block.gif 8128share/moodle/theme/anomaly/pix/corners_block.gif
7605share/moodle/theme/anomaly/pix/corners_header.gif 8129share/moodle/theme/anomaly/pix/corners_header.gif
7606share/moodle/theme/anomaly/pix/dock_removeall.png 8130share/moodle/theme/anomaly/pix/dock_removeall.png
7607share/moodle/theme/anomaly/pix/favicon.ico 8131share/moodle/theme/anomaly/pix/favicon.ico
7608share/moodle/theme/anomaly/pix/logo.jpg 8132share/moodle/theme/anomaly/pix/logo.jpg
7609share/moodle/theme/anomaly/pix/movedock.png 8133share/moodle/theme/anomaly/pix/movedock.png
@@ -7638,26 +8162,27 @@ share/moodle/theme/arialist/pix/screensh @@ -7638,26 +8162,27 @@ share/moodle/theme/arialist/pix/screensh
7638share/moodle/theme/arialist/settings.php 8162share/moodle/theme/arialist/settings.php
7639share/moodle/theme/arialist/style/core.css 8163share/moodle/theme/arialist/style/core.css
7640share/moodle/theme/arialist/style/editor.css 8164share/moodle/theme/arialist/style/editor.css
7641share/moodle/theme/arialist/style/pagelayout.css 8165share/moodle/theme/arialist/style/pagelayout.css
7642share/moodle/theme/arialist/style/settings.css 8166share/moodle/theme/arialist/style/settings.css
7643share/moodle/theme/base/config.php 8167share/moodle/theme/base/config.php
7644share/moodle/theme/base/lang/en/theme_base.php 8168share/moodle/theme/base/lang/en/theme_base.php
7645share/moodle/theme/base/layout/embedded.php 8169share/moodle/theme/base/layout/embedded.php
7646share/moodle/theme/base/layout/frontpage.php 8170share/moodle/theme/base/layout/frontpage.php
7647share/moodle/theme/base/layout/general.php 8171share/moodle/theme/base/layout/general.php
7648share/moodle/theme/base/layout/report.php 8172share/moodle/theme/base/layout/report.php
7649share/moodle/theme/base/pix/favicon.ico 8173share/moodle/theme/base/pix/favicon.ico
7650share/moodle/theme/base/pix/screenshot.png 8174share/moodle/theme/base/pix/screenshot.png
 8175share/moodle/theme/base/pix/yui2-treeview-sprite-rtl.gif
7651share/moodle/theme/base/style/admin.css 8176share/moodle/theme/base/style/admin.css
7652share/moodle/theme/base/style/blocks.css 8177share/moodle/theme/base/style/blocks.css
7653share/moodle/theme/base/style/calendar.css 8178share/moodle/theme/base/style/calendar.css
7654share/moodle/theme/base/style/core.css 8179share/moodle/theme/base/style/core.css
7655share/moodle/theme/base/style/course.css 8180share/moodle/theme/base/style/course.css
7656share/moodle/theme/base/style/dock.css 8181share/moodle/theme/base/style/dock.css
7657share/moodle/theme/base/style/editor.css 8182share/moodle/theme/base/style/editor.css
7658share/moodle/theme/base/style/grade.css 8183share/moodle/theme/base/style/grade.css
7659share/moodle/theme/base/style/message.css 8184share/moodle/theme/base/style/message.css
7660share/moodle/theme/base/style/pagelayout.css 8185share/moodle/theme/base/style/pagelayout.css
7661share/moodle/theme/base/style/question.css 8186share/moodle/theme/base/style/question.css
7662share/moodle/theme/base/style/user.css 8187share/moodle/theme/base/style/user.css
7663share/moodle/theme/binarius/config.php 8188share/moodle/theme/binarius/config.php
@@ -7728,67 +8253,73 @@ share/moodle/theme/canvas/layout/report. @@ -7728,67 +8253,73 @@ share/moodle/theme/canvas/layout/report.
7728share/moodle/theme/canvas/style/admin.css 8253share/moodle/theme/canvas/style/admin.css
7729share/moodle/theme/canvas/style/blocks.css 8254share/moodle/theme/canvas/style/blocks.css
7730share/moodle/theme/canvas/style/core.css 8255share/moodle/theme/canvas/style/core.css
7731share/moodle/theme/canvas/style/course.css 8256share/moodle/theme/canvas/style/course.css
7732share/moodle/theme/canvas/style/editor.css 8257share/moodle/theme/canvas/style/editor.css
7733share/moodle/theme/canvas/style/mods.css 8258share/moodle/theme/canvas/style/mods.css
7734share/moodle/theme/canvas/style/pagelayout.css 8259share/moodle/theme/canvas/style/pagelayout.css
7735share/moodle/theme/canvas/style/popups.css 8260share/moodle/theme/canvas/style/popups.css
7736share/moodle/theme/canvas/style/question.css 8261share/moodle/theme/canvas/style/question.css
7737share/moodle/theme/canvas/style/tables.css 8262share/moodle/theme/canvas/style/tables.css
7738share/moodle/theme/canvas/style/tabs.css 8263share/moodle/theme/canvas/style/tabs.css
7739share/moodle/theme/canvas/style/text.css 8264share/moodle/theme/canvas/style/text.css
7740share/moodle/theme/formal_white/config.php 8265share/moodle/theme/formal_white/config.php
7741share/moodle/theme/formal_white/javascript/navigation.js 8266share/moodle/theme/formal_white/db/install.php
 8267share/moodle/theme/formal_white/db/upgrade.php
7742share/moodle/theme/formal_white/lang/en/theme_formal_white.php 8268share/moodle/theme/formal_white/lang/en/theme_formal_white.php
 8269share/moodle/theme/formal_white/layout/embedded.php
 8270share/moodle/theme/formal_white/layout/frontpage.php
7743share/moodle/theme/formal_white/layout/general.php 8271share/moodle/theme/formal_white/layout/general.php
7744share/moodle/theme/formal_white/layout/report.php 
7745share/moodle/theme/formal_white/lib.php 8272share/moodle/theme/formal_white/lib.php
7746share/moodle/theme/formal_white/pix/bg_bread.jpg 8273share/moodle/theme/formal_white/pix/bg_bread.jpg
7747share/moodle/theme/formal_white/pix/dock_removeall.png 8274share/moodle/theme/formal_white/pix/custommenubg.jpg
7748share/moodle/theme/formal_white/pix/favicon.ico 8275share/moodle/theme/formal_white/pix/favicon.ico
 8276share/moodle/theme/formal_white/pix/gradient-sb.jpg
7749share/moodle/theme/formal_white/pix/gradient_h.jpg 8277share/moodle/theme/formal_white/pix/gradient_h.jpg
7750share/moodle/theme/formal_white/pix/logo.jpg 8278share/moodle/theme/formal_white/pix/hgradient.jpg
7751share/moodle/theme/formal_white/pix/logo_small.jpg 8279share/moodle/theme/formal_white/pix/logo.png
7752share/moodle/theme/formal_white/pix/movedock.png 8280share/moodle/theme/formal_white/pix/logo_small.png
7753share/moodle/theme/formal_white/pix/roundcorner/body_l.jpg 8281share/moodle/theme/formal_white/pix/roundcorner/body_l.jpg
7754share/moodle/theme/formal_white/pix/roundcorner/body_r.jpg 8282share/moodle/theme/formal_white/pix/roundcorner/body_r.jpg
7755share/moodle/theme/formal_white/pix/roundcorner/footer.jpg 8283share/moodle/theme/formal_white/pix/roundcorner/footer.jpg
7756share/moodle/theme/formal_white/pix/roundcorner/footer_l.jpg 8284share/moodle/theme/formal_white/pix/roundcorner/footer_l.jpg
7757share/moodle/theme/formal_white/pix/roundcorner/footer_r.jpg 8285share/moodle/theme/formal_white/pix/roundcorner/footer_r.jpg
7758share/moodle/theme/formal_white/pix/roundcorner/header.jpg 8286share/moodle/theme/formal_white/pix/roundcorner/header.jpg
7759share/moodle/theme/formal_white/pix/roundcorner/header_l.jpg 8287share/moodle/theme/formal_white/pix/roundcorner/header_l.jpg
7760share/moodle/theme/formal_white/pix/roundcorner/header_r.jpg 8288share/moodle/theme/formal_white/pix/roundcorner/header_r.jpg
7761share/moodle/theme/formal_white/pix/screenshot.gif 8289share/moodle/theme/formal_white/pix/screenshot.gif
7762share/moodle/theme/formal_white/pix/tab/left.gif 8290share/moodle/theme/formal_white/pix/tab/left.gif
7763share/moodle/theme/formal_white/pix/tab/left_active.gif 8291share/moodle/theme/formal_white/pix/tab/left_active.gif
7764share/moodle/theme/formal_white/pix/tab/left_active_hover.gif 8292share/moodle/theme/formal_white/pix/tab/left_active_hover.gif
7765share/moodle/theme/formal_white/pix/tab/left_hover.gif 8293share/moodle/theme/formal_white/pix/tab/left_hover.gif
7766share/moodle/theme/formal_white/pix/tab/right.gif 8294share/moodle/theme/formal_white/pix/tab/right.gif
7767share/moodle/theme/formal_white/pix/tab/right_active.gif 8295share/moodle/theme/formal_white/pix/tab/right_active.gif
7768share/moodle/theme/formal_white/pix/tab/right_active_hover.gif 8296share/moodle/theme/formal_white/pix/tab/right_active_hover.gif
7769share/moodle/theme/formal_white/pix/tab/right_end.gif 8297share/moodle/theme/formal_white/pix/tab/right_end.gif
7770share/moodle/theme/formal_white/pix/tab/right_hover.gif 8298share/moodle/theme/formal_white/pix/tab/right_hover.gif
7771share/moodle/theme/formal_white/pix/tab/right_last.gif 8299share/moodle/theme/formal_white/pix/tab/right_last.gif
7772share/moodle/theme/formal_white/pix/tab/rtlbg.gif 8300share/moodle/theme/formal_white/pix/tab/rtlbg.gif
7773share/moodle/theme/formal_white/pix/tab/tabrow1.gif 8301share/moodle/theme/formal_white/pix/tab/tabrow1.gif
7774share/moodle/theme/formal_white/settings.php 8302share/moodle/theme/formal_white/settings.php
7775share/moodle/theme/formal_white/style/base.css 8303share/moodle/theme/formal_white/style/calendar.css
7776share/moodle/theme/formal_white/style/dock.css 8304share/moodle/theme/formal_white/style/core.css
7777share/moodle/theme/formal_white/style/editor.css 8305share/moodle/theme/formal_white/style/course.css
7778share/moodle/theme/formal_white/style/formalwhite.css 8306share/moodle/theme/formal_white/style/formal_white.css
7779share/moodle/theme/formal_white/style/fw_corners.css 8307share/moodle/theme/formal_white/style/frame.css
7780share/moodle/theme/formal_white/style/general.css 8308share/moodle/theme/formal_white/style/menu.css
7781share/moodle/theme/formal_white/style/settings.css 8309share/moodle/theme/formal_white/style/pagelayout.css
 8310share/moodle/theme/formal_white/style/quiz.css
 8311share/moodle/theme/formal_white/style/tabs.css
 8312share/moodle/theme/formal_white/version.php
7782share/moodle/theme/formfactor/config.php 8313share/moodle/theme/formfactor/config.php
7783share/moodle/theme/formfactor/lang/en/theme_formfactor.php 8314share/moodle/theme/formfactor/lang/en/theme_formfactor.php
7784share/moodle/theme/formfactor/layout/embedded.php 8315share/moodle/theme/formfactor/layout/embedded.php
7785share/moodle/theme/formfactor/layout/frontpage.php 8316share/moodle/theme/formfactor/layout/frontpage.php
7786share/moodle/theme/formfactor/layout/general.php 8317share/moodle/theme/formfactor/layout/general.php
7787share/moodle/theme/formfactor/pix/favicon.ico 8318share/moodle/theme/formfactor/pix/favicon.ico
7788share/moodle/theme/formfactor/pix/gradient-sb.jpg 8319share/moodle/theme/formfactor/pix/gradient-sb.jpg
7789share/moodle/theme/formfactor/pix/header.gif 8320share/moodle/theme/formfactor/pix/header.gif
7790share/moodle/theme/formfactor/pix/screenshot.jpg 8321share/moodle/theme/formfactor/pix/screenshot.jpg
7791share/moodle/theme/formfactor/style/blocks.css 8322share/moodle/theme/formfactor/style/blocks.css
7792share/moodle/theme/formfactor/style/core.css 8323share/moodle/theme/formfactor/style/core.css
7793share/moodle/theme/formfactor/style/course.css 8324share/moodle/theme/formfactor/style/course.css
7794share/moodle/theme/formfactor/style/editor.css 8325share/moodle/theme/formfactor/style/editor.css
@@ -7863,47 +8394,60 @@ share/moodle/theme/magazine/pix_core/i/i @@ -7863,47 +8394,60 @@ share/moodle/theme/magazine/pix_core/i/i
7863share/moodle/theme/magazine/pix_core/i/navigationitem.png 8394share/moodle/theme/magazine/pix_core/i/navigationitem.png
7864share/moodle/theme/magazine/pix_core/i/one.png 8395share/moodle/theme/magazine/pix_core/i/one.png
7865share/moodle/theme/magazine/pix_core/t/block_to_dock.png 8396share/moodle/theme/magazine/pix_core/t/block_to_dock.png
7866share/moodle/theme/magazine/pix_core/t/collapsed.png 8397share/moodle/theme/magazine/pix_core/t/collapsed.png
7867share/moodle/theme/magazine/pix_core/t/delete.png 8398share/moodle/theme/magazine/pix_core/t/delete.png
7868share/moodle/theme/magazine/pix_core/t/dock_to_block.png 8399share/moodle/theme/magazine/pix_core/t/dock_to_block.png
7869share/moodle/theme/magazine/pix_core/t/expanded.png 8400share/moodle/theme/magazine/pix_core/t/expanded.png
7870share/moodle/theme/magazine/settings.php 8401share/moodle/theme/magazine/settings.php
7871share/moodle/theme/magazine/style/colors.css 8402share/moodle/theme/magazine/style/colors.css
7872share/moodle/theme/magazine/style/core.css 8403share/moodle/theme/magazine/style/core.css
7873share/moodle/theme/magazine/style/css3.css 8404share/moodle/theme/magazine/style/css3.css
7874share/moodle/theme/magazine/style/editor.css 8405share/moodle/theme/magazine/style/editor.css
7875share/moodle/theme/magazine/style/layout.css 8406share/moodle/theme/magazine/style/layout.css
 8407share/moodle/theme/nimble/config.php
 8408share/moodle/theme/nimble/lang/en/theme_nimble.php
 8409share/moodle/theme/nimble/layout/frontpage.php
 8410share/moodle/theme/nimble/layout/general.php
 8411share/moodle/theme/nimble/lib.php
 8412share/moodle/theme/nimble/pix/screenshot.png
 8413share/moodle/theme/nimble/settings.php
 8414share/moodle/theme/nimble/style/colors.css
 8415share/moodle/theme/nimble/style/core.css
 8416share/moodle/theme/nimble/style/menu.css
 8417share/moodle/theme/nimble/style/pagelayout.css
7876share/moodle/theme/nonzero/config.php 8418share/moodle/theme/nonzero/config.php
7877share/moodle/theme/nonzero/lang/en/theme_nonzero.php 8419share/moodle/theme/nonzero/lang/en/theme_nonzero.php
7878share/moodle/theme/nonzero/layout/frontpage.php 8420share/moodle/theme/nonzero/layout/frontpage.php
7879share/moodle/theme/nonzero/layout/general.php 8421share/moodle/theme/nonzero/layout/general.php
7880share/moodle/theme/nonzero/lib.php 8422share/moodle/theme/nonzero/lib.php
7881share/moodle/theme/nonzero/pix/favicon.ico 8423share/moodle/theme/nonzero/pix/favicon.ico
7882share/moodle/theme/nonzero/pix/n1.gif 8424share/moodle/theme/nonzero/pix/n1.gif
7883share/moodle/theme/nonzero/pix/n2.gif 8425share/moodle/theme/nonzero/pix/n2.gif
7884share/moodle/theme/nonzero/pix/screenshot.jpg 8426share/moodle/theme/nonzero/pix/screenshot.jpg
7885share/moodle/theme/nonzero/settings.php 8427share/moodle/theme/nonzero/settings.php
7886share/moodle/theme/nonzero/style/core.css 8428share/moodle/theme/nonzero/style/core.css
7887share/moodle/theme/nonzero/style/editor.css 8429share/moodle/theme/nonzero/style/editor.css
7888share/moodle/theme/nonzero/style/pagelayout.css 8430share/moodle/theme/nonzero/style/pagelayout.css
7889share/moodle/theme/overlay/config.php 8431share/moodle/theme/overlay/config.php
7890share/moodle/theme/overlay/lang/en/theme_overlay.php 8432share/moodle/theme/overlay/lang/en/theme_overlay.php
7891share/moodle/theme/overlay/layout/frontpage.php 8433share/moodle/theme/overlay/layout/frontpage.php
7892share/moodle/theme/overlay/layout/general.php 8434share/moodle/theme/overlay/layout/general.php
7893share/moodle/theme/overlay/lib.php 8435share/moodle/theme/overlay/lib.php
7894share/moodle/theme/overlay/pix/favicon.ico 8436share/moodle/theme/overlay/pix/favicon.ico
7895share/moodle/theme/overlay/pix/header.png 8437share/moodle/theme/overlay/pix/header.png
 8438share/moodle/theme/overlay/pix/horizontal-menu-submenu-indicator.png
7896share/moodle/theme/overlay/pix/screenshot.png 8439share/moodle/theme/overlay/pix/screenshot.png
 8440share/moodle/theme/overlay/pix/vertical-menu-submenu-indicator.png
7897share/moodle/theme/overlay/settings.php 8441share/moodle/theme/overlay/settings.php
7898share/moodle/theme/overlay/style/core.css 8442share/moodle/theme/overlay/style/core.css
7899share/moodle/theme/overlay/style/editor.css 8443share/moodle/theme/overlay/style/editor.css
7900share/moodle/theme/overlay/style/pagelayout.css 8444share/moodle/theme/overlay/style/pagelayout.css
7901share/moodle/theme/overlay/style/settings.css 8445share/moodle/theme/overlay/style/settings.css
7902share/moodle/theme/serenity/config.php 8446share/moodle/theme/serenity/config.php
7903share/moodle/theme/serenity/lang/en/theme_serenity.php 8447share/moodle/theme/serenity/lang/en/theme_serenity.php
7904share/moodle/theme/serenity/layout/embedded.php 8448share/moodle/theme/serenity/layout/embedded.php
7905share/moodle/theme/serenity/layout/frontpage.php 8449share/moodle/theme/serenity/layout/frontpage.php
7906share/moodle/theme/serenity/layout/general.php 8450share/moodle/theme/serenity/layout/general.php
7907share/moodle/theme/serenity/pix/body.png 8451share/moodle/theme/serenity/pix/body.png
7908share/moodle/theme/serenity/pix/breadcrumb.png 8452share/moodle/theme/serenity/pix/breadcrumb.png
7909share/moodle/theme/serenity/pix/favicon.ico 8453share/moodle/theme/serenity/pix/favicon.ico
@@ -8043,43 +8587,45 @@ share/moodle/theme/standard/style/grade. @@ -8043,43 +8587,45 @@ share/moodle/theme/standard/style/grade.
8043share/moodle/theme/standard/style/message.css 8587share/moodle/theme/standard/style/message.css
8044share/moodle/theme/standard/style/modules.css 8588share/moodle/theme/standard/style/modules.css
8045share/moodle/theme/standard/style/question.css 8589share/moodle/theme/standard/style/question.css
8046share/moodle/theme/standardold/README 8590share/moodle/theme/standardold/README
8047share/moodle/theme/standardold/config.php 8591share/moodle/theme/standardold/config.php
8048share/moodle/theme/standardold/lang/en/theme_standardold.php 8592share/moodle/theme/standardold/lang/en/theme_standardold.php
8049share/moodle/theme/standardold/layout/embedded.php 8593share/moodle/theme/standardold/layout/embedded.php
8050share/moodle/theme/standardold/layout/frontpage.php 8594share/moodle/theme/standardold/layout/frontpage.php
8051share/moodle/theme/standardold/layout/general.php 8595share/moodle/theme/standardold/layout/general.php
8052share/moodle/theme/standardold/pix/favicon.ico 8596share/moodle/theme/standardold/pix/favicon.ico
8053share/moodle/theme/standardold/style/pagelayout.css 8597share/moodle/theme/standardold/style/pagelayout.css
8054share/moodle/theme/styles.php 8598share/moodle/theme/styles.php
8055share/moodle/theme/styles_debug.php 8599share/moodle/theme/styles_debug.php
 8600share/moodle/theme/switchdevice.php
8056share/moodle/theme/yui_combo.php 8601share/moodle/theme/yui_combo.php
8057share/moodle/theme/yui_image.php 8602share/moodle/theme/yui_image.php
8058share/moodle/user/action_redir.php 8603share/moodle/user/action_redir.php
8059share/moodle/user/addnote.php 8604share/moodle/user/addnote.php
8060share/moodle/user/default/README.txt 8605share/moodle/user/default/README.txt
8061share/moodle/user/default/f1.jpg 8606share/moodle/user/default/f1.jpg
8062share/moodle/user/default/f2.jpg 8607share/moodle/user/default/f2.jpg
8063share/moodle/user/edit.php 8608share/moodle/user/edit.php
8064share/moodle/user/edit_form.php 8609share/moodle/user/edit_form.php
8065share/moodle/user/editadvanced.php 8610share/moodle/user/editadvanced.php
8066share/moodle/user/editadvanced_form.php 8611share/moodle/user/editadvanced_form.php
8067share/moodle/user/editlib.php 8612share/moodle/user/editlib.php
8068share/moodle/user/emailupdate.php 8613share/moodle/user/emailupdate.php
8069share/moodle/user/externallib.php 8614share/moodle/user/externallib.php
8070share/moodle/user/files.php 8615share/moodle/user/files.php
8071share/moodle/user/filesedit.php 8616share/moodle/user/filesedit.php
8072share/moodle/user/filesedit_form.php 8617share/moodle/user/filesedit_form.php
 8618share/moodle/user/filters/cohort.php
8073share/moodle/user/filters/courserole.php 8619share/moodle/user/filters/courserole.php
8074share/moodle/user/filters/date.php 8620share/moodle/user/filters/date.php
8075share/moodle/user/filters/globalrole.php 8621share/moodle/user/filters/globalrole.php
8076share/moodle/user/filters/lib.php 8622share/moodle/user/filters/lib.php
8077share/moodle/user/filters/profilefield.php 8623share/moodle/user/filters/profilefield.php
8078share/moodle/user/filters/select.php 8624share/moodle/user/filters/select.php
8079share/moodle/user/filters/simpleselect.php 8625share/moodle/user/filters/simpleselect.php
8080share/moodle/user/filters/text.php 8626share/moodle/user/filters/text.php
8081share/moodle/user/filters/user_filter_forms.php 8627share/moodle/user/filters/user_filter_forms.php
8082share/moodle/user/filters/yesno.php 8628share/moodle/user/filters/yesno.php
8083share/moodle/user/groupaddnote.php 8629share/moodle/user/groupaddnote.php
8084share/moodle/user/grouppix.php 8630share/moodle/user/grouppix.php
8085share/moodle/user/index.php 8631share/moodle/user/index.php
@@ -8125,38 +8671,41 @@ share/moodle/userpix/index.php @@ -8125,38 +8671,41 @@ share/moodle/userpix/index.php
8125share/moodle/version.php 8671share/moodle/version.php
8126share/moodle/webservice/amf/db/access.php 8672share/moodle/webservice/amf/db/access.php
8127share/moodle/webservice/amf/introspector.php 8673share/moodle/webservice/amf/introspector.php
8128share/moodle/webservice/amf/lang/en/webservice_amf.php 8674share/moodle/webservice/amf/lang/en/webservice_amf.php
8129share/moodle/webservice/amf/locallib.php 8675share/moodle/webservice/amf/locallib.php
8130share/moodle/webservice/amf/server.php 8676share/moodle/webservice/amf/server.php
8131share/moodle/webservice/amf/simpleserver.php 8677share/moodle/webservice/amf/simpleserver.php
8132share/moodle/webservice/amf/testclient/AMFTester.mxml 8678share/moodle/webservice/amf/testclient/AMFTester.mxml
8133share/moodle/webservice/amf/testclient/AMFTester.swf 8679share/moodle/webservice/amf/testclient/AMFTester.swf
8134share/moodle/webservice/amf/testclient/customValidators/JSONValidator.as 8680share/moodle/webservice/amf/testclient/customValidators/JSONValidator.as
8135share/moodle/webservice/amf/testclient/flashcompilationinstructions.txt 8681share/moodle/webservice/amf/testclient/flashcompilationinstructions.txt
8136share/moodle/webservice/amf/testclient/index.php 8682share/moodle/webservice/amf/testclient/index.php
8137share/moodle/webservice/amf/version.php 8683share/moodle/webservice/amf/version.php
 8684share/moodle/webservice/externallib.php
8138share/moodle/webservice/lib.php 8685share/moodle/webservice/lib.php
8139share/moodle/webservice/renderer.php 8686share/moodle/webservice/renderer.php
8140share/moodle/webservice/rest/db/access.php 8687share/moodle/webservice/rest/db/access.php
8141share/moodle/webservice/rest/lang/en/webservice_rest.php 8688share/moodle/webservice/rest/lang/en/webservice_rest.php
8142share/moodle/webservice/rest/lib.php 8689share/moodle/webservice/rest/lib.php
8143share/moodle/webservice/rest/locallib.php 8690share/moodle/webservice/rest/locallib.php
8144share/moodle/webservice/rest/server.php 8691share/moodle/webservice/rest/server.php
8145share/moodle/webservice/rest/simpleserver.php 8692share/moodle/webservice/rest/simpleserver.php
8146share/moodle/webservice/rest/version.php 8693share/moodle/webservice/rest/version.php
8147share/moodle/webservice/simpletest/testwebservice.php 8694share/moodle/webservice/simpletest/testwebservice.php
8148share/moodle/webservice/soap/db/access.php 8695share/moodle/webservice/soap/db/access.php
8149share/moodle/webservice/soap/lang/en/webservice_soap.php 8696share/moodle/webservice/soap/lang/en/webservice_soap.php
8150share/moodle/webservice/soap/lib.php 8697share/moodle/webservice/soap/lib.php
8151share/moodle/webservice/soap/locallib.php 8698share/moodle/webservice/soap/locallib.php
8152share/moodle/webservice/soap/server.php 8699share/moodle/webservice/soap/server.php
8153share/moodle/webservice/soap/simpleserver.php 8700share/moodle/webservice/soap/simpleserver.php
8154share/moodle/webservice/soap/version.php 8701share/moodle/webservice/soap/version.php
 8702share/moodle/webservice/upload.php
8155share/moodle/webservice/wsdoc.php 8703share/moodle/webservice/wsdoc.php
8156share/moodle/webservice/xmlrpc/db/access.php 8704share/moodle/webservice/xmlrpc/db/access.php
8157share/moodle/webservice/xmlrpc/lang/en/webservice_xmlrpc.php 8705share/moodle/webservice/xmlrpc/lang/en/webservice_xmlrpc.php
8158share/moodle/webservice/xmlrpc/lib.php 8706share/moodle/webservice/xmlrpc/lib.php
8159share/moodle/webservice/xmlrpc/locallib.php 8707share/moodle/webservice/xmlrpc/locallib.php
8160share/moodle/webservice/xmlrpc/server.php 8708share/moodle/webservice/xmlrpc/server.php
8161share/moodle/webservice/xmlrpc/simpleserver.php 8709share/moodle/webservice/xmlrpc/simpleserver.php
8162share/moodle/webservice/xmlrpc/version.php 8710share/moodle/webservice/xmlrpc/version.php
 8711@pkgdir moodledata

cvs diff -r1.3 -r1.3.4.1 pkgsrc/www/moodle/distinfo (expand / switch to unified diff)

--- pkgsrc/www/moodle/distinfo 2011/03/07 21:32:47 1.3
+++ pkgsrc/www/moodle/distinfo 2011/08/14 11:15:39 1.3.4.1
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2011/03/07 21:32:47 gls Exp $ 1$NetBSD: distinfo,v 1.3.4.1 2011/08/14 11:15:39 tron Exp $
2 2
3SHA1 (moodle-2.0.2.tgz) = c720e6dba716d21c6fa87cc88fbf939ab53c8320 3SHA1 (moodle-2.1.1.tgz) = 9b23b6219a6bf72736d9a7f25d906062aa69b012
4RMD160 (moodle-2.0.2.tgz) = 957100de1ac3123911147ac5b00fe574b0cc0804 4RMD160 (moodle-2.1.1.tgz) = 7f4f5a974c7db95b652191318090f3d3b417a56b
5Size (moodle-2.0.2.tgz) = 22270280 bytes 5Size (moodle-2.1.1.tgz) = 23139062 bytes