dd97c32868
MDL-12945 a slightly bigger patch for performance in recent activity and various group related issues + some other fixes - see list of subtasks in tracker; merged from MOODLE_19_STABLE
2008-01-24 20:33:50 +00:00
f8c609e4a9
mod/exercise: HTML fixes
...
Fixed errors in HTML causing parser errors in Firefox when in developers
debug mode.
Author: Matt Clarkson <mattc@catalyst.net.nz >
2007-04-16 23:20:39 +00:00
0d905d9f34
MDL-7861 new class .icon and .iconsmall
2007-01-08 09:14:05 +00:00
d4b26b9025
migrated mod/exercise/mod.html to formslib
2006-11-28 15:35:22 +00:00
7150b8ae20
MDL-7434 all images that convey information should have alt text to convey that information - part 3
2006-11-26 16:20:19 +00:00
f0c9f676db
Remove user_students references
2006-10-06 06:39:29 +00:00
583b57b42d
Changed <module>_print_recent_activity() functions so that they don't use $isteacher. However, I've left the $isteacher parameter in the functions, for backward compatibility so as not to break thrid party modules. Should we remove the parameter now?
2006-09-24 14:01:50 +00:00
3c73df8e5d
Added missing require_once('locallib.php');
2006-02-10 03:59:30 +00:00
f3221af9e5
Initial checkin of stats (from processing the log table).
...
I will write up some information about it for the developers wiki.
2005-09-01 04:14:31 +00:00
894ff63f8f
Tabs are out
2005-05-16 22:22:31 +00:00
11c657f092
Now exercise->name supports filterall.
2005-03-27 23:52:56 +00:00
8f7dc7f1c7
Variety of small fixes, but mostly related to how the recent activity
...
block is constructed. A new function exists to pump these notes out
in a standard way : print_recent_activity_note.
Module dependencies also updated because of this.
2005-03-10 13:30:57 +00:00
f1e0649c1c
Removed files/mimetype.php and put it into lib/filelib.php instead
...
where it always should have been.
2005-03-07 11:32:03 +00:00
95e72c12d0
Now retrieving only needed fields!
2005-02-13 00:42:29 +00:00
54c014ebc7
New version which adds events and amends them in the event table.
2004-10-08 21:41:10 +00:00
d7d21c383c
Minor changes for XHTML compatibility
2004-10-08 13:58:33 +00:00
2d7189cdac
Addition of exercise_refresh_events function.
2004-10-05 20:16:28 +00:00
839f2456bb
XHTML compliance
...
- fixed (hopefully) all <img> tags
- global replace on <br> to <br />
- & in URLs
- got the forum module XHTML compliant
Julian Sedding
2004-09-16 17:13:57 +00:00
e0b7b090d3
towards XHTML compliance
2004-09-14 20:39:28 +00:00
41905731b7
fixed capitalization and quoting of attribute values
2004-09-12 16:24:41 +00:00
e10bb9b327
Addition of Password option - version 2004090200
2004-09-03 09:26:17 +00:00
5586395f75
Postgresql wants 'as' be used.
2004-08-26 18:50:08 +00:00
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
94cc7ed0f1
Removal teacher assessment of student assessments; addition of Groups,
...
various improvements.
2004-08-06 14:42:23 +00:00
de7200645a
Moved a couple of functions back to lib.php from locallib.php
2004-06-18 14:18:02 +00:00
c8c6d4e0dc
Split lib.php into lib.php and locallib.php;
...
Minor change: admin listings now in Surname order
2004-06-18 13:55:10 +00:00
4a9df37352
made sure that ungraded modules would not show up in gradebook
2004-06-09 22:50:42 +00:00
5e607236f3
fixed problems with undefined $USER->id in recent activity block when no user logged in.
2004-06-08 21:23:26 +00:00
d4966ef24a
Fixed Bug #1083 .
2004-03-12 15:31:04 +00:00
096b5432a7
Fixed some old pix paths
2004-02-16 09:24:14 +00:00
2e855d5f05
Fixes to Backup and upload (now allows teachers multiple uploads in a
...
short period)
2004-01-23 17:02:47 +00:00
f43c849f7e
A new version (2003121000). Fixes to backup/restore. Addition of "late"
...
work and the reduction of the number of phases to 3 (from 4).
2003-12-24 14:43:24 +00:00
d33986dbe6
Tidy up return of grades in exercise_grades routine.
2003-12-03 17:38:49 +00:00
6a6f95c3cb
Fix minor bug in Administration page.
2003-12-01 17:18:08 +00:00
f47f90af64
Removal of diagnostic messages in Administration page; correction to
...
db/mysql.php
2003-11-17 18:51:01 +00:00
e539802dc5
Indexes added to submissions, assessments and grades tables.
...
Administration page cleaned up slightly.
2003-11-14 15:38:50 +00:00
178761415f
Change to the handling of Error Banded asessments; Removed percentages
...
from grades.
2003-11-13 16:25:33 +00:00
939a906ec8
New style Tabs in Management page.
2003-11-13 11:39:09 +00:00
c21c48cbe6
Cosmetic change to Admin page.
2003-11-06 17:47:11 +00:00
df5405996c
Fixed a bug with re-submissions. Added options for the League table of submissions (show in phase 4).
2003-11-05 18:02:06 +00:00
563f606731
Minor mods to phase 3 display for students..
2003-11-04 17:19:07 +00:00
c50365cd38
Fix to the Complete isting. Upload now checks the submission for spurious re-submission caused by using the Back button. User and Teacher deletions of submissions are now logged. Redirect delay when marking submissions shortened to one second.
2003-11-01 17:25:13 +00:00
0d1bd24dad
Index.php now ignores grading grades; Teacher Assessment Table added to Administration.
2003-10-30 17:45:47 +00:00
f257277e11
Fixed bug in exercise_grades function. Fixed bug in viewing of students assessments by teachers.
2003-10-19 16:40:07 +00:00
32a2b23f43
More information to teachers on resubmissions. Add submission entry to log only if upload is successful.
2003-10-16 17:35:01 +00:00
42960e439a
Function exercise_get_participants() included and working. :-)
2003-10-14 17:31:54 +00:00
428ab4b9bf
Minor re-ordering - Asssessments for teachers now ordered oldest first, youngest last (previously they were ordered by title).
2003-10-14 17:13:10 +00:00
b896875293
Additional information exercises page (index.php).
2003-10-12 17:19:19 +00:00
69901d1994
First main-tree version of the Exercise module (formerly in contrib)
...
by Ray Kingdon.
Works quite well, but it's not clear yet if this will be part of
major releases (due to the overlap with assignments and workshops
and the confusion this may cause).
2003-10-07 14:54:21 +00:00