]> git.mjollnir.org Git - moodle.git/log
moodle.git
16 years agoUpdated the HEAD build version to 20090512
moodlerobot [Tue, 12 May 2009 00:36:59 +0000 (00:36 +0000)]
Updated the HEAD build version to 20090512

16 years agoMDL-16879 run upgrade_fix_incorrect_mnethostids() in upgrade. Bump.
stronk7 [Tue, 12 May 2009 00:23:26 +0000 (00:23 +0000)]
MDL-16879 run upgrade_fix_incorrect_mnethostids() in upgrade. Bump.

16 years agoMDL-16879 fix mnet hosts - upgrade_fix_incorrect_mnethostids() merged to HEAD
stronk7 [Tue, 12 May 2009 00:21:28 +0000 (00:21 +0000)]
MDL-16879 fix mnet hosts - upgrade_fix_incorrect_mnethostids() merged to HEAD

16 years agoMDL-19156: auth/fc: clarifying the licensing terms as per author's email
fmarier [Mon, 11 May 2009 23:39:43 +0000 (23:39 +0000)]
MDL-19156: auth/fc: clarifying the licensing terms as per author's email

16 years agoMDL-16979 - protects update queries by setting a real value in $CFG->search_indexer_u...
diml [Mon, 11 May 2009 19:59:58 +0000 (19:59 +0000)]
MDL-16979 - protects update queries by setting a real value in $CFG->search_indexer_update_date

16 years agoaddresses MDL-19154. May not fix every thing here... more tests in progress.
diml [Mon, 11 May 2009 19:52:49 +0000 (19:52 +0000)]
addresses MDL-19154. May not fix every thing here... more tests in progress.

16 years agoMDL-19002 fixed string concatenation with "+" typos, added file size restrictions...
skodak [Mon, 11 May 2009 19:35:37 +0000 (19:35 +0000)]
MDL-19002 fixed string concatenation with "+" typos, added file size restrictions, unfortunately filepicker does not work for some reason

16 years agoMDL-19002 standardized constructor parameter order
skodak [Mon, 11 May 2009 18:55:03 +0000 (18:55 +0000)]
MDL-19002 standardized constructor parameter order

16 years agoMDL-19002 file size limits in filepicker + improved options
skodak [Mon, 11 May 2009 18:49:04 +0000 (18:49 +0000)]
MDL-19002 file size limits in filepicker + improved options

16 years agoMDL-19002 adding noclean option to editor utility functions
skodak [Mon, 11 May 2009 18:24:19 +0000 (18:24 +0000)]
MDL-19002 adding noclean option to editor utility functions

16 years agofixed whitespace
skodak [Mon, 11 May 2009 17:13:45 +0000 (17:13 +0000)]
fixed whitespace

16 years agofixed typo
skodak [Mon, 11 May 2009 17:11:29 +0000 (17:11 +0000)]
fixed typo

16 years agoMDL-19150 moving the $PAGE setup after debug level configuration
skodak [Mon, 11 May 2009 17:10:28 +0000 (17:10 +0000)]
MDL-19150 moving the $PAGE setup after debug level configuration

16 years agoMDL-17458 removing magic_quotes test from setup.php when MOODLE_SANE_INPUT defined...
skodak [Mon, 11 May 2009 16:58:52 +0000 (16:58 +0000)]
MDL-17458 removing magic_quotes test from setup.php when MOODLE_SANE_INPUT defined, scripts must find better way to inform admins, sorry

16 years agoMDL-18547 mysql floats - only none/both params (length & decimals) syntax is
stronk7 [Mon, 11 May 2009 15:11:23 +0000 (15:11 +0000)]
MDL-18547 mysql floats - only none/both params (length & decimals) syntax is
allowed. So, if decimals are missing, enforce 0 if length is defined. Merged
from 19_STABLE

16 years agoUpdated the HEAD build version to 20090511
moodlerobot [Mon, 11 May 2009 00:36:06 +0000 (00:36 +0000)]
Updated the HEAD build version to 20090511

16 years agoMDL-18746 get_user_courses_bycap() - avoid ambiguous (repeated) column names ; merged...
stronk7 [Mon, 11 May 2009 00:04:18 +0000 (00:04 +0000)]
MDL-18746 get_user_courses_bycap() - avoid ambiguous (repeated) column names ; merged from 19_STABLE

16 years agoMDL-19084 - backup_course_silently() missing call to xxx__check_backup_mods()
stronk7 [Sun, 10 May 2009 23:17:19 +0000 (23:17 +0000)]
MDL-19084 - backup_course_silently() missing call to xxx__check_backup_mods()
causing quizzes to be incorrect (thanks Piers Harding) plus problems with users,
files and role assignments. Merged from 19_STABLE

16 years agoMDL-15534 wiki special pages heading title. Apply ewiki_t() to get translated heading...
stronk7 [Sun, 10 May 2009 15:31:03 +0000 (15:31 +0000)]
MDL-15534 wiki special pages heading title. Apply ewiki_t() to get translated heading names ; merged from 19_STABLE

16 years agoMDL-12618 restore events - apply cross-db sql_compare_text(). MSSQL & Oracle were...
stronk7 [Sun, 10 May 2009 14:45:59 +0000 (14:45 +0000)]
MDL-12618 restore events - apply cross-db sql_compare_text(). MSSQL & Oracle were broken here. Merged from 19_STABLE

16 years agoMDL-11144 - restore of mnet users. Another improvement... merged from 19_STABLE
stronk7 [Sun, 10 May 2009 11:56:28 +0000 (11:56 +0000)]
MDL-11144 - restore of mnet users. Another improvement... merged from 19_STABLE

16 years agoMDL-19139 selectgroups formslib element improvements - 1/ does not validate if optgro...
skodak [Sun, 10 May 2009 11:49:00 +0000 (11:49 +0000)]
MDL-19139 selectgroups formslib element improvements - 1/ does not validate if optgroup array empty 2/ add optional $showchoose parameter which adds "Choose..." as first item of list with empty value; merged from MOODLE_19_STABLE

16 years agoMDL-17009 restore of mnet users - prevent any user using local host to end with mnet...
stronk7 [Sun, 10 May 2009 01:16:10 +0000 (01:16 +0000)]
MDL-17009 restore of mnet users - prevent any user using local host to end with mnet auth ; merged from 19_STABLE

16 years agoUpdated the HEAD build version to 20090510
moodlerobot [Sun, 10 May 2009 00:36:20 +0000 (00:36 +0000)]
Updated the HEAD build version to 20090510

16 years agoAutomatic installer.php lang files by installer_builder (20090510)
moodlerobot [Sun, 10 May 2009 00:26:39 +0000 (00:26 +0000)]
Automatic installer.php lang files by installer_builder (20090510)

16 years agofilterlib: Fix typo
tjhunt [Sat, 9 May 2009 14:21:11 +0000 (14:21 +0000)]
filterlib: Fix typo

16 years agoportfolio/ replaced course_setup with $PAGE->set_course which seems to have been...
mjollnir_ [Sat, 9 May 2009 13:15:41 +0000 (13:15 +0000)]
portfolio/ replaced course_setup with $PAGE->set_course which seems to have been missed

16 years agoMDL-19117 clarification to the license
fmarier [Sat, 9 May 2009 04:34:11 +0000 (04:34 +0000)]
MDL-19117 clarification to the license

16 years agoUpdated the HEAD build version to 20090509
moodlerobot [Sat, 9 May 2009 00:37:09 +0000 (00:37 +0000)]
Updated the HEAD build version to 20090509

16 years agoMDL-16957 explain why our htaccess is intentionally broken; merged from MOODLE_19_STABLE
skodak [Fri, 8 May 2009 21:30:56 +0000 (21:30 +0000)]
MDL-16957 explain why our htaccess is intentionally broken; merged from MOODLE_19_STABLE

16 years agoMDL-14831 adding warning - excluded grades are not compatible with sum agg
skodak [Fri, 8 May 2009 20:07:33 +0000 (20:07 +0000)]
MDL-14831 adding warning - excluded grades are not compatible with sum agg

16 years agofix for MDL-19110
mjollnir_ [Fri, 8 May 2009 14:24:56 +0000 (14:24 +0000)]
fix for MDL-19110

Author: Adrian Schlegel <adrian@liip.ch>

16 years agoMDL-19121 Not allowing negative values for droplow and keephigh: capping at 0. Merged...
nicolasconnault [Fri, 8 May 2009 13:31:30 +0000 (13:31 +0000)]
MDL-19121 Not allowing negative values for droplow and keephigh: capping at 0. Merged from MOODLE_19_STABLE

16 years agoMDL-19068 fixed item decimals before saving item; merged from MOODLE_19_STABLE
skodak [Fri, 8 May 2009 13:18:09 +0000 (13:18 +0000)]
MDL-19068 fixed item decimals before saving item; merged from MOODLE_19_STABLE

16 years agoMDL-18476 fixed default guest role display hint; merged from MOODLE_19_STABLE
skodak [Fri, 8 May 2009 12:23:22 +0000 (12:23 +0000)]
MDL-18476 fixed default guest role display hint; merged from MOODLE_19_STABLE

16 years agoMDL-18704 fixed incorrect mnet logging; merged from MOODLE_19_STABLE
skodak [Fri, 8 May 2009 12:16:09 +0000 (12:16 +0000)]
MDL-18704 fixed incorrect mnet logging; merged from MOODLE_19_STABLE

16 years agoMDL-18869 fixed full name display; merged from MOODLE_19_STABLE
skodak [Fri, 8 May 2009 12:08:02 +0000 (12:08 +0000)]
MDL-18869 fixed full name display; merged from MOODLE_19_STABLE

16 years agoforum: MDL-19119 missing requires now course/lib.php is not included everywhere.
tjhunt [Fri, 8 May 2009 09:00:41 +0000 (09:00 +0000)]
forum: MDL-19119 missing requires now course/lib.php is not included everywhere.
Put in most of the obvious missing require_once($CFG->libdir . '/completionlib.php');

16 years ago"MDL-14412, fix cvs conflict mark"
dongsheng [Fri, 8 May 2009 08:36:34 +0000 (08:36 +0000)]
"MDL-14412, fix cvs conflict mark"

16 years agoblocklib: MDL-19010 eliminate remaining calls to blocks_repopulate_page
tjhunt [Fri, 8 May 2009 08:22:59 +0000 (08:22 +0000)]
blocklib: MDL-19010 eliminate remaining calls to blocks_repopulate_page

16 years agotheme/standard MDL-19082 Added a margin to standard theme on redirects page (merged...
moodler [Fri, 8 May 2009 08:20:44 +0000 (08:20 +0000)]
theme/standard MDL-19082 Added a margin to standard theme on redirects page (merged from 1.9)

16 years agoforum: MDL-19119 missing require now course/lib.php is not included everywhere.
tjhunt [Fri, 8 May 2009 08:07:45 +0000 (08:07 +0000)]
forum: MDL-19119 missing require now course/lib.php is not included everywhere.

16 years agoMDL-18744 cas fix, credit goes to Thibault Le Meur
skodak [Fri, 8 May 2009 07:54:24 +0000 (07:54 +0000)]
MDL-18744 cas fix, credit goes to Thibault Le Meur

16 years agoblocklib: MDL-19010 fix editing block config and block roles.
tjhunt [Fri, 8 May 2009 07:47:50 +0000 (07:47 +0000)]
blocklib: MDL-19010 fix editing block config and block roles.

16 years agoexceptions: MDL-16175 new invalid_state_exception
tjhunt [Fri, 8 May 2009 07:47:02 +0000 (07:47 +0000)]
exceptions: MDL-16175 new invalid_state_exception

This is for those situations where something basically impossible happens,
like $context->contextlevel not having one of the valid value, and you
want to throw an exception (for example in the default: case of a switch)
rather than just ignoring the possibility.

16 years agoMDL-18402 Put default value of 1 for grade item's aggregationcoef if parent category...
nicolasconnault [Fri, 8 May 2009 07:23:51 +0000 (07:23 +0000)]
MDL-18402 Put default value of 1 for grade item's aggregationcoef if parent category's aggregation is weighted mean. Put 0 for gradepass if field is empty, and 0 for grademin if left empty. This prevents SQL errors because all three fields (aggregationcoef, gradepass and grademin) are non-NULL. Merged from MOODLE_19_STABLE

16 years agoblocklib: MDL-19010 and now you can delete blocks too!
tjhunt [Fri, 8 May 2009 06:34:40 +0000 (06:34 +0000)]
blocklib: MDL-19010 and now you can delete blocks too!

16 years agoMDL-16416 Created a new help file including explanations of extra credit for both...
nicolasconnault [Fri, 8 May 2009 06:30:46 +0000 (06:30 +0000)]
MDL-16416 Created a new help file including explanations of extra credit for both "Sum of Grades" and "Mean with extra credit" aggregation types. This is used on the "Edit categories and items" page. Merging from MOODLE_19_STABLE

16 years agoblocklib: MDL-19010 once again you can add blocks, at least on the coures page.
tjhunt [Fri, 8 May 2009 03:30:58 +0000 (03:30 +0000)]
blocklib: MDL-19010 once again you can add blocks, at least on the coures page.

16 years agoblocklib: MDL-19010 finally fix the regressions that mean that you could not create...
tjhunt [Fri, 8 May 2009 03:11:24 +0000 (03:11 +0000)]
blocklib: MDL-19010 finally fix the regressions that mean that you could not create a new course.

16 years agoadmin settings/blocklib: MDL-19108 Error when saving any admin settings
tjhunt [Fri, 8 May 2009 02:43:06 +0000 (02:43 +0000)]
admin settings/blocklib: MDL-19108 Error when saving any admin settings
Regression from MDL-19010

16 years agoUpdated the HEAD build version to 20090508
moodlerobot [Fri, 8 May 2009 00:36:14 +0000 (00:36 +0000)]
Updated the HEAD build version to 20090508

16 years agoMDL-15690, MDL-16518 backup - include roles with overrides (not only with assignments...
stronk7 [Thu, 7 May 2009 23:54:46 +0000 (23:54 +0000)]
MDL-15690, MDL-16518 backup - include roles with overrides (not only with assignments). Merged from 19_STABLE

16 years agowhen searhcing for urls of next quiz, remove requirement for navigation buttons to...
gbateson [Thu, 7 May 2009 23:02:34 +0000 (23:02 +0000)]
when searhcing for urls of next quiz, remove requirement for navigation buttons to have class="NavButton"

16 years agoMDL-13826 link/file resource - check maximum length ; merged from 19_STABLE
stronk7 [Thu, 7 May 2009 20:41:33 +0000 (20:41 +0000)]
MDL-13826 link/file resource - check maximum length ; merged from 19_STABLE

16 years agoMDL-19112 choosecoursefile group element - pass specified attrs to text element ...
stronk7 [Thu, 7 May 2009 20:30:48 +0000 (20:30 +0000)]
MDL-19112 choosecoursefile group element - pass specified attrs to text element ; merged from 19_STABLE

16 years agoMDL-19111 fixed dimming of hidden until items; merged from MOODLE_19_STABLE
skodak [Thu, 7 May 2009 17:38:40 +0000 (17:38 +0000)]
MDL-19111 fixed dimming of hidden until items; merged from MOODLE_19_STABLE

16 years agoRemoved cvs conflict diff line
nicolasconnault [Thu, 7 May 2009 12:20:28 +0000 (12:20 +0000)]
Removed cvs conflict diff line

16 years agoblocks: MDL-19010 Fix, or prevent being executed, all references to blocks_insance_ol...
tjhunt [Thu, 7 May 2009 09:16:22 +0000 (09:16 +0000)]
blocks: MDL-19010 Fix, or prevent being executed, all references to blocks_insance_old inside blocklib.php

16 years agoMDL-14412 Applied Michael's patches to fix ram/rm support in firefox. Merged from...
nicolasconnault [Thu, 7 May 2009 08:57:46 +0000 (08:57 +0000)]
MDL-14412 Applied Michael's patches to fix ram/rm support in firefox. Merged from MOODLE_19_STABLE

16 years agoblocks: MDL-19010 Fix further blocks-related breakage, including removing all referen...
tjhunt [Thu, 7 May 2009 08:55:10 +0000 (08:55 +0000)]
blocks: MDL-19010 Fix further blocks-related breakage, including removing all references to blocks_insance_old outside blocklib.php

16 years agoMDL-19101 scale selection validated on category edit form; merged from MOODLE_19_STABLE
skodak [Thu, 7 May 2009 08:47:54 +0000 (08:47 +0000)]
MDL-19101 scale selection validated on category edit form; merged from MOODLE_19_STABLE

16 years agoMDL-19091 removed custom scales from different courses + added BC hack; backported...
skodak [Thu, 7 May 2009 08:39:29 +0000 (08:39 +0000)]
MDL-19091 removed custom scales from different courses + added BC hack; backported from MOODLE_19_STABLE

16 years agoMDL-12444 Removed aggregationview preference from category edit form. Merged from...
nicolasconnault [Thu, 7 May 2009 07:57:04 +0000 (07:57 +0000)]
MDL-12444 Removed aggregationview preference from category edit form. Merged from MOODLE_19_STABLE

16 years agoMDL-19090 fixed user report preferences; merged from MOODLE_19_STABLE
skodak [Thu, 7 May 2009 07:38:02 +0000 (07:38 +0000)]
MDL-19090 fixed user report preferences; merged from MOODLE_19_STABLE

16 years agoMDL-19088 fixed category aggregation limitations; merged from mOODLE_19_STABLE
skodak [Thu, 7 May 2009 07:19:04 +0000 (07:19 +0000)]
MDL-19088 fixed category aggregation limitations; merged from mOODLE_19_STABLE

16 years agoblocklib: MDL-19010 fix new install.
tjhunt [Thu, 7 May 2009 07:05:22 +0000 (07:05 +0000)]
blocklib: MDL-19010 fix new install.
* Fix the blocks bit of build_context_path
* Replace blocks_repopulate_page
* Make starting_output work during setup

16 years ago"MDL-13766, add extra yui images for yui treeview, this will display folder-style...
dongsheng [Thu, 7 May 2009 06:47:20 +0000 (06:47 +0000)]
"MDL-13766, add extra yui images for yui treeview, this will display folder-style treeview in file picker"

16 years ago"MDL-13766, disable toolbar is logging needed"
dongsheng [Thu, 7 May 2009 06:10:38 +0000 (06:10 +0000)]
"MDL-13766, disable toolbar is logging needed"

16 years ago"MDL-18971, fixed .unread class definition, merged from 1.9"
dongsheng [Thu, 7 May 2009 05:40:22 +0000 (05:40 +0000)]
"MDL-18971, fixed .unread class definition, merged from 1.9"

16 years agoexceptions: MDL-16175 more careful decision whether to use _print_normal/early_error.
tjhunt [Thu, 7 May 2009 05:38:35 +0000 (05:38 +0000)]
exceptions: MDL-16175 more careful decision whether to use _print_normal/early_error.

It is a mistake to use _print_normal_error if the exception was thrown in print_header - we don't want to try to call print_header again!

16 years agoMDL-19096 include a copy of the GPL
fmarier [Thu, 7 May 2009 03:06:48 +0000 (03:06 +0000)]
MDL-19096 include a copy of the GPL

16 years agoblocklib: MDL-19010 re-fix another Nico 'fix' ;-)
tjhunt [Thu, 7 May 2009 03:02:06 +0000 (03:02 +0000)]
blocklib: MDL-19010 re-fix another Nico 'fix' ;-)

16 years agoblocklib: MDL-19010 move the check for whether the right database tables exist -...
tjhunt [Thu, 7 May 2009 02:57:39 +0000 (02:57 +0000)]
blocklib: MDL-19010 move the check for whether the right database tables exist - and we no longer need this global.

16 years agoblocklib: MDL-19010 move the check for whether the right database tables exist to...
tjhunt [Thu, 7 May 2009 02:56:48 +0000 (02:56 +0000)]
blocklib: MDL-19010 move the check for whether the right database tables exist to a place where it is better encapsulated.

16 years agoblocklib: MDL-19010 fix upgrade breakage that Nico caused when he fixed the other...
tjhunt [Thu, 7 May 2009 02:38:12 +0000 (02:38 +0000)]
blocklib: MDL-19010 fix upgrade breakage that Nico caused when he fixed the other problems.

16 years agoFixing drift between CVS and git
Moodle HQ git importer [Thu, 7 May 2009 00:35:40 +0000 (00:35 +0000)]
Fixing drift between CVS and git

16 years agoUpdated the HEAD build version to 20090507
moodlerobot [Thu, 7 May 2009 00:35:40 +0000 (00:35 +0000)]
Updated the HEAD build version to 20090507

16 years agoMDL-19095 mod/forum: fix for new forum discussions being broken
fmarier [Wed, 6 May 2009 22:41:39 +0000 (22:41 +0000)]
MDL-19095 mod/forum: fix for new forum discussions being broken

(This problem was introduced in e2d7687fc420495acebc6952a44794f5390a78b9)

16 years agoMDL-19029 fixed validation problems; merged from MOODLE_19_STABLE
skodak [Wed, 6 May 2009 18:50:52 +0000 (18:50 +0000)]
MDL-19029 fixed validation problems; merged from MOODLE_19_STABLE

16 years agoMDL-19029 fixed validation problem in yui titles; merged from MOODLE_19_STABLE
skodak [Wed, 6 May 2009 18:35:47 +0000 (18:35 +0000)]
MDL-19029 fixed validation problem in yui titles; merged from MOODLE_19_STABLE

16 years agoMDL-16915 fixed warnings caused by empty arrays in forum ratings; merged from MOODLE_...
skodak [Wed, 6 May 2009 18:14:01 +0000 (18:14 +0000)]
MDL-16915 fixed warnings caused by empty arrays in forum ratings; merged from MOODLE_19_STABLE

16 years agoMDL-14463 search/order - make it cross-db + delete unused column from query ; merged...
stronk7 [Wed, 6 May 2009 17:25:26 +0000 (17:25 +0000)]
MDL-14463 search/order - make it cross-db + delete unused column from query ; merged from 19_STABLE

16 years agoMDL-18670 adding proper permissions for mkdir(); merged from MOODLE_19_STABLE
skodak [Wed, 6 May 2009 16:10:45 +0000 (16:10 +0000)]
MDL-18670 adding proper permissions for mkdir(); merged from MOODLE_19_STABLE

16 years agoMDL-19010 Including courselib where needed during upgrade
nicolasconnault [Wed, 6 May 2009 14:19:19 +0000 (14:19 +0000)]
MDL-19010 Including courselib where needed during upgrade

16 years agoMDL-19010 Only output blocks after upgrade
nicolasconnault [Wed, 6 May 2009 10:49:49 +0000 (10:49 +0000)]
MDL-19010 Only output blocks after upgrade

16 years agoMDL-19010 reverting last commit- DML must throw exceptions - fix the calling code
skodak [Wed, 6 May 2009 10:39:51 +0000 (10:39 +0000)]
MDL-19010 reverting last commit- DML must throw exceptions - fix the calling code

16 years agoMDL-19010 Fixing upgrade code to work with mysql. Also returning false when get_recor...
nicolasconnault [Wed, 6 May 2009 10:22:33 +0000 (10:22 +0000)]
MDL-19010 Fixing upgrade code to work with mysql. Also returning false when get_recordset_sql hits a SQL error, instead of crashing during upgrade with a Fatal error: Exception thrown without a stack frame in Unknown on line 0

16 years agoMDL-18059 database rates - secured ; merged from 19_STABLE
stronk7 [Wed, 6 May 2009 10:22:17 +0000 (10:22 +0000)]
MDL-18059 database rates - secured ; merged from 19_STABLE

16 years agoblocklib.php: MDL-19010 rearrange lib/db/upgrade.php before commit to CVS
tjhunt [Wed, 6 May 2009 09:31:23 +0000 (09:31 +0000)]
blocklib.php: MDL-19010 rearrange lib/db/upgrade.php before commit to CVS

16 years agopagelib: MDL-12212 eliminate data_lesson
tjhunt [Wed, 6 May 2009 09:31:08 +0000 (09:31 +0000)]
pagelib: MDL-12212 eliminate data_lesson

16 years agomoodle_page: MDL-12212 improve comments and add some work-in-progress warnings
tjhunt [Wed, 6 May 2009 09:29:05 +0000 (09:29 +0000)]
moodle_page: MDL-12212 improve comments and add some work-in-progress warnings

16 years agoblocklib: MDL-19010 remove no-longer-necessary global variable use from blocks
tjhunt [Wed, 6 May 2009 09:28:26 +0000 (09:28 +0000)]
blocklib: MDL-19010 remove no-longer-necessary global variable use from blocks

16 years agomoodle_page: MDL-12212 add a couple more useful classes to body
tjhunt [Wed, 6 May 2009 09:28:06 +0000 (09:28 +0000)]
moodle_page: MDL-12212 add a couple more useful classes to body

16 years agomoodle_page: MDL-12212 add a couple more useful classes to body
tjhunt [Wed, 6 May 2009 09:27:16 +0000 (09:27 +0000)]
moodle_page: MDL-12212 add a couple more useful classes to body

16 years agoblocklib: MDL-19010 rename $position -> $region throughout blocklib.php
tjhunt [Wed, 6 May 2009 09:27:02 +0000 (09:27 +0000)]
blocklib: MDL-19010 rename $position -> $region throughout blocklib.php

16 years agopagelib: MDL-12212 eliminate data_page
tjhunt [Wed, 6 May 2009 09:26:46 +0000 (09:26 +0000)]
pagelib: MDL-12212 eliminate data_page

16 years agopagelib: MDL-12212 eliminate chat_page
tjhunt [Wed, 6 May 2009 09:25:54 +0000 (09:25 +0000)]
pagelib: MDL-12212 eliminate chat_page

16 years agoMDL-18058 glossary rates - secured ; merged from 19_STABLE
stronk7 [Wed, 6 May 2009 09:25:54 +0000 (09:25 +0000)]
MDL-18058 glossary rates - secured ; merged from 19_STABLE

16 years agopagelib: MDL-12212 eliminate quiz_page
tjhunt [Wed, 6 May 2009 09:24:45 +0000 (09:24 +0000)]
pagelib: MDL-12212 eliminate quiz_page