1318 Commits

Author SHA1 Message Date
Petr Skoda
2e0406a53a repeating upgrade typo fixed 2010-07-06 16:10:17 +00:00
Tim Hunt
45c4a5c770 quiz MDL-21533 remove all mention of overlib from the quiz, by moving necessary code to qtype_multianswer, which is the only place it is used. 2010-07-05 16:55:39 +00:00
Tim Hunt
b97d264489 qtype base: NOBUG improve comments and private function name. 2010-07-05 16:53:50 +00:00
Petr Skoda
572ae764aa no more id cvs markers or closing php tags 2010-07-04 12:08:18 +00:00
Petr Skoda
a4cdd6d2c8 MDL-23068 removing obsolete $result and removing empty upgrade files that would be probably never used at all + minor cleanup/fixing 2010-07-04 10:27:56 +00:00
Tim Hunt
728d60a1f6 question import/export: MDL-22100 ' / etc. in category names confuse the import/export. 2010-07-02 13:36:49 +00:00
David Mudrak
096ec8d63d MDL-21695 Cleaning up legacy strings and help
Text of help pages Read carefully, Write carefully and Ask questions
moved to wiki by Helen. Text formatting help removed, to be
re-introduced properly in editors rewrite. Unused editorhelp form
element removed completely.
2010-06-27 21:34:01 +00:00
Petr Skoda
df997f841f MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week
AMOS START
    MOV [sendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage,enrol_self]
    MOV [configsendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage_desc,enrol_self]
    MOV [enrolstartdate,core],[enrolstartdate,enrol_self]
    MOV [enrolenddate,core],[enrolenddate,enrol_self]
    CPY [welcometocourse,core],[welcometocourse,enrol_self]
    CPY [welcometocoursetext,core],[welcometocoursetext,enrol_self]
    MOV [notenrollable,core],[notenrollable,core_enrol]
    MOV [enrolenddaterror,core],[enrolenddaterror,enrol_self]
    MOV [enrolmentkeyhint,core],[passwordinvalidhint,enrol_self]
    MOV [coursemanager,core_admin],[coursecontact,core_admin]
    MOV [configcoursemanager,core_admin],[coursecontact_desc,core_admin]
    MOV [enrolledincourserole,core],[enrolledincourserole,enrol_manual]
    MOV [enrolme,core],[enrolme,core_enrol]
    MOV [unenrol,core],[unenrol,core_enrol]
    MOV [unenrolme,core],[unenrolme,core_enrol]
    MOV [enrolmentnew,core],[enrolmentnew,core_enrol]
    MOV [enrolmentnewuser,core],[enrolmentnewuser,core_enrol]
    MOV [enrolments,core],[enrolments,core_enrol]
    MOV [enrolperiod,core],[enrolperiod,core_enrol]
    MOV [unenrolroleusers,core],[unenrolroleusers,core_enrol]
AMOS END
2010-06-21 15:30:49 +00:00
Pierre Pichet
d90b016b1b MDL-17278 Adding control and display features of shared datasets 2010-06-15 04:20:03 +00:00
Pierre Pichet
46a8f8ee8f MDL-20296 correcting the display (the ||| separator was visible) better test line 431 2010-06-12 02:55:38 +00:00
Gordon Bateson
8785967704 mod/hotpot MDL-22726 fix importing of intructions from a Hot Potatoes quiz file into the Moodle question bank 2010-06-10 23:42:23 +00:00
Tim Hunt
85a712680b question restore: MDL-22720 silly typo in question restore.
Thanks to Vadim Dvorovenko for finding and fixing this.
2010-06-10 14:58:39 +00:00
Dongsheng Cai
a1eb90c0eb MDL-22574, fixed question import button 2010-06-08 03:04:39 +00:00
Petr Skoda
4b7c96d9e6 MDL-22574 removing obsolete choose file elements that can not work any more, developers have to upgrade code 2010-06-05 09:58:30 +00:00
Pierre Pichet
49580a59d1 MDL-20296 add isset() tests in function split_old_answer () lines 358-362 2010-06-04 12:28:45 +00:00
Pierre Pichet
b79c7c289b MDL-20296 correcting fill with correct display in preview 2010-06-04 03:53:02 +00:00
Rossiani Wijaya
0f56fde284 MDL-20447 - bulk upload: add page heading 2010-06-02 06:13:27 +00:00
Pierre Pichet
91d2399d84 MDL-21695 adding help and link strings 2010-05-27 14:57:49 +00:00
Helen Foster
ffa956c9c9 MDL-21695 adding help and link strings 2010-05-26 14:31:22 +00:00
Helen Foster
62ca4e1547 MDL-21695 changing link string 2010-05-26 13:25:41 +00:00
Helen Foster
a0e5b40be6 MDL-21695 changing help string 2010-05-26 11:54:32 +00:00
Helen Foster
b8d7548437 MDL-21695 adding help string 2010-05-26 11:51:52 +00:00
Pierre Pichet
eb1284a2c7 MDL-20296 cleaning code 2010-05-26 04:14:31 +00:00
Pierre Pichet
4433c6c407 MDL-22578 temporary fix of explorer and safari display of numerical unit choice (radio elements) 2010-05-26 04:11:55 +00:00
Pierre Pichet
8ef9f8ead6 MDL-21694 using strings from namely qtype_calculated as this code is also used with qtype_calculatedmulti . 2010-05-26 00:08:51 +00:00
Pierre Pichet
efeedf0475 MDL-21695 moving strings related to Choose dataset properties and Edit the datasets from quiz.php to qtype_calculated.php
and adding very elementary.. help strings
2010-05-26 00:01:21 +00:00
Pierre Pichet
327b0d444d MDL-20296 using $state->options->raw_unitpenalty to display the unit penalty 2010-05-25 17:17:46 +00:00
Pierre Pichet
7897d6fcad MDL-20296 using $state->options->raw_unitpenalty to dispaly the unit penalty 2010-05-25 17:12:17 +00:00
Helen Foster
2ea1237927 MDL-21695 changing help and link strings 2010-05-25 15:59:09 +00:00
Helen Foster
00aac9a54b MDL-21695 adding help and link strings 2010-05-25 15:50:55 +00:00
Helen Foster
92a119f53d MDL-21695 adding help and link strings 2010-05-25 15:42:40 +00:00
Helen Foster
5a2c8d077f MDL-21695 adding help and link strings 2010-05-25 15:34:33 +00:00
Helen Foster
c96e53b75e MDL-21695 adding help and link strings 2010-05-25 13:08:55 +00:00
Helen Foster
d87be06cc8 MDL-21695 adding help and link strings 2010-05-25 12:47:39 +00:00
Helen Foster
880fde42db MDL-21695 adding help and link strings 2010-05-25 10:12:28 +00:00
Helen Foster
aaba6e8afe MDL-21695 adding help and link strings 2010-05-25 09:49:52 +00:00
Helen Foster
cc002f9d04 MDL-21695 rewording help string 2010-05-25 09:39:46 +00:00
Helen Foster
e3866c921a MDL-21695 adding help and link strings 2010-05-25 09:37:52 +00:00
Pierre Pichet
c4979f0220 MDL-20585 Adding new lang strings 2010-05-25 03:26:15 +00:00
Helen Foster
c72fc30cde MDL-21695 adding help string 2010-05-24 13:52:38 +00:00
Pierre Pichet
2a2c5eff06 MDL-17366 Answer fraction was not set correctly 2010-05-23 02:57:44 +00:00
Helen Foster
ebf2f1c428 MDL-21695 adding help and link strings 2010-05-22 20:41:06 +00:00
Helen Foster
c8aea813a9 MDL-21695 adding help and link strings 2010-05-22 20:14:26 +00:00
Pierre Pichet
1285531b81 MDL-20296 some parameters were undefined 2010-05-22 02:39:05 +00:00
Pierre Pichet
ca3ede76c8 MDL_22350 put a div class = "que numerical clearfix"> to enclose the answer and unit elements so that the display does not change for calculated simple 2010-05-22 02:33:49 +00:00
Pierre Pichet
ec3dbcd48c MDL-20296 correcting unit penalty display 2010-05-22 02:22:46 +00:00
Pierre Pichet
3f42a35a5c MDL-20296 correcting unit penalty display 2010-05-21 13:31:34 +00:00
Pierre Pichet
960ac99bf6 MDL-20296 correcting Correct response display 2010-05-21 13:07:58 +00:00
Pierre Pichet
d7be65a3d5 MDL-10110 Improving display and setting language strings 2010-05-21 08:27:13 +00:00
Pierre Pichet
a3e153c2e9 MDL-20296 undefined QTYPES 2010-05-21 08:11:06 +00:00