]> git.mjollnir.org Git - moodle.git/log
moodle.git
16 years agoMDL-14679 - PG get_indexes() fix - minor problem retrieving indexes with columns...
stronk7 [Sun, 3 May 2009 17:19:40 +0000 (17:19 +0000)]
MDL-14679 - PG get_indexes() fix - minor problem retrieving indexes with columns quoted

16 years agoMDL-18577 drop enums support - added 2 more basic xmldb tests
stronk7 [Sun, 3 May 2009 16:06:14 +0000 (16:06 +0000)]
MDL-18577 drop enums support - added 2 more basic xmldb tests

16 years agoUpdated the HEAD build version to 20090503
moodlerobot [Sun, 3 May 2009 00:38:47 +0000 (00:38 +0000)]
Updated the HEAD build version to 20090503

16 years agoMDL-18734 - documentation and coding style in portfolio/*
mjollnir_ [Sat, 2 May 2009 13:23:22 +0000 (13:23 +0000)]
MDL-18734 - documentation and coding style in portfolio/*

Added much needed documentation to the portfolio "scripts" (the libs are all
fine), and moved all parameter fetching from the body of the file to the top.

16 years agoUpdated the HEAD build version to 20090502
moodlerobot [Sat, 2 May 2009 00:37:50 +0000 (00:37 +0000)]
Updated the HEAD build version to 20090502

16 years agoMDL-18577 drop enums support - step3: deprecate old change_field_enum() use
stronk7 [Sat, 2 May 2009 00:22:20 +0000 (00:22 +0000)]
MDL-18577 drop enums support - step3: deprecate old change_field_enum() use
by new drop_enum_from_field() available in 2.0

16 years agousing new DB syntax
stronk7 [Sat, 2 May 2009 00:17:31 +0000 (00:17 +0000)]
using new DB syntax

16 years agoMDL-18577 drop enums support - step3: Fix XMLDB own tests + new tests for dropping...
stronk7 [Fri, 1 May 2009 23:53:14 +0000 (23:53 +0000)]
MDL-18577 drop enums support - step3: Fix XMLDB own tests + new tests for dropping enums

16 years agoMDL-18577 drop enums support - step3: Drop enums from generator classes. Only code...
stronk7 [Fri, 1 May 2009 23:49:31 +0000 (23:49 +0000)]
MDL-18577 drop enums support - step3: Drop enums from generator classes. Only code used to drop enums remains until Moodle 2.1

16 years agoMDL-18577 drop enums support - step3: Missing return
stronk7 [Fri, 1 May 2009 23:35:36 +0000 (23:35 +0000)]
MDL-18577 drop enums support - step3: Missing return

16 years agoMDL-18577 drop enums support - step3: Fix oci8 adodb set_field_select() without select
stronk7 [Fri, 1 May 2009 23:35:01 +0000 (23:35 +0000)]
MDL-18577 drop enums support - step3: Fix oci8 adodb set_field_select() without select

16 years agoMDL-18577 drop enums support - step3: fix native pgsql set_field_select() handling...
stronk7 [Fri, 1 May 2009 23:33:24 +0000 (23:33 +0000)]
MDL-18577 drop enums support - step3: fix native pgsql set_field_select() handling of BLOBs

16 years agoMDL-18577 drop enums support - step2: enums out from install.xml files
stronk7 [Fri, 1 May 2009 14:07:43 +0000 (14:07 +0000)]
MDL-18577 drop enums support - step2: enums out from install.xml files

16 years agoadminlib: MDL-19038 lazy-load the list of users in admin_setting_users_with_capability
tjhunt [Fri, 1 May 2009 10:32:12 +0000 (10:32 +0000)]
adminlib: MDL-19038 lazy-load the list of users in admin_setting_users_with_capability

16 years agorepository MDL-15404 display instance number into the administration
jerome [Fri, 1 May 2009 06:55:10 +0000 (06:55 +0000)]
repository MDL-15404 display instance number into the administration

16 years ago"MDL-19037, use getremoteaddr to get remote ip address"
dongsheng [Fri, 1 May 2009 03:04:10 +0000 (03:04 +0000)]
"MDL-19037, use getremoteaddr to get remote ip address"

16 years agofilter/mediaplugin MDL-19006 Better variable check to avoid notices
moodler [Fri, 1 May 2009 02:26:47 +0000 (02:26 +0000)]
filter/mediaplugin MDL-19006 Better variable check to avoid notices

16 years agoMDL-18577 drop enums support - step2: enums out from editor, dbmanager and all upgrad...
stronk7 [Fri, 1 May 2009 01:19:16 +0000 (01:19 +0000)]
MDL-18577 drop enums support - step2: enums out from editor, dbmanager and all upgrade scripts.

16 years agoUpdated the HEAD build version to 20090501
moodlerobot [Fri, 1 May 2009 00:38:25 +0000 (00:38 +0000)]
Updated the HEAD build version to 20090501

16 years agoMDL-15801 fixed incorrect use of get complete user data function; merged from MOODLE_...
skodak [Thu, 30 Apr 2009 20:09:23 +0000 (20:09 +0000)]
MDL-15801 fixed incorrect use of get complete user data function; merged from MOODLE_19_STABLE

16 years agoMDL-14561 fixed https issue in IE
skodak [Thu, 30 Apr 2009 19:57:41 +0000 (19:57 +0000)]
MDL-14561 fixed https issue in IE

16 years agoMDL-19029 fixed incorrect closing of divs on grader report; merged from MOODLE_19_STABLE
skodak [Thu, 30 Apr 2009 10:35:31 +0000 (10:35 +0000)]
MDL-19029 fixed incorrect closing of divs on grader report; merged from MOODLE_19_STABLE

16 years agoMDL-19029 xhtml strict; merged from MOODLE_19_STABLE
skodak [Thu, 30 Apr 2009 10:16:34 +0000 (10:16 +0000)]
MDL-19029 xhtml strict; merged from MOODLE_19_STABLE

16 years agoMDL-19030 even uglier hack - do not try to add id to labels of static element - they...
skodak [Thu, 30 Apr 2009 10:09:13 +0000 (10:09 +0000)]
MDL-19030 even uglier hack - do not try to add id to labels of static element - they do not have it; merged from MOODLE_19_STABLE

16 years agoMDL-19030 very ugly hack - do not try to add id to labels of element group - they...
skodak [Thu, 30 Apr 2009 10:06:11 +0000 (10:06 +0000)]
MDL-19030 very ugly hack - do not try to add id to labels of element group - they do not have it; merged from MOODLE_19_STABLE

16 years agoMDL-19030 fixed xhtml strictness when label attached to frozen element; merged from...
skodak [Thu, 30 Apr 2009 09:50:02 +0000 (09:50 +0000)]
MDL-19030 fixed xhtml strictness when label attached to frozen element; merged from MOODLE_19_STABLE

16 years ago"MDL-18486, 1. hide toolbar, pagination when doing global searching, 2. display empty...
dongsheng [Thu, 30 Apr 2009 09:42:24 +0000 (09:42 +0000)]
"MDL-18486, 1. hide toolbar, pagination when doing global searching, 2. display empty directory in local pluign"

16 years agoMDL-18951 standardised group support in grader report - forgotten string
skodak [Thu, 30 Apr 2009 09:17:36 +0000 (09:17 +0000)]
MDL-18951 standardised group support in grader report - forgotten string

16 years agoMDL-19016 xhtml strict fix
skodak [Thu, 30 Apr 2009 09:14:55 +0000 (09:14 +0000)]
MDL-19016 xhtml strict fix

16 years agoMDL-18951 standardised group support in grader report
skodak [Thu, 30 Apr 2009 09:00:43 +0000 (09:00 +0000)]
MDL-18951 standardised group support in grader report

16 years agoMDL-19028 Hiding hidden category from student report instead of grade items. See...
nicolasconnault [Thu, 30 Apr 2009 08:40:22 +0000 (08:40 +0000)]
MDL-19028 Hiding hidden category from student report instead of grade items. See code diff for better explanation. Merged from MOODLE_19_STABLE

16 years agorepository MDL-15404 change text description for allowing teacher/user to add repository
jerome [Thu, 30 Apr 2009 08:11:29 +0000 (08:11 +0000)]
repository MDL-15404 change text description for allowing teacher/user to add repository

16 years agoMDL-18951 standardised group support in grader report (not complete yet)
skodak [Thu, 30 Apr 2009 08:07:43 +0000 (08:07 +0000)]
MDL-18951 standardised group support in grader report (not complete yet)

16 years agoMDL-19027 Added <th> for controls row in edit mode with screenreader and editing...
nicolasconnault [Thu, 30 Apr 2009 07:12:00 +0000 (07:12 +0000)]
MDL-19027 Added <th> for controls row in edit mode with screenreader and editing on. Merged from MOODLE_19_STABLE

16 years ago"MDL-18486, compressed file picker js code"
dongsheng [Thu, 30 Apr 2009 06:30:05 +0000 (06:30 +0000)]
"MDL-18486, compressed file picker js code"

16 years ago"MDL-18486, enable federated search for new file picker"
dongsheng [Thu, 30 Apr 2009 06:11:45 +0000 (06:11 +0000)]
"MDL-18486, enable federated search for new file picker"

16 years agocompletion: avoid API call for performance reasons
tjhunt [Thu, 30 Apr 2009 04:16:35 +0000 (04:16 +0000)]
completion: avoid API call for performance reasons

16 years agoblocklib: MDL-19010 add standard boilerplate at the top of the file.
tjhunt [Thu, 30 Apr 2009 03:50:00 +0000 (03:50 +0000)]
blocklib: MDL-19010 add standard boilerplate at the top of the file.

16 years ago"MDL-16911, separate listing and search in youtube plugin"
dongsheng [Thu, 30 Apr 2009 03:40:17 +0000 (03:40 +0000)]
"MDL-16911, separate listing and search in youtube plugin"

16 years ago"MDL-18486, add key lisener to file picker"
dongsheng [Thu, 30 Apr 2009 03:39:25 +0000 (03:39 +0000)]
"MDL-18486, add key lisener to file picker"

16 years agoUpdated the HEAD build version to 20090430
moodlerobot [Thu, 30 Apr 2009 00:37:01 +0000 (00:37 +0000)]
Updated the HEAD build version to 20090430

16 years agoMDL-13722, MDL-12909 - idnumber required in xml grade export, if not present do not...
skodak [Wed, 29 Apr 2009 20:58:06 +0000 (20:58 +0000)]
MDL-13722, MDL-12909 - idnumber required in xml grade export, if not present do not show user in export preview; merged from MOODEL_19_STABLE

16 years agoMDL-16687 fixed incorrect sorting - thanks Philip Cali; backported from MOODLE_19_STABLE
skodak [Wed, 29 Apr 2009 20:36:42 +0000 (20:36 +0000)]
MDL-16687 fixed incorrect sorting - thanks Philip Cali; backported from MOODLE_19_STABLE

16 years agoMDL-17829 category edit page cleanup
skodak [Wed, 29 Apr 2009 15:15:47 +0000 (15:15 +0000)]
MDL-17829 category edit page cleanup

16 years agoMDL-18991 proper locking of grade type and min/max when sum agg selected and other...
skodak [Wed, 29 Apr 2009 15:04:31 +0000 (15:04 +0000)]
MDL-18991 proper locking of grade type and min/max when sum agg selected and other code cleanup

16 years agoMDL-19014 multiplicator and offset are used only for activity grades - must be disabl...
skodak [Wed, 29 Apr 2009 14:43:47 +0000 (14:43 +0000)]
MDL-19014 multiplicator and offset are used only for activity grades - must be disabled elsewhere

16 years agoMDL-19015 removed category item editing from normal item edit form
skodak [Wed, 29 Apr 2009 14:35:47 +0000 (14:35 +0000)]
MDL-19015 removed category item editing from normal item edit form

16 years agoMDL-19008 extra credis should not be dropped when drop low or keep high specified...
skodak [Wed, 29 Apr 2009 13:42:03 +0000 (13:42 +0000)]
MDL-19008 extra credis should not be dropped when drop low or keep high specified (including unit tests)

16 years agoMDL-18993 implemented frull support for droplow and keephigh in sum aggregation type
skodak [Wed, 29 Apr 2009 10:05:55 +0000 (10:05 +0000)]
MDL-18993 implemented frull support for droplow and keephigh in sum aggregation type

16 years agoMDL-14909 Preventing the border from being assigned to label list elements. Merged...
nicolasconnault [Wed, 29 Apr 2009 09:31:24 +0000 (09:31 +0000)]
MDL-14909 Preventing the border from being assigned to label list elements. Merged from MOODLE_19_STABLE

16 years agoMDL-18963 Applied Matt's patch. Merged from MOODLE_19_STABLE
nicolasconnault [Wed, 29 Apr 2009 09:26:37 +0000 (09:26 +0000)]
MDL-18963 Applied Matt's patch. Merged from MOODLE_19_STABLE

16 years agoMDL-18993 implemented frull support for droplow and keephigh in sum aggregation type
skodak [Wed, 29 Apr 2009 08:55:25 +0000 (08:55 +0000)]
MDL-18993 implemented frull support for droplow and keephigh in sum aggregation type

16 years agoMDL-19002 new simplified file api file limits; docs are still not finished
skodak [Wed, 29 Apr 2009 07:52:35 +0000 (07:52 +0000)]
MDL-19002 new simplified file api file limits; docs are still not finished

16 years agofilter/mediaplugin MDL-19006 Add auto-embedding of images that are linked to.
moodler [Wed, 29 Apr 2009 07:30:41 +0000 (07:30 +0000)]
filter/mediaplugin MDL-19006 Add auto-embedding of images that are linked to.

16 years ago"MDL-16911, 1. allow double/single quotes to be showed in title 2. allow change youtu...
dongsheng [Wed, 29 Apr 2009 06:02:26 +0000 (06:02 +0000)]
"MDL-16911, 1. allow double/single quotes to be showed in title 2. allow change youtube video name"

16 years agorepository MDL-16909 add manage functionality to Mahara repository plugin + display...
jerome [Wed, 29 Apr 2009 05:55:00 +0000 (05:55 +0000)]
repository MDL-16909 add manage functionality to Mahara repository plugin + display folders first + sort by name

16 years ago"MDL-16911, display video name for youtube link"
dongsheng [Wed, 29 Apr 2009 05:02:57 +0000 (05:02 +0000)]
"MDL-16911, display video name for youtube link"

16 years agofilters: MDL-19000 don't do ORDER BY in subqueries (thanks Eloy)
tjhunt [Wed, 29 Apr 2009 03:12:31 +0000 (03:12 +0000)]
filters: MDL-19000 don't do ORDER BY in subqueries (thanks Eloy)
Problem introduced by MDL-7336.

16 years agorepository MDL-16909 add search functionality to Mahara repository plugin
jerome [Wed, 29 Apr 2009 02:19:08 +0000 (02:19 +0000)]
repository MDL-16909 add search functionality to Mahara repository plugin

16 years agoUpdated the HEAD build version to 20090429
moodlerobot [Wed, 29 Apr 2009 00:38:38 +0000 (00:38 +0000)]
Updated the HEAD build version to 20090429

16 years agoMDL-14679 mssql fix - Fix boolean handling in mssql + set_field() without params.
stronk7 [Tue, 28 Apr 2009 23:49:33 +0000 (23:49 +0000)]
MDL-14679 mssql fix - Fix boolean handling in mssql + set_field() without params.

16 years agoMDL-19002 new simplified file api file limits; docs are still not finished
skodak [Tue, 28 Apr 2009 21:20:43 +0000 (21:20 +0000)]
MDL-19002 new simplified file api file limits; docs are still not finished

16 years agoMDL-19002 file upload limits support
skodak [Tue, 28 Apr 2009 19:08:33 +0000 (19:08 +0000)]
MDL-19002 file upload limits support

16 years agoMDL-18132 - fix upgrade SQL for MS SQL.
tjhunt [Tue, 28 Apr 2009 09:55:46 +0000 (09:55 +0000)]
MDL-18132 - fix upgrade SQL for MS SQL.

16 years agoweb services MDL-12886 fix REST/SOAP/XMLRPC test clients (function names are not...
jerome [Tue, 28 Apr 2009 07:04:50 +0000 (07:04 +0000)]
web services MDL-12886 fix REST/SOAP/XMLRPC test clients (function names are not called tmp_ anymore)

16 years agorepository MDL-16909 Mahara plugin: display preview thumbnail for images
jerome [Tue, 28 Apr 2009 03:46:25 +0000 (03:46 +0000)]
repository MDL-16909 Mahara plugin: display preview thumbnail for images

16 years ago"MDL-18486, fixed popup window callabck function bug"
dongsheng [Tue, 28 Apr 2009 02:17:34 +0000 (02:17 +0000)]
"MDL-18486, fixed popup window callabck function bug"

16 years agoUpdated the HEAD build version to 20090428
moodlerobot [Tue, 28 Apr 2009 00:40:52 +0000 (00:40 +0000)]
Updated the HEAD build version to 20090428

16 years agoMDL-18577 drop enums support - step1: transforming all enums to nomal varchar + preve...
stronk7 [Mon, 27 Apr 2009 20:29:01 +0000 (20:29 +0000)]
MDL-18577 drop enums support - step1: transforming all enums to nomal varchar + prevent creation of new ones

16 years agoMDL-17248 fixed incorrect sum when scales involved; merged from MOODLE_19_STABLE...
skodak [Mon, 27 Apr 2009 15:21:09 +0000 (15:21 +0000)]
MDL-17248 fixed incorrect sum when scales involved; merged from MOODLE_19_STABLE (regrading will be forced later)

16 years agoMDL-18987 fixed broken item editing when only one category present; merged from MOODL...
skodak [Mon, 27 Apr 2009 14:27:13 +0000 (14:27 +0000)]
MDL-18987 fixed broken item editing when only one category present; merged from MOODLE_19_STABLE

16 years agoMDL-16918 fixed deleting in csv import file - thanks Luis de Vasconcelos; merged...
skodak [Mon, 27 Apr 2009 10:22:28 +0000 (10:22 +0000)]
MDL-16918 fixed deleting in csv import file - thanks Luis de Vasconcelos; merged from MOODLE_19_STABLE

16 years agoMDL-18985 improved group access control in gradebook exports
skodak [Mon, 27 Apr 2009 08:51:22 +0000 (08:51 +0000)]
MDL-18985 improved group access control in gradebook exports

16 years agoMDL-18984 gradebook csv import group access control implemented
skodak [Mon, 27 Apr 2009 08:47:31 +0000 (08:47 +0000)]
MDL-18984 gradebook csv import group access control implemented

16 years agoXMLDB: MDL-18980 add missing error message lang strings
tjhunt [Mon, 27 Apr 2009 04:05:28 +0000 (04:05 +0000)]
XMLDB: MDL-18980 add missing error message lang strings

16 years agoUpdated the HEAD build version to 20090427
moodlerobot [Mon, 27 Apr 2009 00:35:48 +0000 (00:35 +0000)]
Updated the HEAD build version to 20090427

16 years agoMDL-16824 messaging - move unread messages from deleted users to message_read.
stronk7 [Sun, 26 Apr 2009 22:56:56 +0000 (22:56 +0000)]
MDL-16824 messaging - move unread messages from deleted users to message_read.
Pending to commit changes to uploaduser.php. Credit goes to Anthony Borrow. Thanks!
Merged from 19_STABLE

16 years agoblocks/tags Move youtube/flickr blocks away from magpie
poltawski [Sun, 26 Apr 2009 15:19:45 +0000 (15:19 +0000)]
blocks/tags Move youtube/flickr blocks away from magpie

Instead use our general curl cache MDL-18973

16 years agoUpdated the HEAD build version to 20090426
moodlerobot [Sun, 26 Apr 2009 00:35:29 +0000 (00:35 +0000)]
Updated the HEAD build version to 20090426

16 years agoMDL-18940 meta description in main page - render multilang summary properly. Merged...
stronk7 [Sat, 25 Apr 2009 21:20:45 +0000 (21:20 +0000)]
MDL-18940 meta description in main page - render multilang summary properly. Merged from 19_STABLE

16 years agoMDL-18963 Applying Matt's patch to fix the YUI tooltips in the grader report. Merged...
nicolasconnault [Sat, 25 Apr 2009 06:55:16 +0000 (06:55 +0000)]
MDL-18963 Applying Matt's patch to fix the YUI tooltips in the grader report. Merged from MOODLE_19_STABLE

16 years agoUpdated the HEAD build version to 20090425
moodlerobot [Sat, 25 Apr 2009 00:34:52 +0000 (00:34 +0000)]
Updated the HEAD build version to 20090425

16 years agoMDL-18961 fixed warning during upgrade; merged from MOODLE_19_STABLE
skodak [Fri, 24 Apr 2009 17:59:28 +0000 (17:59 +0000)]
MDL-18961 fixed warning during upgrade; merged from MOODLE_19_STABLE

16 years agoMDL-12942 new extra credit option for simple mean agg; merged from MOODLE_19_STABLE
skodak [Fri, 24 Apr 2009 16:24:49 +0000 (16:24 +0000)]
MDL-12942 new extra credit option for simple mean agg; merged from MOODLE_19_STABLE

16 years agoquiz unit tests: remove dubious and failing test.
tjhunt [Fri, 24 Apr 2009 10:00:09 +0000 (10:00 +0000)]
quiz unit tests: remove dubious and failing test.

16 years agoDisable the bloody eventslib unit tests until someone fixes them!
tjhunt [Fri, 24 Apr 2009 09:49:43 +0000 (09:49 +0000)]
Disable the bloody eventslib unit tests until someone fixes them!

16 years agoMDL-13579 Fixed an undefined variable ($course_value). Merged from MOODLE_19_STABLE
nicolasconnault [Fri, 24 Apr 2009 09:05:07 +0000 (09:05 +0000)]
MDL-13579 Fixed an undefined variable ($course_value). Merged from MOODLE_19_STABLE

16 years agorepository MDL-16909 Mahara plugin: temporary unworking version for DS debug
jerome [Fri, 24 Apr 2009 08:41:52 +0000 (08:41 +0000)]
repository MDL-16909 Mahara plugin: temporary unworking version for DS debug

16 years agoMDL-18950 Not printing "move selected to" element if no grade category exists. Merged...
nicolasconnault [Fri, 24 Apr 2009 08:13:56 +0000 (08:13 +0000)]
MDL-18950 Not printing "move selected to" element if no grade category exists. Merged from MOODLE_19_STABLE

16 years agoMDL-18949 Move selector is now disabled unless at least one grade item is selected...
nicolasconnault [Fri, 24 Apr 2009 07:56:35 +0000 (07:56 +0000)]
MDL-18949 Move selector is now disabled unless at least one grade item is selected. Merged from MOODLE_19_STABLE

16 years agoMDL-18942 Fixed user selector lang string. Merged from MOODLE_19_STABLE
nicolasconnault [Fri, 24 Apr 2009 07:30:57 +0000 (07:30 +0000)]
MDL-18942 Fixed user selector lang string. Merged from MOODLE_19_STABLE

16 years agoMDL-18948 fixed handling of indexes when removing options; merged from MOODLE_19_STABLE
skodak [Fri, 24 Apr 2009 07:15:45 +0000 (07:15 +0000)]
MDL-18948 fixed handling of indexes when removing options; merged from MOODLE_19_STABLE

16 years ago"MDL-18830, add license names strings"
dongsheng [Fri, 24 Apr 2009 04:57:24 +0000 (04:57 +0000)]
"MDL-18830, add license names strings"

16 years ago"Flickr_public plugin/MDL-18830, support license search for flickr_public"
dongsheng [Fri, 24 Apr 2009 04:54:47 +0000 (04:54 +0000)]
"Flickr_public plugin/MDL-18830, support license search for flickr_public"

16 years ago"MDL-13766, output repository id when logging out"
dongsheng [Fri, 24 Apr 2009 04:53:24 +0000 (04:53 +0000)]
"MDL-13766, output repository id when logging out"

16 years ago"MDL-13766, display progress bar when callback function is executing"
dongsheng [Fri, 24 Apr 2009 03:24:10 +0000 (03:24 +0000)]
"MDL-13766, display progress bar when callback function is executing"

16 years ago"MDL-13766, improve file picker login interface"
dongsheng [Fri, 24 Apr 2009 03:19:22 +0000 (03:19 +0000)]
"MDL-13766, improve file picker login interface"

16 years agoUpdated the HEAD build version to 20090424
moodlerobot [Fri, 24 Apr 2009 00:35:32 +0000 (00:35 +0000)]
Updated the HEAD build version to 20090424

16 years agoMDL-18942 user selection and group support in gradebook user overview report; merged...
skodak [Thu, 23 Apr 2009 20:29:30 +0000 (20:29 +0000)]
MDL-18942 user selection and group support in gradebook user overview report; merged from MOODLE_19_STABLE

16 years agoMDL-18943 xhtml strict - using class instead of repeated id attribute; merged from...
skodak [Thu, 23 Apr 2009 20:20:41 +0000 (20:20 +0000)]
MDL-18943 xhtml strict - using class instead of repeated id attribute; merged from MOODLE_19_STABLE