]> git.mjollnir.org Git - moodle.git/log
moodle.git
16 years agoroles admin: Fix notice when creating a role with no legacy type.
tjhunt [Wed, 4 Mar 2009 02:46:48 +0000 (02:46 +0000)]
roles admin: Fix notice when creating a role with no legacy type.

16 years agoMDL-15276 add check for RESTORE_SILENTLY
danmarsden [Wed, 4 Mar 2009 02:44:05 +0000 (02:44 +0000)]
MDL-15276 add check for RESTORE_SILENTLY

16 years agoUpdated the HEAD build version to 20090304
moodlerobot [Tue, 3 Mar 2009 23:34:38 +0000 (23:34 +0000)]
Updated the HEAD build version to 20090304

16 years agoAutomatic installer.php lang files by installer_builder (20090304)
moodlerobot [Tue, 3 Mar 2009 23:24:52 +0000 (23:24 +0000)]
Automatic installer.php lang files by installer_builder (20090304)

16 years agoMDL-18430: Completion progress report CSV download should be whole report not one...
sam_marshall [Tue, 3 Mar 2009 17:28:05 +0000 (17:28 +0000)]
MDL-18430: Completion progress report CSV download should be whole report not one page

16 years agoMDL-18427: Completion system does not require_once gradelib when used
sam_marshall [Tue, 3 Mar 2009 17:04:49 +0000 (17:04 +0000)]
MDL-18427: Completion system does not require_once gradelib when used

16 years agoMDL-18390:
thepurpleblob [Tue, 3 Mar 2009 15:36:17 +0000 (15:36 +0000)]
MDL-18390:
Correctly report unhandled question types and get string from language pack.

16 years agoqtype admin: MDL-18425 also related to MDL-18355.
tjhunt [Tue, 3 Mar 2009 07:47:32 +0000 (07:47 +0000)]
qtype admin: MDL-18425 also related to MDL-18355.

Allow question types  to be displayed in order that is better than random or alphabetical. Since we don't know all the qtypes there may be:
1. Store the order in the DB (config plugins).
2. Set up a good default order for the standard types. (Unknown types go at the end by default.)
3. Allow admins to edit the order on the qtype admin screen.

16 years agoFix unit tests.
tjhunt [Tue, 3 Mar 2009 07:44:30 +0000 (07:44 +0000)]
Fix unit tests.

16 years ago"FORUM/MDL-15968, respect mod/forum:viewqandawithoutposting in forum_search_posts...
dongsheng [Tue, 3 Mar 2009 06:48:03 +0000 (06:48 +0000)]
"FORUM/MDL-15968, respect mod/forum:viewqandawithoutposting in forum_search_posts, merged from 1.9"

16 years agoquiz editing: MDL-18355 further refinements to the UI.
tjhunt [Tue, 3 Mar 2009 05:13:53 +0000 (05:13 +0000)]
quiz editing: MDL-18355 further refinements to the UI.

16 years agoAiken question import: MDL-18423 Greater robustness when parsing.
tjhunt [Tue, 3 Mar 2009 05:11:55 +0000 (05:11 +0000)]
Aiken question import: MDL-18423 Greater robustness when parsing.

16 years agoMDL-14736 Backup/Restore don't halt backup if can't delete temp files - just display...
danmarsden [Tue, 3 Mar 2009 01:18:16 +0000 (01:18 +0000)]
MDL-14736 Backup/Restore don't halt backup if can't delete temp files - just display notification and save error to log table

16 years ago"FORUM/MDL-14860, declare subtext varible before use it, merged from 1.9"
dongsheng [Tue, 3 Mar 2009 01:03:56 +0000 (01:03 +0000)]
"FORUM/MDL-14860, declare subtext varible before use it, merged from 1.9"

16 years agoMDL-12037 Backup Log - improve reporting of errors during backup_execute - espeically...
danmarsden [Tue, 3 Mar 2009 00:53:23 +0000 (00:53 +0000)]
MDL-12037 Backup Log - improve reporting of errors during backup_execute - espeically for silent backups

16 years agoMDL-12037 Backup Log - add new field to backup_log table to allow other backup relate...
danmarsden [Tue, 3 Mar 2009 00:06:08 +0000 (00:06 +0000)]
MDL-12037 Backup Log - add new field to backup_log table to allow other backup related functions to save log data

16 years agoMDL-17934 flv player in resources - allow full screen. Credit goes to Darren Jones...
stronk7 [Mon, 2 Mar 2009 23:41:55 +0000 (23:41 +0000)]
MDL-17934 flv player in resources - allow full screen. Credit goes to Darren Jones. Merged from 19_STABLE

16 years agoUpdated the HEAD build version to 20090303
moodlerobot [Mon, 2 Mar 2009 23:32:59 +0000 (23:32 +0000)]
Updated the HEAD build version to 20090303

16 years agoMDL-18412 - fixed incorrect config var name. thanks Anthony.
piers [Mon, 2 Mar 2009 23:16:47 +0000 (23:16 +0000)]
MDL-18412 - fixed incorrect config var name. thanks Anthony.

16 years agoMDL-18148 - AICC compliance fixes from Martin Holden.
piers [Mon, 2 Mar 2009 23:07:44 +0000 (23:07 +0000)]
MDL-18148 - AICC compliance fixes from Martin Holden.

16 years agoMDL-17492 Do not try to access the first key of an empty array in case of no tag...
mudrd8mz [Mon, 2 Mar 2009 21:51:25 +0000 (21:51 +0000)]
MDL-17492 Do not try to access the first key of an empty array in case of no tag exists yet. Merged from 1.9 stable

16 years agoMDL-17492 Reset flag did not work in PostgreSQL. Merged from 1.9
mudrd8mz [Mon, 2 Mar 2009 21:45:08 +0000 (21:45 +0000)]
MDL-17492 Reset flag did not work in PostgreSQL. Merged from 1.9

Postgres does not seem to support table alias in UPDATE statement.
Therefore the SQL like
 UPDATE mdl_tag tg SET tg.flag = 0, tg.timemodified = 1236027984 WHERE tg.id IN (4)
ends with an ERROR: column "tg" of relation "mdl_tag" does not exist
The fix is quite easy - just do not use table alias as it makes no sense
here anyway.

16 years agoMDL-18148 - AICC compliance fixes from Martin Holden.
piers [Mon, 2 Mar 2009 19:36:12 +0000 (19:36 +0000)]
MDL-18148 - AICC compliance fixes from Martin Holden.

16 years agoMDL-18420 reserved words - lowercase sqlite reserved words
stronk7 [Mon, 2 Mar 2009 19:20:47 +0000 (19:20 +0000)]
MDL-18420 reserved words - lowercase sqlite reserved words

16 years agoMDL-18420 reserved words - adding 2 new PG reserved words. Merged from 19_STABLE
stronk7 [Mon, 2 Mar 2009 19:09:29 +0000 (19:09 +0000)]
MDL-18420 reserved words - adding 2 new PG reserved words. Merged from 19_STABLE

16 years agoMDL-18420 reserved words - adding MySQL 5.1 and 6.0 new reserved words ; merged from...
stronk7 [Mon, 2 Mar 2009 18:53:59 +0000 (18:53 +0000)]
MDL-18420 reserved words - adding MySQL 5.1 and 6.0 new reserved words ; merged from 19_STABLE

16 years agoMDL-14743 offer a link to the English help file. Merged from 1.9 stable
mudrd8mz [Mon, 2 Mar 2009 14:14:19 +0000 (14:14 +0000)]
MDL-14743 offer a link to the English help file. Merged from 1.9 stable

16 years agoUpdated the HEAD build version to 20090302
moodlerobot [Sun, 1 Mar 2009 23:33:32 +0000 (23:33 +0000)]
Updated the HEAD build version to 20090302

16 years agoMDL-18407 fixed dml regression
skodak [Sun, 1 Mar 2009 21:03:38 +0000 (21:03 +0000)]
MDL-18407 fixed dml regression

16 years agoMDL-16520 portfolio: when an exception happens, kill the active export
mjollnir_ [Sun, 1 Mar 2009 11:01:57 +0000 (11:01 +0000)]
MDL-16520 portfolio: when an exception happens, kill the active export

16 years agoUpdated the HEAD build version to 20090301
moodlerobot [Sat, 28 Feb 2009 23:37:27 +0000 (23:37 +0000)]
Updated the HEAD build version to 20090301

16 years agoMDL-18407 fixed wrong select
skodak [Sat, 28 Feb 2009 09:09:09 +0000 (09:09 +0000)]
MDL-18407 fixed wrong select

16 years agoUpdated the HEAD build version to 20090228
moodlerobot [Fri, 27 Feb 2009 23:32:40 +0000 (23:32 +0000)]
Updated the HEAD build version to 20090228

16 years agoMDL-18004 Fixed problem of duplicate entries in the drop-down
nicolasconnault [Fri, 27 Feb 2009 15:38:34 +0000 (15:38 +0000)]
MDL-18004 Fixed problem of duplicate entries in the drop-down

16 years agoMDL-18004 Fixed problem of duplicate entries in the drop-down
nicolasconnault [Fri, 27 Feb 2009 15:32:03 +0000 (15:32 +0000)]
MDL-18004 Fixed problem of duplicate entries in the drop-down

16 years agoMDL-18004 Fixed problem of duplicate entries in the drop-down
nicolasconnault [Fri, 27 Feb 2009 15:25:05 +0000 (15:25 +0000)]
MDL-18004 Fixed problem of duplicate entries in the drop-down

16 years agoMDL-18403: Completion system can cause problems if grade completion is somehow enable...
sam_marshall [Fri, 27 Feb 2009 14:35:05 +0000 (14:35 +0000)]
MDL-18403: Completion system can cause problems if grade completion is somehow enabled when completion is set to manual

16 years agoMDL-18004 Adding keymanagers for when grade publishing is enabled, plus a few improve...
nicolasconnault [Fri, 27 Feb 2009 14:19:25 +0000 (14:19 +0000)]
MDL-18004 Adding keymanagers for when grade publishing is enabled, plus a few improvements in the tabs and breadcrumbs

16 years agoMDL-16913 Enabled Weight and Extra credit inputs for grade items, but not for categor...
nicolasconnault [Fri, 27 Feb 2009 13:43:52 +0000 (13:43 +0000)]
MDL-16913 Enabled Weight and Extra credit inputs for grade items, but not for category items

16 years agoMDL-18401: Glossary page bar should highlight current page
sam_marshall [Fri, 27 Feb 2009 12:58:23 +0000 (12:58 +0000)]
MDL-18401: Glossary page bar should highlight current page

16 years agoquiz editing: Refactor the editing actions to make functions in editlib.php for most...
tjhunt [Fri, 27 Feb 2009 08:45:05 +0000 (08:45 +0000)]
quiz editing: Refactor the editing actions to make functions in editlib.php for most of them.

In the process, do MDL-17456, move/delete questions by question id rather than position, for greater robustness.

16 years agoquiz: Fix unit tests.
tjhunt [Fri, 27 Feb 2009 08:43:28 +0000 (08:43 +0000)]
quiz: Fix unit tests.

16 years ago"REPOSITORY/MDL-13766, repaint filepicker when hide/show it"
dongsheng [Fri, 27 Feb 2009 06:38:06 +0000 (06:38 +0000)]
"REPOSITORY/MDL-13766, repaint filepicker when hide/show it"

16 years ago"REPOSITORY/MDL-13766, should not use abstract function in repository base class...
dongsheng [Fri, 27 Feb 2009 06:25:56 +0000 (06:25 +0000)]
"REPOSITORY/MDL-13766, should not use abstract function in repository base class, inproperly use of parameters can break moodle page"

16 years ago"REPOSITORY/MDL-13766, 1. support help option 2. make breadcrumb clickable"
dongsheng [Fri, 27 Feb 2009 04:29:21 +0000 (04:29 +0000)]
"REPOSITORY/MDL-13766, 1. support help option 2. make breadcrumb clickable"

16 years agoweb service MDL-12886 documentation
jerome [Fri, 27 Feb 2009 01:05:51 +0000 (01:05 +0000)]
web service MDL-12886 documentation

16 years agoweb service MDL-12886 documentation: check if "Display debug messages" is set Off
jerome [Fri, 27 Feb 2009 01:01:34 +0000 (01:01 +0000)]
web service MDL-12886 documentation: check if "Display debug messages" is set Off

16 years agoweb service MDL-12886 documentation: complete description of the return type
jerome [Fri, 27 Feb 2009 00:48:26 +0000 (00:48 +0000)]
web service MDL-12886 documentation: complete description of the return type

16 years agoUpdated the HEAD build version to 20090227
moodlerobot [Thu, 26 Feb 2009 23:32:21 +0000 (23:32 +0000)]
Updated the HEAD build version to 20090227

16 years agoMDL-18148 - AICC compliance fixes. Fixing general new file API problems, and stripsl...
piers [Thu, 26 Feb 2009 18:19:05 +0000 (18:19 +0000)]
MDL-18148 - AICC compliance fixes.  Fixing general new file API problems, and stripslashes_safe().

16 years agoMDL-18148 - AICC compliance fixes from Martin Holden.
piers [Thu, 26 Feb 2009 16:31:23 +0000 (16:31 +0000)]
MDL-18148 - AICC compliance fixes from Martin Holden.

16 years agoquiz editing: MDL-17284 Major coding style cleanup.
tjhunt [Thu, 26 Feb 2009 08:30:45 +0000 (08:30 +0000)]
quiz editing: MDL-17284 Major coding style cleanup.

This is a mixture of stuff in the coding guildelines and personal preference.

16 years agoweb service MDL-12886 documentation: better display, test if web services are enable...
jerome [Thu, 26 Feb 2009 08:18:28 +0000 (08:18 +0000)]
web service MDL-12886 documentation: better display, test if web services are enable, display return type

16 years agoqtypes help: MDL-5106 Create questiontype help file dynamically
tjhunt [Thu, 26 Feb 2009 07:07:40 +0000 (07:07 +0000)]
qtypes help: MDL-5106 Create questiontype help file dynamically

16 years agoquiz editing: MDL-18376 Since there is no grading for description, we can show more...
tjhunt [Thu, 26 Feb 2009 06:51:35 +0000 (06:51 +0000)]
quiz editing: MDL-18376 Since there is no grading for description, we can show more question text. Thanks Olli.

16 years agoquiz editing: MDL-18355 Try to improve the discoverability of Description again.
tjhunt [Thu, 26 Feb 2009 06:33:18 +0000 (06:33 +0000)]
quiz editing: MDL-18355 Try to improve the discoverability of Description again.

16 years agoqtype admin: MDL-16412 Enforce the allowed question types when a user tries to create...
tjhunt [Thu, 26 Feb 2009 06:06:18 +0000 (06:06 +0000)]
qtype admin: MDL-16412 Enforce the allowed question types when a user tries to create a question.

16 years agoquiz editing: MDL-18355 further refinements to the UI. Thanks Olli.
tjhunt [Thu, 26 Feb 2009 05:53:31 +0000 (05:53 +0000)]
quiz editing: MDL-18355 further refinements to the UI. Thanks Olli.

16 years agoweb service MDL-12886 add lang strings for web services
jerome [Thu, 26 Feb 2009 04:22:26 +0000 (04:22 +0000)]
web service MDL-12886 add lang strings for web services

16 years ago"LANG/MDL-17620, add language string, merged from 1.9"
dongsheng [Thu, 26 Feb 2009 02:33:04 +0000 (02:33 +0000)]
"LANG/MDL-17620, add language string, merged from 1.9"

16 years agoweb service MDL-12886 comment the web service description array generation (too much...
jerome [Thu, 26 Feb 2009 02:27:18 +0000 (02:27 +0000)]
web service MDL-12886 comment the web service description array generation (too much complex, need refactoring)

16 years agoweb service MDL-12886 comment the web service description array generation (too much...
jerome [Thu, 26 Feb 2009 02:23:31 +0000 (02:23 +0000)]
web service MDL-12886 comment the web service description array generation (too much complex, need refactoring)

16 years agoUpdated the HEAD build version to 20090226
moodlerobot [Wed, 25 Feb 2009 23:34:21 +0000 (23:34 +0000)]
Updated the HEAD build version to 20090226

16 years agoAutomatic installer.php lang files by installer_builder (20090226)
moodlerobot [Wed, 25 Feb 2009 23:24:40 +0000 (23:24 +0000)]
Automatic installer.php lang files by installer_builder (20090226)

16 years agoMDL-18212 - switch to addslashes_js - thanks Tim.
piers [Wed, 25 Feb 2009 22:56:59 +0000 (22:56 +0000)]
MDL-18212 - switch to addslashes_js - thanks Tim.

16 years agoMDL-18228 Added a grader report preference for using the new fixed student column...
nicolasconnault [Wed, 25 Feb 2009 11:09:07 +0000 (11:09 +0000)]
MDL-18228 Added a grader report preference for using the new fixed student column, and made it always off if $USER->screenreader is set.

16 years agoquestion bank: MDL-16412 Allow admins to enable/disable of each question type
tjhunt [Wed, 25 Feb 2009 09:31:49 +0000 (09:31 +0000)]
question bank: MDL-16412 Allow admins to enable/disable of each question type

16 years agoMDL-18161 Merged from MOODLE_19_STABLE
nicolasconnault [Wed, 25 Feb 2009 09:18:24 +0000 (09:18 +0000)]
MDL-18161 Merged from MOODLE_19_STABLE

16 years agoMDL-17991 Fixed a bug with the user selector
nicolasconnault [Wed, 25 Feb 2009 09:17:48 +0000 (09:17 +0000)]
MDL-17991 Fixed a bug with the user selector

16 years agoMDL-10476 Removed duplicated average row
nicolasconnault [Wed, 25 Feb 2009 08:59:50 +0000 (08:59 +0000)]
MDL-10476 Removed duplicated average row

16 years agoMDL-10476 Fixed ajax
nicolasconnault [Wed, 25 Feb 2009 08:50:52 +0000 (08:50 +0000)]
MDL-10476 Fixed ajax

16 years agotablelib: MDL-18372 Let people specify a CSS class name to add to the <tr> element.
tjhunt [Wed, 25 Feb 2009 08:07:19 +0000 (08:07 +0000)]
tablelib: MDL-18372 Let people specify a CSS class name to add to the <tr> element.

16 years agoMDL-18228 Making sure excludedfloater floats left
nicolasconnault [Wed, 25 Feb 2009 08:03:50 +0000 (08:03 +0000)]
MDL-18228 Making sure excludedfloater floats left

16 years agoMDL-17991 Implementing user report improvements
nicolasconnault [Wed, 25 Feb 2009 07:56:11 +0000 (07:56 +0000)]
MDL-17991 Implementing user report improvements

16 years agoquiz editing: MDL-18173 tidy up wording and add cursor: help.
tjhunt [Wed, 25 Feb 2009 07:27:02 +0000 (07:27 +0000)]
quiz editing: MDL-18173 tidy up wording and add cursor: help.

16 years agoquestion types: MDL-18350 oops missed a bit.
tjhunt [Wed, 25 Feb 2009 07:16:57 +0000 (07:16 +0000)]
question types: MDL-18350 oops missed a bit.

16 years agoquiz editing / question bank: MDL-18355 Convert the add question drop-down to be...
tjhunt [Wed, 25 Feb 2009 07:14:03 +0000 (07:14 +0000)]
quiz editing / question bank: MDL-18355 Convert the add question drop-down to be a button that pops up a YUI dialogue.

That allows us to have a few sentences explanation of each question type, and is also easier to fit into a tight layout.

This commit should also fix MDL-18214 Layout screwed in Safari with long category names.

16 years agoMDL-18321 Merged from MOODLE_19_STABLE
nicolasconnault [Wed, 25 Feb 2009 07:03:58 +0000 (07:03 +0000)]
MDL-18321 Merged from MOODLE_19_STABLE

16 years agoquestion types: API cleanup.
tjhunt [Wed, 25 Feb 2009 07:01:57 +0000 (07:01 +0000)]
question types: API cleanup.

MDL-18350 remove backwards compatibility support for question types having their lang strings in the quiz language module.
MDL-16407 settings.php support for question types. Remove the old get_config_options from question types. I don't think anyone was using it.

16 years agoquiz editing: tidy up quotes.
tjhunt [Wed, 25 Feb 2009 06:53:10 +0000 (06:53 +0000)]
quiz editing: tidy up quotes.

16 years agoquestionlib: fix typo.
tjhunt [Wed, 25 Feb 2009 06:12:55 +0000 (06:12 +0000)]
questionlib: fix typo.

16 years ago"FORUM/MDL-14860, hide unsubscribe link if users are not allowed to unsubscribe from...
dongsheng [Wed, 25 Feb 2009 05:27:21 +0000 (05:27 +0000)]
"FORUM/MDL-14860, hide unsubscribe link if users are not allowed to unsubscribe from this forum, merged from 1.9"

16 years agoweb service MDL-12886 return value fix for REST server
jerome [Wed, 25 Feb 2009 04:52:17 +0000 (04:52 +0000)]
web service MDL-12886 return value fix for REST server

16 years ago"REPOSITORY/MDL-18357, make search respect mimetype restrictions"
dongsheng [Wed, 25 Feb 2009 03:46:49 +0000 (03:46 +0000)]
"REPOSITORY/MDL-18357, make search respect mimetype restrictions"

16 years ago"REPOSITORY/MDL-18356, append extenstions to file names smartly"
dongsheng [Wed, 25 Feb 2009 02:06:06 +0000 (02:06 +0000)]
"REPOSITORY/MDL-18356, append extenstions to file names smartly"

16 years agoweb service MDL-12886 fix empty optional description for REST server
jerome [Wed, 25 Feb 2009 00:50:47 +0000 (00:50 +0000)]
web service MDL-12886 fix empty optional description for REST server

16 years agoUpdated the HEAD build version to 20090225
moodlerobot [Tue, 24 Feb 2009 23:32:53 +0000 (23:32 +0000)]
Updated the HEAD build version to 20090225

16 years agoAutomatic installer.php lang files by installer_builder (20090225)
moodlerobot [Tue, 24 Feb 2009 23:23:04 +0000 (23:23 +0000)]
Automatic installer.php lang files by installer_builder (20090225)

16 years agoweb service MDL-12886 remove moodleexternal.php from the lib folder
jerome [Tue, 24 Feb 2009 08:27:07 +0000 (08:27 +0000)]
web service MDL-12886 remove moodleexternal.php from the lib folder

16 years agoweb service MDL-12886 modify phpdoc for group_external class
jerome [Tue, 24 Feb 2009 08:26:25 +0000 (08:26 +0000)]
web service MDL-12886 modify phpdoc for group_external class

16 years ago"REPOSITORY/MDL-13766, check varible before setting style"
dongsheng [Tue, 24 Feb 2009 08:24:58 +0000 (08:24 +0000)]
"REPOSITORY/MDL-13766, check varible before setting style"

16 years agorepository MDL-16543 Tidying up some lang strings
moodler [Tue, 24 Feb 2009 08:00:01 +0000 (08:00 +0000)]
repository MDL-16543 Tidying up some lang strings

16 years agoweb service MDL-12886 fix capability name
jerome [Tue, 24 Feb 2009 07:54:33 +0000 (07:54 +0000)]
web service MDL-12886 fix capability name

16 years agoquiz editing: MDL-18173 Make clear in the UI whether a random question selects from...
tjhunt [Tue, 24 Feb 2009 05:16:23 +0000 (05:16 +0000)]
quiz editing: MDL-18173 Make clear in the UI whether a random question selects from subcategories or not.

16 years agoweb service MDL-12886
jerome [Tue, 24 Feb 2009 05:11:04 +0000 (05:11 +0000)]
web service MDL-12886
* Remove description array => all these information are now into the phpdoc. Remove all call/reference to moodleexternal.php
* Adapt our own REST server to these changes
* Remove Zend REST server as it's going to be deprecated in Zend Framework 1.8
* Remove our own SOAP server as we use the Zend SOAP server

16 years agoweblib: Improve PHPdoc comment and parameter names.
tjhunt [Tue, 24 Feb 2009 05:09:29 +0000 (05:09 +0000)]
weblib: Improve PHPdoc comment and parameter names.

16 years ago"REPOSITORY/MSL-13766, highlight active repository on the left listing"
dongsheng [Tue, 24 Feb 2009 02:48:19 +0000 (02:48 +0000)]
"REPOSITORY/MSL-13766, highlight active repository on the left listing"

16 years agoUpdated the HEAD build version to 20090224
moodlerobot [Mon, 23 Feb 2009 23:32:34 +0000 (23:32 +0000)]
Updated the HEAD build version to 20090224

16 years agoMDL-16345 changing &amp;course to &amp;courseid
pichetp [Mon, 23 Feb 2009 20:20:07 +0000 (20:20 +0000)]
MDL-16345 changing &amp;course to &amp;courseid
line1079
  return $CFG->wwwroot . '/question/preview.php?id=' . $questionid . '&amp;courseid=' . $this->course->id;

16 years agoMDL-18351: activity block: detect when there's no course (eg admin page) and return...
mjollnir_ [Mon, 23 Feb 2009 14:49:05 +0000 (14:49 +0000)]
MDL-18351: activity block: detect when there's no course (eg admin page) and return (merged from MOODLE_19_STABLE)