giro123
04c79e281c
*** empty log message ***
2003-07-27 02:07:40 +00:00
giro123
7969ce5bd7
*** empty log message ***
2003-07-27 01:16:59 +00:00
moodler
1dc42c2ef8
Fix for Herzogovina
2003-07-25 16:39:14 +00:00
selliott
1ddfec1175
Replaced call to function assignment_get_submission with call to get_record. This should clean up duplicate rows in assignment_submissions table. -- selliott
2003-07-25 14:28:26 +00:00
moodler
da0c90c313
Fixed user graphs for site-level, all logs
2003-07-25 13:23:28 +00:00
moodler
b0dd12a912
Manual method should just use the standard 'forgot password" button
2003-07-25 13:13:36 +00:00
moodler
5a8625e459
A better way of doing chat_get_latest_message() that doesn't conflict
...
with the debugging in get_record_sql
2003-07-25 09:01:02 +00:00
moodler
30e72d4227
FIxed the LIMIT bug I just made ... need to find a better way
...
as this sets off get_record alarms
2003-07-25 08:19:33 +00:00
moodler
d2c538f1fb
No need for body colour
2003-07-25 08:18:27 +00:00
moodler
fcd3a1ee42
New feature - chat scheduling. Can now set a time for the next chat,
...
as well as rotating weekly or daily period.
Also some small fixes.
2003-07-25 06:47:06 +00:00
moodler
f9919efd87
Better averages when students are missing
2003-07-24 16:59:11 +00:00
moodler
40b1a22162
Further changes to tidy up reports
2003-07-24 16:48:10 +00:00
moodler
c7538de679
New string for simple stats
2003-07-24 16:44:21 +00:00
moodler
c90f563e39
New simplestat report module.
...
This is very simple so far just to do some tests on larger datasets.
Soon it will have XLS and text download, as well as more question
information.
2003-07-24 16:43:24 +00:00
moodler
351039ae34
Further fixes to the last fix ... the same thing was happening further down.
2003-07-24 14:52:41 +00:00
moodler
5f474ef98a
Split up the index.html and mods.html to take advantage of the new
...
/help.php
Some of these are still empty and will be fixed with text soon.
2003-07-24 12:57:40 +00:00
moodler
1517c0aa4d
New version of help.php that automatically constructs the index.html
...
and mods.html files.
Direct from Mad Alex
2003-07-24 12:56:17 +00:00
moodler
4e29914577
If modules have a config.php file in them then a link to this is
...
printed in the modules screen.
These config.php screens presumably allow the setting of site-wide
parameters for modules.
Thanks to Mad Alex. :-)
2003-07-24 12:09:32 +00:00
moodler
6c6def145c
New FAQ about the admin account
2003-07-24 08:53:43 +00:00
moodler
3712e0b5b5
YES!!! FINALLY fixed that damn bug that was causing the admin user
...
to be skipped during installation!
Bug 565 has the details, but basically it was caused by not initialising
the variable $user before using it. Some people probably had a cookie
called "user" that was polluting the variable.
YAY!
2003-07-24 08:36:43 +00:00
moodler
a96610151d
Latest tags file
2003-07-24 06:43:14 +00:00
moodler
779e79f438
Better string for teacher reports
2003-07-24 06:21:21 +00:00
moodler
29d5d0b40c
New modular plugin structure for quiz reports.
...
The code for reviewing an existing attempt is now separate
in review.php and now has a log entry of it's own.
The overview and regrade reports are now in separate subdirectories
under the "report" directory. Each has a primary "report.php" file
which implements the report as a class.
These existing reports are very simple, but now more complex ones
can easily be written. (I am about to do one).
2003-07-24 05:18:00 +00:00
moodler
350a05c4cf
Fixed a missing translation string
2003-07-24 04:55:15 +00:00
moodler
0ed00b3b7f
Change default logs to be "today's logs"
2003-07-24 02:29:59 +00:00
moodler
582de679a2
Some improved popup windows / links for user pictures
2003-07-24 02:25:23 +00:00
moodler
cee5ff1d04
Better layout of gathering quiz results, which mkes it easier for developers
...
at the cost of perhaps a little efficiency ... some more testing on this i
should be done. Thanks to Henrick Kaipe for this.
2003-07-24 02:04:22 +00:00
moodler
7e4a64888b
When displaying a user's logs for the current day, make the graph
...
display ALL courses (ie to match the logs printed below).
2003-07-24 01:54:06 +00:00
mits
45a71412ae
New translation added.
2003-07-23 14:26:30 +00:00
moodler
699ea457f9
Slight improvement for implementing styles ... since nested styles
...
don't seem to work as advertised
2003-07-23 14:03:01 +00:00
moodler
c28a94c0ac
A missing style
2003-07-23 13:35:24 +00:00
moodler
67fab9b4df
New entries
2003-07-23 07:03:04 +00:00
moodler
fbc9d26e2d
New language: Greek!
2003-07-23 06:35:43 +00:00
moodler
7618a8eb92
More debugging/checking on get_record_sql
2003-07-23 06:30:26 +00:00
moodler
4d7a373539
Added some additional error checking of get_record_sql when in debug mode
2003-07-23 04:33:40 +00:00
moodler
a4a4b858a3
Slight fix when adding log
2003-07-23 01:44:35 +00:00
thepurpleblob
464712ec77
Yet more minor problems fixed for hyperlink/mailto: conversion
...
difficulties
2003-07-22 10:11:12 +00:00
moodler
08b63144b8
Fixed missing string
2003-07-22 08:09:46 +00:00
moodler
23bca2c3eb
Added a missing string
2003-07-22 05:32:59 +00:00
moodler
003175124d
Fixed a typo
2003-07-22 02:00:44 +00:00
moodler
c05f2f763b
Slightly more robust in case it can't find users. See bug 562.
2003-07-22 01:58:44 +00:00
stronk7
3960a44b62
Reviewing an attempt now works fine with NUMERICAL and SHORTANSWERS
...
containing the "," character. Bug #561 closed.
2003-07-21 17:25:59 +00:00
moodler
35d01c7f31
When using the "manual" method, I've disabled the external method of
...
changing passwords, and enabled the internal "change password" button
just like "email" and "none".
Thanks to Danilo Massa for pointing out the inconsistency.
2003-07-21 15:20:58 +00:00
moodler
3e09b6262a
Added missing string nomessages
2003-07-21 14:58:07 +00:00
moodler
dd0bd5088c
Increase the size of the field to store sequences in course_sections
2003-07-21 14:28:04 +00:00
johncaptain
759660c9d9
Added question: Resource1
2003-07-21 13:22:12 +00:00
compuproggy
a47765b654
*** empty log message ***
2003-07-21 09:18:22 +00:00
moodler
1efa27fdbb
Close loophole for invisible courses by re-enrolment
2003-07-21 07:50:59 +00:00
moodler
9ee379868a
New strings for hiding courses
2003-07-21 07:43:04 +00:00
moodler
d4f2e3fb55
Backup the new course->visible field
2003-07-21 07:35:58 +00:00