1335 Commits

Author SHA1 Message Date
moodler
899e041895 Fixed missing Label logs - thanks Eloy! 2004-02-19 13:25:25 +00:00
paca70
7279163ff2 Removed signed/unsigned definations (Thanks to Ulrik Petersen to pointing this out) 2004-02-19 09:54:33 +00:00
paca70
b92d1a68a5 First versions for postgres7. 2004-02-19 09:03:34 +00:00
moodler
a740ff66d9 Don't show editing icons when questions can't be edited! 2004-02-19 07:53:09 +00:00
stronk7
7399316518 Now journal logs are restored too :-) 2004-02-18 22:30:35 +00:00
stronk7
93766dbd6a Now glossary logs are restored too !! :-) 2004-02-18 22:29:50 +00:00
stronk7
d3acd64d59 Little bug storing wrong comment->id in the info field
when performing the "delete comment" action. Now it works fine. :-)
2004-02-18 21:50:33 +00:00
stronk7
fabf55e684 Added the cmid field to some add_to_log() calls. To use it when
restoring logs. Now I think that everything is ready !! :-)
2004-02-18 20:52:44 +00:00
stronk7
f43c695e1e Added cmid to some add_to_log() function calls.
Needed to be able to restore logs properly. :-)
2004-02-18 20:02:33 +00:00
rkingdon
c7901feb99 Fixed restart bug - continue now handle through POST not GET. 2004-02-18 12:12:12 +00:00
moodler
dbb4919258 Better error checking when trying to show an incomplete attempt 2004-02-18 08:40:58 +00:00
moodler
b8be40ce52 Variable $CFG->admineditalways will enable admin editing all the time 2004-02-18 03:30:05 +00:00
moodler
a0beda7a7a Format quiz feedback 2004-02-18 03:07:50 +00:00
moodler
a99008f6e1 Restore logs consistently 2004-02-18 02:28:47 +00:00
moodler
71ca2a2a05 Changed log URLs for attempts ... the old one worked too but this is
better for consistency.

Not much gets past Eloy "Eagle Eyes" Lafuente!
2004-02-18 02:24:29 +00:00
stronk7
10672458f9 Now "attempt", "submit" and "review" actions
use the q=xxx&attempt=yyyy syntax instead of
        id=xxxx&attempt=yyyy (not working old one)
It's necessary to change the "review" add_to_log() call
to use this sintax. It uses the old (nor working) one.
I wait to Martin to do this, because I've sent one email about this.
For info, the line to correct is number 57 in review.php from:
add_to_log($course->id, "quiz", "review", "review.php?id=$cm->id&attempt=$attempt->id", "$quiz->id", "$cm->id");
to:
add_to_log($course->id, "quiz", "review", "review.php?q=$quiz->id&attempt=$attempt->id", "$quiz->id", "$cm->id");
Ciao :-)
2004-02-17 17:27:27 +00:00
stronk7
40c287b095 Added support for "choose" and "choose again" action logs. :-) 2004-02-17 16:19:58 +00:00
moodler
abcc3a17b9 Fixed up some logging 2004-02-17 14:39:15 +00:00
moodler
4899c66789 FIxed up logging when viewing submissions (database truncation in logs)
Thanks Eloy!
2004-02-17 12:25:01 +00:00
moodler
fc4a5a2f63 FIxed the logging of attempts so that clicking on the link in the log
actually shows you that attempt, rather than opening a new one!
2004-02-17 12:14:02 +00:00
rkingdon
9aba486423 Added sanity check before calculating grade. 2004-02-17 11:11:00 +00:00
moodler
f4da2ed4d7 Don't specify id on upgrades! Thanks, Eloy! 2004-02-17 03:58:06 +00:00
rkingdon
667c5e9199 Only teacher's with edit privileges see the edit links; Navigation now
uses POSTS rather than GETS.
2004-02-17 00:54:10 +00:00
stronk7
4130af7552 Now label, quiz, resource and survey logs
are restored properly (I think) :-)
2004-02-16 20:42:16 +00:00
stronk7
eaefa1c0e8 Added missing cmid parameter when calling add_to_log() function
for report and review actions :-)
2004-02-16 20:22:32 +00:00
stronk7
8f583218df Added missing cmid parameter when calling add_to_log() function. 2004-02-16 19:31:26 +00:00
moodler
0e27a3ae71 Allow longer answers to support text fields better 2004-02-16 17:58:06 +00:00
moodler
62a575d157 Chat room text is now filtered 2004-02-16 17:39:05 +00:00
moodler
302130de75 Global not defined 2004-02-16 17:32:10 +00:00
moodler
1d8063adbc Some spacing 2004-02-16 17:15:59 +00:00
moodler
f14a311ec3 Minor tify up 2004-02-16 17:14:07 +00:00
moodler
c9b1af4d42 Make sure the update happens (some of this new code is actually really
old and sort of got bypassed)
2004-02-16 16:15:21 +00:00
moodler
7c8c335fa3 Complete clean-up of the survey reports.
Frames are GONE.  :-)

Also, a new survey: CIQ = Critical Incident Questionnaire
2004-02-16 16:13:31 +00:00
rkingdon
9be2bd0c39 Moveit action: Removed debug messages; added redirect. 2004-02-16 16:08:40 +00:00
selliott
4897d92364 Fixed icon display for submissions when shown in course/recent.php 2004-02-16 14:17:33 +00:00
moodler
9232405d8a SOme improvements to logging 2004-02-16 12:20:40 +00:00
moodler
e2e039f18b Fixed header on table 2004-02-16 12:02:08 +00:00
moodler
cda397e7f3 Didn't look so good as the "L" 2004-02-16 11:59:57 +00:00
moodler
bd9f4bd634 Slightly different icon ... now it looks like an "L" :-) 2004-02-16 11:56:20 +00:00
moodler
096b5432a7 Fixed some old pix paths 2004-02-16 09:24:14 +00:00
moodler
c10a04e82d Log display 2004-02-16 08:45:58 +00:00
moodler
c872bfb7b9 Fixed logs 2004-02-16 08:43:33 +00:00
moodler
24d18e2f8e First cut at a new icon 2004-02-16 06:13:52 +00:00
moodler
97e4129b73 Removed the debugging statement 2004-02-16 06:06:26 +00:00
moodler
7b608def7e Add some formatting to the answers 2004-02-16 05:59:20 +00:00
moodler
bbcbc0fecc Adding the Lesson module to the main CVS. Nice job Ray!
Still needs PostgreSQL support and wider testing
2004-02-16 05:41:13 +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