98 Commits

Author SHA1 Message Date
rkingdon
4cd23ea295 Version 2004081100: auto grading of assessments. 2004-09-07 16:17:32 +00:00
gustav_delius
222ac91bc9 removed unnecessary calls to get_site() 2004-08-29 14:15:40 +00:00
gustav_delius
c83712b3de fixed my own typo, bug 1798 2004-08-26 22:22:56 +00:00
gustav_delius
8f6b80b90c Merging from stable branch 2004-08-24 18:38:14 +00:00
gustav_delius
f950af3c43 All modules are now suitable for the site page. They now all follow the same rules, namely that any students enrolled in at least one course is considered to be a student on the site.
All the page headers work correctly also on the site course.

On the site page the modules don't require login unless necessary or required by $CFG->forcelogin.
2004-08-22 14:38:47 +00:00
gustav_delius
90fcc576ea Removed notices by introducing new function print_header_simple() which works on site as well as in courses without extra logic. 2004-08-21 20:20:58 +00:00
gustav_delius
067675c006 introduced the fullname() function in a lot of places. Still not complete though, especially in sorting. 2004-08-20 20:12:48 +00:00
moodler
d85035457f Convert firstname lastname to fullname() calls, fixing bug 1726 2004-08-17 05:19:21 +00:00
paca70
f8559be0fc Thanks vernier at vc dot bc dot ca 2004-08-09 19:18:19 +00:00
rkingdon
3f06c90dda Moved back a few functions from locallib.php to lib.php 2004-06-18 14:23:19 +00:00
rkingdon
dbda4a92ad Split lib.php into locallib.php and lib.php;
Fixed bug # 1435;
Possibly fixed bug #1489
2004-06-18 09:24:20 +00:00
gustav_delius
5e607236f3 fixed problems with undefined $USER->id in recent activity block when no user logged in. 2004-06-08 21:23:26 +00:00
moodler
070528fc79 MOdules are dependent on this version of course/mod.php 2004-06-04 07:28:34 +00:00
moodler
7613890851 BRANCH MERGE
These are the changes from MOODLE_13_STABLE, merged into trunk

The tag MOODLE_13_MERGED on the MOODLE_13_STABLE branch now refers to this point

The biggest changes here are the fixes for HTML editor in all standard modules
2004-06-04 06:17:30 +00:00
moodler
5ba21e557e Workshop now supports calendar events for the deadline date 2004-05-21 13:20:36 +00:00
moodler
1bf4c86205 Suppress warnings on set_time_limit 2004-05-18 14:14:47 +00:00
moodler
bbb56db78a New functions by Jenny Watt, to make workshops show up on Recent Activity
workshop_get_recent_mod_activity()
 workshop_print_recent_mod_activity()


 Thanks, Jenny!
2004-04-24 12:47:52 +00:00
paca70
c77ce11179 Added default values 2004-03-14 08:59:25 +00:00
rkingdon
b082b2c641 Fixed Bugs #1059 and #1061. 2004-03-12 15:28:52 +00:00
moodler
096b5432a7 Fixed some old pix paths 2004-02-16 09:24:14 +00:00
stronk7
0f318c26b4 Now logs from:
- Assignments
- Choices
- Workshops
are restored too.
2004-02-15 21:18:52 +00:00
stronk7
530931dd21 Modified calls to add_to_log() function to include cmid at the end. It was missing
in "resubmit" logs.
2004-02-15 20:07:21 +00:00
stronk7
7c11319ad7 Modified calls to add_to_log() function to include cmid at the end. It was missing
in "over allocatio" and "grade" logs.
2004-02-15 20:03:28 +00:00
stronk7
d09ce61d1a Modified calls to add_to_log() function to include cmid at the end. It was missing
in "league_table", "submit" and "assess" logs.
2004-02-15 19:37:26 +00:00
moodler
246dedcf47 Give new windows different names so they can be compared more easily 2004-02-09 14:37:45 +00:00
moodler
a7f4452d11 Updating version numbers of all Modules to make things a bit clearer 2004-02-01 04:42:39 +00:00
moodler
9423833cd9 All modules now require the very latest because of the changes to add_to_log 2004-01-31 15:25:00 +00:00
moodler
037f99aa2d Upgraded add_to_log to send cm->id 2004-01-31 15:22:04 +00:00
moodler
83f007bf39 Define minimum required versions of Moodle 2004-01-28 04:27:57 +00:00
rkingdon
9748030a8f Fix bug in Analysis of Assessments 2004-01-20 17:25:45 +00:00
stronk7
282ecaf828 Added support to teacherloading, assessmentstodrop and donotuse
fields in workshop module.
2004-01-05 18:21:42 +00:00
rkingdon
d5ec0e19e6 Fixes to restore. 2003-12-24 14:49:33 +00:00
moodler
26d2f5fb4a Fixing a typo I spotted in the CVS diffs. :-) 2003-12-08 13:03:41 +00:00
rkingdon
5a6d1a79ce Fixed bug #863. 2003-12-08 09:22:03 +00:00
rkingdon
bfd68abc58 Added the setting of League Table options to the Administration page. 2003-12-05 17:55:54 +00:00
rkingdon
dc610c361a Correction to Final Grades. 2003-12-04 18:45:55 +00:00
rkingdon
285b8f7fef New version (2003113000), Analysis of Assessments added. 2003-12-01 12:19:48 +00:00
rkingdon
f52cdc8c43 Bug fixed in assesssubmission code. 2003-11-19 17:54:54 +00:00
rkingdon
a50f447b04 Some minor improvements, see Workshop Forum. 2003-11-13 16:22:27 +00:00
moodler
8c8e74ae10 SERIAL8 -> SERIAL 2003-11-03 13:21:00 +00:00
moodler
fb7a194e6b Removed blank lines at the end (!) 2003-11-03 02:59:09 +00:00
moodler
ab16b4ffd5 Some small style changes for tabs 2003-10-19 05:24:33 +00:00
rkingdon
7c54bd509a Fixed bug stopping the calculation of final grades. 2003-10-16 17:17:19 +00:00
rkingdon
8dfe0fa64f Change to workshop_grades - only return grades when in the final phase (phase 6). 2003-10-13 15:23:56 +00:00
rkingdon
0d4d32d183 Workshop now has 6 phases. The phase is show on the Workshops page (index.php).
Administration page now excludes "hot" assessments (peer assessments which have been allocated but not yet made).
2003-10-13 14:56:25 +00:00
rkingdon
1d23070249 Cosmetic change to index.php list; Logging of phase changes in a workshop; tidy up of log_display entries - thus the new version; 2003-10-08 18:15:22 +00:00
stronk7
9bc0466171 Now assessment->resubmission is in backup/restore too. 2003-10-07 12:14:16 +00:00
rkingdon
8e7f0d621c Fixed links in email messages. 2003-10-06 19:30:27 +00:00
rkingdon
12fbf6995e Version 2003100200: improved handling of resubmissions (new field added to workshop_assessments) 2003-10-05 19:00:43 +00:00
rkingdon
e7a4d829a8 Replace Literal string "Weight": fixes bug #799 2003-10-01 16:50:42 +00:00