]> git.mjollnir.org Git - moodle.git/log
moodle.git
17 years agoMDL-12431 Added ability for filters to contain lang files
sam_marshall [Tue, 4 Dec 2007 11:47:28 +0000 (11:47 +0000)]
MDL-12431 Added ability for filters to contain lang files

17 years agoMDL-12389 Removed the selectallornone element in favour of a more generic submitlink...
nicolasconnault [Tue, 4 Dec 2007 10:35:25 +0000 (10:35 +0000)]
MDL-12389 Removed the selectallornone element in favour of a more generic submitlink element. The checkbox controller is now added to a form using moodleform::add_checkbox_controller.

17 years agodatalib: get_logs_user*() - fix invalid SQL - MDL-12426
martinlanghoff [Tue, 4 Dec 2007 06:26:10 +0000 (06:26 +0000)]
datalib: get_logs_user*() - fix invalid SQL - MDL-12426

Oracle does not accept column labels in the GROUP BY section -
get_logs_usercourse() and get_logs_userday() were computing the
day/hours column and using it in the GROUP BY. The compatible fix
is to reproduce the same computation in the GROUP BY section.

Credit for the fix goes to Dennis Rochford <Dennis.Rochford@usq.edu.au>.

17 years agoblocks/online_users: Remove SQL "id,id" which causes errors on Oracle - MDL-12425
martinlanghoff [Tue, 4 Dec 2007 06:25:56 +0000 (06:25 +0000)]
blocks/online_users: Remove SQL "id,id" which causes errors on Oracle - MDL-12425

Credit for the fix goes to Dennis Rochford <Dennis.Rochford@usq.edu.au>

17 years agomod/assignment: Remove SQL "id,id" which causes errors on Oracle - MDL-12425
martinlanghoff [Tue, 4 Dec 2007 06:25:42 +0000 (06:25 +0000)]
mod/assignment: Remove SQL "id,id" which causes errors on Oracle - MDL-12425

This loop also needs some rewriting - it is _very_ inefficient on
large courses.

17 years agoaccesslib: build_context_path() remove $temptable for Oracle too
martinlanghoff [Tue, 4 Dec 2007 06:25:25 +0000 (06:25 +0000)]
accesslib: build_context_path() remove $temptable for Oracle too

The removal of $temptable was incomplete - and so build_context_path()
was broken on Oracle. MDL-11347

17 years agoMDL-12399, shorten_text() truncates all closing tags
toyomoyo [Tue, 4 Dec 2007 05:10:12 +0000 (05:10 +0000)]
MDL-12399, shorten_text() truncates all closing tags

17 years agoAutomatic installer.php lang files by installer_builder (20071204)
moodler [Tue, 4 Dec 2007 05:09:30 +0000 (05:09 +0000)]
Automatic installer.php lang files by installer_builder (20071204)

17 years agoMDL-12419, do not present course start date if start date is invalid
toyomoyo [Tue, 4 Dec 2007 01:08:48 +0000 (01:08 +0000)]
MDL-12419, do not present course start date if start date is invalid

17 years agoMDL-12419, do not present course start date if start date is invalid
toyomoyo [Tue, 4 Dec 2007 01:04:03 +0000 (01:04 +0000)]
MDL-12419, do not present course start date if start date is invalid

17 years agoddllib: Mark table_column() as deprecated
fmarier [Mon, 3 Dec 2007 23:20:03 +0000 (23:20 +0000)]
ddllib: Mark table_column() as deprecated
Signed-off-by: Eloy Lafuente
17 years agoAdding some outer spaces to returned SQL to avoid wrong
stronk7 [Mon, 3 Dec 2007 20:44:03 +0000 (20:44 +0000)]
Adding some outer spaces to returned SQL to avoid wrong
sentences caused by concatenation.

Merged from MOODLE_19_STABLE

17 years agoAdding two new functions: sql_isempty() and sql_isnotempty() to perform
stronk7 [Mon, 3 Dec 2007 20:30:41 +0000 (20:30 +0000)]
Adding two new functions: sql_isempty() and sql_isnotempty() to perform
SQL comparisons to empties in a cross-db way. General solution for
problems like MDL-12084

Merged from MOODLE_19_STABLE

17 years agoMDL-12389 Added a new getElementsByClassName function in lib/javascript.php, added...
nicolasconnault [Mon, 3 Dec 2007 20:13:01 +0000 (20:13 +0000)]
MDL-12389 Added a new getElementsByClassName function in lib/javascript.php, added the selectallornone formslib element, modified the advcheckbox element to support the group variable, and implemented the new element in grade_export_form

17 years agoFixes bug MDL-12416, Help links - img ALT text should contain phrase "new window...
nfreear [Mon, 3 Dec 2007 16:41:36 +0000 (16:41 +0000)]
Fixes bug MDL-12416, Help links - img ALT text should contain phrase "new window" to match link TITLE.

17 years agoMDL-12389 Added a new getElementsByClassName function in lib/javascript.php, added...
nicolasconnault [Mon, 3 Dec 2007 15:42:11 +0000 (15:42 +0000)]
MDL-12389 Added a new getElementsByClassName function in lib/javascript.php, added the selectallornone formslib element, modified the advcheckbox element to support the group variable, and implemented the new element in grade_export_form

17 years agoMDL-12409 - stop access to editing 'site course' with course edit form.
poltawski [Mon, 3 Dec 2007 12:23:24 +0000 (12:23 +0000)]
MDL-12409 - stop access to editing 'site course' with course edit form.

Merged from MOODLE_19_STABLE

17 years agoMDL-10915, additional setting for emoticons
toyomoyo [Mon, 3 Dec 2007 06:27:21 +0000 (06:27 +0000)]
MDL-10915, additional setting for emoticons

17 years agowrap search/replace in a function so that it could be used in cron
toyomoyo [Mon, 3 Dec 2007 04:46:37 +0000 (04:46 +0000)]
wrap search/replace in a function so that it could be used in cron

17 years agoMDL-12397, gradebook sort by names should start with ASC
toyomoyo [Mon, 3 Dec 2007 02:03:38 +0000 (02:03 +0000)]
MDL-12397, gradebook sort by names should start with ASC

17 years agoFix MDL-12407: missing whitespace produces invalid XHTML syntax
iarenaza [Sun, 2 Dec 2007 22:19:53 +0000 (22:19 +0000)]
Fix MDL-12407: missing whitespace produces invalid XHTML syntax

17 years agoRemove accidentally revived files as part of MDL-11099 fix
iarenaza [Sun, 2 Dec 2007 16:14:13 +0000 (16:14 +0000)]
Remove accidentally revived files as part of MDL-11099 fix

17 years agoMDL-12373 - If you can see your user profile, but don't have moodle/course:viewpartic...
tjhunt [Fri, 30 Nov 2007 12:08:01 +0000 (12:08 +0000)]
MDL-12373 - If you can see your user profile, but don't have moodle/course:viewparticipants, you get a link in the nav bar that takes you to an error message. Merged from MOODLE_19_STABLE.

17 years agoMDL-12393 - Layout tweaks on question category editing page. Merged from MOODLE_19_ST...
tjhunt [Fri, 30 Nov 2007 11:00:48 +0000 (11:00 +0000)]
MDL-12393 - Layout tweaks on question category editing page. Merged from MOODLE_19_STABLE.

17 years agoCode style corrections.
scyrma [Fri, 30 Nov 2007 03:09:59 +0000 (03:09 +0000)]
Code style corrections.

17 years agoadding support for customized cron
toyomoyo [Fri, 30 Nov 2007 02:00:04 +0000 (02:00 +0000)]
adding support for customized cron

17 years agofixing duplicate header
toyomoyo [Fri, 30 Nov 2007 01:16:26 +0000 (01:16 +0000)]
fixing duplicate header

17 years agoNew installer files added - stronk7
moodler [Thu, 29 Nov 2007 16:59:26 +0000 (16:59 +0000)]
New installer files added - stronk7

17 years agoMDL-7028 rewritten course reset + forum role_unassign cleanup fixes; merged from...
skodak [Thu, 29 Nov 2007 14:43:04 +0000 (14:43 +0000)]
MDL-7028 rewritten course reset + forum role_unassign cleanup fixes; merged from MOODLE_19_STABLE

17 years agoPossible fix to MDL-12093 : give window without heading and navigation special css...
scyrma [Thu, 29 Nov 2007 07:20:13 +0000 (07:20 +0000)]
Possible fix to MDL-12093 : give window without heading and navigation special css classes.

17 years agoMDL-12093 : new strings to get locale-aware popup windows.
scyrma [Thu, 29 Nov 2007 06:00:33 +0000 (06:00 +0000)]
MDL-12093 : new strings to get locale-aware popup windows.

17 years agoMDL-12093 : cleanup & simplify code to get popup windows.
scyrma [Thu, 29 Nov 2007 05:54:35 +0000 (05:54 +0000)]
MDL-12093 : cleanup & simplify code to get popup windows.

17 years agoAutomatic installer.php lang files by installer_builder (20071129)
moodler [Thu, 29 Nov 2007 05:47:38 +0000 (05:47 +0000)]
Automatic installer.php lang files by installer_builder (20071129)

17 years agoMDL-12346, lesson module GIFT import fails
toyomoyo [Thu, 29 Nov 2007 04:31:57 +0000 (04:31 +0000)]
MDL-12346, lesson module GIFT import fails

17 years agoAdding new wraplevelXX class for easier containers identification. MDL-12339
stronk7 [Wed, 28 Nov 2007 18:14:38 +0000 (18:14 +0000)]
Adding new wraplevelXX class for easier containers identification. MDL-12339

Merged from MOODLE_19_STABLE

17 years agoMDL-12330 - moving a question that uses an image in a subfolder of course files,...
tjhunt [Wed, 28 Nov 2007 16:43:20 +0000 (16:43 +0000)]
MDL-12330 - moving a question that uses an image in a subfolder of course files, where the same subfolder does not exist at the destination, fails. Merged from MOODLE_19_STABLE.

17 years agoadded missing pix
urs_hunkler [Wed, 28 Nov 2007 16:15:56 +0000 (16:15 +0000)]
added missing pix

17 years agoMDL-12370 :: added missing images
urs_hunkler [Wed, 28 Nov 2007 14:22:38 +0000 (14:22 +0000)]
MDL-12370 :: added missing images

17 years agoMDL-12369 - get_actual_response should not truncate the student's response. Merged...
tjhunt [Wed, 28 Nov 2007 12:45:57 +0000 (12:45 +0000)]
MDL-12369 - get_actual_response should not truncate the student's response. Merged from MOODLE_19_STABLE.

17 years agoMDL-7028 gradebook related changes for course reset; merged from MOODLE_19_STABLE
skodak [Wed, 28 Nov 2007 09:43:47 +0000 (09:43 +0000)]
MDL-7028 gradebook related changes for course reset; merged from MOODLE_19_STABLE

17 years agoMDL-10263, enable forum search for multiple groups
toyomoyo [Wed, 28 Nov 2007 07:53:44 +0000 (07:53 +0000)]
MDL-10263, enable forum search for multiple groups

17 years agoMDL-12356 CSS classes implemented
nicolasconnault [Wed, 28 Nov 2007 05:16:09 +0000 (05:16 +0000)]
MDL-12356 CSS classes implemented

17 years agoMDL-11818, single post forum descript = first post
toyomoyo [Wed, 28 Nov 2007 05:08:51 +0000 (05:08 +0000)]
MDL-11818, single post forum descript = first post

17 years agoMDL-11800, multilang support for category description
toyomoyo [Wed, 28 Nov 2007 02:56:51 +0000 (02:56 +0000)]
MDL-11800, multilang support for category description

17 years agoMDL-12326, adding a missing footer
toyomoyo [Wed, 28 Nov 2007 01:25:29 +0000 (01:25 +0000)]
MDL-12326, adding a missing footer

17 years agoMDL-12366, removing useless print_capabilities function
toyomoyo [Wed, 28 Nov 2007 01:20:59 +0000 (01:20 +0000)]
MDL-12366, removing useless print_capabilities function

17 years agoMDL-12362 - Don't show scores for incomplete attempts on the quiz view page. Merged...
tjhunt [Tue, 27 Nov 2007 19:18:36 +0000 (19:18 +0000)]
MDL-12362 - Don't show scores for incomplete attempts on the quiz view page. Merged from MOODLE_19_STABLE.

17 years agoMDL-9506 Returning stdClass objects instead of grade_item objects: for security
nicolasconnault [Tue, 27 Nov 2007 15:40:04 +0000 (15:40 +0000)]
MDL-9506 Returning stdClass objects instead of grade_item objects: for security

17 years agoMDL-8863 Initial page field was disabled when there were no entries in the wiki,...
nicolasconnault [Tue, 27 Nov 2007 13:30:57 +0000 (13:30 +0000)]
MDL-8863 Initial page field was disabled when there were no entries in the wiki, making it useless. It is now always enabled

17 years agoMDL-12098 Printing a closing div tag and the moodle footer
nicolasconnault [Tue, 27 Nov 2007 10:31:50 +0000 (10:31 +0000)]
MDL-12098 Printing a closing div tag and the moodle footer

17 years agoMDL-12312 Reviewed and slightly improved Petr's great help file
nicolasconnault [Tue, 27 Nov 2007 10:01:52 +0000 (10:01 +0000)]
MDL-12312 Reviewed and slightly improved Petr's great help file

17 years agoMDL-12312 Reviewed and slightly improved Petr's great help file
nicolasconnault [Tue, 27 Nov 2007 10:00:45 +0000 (10:00 +0000)]
MDL-12312 Reviewed and slightly improved Petr's great help file

17 years agoMDL-12318 filter/mediaplugins/filter.php can no longer insert mediaplayers into javas...
gbateson [Tue, 27 Nov 2007 08:46:40 +0000 (08:46 +0000)]
MDL-12318 filter/mediaplugins/filter.php can no longer insert mediaplayers into javascript, so hotpot module now requires its own filter to mimic behavior of multimedia filter in Moodle 1.7

17 years agoMDL-9506 Added support for 'course' type in grade_get_grade_items() function, plus...
nicolasconnault [Tue, 27 Nov 2007 07:11:11 +0000 (07:11 +0000)]
MDL-9506 Added support for 'course' type in grade_get_grade_items() function, plus corrected a few typos

17 years agoMDL-12356 CSS classes implemented
nicolasconnault [Tue, 27 Nov 2007 07:06:02 +0000 (07:06 +0000)]
MDL-12356 CSS classes implemented

17 years agoMerged docs fix about get_recordsets usage from 1.9 stable
moodler [Tue, 27 Nov 2007 05:59:45 +0000 (05:59 +0000)]
Merged docs fix about get_recordsets usage from 1.9 stable

17 years agoMDL-12352, block/search fails to install on postgres
toyomoyo [Tue, 27 Nov 2007 05:43:27 +0000 (05:43 +0000)]
MDL-12352, block/search fails to install on postgres

17 years agoimagealt wasn't loaded in a list of the user's posts.
scyrma [Tue, 27 Nov 2007 05:02:27 +0000 (05:02 +0000)]
imagealt wasn't loaded in a list of the user's posts.

17 years agofixing a type, merged
toyomoyo [Tue, 27 Nov 2007 03:26:06 +0000 (03:26 +0000)]
fixing a type, merged

17 years agoMDL-11194, course role names not reflected in course description
toyomoyo [Tue, 27 Nov 2007 01:56:21 +0000 (01:56 +0000)]
MDL-11194, course role names not reflected in course description

17 years agoMDL-12350 do not set parent cat when updating; merged from MOODLE_19_STABLE
skodak [Mon, 26 Nov 2007 17:45:56 +0000 (17:45 +0000)]
MDL-12350 do not set parent cat when updating; merged from MOODLE_19_STABLE

17 years agoMDL-12313 basically rationalising getting calendar events function calls
dwoolhead [Mon, 26 Nov 2007 14:43:28 +0000 (14:43 +0000)]
MDL-12313 basically rationalising getting calendar events function calls

17 years agofix for error message
jamiesensei [Mon, 26 Nov 2007 13:32:23 +0000 (13:32 +0000)]
fix for error message

17 years agoMDL-12331, hidden teacher should not be displayed in choice results
toyomoyo [Mon, 26 Nov 2007 06:01:26 +0000 (06:01 +0000)]
MDL-12331, hidden teacher should not be displayed in choice results

17 years agoMDL-12294 - another string fix
scyrma [Mon, 26 Nov 2007 04:52:14 +0000 (04:52 +0000)]
MDL-12294 - another string fix

17 years agoMDL-12175, forum reset should delete attachments
toyomoyo [Mon, 26 Nov 2007 04:22:10 +0000 (04:22 +0000)]
MDL-12175, forum reset should delete attachments

17 years agoFix for par of the missing strings, as reported in MDL-12294
scyrma [Mon, 26 Nov 2007 04:10:08 +0000 (04:10 +0000)]
Fix for par of the missing strings, as reported in MDL-12294

17 years agoexpecting multiple groups from sql
toyomoyo [Mon, 26 Nov 2007 03:21:46 +0000 (03:21 +0000)]
expecting multiple groups from sql

17 years agoMDL-12081, teacher with import capability can not import course
toyomoyo [Mon, 26 Nov 2007 02:39:28 +0000 (02:39 +0000)]
MDL-12081, teacher with import capability can not import course

17 years agoAutomatic installer.php lang files by installer_builder (20071125)
moodler [Sun, 25 Nov 2007 03:45:54 +0000 (03:45 +0000)]
Automatic installer.php lang files by installer_builder (20071125)

17 years agoMDL-12130 fixed regression - disabledIf did not work in dateselectors; merged from...
skodak [Sat, 24 Nov 2007 13:37:07 +0000 (13:37 +0000)]
MDL-12130 fixed regression - disabledIf did not work in dateselectors; merged from MOODLE_19_STABLE

17 years agoMDL-12133 validate() method tidying up; merged from MOODLE_19_STABLE
skodak [Fri, 23 Nov 2007 22:15:07 +0000 (22:15 +0000)]
MDL-12133 validate() method tidying up; merged from MOODLE_19_STABLE

17 years agoMDL-12329 fixed last access when course not accessed yet - patch by Yolanda Ordóñez...
skodak [Fri, 23 Nov 2007 21:31:58 +0000 (21:31 +0000)]
MDL-12329 fixed last access when course not accessed yet - patch by Yolanda Ordóñez Rufat; merged from MOODLE_19_STABLE

17 years agoMDL-12221 custom themes revisited - fixed bug in previous commit, added more develope...
skodak [Fri, 23 Nov 2007 20:26:16 +0000 (20:26 +0000)]
MDL-12221 custom themes revisited - fixed bug in previous commit, added more developer debug; merged from MOODLE_19_STABLE

17 years agoMDL-12221 custom themes revisited - implemented container concept; merged from MOODLE...
skodak [Fri, 23 Nov 2007 16:49:51 +0000 (16:49 +0000)]
MDL-12221 custom themes revisited - implemented container concept; merged from MOODLE_19_STABLE

17 years agoMDL-12296:
thepurpleblob [Fri, 23 Nov 2007 15:49:00 +0000 (15:49 +0000)]
MDL-12296:
Unenrol disable option now works in synchronisation script.

Merged from STABLE_19

17 years agoAutomatic installer.php lang files by installer_builder (20071123)
moodler [Fri, 23 Nov 2007 04:50:46 +0000 (04:50 +0000)]
Automatic installer.php lang files by installer_builder (20071123)

17 years agouser/index: Add "enrolment details" view to Participants page - MDL-12311
martinlanghoff [Fri, 23 Nov 2007 00:23:39 +0000 (00:23 +0000)]
user/index: Add "enrolment details" view to Participants page - MDL-12311

With this patch, the additional roles/groups/groupings columns get moved
to a special "enrolment details" view. To support this, the handling of
the $mode is revamped to use $mode constants.

To keep performance issues at bay, the enrolment details view is only
available when viewing paginated resultsets, and will reset itself to
'brief' if the conditions aren't met. The $mode is sticky, so it is
quite possible to have a mismatched $mode -- so he handle the case
explicitly.

17 years agouser/index: More consistent handling of groups column - MDL-12311
martinlanghoff [Fri, 23 Nov 2007 00:23:24 +0000 (00:23 +0000)]
user/index: More consistent handling of groups column - MDL-12311

17 years agouser/index: Fix Participants page for sitecourse - MDL-12311
martinlanghoff [Fri, 23 Nov 2007 00:23:10 +0000 (00:23 +0000)]
user/index: Fix Participants page for sitecourse - MDL-12311

Groups/groupings don't seem to map normally through enrolments
as you would expect with site. Disable for sitecourse.

17 years agouser/index: Show enrolment and group/grouping data in Participants page MDL-12311
martinlanghoff [Fri, 23 Nov 2007 00:22:56 +0000 (00:22 +0000)]
user/index: Show enrolment and group/grouping data in Participants page MDL-12311

The participants page will now show (to users that have
moodle/role:assign) the relevant enrolments for each participant.

This is done with a second SELECT using a WHERE id IN() so we are
limited to doing it with small datasets. This is for 2 reasons

 - we cannot retrieve all teh data in the "main" SELECT because
   the outer joins will bring dup rows, breaking LIMIT

 - we cannot use the main SELECT as a subselect because we cannot
   retrieve the LIMIT part of the statement with the current dmllib

 - on large courses / sitecourse performance would be horrible

so it is limited to paginated datasets. It is doing 20 recs at a time,
the "extra" SELECT takes ~7ms on a some large Pg databases).

This will generate an extra DB query on Oracle (and any other DB that
cannot rewind the recordset) because we walk the main rs twice.

While at it, ensure we mark the unsortable columns thus...

17 years agoDeleting one ='' condition that isn't cross-db nor necessary. MDL-12186
stronk7 [Thu, 22 Nov 2007 22:47:49 +0000 (22:47 +0000)]
Deleting one ='' condition that isn't cross-db nor necessary. MDL-12186

Merged from MOODLE_19_STABLE

17 years agoMDL-12312 fixed outdated aggregation help, added examples; merged from MOODLE_19_STABLE
skodak [Thu, 22 Nov 2007 21:36:59 +0000 (21:36 +0000)]
MDL-12312 fixed outdated aggregation help, added examples; merged from MOODLE_19_STABLE

17 years agoMDL-12322 - Reference to incorrect language file
tjhunt [Thu, 22 Nov 2007 18:14:57 +0000 (18:14 +0000)]
MDL-12322 - Reference to incorrect language file

17 years agoMDL-12312 fixed outdated aggregation help; merged from MOODLE_19_STABLE
skodak [Thu, 22 Nov 2007 17:53:08 +0000 (17:53 +0000)]
MDL-12312 fixed outdated aggregation help; merged from MOODLE_19_STABLE

17 years agoMDL-12282 - fix typo in previous commit. Sorry.
tjhunt [Thu, 22 Nov 2007 11:51:16 +0000 (11:51 +0000)]
MDL-12282 - fix typo in previous commit. Sorry.

17 years agoMDL-9506 Returning stdClass objects instead of grade_item objects: for security
nicolasconnault [Thu, 22 Nov 2007 08:47:34 +0000 (08:47 +0000)]
MDL-9506 Returning stdClass objects instead of grade_item objects: for security

17 years agoMerged string fix from stable 19
moodler [Thu, 22 Nov 2007 07:05:30 +0000 (07:05 +0000)]
Merged string fix from stable 19

17 years agoReplaces 'GMT' by 'UTC' where it showed in user interface and fixes MDL-9164.
scyrma [Thu, 22 Nov 2007 06:28:58 +0000 (06:28 +0000)]
Replaces 'GMT' by 'UTC' where it showed in user interface and fixes MDL-9164.

17 years agoMDL-12182 Reverting to pre-upgrade in order to prepare a patch instead
nicolasconnault [Thu, 22 Nov 2007 06:17:01 +0000 (06:17 +0000)]
MDL-12182 Reverting to pre-upgrade in order to prepare a patch instead

17 years agoMDL-12182 Reverting to pre-upgrade in order to prepare a patch instead
nicolasconnault [Thu, 22 Nov 2007 05:42:46 +0000 (05:42 +0000)]
MDL-12182 Reverting to pre-upgrade in order to prepare a patch instead

17 years agoMDL-12182 More grade_item unit tests
nicolasconnault [Thu, 22 Nov 2007 05:37:49 +0000 (05:37 +0000)]
MDL-12182 More grade_item unit tests

17 years agoMDL-12309, gradebook can not sort by names while in group mode
toyomoyo [Thu, 22 Nov 2007 05:17:26 +0000 (05:17 +0000)]
MDL-12309, gradebook can not sort by names while in group mode

17 years agotaking out user class from firstname/lastname cell to remove image css
toyomoyo [Thu, 22 Nov 2007 01:37:59 +0000 (01:37 +0000)]
taking out user class from firstname/lastname cell to remove image css

17 years agoturn this block off when $CFG->messaging is off
toyomoyo [Thu, 22 Nov 2007 01:17:03 +0000 (01:17 +0000)]
turn this block off when $CFG->messaging is off

17 years agoMDL-10028, adding a string
toyomoyo [Thu, 22 Nov 2007 01:05:36 +0000 (01:05 +0000)]
MDL-10028, adding a string

17 years agoMDL-12305 - Don't let the quiz reorder tool put a page break at the start of the...
tjhunt [Wed, 21 Nov 2007 18:09:11 +0000 (18:09 +0000)]
MDL-12305 - Don't let the quiz reorder tool put a page break at the start of the quiz. Merged from MOODLE_19_STABLE.

17 years agoMDL-12305 - Quiz reorder tool broken. Merged from MOODLE_19_STABLE.
tjhunt [Wed, 21 Nov 2007 18:00:09 +0000 (18:00 +0000)]
MDL-12305 - Quiz reorder tool broken. Merged from MOODLE_19_STABLE.

17 years agoFix some whitespace.
tjhunt [Wed, 21 Nov 2007 16:30:25 +0000 (16:30 +0000)]
Fix some whitespace.

17 years agoFix typo.
tjhunt [Wed, 21 Nov 2007 16:28:45 +0000 (16:28 +0000)]
Fix typo.