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
fiedorow
bddd066571
merging security fix for guest uploads
2005-06-16 17:31:01 +00:00
fiedorow
890c016ac0
Security fix to disallow guest uploading
2005-06-16 15:10:40 +00:00
moodler
d49b56e533
Some fixes for bug 3166 and the errors when in debug mode
2005-05-19 14:13:23 +00:00
moodler
bdcf985cbd
Fix for journal upgrade problem
2005-05-19 13:17:51 +00:00
moodler
d6f47d9a1b
The Online assignment now self-upgrades and tries to populate itself
...
with all the Journals.
I'm sorry this is so late. :-(
It probably has bugs and may lose Journal data.
Please test it for me - I need to sleep.
2005-05-17 20:04:01 +00:00
moodler
3814722905
Shane and I fixed a few things:
...
- preventlate works
- dates can be set to not be used
- optional assignment fields all getting passed to second screen now 8-I
2005-04-27 09:37:52 +00:00
defacer
6a368788ac
Fixing a bug with embedding the parameter a=... in the log URL, which in
...
turn affected the recent_activity block (that's how I found out).
Changed some random quotes to single in the near vicinity.
Double quotes bad. Shoo!
2005-04-22 03:13:58 +00:00
moodler
3994ef98bf
Don't show lateness on offline assignments (bug 2993)
2005-04-21 12:44:19 +00:00
moodler
0cbc1f11ae
Fixing a problem unslashed data
2005-04-20 12:01:26 +00:00