moodle.git
15 years agoMDL-21781 very basic cohorts UI
Petr Skoda [Fri, 23 Apr 2010 09:07:51 +0000 (09:07 +0000)]
MDL-21781 very basic cohorts UI

15 years agoMDL-21781 cohort main version bump
Petr Skoda [Fri, 23 Apr 2010 09:06:31 +0000 (09:06 +0000)]
MDL-21781 cohort main version bump

15 years agoMDL-21781 cohort capabilities
Petr Skoda [Fri, 23 Apr 2010 09:05:56 +0000 (09:05 +0000)]
MDL-21781 cohort capabilities

15 years agoMDL-21781 cohort tables upgrade code
Petr Skoda [Fri, 23 Apr 2010 09:05:11 +0000 (09:05 +0000)]
MDL-21781 cohort tables upgrade code

15 years agoMDL-21781 cohorts db structure
Petr Skoda [Fri, 23 Apr 2010 09:04:19 +0000 (09:04 +0000)]
MDL-21781 cohorts db structure

15 years agocourse MDL-20628 Fixed up topics so section names are printed on view
Sam Hemelryk [Fri, 23 Apr 2010 08:00:30 +0000 (08:00 +0000)]
course MDL-20628 Fixed up topics so section names are printed on view

15 years agohelp strings MDL-21695 changed _hlp to _help and fixed help.php to format those strin...
Martin Dougiamas [Fri, 23 Apr 2010 07:46:35 +0000 (07:46 +0000)]
help strings MDL-21695 changed _hlp to _help and fixed help.php to format those strings properly

15 years agocourse MDL-20628 Added the ability to name a course section, thanks Michael for the...
Sam Hemelryk [Fri, 23 Apr 2010 07:17:21 +0000 (07:17 +0000)]
course MDL-20628 Added the ability to name a course section, thanks Michael for the initial patch

15 years agoMDL-20487 - improve accessibility issue for survey page layout and string.
Rossiani Wijaya [Fri, 23 Apr 2010 05:58:43 +0000 (05:58 +0000)]
MDL-20487 - improve accessibility issue for survey page layout and string.

15 years agoratings MDL-21657 Improving capabilities for ratings.
Martin Dougiamas [Fri, 23 Apr 2010 05:42:22 +0000 (05:42 +0000)]
ratings MDL-21657 Improving capabilities for ratings.

Rather than performing complicated upgrade procedures from the old (broken) logic in three activity modules, we are adding new capabilities to those three modules to make them all consistent, and using them in a callback from the Ratings API.  This is the same as the Comments API.

The downside is that two sets of capabilities need to be enabled for ratings to work.  Hopefully this can be mitigated somewhat when build some sort of shortcuts on the module settings forms to set capabilities.  In the meantime, the effect is reduced somewhat by having all the rating capabilities enabled by default for student and teacher roles.  This means control is in the hands of whatever the modules have set, giving very close backward compatibility.

This is not the perfect solution, but neither were the other two.

15 years agonavigation MDL-22072 Icons are no longer shown on the navigation bar by default.
Sam Hemelryk [Fri, 23 Apr 2010 04:21:33 +0000 (04:21 +0000)]
navigation MDL-22072 Icons are no longer shown on the navigation bar by default.

15 years agoblog MDL-22161 Fixed minor regression
Sam Hemelryk [Fri, 23 Apr 2010 04:08:28 +0000 (04:08 +0000)]
blog MDL-22161 Fixed minor regression

15 years agoblog MDL-22161 Fixed up blog menu block and added navigation options for users.
Sam Hemelryk [Fri, 23 Apr 2010 04:05:16 +0000 (04:05 +0000)]
blog MDL-22161 Fixed up blog menu block and added navigation options for users.

15 years agoUpdated the HEAD build version to 20100423
Moodle Robot [Fri, 23 Apr 2010 00:41:39 +0000 (00:41 +0000)]
Updated the HEAD build version to 20100423

15 years agoMDL-15252 Fixed regression: timezone name string may not be defined
David Mudrak [Fri, 23 Apr 2010 00:11:54 +0000 (00:11 +0000)]
MDL-15252 Fixed regression: timezone name string may not be defined

15 years agoMDL-21657 Fixing regression - wrong SQL upgrade code
David Mudrak [Thu, 22 Apr 2010 22:30:33 +0000 (22:30 +0000)]
MDL-21657 Fixing regression - wrong SQL upgrade code

Would be nice if core developers actually tried to run the code before
they commit it into the repository.

15 years agoMDL-15252 Fixed regression: XMLDB action using optionally defined strings
David Mudrak [Thu, 22 Apr 2010 21:13:53 +0000 (21:13 +0000)]
MDL-15252 Fixed regression: XMLDB action using optionally defined strings

To prevent debugging warning, we check if the string is defined first.
In this case it does not make sense to add new string for every action
as the title is not actually displayed anywhere.

15 years agoMDL-21694 documenting get_core_subsystem() purpose plus one typo
David Mudrak [Thu, 22 Apr 2010 19:40:22 +0000 (19:40 +0000)]
MDL-21694 documenting get_core_subsystem() purpose plus one typo

15 years agoMDL-22056 More tidying up of pluginnames for course reports, and more component names...
Martin Dougiamas [Thu, 22 Apr 2010 15:54:20 +0000 (15:54 +0000)]
MDL-22056 More tidying up of pluginnames for course reports, and more component names tidying

15 years agoMDL-21695 adding help strings
Helen Foster [Thu, 22 Apr 2010 15:38:54 +0000 (15:38 +0000)]
MDL-21695 adding help strings

15 years agoMDL-15252 Fixing a bug and improving the display of component names (for role assign...
Martin Dougiamas [Thu, 22 Apr 2010 15:37:54 +0000 (15:37 +0000)]
MDL-15252 Fixing a bug and improving the display of component names (for role assign page mostly)

15 years agoFixed some missing strings (for role assign page mostly)
Martin Dougiamas [Thu, 22 Apr 2010 15:32:14 +0000 (15:32 +0000)]
Fixed some missing strings (for role assign page mostly)

15 years agorepository/merlot MDL-20648 Added a missing string for capability
Martin Dougiamas [Thu, 22 Apr 2010 14:44:36 +0000 (14:44 +0000)]
repository/merlot MDL-20648 Added a missing string for capability

15 years agoi have a function removed by mistake
Andreas Grabs [Thu, 22 Apr 2010 12:02:12 +0000 (12:02 +0000)]
i have a function removed by  mistake

15 years agoAssignment MDL-7206 - download all submissions as a zip - finally pushing this into...
Dan Marsden [Thu, 22 Apr 2010 11:33:17 +0000 (11:33 +0000)]
Assignment MDL-7206 - download all submissions as a zip - finally pushing this into head.

15 years agoMDL-21227 - convert Feedback to new files api
Andreas Grabs [Thu, 22 Apr 2010 11:26:02 +0000 (11:26 +0000)]
MDL-21227 - convert Feedback to new files api

15 years agoMDL-21695 adding help strings
Helen Foster [Thu, 22 Apr 2010 09:43:41 +0000 (09:43 +0000)]
MDL-21695 adding help strings

15 years agoSCORM MDL-21555 improved Report interface - now allows export as text/excel/ods...
Dan Marsden [Thu, 22 Apr 2010 09:42:28 +0000 (09:42 +0000)]
SCORM MDL-21555  improved Report interface - now allows export as text/excel/ods - probably could do with some more refactoring/improvement, but this is much better than it was. Thanks to Valerian for the initial patch. (missed lang file)

15 years agoSCORM MDL-21555 improved Report interface - now allows export as text/excel/ods...
Dan Marsden [Thu, 22 Apr 2010 09:41:41 +0000 (09:41 +0000)]
SCORM MDL-21555  improved Report interface - now allows export as text/excel/ods - probably could do with some more refactoring/improvement, but this is much better than it was. Thanks to Valerian for the initial patch.

15 years agoMDL-21694 usin new core_subsystesm() in renderers too; adding more docs
Petr Skoda [Thu, 22 Apr 2010 08:45:36 +0000 (08:45 +0000)]
MDL-21694 usin new core_subsystesm() in renderers too; adding more docs

15 years agoblock-navigation MDL-22044 Level 1 branches are no longer indented, and home/myhome...
Sam Hemelryk [Thu, 22 Apr 2010 07:51:52 +0000 (07:51 +0000)]
block-navigation MDL-22044 Level 1 branches are no longer indented, and home/myhome link is no longer collapsible. Also fixed the everything bold issue

15 years agonavigation MDL-22044 Fixed bug: when not logged in it is now home not my home. Thanks...
Sam Hemelryk [Thu, 22 Apr 2010 07:42:04 +0000 (07:42 +0000)]
navigation MDL-22044 Fixed bug: when not logged in it is now home not my home. Thanks Eloy for spotting

15 years agoworkshop: fixing CSS regressions
David Mudrak [Thu, 22 Apr 2010 06:37:32 +0000 (06:37 +0000)]
workshop: fixing CSS regressions

15 years agoMDL-22160 workshop: fixing parameters order
David Mudrak [Thu, 22 Apr 2010 06:16:25 +0000 (06:16 +0000)]
MDL-22160 workshop: fixing parameters order

15 years agoworkshop: removing "Login as random participant" which was used during development
David Mudrak [Thu, 22 Apr 2010 06:07:34 +0000 (06:07 +0000)]
workshop: removing "Login as random participant" which was used during development

15 years agorating MDL-21657 updated version of ratings including forum and glossary integration
Andrew Davis [Thu, 22 Apr 2010 05:15:23 +0000 (05:15 +0000)]
rating MDL-21657 updated version of ratings including forum and glossary integration

15 years agoblogs MDL-22161 Fixed typo in blog menu block
Sam Hemelryk [Thu, 22 Apr 2010 02:12:53 +0000 (02:12 +0000)]
blogs MDL-22161 Fixed typo in blog menu block

15 years agoblgos MDL-22161 Fixed unknown context bug by setting system context is no valid cours...
Sam Hemelryk [Thu, 22 Apr 2010 01:58:01 +0000 (01:58 +0000)]
blgos MDL-22161 Fixed unknown context bug by setting system context is no valid course is provided in blog/edit

15 years agoweb service MDL-21351 add a bit more information to the exception message when functi...
jerome mouneyrac [Thu, 22 Apr 2010 01:51:24 +0000 (01:51 +0000)]
web service MDL-21351 add a bit more information to the exception message when function implementation is missing

15 years agonavigation MDL-22044 Course format can now choose the string that is used for section...
Sam Hemelryk [Thu, 22 Apr 2010 01:26:45 +0000 (01:26 +0000)]
navigation MDL-22044 Course format can now choose the string that is used for section 0, defaults to general

15 years agoUpdated the HEAD build version to 20100422
Moodle Robot [Thu, 22 Apr 2010 00:41:31 +0000 (00:41 +0000)]
Updated the HEAD build version to 20100422

15 years agoMDL-21695 obsolete help file
Helen Foster [Wed, 21 Apr 2010 20:41:10 +0000 (20:41 +0000)]
MDL-21695 obsolete help file

15 years agoMDL-21695 adding help strings
Helen Foster [Wed, 21 Apr 2010 20:36:53 +0000 (20:36 +0000)]
MDL-21695 adding help strings

15 years agoMDL-21695 obsolete help file
Helen Foster [Wed, 21 Apr 2010 20:11:42 +0000 (20:11 +0000)]
MDL-21695 obsolete help file

15 years agoMDL-21695 adding help strings
Helen Foster [Wed, 21 Apr 2010 18:12:44 +0000 (18:12 +0000)]
MDL-21695 adding help strings

15 years agoMDL-21432 backup - plan builder can have harcoded format
Eloy Lafuente [Wed, 21 Apr 2010 16:41:37 +0000 (16:41 +0000)]
MDL-21432 backup - plan builder can have harcoded format

15 years agoMDL-22076 temptables - warn and dropped on disposal
Eloy Lafuente [Wed, 21 Apr 2010 16:12:27 +0000 (16:12 +0000)]
MDL-22076 temptables - warn and dropped on disposal

15 years agoMDL-21695 help string rewording as suggested by Martin
Helen Foster [Wed, 21 Apr 2010 15:18:51 +0000 (15:18 +0000)]
MDL-21695 help string rewording as suggested by Martin

15 years agoMDL-21432 backup 2.0 - initial commit. Enable forum backup
Eloy Lafuente [Wed, 21 Apr 2010 14:17:11 +0000 (14:17 +0000)]
MDL-21432 backup 2.0 - initial commit. Enable forum backup

15 years agoMDL-21432 backup 2.0 - initial commit. backup DB structures
Eloy Lafuente [Wed, 21 Apr 2010 14:05:12 +0000 (14:05 +0000)]
MDL-21432 backup 2.0 - initial commit. backup DB structures

15 years agorenamed the styles.php in styles.css
Andreas Grabs [Wed, 21 Apr 2010 13:23:19 +0000 (13:23 +0000)]
renamed the styles.php in styles.css

15 years agothe function feedback_print_item() now is splitted into 3 functions
Andreas Grabs [Wed, 21 Apr 2010 11:48:49 +0000 (11:48 +0000)]
the function feedback_print_item() now is splitted into 3 functions
feedback_print_item_preview()
feedback_print_item_complete()
feedback_print_item_show_value()
Now there is more control over the output

15 years agonavigation MDL-22044 Added setting to limit content that is shown on the navigation...
Sam Hemelryk [Wed, 21 Apr 2010 09:44:16 +0000 (09:44 +0000)]
navigation MDL-22044 Added setting to limit content that is shown on the navigation back into the navigation block

15 years agonavigation MDL-22044 Fixed bug preventing module AJAX expansion
Sam Hemelryk [Wed, 21 Apr 2010 09:40:25 +0000 (09:40 +0000)]
navigation MDL-22044 Fixed bug preventing module AJAX expansion

15 years agoNOBUG: Improve vis. of exception params.
Eloy Lafuente [Wed, 21 Apr 2010 09:37:26 +0000 (09:37 +0000)]
NOBUG: Improve vis. of exception params.

15 years agoMDL-21432 backup 2.0 - initial commit. forum moodle2 backup
Eloy Lafuente [Wed, 21 Apr 2010 09:35:30 +0000 (09:35 +0000)]
MDL-21432 backup 2.0 - initial commit. forum moodle2 backup

15 years agoMDL-21432 backup 2.0 - initial commit. blocks custom bits
Eloy Lafuente [Wed, 21 Apr 2010 09:33:31 +0000 (09:33 +0000)]
MDL-21432 backup 2.0 - initial commit. blocks custom bits

15 years agoMDL-21432 backup 2.0 - initial commit. controller
Eloy Lafuente [Wed, 21 Apr 2010 09:26:06 +0000 (09:26 +0000)]
MDL-21432 backup 2.0 - initial commit. controller

15 years agoMDL-21432 backup 2.0 - initial commit. moodle2 format
Eloy Lafuente [Wed, 21 Apr 2010 09:19:30 +0000 (09:19 +0000)]
MDL-21432 backup 2.0 - initial commit. moodle2 format

15 years agoMDL-21432 backup 2.0 - initial commit. util dir
Eloy Lafuente [Wed, 21 Apr 2010 09:17:06 +0000 (09:17 +0000)]
MDL-21432 backup 2.0 - initial commit. util dir

15 years agomod-forum MDL-22114 Enhanced navigation options for forum in regards to subscription.
Sam Hemelryk [Wed, 21 Apr 2010 08:05:03 +0000 (08:05 +0000)]
mod-forum MDL-22114 Enhanced navigation options for forum in regards to subscription.

15 years agouser MDL-20204 Fixed bug with paging bar rendering
Sam Hemelryk [Wed, 21 Apr 2010 07:36:34 +0000 (07:36 +0000)]
user MDL-20204 Fixed bug with paging bar rendering

15 years agonavigation MDL-21350 Implemented trim options for the navigation block, can now set...
Sam Hemelryk [Wed, 21 Apr 2010 07:05:39 +0000 (07:05 +0000)]
navigation MDL-21350 Implemented trim options for the navigation block, can now set trim mode (right/left/center) and trim length

15 years agoassignment/lang MDL-21695 Fixing regression, new help strings contained bare single...
Martin Dougiamas [Wed, 21 Apr 2010 06:48:31 +0000 (06:48 +0000)]
assignment/lang MDL-21695 Fixing regression, new help strings contained bare single quotes

15 years agoweb service MDL-21351 list of selectabl users should not include deleted user
jerome mouneyrac [Wed, 21 Apr 2010 06:30:50 +0000 (06:30 +0000)]
web service MDL-21351 list of selectabl users should not include deleted user

15 years agoMDL-21695 adding help strings
Helen Foster [Wed, 21 Apr 2010 06:05:22 +0000 (06:05 +0000)]
MDL-21695 adding help strings

15 years agothemes MDL-21489 Added support for a legacy theme used with old browsers. Thanks...
Sam Hemelryk [Wed, 21 Apr 2010 04:21:53 +0000 (04:21 +0000)]
themes MDL-21489 Added support for a legacy theme used with old browsers. Thanks Brendan for the patch
Admin can now select a theme for modern browsers and old browsers, the user then sees the modern theme with modern browsers and legacy theme with old browsers. Currenlty IE6 (or less) are considered old browsers.

15 years agoRemoving rubbish screenshot from base
Martin Dougiamas [Wed, 21 Apr 2010 03:00:52 +0000 (03:00 +0000)]
Removing rubbish screenshot from base

15 years agoroles MDL-22126 Fixed up usage of admin/roles/tags.php
Sam Hemelryk [Wed, 21 Apr 2010 02:43:02 +0000 (02:43 +0000)]
roles MDL-22126 Fixed up usage of admin/roles/tags.php

15 years agoUpdated the HEAD build version to 20100421
Moodle Robot [Wed, 21 Apr 2010 00:42:18 +0000 (00:42 +0000)]
Updated the HEAD build version to 20100421

15 years agoMDL-22054 Fixed 'Edit' string in core strings
David Mudrak [Tue, 20 Apr 2010 17:57:12 +0000 (17:57 +0000)]
MDL-22054 Fixed 'Edit' string in core strings

AMOS BEGIN
 CPY [edit,core],[edita,core]
 REM do not forget to drop placeholder from [edit,core] in all languages
AMOS END

15 years agoMDL-20204 Some rewording of designer mode help text
Martin Dougiamas [Tue, 20 Apr 2010 17:07:58 +0000 (17:07 +0000)]
MDL-20204 Some rewording of designer mode help text

15 years agoRemoving an annoying capitalised word from "Theme Selector"!
Martin Dougiamas [Tue, 20 Apr 2010 17:00:42 +0000 (17:00 +0000)]
Removing an annoying capitalised word from "Theme Selector"!

15 years agotheme gui MDL-20204 Don't show the base theme for selection unless in theme designer...
Martin Dougiamas [Tue, 20 Apr 2010 16:58:23 +0000 (16:58 +0000)]
theme gui MDL-20204 Don't show the base theme for selection unless in theme designer mode

15 years agotheme/anomaly MDL-20175 Tidy up screenshot, can be replaced with a better one anytime!
Martin Dougiamas [Tue, 20 Apr 2010 16:52:35 +0000 (16:52 +0000)]
theme/anomaly MDL-20175 Tidy up screenshot, can be replaced with a better one anytime!

15 years agotheme/base MDL-21862 some docs and a default screenshot (also used for base unfortuna...
Martin Dougiamas [Tue, 20 Apr 2010 16:46:49 +0000 (16:46 +0000)]
theme/base MDL-21862 some docs and a default screenshot (also used for base unfortunately)

15 years agotheme/standard MDL-21862 Adding a sample screenshot to show people where they are
Martin Dougiamas [Tue, 20 Apr 2010 16:22:00 +0000 (16:22 +0000)]
theme/standard MDL-21862 Adding a sample screenshot to show people where they are

15 years agotheme/standard MDL-21862 Adding a readme string so themers know how to do it.
Martin Dougiamas [Tue, 20 Apr 2010 16:06:51 +0000 (16:06 +0000)]
theme/standard MDL-21862 Adding a readme string so themers know how to do it.

15 years agoJust adding a temporary screenshot. I assume Patrick will fix later
Martin Dougiamas [Tue, 20 Apr 2010 15:59:00 +0000 (15:59 +0000)]
Just adding a temporary screenshot.  I assume Patrick will fix later

15 years agonew string_manager identified coding problem - wrong get_string() params again -...
Petr Skoda [Tue, 20 Apr 2010 15:15:11 +0000 (15:15 +0000)]
new string_manager identified coding problem - wrong get_string() params again - fixing

15 years agoMDL-21695 obsolete help file
Helen Foster [Tue, 20 Apr 2010 13:12:26 +0000 (13:12 +0000)]
MDL-21695 obsolete help file

15 years agoMDL-20204 removing my theme experiment - not working any more and there are other...
Petr Skoda [Tue, 20 Apr 2010 12:43:19 +0000 (12:43 +0000)]
MDL-20204 removing my theme experiment - not working any more and there are other better examples now

15 years agoMDL-22085 support for iso-639-1
Petr Skoda [Tue, 20 Apr 2010 08:36:22 +0000 (08:36 +0000)]
MDL-22085 support for iso-639-1

15 years agoMDL-21218 help file rewording thanks to Elena Ivanova
Helen Foster [Tue, 20 Apr 2010 07:38:36 +0000 (07:38 +0000)]
MDL-21218 help file rewording thanks to Elena Ivanova

15 years agouser-edit MDL-22118 Fixed fatal error in user/edit.php with unassigned users
Sam Hemelryk [Tue, 20 Apr 2010 03:42:55 +0000 (03:42 +0000)]
user-edit MDL-22118 Fixed fatal error in user/edit.php with unassigned users

15 years agoFixed header issues
Patrick Malley [Tue, 20 Apr 2010 03:03:08 +0000 (03:03 +0000)]
Fixed header issues

15 years agonavigation MDL-22044 Fixed alphabetical order of blocks
Sam Hemelryk [Tue, 20 Apr 2010 02:03:39 +0000 (02:03 +0000)]
navigation MDL-22044 Fixed alphabetical order of blocks

15 years agoUpdated the HEAD build version to 20100420
Moodle Robot [Tue, 20 Apr 2010 00:43:10 +0000 (00:43 +0000)]
Updated the HEAD build version to 20100420

15 years agoMDL-21891 fix for pg incompatibility - credit goes to Penny Leach
Petr Skoda [Mon, 19 Apr 2010 21:28:28 +0000 (21:28 +0000)]
MDL-21891 fix for pg incompatibility - credit goes to Penny Leach

15 years agojust a little note for other devs looking for cli info
Petr Skoda [Mon, 19 Apr 2010 21:24:49 +0000 (21:24 +0000)]
just a little note for other devs looking for cli info

15 years agoMDL-22102 killing all CRLFs, sorry for introducing them, we need to do search replace...
Petr Skoda [Mon, 19 Apr 2010 14:42:19 +0000 (14:42 +0000)]
MDL-22102 killing all CRLFs, sorry for introducing them, we need to do search replace before each commit of 3rd party lib

15 years agoAdded clearfix to .buttons class
Patrick Malley [Mon, 19 Apr 2010 10:47:49 +0000 (10:47 +0000)]
Added clearfix to .buttons class

15 years agograderreport MDL-21562 slight reformatting of grader report instantiation code to...
Andrew Davis [Mon, 19 Apr 2010 09:29:42 +0000 (09:29 +0000)]
graderreport MDL-21562 slight reformatting of grader report instantiation code to make it clearer

15 years agothemes MDL-21862 added nonavbar to popup layout
Andrew Davis [Mon, 19 Apr 2010 09:01:40 +0000 (09:01 +0000)]
themes MDL-21862 added nonavbar to popup layout

15 years ago"MDL-19118, fixed warning when comment blocks in course module context"
Dongsheng Cai [Mon, 19 Apr 2010 08:09:05 +0000 (08:09 +0000)]
"MDL-19118, fixed warning when comment blocks in course module context"

15 years agonavigation MDL-22044 Fixed up PHPDoc syntax, removed @global
Sam Hemelryk [Mon, 19 Apr 2010 06:58:15 +0000 (06:58 +0000)]
navigation MDL-22044 Fixed up PHPDoc syntax, removed @global

15 years agonavigation MDL-22044 Major navigation structure changes.
Sam Hemelryk [Mon, 19 Apr 2010 06:30:30 +0000 (06:30 +0000)]
navigation MDL-22044 Major navigation structure changes.
Navigation has now been re-ordered in accordance with http://docs.moodle.org/en/Development:Navigation_2.0_structure.
This has led to several changes in the way in which navigation is generated included API changes, most notably using the
navigation_nodes add method now returns the newly added node rather than the key.
At the same time the global_navigation_tree block has been renamed to navigation and settings_navigation_tree to settings.

15 years agoContinuing work on boxxie theme
Patrick Malley [Mon, 19 Apr 2010 03:50:06 +0000 (03:50 +0000)]
Continuing work on boxxie theme

15 years ago"MDL-19118, comments api requires courseid error message added"
Dongsheng Cai [Mon, 19 Apr 2010 03:05:28 +0000 (03:05 +0000)]
"MDL-19118, comments api requires courseid error message added"

15 years agothemes MDL-22108 Removed IE specific horizontal scroll bars from navigation and setti...
Sam Hemelryk [Mon, 19 Apr 2010 02:05:07 +0000 (02:05 +0000)]
themes MDL-22108 Removed IE specific horizontal scroll bars from navigation and settings blocks. Thanks Patrick