Eloy Lafuente (stronk7)
|
fd26ea4218
|
Merge branch 'MDL-29815_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
|
2011-10-25 17:44:10 +02:00 |
|
Tim Hunt
|
8c7d6037e6
|
MDL-29339 Manually cast objects to string before calling dmllib.
|
2011-10-24 11:20:42 +01:00 |
|
Tim Hunt
|
0750c0e114
|
MDL-29815 question engine DB: bad group-by clause detected by Oracle.
Thanks to Yanfei Lu for finding this and suggesting the fix.
|
2011-10-20 11:05:37 +01:00 |
|
Eloy Lafuente (stronk7)
|
94d5bb3b50
|
MDL-29520 - mysql multitable delete, outer join some tables
|
2011-10-09 22:39:12 +02:00 |
|
Tim Hunt
|
ae3056cb00
|
MDL-29520 question engine: work-around bad MySQL delete performance.
This is a temporary fix, until the new API from MDL-29589 is available.
(amended to fix comments)
|
2011-10-04 12:05:04 +02:00 |
|
Tim Hunt
|
35d5f1c28d
|
MDL-27948 The question engine should use recordsets to load attempt data
This should be good for performance (memory usage). It also avoids having to construct a meaningless, unique, first column, which is a pain on MyQSL.
|
2011-06-22 18:53:15 +01:00 |
|
Tim Hunt
|
5f79a9bcb6
|
MDL-27898 fix question/engine/simpletest/testdatalib.php unit tests.
Now that MDL-27897 is fixed.
|
2011-06-17 11:28:05 +01:00 |
|
Tim Hunt
|
3b049b7626
|
MDL-27747 question engine stupid typo in DB query broke regrading. #472
|
2011-06-07 16:22:10 +01:00 |
|
Tim Hunt
|
1da821bbde
|
MDL-27649 support question variants as a first-class concept in the question engine.
|
2011-05-26 21:23:56 +01:00 |
|
Tim Hunt
|
9c197f4445
|
MDL-20636 Fix some more codechecker issues.
|
2011-05-14 22:53:25 +01:00 |
|
Tim Hunt
|
a2ac234956
|
MDL-20636 Merge remote-tracking branch 'moodle/master' into upgrade
Conflicts:
lib/filestorage/file_storage.php
mod/quiz/attemptlib.php
mod/quiz/lib.php
mod/quiz/mod_form.php
mod/quiz/report/overview/overview_table.php
mod/quiz/report/overview/report.php
mod/quiz/report/responses/report.php
mod/quiz/report/responses/responses_table.php
mod/quiz/report/statistics/db/install.xml
mod/quiz/report/statistics/qstats.php
mod/quiz/report/statistics/report.php
mod/quiz/report/statistics/statistics_question_table.php
mod/quiz/report/statistics/statistics_table.php
mod/quiz/report/statistics/version.php
mod/quiz/review.php
mod/quiz/reviewquestion.php
mod/quiz/startattempt.php
mod/quiz/styles.css
mod/quiz/view.php
question/type/essay/questiontype.php
question/type/match/backup/moodle2/backup_qtype_match_plugin.class.php
question/type/match/backup/moodle2/restore_qtype_match_plugin.class.php
question/type/numerical/display.html
question/type/numerical/questiontype.php
question/type/questiontype.php
question/type/random/questiontype.php
question/type/shortanswer/questiontype.php
theme/base/style/question.css
|
2011-05-11 20:29:49 +01:00 |
|
Tim Hunt
|
c749527bec
|
MDL-20636 Finished backup and restore of attempt data. Yay
|
2011-05-05 21:26:25 +01:00 |
|
Tim Hunt
|
d2c69d9373
|
MDL-20636 Fix query so that it works on MySQL.
|
2011-04-23 12:56:47 +01:00 |
|
Tim Hunt
|
48d9c17db3
|
MDL-20636 Essay questions can now handle files in the HTML editor. #216
|
2011-03-31 12:45:36 +01:00 |
|
Tim Hunt
|
6b5f24d376
|
MDL-20636 Handle deleting response files when the usage is deleted. #216
|
2011-03-31 12:45:17 +01:00 |
|
Tim Hunt
|
cd3557e64c
|
MDL-20636 Essay question type, make is_same_response consider files. #216
|
2011-03-31 12:45:07 +01:00 |
|
Tim Hunt
|
217f9a618c
|
MDL-20636 Essay submission now handles attachments. #216
|
2011-03-31 12:45:02 +01:00 |
|
Tim Hunt
|
56b0df7eac
|
MDL-20636 Kill Left over addslashes in the question engine code. #223
|
2011-03-11 13:45:38 +00:00 |
|
Tim Hunt
|
07f8858406
|
MDL-20636 Cannot really delete questions that were only used in previews #196
|
2011-03-07 16:23:11 +00:00 |
|
Tim Hunt
|
2daffca554
|
MDL-20636 Fix 30 TODOs
|
2011-02-24 17:47:51 +00:00 |
|
Tim Hunt
|
5e8a85aa64
|
MDL-20636 Massively reduce the number of references to quiz in the question code.
This mostly involves moving lang strings around, but I don't have time to do an AMOS script now.
|
2011-02-23 18:53:50 +00:00 |
|
Tim Hunt
|
88f0eb1546
|
MDL-20636 Reveiw all throw statements.
|
2011-02-23 16:50:09 +00:00 |
|
Tim Hunt
|
f7970e3ca7
|
MDL-20636 Eliminate integer and boolean in PHPdoc comments. should be int and bool.
|
2011-02-23 16:25:25 +00:00 |
|
Tim Hunt
|
a17b297d60
|
MDL-20636 Add missing defined('MOODLE_INTERNAL') || die();
|
2011-02-23 16:00:20 +00:00 |
|
Tim Hunt
|
017bc1d9f3
|
MDL-20636 Fix @package names in question/behaviour, question/engine and question top level.
|
2011-02-22 20:50:18 +00:00 |
|
Tim Hunt
|
0ff4bd0877
|
MDL-20636 Fix new stdClass -> stdClass(), and trailing whitespace.
|
2011-02-21 18:10:19 +00:00 |
|
Tim Hunt
|
e24ee794b2
|
MDL-20636 Convert the overview report.
|
2011-02-16 17:33:51 +00:00 |
|
Tim Hunt
|
2a3bdbf98e
|
MDL-20636 Fix some minor bugs.
|
2011-02-16 14:06:12 +00:00 |
|
Tim Hunt
|
0f33deafaa
|
MDL-20636 Fix question/enigne/datalib.php unit tests.
|
2011-02-15 18:19:55 +00:00 |
|
Tim Hunt
|
04853f273a
|
MDL-20636 Convert quiz statistics report.
|
2011-02-15 17:22:31 +00:00 |
|
Tim Hunt
|
9b40c540ee
|
MDL-20636 Responses report mostly working.
|
2011-02-14 17:57:47 +00:00 |
|
Tim Hunt
|
cf3b65686a
|
MDL-20636 Finished conversion of the manual grading report.
|
2011-02-14 17:57:44 +00:00 |
|
Tim Hunt
|
f9b0500f7f
|
MDL-20636 Quiz editing now works, as does the random question type.
However, all this needs more testing.
Also, a bit of a purge of training whitespace and global .
|
2011-02-10 20:50:18 +00:00 |
|
Tim Hunt
|
f86390dc94
|
MDL-20636 Bug 11396 better handle manually graded questions that are graded out of 0.
The key point is that 0 * Ungraded should equal 0, rather than Ungraded.
|
2011-01-27 17:43:50 +00:00 |
|
Tim Hunt
|
7a7197482d
|
MDL-20636 Fix if the use of the File API so images work in questions.
|
2011-01-13 18:35:57 +00:00 |
|
Tim Hunt
|
32d8935c8d
|
MDL-20636 Conversion of the description question type.
|
2011-01-13 18:35:54 +00:00 |
|
Tim Hunt
|
c76145d3e4
|
MDL-20636 Previewing a truefalse question in deferred feedback mode now works.
|
2011-01-13 18:35:43 +00:00 |
|
Tim Hunt
|
06f8ed54fd
|
MDL-20636 More progress.
|
2011-01-13 18:35:34 +00:00 |
|
Tim Hunt
|
d1b7e03d5d
|
MDL-20636 Current work-in-progress converting the question engine to Moodle 2.0
|
2011-01-13 18:35:29 +00:00 |
|