Tim Hunt
222fb6e5fe
quiz MDL-24140 navigating to a question that was not first on the page was broken.
2010-11-02 19:20:58 +00:00
Tim Hunt
6723a0390b
MDL-24140 Each attempt builds on last setting was being ingored in one place.
...
The code was behaving as if it was always true.
2010-11-02 19:12:21 +00:00
Sam Marshall
b608881ca4
Unit tests MDL-24981 Fixed portfolio unit test so it at least runs (update: glossary too)
2010-11-02 16:21:34 +00:00
Andrew Davis
4ffa1463ec
message MDL-24972 made sure all strings in messages are in the message recipient's language
2010-11-02 07:37:25 +00:00
Dongsheng Cai
980c237e6c
MDL-25002, fixed wiki preview
2010-11-02 05:19:37 +00:00
Sam Hemelryk
37a75bee9f
mod-wiki MDL-25001 Added missing arguments to optional_param_calls
2010-11-02 03:02:08 +00:00
Eloy Lafuente
384437085a
MDL-24996 - make forum_print_post() to specify context on format_text() calls
2010-11-02 01:59:20 +00:00
Dan Marsden
a211a40c75
Assignment MDL-24948 fix depreceated calls to get group info
2010-11-02 01:38:56 +00:00
Tim Hunt
f2ca88b07f
qtype_multichoice MDL-24937 multichoice questions were getting marked as answered even when they weren't.
2010-11-01 18:14:27 +00:00
Sam Marshall
49a874ce80
Unit tests MDL-24992 Fixed mod/wiki unit test CRLF issue (ahem, not using ereg)
2010-11-01 18:06:10 +00:00
Sam Marshall
cf72c96949
Unit tests MDL-24992 Fixed mod/wiki unit test CRLF issue
2010-11-01 18:04:26 +00:00
Sam Marshall
bf81b16824
Unit tests MDL-24981 Fixed portfolio unit test so it at least runs (albeit with 23 exceptions and only 2 passes)
2010-11-01 18:00:57 +00:00
Tim Hunt
157434a522
quiz/question javascript MDL-24170 Enter in a shortanswer question preview should not flag the question.
...
That bit of JavaScript from mod/quiz/attempt.php is needed in question preview too, so refactor a bit.
I was disappointed to find that the
$PAGE->requires->js_module('core_question_engine');
line was needed in quiz_get_js_module, but it seems to be.
Also change non-Moodle-y string "End test..." to "Finish attempt..."
2010-11-01 17:44:59 +00:00
Tim Hunt
48c19b2551
quiz lang MDL-24170 move an old string to a more logical name, before making the real change.
...
AMOS BEGIN
MOV [finishattempt,mod_quiz],[submitallandfinish,mod_quiz]
AMOS END
2010-11-01 17:36:15 +00:00
Tim Hunt
6382910a87
quiz MDL-24499 simple typo when putting values into a string.
...
Thanks to Manish Verma for noticing this.
2010-11-01 14:40:25 +00:00
Tim Hunt
e09ca95eba
quiz reports MDL-24603 columns in the overview report should be collapsible.
2010-11-01 14:36:58 +00:00
Andreas Grabs
8d8e6694c8
MDL-24958 - bad permission check on anonymous feedbacks
2010-10-31 22:05:57 +00:00
Andrew Davis
7c810d077d
rss MDL-24902 made sure that the item title tag has something in it
2010-10-29 03:06:11 +00:00
Dongsheng Cai
f0f77dfaae
MDL-24888, wiki tags' itemtype should be wiki_pages, taglib will try to query table by itemtype in cron
2010-10-28 07:51:59 +00:00
Dongsheng Cai
fc98c3aecb
"MDL-24851, added DISTINCT statements"
2010-10-27 13:16:52 +00:00
Petr Skoda
e22465c7bf
fixed hardcoded prefixes in wiki table names
2010-10-27 08:11:21 +00:00
Aparup Banerjee
c65c5935c4
assignment MDL-24694 lang file string change.
2010-10-27 03:10:34 +00:00
Petr Skoda
568d0b6de0
MDL-24869 fixed incorrect string location
2010-10-26 17:46:57 +00:00
Petr Skoda
510f8b0e5c
MDL-22290 stadnardised the cancel button on lesson password page
2010-10-26 15:16:11 +00:00
Petr Skoda
ea7a9614e7
MDL-24859 adding missing glossary ajax text formatting (patch by Jason Platts) + adding missing context param to formatting options
2010-10-26 15:05:04 +00:00
Petr Skoda
b52d96018b
MDL-22700 fixed bad foreign key definition in table wiki_pages, patch by Jason Platts
2010-10-26 14:44:13 +00:00
Aparup Banerjee
6217809c8c
assignment MDL-24694 added contexturl and contexturlname properties to email_teachers() message object.
2010-10-26 09:04:12 +00:00
Petr Skoda
2ec48e8484
MDL-24861 fixed text <> char comparison breaking MSSQL upgrade
2010-10-26 08:28:56 +00:00
Andrew Davis
14a0e7ddff
message MDL-24771 another big commit of messaging fixes
2010-10-26 08:00:29 +00:00
Aparup Banerjee
39e171ac93
assignment MDL-24694
...
- added message provider to manage assignment's messaging
- user_preferences.name length changed form 50 to 255 due to long messaging preference names.
2010-10-26 06:46:01 +00:00
Andrew Davis
a5d2a7495c
rss MDL-24532 made rss item title be the post subject rather than the discussion title
2010-10-26 01:33:08 +00:00
Dan Marsden
0be8830f95
SCORM MDL-24272 fix for bad function call - thanks to Peter/Derek
2010-10-25 20:33:01 +00:00
Tim Hunt
9c670df6db
forum cron MDL-24843 fix typo in mtrace message.
...
Fix thanks to Colin Chambers.
2010-10-25 13:11:51 +00:00
Andrew Davis
a813a74843
message MDL-24771 a big commit that fixes a whole bunch of small issues with messaging
2010-10-25 09:29:34 +00:00
Eloy Lafuente
41941110fd
MDL-22138 backup - I know smaller cathedrals than this, yay quizzes!
2010-10-24 10:43:42 +00:00
David Mudrak
84a8bedd6a
MDL-24777 function replace_smilies() is not called from any other core code
2010-10-23 18:41:47 +00:00
Andreas Grabs
8a41eb4fa8
MDL-23271 - missing completion on submit for feedback
2010-10-22 23:19:23 +00:00
Tim Hunt
db04866591
quiz MDL-24760 recent fix quiz preview/review by teacher.
2010-10-22 17:24:09 +00:00
Sam Hemelryk
34563b35e7
mod-forum MDL-24628 Properly setting up course and cm on PAGE
2010-10-22 05:55:36 +00:00
Aparup Banerjee
2e9459108c
forum MDL-24638 merged changes from 19 to HEAD
2010-10-22 02:04:42 +00:00
Dongsheng Cai
783f148609
MDL-24474, fixed warning message from filepicker element, fixed missing packageurl when adding new scorm instance
2010-10-21 04:46:05 +00:00
Dongsheng Cai
ed67e06c9e
NOMDL, added option to filemanager element
2010-10-21 04:41:38 +00:00
Piers Harding
d1cf56e783
MDL-24659 - correct a bug with the navbar + popups - thanks djeeg
2010-10-20 22:40:09 +00:00
David Mudrak
5450f7b6c5
MDL-24765 workshop logging features reviewed
2010-10-20 13:13:45 +00:00
David Mudrak
c2a3526639
MDL-22507 workshop grading report rendering
2010-10-20 13:13:21 +00:00
David Mudrak
a8b309a37d
MDL-22507 workshop rendering of messages and allocation process fixed
2010-10-20 13:13:01 +00:00
David Mudrak
81b2288716
MDL-22507 workshop rendering fixed for submissions and example submissions
2010-10-20 13:12:31 +00:00
Tim Hunt
9bb6663e04
quiz MDL-24727 column missed from install.xml
2010-10-20 10:14:19 +00:00
Dongsheng Cai
786d886efe
"NOBUG, added lib/completionlib.php"
2010-10-20 07:21:03 +00:00
Aparup Banerjee
6a41c6fe3a
assignment MDL-24694 added time of update to assignment updates email notification
2010-10-20 03:02:48 +00:00