moodle/mod/workshop
David Mudrák c3d0157b0d MDL-38215 Fix cross-db support in workshop SQL queries
The $sql used in these methods may contain multiple parts glued
together by the UNION operator. Simply appending the ORDER BY statement
to the end of the query does not work in all DBs (failure reported at
Oracle). Following the pattern already applied in MDL-30051, we wrap the
SQL into yet another SELECT statement and perform ordering there.

Credit goes to Sara Cenni for suggesting the fix.
2013-03-13 14:58:50 +01:00
..
allocation Merge branch 'MDL-37781-workshop-schedule' of git://github.com/mudrd8mz/moodle 2013-02-04 16:18:00 +08:00
backup MDL-35421 Support the new conclusion field in backup and restore 2012-11-01 17:36:40 +01:00
db MDL-37726 remove PREVIOUS/NEXT from all install.xml files 2013-01-29 22:34:46 +01:00
eval MDL-37726 remove PREVIOUS/NEXT from all install.xml files 2013-01-29 22:34:46 +01:00
form MDL-38243 mod_assessment: make assessment forms non-collapsible 2013-02-28 10:28:18 +00:00
lang/en MDL-38352 Merge English strings from the en_fix language pack 2013-03-06 16:44:39 +01:00
pix ie9 svg compatibility fixes 2012-11-30 13:19:44 +01:00
tests MDL-32149 scale generator and workshop tests 2012-04-03 22:31:00 +02:00
aggregate.php Workshop aggregation is not expected to produce any output, just redirects back to the workshop main page 2010-11-04 14:45:03 +00:00
allocation.php MDL-32235 improving the allocation results rendering 2012-04-13 04:49:45 +02:00
assessment.php MDL-37806 Display 'Save and show next' button when assessing workshop submissions 2013-01-31 18:21:51 +01:00
editform.php MDL-21249 workshop and its subplugins: fixing phpdocs @package and @subpackage 2010-09-30 14:44:33 +00:00
editformpreview.php MDL-21249 workshop and its subplugins: fixing phpdocs @package and @subpackage 2010-09-30 14:44:33 +00:00
exassessment.php MDL-30453 Use correct renderable classes to represent assessments of example submission 2011-11-25 18:41:07 +01:00
excompare.php MDL-30453 Use correct renderable classes to represent assessments of example submission 2011-11-25 18:41:07 +01:00
exsubmission.php MDL-30271 Inform the user about the example assessment conflict, instead of throwing the exception 2011-11-25 16:01:48 +01:00
feedbackauthor_form.php MDL-21249 workshop and its subplugins: fixing phpdocs @package and @subpackage 2010-09-30 14:44:33 +00:00
feedbackreviewer_form.php MDL-21249 workshop and its subplugins: fixing phpdocs @package and @subpackage 2010-09-30 14:44:33 +00:00
fileinfolib.php MDL-33857 fixed up whitespace 2012-10-16 13:32:34 +08:00
index.php MDL-35339 avoid using get_all_sections(), get_all_mods() and field section.sequence directly 2012-10-15 14:08:13 +08:00
lib.php MDL-37522 Serve images from published submissions 2013-02-28 18:53:08 +01:00
locallib.php MDL-38215 Fix cross-db support in workshop SQL queries 2013-03-13 14:58:50 +01:00
mod_form.php MDL-37122 core get_max_upload_sizes: Include "Course/Site/Activity limit (X)" in list of options 2013-02-07 10:50:52 +08:00
renderer.php MDL-38261 Replace deprecated file_encode_url() in workshop renderer 2013-02-28 18:53:37 +01:00
settings.php MDL-37122 core get_max_upload_sizes: Include "Course/Site/Activity limit (X)" in list of options 2013-02-07 10:50:52 +08:00
styles.css MDL-38261 Display workshop submission attachments in a preview mode 2013-02-28 18:53:37 +01:00
submission.php MDL-32227: Plagiarism API - add support for plagiarism api to workshop module 2012-07-24 01:52:54 +05:30
submission_form.php MDL-21249 workshop and its subplugins: fixing phpdocs @package and @subpackage 2010-09-30 14:44:33 +00:00
switchphase.php MDL-24765 workshop logging features reviewed 2010-10-20 13:13:45 +00:00
toolbox.php MDL-24765 workshop logging features reviewed 2010-10-20 13:13:45 +00:00
version.php MDL-37781 Check for switching the workshop phase without waiting for cron 2013-01-31 11:41:55 +01:00
view.php MDL-37781 Check for switching the workshop phase without waiting for cron 2013-01-31 11:41:55 +01:00