skodak
6153b68ff9
Response file not uploading when grading student submission when using secureforms MDL-7566
2006-11-15 20:56:23 +00:00
skodak
324480d4b2
fixed access check when editting notes in advanced upload assignment type
2006-10-18 21:32:50 +00:00
skodak
8d9425149f
fixed directory creation issues in advanced upload assignment
2006-10-02 08:44:58 +00:00
skodak
8704af63b7
Student cannot see handed-in upload single assignment MDL-6770
2006-10-02 08:36:07 +00:00
skodak
8c408f8e46
assignment intro hiding before available date is now optional in advanced upload type ( MDL-6131 ), the rest of types will not be changed
2006-10-02 08:21:35 +00:00
skodak
29889a2a45
partially fixed - assignment intro always avaible even setting available date MDL-6131
2006-10-01 21:35:16 +00:00
skodak
55b4d09637
new advanced upload assignmet type - replaces old upload type, existing data and settings not fully compatible
2006-09-30 15:41:20 +00:00
skodak
7d47261645
towards new upload assignment - expect brand-new version tomorrow :-)
2006-09-29 21:45:04 +00:00
skodak
8ba4cbd2a3
reverting last commit, expect new fixes soon
2006-09-28 15:34:54 +00:00
jgraham909
6fc73d59b8
Merging in changes from Doug Dixon and Mike Lee to update the codebase
2006-09-27 22:57:33 +00:00
stronk7
db33348f53
When journal to assignment migration is performed, journal
...
upgrade hasn't been upgraded yet so the journal_entries->comment
field is still called "comment"
2006-09-21 10:04:49 +00:00
stronk7
ea6432fede
Moved assignment_submission->comment to submissioncomment
...
(because comment is DB reserved word)
2006-09-21 09:35:20 +00:00
skodak
6124048972
major whitespace cleanup - fixed tabs
2006-09-20 20:31:09 +00:00
skodak
03f5a0f87c
major whitespace cleanup - fixed \r\n line-ending
2006-09-20 19:46:52 +00:00
skodak
86a1ba04fd
replace all uses of isset($USER->id) with empty() to allow proper operation of $CFG->notloggedinroleid hack
2006-09-02 11:44:04 +00:00
toyomoyo
4f83ae95ca
adding capabilities
2006-08-31 08:51:09 +00:00
toyomoyo
8493ff6fd5
added acapability
2006-08-29 06:02:29 +00:00
toyomoyo
be07f21b61
replaced isguest with capability calls
2006-08-29 03:36:31 +00:00
toyomoyo
38ac07d284
adding capability, indenting, putting in brackets etc
2006-08-29 03:20:51 +00:00
toyomoyo
1648afb278
changes to how to pull out a list of users (course/module participants)
2006-08-28 08:42:30 +00:00
moodler
0468976c9a
SWEEPING CLEANUP
...
The API was changed slightly so that has_capability now takes the
whole $context object (we almost always have it anyway)
The $kill thing was removed. If you want to assert a capability
then use:
require_capability('capname', $context);
with optional variables to modify the error message
Misc bugs here and there also removed and code tidied
2006-08-14 05:55:40 +00:00
skodak
f9d5371b28
new function get_coursemodule_from_id() is now used for obtaining of valid $cm from coursemodule id SC#283
2006-08-08 22:09:55 +00:00
moodler
bbbf2d4015
ROLES AND PERMISSIONS - FIRST CHECK-IN
...
=======================================
WARNING: DEV IS CURRENTLY VERY UNSTABLE.
This is a mega-checkin of the new Roles system. A lot of changes have
been made in core and modules.
Currently there are a lot of rough edges and known problems. We are
working hard on these .. .the reason for getting this into HEAD at this
stage is enable us to move faster (our branch was diverging from HEAD
too much).
Please keep an eye on http://docs.moodle.org/en/Roles for current status
and information for developers on how to use the new Roles system.
2006-08-08 05:13:06 +00:00
moodler
fcdcc372f1
Integrating the "AU Assignment type" into Moodle (which was based on
...
Upload&Review).
It's not tested and probably needs polishing, but people seem to love it
as it is.
http://moodle.org/mod/forum/discuss.php?d=46829
2006-07-13 07:17:51 +00:00
moodler
418db328a0
Fixed: Bug #5164 - Assignment email lacks student name
2006-05-03 08:19:53 +00:00
skodak
54bb46f55b
fixed undefined $course
2006-04-22 17:25:37 +00:00
moodler
c125d80c3e
Fixed Bug #5012 - assignment type uploadsingle does not log view actions
2006-04-21 07:01:01 +00:00
gustav_delius
e8a4049ddd
Removed some unnecessary code
2006-04-05 18:52:37 +00:00
moodler
15921df130
Extra fix for bug #4604 . Guests see different message, instead of "You have not submitted anything"
2006-01-23 02:38:26 +00:00
skodak
8d8f70e5a6
remove upload form for guests
2006-01-19 15:24:25 +00:00
moodler
2eac7ec168
Removed submit online assignment button for guest. (bug: 4604)
2006-01-19 02:41:11 +00:00
moodler
f7de547886
Guests can no longer submit an online assignment (Bug 4604)
2006-01-18 04:45:12 +00:00
stronk7
1884f2a6a7
Now it's possible to configure what is going to be counted (words or letters)
...
because some languages don't have word separators.
Merged from MOODLE_16_UTF8. Abandoning the branch.
2006-01-05 16:27:20 +00:00
toyomoyo
15b3db1236
fix for bug 4067
2005-11-25 08:41:16 +00:00
toyomoyo
ba43f6673a
fix for bug 4067 - allow user to upload when assignment not yet marked
2005-11-25 08:31:31 +00:00
moodler
6bd9fe3912
fix for bug #4206
2005-11-24 02:50:05 +00:00
skodak
39e1190567
some more fixes for assignment grading; merged from MOODLE_15_STABLE
2005-11-18 10:31:46 +00:00
defacer
c9977d055d
Been playing around Assignment a bit, and Tidy kept complaining...
2005-11-13 02:50:46 +00:00
moodler
e768aabed0
fixes bug #4268
2005-11-04 06:48:39 +00:00
moodler
9bf660b326
Merged new assignment grading interface fixes from STABLE
2005-11-03 06:25:00 +00:00
skodak
ca4fb81424
fixed submission logging, email notification for online; merged from MOODLE_15_STABLE
2005-07-12 19:16:19 +00:00
skodak
d4156e8096
unset unmodified text fields SC#140 + popup fix; merged from MOODLE_15_STABLE
2005-07-12 13:12:24 +00:00
moodler
fd40be3e8d
Merged quote fix from stable
2005-07-12 09:04:14 +00:00
moodler
d17439f7bc
Merged upgrading fixes from stable
2005-07-12 06:57:58 +00:00
skodak
f0a99707fd
fixed resubmit logic and students can review their online assignment through file.php; merged from MOODLE_15_STABLE
2005-07-10 18:43:46 +00:00
skodak
3e7bf58a3b
added word count display; merged from MOODLE_15_STABLE
2005-07-06 14:04:44 +00:00
skodak
110bdb0e49
max upload size not shown to students; merged from MOODLE_15_STABLE
2005-07-06 10:15:33 +00:00
skodak
088ec31716
Bug #3596 - Secureforms yes breaks online assignment; merged from MOODLE_15_STABLE
2005-07-06 09:52:59 +00:00
defacer
fdc36b2f98
Merging from STABLE:
...
Fixed the annoying "...and the 1 Journals you had..." message when you have
no Journals at all, because I was tired of seeing it.
count(false) is 1 and not 0.
2005-07-06 00:47:08 +00:00
skodak
472639376f
merged from MOODLE_15_STABLE
2005-07-05 06:30:07 +00:00