Aparup Banerjee
728ebac7f2
MDL-28135 general Updating all hardcoded "docs.moodle.org/en/Development:" type doc links to "docs.moodle.org/dev/"
2011-07-05 14:27:31 +08:00
Tim Hunt
0366ef262a
MDL-28035 problems with upgrade/restore of ataptive quizzes from 2.0
...
There were two main problems:
1. The unit tests for upgrading adaptive quiz attempts had slighly the
wrong $expectedqa, and so matching that the upgrade was doing the wrong
thing in certain situations. The main issue was that it was setting
-_try = 1 on the first step, which broke the penalty calculation when
the quiz was regraded. There were also some other subtleties with
incrementing -_try that were not right before.
2. It was possible in 2.0 and earlier for two question_states to get the
same seq_number, and restoring 2.0 backups was rashly assuming that that
was unique.
2011-06-27 17:10:02 +01:00
Tim Hunt
08c458d10f
MDL-27877 question engine progress bars not working.
2011-06-16 18:55:10 +01:00
Tim Hunt
ba5a29f528
MDL-27852 local_qeupgradehelper convertquiz.php script was broken.
2011-06-14 15:59:25 +01:00
Eloy Lafuente (stronk7)
82b25e8e71
MDL-20636 fix local/qeupgradehelper perms
2011-06-06 23:28:50 +02:00
Tim Hunt
4c5743343f
MDL-20636 make qe upgrade tests independent of html2text details.
...
Based on Eloy's change, but refactored to be slightly nicer.
2011-06-06 17:05:54 +01:00
Tim Hunt
b360806d5c
MDL-20636 update local/qeupgradehelper/README.txt.
2011-05-27 20:58:18 +01:00
Tim Hunt
85714b36c2
MDL-20636 implement the shell of the system for completing the upgrade using cron.
2011-05-27 20:46:37 +01:00
Tim Hunt
1027301215
MDL-20636 Implement the ability to only upgrade some of the quiz attempts during the main upgrade.
2011-05-27 19:44:53 +01:00
Tim Hunt
61eca136c1
MDL-20636 remove the pretendupgrade script that does not work.
2011-05-27 18:10:15 +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
f55192bf08
MDL-20636 improve the fomatting of the generated code.
2011-05-26 19:31:24 +01:00
Tim Hunt
e0736817f0
MDL-20636 fix some more coding style issues in the question code.
2011-05-20 18:50:41 +01:00
Tim Hunt
c35bf0e6b1
MDL-20636 local_qeupgradehelper use a textarea in extracttestcase for easier copy/paste.
2011-05-19 20:32:44 +01:00
Tim Hunt
2db6fbad97
MDL-20636 make upgradehelper able to reset badly upgraded attempts
...
Obviously, these are the ones where it most important to be able to redo the upgrade.
2011-05-19 20:27:12 +01:00
Tim Hunt
0c404c4211
MDL-20636 QE upgrade helper: Make resetting quiz attempts work.
2011-05-13 16:46:47 +01:00
Tim Hunt
d02ac70862
MDL-20636 Add warning about very old attempts to listpreupgrade.php.
2011-05-13 11:57:26 +01:00
Tim Hunt
1ab31a1b92
MDL-20636 Make extracttestcase.php work after the upgrade too.
2011-05-13 11:42:37 +01:00
Tim Hunt
2d43a02323
MDL-20636 Make extracttestcase work.
2011-05-13 11:34:18 +01:00
Tim Hunt
39759ac468
MDL-27408 fix a few minor bugs with the upgrade from 2.0.
...
More testing, and adaptive mode, still to come.
2011-05-12 21:03:24 +01:00
Tim Hunt
bb28e3bc5e
MDL-27408 Moved the question engine install/upgrade code into the proper place.
...
I have tested upgrade from the previous development version, and a clean install. Upgrade from 2.0 still needs more work.
2011-05-12 18:58:50 +01:00
Tim Hunt
cfd811c8eb
MDL-20636 fix upgrade issue.
2011-05-11 22:29:55 +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
38d42fc476
MDL-27408 question engine upgrade, change to update the quiz settings in config_plugins.
...
Also start creating the unit tests for the upgrade.
2011-05-11 15:32:29 +01:00
Tim Hunt
cd300cf34c
MDL-20636 Initial pass at converting this code to Moodle 2.0 style.
2011-05-11 15:32:26 +01:00
Tim Hunt
cca6d63252
MDL-20636 Refactor the various list pages a bit.
2011-05-11 15:32:24 +01:00
Tim Hunt
5ab62d9d3d
MDL-20636 listpreupgrade done.
2011-05-11 15:32:22 +01:00
Tim Hunt
22cd62caa9
MDL-20636 Cleanup in the upgradehelper plugin.
2011-05-11 15:32:20 +01:00
Tim Hunt
92dcdc88df
MDL-20636 Implement lots of the post-upgrade functionality for the upgrade helper plugin.
2011-05-11 15:32:18 +01:00
Tim Hunt
d98389ffed
MDL-20636 Start of work on a local plugin to help with the question engine upgrade on large sites.
2011-05-11 15:32:16 +01:00
Tim Hunt
c8b3ad7c46
MDL-20636 quiz_attempts.sumgrades should be nullable. #224
2011-03-11 13:45:03 +00:00
Tim Hunt
c26b7f0cfb
MDL-20636 Fix upgrade problems. Thanks to James Brisland for his help.
2011-03-02 17:42:58 +00:00
Tim Hunt
adaad5f224
MDL-20636 Fix install
2011-02-13 07:34:32 +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
f255782339
MDL-20636 You can now create a quiz, and edit the settings.
...
Little else works, but this is just the first step.
2011-02-09 20:18:06 +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
cce1b6556c
MDL-20636 Fix a bunch of minor errors in the truefalse preview.
...
Most significantly, all behaviours now work.
2011-01-13 18:35:46 +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
2b7da64586
MDL-20636 It is now possible to save a truefalse question you have created.
...
This includes all the necessary DB upgrades.
Also all unit tests in question/type/simpletest and question/type/truefalse now pass.
2011-01-13 18:35:41 +00:00
Sam Marshall
9ea98a6e15
local NOBUG Improved my settings example (probably typical usage) in local/readme.txt
2010-12-02 11:26:55 +00:00
Sam Marshall
2528fe1408
local NOBUG Added another settings example (probably typical usage) to the excellent documentation about local plugins
2010-12-01 17:48:58 +00:00
jerome mouneyrac
08509f0a6b
webservice MDL-25389 Add some information about web service into the local/readme.txt
2010-11-24 02:14:45 +00:00
Petr Skoda
aaff9f7f14
MDL-17376 more plugin info
2010-05-20 07:31:53 +00:00
Petr Skoda
54f88b0766
MDL-17376 fixed headings
2010-05-19 08:42:50 +00:00
Petr Skoda
43266b4005
MDL-17376 some more upgrade info
2010-05-19 08:40:42 +00:00
Petr Skoda
2b40710c61
MDL-17376 some pre-upgrade clarification
2010-05-19 08:39:33 +00:00
Petr Skoda
72b4b0efa9
MDL-17376 towards production ready local customisations - docs update
2010-05-19 08:11:27 +00:00
Petr Skoda
3a915b0667
MDL-21693 Dropping _utf8 suffix from language codes and folder names; enabling new string managers - please note the transition is not yet fully complete because we need to wait for git to recognize the renames in cvs
2010-04-10 07:24:56 +00:00
David Mudrak
c17f55fa71
MDL-21719 Fixed the local strings file name
2010-02-25 10:13:37 +00:00
jerome mouneyrac
c6eb9bc672
local plugin MDL-21720 Local plugin Readme.txt didn't explain that version.php requires that the variable to be named $plugin
2010-02-24 09:04:17 +00:00