1158 Commits

Author SHA1 Message Date
Tim Hunt
e14de5aa1c random question history MDL-20951: Two minor bugs in the fix for MDL-20776.
Thanks to Oleg Sychev for noticing these problems.
2009-11-24 11:49:21 +00:00
Tim Hunt
6224d7a10d question editing from quiz: MDL-20709 better return URL. 2009-11-19 19:09:04 +00:00
Tim Hunt
5c86dc7c72 question history: MDL-20776 state history was not shown for random questions
I took the opportunity to clean up the code that generates the history.
Thanks to Gábor Katona for helping to find the problem.
2009-11-19 19:03:55 +00:00
Tim Hunt
7846a624d5 question editing: MDL-20380 Highlight the last edited question when you cancel the form too. 2009-11-19 17:59:54 +00:00
Tim Hunt
85edde5c90 question bank - MDL-20545 need a separate language string for edit question category, as opposed to edit course category. 2009-11-19 17:46:15 +00:00
Tim Hunt
5ffd1421a5 manual grading: MDL-20581 Fix potential XSS problem.
Thanks to Penny for spotting this.
Merged from MOODLE_19_STABLE.
2009-11-19 17:31:41 +00:00
Pierre Pichet
7189393ac0 MDL-20296 missing parameter in function call line 41 2009-11-17 10:18:46 +00:00
Pierre Pichet
1c5299bff6 MDL-20861 add the $this-> line 313 although was not able to test the result. 2009-11-17 02:20:40 +00:00
Moodle HQ git importer
14e31fa388 Fixing drift between CVS and git 2009-11-06 00:33:01 +00:00
Petr Skoda
3fac41f8dd MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-04 11:57:54 +00:00
Petr Skoda
aeb15530b8 MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-04 11:57:52 +00:00
Tim Hunt
81d1f0914d question bank: MDL-20707 prevent XSRF.
Uses new require_sesskey function from MDL-20702.
2009-11-02 17:15:18 +00:00
Petr Skoda
2e9b772fb8 MDL-20693 new NO_DEBUG_DISPLAY define 2009-10-31 22:02:05 +00:00
Pierre Pichet
03adfa13e5 MDL-20585 correcting so that the confirm check button appears only on reload
if errors are detected but also correcting the test setting an error on confir line
 394
2009-10-26 21:00:04 +00:00
Pierre Pichet
90a92bd0cd MDL-20585 correcting so that the confirm check button appears only on reload
if errors are detected
2009-10-24 03:03:34 +00:00
Tim Hunt
1a9def7cc2 Move action icons closer to the question name in the question bank to make Oleg happy. 2009-10-23 18:44:02 +00:00
pichetp
dd800cea85 MDL-20563 Applying a temporary patch to the confirm delete form.
A more permanent solution will follow after Tim advice
2009-10-22 14:24:27 +00:00
pichetp
d3e3bd6cbc MDL-20585 Warning user of changes when editing a multianswer question used in a quiz
a first beta version, lang files remained to be defined
2009-10-21 13:45:52 +00:00
samhemelryk
7f09335135 output MDL-19799 Fixed up some set_url calls as well as fixing some regressions caused by recent upgrades 2009-10-21 04:23:35 +00:00
samhemelryk
5c0daafc3d question MDL-19820 Added set_url calls with pre-generated var 2009-10-16 03:22:20 +00:00
pichetp
d6d8b94c3f MDL-20563 Applying a temporary patch so that paging is working on showbank.
A more permanent solution will follow after Tim advice
2009-10-14 19:46:00 +00:00
pichetp
f0b6151c68 MDL-20296 removing & in print_question_grading_details() as reported in php analysis 2009-10-13 23:21:03 +00:00
pichetp
95cf694abe MDL-20296 closing } added line 713 in question_restore_numerical_options 2009-10-13 20:05:06 +00:00
pichetp
5774a5f565 MDL-20296 improvements in valid number and instructions display 2009-10-13 14:09:07 +00:00
pichetp
824f018248 MDL-20296 saving numerical options 2009-10-13 14:03:01 +00:00
moodler
b3a8a88e52 Removed a spurious blank line 2009-10-13 06:40:37 +00:00
pichetp
fe7e43f430 MDL-20296 setting get_correct_responses() for calculated regular and multichoice 2009-10-13 01:02:30 +00:00
pichetp
8f542d6c6a MDL-20541 Removing two test of apply units() function no more valid wtih the new code. 2009-10-12 22:23:54 +00:00
pichetp
78d2d5763a MDL-20296 setting get_correct_responses() 2009-10-10 01:08:11 +00:00
pichetp
188c3eaa80 MDL-20522 the $result was forgotten in the last test if ($result && $oldversion < 2009092000) 2009-10-09 18:40:16 +00:00
pichetp
caf2d133c2 MDL-20522 correct the version numbers and creating database field steps 2009-10-09 17:24:29 +00:00
pichetp
03990aa6e7 MDL-20296 Units handling for numerical and calculatedquestions 2009-10-07 21:03:58 +00:00
pichetp
c5da99065e MDL-20296 Units handling for numerical and calculatedquestions
commented echo diagnostic lines as has been left for the testing period.
2009-10-07 20:50:38 +00:00
pichetp
b003b81817 MDL-20296 Units handling for numerical and calculatedquestions 2009-10-07 20:45:45 +00:00
tjhunt
964c571975 question import/export: MDL-20299 fix regression I introduced yesterday in hotpot import/export 2009-10-01 10:12:29 +00:00
tjhunt
d0fdb92ccf question preview: MDL-19820 set_url and generaltype = popup on question preview page 2009-10-01 10:09:59 +00:00
tjhunt
eaf3fd7a45 question import/export: MDL-20299 fatal error cause by hotpot format changes
Replaced copy and paste code from mod/hotpot/lib.php with a require_once.
2009-09-30 17:19:32 +00:00
tjhunt
88bc20c30f question types: MDL-20157 export_to_xml and import_from_xml functions for question types using extra_question_fields.
Thanks to Oleg Sychev for the implementation.
2009-09-30 13:38:36 +00:00
skodak
d18e0fe646 MDL-20353 adding missing data types of hidden form fields 2009-09-26 17:07:08 +00:00
pichetp
7b07a7d412 question MDL-19820 Adding global $OUTPUT 2009-09-25 08:22:43 +00:00
samhemelryk
1d58b567be question MDL-19820 Replaced deprecated functions 2009-09-25 04:16:27 +00:00
pichetp
99a77ee528 MDL-10110 Adding validation for multichoice option single and multianswer 2009-09-25 03:30:06 +00:00
pichetp
1b41f2b0fb MDL-10110 Adding multichoice option in calculated question minor bugs fixed 2009-09-25 00:48:34 +00:00
pichetp
28a27ef1f7 MDL-10110 Adding multichoice option in calculated question 2009-09-24 16:38:40 +00:00
samhemelryk
458eb0d10c overlib MDL-19735 Overlib is now included only where it is used
At the same time I have converted the calendar block to use YUI instead of overlib, this introduces one regression in that the panel is shown immediatly but should really have a minimal delay for usability.
This will be fixed once the theme changes for 2.0 have been commited
2009-09-17 07:46:20 +00:00
samhemelryk
e2c803396d question MDL-19820 Added set_url call 2009-09-17 04:17:40 +00:00
samhemelryk
5c5d514046 questions MDL-20276 Fixed minor issue with URL handling within the paging bar for the question bank 2009-09-16 02:59:20 +00:00
samhemelryk
b0f4e4e442 questions MDL-20276 Fixed minor issue with URL handling within the paging bar for the question bank 2009-09-16 02:43:58 +00:00
tjhunt
7fc368e14a questions: MDL-20280 oracle compatibility in question backup.
Problem and fix thanks to Sara Arjona
2009-09-14 17:48:51 +00:00
samhemelryk
b06a2d46da questions-type-calculated MDL-20275 Fixed bug causing error when upgrading
Bug was caused because $result was being set by database_manager::create_table which does not return a value
2009-09-14 02:49:51 +00:00