moodle/mod/assign/db
Sam Hemelryk 3f7b501e66 MDL-31414 mod_assign: Code cleanup for notification improvements
* No need to manually call update of providers that happens automatically.
* Added upgrade code for the new sendlatenotifications field.
* Added AMOS syntax for the two renamed strings
* Refactored assign::cron to use half as many DB queries
* Cleaned up unused vars and globals, coding style and phpdocs.
* Removed string notifications added previously but never used.

AMOS BEGIN
   MOV [emailgradermail,mod_assign],[gradersubmissionupdatedtext,mod_assign]
   MOV [emailgradermailhtml,mod_assign],[gradersubmissionupdatedhtml,mod_assign]
AMOS END
2012-05-23 09:34:23 +12:00
..
access.php MDL-31270 mod_assign: introducing the assignment module 2012-05-03 14:44:06 +08:00
events.php MDL-31270 mod_assign: introducing the assignment module 2012-05-03 14:44:06 +08:00
install.xml MDL-31414: Separate settings to control notifications for submissions, late submissions and submission receipts 2012-05-23 08:29:22 +12:00
log.php MDL-31270 mod_assign: introducing the assignment module 2012-05-03 14:44:06 +08:00
messages.php MDL-31414 mod_assign: Code cleanup for notification improvements 2012-05-23 09:34:23 +12:00
subplugins.php MDL-31270 mod_assign: introducing the assignment module 2012-05-03 14:44:06 +08:00
upgrade.php MDL-31414 mod_assign: Code cleanup for notification improvements 2012-05-23 09:34:23 +12:00