moodle/mod/assignment
poltawski 041a1e4173 performance/mymoodle MDL-18241 - Assigments were very expensive
Reworked to take queries out of loops and let it scale. Unfortunately
I don't think we can get the get_users_by_capability() call out of the
loop on assignments.

Real query numbers before/after:
Teacher: 12,509 / 314
Student: 127 / 72
Admin: 718 / 133

Conflicts:

	mod/assignment/lib.php

Merged from 19_STABLE (with dmlib changes)
2009-02-16 13:14:30 +00:00
..
db MDL-17427 another round of refactoring of upgrade related functions - this should be final now I hope ;-) 2009-01-29 19:58:47 +00:00
simpletest MDL-17758 fixed hardcoded /admin/ links 2009-01-01 14:25:29 +00:00
type cleanup: MDL-17083 Remove the old teacher, teachers, student and students columns from the course table. 2008-11-13 08:40:57 +00:00
backuplib.php MDL-15103 towards assignment dml conversion 2008-06-05 10:31:37 +00:00
delete.php MDL-15103 towards assignment dml conversion 2008-06-05 10:31:37 +00:00
grade.php MDL-15103 towards assignment dml conversion 2008-06-05 10:31:37 +00:00
icon.gif New assignment module finally complete! 2002-08-04 16:19:37 +00:00
index.php MDL-15871 Merging from MOODLE_19_STABLE 2008-10-08 08:25:16 +00:00
lib.php performance/mymoodle MDL-18241 - Assigments were very expensive 2009-02-16 13:14:30 +00:00
mod_form.php MDL-16676 All references to the text.html and emoticons.html files need to be updated to point to text2.html and emoticons2.html 2008-09-25 10:04:01 +00:00
restorelib.php "MDL-17469, fix assignment date when restore course, merged from 1.9" 2008-12-11 04:39:33 +00:00
settings.php MDL-12945 a slightly bigger patch for performance in recent activity and various group related issues + some other fixes - see list of subtasks in tracker; merged from MOODLE_19_STABLE 2008-01-24 20:33:50 +00:00
styles.php Merged MDL-11484 Added some colors for overridden grades 2008-03-03 05:57:32 +00:00
submissions.php MDL-15103 towards assignment dml conversion 2008-06-05 10:31:37 +00:00
upload.php MDL-14589 initial file storage implementation, temporary file manager, migration of course files; blog conversion MDL-15905; assignment conversion MDL-15904; fromslib related file improvements MDL-15906 2008-07-31 22:15:30 +00:00
version.php MDL-15904 fixed pg problem 2008-08-18 22:26:38 +00:00
view.php MDL-15498: Completion: added support for basic completion-on-view and on grade (where applicable) to assignment, choice, data, glossary, lesson, and resource. 2008-07-29 17:22:47 +00:00