selliott
1ddfec1175
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
moodler
9dd0b37817
Make sure to change the ownership of uploaded files
2003-04-21 07:11:29 +00:00
moodler
66fef9f99f
If comment contains quotes then it can cause problems when
...
an assignment is uploaded. Bug fixed by Ray Kingdon.
2003-01-23 04:23:05 +00:00
moodler
b0e3a92523
Clean sweep through all the important changing all include(), include_once()
...
and require() to require_once()
2003-01-05 14:19:20 +00:00
moodler
3b7c1de95e
Changes to improve robustness of uploads, and make things compatible
...
with PHP 4.3.0. Also some translation fixes with upload strings.
2003-01-05 04:20:32 +00:00
moodler
ebc3bd2b24
Changes throughout Moodle to remove any reserved words from the
...
Moodle tables.
ie user -> userid in many tables, plus in user_students
start -> starttime and end -> endtime
I've just done all this as carefully as I could ... I don't think
I missed anything but it's pretty intensive work and I'd be fooling myself
if I didn't think I'd missed a couple.
Note that this version should pretty much be able to bootstrap itself
using PostgreSQL now ... but this is untested
2002-12-23 09:39:26 +00:00
moodler
085bd98e7e
Add option that allows students to resubmit after being graded
2002-11-15 03:32:30 +00:00
moodler
c75f5b4348
Small tweak to specify specifically number of files in an update
2002-11-12 04:59:28 +00:00
moodler
f59d8272e8
Use translated strings for all upload feedback
2002-10-28 02:24:38 +00:00
moodler
52ab14dd82
Fixed "uploaded assignment" (uploadsuccess) string
2002-10-28 01:30:00 +00:00
martin
5e5c3119cb
Changed a variable name for clarity
2002-08-06 09:23:28 +00:00
martin
d699cd1e54
New assignment module finally complete!
2002-08-04 16:19:37 +00:00