Your message dated Tue, 08 Nov 2011 20:09:04 +0000
with message-id <e1rnryi-0002ez...@franck.debian.org>
and subject line Bug#614712: fixed in moodle 1.9.9.dfsg2-2.1+squeeze2
has caused the Debian Bug report #614712,
regarding moodle: After Squeeze update, upon entering edit mode, complains
about missing YUI .js files
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
614712: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614712
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: moodle
Version: 1.9.9.dfsg2-2.1
Severity: normal
After upgrading to Squeeze, when clicking on the "activate edition"
button, I got replies about the system not being able to edit. It does
not happen at every screen, it might be related to specific themes,
but that's only a hypothesis.
The displayed message is:
require_js:
http://example.com/moodle//lib/yui/selector/selector-min.js -
file not found.
Turns out, the 'yui' package no longer ships
/usr/share/yui/html/selector/selector-min.js (which is presented in
the mentioned URL via some symlinking) but selector-beta-min.js; I
worked around this by symlinking the required name to the -beta one.
I did this for selector/selector-min.js and for
element/element-min.js; however, the 'yui' package provides several
files which fit in the pattern and might turn out to be problematic:
/usr/share/moodle/lib/yui$ find . -name *beta-*.js
./profiler/profiler-beta-min.js
./profiler/profiler-beta-debug.js
./selector/selector-beta-debug.js
./selector/selector-beta-min.js
./cookie/cookie-beta-min.js
./cookie/cookie-beta-debug.js
./yuiloader/yuiloader-beta-min.js
./yuiloader/yuiloader-beta-debug.js
./layout/layout-beta-min.js
./layout/layout-beta-debug.js
./datatable/datatable-beta-debug.js
./datatable/datatable-beta-min.js
./element/element-beta-min.js
./element/element-beta-debug.js
./imagecropper/imagecropper-beta-debug.js
./imagecropper/imagecropper-beta-min.js
./profilerviewer/profilerviewer-beta-min.js
./profilerviewer/profilerviewer-beta-debug.js
./yuitest/yuitest-beta-min.js
./yuitest/yuitest-beta-debug.js
./yuitest/yuitest_core-beta-min.js
./yuitest/yuitest_core-beta-debug.js
./editor/simpleeditor-beta-debug.js
./editor/editor-beta-debug.js
./editor/editor-beta-min.js
./editor/simpleeditor-beta-min.js
./resize/resize-beta-debug.js
./resize/resize-beta-min.js
./datasource/datasource-beta-debug.js
./datasource/datasource-beta-min.js
Please note I am filing this bug to moodle and not to yui as moodle is
the requiring party; feel free to reassign if you feel it is more
correct.
Thanks,
-- System Information:
Debian Release: 6.0
APT prefers squeeze-updates
APT policy: (500, 'squeeze-updates'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-2-openvz-686 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages moodle depends on:
ii adduser 3.112+nmu2 add and remove users and groups
ii apache2-mpm-prefork [h 2.2.16-6 Apache HTTP Server - traditional n
ii dbconfig-common 1.8.46 common framework for packaging dat
ii debconf [debconf-2.0] 1.5.36.1 Debian configuration management sy
ii libapache2-mod-php5 5.3.3-7 server-side, HTML-embedded scripti
ii libdbd-mysql-perl 4.016-1 Perl5 database interface to the My
ii libdbi-perl 1.612-1 Perl Database Interface (DBI)
ii libjs-yui 2.8.2r1~squeeze-1 Yahoo User Interface Library
ii libphp-magpierss 0.72-8 provides an XML-based RSS parser i
ii libphp-pclzip 2.8.2-2 zip archive manager class for PHP
ii mysql-client-5.1 [mysq 5.1.49-3 MySQL database client binaries
ii php-fpdf 3:1.6.dfsg-1 PHP class to generate PDF files
ii php5-cgi 5.3.3-7 server-side, HTML-embedded scripti
ii php5-cli 5.3.3-7 command-line interpreter for the p
ii php5-curl 5.3.3-7 CURL module for php5
ii php5-gd 5.3.3-7 GD module for php5
ii php5-mysql 5.3.3-7 MySQL module for php5
ii php5-pgsql 5.3.3-7 PostgreSQL module for php5
ii postgresql-client 8.4.7-0squeeze2 front-end programs for PostgreSQL
ii postgresql-client-8.3 8.3.14-0lenny1 front-end programs for PostgreSQL
ii postgresql-client-8.4 8.4.7-0squeeze2 front-end programs for PostgreSQL
ii smarty 2.6.26-0.2 Template engine for PHP
ii ucf 3.0025+nmu1 Update Configuration File: preserv
ii unzip 6.0-4 De-archiver for .zip files
ii zip 3.0-3 Archiver for .zip files
Versions of packages moodle recommends:
ii aspell 0.60.6-4 GNU Aspell spell-checker
ii mimetex 1.50-1.1 LaTeX math expressions to anti-ali
ii mysql-server 5.1.49-3 MySQL database server (metapackage
ii mysql-server-5.1 [mysql-serve 5.1.49-3 MySQL database server binaries and
ii php5-ldap 5.3.3-7 LDAP module for php5
ii php5-xmlrpc 5.3.3-7 XML-RPC module for php5
Versions of packages moodle suggests:
ii clamav 0.96.5+dfsg-1.1 anti-virus utility for Unix - comm
-- Configuration Files:
/etc/cron.d/moodle [Errno 13] Permission denied: u'/etc/cron.d/moodle'
/etc/moodle/apache.conf changed:
<DirectoryMatch /usr/share/moodle/>
Options +FollowSymLinks
AllowOverride None
<IfModule mod_php5.c>
php_flag magic_quotes_gpc On
php_flag magic_quotes_runtime Off
php_flag file_uploads On
php_flag short_open_tag On
php_flag session.auto_start Off
php_flag session.bug_compat_warn Off
php_value upload_max_filesize 150M
php_value post_max_size 150M
</IfModule>
<IfModule mod_dir.c>
DirectoryIndex index.php
</IfModule>
</DirectoryMatch>
-- debconf information:
moodle/pgsql/method: unix socket
moodle/dbconfig-remove:
* moodle/db_host: localhost
* moodle/create_tables:
* moodle/database-type: mysql
moodle/remote/newhost:
moodle/internal/reconfiguring: false
moodle/notconfigured:
* moodle/db/app-user: moodle
moodle/internal/skip-preseed: false
moodle/remote/port:
moodle/purge: false
* moodle/www: http://cec.iiec.unam.mx/cursos/
moodle/remote/host:
* moodle/db/dbname: moodle
moodle/install-error: abort
* moodle/mysql/method: unix socket
moodle/remove-error: abort
* moodle/dbconfig-upgrade: true
moodle/upgrade-backup: true
moodle/upgrade-error: abort
moodle/missing-db-package-error: abort
* moodle/dbu_name: cec
* moodle/db_server: mysql-server
* moodle/mysql/admin-user: root
moodle/pgsql/manualconf:
* moodle/pgsql/authmethod-user: password
moodle/dbconfig-reinstall: false
* moodle/webserver: apache2
moodle/dbconfig-install: true
* moodle/pgsql/authmethod-admin: ident
moodle/mismatch:
moodle/pgsql/admin-user: postgres
* moodle/dba_name: root
moodle/pgsql/changeconf: false
moodle/pgsql/no-empty-passwords:
moodle/passwords-do-not-match:
moodle/db/basepath:
--- End Message ---
--- Begin Message ---
Source: moodle
Source-Version: 1.9.9.dfsg2-2.1+squeeze2
We believe that the bug you reported is fixed in the latest version of
moodle, which is due to be installed in the Debian FTP archive:
moodle_1.9.9.dfsg2-2.1+squeeze2.debian.tar.gz
to main/m/moodle/moodle_1.9.9.dfsg2-2.1+squeeze2.debian.tar.gz
moodle_1.9.9.dfsg2-2.1+squeeze2.dsc
to main/m/moodle/moodle_1.9.9.dfsg2-2.1+squeeze2.dsc
moodle_1.9.9.dfsg2-2.1+squeeze2_all.deb
to main/m/moodle/moodle_1.9.9.dfsg2-2.1+squeeze2_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 614...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Moritz Muehlenhoff <j...@debian.org> (supplier of updated moodle package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 04 Nov 2011 18:07:18 +0000
Source: moodle
Binary: moodle
Architecture: source all
Version: 1.9.9.dfsg2-2.1+squeeze2
Distribution: stable-security
Urgency: high
Maintainer: Moodle Packaging Team
<pkg-moodle-maintain...@lists.alioth.debian.org>
Changed-By: Moritz Muehlenhoff <j...@debian.org>
Description:
moodle - course management system for online learning
Closes: 603255 614712 638935
Changes:
moodle (1.9.9.dfsg2-2.1+squeeze2) stable-security; urgency=high
.
* Update prepared by Tomasz Muras:
* Backporting security fixes from Moodle 1.9.13 and 1.9.14
- MSA-11-0026 Fields in user upload CSV not being escaped (MDL-28360)
- MSA-11-0025 Group names in user upload CSV not being escaped (MDL-28197)
- MSA-11-0024 Recaptcha images were being authenticated
from an older server (MDL-27889) (closes: #638935)
- MSA-11-0020 Continue links in error messages can lead offsite
(MDL-27464)
- MSA-11-0038 Database injection protection strengthened (MDL-29033)
- MSA-11-0037 Course section editing injection vulnerability (MDL-28722)
- MSA-11-0036 Messaging refresh vulnerability (MDL-29311)
- MSA-11-0032 MNET SSL validation issue (MDL-29148)
- MSA-11-0031 Forms API constant issue (MDL-23872)
Make sure that smarty & yui symlinks are correct (closes: 603255,614712)
Checksums-Sha1:
4b77f7d7bc05e32ea1c843511281544de951031d 1446
moodle_1.9.9.dfsg2-2.1+squeeze2.dsc
96579cd548a9436c2fdea25d890e6e64aff267e2 76113
moodle_1.9.9.dfsg2-2.1+squeeze2.debian.tar.gz
0c33ab068eca4fc32a850ab203822118b1b5383f 10018454
moodle_1.9.9.dfsg2-2.1+squeeze2_all.deb
Checksums-Sha256:
97aea58662e7a0aeb7ff7580e5ca0a9f267ae4ed93d658c01aeb13710c072330 1446
moodle_1.9.9.dfsg2-2.1+squeeze2.dsc
b182aa09e20f60dce53dbbf4e493a99c6ef5558347856d2ff454dc75193b7bc6 76113
moodle_1.9.9.dfsg2-2.1+squeeze2.debian.tar.gz
a55063dec624b308512bfc070c5ab322a7c152beb93f72d599b759032f43038a 10018454
moodle_1.9.9.dfsg2-2.1+squeeze2_all.deb
Files:
49ce72e4af8388476e9506163108df67 1446 web optional
moodle_1.9.9.dfsg2-2.1+squeeze2.dsc
0494d98e2c81b6e29bc67a07f670677b 76113 web optional
moodle_1.9.9.dfsg2-2.1+squeeze2.debian.tar.gz
29d7bffcb4930cccbb5c3fec4783604b 10018454 web optional
moodle_1.9.9.dfsg2-2.1+squeeze2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk60KtcACgkQXm3vHE4uylq17ACeI3ZuN8bwzRZiE9oydCoYL+oI
cccAoOxprh/h+gH0z88eXdhkAyiQLp7c
=o43U
-----END PGP SIGNATURE-----
--- End Message ---