MDL-19870 Initial work on random allocator
authorDavid Mudrak <david.mudrak@gmail.com>
Mon, 4 Jan 2010 17:47:09 +0000 (17:47 +0000)
committerDavid Mudrak <david.mudrak@gmail.com>
Mon, 4 Jan 2010 17:47:09 +0000 (17:47 +0000)
commit53fad4b90c949224a5d40bbc7d4f4df8ac151409
tree56fad17493fabbc6dc1b3fbce67bf16b47695156
parent59ef784763e1c7b8e077254ba417c62263de8f70
MDL-19870 Initial work on random allocator

Initial sketches of random allocator. Refactoring of the rest of the
module here and there. Also, this commit removes trailing whitespace and
running empty lines.
33 files changed:
mod/workshop/allocation.php
mod/workshop/allocation/lib.php
mod/workshop/allocation/manual/allocator.php
mod/workshop/allocation/manual/renderer.php
mod/workshop/allocation/random/allocator.php
mod/workshop/allocation/random/settings_form.php [new file with mode: 0644]
mod/workshop/allocation/random/simpletest/testallocator.php [new file with mode: 0644]
mod/workshop/assessment.php
mod/workshop/db/access.php
mod/workshop/editform.php
mod/workshop/grading/accumulative/assessment_form.php
mod/workshop/grading/accumulative/edit_form.php
mod/workshop/grading/accumulative/simpletest/teststrategy.php
mod/workshop/grading/accumulative/strategy.php
mod/workshop/grading/assessment_form.php
mod/workshop/grading/edit_form.php
mod/workshop/grading/noerrors/edit_form.php
mod/workshop/grading/noerrors/strategy.php
mod/workshop/grading/strategy.php
mod/workshop/index.php
mod/workshop/lang/en_utf8/workshop.php
mod/workshop/lib.php
mod/workshop/locallib.php
mod/workshop/mod_form.php
mod/workshop/renderer.php
mod/workshop/settings.php
mod/workshop/simpletest/testlib.php
mod/workshop/simpletest/testworkshopapi.php
mod/workshop/styles.php
mod/workshop/submission.php
mod/workshop/submission_form.php
mod/workshop/version.php
mod/workshop/view.php