Commit Graph

41 Commits

Author SHA1 Message Date
moodler 27437410f4 file survey.php was added on branch MOODLE_15_STABLE on 2006-03-10 07:27:54 +0000 2005-04-05 20:54:43 +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
moodler 01e2fdfe72 Inline commenting now works 2005-04-20 07:48:11 +00:00
moodler ba16713fc9 Fixed up the submitted links once and for all 2005-04-20 06:49:49 +00:00
moodler d8199f1d4c A few tidy ups 2005-04-18 16:01:02 +00:00
moodler d81793456b Extra file 2005-04-18 11:54:31 +00:00
moodler f77cfb73dd Another big dump with many changes.
The most notable one is the new online assignment type, which is a good
example of how little code really needs to be written to make new
assignment types now.
2005-04-18 09:29:09 +00:00
stronk7 3898bc3337 assignment->name supports filterall again. :-P 2005-04-17 22:17:52 +00:00
moodler f1893f4428 Improved listing on index page for students 2005-04-17 18:45:32 +00:00
moodler 5a25d82ad8 FIxed some notices 2005-04-17 18:32:38 +00:00
moodler 70b2c772b3 Tweaks and so on, making it pretty 2005-04-17 17:11:41 +00:00
moodler 73097f0711 A very big batch of changes. Everything sort of works: now I'm mopping up. 2005-04-17 15:38:02 +00:00
moodler b0f2597e17 Refactored Assignment Module
============================

This new assignment module allows Plugin Assignment types.  This should
allow a whole lot of new stuff to easily be placed in Moodle without
making the modules list longer for no good reason.

This checkin is still a really rough version that needs work on it.
Normally I would want it better than this to check in, but I need
to collaborate with Shane on the remaining code and CVS is the best
way.

Give it a day or two to settle in.  :-)

This is the last thing I wanted to get into 1.5.  Getting close now!!

Cheers!
Martin
2005-04-14 13:24:40 +00:00