]> git.mjollnir.org Git - moodle.git/log
moodle.git
16 years agolistlib: MDL-17422 Paging in listlib was badly screwed
tjhunt [Thu, 27 Nov 2008 10:53:46 +0000 (10:53 +0000)]
listlib: MDL-17422 Paging in listlib was badly screwed

16 years agoquestion bank: MDL-17078 Error after deleting a question category.
tjhunt [Thu, 27 Nov 2008 07:30:17 +0000 (07:30 +0000)]
question bank: MDL-17078 Error after deleting a question category.

16 years agohealth centre: MDL-16935 Question categories should belong to a valid context solutio...
tjhunt [Thu, 27 Nov 2008 05:57:11 +0000 (05:57 +0000)]
health centre: MDL-16935 Question categories should belong to a valid context solution has SQL that does not work in MySQL

16 years agofix notices: MDL-15974 Some systems that were upgraded have nullable columns, leading...
tjhunt [Thu, 27 Nov 2008 05:12:11 +0000 (05:12 +0000)]
fix notices: MDL-15974 Some systems that were upgraded have nullable columns, leading to notices

A new install has NOT NULL DEFAULT 0.

16 years agoREPOSITORY YOUTUBE PLUGIN/MDL-16911
dongsheng [Thu, 27 Nov 2008 03:32:48 +0000 (03:32 +0000)]
REPOSITORY YOUTUBE PLUGIN/MDL-16911
Make change thumbnail height possible

16 years agoformslib file upload: MDL-17403 try adding accept-charset="utf-8" to forms to fix...
tjhunt [Thu, 27 Nov 2008 02:49:02 +0000 (02:49 +0000)]
formslib file upload: MDL-17403 try adding accept-charset="utf-8" to forms to fix occasional upload problems.

16 years agoUpdated the HEAD build version to 20081127
moodlerobot [Thu, 27 Nov 2008 01:58:45 +0000 (01:58 +0000)]
Updated the HEAD build version to 20081127

16 years agoMDL-17372 admin reports: Added full plugin support for admin reports; added specail...
skodak [Wed, 26 Nov 2008 19:27:40 +0000 (19:27 +0000)]
MDL-17372 admin reports: Added full plugin support for admin reports; added specail capability for unittest execution, minor refactoring

16 years agoMDL-17372 admin reports: Added full plugin support for admin reports; added specail...
skodak [Wed, 26 Nov 2008 19:27:39 +0000 (19:27 +0000)]
MDL-17372 admin reports: Added full plugin support for admin reports; added specail capability for unittest execution, minor refactoring

16 years agoquiz editing: MDL-17418 added back (removed comments around) random question preview...
pilpi [Wed, 26 Nov 2008 16:24:46 +0000 (16:24 +0000)]
quiz editing: MDL-17418 added back (removed comments around) random question preview link for also the random question printing function for the order and paging tab.

16 years agoquiz editing: MDL-17284 removed a print_r() call that must have been forgotten there...
pilpi [Wed, 26 Nov 2008 15:36:34 +0000 (15:36 +0000)]
quiz editing: MDL-17284 removed a print_r() call that must have been forgotten there when debugging

16 years agoquiz editing: MDL-17284 converted a space to an   to keep preview label on same...
pilpi [Wed, 26 Nov 2008 15:35:08 +0000 (15:35 +0000)]
quiz editing: MDL-17284 converted a space to an   to keep preview label on same line with its icon.

16 years agoMDL-17125
thepurpleblob [Wed, 26 Nov 2008 15:15:58 +0000 (15:15 +0000)]
MDL-17125
Fix as suggested by Jonathan Kemp.

Merged from STABLE_19

16 years agoroles / profile: MDL-14937 remove reference to ra.active column until MDL-13240 is...
tjhunt [Wed, 26 Nov 2008 14:49:19 +0000 (14:49 +0000)]
roles / profile: MDL-14937 remove reference to ra.active column until MDL-13240 is done.

16 years agoMDL-11090
thepurpleblob [Wed, 26 Nov 2008 14:34:40 +0000 (14:34 +0000)]
MDL-11090
Passwords are now held in clear text so you can see what the password
is on the config screen.
Still backward compatible with old md5 passwords (which are still not displayed
of course)

Merged from STABLE_19

16 years agoMDL-17412: Completion system unit tests were broken
sam_marshall [Wed, 26 Nov 2008 13:59:24 +0000 (13:59 +0000)]
MDL-17412: Completion system unit tests were broken

16 years agoquiz editing: MDL-17294 added back (removed comments around) random question preview...
pilpi [Wed, 26 Nov 2008 13:16:49 +0000 (13:16 +0000)]
quiz editing: MDL-17294 added back (removed comments around) random question preview link

16 years agoMDL-17411
thepurpleblob [Wed, 26 Nov 2008 13:10:18 +0000 (13:10 +0000)]
MDL-17411
defaultquestion() now reflects the one in the question bank code, thus supressing
lots of notices

Merged from STABLE_19

16 years agoMDL-14155
thepurpleblob [Wed, 26 Nov 2008 11:51:53 +0000 (11:51 +0000)]
MDL-14155
$a in string no longer required. Changed the text slightly to make it make some sense.

Merged from STABLE_19

16 years agoMDL-15262 fixing previous incorrect merging
skodak [Wed, 26 Nov 2008 09:05:04 +0000 (09:05 +0000)]
MDL-15262 fixing previous incorrect merging

16 years agoYay! found a global variable that was not being used anywhere. Kill! Kill!
tjhunt [Wed, 26 Nov 2008 08:55:24 +0000 (08:55 +0000)]
Yay! found a global variable that was not being used anywhere. Kill! Kill!

16 years agoMDL-17408 DML: new sql_modulo() method used in course sorting
skodak [Wed, 26 Nov 2008 08:51:08 +0000 (08:51 +0000)]
MDL-17408 DML: new sql_modulo() method used in course sorting

16 years agoMDL-17408 DML: new sql_modulo() method for oracle
skodak [Wed, 26 Nov 2008 08:44:57 +0000 (08:44 +0000)]
MDL-17408 DML: new sql_modulo() method for oracle

16 years agoMDL-17408 DML: new sql_modulo() method + test
skodak [Wed, 26 Nov 2008 08:19:45 +0000 (08:19 +0000)]
MDL-17408 DML: new sql_modulo() method + test

16 years agoREPOSITORY/MDL-13766
dongsheng [Wed, 26 Nov 2008 07:11:19 +0000 (07:11 +0000)]
REPOSITORY/MDL-13766
improve javascript for file picker

16 years agoMDL_13766 Refactoring of core repository code and added first unit tests
nicolasconnault [Wed, 26 Nov 2008 07:03:10 +0000 (07:03 +0000)]
MDL_13766 Refactoring of core repository code and added first unit tests

16 years agorandom question editing: Don't show permission information when editing a random...
tjhunt [Wed, 26 Nov 2008 05:19:34 +0000 (05:19 +0000)]
random question editing: Don't show permission information when editing a random question. It is just confusing.

16 years agoquiz editing: MDL-17296 refactor print_timing_information to avoid duplicating code...
tjhunt [Wed, 26 Nov 2008 04:52:46 +0000 (04:52 +0000)]
quiz editing: MDL-17296 refactor print_timing_information to avoid duplicating code from mod/quiz/accessrules.php

16 years agoMDL-17361 Problems with the question category editing forms.
tjhunt [Wed, 26 Nov 2008 04:25:42 +0000 (04:25 +0000)]
MDL-17361 Problems with the question category editing forms.

When editing an existing category, the logic should have been to prevent you from moving the category if it was the last remaining top-level category in its context.

When creating a new category as part of creating a random question, there should be no restriction.

16 years agoquiz editing: MDL-17396 Quiz tab icons broken in IE
tjhunt [Wed, 26 Nov 2008 04:03:45 +0000 (04:03 +0000)]
quiz editing: MDL-17396 Quiz tab icons broken in IE

Well, that was a stunningly creating IE layout bug, and I have no idea why this work-around works. (The margin 0 and vertical-align are the essentail bits, the other two rules just make it look nicer.)

Also tweaked the layout in Firefox to position the icons a bit more nicely.

16 years agoFILE PICKER/MDL-13766
dongsheng [Wed, 26 Nov 2008 03:29:21 +0000 (03:29 +0000)]
FILE PICKER/MDL-13766
remove debug code

16 years agoREPOSITORY/MDL-13766
dongsheng [Wed, 26 Nov 2008 03:26:33 +0000 (03:26 +0000)]
REPOSITORY/MDL-13766
pass mimetype and return value type to file picker to filter repository instances

16 years agoUpdated the HEAD build version to 20081126
moodlerobot [Wed, 26 Nov 2008 01:58:37 +0000 (01:58 +0000)]
Updated the HEAD build version to 20081126

16 years agofilter/mediplugin MDL-16650 Avoid some notices if CFG variables not defined yet
moodler [Wed, 26 Nov 2008 01:47:46 +0000 (01:47 +0000)]
filter/mediplugin MDL-16650 Avoid some notices if CFG variables not defined yet

16 years agoAutomatic installer.php lang files by installer_builder (20081126)
moodlerobot [Wed, 26 Nov 2008 01:36:28 +0000 (01:36 +0000)]
Automatic installer.php lang files by installer_builder (20081126)

16 years agoMDL-14679 DML: fixed $rs typos
skodak [Tue, 25 Nov 2008 22:49:46 +0000 (22:49 +0000)]
MDL-14679 DML: fixed $rs typos

16 years agoaccessibility / lang strings: MDL-17359 remove > being used as an arrow - screen...
tjhunt [Tue, 25 Nov 2008 13:15:53 +0000 (13:15 +0000)]
accessibility / lang strings: MDL-17359 remove > being used as an arrow - screen readers don't like it.

16 years agoFix typo.
tjhunt [Tue, 25 Nov 2008 13:06:57 +0000 (13:06 +0000)]
Fix typo.

16 years agoquiz editing: MDL-17298 We should not add JavaScript to the YAHOO namespace\r\rAlso...
tjhunt [Tue, 25 Nov 2008 12:31:59 +0000 (12:31 +0000)]
quiz editing: MDL-17298 We should not add JavaScript to the YAHOO namespace\r\rAlso, use the newer methods for including required JavaScript.

16 years agoHTML_EDITOR, REPOSITORY/MDL-16650
dongsheng [Tue, 25 Nov 2008 12:20:13 +0000 (12:20 +0000)]
HTML_EDITOR, REPOSITORY/MDL-16650
media type should be returned.

16 years agoMDL-15326 "allow for per report capabilities to replace mod/quiz:viewreports"
jamiesensei [Tue, 25 Nov 2008 12:11:27 +0000 (12:11 +0000)]
MDL-15326 "allow for per report capabilities to replace mod/quiz:viewreports"

16 years agoHTML_EDITOR, REPOSITORY/MDL-16650
dongsheng [Tue, 25 Nov 2008 10:44:04 +0000 (10:44 +0000)]
HTML_EDITOR, REPOSITORY/MDL-16650
Modify tinymce to return a youtube link instead a object tag.
When media filter enabled, this link will be translated to proper youtube video.

16 years agofilter/mediaplugin MDL-16650 Added support for alternate youtube URLs as well
moodler [Tue, 25 Nov 2008 08:06:16 +0000 (08:06 +0000)]
filter/mediaplugin MDL-16650 Added support for alternate youtube URLs as well

16 years agofilter/mediaplugin MDL-16650 Removed div to keep XHTML strict in most places
moodler [Tue, 25 Nov 2008 07:57:05 +0000 (07:57 +0000)]
filter/mediaplugin  MDL-16650  Removed div to keep XHTML strict in most places

16 years agofilter/mediaplugin MDL-16650 Added a Youtube search/replace to turn links to Youtube...
moodler [Tue, 25 Nov 2008 07:52:52 +0000 (07:52 +0000)]
filter/mediaplugin MDL-16650 Added a Youtube search/replace to turn links to Youtube into embedded videos

Could use a quick security review!

16 years agouser's role / capabiltiy report: sort the context tree.
tjhunt [Tue, 25 Nov 2008 07:29:14 +0000 (07:29 +0000)]
user's role / capabiltiy report: sort the context tree.

16 years agocURL LIB/MDL-17382
dongsheng [Tue, 25 Nov 2008 04:55:31 +0000 (04:55 +0000)]
cURL LIB/MDL-17382
make send raw post data possible

16 years agodatabase: MDL-16999 update 'Required Entries' warning message, merged from 19
jerome [Tue, 25 Nov 2008 02:50:00 +0000 (02:50 +0000)]
database: MDL-16999 update 'Required Entries' warning message, merged from 19

16 years agoget_user_preferences() Fixed regression so that it returns single value when required
moodler [Tue, 25 Nov 2008 02:30:27 +0000 (02:30 +0000)]
get_user_preferences()   Fixed regression so that it returns single value when required

16 years agoUpdated the HEAD build version to 20081125
moodlerobot [Tue, 25 Nov 2008 01:55:27 +0000 (01:55 +0000)]
Updated the HEAD build version to 20081125

16 years agoMDL-15499 Database tables for conditional activities (code to follow! I hope)
sam_marshall [Mon, 24 Nov 2008 17:21:30 +0000 (17:21 +0000)]
MDL-15499 Database tables for conditional activities (code to follow! I hope)

16 years agoMDL-15499 Database tables for conditional activities (code to follow! I hope)
sam_marshall [Mon, 24 Nov 2008 17:09:55 +0000 (17:09 +0000)]
MDL-15499 Database tables for conditional activities (code to follow! I hope)

16 years agoMDL-17378 DML: fixed pg < 8.3 regression - found by sam, thanks
skodak [Mon, 24 Nov 2008 11:58:59 +0000 (11:58 +0000)]
MDL-17378 DML: fixed pg < 8.3 regression - found by sam, thanks

16 years agoMDL-17377 DML: prefixless database regression in new native drivers
skodak [Mon, 24 Nov 2008 09:31:43 +0000 (09:31 +0000)]
MDL-17377 DML: prefixless database regression in new native drivers

16 years agooverride roles: MDL-8313 followup - don't show capabilities you can't change the...
tjhunt [Mon, 24 Nov 2008 08:19:33 +0000 (08:19 +0000)]
override roles: MDL-8313 followup - don't show capabilities you can't change the override of in basic mode.

16 years agoSpelling.
tjhunt [Mon, 24 Nov 2008 07:43:22 +0000 (07:43 +0000)]
Spelling.

16 years agoMDL-17374 DML: improved BC in pg driver
skodak [Mon, 24 Nov 2008 07:38:07 +0000 (07:38 +0000)]
MDL-17374 DML: improved BC in pg driver

16 years agoFix typo.
tjhunt [Mon, 24 Nov 2008 07:27:11 +0000 (07:27 +0000)]
Fix typo.

16 years agoroles / profile: MDL-14937 A the user's roles report from contrib to core. Finish.
tjhunt [Mon, 24 Nov 2008 06:33:35 +0000 (06:33 +0000)]
roles / profile: MDL-14937 A the user's roles report from contrib to core. Finish.

16 years agocleanup: MDL-17083 Remove the old teacher, teachers, student and students columns...
tjhunt [Mon, 24 Nov 2008 06:28:57 +0000 (06:28 +0000)]
cleanup: MDL-17083 Remove the old teacher, teachers, student and students columns from the course table - found another reference to the students column.

16 years agoMDL-17264 minor corrections.
pichetp [Mon, 24 Nov 2008 05:21:39 +0000 (05:21 +0000)]
MDL-17264 minor corrections.
Adding control of usecase for the shortanswer type using SHORTANSER_C or
 SAC or MWC,

16 years agoREPOSITORY/MDL-15488
dongsheng [Mon, 24 Nov 2008 05:20:29 +0000 (05:20 +0000)]
REPOSITORY/MDL-15488
change default value (how many photos per page)

16 years agoREPOSITORY/MDL-13766
dongsheng [Mon, 24 Nov 2008 05:16:00 +0000 (05:16 +0000)]
REPOSITORY/MDL-13766
clean up javascript code

16 years agoMDL-17264 Adding control of usecase for the shortanswer type using SHORTANSER_C or
pichetp [Mon, 24 Nov 2008 04:57:07 +0000 (04:57 +0000)]
MDL-17264 Adding control of usecase for the shortanswer type using SHORTANSER_C or
 SAC or MWC

16 years agorole assign: Don't get duplicate records in potential_assignees_below_course user...
tjhunt [Mon, 24 Nov 2008 04:55:57 +0000 (04:55 +0000)]
role assign: Don't get duplicate records in potential_assignees_below_course user selector

16 years agocapability report: Remove unnecssary, probably wrong, line of code.
tjhunt [Mon, 24 Nov 2008 04:46:29 +0000 (04:46 +0000)]
capability report: Remove unnecssary, probably wrong, line of code.

16 years agoMDL-17264 Adding control of usecase for the shortanswer type using SHORTANSER_C or
pichetp [Mon, 24 Nov 2008 04:10:43 +0000 (04:10 +0000)]
MDL-17264 Adding control of usecase for the shortanswer type using SHORTANSER_C or
 SAC or MWC

16 years agoREPOSITORY/MDL-13766
dongsheng [Mon, 24 Nov 2008 02:43:25 +0000 (02:43 +0000)]
REPOSITORY/MDL-13766
1. enable clicking title to select a file
2. remove top paging bar when renaming the file

16 years agoFILTER/MDL-17360
dongsheng [Mon, 24 Nov 2008 02:00:46 +0000 (02:00 +0000)]
FILTER/MDL-17360
media plugin is truncating width and height to 3 digits, patched by Vlas Voloshin.
Merged from 1.9 branch

16 years agoUpdated the HEAD build version to 20081124
moodlerobot [Mon, 24 Nov 2008 01:53:57 +0000 (01:53 +0000)]
Updated the HEAD build version to 20081124

16 years agoEmoticons MDLSITE-564 Patch to avoid [[brackets]] around alt text
moodler [Mon, 24 Nov 2008 01:05:55 +0000 (01:05 +0000)]
Emoticons MDLSITE-564  Patch to avoid [[brackets]] around alt text

16 years agodatabase: MDL-16999 move the flag from config table to config_plugins table, merged...
jerome [Mon, 24 Nov 2008 00:54:20 +0000 (00:54 +0000)]
database: MDL-16999 move the flag from config table to config_plugins table, merged from 1.9

16 years agoMDL-17310 - take the opportunity to change the scorm defaults to a highest grade...
piers [Sun, 23 Nov 2008 21:39:29 +0000 (21:39 +0000)]
MDL-17310 - take the opportunity to change the scorm defaults to a highest grade orientation.

16 years agoquiz unittests: MDL-17295 start writing unit tests for some of mod/quiz/locallib...
tjhunt [Sun, 23 Nov 2008 12:46:51 +0000 (12:46 +0000)]
quiz unittests: MDL-17295 start writing unit tests for some of mod/quiz/locallib.php - and fix the bugs they revealed!

16 years agounit test reliability: For some reason this does not work on my laptop. because the...
tjhunt [Sun, 23 Nov 2008 11:53:21 +0000 (11:53 +0000)]
unit test reliability: For some reason this does not work on my laptop. because the standard function getrempteadr returns '', so just skip this test.

16 years agounittests: MDL-17367 Fix regressions caused when admin/report/simpletest was renamed...
tjhunt [Sun, 23 Nov 2008 11:39:41 +0000 (11:39 +0000)]
unittests: MDL-17367 Fix regressions caused when admin/report/simpletest was renamed to unittest.\r\rWhy was this done anyway? Some explanation in MDL-17001 might be nice.

16 years agoquiz lang: MDL-17335 Alphabetize lang/en_utf8/quiz.php
tjhunt [Sun, 23 Nov 2008 11:09:28 +0000 (11:09 +0000)]
quiz lang: MDL-17335 Alphabetize lang/en_utf8/quiz.php

16 years agoUpdated the HEAD build version to 20081123
moodlerobot [Sun, 23 Nov 2008 01:48:47 +0000 (01:48 +0000)]
Updated the HEAD build version to 20081123

16 years agoAutomatic installer.php lang files by installer_builder (20081123)
moodlerobot [Sun, 23 Nov 2008 01:29:10 +0000 (01:29 +0000)]
Automatic installer.php lang files by installer_builder (20081123)

16 years agoAdd one smaller version on the loading animated gif.
stronk7 [Sun, 23 Nov 2008 00:04:13 +0000 (00:04 +0000)]
Add one smaller version on the loading animated gif.

16 years agoFixed a typo
mudrd8mz [Sat, 22 Nov 2008 21:50:00 +0000 (21:50 +0000)]
Fixed a typo

16 years agoMDL-15461 fixed DML conversion typos
skodak [Sat, 22 Nov 2008 19:42:20 +0000 (19:42 +0000)]
MDL-15461 fixed DML conversion typos

16 years agoMDL-15837 more dml unit tests
skodak [Sat, 22 Nov 2008 19:32:16 +0000 (19:32 +0000)]
MDL-15837 more dml unit tests

16 years agoquiz editing: MDL-17284 shortened the basic ideas of quiz-making
pilpi [Sat, 22 Nov 2008 18:37:55 +0000 (18:37 +0000)]
quiz editing: MDL-17284 shortened the basic ideas of quiz-making

16 years agoquiz editing: MDL-17334 Fixed CSS: grading box in editing view explodes if font made...
pilpi [Sat, 22 Nov 2008 17:59:16 +0000 (17:59 +0000)]
quiz editing: MDL-17334 Fixed CSS: grading box in editing view explodes if font made smaller in Firefox

16 years agoquiz editing: MDL-17293 Added a default value to avoid error messages
pilpi [Sat, 22 Nov 2008 17:30:12 +0000 (17:30 +0000)]
quiz editing: MDL-17293 Added a default value to avoid error messages

Added a default value  to the function that passes a page number to avoid error messages.

16 years agoquiz editing: MDL-17298 removed debugging code forgotten there in the previous revision
pilpi [Sat, 22 Nov 2008 17:26:13 +0000 (17:26 +0000)]
quiz editing: MDL-17298 removed debugging code forgotten there in the previous revision

16 years agoquiz editing: MDL-17298 use onDOMReady instead of onload.
pilpi [Sat, 22 Nov 2008 17:20:18 +0000 (17:20 +0000)]
quiz editing: MDL-17298 use onDOMReady instead of onload.

In the previous commit to this file (1.2) I accidentally tried to do this already, but did it wrong, so javascript dialogs did not work.

16 years agoquiz editing: MDL-17362 Cleaned away the js code related to MDL-17362 question bank...
pilpi [Sat, 22 Nov 2008 16:57:50 +0000 (16:57 +0000)]
quiz editing: MDL-17362 Cleaned away the js code related to MDL-17362 question bank javascript collapsing until that is done

16 years agoMDL-15837 improved dml unit testing
skodak [Sat, 22 Nov 2008 16:48:34 +0000 (16:48 +0000)]
MDL-15837 improved dml unit testing

16 years agoquiz editing: MDL-17293 changed how the page number to add on is passed to the form...
pilpi [Sat, 22 Nov 2008 16:32:36 +0000 (16:32 +0000)]
quiz editing: MDL-17293 changed how the page number to add on is passed to the form for creating a random question

16 years agoquiz editing: MDL-17293 removed two lines of code that did nothing good but some...
pilpi [Sat, 22 Nov 2008 15:52:17 +0000 (15:52 +0000)]
quiz editing: MDL-17293 removed two lines of code that did nothing good but some bad, showing an extra form where it should have not been.

16 years agoquiz editing: MDL-17290 doc comments were updated
pilpi [Sat, 22 Nov 2008 15:28:46 +0000 (15:28 +0000)]
quiz editing: MDL-17290 doc comments were updated

16 years agoquiz editing: MDL-17300 it is now possible to change question grades after there...
pilpi [Sat, 22 Nov 2008 13:45:45 +0000 (13:45 +0000)]
quiz editing: MDL-17300 it is now possible to change question grades after there are quiz attempts

16 years agoquiz editing: MDL-17299 Moved function definitions from mod/quiz/edit.php to mod...
pilpi [Sat, 22 Nov 2008 12:36:14 +0000 (12:36 +0000)]
quiz editing: MDL-17299 Moved function definitions from mod/quiz/edit.php to mod/quiz/editlib.php

16 years agoquiz editing: MDL-17284 converted tabs to space in CSS
pilpi [Sat, 22 Nov 2008 11:47:47 +0000 (11:47 +0000)]
quiz editing: MDL-17284 converted tabs to space in CSS

my eclipse CSS editor does not seem to respect my setting here

16 years agoquiz editing: MDL-17297 Got rid of editcss.js and adjusted stylesheets accordingly
pilpi [Sat, 22 Nov 2008 11:42:06 +0000 (11:42 +0000)]
quiz editing: MDL-17297 Got rid of editcss.js and adjusted stylesheets accordingly

16 years agoquiz editing: MDL-17301 avoid inline CSS in mod/quiz/edit.php
pilpi [Sat, 22 Nov 2008 11:29:20 +0000 (11:29 +0000)]
quiz editing: MDL-17301 avoid inline CSS in mod/quiz/edit.php

16 years agoUpdated the HEAD build version to 20081122
moodlerobot [Sat, 22 Nov 2008 02:01:05 +0000 (02:01 +0000)]
Updated the HEAD build version to 20081122

16 years agoAutomatic installer.php lang files by installer_builder (20081122)
moodlerobot [Sat, 22 Nov 2008 01:41:11 +0000 (01:41 +0000)]
Automatic installer.php lang files by installer_builder (20081122)