moodle/mod/assignment
moodler 4909e17632 These changes implement some better controls for controlling uploads.
1) There is a new site-wide configuration variable called maxbytes,
   which provides an upper filesize limit for all (student) uploads.

2) There is a new course-level variable called maxbytes, which further
   limits uploads within a course.

3) There is a new maxbytes field for forums, which further restricts
   the size allowed in a particular forum.  There is also a new config
   variable in the module configuration to specify a default size
   to use when defining a new forum.

4) Assignments already had a limit, but this is now aware of the other
   limits, and like forums there is now a settable default value.

5) Finally, the sizes of files (Gb, Mb, Kb, bytes) is now translatable
   in the language packs.
2003-10-06 18:02:35 +00:00
..
db Initial add for Oracle...does nothing. 2003-09-24 23:20:58 +00:00
backuplib.php Moving the backup libraries for each module into their new homes. 2003-07-09 04:40:35 +00:00
config.html These changes implement some better controls for controlling uploads. 2003-10-06 18:02:35 +00:00
icon.gif New assignment module finally complete! 2002-08-04 16:19:37 +00:00
index.php When displaying index lists of a particular module's activities, 2003-07-12 05:19:18 +00:00
lib.php These changes implement some better controls for controlling uploads. 2003-10-06 18:02:35 +00:00
mod.html These changes implement some better controls for controlling uploads. 2003-10-06 18:02:35 +00:00
restorelib.php Fixed some array indices 2003-08-25 02:48:09 +00:00
submissions.php selliott - fixed some code to allow proper sorting of assignments based on name, lastmodified, and feedback 2003-08-23 16:32:42 +00:00
upload.php Replaced call to function assignment_get_submission with call to get_record. This should clean up duplicate rows in assignment_submissions table. -- selliott 2003-07-25 14:28:26 +00:00
version.php Fixed a missing PostgreSQL field that had never been added! 2003-09-10 13:53:03 +00:00
view.php New function make_grades_menu() for easily making an array of grades 2003-08-18 05:10:35 +00:00