Sun Oct 23 16:05:41 2011 UTC ()
Pullup ticket #3576 - requested by gls
www/moodle: security update

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

---
   Module Name:	pkgsrc
   Committed By:	gls
   Date:		Sat Oct 22 11:05:31 UTC 2011

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

   Log Message:
   Upgrade www/moodle to 2.1.2.

   Upstream changes:

   Highlights

   MDL-28729 - Numerous multi-lang fixes and improvements

   Functional changes

   MDL-28410 - Allow a single option in a Choice activity
   MDL-29394 - HTML editor format option selector hidden when there is only one option
   MDL-23520 - Option added to allow deleting of a wiki page

   Security issues:
   MSA-11-0027 to MSA-11-0035, MSA-11-0039 to MSA-11-0041.
   Fixes SA46427

   See http://docs.moodle.org/dev/Moodle_2.1.2_release_notes for complete
   release notes.


(tron)
diff -r1.6 -r1.6.2.1 pkgsrc/www/moodle/Makefile
diff -r1.4 -r1.4.2.1 pkgsrc/www/moodle/PLIST
diff -r1.4 -r1.4.2.1 pkgsrc/www/moodle/distinfo

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

--- pkgsrc/www/moodle/Makefile 2011/09/16 05:46:27 1.6
+++ pkgsrc/www/moodle/Makefile 2011/10/23 16:05:41 1.6.2.1
@@ -1,22 +1,18 @@ @@ -1,22 +1,18 @@
1# $NetBSD: Makefile,v 1.6 2011/09/16 05:46:27 obache Exp $ 1# $NetBSD: Makefile,v 1.6.2.1 2011/10/23 16:05:41 tron Exp $
2 2
3DISTNAME= moodle-2.1.1 3DISTNAME= moodle-2.1.2
4PKGREVISION= 1 
5CATEGORIES= www 4CATEGORIES= www
6MASTER_SITES= http://download.moodle.org/stable21/ \ 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=moodle/}
7 http://download2.moodle.org/stable21/ \ 
8 http://download3.moodle.org/stable21/ \ 
9 http://download4.moodle.org/stable21/ 
10EXTRACT_SUFX= .tgz 6EXTRACT_SUFX= .tgz
11 7
12MAINTAINER= wenheping@gmail.com 8MAINTAINER= wenheping@gmail.com
13HOMEPAGE= http://www.moodle.org/ 9HOMEPAGE= http://www.moodle.org/
14COMMENT= Course management system based on social constructionism 10COMMENT= Course management system based on social constructionism
15LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
16 12
17DEPENDS+= ${PHP_PKG_PREFIX}-gd>=4.3.3:../../graphics/php-gd 13DEPENDS+= ${PHP_PKG_PREFIX}-gd>=4.3.3:../../graphics/php-gd
18DEPENDS+= ${PHP_PKG_PREFIX}-iconv-[0-9]*:../../converters/php-iconv 14DEPENDS+= ${PHP_PKG_PREFIX}-iconv-[0-9]*:../../converters/php-iconv
19DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.2.0:../../converters/php-mbstring 15DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.2.0:../../converters/php-mbstring
20DEPENDS+= ${PHP_PKG_PREFIX}-curl>=5.2.0:../../www/php-curl 16DEPENDS+= ${PHP_PKG_PREFIX}-curl>=5.2.0:../../www/php-curl
21DEPENDS+= ${PHP_PKG_PREFIX}-xmlrpc>=5.2.0:../../net/php-xmlrpc 17DEPENDS+= ${PHP_PKG_PREFIX}-xmlrpc>=5.2.0:../../net/php-xmlrpc
22DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.2.0:../../archivers/php-zlib 18DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.2.0:../../archivers/php-zlib

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

--- pkgsrc/www/moodle/PLIST 2011/08/09 18:59:23 1.4
+++ pkgsrc/www/moodle/PLIST 2011/10/23 16:05:41 1.4.2.1
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.4 2011/08/09 18:59:23 gls Exp $ 1@comment $NetBSD: PLIST,v 1.4.2.1 2011/10/23 16:05:41 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
@@ -180,26 +180,27 @@ share/moodle/admin/uploaduser_form.php @@ -180,26 +180,27 @@ share/moodle/admin/uploaduser_form.php
180share/moodle/admin/uploaduserlib.php 180share/moodle/admin/uploaduserlib.php
181share/moodle/admin/user.php 181share/moodle/admin/user.php
182share/moodle/admin/user/lib.php 182share/moodle/admin/user/lib.php
183share/moodle/admin/user/user_bulk.php 183share/moodle/admin/user/user_bulk.php
184share/moodle/admin/user/user_bulk_confirm.php 184share/moodle/admin/user/user_bulk_confirm.php
185share/moodle/admin/user/user_bulk_delete.php 185share/moodle/admin/user/user_bulk_delete.php
186share/moodle/admin/user/user_bulk_display.php 186share/moodle/admin/user/user_bulk_display.php
187share/moodle/admin/user/user_bulk_download.php 187share/moodle/admin/user/user_bulk_download.php
188share/moodle/admin/user/user_bulk_enrol.php 188share/moodle/admin/user/user_bulk_enrol.php
189share/moodle/admin/user/user_bulk_forcepasswordchange.php 189share/moodle/admin/user/user_bulk_forcepasswordchange.php
190share/moodle/admin/user/user_bulk_forms.php 190share/moodle/admin/user/user_bulk_forms.php
191share/moodle/admin/user/user_bulk_message.php 191share/moodle/admin/user/user_bulk_message.php
192share/moodle/admin/user/user_message_form.php 192share/moodle/admin/user/user_message_form.php
 193share/moodle/admin/webservice/documentation.php
193share/moodle/admin/webservice/forms.php 194share/moodle/admin/webservice/forms.php
194share/moodle/admin/webservice/lib.php 195share/moodle/admin/webservice/lib.php
195share/moodle/admin/webservice/protocols.php 196share/moodle/admin/webservice/protocols.php
196share/moodle/admin/webservice/service.php 197share/moodle/admin/webservice/service.php
197share/moodle/admin/webservice/service_functions.php 198share/moodle/admin/webservice/service_functions.php
198share/moodle/admin/webservice/service_user_settings.php 199share/moodle/admin/webservice/service_user_settings.php
199share/moodle/admin/webservice/service_users.php 200share/moodle/admin/webservice/service_users.php
200share/moodle/admin/webservice/testclient.php 201share/moodle/admin/webservice/testclient.php
201share/moodle/admin/webservice/testclient_forms.php 202share/moodle/admin/webservice/testclient_forms.php
202share/moodle/admin/webservice/tokens.php 203share/moodle/admin/webservice/tokens.php
203share/moodle/admin/xmldb/README.txt 204share/moodle/admin/xmldb/README.txt
204share/moodle/admin/xmldb/actions/XMLDBAction.class.php 205share/moodle/admin/xmldb/actions/XMLDBAction.class.php
205share/moodle/admin/xmldb/actions/XMLDBCheckAction.class.php 206share/moodle/admin/xmldb/actions/XMLDBCheckAction.class.php
@@ -1409,35 +1410,37 @@ share/moodle/install/lang/am/install.php @@ -1409,35 +1410,37 @@ share/moodle/install/lang/am/install.php
1409share/moodle/install/lang/am/langconfig.php 1410share/moodle/install/lang/am/langconfig.php
1410share/moodle/install/lang/am/moodle.php 1411share/moodle/install/lang/am/moodle.php
1411share/moodle/install/lang/ar/admin.php 1412share/moodle/install/lang/ar/admin.php
1412share/moodle/install/lang/ar/error.php 1413share/moodle/install/lang/ar/error.php
1413share/moodle/install/lang/ar/install.php 1414share/moodle/install/lang/ar/install.php
1414share/moodle/install/lang/ar/langconfig.php 1415share/moodle/install/lang/ar/langconfig.php
1415share/moodle/install/lang/ar/moodle.php 1416share/moodle/install/lang/ar/moodle.php
1416share/moodle/install/lang/ast/admin.php 1417share/moodle/install/lang/ast/admin.php
1417share/moodle/install/lang/ast/error.php 1418share/moodle/install/lang/ast/error.php
1418share/moodle/install/lang/ast/install.php 1419share/moodle/install/lang/ast/install.php
1419share/moodle/install/lang/ast/langconfig.php 1420share/moodle/install/lang/ast/langconfig.php
1420share/moodle/install/lang/ast/moodle.php 1421share/moodle/install/lang/ast/moodle.php
1421share/moodle/install/lang/az/admin.php 1422share/moodle/install/lang/az/admin.php
 1423share/moodle/install/lang/az/error.php
1422share/moodle/install/lang/az/langconfig.php 1424share/moodle/install/lang/az/langconfig.php
1423share/moodle/install/lang/be/langconfig.php 1425share/moodle/install/lang/be/langconfig.php
1424share/moodle/install/lang/be/moodle.php 1426share/moodle/install/lang/be/moodle.php
1425share/moodle/install/lang/bg/admin.php 1427share/moodle/install/lang/bg/admin.php
1426share/moodle/install/lang/bg/error.php 1428share/moodle/install/lang/bg/error.php
1427share/moodle/install/lang/bg/install.php 1429share/moodle/install/lang/bg/install.php
1428share/moodle/install/lang/bg/langconfig.php 1430share/moodle/install/lang/bg/langconfig.php
1429share/moodle/install/lang/bg/moodle.php 1431share/moodle/install/lang/bg/moodle.php
1430share/moodle/install/lang/bn/admin.php 1432share/moodle/install/lang/bn/admin.php
 1433share/moodle/install/lang/bn/error.php
1431share/moodle/install/lang/bn/install.php 1434share/moodle/install/lang/bn/install.php
1432share/moodle/install/lang/bn/langconfig.php 1435share/moodle/install/lang/bn/langconfig.php
1433share/moodle/install/lang/bn/moodle.php 1436share/moodle/install/lang/bn/moodle.php
1434share/moodle/install/lang/bs/install.php 1437share/moodle/install/lang/bs/install.php
1435share/moodle/install/lang/bs/langconfig.php 1438share/moodle/install/lang/bs/langconfig.php
1436share/moodle/install/lang/ca/admin.php 1439share/moodle/install/lang/ca/admin.php
1437share/moodle/install/lang/ca/error.php 1440share/moodle/install/lang/ca/error.php
1438share/moodle/install/lang/ca/install.php 1441share/moodle/install/lang/ca/install.php
1439share/moodle/install/lang/ca/langconfig.php 1442share/moodle/install/lang/ca/langconfig.php
1440share/moodle/install/lang/ca/moodle.php 1443share/moodle/install/lang/ca/moodle.php
1441share/moodle/install/lang/ckb/langconfig.php 1444share/moodle/install/lang/ckb/langconfig.php
1442share/moodle/install/lang/cs/admin.php 1445share/moodle/install/lang/cs/admin.php
1443share/moodle/install/lang/cs/error.php 1446share/moodle/install/lang/cs/error.php
@@ -1469,26 +1472,27 @@ share/moodle/install/lang/dv/install.php @@ -1469,26 +1472,27 @@ share/moodle/install/lang/dv/install.php
1469share/moodle/install/lang/dv/langconfig.php 1472share/moodle/install/lang/dv/langconfig.php
1470share/moodle/install/lang/dv/moodle.php 1473share/moodle/install/lang/dv/moodle.php
1471share/moodle/install/lang/el/admin.php 1474share/moodle/install/lang/el/admin.php
1472share/moodle/install/lang/el/error.php 1475share/moodle/install/lang/el/error.php
1473share/moodle/install/lang/el/install.php 1476share/moodle/install/lang/el/install.php
1474share/moodle/install/lang/el/langconfig.php 1477share/moodle/install/lang/el/langconfig.php
1475share/moodle/install/lang/el/moodle.php 1478share/moodle/install/lang/el/moodle.php
1476share/moodle/install/lang/en/admin.php 1479share/moodle/install/lang/en/admin.php
1477share/moodle/install/lang/en/error.php 1480share/moodle/install/lang/en/error.php
1478share/moodle/install/lang/en/install.php 1481share/moodle/install/lang/en/install.php
1479share/moodle/install/lang/en/langconfig.php 1482share/moodle/install/lang/en/langconfig.php
1480share/moodle/install/lang/en/moodle.php 1483share/moodle/install/lang/en/moodle.php
1481share/moodle/install/lang/en_kids/langconfig.php 1484share/moodle/install/lang/en_kids/langconfig.php
 1485share/moodle/install/lang/en_us/install.php
1482share/moodle/install/lang/en_us/langconfig.php 1486share/moodle/install/lang/en_us/langconfig.php
1483share/moodle/install/lang/es/admin.php 1487share/moodle/install/lang/es/admin.php
1484share/moodle/install/lang/es/error.php 1488share/moodle/install/lang/es/error.php
1485share/moodle/install/lang/es/install.php 1489share/moodle/install/lang/es/install.php
1486share/moodle/install/lang/es/langconfig.php 1490share/moodle/install/lang/es/langconfig.php
1487share/moodle/install/lang/es/moodle.php 1491share/moodle/install/lang/es/moodle.php
1488share/moodle/install/lang/es_ar/langconfig.php 1492share/moodle/install/lang/es_ar/langconfig.php
1489share/moodle/install/lang/es_es/langconfig.php 1493share/moodle/install/lang/es_es/langconfig.php
1490share/moodle/install/lang/es_mx/langconfig.php 1494share/moodle/install/lang/es_mx/langconfig.php
1491share/moodle/install/lang/et/admin.php 1495share/moodle/install/lang/et/admin.php
1492share/moodle/install/lang/et/error.php 1496share/moodle/install/lang/et/error.php
1493share/moodle/install/lang/et/install.php 1497share/moodle/install/lang/et/install.php
1494share/moodle/install/lang/et/langconfig.php 1498share/moodle/install/lang/et/langconfig.php
@@ -1581,26 +1585,27 @@ share/moodle/install/lang/km/langconfig. @@ -1581,26 +1585,27 @@ share/moodle/install/lang/km/langconfig.
1581share/moodle/install/lang/km/moodle.php 1585share/moodle/install/lang/km/moodle.php
1582share/moodle/install/lang/kn/langconfig.php 1586share/moodle/install/lang/kn/langconfig.php
1583share/moodle/install/lang/ko/admin.php 1587share/moodle/install/lang/ko/admin.php
1584share/moodle/install/lang/ko/error.php 1588share/moodle/install/lang/ko/error.php
1585share/moodle/install/lang/ko/install.php 1589share/moodle/install/lang/ko/install.php
1586share/moodle/install/lang/ko/langconfig.php 1590share/moodle/install/lang/ko/langconfig.php
1587share/moodle/install/lang/ko/moodle.php 1591share/moodle/install/lang/ko/moodle.php
1588share/moodle/install/lang/la/langconfig.php 1592share/moodle/install/lang/la/langconfig.php
1589share/moodle/install/lang/la/moodle.php 1593share/moodle/install/lang/la/moodle.php
1590share/moodle/install/lang/lo/admin.php 1594share/moodle/install/lang/lo/admin.php
1591share/moodle/install/lang/lo/install.php 1595share/moodle/install/lang/lo/install.php
1592share/moodle/install/lang/lo/langconfig.php 1596share/moodle/install/lang/lo/langconfig.php
1593share/moodle/install/lang/lo/moodle.php 1597share/moodle/install/lang/lo/moodle.php
 1598share/moodle/install/lang/lt/admin.php
1594share/moodle/install/lang/lt/langconfig.php 1599share/moodle/install/lang/lt/langconfig.php
1595share/moodle/install/lang/lt/moodle.php 1600share/moodle/install/lang/lt/moodle.php
1596share/moodle/install/lang/lv/admin.php 1601share/moodle/install/lang/lv/admin.php
1597share/moodle/install/lang/lv/error.php 1602share/moodle/install/lang/lv/error.php
1598share/moodle/install/lang/lv/install.php 1603share/moodle/install/lang/lv/install.php
1599share/moodle/install/lang/lv/langconfig.php 1604share/moodle/install/lang/lv/langconfig.php
1600share/moodle/install/lang/lv/moodle.php 1605share/moodle/install/lang/lv/moodle.php
1601share/moodle/install/lang/mi_tn/langconfig.php 1606share/moodle/install/lang/mi_tn/langconfig.php
1602share/moodle/install/lang/mi_tn/moodle.php 1607share/moodle/install/lang/mi_tn/moodle.php
1603share/moodle/install/lang/mi_wwow/admin.php 1608share/moodle/install/lang/mi_wwow/admin.php
1604share/moodle/install/lang/mi_wwow/error.php 1609share/moodle/install/lang/mi_wwow/error.php
1605share/moodle/install/lang/mi_wwow/install.php 1610share/moodle/install/lang/mi_wwow/install.php
1606share/moodle/install/lang/mi_wwow/langconfig.php 1611share/moodle/install/lang/mi_wwow/langconfig.php
@@ -1612,27 +1617,29 @@ share/moodle/install/lang/mk/langconfig. @@ -1612,27 +1617,29 @@ share/moodle/install/lang/mk/langconfig.
1612share/moodle/install/lang/mk/moodle.php 1617share/moodle/install/lang/mk/moodle.php
1613share/moodle/install/lang/ml/langconfig.php 1618share/moodle/install/lang/ml/langconfig.php
1614share/moodle/install/lang/ml/moodle.php 1619share/moodle/install/lang/ml/moodle.php
1615share/moodle/install/lang/mn/admin.php 1620share/moodle/install/lang/mn/admin.php
1616share/moodle/install/lang/mn/error.php 1621share/moodle/install/lang/mn/error.php
1617share/moodle/install/lang/mn/install.php 1622share/moodle/install/lang/mn/install.php
1618share/moodle/install/lang/mn/langconfig.php 1623share/moodle/install/lang/mn/langconfig.php
1619share/moodle/install/lang/mn/moodle.php 1624share/moodle/install/lang/mn/moodle.php
1620share/moodle/install/lang/mr/admin.php 1625share/moodle/install/lang/mr/admin.php
1621share/moodle/install/lang/mr/error.php 1626share/moodle/install/lang/mr/error.php
1622share/moodle/install/lang/mr/install.php 1627share/moodle/install/lang/mr/install.php
1623share/moodle/install/lang/mr/langconfig.php 1628share/moodle/install/lang/mr/langconfig.php
1624share/moodle/install/lang/mr/moodle.php 1629share/moodle/install/lang/mr/moodle.php
 1630share/moodle/install/lang/ms/admin.php
1625share/moodle/install/lang/ms/langconfig.php 1631share/moodle/install/lang/ms/langconfig.php
 1632share/moodle/install/lang/ms/moodle.php
1626share/moodle/install/lang/my/langconfig.php 1633share/moodle/install/lang/my/langconfig.php
1627share/moodle/install/lang/nl/admin.php 1634share/moodle/install/lang/nl/admin.php
1628share/moodle/install/lang/nl/error.php 1635share/moodle/install/lang/nl/error.php
1629share/moodle/install/lang/nl/install.php 1636share/moodle/install/lang/nl/install.php
1630share/moodle/install/lang/nl/langconfig.php 1637share/moodle/install/lang/nl/langconfig.php
1631share/moodle/install/lang/nl/moodle.php 1638share/moodle/install/lang/nl/moodle.php
1632share/moodle/install/lang/nn/langconfig.php 1639share/moodle/install/lang/nn/langconfig.php
1633share/moodle/install/lang/nn/moodle.php 1640share/moodle/install/lang/nn/moodle.php
1634share/moodle/install/lang/no/admin.php 1641share/moodle/install/lang/no/admin.php
1635share/moodle/install/lang/no/error.php 1642share/moodle/install/lang/no/error.php
1636share/moodle/install/lang/no/install.php 1643share/moodle/install/lang/no/install.php
1637share/moodle/install/lang/no/langconfig.php 1644share/moodle/install/lang/no/langconfig.php
1638share/moodle/install/lang/no/moodle.php 1645share/moodle/install/lang/no/moodle.php
@@ -1644,26 +1651,27 @@ share/moodle/install/lang/pl/error.php @@ -1644,26 +1651,27 @@ share/moodle/install/lang/pl/error.php
1644share/moodle/install/lang/pl/install.php 1651share/moodle/install/lang/pl/install.php
1645share/moodle/install/lang/pl/langconfig.php 1652share/moodle/install/lang/pl/langconfig.php
1646share/moodle/install/lang/pl/moodle.php 1653share/moodle/install/lang/pl/moodle.php
1647share/moodle/install/lang/pt/admin.php 1654share/moodle/install/lang/pt/admin.php
1648share/moodle/install/lang/pt/error.php 1655share/moodle/install/lang/pt/error.php
1649share/moodle/install/lang/pt/install.php 1656share/moodle/install/lang/pt/install.php
1650share/moodle/install/lang/pt/langconfig.php 1657share/moodle/install/lang/pt/langconfig.php
1651share/moodle/install/lang/pt/moodle.php 1658share/moodle/install/lang/pt/moodle.php
1652share/moodle/install/lang/pt_br/admin.php 1659share/moodle/install/lang/pt_br/admin.php
1653share/moodle/install/lang/pt_br/error.php 1660share/moodle/install/lang/pt_br/error.php
1654share/moodle/install/lang/pt_br/install.php 1661share/moodle/install/lang/pt_br/install.php
1655share/moodle/install/lang/pt_br/langconfig.php 1662share/moodle/install/lang/pt_br/langconfig.php
1656share/moodle/install/lang/pt_br/moodle.php 1663share/moodle/install/lang/pt_br/moodle.php
 1664share/moodle/install/lang/rm_surs/langconfig.php
1657share/moodle/install/lang/ro/admin.php 1665share/moodle/install/lang/ro/admin.php
1658share/moodle/install/lang/ro/error.php 1666share/moodle/install/lang/ro/error.php
1659share/moodle/install/lang/ro/install.php 1667share/moodle/install/lang/ro/install.php
1660share/moodle/install/lang/ro/langconfig.php 1668share/moodle/install/lang/ro/langconfig.php
1661share/moodle/install/lang/ro/moodle.php 1669share/moodle/install/lang/ro/moodle.php
1662share/moodle/install/lang/ru/admin.php 1670share/moodle/install/lang/ru/admin.php
1663share/moodle/install/lang/ru/error.php 1671share/moodle/install/lang/ru/error.php
1664share/moodle/install/lang/ru/install.php 1672share/moodle/install/lang/ru/install.php
1665share/moodle/install/lang/ru/langconfig.php 1673share/moodle/install/lang/ru/langconfig.php
1666share/moodle/install/lang/ru/moodle.php 1674share/moodle/install/lang/ru/moodle.php
1667share/moodle/install/lang/si/admin.php 1675share/moodle/install/lang/si/admin.php
1668share/moodle/install/lang/si/error.php 1676share/moodle/install/lang/si/error.php
1669share/moodle/install/lang/si/install.php 1677share/moodle/install/lang/si/install.php
@@ -3183,26 +3191,27 @@ share/moodle/lib/simpletest/pdflibtestpa @@ -3183,26 +3191,27 @@ share/moodle/lib/simpletest/pdflibtestpa
3183share/moodle/lib/simpletest/portfolio_testclass.php 3191share/moodle/lib/simpletest/portfolio_testclass.php
3184share/moodle/lib/simpletest/testaccesslib.php 3192share/moodle/lib/simpletest/testaccesslib.php
3185share/moodle/lib/simpletest/testbackuplib.php 3193share/moodle/lib/simpletest/testbackuplib.php
3186share/moodle/lib/simpletest/testblocklib_blockmanager.php 3194share/moodle/lib/simpletest/testblocklib_blockmanager.php
3187share/moodle/lib/simpletest/testcode.php 3195share/moodle/lib/simpletest/testcode.php
3188share/moodle/lib/simpletest/testcompletionlib.php 3196share/moodle/lib/simpletest/testcompletionlib.php
3189share/moodle/lib/simpletest/testcomponentlib.php 3197share/moodle/lib/simpletest/testcomponentlib.php
3190share/moodle/lib/simpletest/testconditionlib.php 3198share/moodle/lib/simpletest/testconditionlib.php
3191share/moodle/lib/simpletest/testdeprecatedlib.php 3199share/moodle/lib/simpletest/testdeprecatedlib.php
3192share/moodle/lib/simpletest/testeventslib.php 3200share/moodle/lib/simpletest/testeventslib.php
3193share/moodle/lib/simpletest/testexternallib.php 3201share/moodle/lib/simpletest/testexternallib.php
3194share/moodle/lib/simpletest/testfilelib.php 3202share/moodle/lib/simpletest/testfilelib.php
3195share/moodle/lib/simpletest/testfilterconfig.php 3203share/moodle/lib/simpletest/testfilterconfig.php
 3204share/moodle/lib/simpletest/testformslib.php
3196share/moodle/lib/simpletest/testgradelib.php 3205share/moodle/lib/simpletest/testgradelib.php
3197share/moodle/lib/simpletest/testhtmlpurifier.php 3206share/moodle/lib/simpletest/testhtmlpurifier.php
3198share/moodle/lib/simpletest/testhtmlwriter.php 3207share/moodle/lib/simpletest/testhtmlwriter.php
3199share/moodle/lib/simpletest/testmathslib.php 3208share/moodle/lib/simpletest/testmathslib.php
3200share/moodle/lib/simpletest/testmoodlelib.php 3209share/moodle/lib/simpletest/testmoodlelib.php
3201share/moodle/lib/simpletest/testnavigationlib.php 3210share/moodle/lib/simpletest/testnavigationlib.php
3202share/moodle/lib/simpletest/testoutputcomponents.php 3211share/moodle/lib/simpletest/testoutputcomponents.php
3203share/moodle/lib/simpletest/testoutputlib.php 3212share/moodle/lib/simpletest/testoutputlib.php
3204share/moodle/lib/simpletest/testpagelib_moodlepage.php 3213share/moodle/lib/simpletest/testpagelib_moodlepage.php
3205share/moodle/lib/simpletest/testportfolioaddbutton.php 3214share/moodle/lib/simpletest/testportfolioaddbutton.php
3206share/moodle/lib/simpletest/testportfoliolib.php 3215share/moodle/lib/simpletest/testportfoliolib.php
3207share/moodle/lib/simpletest/testpurifier.php 3216share/moodle/lib/simpletest/testpurifier.php
3208share/moodle/lib/simpletest/testquestionlib.php 3217share/moodle/lib/simpletest/testquestionlib.php
@@ -5986,26 +5995,27 @@ share/moodle/mod/chat/db/install.xml @@ -5986,26 +5995,27 @@ share/moodle/mod/chat/db/install.xml
5986share/moodle/mod/chat/db/log.php 5995share/moodle/mod/chat/db/log.php
5987share/moodle/mod/chat/db/upgrade.php 5996share/moodle/mod/chat/db/upgrade.php
5988share/moodle/mod/chat/empty.php 5997share/moodle/mod/chat/empty.php
5989share/moodle/mod/chat/gui_ajax/index.php 5998share/moodle/mod/chat/gui_ajax/index.php
5990share/moodle/mod/chat/gui_ajax/module.js 5999share/moodle/mod/chat/gui_ajax/module.js
5991share/moodle/mod/chat/gui_ajax/theme/bubble/bubbles.png 6000share/moodle/mod/chat/gui_ajax/theme/bubble/bubbles.png
5992share/moodle/mod/chat/gui_ajax/theme/bubble/chat.css 6001share/moodle/mod/chat/gui_ajax/theme/bubble/chat.css
5993share/moodle/mod/chat/gui_ajax/theme/bubble/config.php 6002share/moodle/mod/chat/gui_ajax/theme/bubble/config.php
5994share/moodle/mod/chat/gui_ajax/theme/bubble/horizontal.png 6003share/moodle/mod/chat/gui_ajax/theme/bubble/horizontal.png
5995share/moodle/mod/chat/gui_ajax/theme/bubble/input.png 6004share/moodle/mod/chat/gui_ajax/theme/bubble/input.png
5996share/moodle/mod/chat/gui_ajax/theme/bubble/vertical.png 6005share/moodle/mod/chat/gui_ajax/theme/bubble/vertical.png
5997share/moodle/mod/chat/gui_ajax/theme/compact/chat.css 6006share/moodle/mod/chat/gui_ajax/theme/compact/chat.css
5998share/moodle/mod/chat/gui_ajax/theme/compact/config.php 6007share/moodle/mod/chat/gui_ajax/theme/compact/config.php
 6008share/moodle/mod/chat/gui_ajax/theme/compact/input.png
5999share/moodle/mod/chat/gui_basic/index.php 6009share/moodle/mod/chat/gui_basic/index.php
6000share/moodle/mod/chat/gui_header_js/chatinput.php 6010share/moodle/mod/chat/gui_header_js/chatinput.php
6001share/moodle/mod/chat/gui_header_js/chatmsg.php 6011share/moodle/mod/chat/gui_header_js/chatmsg.php
6002share/moodle/mod/chat/gui_header_js/index.php 6012share/moodle/mod/chat/gui_header_js/index.php
6003share/moodle/mod/chat/gui_header_js/insert.php 6013share/moodle/mod/chat/gui_header_js/insert.php
6004share/moodle/mod/chat/gui_header_js/jsupdate.php 6014share/moodle/mod/chat/gui_header_js/jsupdate.php
6005share/moodle/mod/chat/gui_header_js/jsupdated.php 6015share/moodle/mod/chat/gui_header_js/jsupdated.php
6006share/moodle/mod/chat/gui_header_js/module.js 6016share/moodle/mod/chat/gui_header_js/module.js
6007share/moodle/mod/chat/gui_header_js/users.php 6017share/moodle/mod/chat/gui_header_js/users.php
6008share/moodle/mod/chat/gui_sockets/chat_gui_sockets.js 6018share/moodle/mod/chat/gui_sockets/chat_gui_sockets.js
6009share/moodle/mod/chat/gui_sockets/chatinput.php 6019share/moodle/mod/chat/gui_sockets/chatinput.php
6010share/moodle/mod/chat/gui_sockets/index.php 6020share/moodle/mod/chat/gui_sockets/index.php
6011share/moodle/mod/chat/index.php 6021share/moodle/mod/chat/index.php
@@ -6656,26 +6666,27 @@ share/moodle/mod/url/db/upgrade.php @@ -6656,26 +6666,27 @@ share/moodle/mod/url/db/upgrade.php
6656share/moodle/mod/url/db/upgradelib.php 6666share/moodle/mod/url/db/upgradelib.php
6657share/moodle/mod/url/index.php 6667share/moodle/mod/url/index.php
6658share/moodle/mod/url/lang/en/url.php 6668share/moodle/mod/url/lang/en/url.php
6659share/moodle/mod/url/lib.php 6669share/moodle/mod/url/lib.php
6660share/moodle/mod/url/locallib.php 6670share/moodle/mod/url/locallib.php
6661share/moodle/mod/url/mod_form.php 6671share/moodle/mod/url/mod_form.php
6662share/moodle/mod/url/pix/icon.gif 6672share/moodle/mod/url/pix/icon.gif
6663share/moodle/mod/url/readme.txt 6673share/moodle/mod/url/readme.txt
6664share/moodle/mod/url/settings.php 6674share/moodle/mod/url/settings.php
6665share/moodle/mod/url/styles.css 6675share/moodle/mod/url/styles.css
6666share/moodle/mod/url/version.php 6676share/moodle/mod/url/version.php
6667share/moodle/mod/url/view.php 6677share/moodle/mod/url/view.php
6668share/moodle/mod/wiki/README 6678share/moodle/mod/wiki/README
 6679share/moodle/mod/wiki/admin.php
6669share/moodle/mod/wiki/backup/moodle1/lib.php 6680share/moodle/mod/wiki/backup/moodle1/lib.php
6670share/moodle/mod/wiki/backup/moodle2/backup_wiki_activity_task.class.php 6681share/moodle/mod/wiki/backup/moodle2/backup_wiki_activity_task.class.php
6671share/moodle/mod/wiki/backup/moodle2/backup_wiki_settingslib.php 6682share/moodle/mod/wiki/backup/moodle2/backup_wiki_settingslib.php
6672share/moodle/mod/wiki/backup/moodle2/backup_wiki_stepslib.php 6683share/moodle/mod/wiki/backup/moodle2/backup_wiki_stepslib.php
6673share/moodle/mod/wiki/backup/moodle2/restore_wiki_activity_task.class.php 6684share/moodle/mod/wiki/backup/moodle2/restore_wiki_activity_task.class.php
6674share/moodle/mod/wiki/backup/moodle2/restore_wiki_stepslib.php 6685share/moodle/mod/wiki/backup/moodle2/restore_wiki_stepslib.php
6675share/moodle/mod/wiki/comments.php 6686share/moodle/mod/wiki/comments.php
6676share/moodle/mod/wiki/comments_form.php 6687share/moodle/mod/wiki/comments_form.php
6677share/moodle/mod/wiki/create.php 6688share/moodle/mod/wiki/create.php
6678share/moodle/mod/wiki/create_form.php 6689share/moodle/mod/wiki/create_form.php
6679share/moodle/mod/wiki/db/access.php 6690share/moodle/mod/wiki/db/access.php
6680share/moodle/mod/wiki/db/install.php 6691share/moodle/mod/wiki/db/install.php
6681share/moodle/mod/wiki/db/install.xml 6692share/moodle/mod/wiki/db/install.xml
@@ -7367,35 +7378,37 @@ share/moodle/question/engine/simpletest/ @@ -7367,35 +7378,37 @@ share/moodle/question/engine/simpletest/
7367share/moodle/question/engine/simpletest/testquestionutils.php 7378share/moodle/question/engine/simpletest/testquestionutils.php
7368share/moodle/question/engine/states.php 7379share/moodle/question/engine/states.php
7369share/moodle/question/engine/upgrade/behaviourconverters.php 7380share/moodle/question/engine/upgrade/behaviourconverters.php
7370share/moodle/question/engine/upgrade/logger.php 7381share/moodle/question/engine/upgrade/logger.php
7371share/moodle/question/engine/upgrade/simpletest/helper.php 7382share/moodle/question/engine/upgrade/simpletest/helper.php
7372share/moodle/question/engine/upgrade/upgradelib.php 7383share/moodle/question/engine/upgrade/upgradelib.php
7373share/moodle/question/export.php 7384share/moodle/question/export.php
7374share/moodle/question/export_form.php 7385share/moodle/question/export_form.php
7375share/moodle/question/flags.js 7386share/moodle/question/flags.js
7376share/moodle/question/format.php 7387share/moodle/question/format.php
7377share/moodle/question/format/README.txt 7388share/moodle/question/format/README.txt
7378share/moodle/question/format/aiken/format.php 7389share/moodle/question/format/aiken/format.php
7379share/moodle/question/format/aiken/lang/en/qformat_aiken.php 7390share/moodle/question/format/aiken/lang/en/qformat_aiken.php
 7391share/moodle/question/format/aiken/simpletest/fixtures/questions.aiken.txt
7380share/moodle/question/format/blackboard/format.php 7392share/moodle/question/format/blackboard/format.php
7381share/moodle/question/format/blackboard/lang/en/qformat_blackboard.php 7393share/moodle/question/format/blackboard/lang/en/qformat_blackboard.php
7382share/moodle/question/format/blackboard_six/format.php 7394share/moodle/question/format/blackboard_six/format.php
7383share/moodle/question/format/blackboard_six/lang/en/qformat_blackboard_six.php 7395share/moodle/question/format/blackboard_six/lang/en/qformat_blackboard_six.php
7384share/moodle/question/format/examview/format.php 7396share/moodle/question/format/examview/format.php
7385share/moodle/question/format/examview/lang/en/qformat_examview.php 7397share/moodle/question/format/examview/lang/en/qformat_examview.php
7386share/moodle/question/format/gift/examples.txt 7398share/moodle/question/format/gift/examples.txt
7387share/moodle/question/format/gift/format.php 7399share/moodle/question/format/gift/format.php
7388share/moodle/question/format/gift/lang/en/qformat_gift.php 7400share/moodle/question/format/gift/lang/en/qformat_gift.php
 7401share/moodle/question/format/gift/simpletest/fixtures/questions.gift.txt
7389share/moodle/question/format/gift/simpletest/testgiftformat.php 7402share/moodle/question/format/gift/simpletest/testgiftformat.php
7390share/moodle/question/format/learnwise/format.php 7403share/moodle/question/format/learnwise/format.php
7391share/moodle/question/format/learnwise/lang/en/qformat_learnwise.php 7404share/moodle/question/format/learnwise/lang/en/qformat_learnwise.php
7392share/moodle/question/format/learnwise/learnwise-example.xml 7405share/moodle/question/format/learnwise/learnwise-example.xml
7393share/moodle/question/format/missingword/format.php 7406share/moodle/question/format/missingword/format.php
7394share/moodle/question/format/missingword/lang/en/qformat_missingword.php 7407share/moodle/question/format/missingword/lang/en/qformat_missingword.php
7395share/moodle/question/format/multianswer/format.php 7408share/moodle/question/format/multianswer/format.php
7396share/moodle/question/format/multianswer/lang/en/qformat_multianswer.php 7409share/moodle/question/format/multianswer/lang/en/qformat_multianswer.php
7397share/moodle/question/format/qti_two/custommediafilter.php 7410share/moodle/question/format/qti_two/custommediafilter.php
7398share/moodle/question/format/qti_two/format.php 7411share/moodle/question/format/qti_two/format.php
7399share/moodle/question/format/qti_two/lang/en/qformat_qti_two.php 7412share/moodle/question/format/qti_two/lang/en/qformat_qti_two.php
7400share/moodle/question/format/qti_two/qt_common.php 7413share/moodle/question/format/qti_two/qt_common.php
7401share/moodle/question/format/qti_two/templates/choice.tpl 7414share/moodle/question/format/qti_two/templates/choice.tpl
@@ -7482,27 +7495,29 @@ share/moodle/question/type/calculatedsim @@ -7482,27 +7495,29 @@ share/moodle/question/type/calculatedsim
7482share/moodle/question/type/calculatedsimple/simpletest/helper.php 7495share/moodle/question/type/calculatedsimple/simpletest/helper.php
7483share/moodle/question/type/calculatedsimple/simpletest/testquestion.php 7496share/moodle/question/type/calculatedsimple/simpletest/testquestion.php
7484share/moodle/question/type/calculatedsimple/simpletest/testwalkthrough.php 7497share/moodle/question/type/calculatedsimple/simpletest/testwalkthrough.php
7485share/moodle/question/type/calculatedsimple/styles.css 7498share/moodle/question/type/calculatedsimple/styles.css
7486share/moodle/question/type/calculatedsimple/version.php 7499share/moodle/question/type/calculatedsimple/version.php
7487share/moodle/question/type/description/db/simpletest/testupgradelibnewqe.php 7500share/moodle/question/type/description/db/simpletest/testupgradelibnewqe.php
7488share/moodle/question/type/description/db/upgradelib.php 7501share/moodle/question/type/description/db/upgradelib.php
7489share/moodle/question/type/description/edit_description_form.php 7502share/moodle/question/type/description/edit_description_form.php
7490share/moodle/question/type/description/lang/en/qtype_description.php 7503share/moodle/question/type/description/lang/en/qtype_description.php
7491share/moodle/question/type/description/pix/icon.gif 7504share/moodle/question/type/description/pix/icon.gif
7492share/moodle/question/type/description/question.php 7505share/moodle/question/type/description/question.php
7493share/moodle/question/type/description/questiontype.php 7506share/moodle/question/type/description/questiontype.php
7494share/moodle/question/type/description/renderer.php 7507share/moodle/question/type/description/renderer.php
 7508share/moodle/question/type/description/simpletest/helper.php
7495share/moodle/question/type/description/simpletest/testquestiontype.php 7509share/moodle/question/type/description/simpletest/testquestiontype.php
 7510share/moodle/question/type/description/simpletest/testwalkthrough.php
7496share/moodle/question/type/description/version.php 7511share/moodle/question/type/description/version.php
7497share/moodle/question/type/edit_question_form.php 7512share/moodle/question/type/edit_question_form.php
7498share/moodle/question/type/essay/backup/moodle1/lib.php 7513share/moodle/question/type/essay/backup/moodle1/lib.php
7499share/moodle/question/type/essay/backup/moodle2/backup_qtype_essay_plugin.class.php 7514share/moodle/question/type/essay/backup/moodle2/backup_qtype_essay_plugin.class.php
7500share/moodle/question/type/essay/backup/moodle2/restore_qtype_essay_plugin.class.php 7515share/moodle/question/type/essay/backup/moodle2/restore_qtype_essay_plugin.class.php
7501share/moodle/question/type/essay/db/install.xml 7516share/moodle/question/type/essay/db/install.xml
7502share/moodle/question/type/essay/db/simpletest/testupgradelibnewqe.php 7517share/moodle/question/type/essay/db/simpletest/testupgradelibnewqe.php
7503share/moodle/question/type/essay/db/upgrade.php 7518share/moodle/question/type/essay/db/upgrade.php
7504share/moodle/question/type/essay/db/upgradelib.php 7519share/moodle/question/type/essay/db/upgradelib.php
7505share/moodle/question/type/essay/edit_essay_form.php 7520share/moodle/question/type/essay/edit_essay_form.php
7506share/moodle/question/type/essay/lang/en/qtype_essay.php 7521share/moodle/question/type/essay/lang/en/qtype_essay.php
7507share/moodle/question/type/essay/lib.php 7522share/moodle/question/type/essay/lib.php
7508share/moodle/question/type/essay/pix/icon.gif 7523share/moodle/question/type/essay/pix/icon.gif
@@ -7520,26 +7535,27 @@ share/moodle/question/type/match/db/inst @@ -7520,26 +7535,27 @@ share/moodle/question/type/match/db/inst
7520share/moodle/question/type/match/db/simpletest/testupgradelibnewqe.php 7535share/moodle/question/type/match/db/simpletest/testupgradelibnewqe.php
7521share/moodle/question/type/match/db/upgrade.php 7536share/moodle/question/type/match/db/upgrade.php
7522share/moodle/question/type/match/db/upgradelib.php 7537share/moodle/question/type/match/db/upgradelib.php
7523share/moodle/question/type/match/edit_match_form.php 7538share/moodle/question/type/match/edit_match_form.php
7524share/moodle/question/type/match/lang/en/qtype_match.php 7539share/moodle/question/type/match/lang/en/qtype_match.php
7525share/moodle/question/type/match/lib.php 7540share/moodle/question/type/match/lib.php
7526share/moodle/question/type/match/pix/icon.gif 7541share/moodle/question/type/match/pix/icon.gif
7527share/moodle/question/type/match/question.php 7542share/moodle/question/type/match/question.php
7528share/moodle/question/type/match/questiontype.php 7543share/moodle/question/type/match/questiontype.php
7529share/moodle/question/type/match/renderer.php 7544share/moodle/question/type/match/renderer.php
7530share/moodle/question/type/match/simpletest/testquestion.php 7545share/moodle/question/type/match/simpletest/testquestion.php
7531share/moodle/question/type/match/simpletest/testquestiontype.php 7546share/moodle/question/type/match/simpletest/testquestiontype.php
7532share/moodle/question/type/match/simpletest/testwalkthrough.php 7547share/moodle/question/type/match/simpletest/testwalkthrough.php
 7548share/moodle/question/type/match/styles.css
7533share/moodle/question/type/match/version.php 7549share/moodle/question/type/match/version.php
7534share/moodle/question/type/missingtype/edit_missingtype_form.php 7550share/moodle/question/type/missingtype/edit_missingtype_form.php
7535share/moodle/question/type/missingtype/lang/en/qtype_missingtype.php 7551share/moodle/question/type/missingtype/lang/en/qtype_missingtype.php
7536share/moodle/question/type/missingtype/pix/icon.gif 7552share/moodle/question/type/missingtype/pix/icon.gif
7537share/moodle/question/type/missingtype/question.php 7553share/moodle/question/type/missingtype/question.php
7538share/moodle/question/type/missingtype/questiontype.php 7554share/moodle/question/type/missingtype/questiontype.php
7539share/moodle/question/type/missingtype/renderer.php 7555share/moodle/question/type/missingtype/renderer.php
7540share/moodle/question/type/missingtype/simpletest/testmissingtype.php 7556share/moodle/question/type/missingtype/simpletest/testmissingtype.php
7541share/moodle/question/type/missingtype/version.php 7557share/moodle/question/type/missingtype/version.php
7542share/moodle/question/type/multianswer/backup/moodle1/lib.php 7558share/moodle/question/type/multianswer/backup/moodle1/lib.php
7543share/moodle/question/type/multianswer/backup/moodle2/backup_qtype_multianswer_plugin.class.php 7559share/moodle/question/type/multianswer/backup/moodle2/backup_qtype_multianswer_plugin.class.php
7544share/moodle/question/type/multianswer/backup/moodle2/restore_qtype_multianswer_plugin.class.php 7560share/moodle/question/type/multianswer/backup/moodle2/restore_qtype_multianswer_plugin.class.php
7545share/moodle/question/type/multianswer/db/install.xml 7561share/moodle/question/type/multianswer/db/install.xml
@@ -7654,26 +7670,27 @@ share/moodle/question/type/truefalse/que @@ -7654,26 +7670,27 @@ share/moodle/question/type/truefalse/que
7654share/moodle/question/type/truefalse/renderer.php 7670share/moodle/question/type/truefalse/renderer.php
7655share/moodle/question/type/truefalse/simpletest/helper.php 7671share/moodle/question/type/truefalse/simpletest/helper.php
7656share/moodle/question/type/truefalse/simpletest/testquestion.php 7672share/moodle/question/type/truefalse/simpletest/testquestion.php
7657share/moodle/question/type/truefalse/simpletest/testquestiontype.php 7673share/moodle/question/type/truefalse/simpletest/testquestiontype.php
7658share/moodle/question/type/truefalse/simpletest/testwalkthrough.php 7674share/moodle/question/type/truefalse/simpletest/testwalkthrough.php
7659share/moodle/question/type/truefalse/styles.css 7675share/moodle/question/type/truefalse/styles.css
7660share/moodle/question/type/truefalse/version.php 7676share/moodle/question/type/truefalse/version.php
7661share/moodle/question/upgrade.php 7677share/moodle/question/upgrade.php
7662share/moodle/rating/index.php 7678share/moodle/rating/index.php
7663share/moodle/rating/lib.php 7679share/moodle/rating/lib.php
7664share/moodle/rating/module.js 7680share/moodle/rating/module.js
7665share/moodle/rating/rate.php 7681share/moodle/rating/rate.php
7666share/moodle/rating/rate_ajax.php 7682share/moodle/rating/rate_ajax.php
 7683share/moodle/rating/simpletest/testrating.php
7667share/moodle/repository/README.txt 7684share/moodle/repository/README.txt
7668share/moodle/repository/alfresco/db/access.php 7685share/moodle/repository/alfresco/db/access.php
7669share/moodle/repository/alfresco/lang/en/repository_alfresco.php 7686share/moodle/repository/alfresco/lang/en/repository_alfresco.php
7670share/moodle/repository/alfresco/lib.php 7687share/moodle/repository/alfresco/lib.php
7671share/moodle/repository/alfresco/pix/icon.png 7688share/moodle/repository/alfresco/pix/icon.png
7672share/moodle/repository/alfresco/version.php 7689share/moodle/repository/alfresco/version.php
7673share/moodle/repository/boxnet/db/access.php 7690share/moodle/repository/boxnet/db/access.php
7674share/moodle/repository/boxnet/lang/en/repository_boxnet.php 7691share/moodle/repository/boxnet/lang/en/repository_boxnet.php
7675share/moodle/repository/boxnet/lib.php 7692share/moodle/repository/boxnet/lib.php
7676share/moodle/repository/boxnet/pix/icon.png 7693share/moodle/repository/boxnet/pix/icon.png
7677share/moodle/repository/boxnet/version.php 7694share/moodle/repository/boxnet/version.php
7678share/moodle/repository/coursefiles/db/access.php 7695share/moodle/repository/coursefiles/db/access.php
7679share/moodle/repository/coursefiles/lang/en/repository_coursefiles.php 7696share/moodle/repository/coursefiles/lang/en/repository_coursefiles.php
@@ -8294,26 +8311,27 @@ share/moodle/theme/formal_white/pix/tab/ @@ -8294,26 +8311,27 @@ share/moodle/theme/formal_white/pix/tab/
8294share/moodle/theme/formal_white/pix/tab/right.gif 8311share/moodle/theme/formal_white/pix/tab/right.gif
8295share/moodle/theme/formal_white/pix/tab/right_active.gif 8312share/moodle/theme/formal_white/pix/tab/right_active.gif
8296share/moodle/theme/formal_white/pix/tab/right_active_hover.gif 8313share/moodle/theme/formal_white/pix/tab/right_active_hover.gif
8297share/moodle/theme/formal_white/pix/tab/right_end.gif 8314share/moodle/theme/formal_white/pix/tab/right_end.gif
8298share/moodle/theme/formal_white/pix/tab/right_hover.gif 8315share/moodle/theme/formal_white/pix/tab/right_hover.gif
8299share/moodle/theme/formal_white/pix/tab/right_last.gif 8316share/moodle/theme/formal_white/pix/tab/right_last.gif
8300share/moodle/theme/formal_white/pix/tab/rtlbg.gif 8317share/moodle/theme/formal_white/pix/tab/rtlbg.gif
8301share/moodle/theme/formal_white/pix/tab/tabrow1.gif 8318share/moodle/theme/formal_white/pix/tab/tabrow1.gif
8302share/moodle/theme/formal_white/settings.php 8319share/moodle/theme/formal_white/settings.php
8303share/moodle/theme/formal_white/style/calendar.css 8320share/moodle/theme/formal_white/style/calendar.css
8304share/moodle/theme/formal_white/style/core.css 8321share/moodle/theme/formal_white/style/core.css
8305share/moodle/theme/formal_white/style/course.css 8322share/moodle/theme/formal_white/style/course.css
8306share/moodle/theme/formal_white/style/formal_white.css 8323share/moodle/theme/formal_white/style/formal_white.css
 8324share/moodle/theme/formal_white/style/forum.css
8307share/moodle/theme/formal_white/style/frame.css 8325share/moodle/theme/formal_white/style/frame.css
8308share/moodle/theme/formal_white/style/menu.css 8326share/moodle/theme/formal_white/style/menu.css
8309share/moodle/theme/formal_white/style/pagelayout.css 8327share/moodle/theme/formal_white/style/pagelayout.css
8310share/moodle/theme/formal_white/style/quiz.css 8328share/moodle/theme/formal_white/style/quiz.css
8311share/moodle/theme/formal_white/style/tabs.css 8329share/moodle/theme/formal_white/style/tabs.css
8312share/moodle/theme/formal_white/version.php 8330share/moodle/theme/formal_white/version.php
8313share/moodle/theme/formfactor/config.php 8331share/moodle/theme/formfactor/config.php
8314share/moodle/theme/formfactor/lang/en/theme_formfactor.php 8332share/moodle/theme/formfactor/lang/en/theme_formfactor.php
8315share/moodle/theme/formfactor/layout/embedded.php 8333share/moodle/theme/formfactor/layout/embedded.php
8316share/moodle/theme/formfactor/layout/frontpage.php 8334share/moodle/theme/formfactor/layout/frontpage.php
8317share/moodle/theme/formfactor/layout/general.php 8335share/moodle/theme/formfactor/layout/general.php
8318share/moodle/theme/formfactor/pix/favicon.ico 8336share/moodle/theme/formfactor/pix/favicon.ico
8319share/moodle/theme/formfactor/pix/gradient-sb.jpg 8337share/moodle/theme/formfactor/pix/gradient-sb.jpg
@@ -8605,26 +8623,27 @@ share/moodle/user/addnote.php @@ -8605,26 +8623,27 @@ share/moodle/user/addnote.php
8605share/moodle/user/default/README.txt 8623share/moodle/user/default/README.txt
8606share/moodle/user/default/f1.jpg 8624share/moodle/user/default/f1.jpg
8607share/moodle/user/default/f2.jpg 8625share/moodle/user/default/f2.jpg
8608share/moodle/user/edit.php 8626share/moodle/user/edit.php
8609share/moodle/user/edit_form.php 8627share/moodle/user/edit_form.php
8610share/moodle/user/editadvanced.php 8628share/moodle/user/editadvanced.php
8611share/moodle/user/editadvanced_form.php 8629share/moodle/user/editadvanced_form.php
8612share/moodle/user/editlib.php 8630share/moodle/user/editlib.php
8613share/moodle/user/emailupdate.php 8631share/moodle/user/emailupdate.php
8614share/moodle/user/externallib.php 8632share/moodle/user/externallib.php
8615share/moodle/user/files.php 8633share/moodle/user/files.php
8616share/moodle/user/filesedit.php 8634share/moodle/user/filesedit.php
8617share/moodle/user/filesedit_form.php 8635share/moodle/user/filesedit_form.php
 8636share/moodle/user/filters/checkbox.php
8618share/moodle/user/filters/cohort.php 8637share/moodle/user/filters/cohort.php
8619share/moodle/user/filters/courserole.php 8638share/moodle/user/filters/courserole.php
8620share/moodle/user/filters/date.php 8639share/moodle/user/filters/date.php
8621share/moodle/user/filters/globalrole.php 8640share/moodle/user/filters/globalrole.php
8622share/moodle/user/filters/lib.php 8641share/moodle/user/filters/lib.php
8623share/moodle/user/filters/profilefield.php 8642share/moodle/user/filters/profilefield.php
8624share/moodle/user/filters/select.php 8643share/moodle/user/filters/select.php
8625share/moodle/user/filters/simpleselect.php 8644share/moodle/user/filters/simpleselect.php
8626share/moodle/user/filters/text.php 8645share/moodle/user/filters/text.php
8627share/moodle/user/filters/user_filter_forms.php 8646share/moodle/user/filters/user_filter_forms.php
8628share/moodle/user/filters/yesno.php 8647share/moodle/user/filters/yesno.php
8629share/moodle/user/groupaddnote.php 8648share/moodle/user/groupaddnote.php
8630share/moodle/user/grouppix.php 8649share/moodle/user/grouppix.php

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

--- pkgsrc/www/moodle/distinfo 2011/08/09 18:59:23 1.4
+++ pkgsrc/www/moodle/distinfo 2011/10/23 16:05:41 1.4.2.1
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2011/08/09 18:59:23 gls Exp $ 1$NetBSD: distinfo,v 1.4.2.1 2011/10/23 16:05:41 tron Exp $
2 2
3SHA1 (moodle-2.1.1.tgz) = 9b23b6219a6bf72736d9a7f25d906062aa69b012 3SHA1 (moodle-2.1.2.tgz) = 29b28235c4fb53df40d727aeec05368fecd3423e
4RMD160 (moodle-2.1.1.tgz) = 7f4f5a974c7db95b652191318090f3d3b417a56b 4RMD160 (moodle-2.1.2.tgz) = 5d6bf537d76a2c4b638b64c04f421d797ef0038e
5Size (moodle-2.1.1.tgz) = 23139062 bytes 5Size (moodle-2.1.2.tgz) = 23195001 bytes