]> git.mjollnir.org Git - moodle.git/log
moodle.git
16 years agoblocklib: MDL-19010 Fix blocks that were relying on ->instance in an unfortunate way
tjhunt [Wed, 6 May 2009 09:15:33 +0000 (09:15 +0000)]
blocklib: MDL-19010 Fix blocks that were relying on ->instance in an unfortunate way

16 years agoblocklib: MDL-19010 refactor blocklib to use block_manager to get the blocks for...
tjhunt [Wed, 6 May 2009 09:15:05 +0000 (09:15 +0000)]
blocklib: MDL-19010 refactor blocklib to use block_manager to get the blocks for rendering

16 years agoblocklib: MDL-19010 add block and get_blocks methods
tjhunt [Wed, 6 May 2009 09:14:42 +0000 (09:14 +0000)]
blocklib: MDL-19010 add block and get_blocks methods

16 years agoblocklib: MDL-19010 start of block_manager - get and set regions
tjhunt [Wed, 6 May 2009 09:14:01 +0000 (09:14 +0000)]
blocklib: MDL-19010 start of block_manager - get and set regions

16 years agomoodle_page: MDL-12212 clarify some comments
tjhunt [Wed, 6 May 2009 09:13:40 +0000 (09:13 +0000)]
moodle_page: MDL-12212 clarify some comments

16 years agoblocklib: MDL-19010 always include blocklib in setup.php, stip includes elsewhere
tjhunt [Wed, 6 May 2009 09:13:16 +0000 (09:13 +0000)]
blocklib: MDL-19010 always include blocklib in setup.php, stip includes elsewhere

16 years agoblocklib: MDL-19010 upgrade database tables ready for now blocks system
tjhunt [Wed, 6 May 2009 09:12:03 +0000 (09:12 +0000)]
blocklib: MDL-19010 upgrade database tables ready for now blocks system

16 years agomoodle_page: MDL-12212 completely remove the old tag and admin page classes
tjhunt [Wed, 6 May 2009 09:11:07 +0000 (09:11 +0000)]
moodle_page: MDL-12212 completely remove the old tag and admin page classes

16 years agomoodle_page: MDL-12212 ->subpage field
tjhunt [Wed, 6 May 2009 09:03:49 +0000 (09:03 +0000)]
moodle_page: MDL-12212 ->subpage field

16 years agomoodle_page: MDL-12212 ->cm and ->activityrecord fields
tjhunt [Wed, 6 May 2009 09:03:33 +0000 (09:03 +0000)]
moodle_page: MDL-12212 ->cm and ->activityrecord fields

16 years agomoodle_page: MDL-12212 eliminate page_tag::print_footer
tjhunt [Wed, 6 May 2009 09:03:16 +0000 (09:03 +0000)]
moodle_page: MDL-12212 eliminate page_tag::print_footer

16 years agomoodle_page: MDL-12212 deprecate more of the legacy page machinery, and avoid overwri...
tjhunt [Wed, 6 May 2009 09:03:03 +0000 (09:03 +0000)]
moodle_page: MDL-12212 deprecate more of the legacy page machinery, and avoid overwriting $PAGE ever

16 years agomoodle_page: MDL-12212 kill legacy page_allows_editing implementations
tjhunt [Wed, 6 May 2009 09:02:48 +0000 (09:02 +0000)]
moodle_page: MDL-12212 kill legacy page_allows_editing implementations

16 years agomoodle_page: MDL-12212 new implementation of user_allowed_editing
tjhunt [Wed, 6 May 2009 09:01:42 +0000 (09:01 +0000)]
moodle_page: MDL-12212 new implementation of user_allowed_editing

16 years agomoodle_page: MDL-12212 Unbreak home page when editing is on
tjhunt [Wed, 6 May 2009 09:00:58 +0000 (09:00 +0000)]
moodle_page: MDL-12212 Unbreak home page when editing is on

16 years agomoodle_page: MDL-12212 remove get_extra_header_string method from blog page
tjhunt [Wed, 6 May 2009 09:00:15 +0000 (09:00 +0000)]
moodle_page: MDL-12212 remove get_extra_header_string method from blog page

16 years agomoodle_page: MDL-12212 reimplement user_is_editing, deprecate isediting
tjhunt [Wed, 6 May 2009 08:59:29 +0000 (08:59 +0000)]
moodle_page: MDL-12212 reimplement user_is_editing, deprecate isediting

16 years agomoodle_page: MDL-12212 eliminate page::edit_always
tjhunt [Wed, 6 May 2009 08:56:44 +0000 (08:56 +0000)]
moodle_page: MDL-12212 eliminate page::edit_always

16 years agomoodle_page: MDL-12212 Kill legacy url_... and blocks_... methods
tjhunt [Wed, 6 May 2009 08:55:53 +0000 (08:55 +0000)]
moodle_page: MDL-12212 Kill legacy url_... and blocks_... methods
Start calling $PAGE->set_url in all the places it will be necessary
Start of a stub implementation of $PAGE->blocks to stop other things breaking
Remove some of the special case methods in admin_page

16 years agomoodle_page: MDL-12212 Eliminate legacy blocks_ methods
tjhunt [Wed, 6 May 2009 08:53:14 +0000 (08:53 +0000)]
moodle_page: MDL-12212 Eliminate legacy blocks_ methods

moving blocks will now be broken until the new bockslib is done

16 years agofix remove_params
tjhunt [Wed, 6 May 2009 08:51:23 +0000 (08:51 +0000)]
fix remove_params

16 years agomoodle_page: MDL-12212 ->url and cleanup init of $FULLME, etc.
tjhunt [Wed, 6 May 2009 08:50:32 +0000 (08:50 +0000)]
moodle_page: MDL-12212 ->url and cleanup init of $FULLME, etc.

16 years agomoodle_url: MDL-12212 clean up moodle_url coding style
tjhunt [Wed, 6 May 2009 08:49:12 +0000 (08:49 +0000)]
moodle_url: MDL-12212 clean up moodle_url coding style

16 years agomoodle_page: MDL-12212 ->docspath
tjhunt [Wed, 6 May 2009 08:48:13 +0000 (08:48 +0000)]
moodle_page: MDL-12212 ->docspath

16 years agomoodle_page: MDL-14306 (part of MDL-12212) class name on body with ->category
tjhunt [Wed, 6 May 2009 08:46:48 +0000 (08:46 +0000)]
moodle_page: MDL-14306 (part of MDL-12212) class name on body with ->category

If ->allowcategorythemes is set, includes all parent categories too

16 years agomoodle_page: MDL-12212 ->category and ->categories
tjhunt [Wed, 6 May 2009 08:46:05 +0000 (08:46 +0000)]
moodle_page: MDL-12212 ->category and ->categories

16 years agomoodle_page: MDL-14305 (and MDL-12212) class on body based on ->wwwroot
tjhunt [Wed, 6 May 2009 08:44:58 +0000 (08:44 +0000)]
moodle_page: MDL-14305 (and MDL-12212) class on body based on ->wwwroot

16 years agomoodle_page: MDL-12212 more ->pagepaths to kill
tjhunt [Wed, 6 May 2009 08:43:51 +0000 (08:43 +0000)]
moodle_page: MDL-12212 more ->pagepaths to kill

16 years agomoodle_page: MDL-12212 ->bodyclasses and initialise_standard_body_classes
tjhunt [Wed, 6 May 2009 08:42:13 +0000 (08:42 +0000)]
moodle_page: MDL-12212 ->bodyclasses and initialise_standard_body_classes

16 years agomoodle_page: MDL-12212 eliminate the two different interpretations of
tjhunt [Wed, 6 May 2009 08:41:02 +0000 (08:41 +0000)]
moodle_page: MDL-12212 eliminate the two different interpretations of
pagetype

16 years agomoodle_page: MDL-12212 kill $CFG->pagepath (use $PAGE->set_pagetype)
tjhunt [Wed, 6 May 2009 08:38:55 +0000 (08:38 +0000)]
moodle_page: MDL-12212 kill $CFG->pagepath (use $PAGE->set_pagetype)
deprecate $PAGE->get_format_name (use $PAGE->pagetype)
deprecate page_id_and_class (use $PAGE->pagetype)

16 years agomoodle_page: MDL-12212 rewrite blocks_name_allowed_in_format to improve readability
tjhunt [Wed, 6 May 2009 08:36:50 +0000 (08:36 +0000)]
moodle_page: MDL-12212 rewrite blocks_name_allowed_in_format to improve readability

16 years agomoodle_page: MDL-12212 eliminate two old methods that were never used
tjhunt [Wed, 6 May 2009 08:36:18 +0000 (08:36 +0000)]
moodle_page: MDL-12212 eliminate two old methods that were never used

16 years agomoodle_page: MDL-12212 remove code in legacy page types that stores a course record
tjhunt [Wed, 6 May 2009 08:35:39 +0000 (08:35 +0000)]
moodle_page: MDL-12212 remove code in legacy page types that stores a course record

16 years agomoodle_page: MDL-12212 implement ->pagetype
tjhunt [Wed, 6 May 2009 08:34:32 +0000 (08:34 +0000)]
moodle_page: MDL-12212 implement ->pagetype

16 years agofilters: MDL-7336 use $PAGE->context now that it exists
tjhunt [Wed, 6 May 2009 08:31:30 +0000 (08:31 +0000)]
filters: MDL-7336 use $PAGE->context now that it exists

16 years agomoodle_page: MDL-12212 implement ->context
tjhunt [Wed, 6 May 2009 08:30:25 +0000 (08:30 +0000)]
moodle_page: MDL-12212 implement ->context

16 years agomoodle_page: MDL-12212 start of new moodle_page class
tjhunt [Wed, 6 May 2009 08:29:22 +0000 (08:29 +0000)]
moodle_page: MDL-12212 start of new moodle_page class
* has course and status fields
* $PAGE->status updated by print_header and footer
* $PAGE->set_course now replace course_setup function
* global $PAGE created in setup.php
* unit tests for functionality so far
* Moodle still seems to work after this commit!

16 years agomoodle_page: MDL-12212 deprecate page_import_types and clean up file
tjhunt [Wed, 6 May 2009 08:27:12 +0000 (08:27 +0000)]
moodle_page: MDL-12212 deprecate page_import_types and clean up file

16 years agomoodle_page: MDL-12212 remove useless code as a preparitory step
tjhunt [Wed, 6 May 2009 08:26:19 +0000 (08:26 +0000)]
moodle_page: MDL-12212 remove useless code as a preparitory step

16 years agoUpdated the HEAD build version to 20090506
moodlerobot [Wed, 6 May 2009 00:37:25 +0000 (00:37 +0000)]
Updated the HEAD build version to 20090506

16 years agoAutomatic installer.php lang files by installer_builder (20090506)
moodlerobot [Wed, 6 May 2009 00:27:27 +0000 (00:27 +0000)]
Automatic installer.php lang files by installer_builder (20090506)

16 years agoMDL-19029 added missing CDATA; merged from MOODLE_19_STABLE
skodak [Tue, 5 May 2009 11:53:20 +0000 (11:53 +0000)]
MDL-19029 added missing CDATA; merged from MOODLE_19_STABLE

16 years agoMDL-19029 removed bogus feedback end span; merged from MOODLE_19_STABLE
skodak [Tue, 5 May 2009 11:43:13 +0000 (11:43 +0000)]
MDL-19029 removed bogus feedback end span; merged from MOODLE_19_STABLE

16 years agoMDL-18799 backup of file.php links - now using unicode modifiers if allowed in the...
stronk7 [Tue, 5 May 2009 09:26:47 +0000 (09:26 +0000)]
MDL-18799 backup of file.php links - now using unicode modifiers if allowed in the server ; merged from 19_STABLE

16 years ago"MDL-14651, remove a useless capability from chat module"
dongsheng [Tue, 5 May 2009 09:19:47 +0000 (09:19 +0000)]
"MDL-14651, remove a useless capability from chat module"

16 years agoMDL-19067 removed obsoleted string (never used in any STABLE branch)
skodak [Tue, 5 May 2009 09:15:59 +0000 (09:15 +0000)]
MDL-19067 removed obsoleted string (never used in any STABLE branch)

16 years agoMDL-19067 removed obsoleted string (never used in any STABLE branch)
skodak [Tue, 5 May 2009 09:14:30 +0000 (09:14 +0000)]
MDL-19067 removed obsoleted string (never used in any STABLE branch)

16 years agoMDL-19067 removed obsoleted string (never used in any STABLE branch)
skodak [Tue, 5 May 2009 09:12:35 +0000 (09:12 +0000)]
MDL-19067 removed obsoleted string (never used in any STABLE branch)

16 years agoMDL-19067 removed obsoleted string (never used in any STABLE branch)
skodak [Tue, 5 May 2009 09:10:53 +0000 (09:10 +0000)]
MDL-19067 removed obsoleted string (never used in any STABLE branch)

16 years agoMDL-19067 removed obsoleted string (never used in any STABLE branch)
skodak [Tue, 5 May 2009 09:10:52 +0000 (09:10 +0000)]
MDL-19067 removed obsoleted string (never used in any STABLE branch)

16 years agoMDL-19067 removed obsoleted string (never used in any STABLE branch)
skodak [Tue, 5 May 2009 09:07:21 +0000 (09:07 +0000)]
MDL-19067 removed obsoleted string (never used in any STABLE branch)

16 years agoMDL-19067 removed obsoleted string (never used in any STABLE branch)
skodak [Tue, 5 May 2009 09:05:27 +0000 (09:05 +0000)]
MDL-19067 removed obsoleted string (never used in any STABLE branch)

16 years agoMDL-19067 removed obsoleted string (never used in any STABLE branch)
skodak [Tue, 5 May 2009 09:05:27 +0000 (09:05 +0000)]
MDL-19067 removed obsoleted string (never used in any STABLE branch)

16 years agoMDL-19067 removed obsoleted string (never used in any STABLE branch)
skodak [Tue, 5 May 2009 09:00:24 +0000 (09:00 +0000)]
MDL-19067 removed obsoleted string (never used in any STABLE branch)

16 years agoMDL-16692 converted glossary comments to new editor + file API fixes
skodak [Tue, 5 May 2009 08:57:12 +0000 (08:57 +0000)]
MDL-16692 converted glossary comments to new editor + file API fixes

16 years agoUpdated the HEAD build version to 20090505
moodlerobot [Tue, 5 May 2009 00:37:25 +0000 (00:37 +0000)]
Updated the HEAD build version to 20090505

16 years agoMDL-19009 cleanup - there is no CONTEXT_GROUP and pinned block context
skodak [Mon, 4 May 2009 20:23:20 +0000 (20:23 +0000)]
MDL-19009 cleanup - there is no CONTEXT_GROUP and pinned block context

16 years agoMDL-18124 course creators can not delete any courses in their category any more,...
skodak [Mon, 4 May 2009 19:56:32 +0000 (19:56 +0000)]
MDL-18124 course creators can not delete any courses in their category any more, only those they created at most one day ago; merged from MOODLE_19_STABLE

16 years ago2.0 has lowercase xmldb objects.
stronk7 [Mon, 4 May 2009 14:33:01 +0000 (14:33 +0000)]
2.0 has lowercase xmldb objects.

16 years agoMDL-19052 separate group mode improvements and fixes; merged from MOODLE_19_STABLE
skodak [Mon, 4 May 2009 13:15:00 +0000 (13:15 +0000)]
MDL-19052 separate group mode improvements and fixes; merged from MOODLE_19_STABLE

16 years agoMDL-19052 fixed separate group mode access on grader report; merged from MOODLE_19_STABLE
skodak [Mon, 4 May 2009 13:13:49 +0000 (13:13 +0000)]
MDL-19052 fixed separate group mode access on grader report; merged from MOODLE_19_STABLE

16 years agoMDL-19052 separate group mode improvements and fixes; merged from MOODLE_19_STABLE
skodak [Mon, 4 May 2009 12:55:20 +0000 (12:55 +0000)]
MDL-19052 separate group mode improvements and fixes; merged from MOODLE_19_STABLE

16 years agoMDL-12444 Removed aggregationview preference from grader report. Merged from MOODLE_1...
nicolasconnault [Mon, 4 May 2009 12:30:03 +0000 (12:30 +0000)]
MDL-12444 Removed aggregationview preference from grader report. Merged from MOODLE_19_STABLE

16 years ago"MDL-13766, if moodle is working on HTTPS, then we are not allowed to access parent...
dongsheng [Mon, 4 May 2009 09:25:14 +0000 (09:25 +0000)]
"MDL-13766, if moodle is working on HTTPS, then we are not allowed to access parent window, we need to warn users what is going on, and tell them to refresh repository manually"

16 years ago"MDL-18520, remove empty path element from file listing"
dongsheng [Mon, 4 May 2009 09:12:55 +0000 (09:12 +0000)]
"MDL-18520, remove empty path element from file listing"

16 years ago"MDL-13766, improve file picker pagination"
dongsheng [Mon, 4 May 2009 08:59:01 +0000 (08:59 +0000)]
"MDL-13766, improve file picker pagination"

16 years agoMDL-18227 forum ratings - clean wrong records; merged from 19_STABLE
stronk7 [Mon, 4 May 2009 08:44:51 +0000 (08:44 +0000)]
MDL-18227 forum ratings - clean wrong records; merged from 19_STABLE

16 years agowebservice MDL-12886 clean SOAP client
jerome [Mon, 4 May 2009 06:36:43 +0000 (06:36 +0000)]
webservice MDL-12886 clean SOAP client

16 years agowebservice MDL-12886 SOAP server: register moodle_exception (fix for "unknown except...
jerome [Mon, 4 May 2009 05:27:39 +0000 (05:27 +0000)]
webservice MDL-12886 SOAP server: register moodle_exception (fix for  "unknown exception" )

16 years agowebservice MDL-12886 SOAP server: register moodle_exception (fix for "unknown except...
jerome [Mon, 4 May 2009 05:26:02 +0000 (05:26 +0000)]
webservice MDL-12886 SOAP server: register moodle_exception (fix for  "unknown exception" )

16 years agoUpdated the HEAD build version to 20090504
moodlerobot [Mon, 4 May 2009 00:38:37 +0000 (00:38 +0000)]
Updated the HEAD build version to 20090504

16 years agoMDL-18577 drop enums support - fixed dml/ddl tests to be runnable once enums are...
stronk7 [Sun, 3 May 2009 23:46:40 +0000 (23:46 +0000)]
MDL-18577 drop enums support - fixed dml/ddl tests to be runnable once enums are out. Some
are failing but will be fixed/completed soon by MDL-19057

16 years agoMDL-19055 two missed XHTML fixes forgotten in previous commit.
stronk7 [Sun, 3 May 2009 23:15:44 +0000 (23:15 +0000)]
MDL-19055 two missed XHTML fixes forgotten in previous commit.

16 years agoMDL-19055 Upgrade to AdoDB 5.08 + local patches reapplied
stronk7 [Sun, 3 May 2009 22:33:18 +0000 (22:33 +0000)]
MDL-19055 Upgrade to AdoDB 5.08 + local patches reapplied

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