moodler
08df81a8e6
Renamed dynalink.php to filter.php for consistency with other filters
2004-02-22 00:20:14 +00:00
willcast
c9128b637b
- Dealing with incompatibilities related to posgresql.
2004-02-21 13:21:35 +00:00
willcast
a5e48d968d
- Fixing come incompatilities with PostgreSQL.
...
THANKS TO ULRIK PETERSON!
2004-02-21 13:05:38 +00:00
willcast
6c884b58c9
- Linking global categories from within courses now works.
2004-02-21 02:48:53 +00:00
willcast
27f2c52057
- Linking global categories from within courses now works.
2004-02-21 01:16:03 +00:00
selliott
ffeca1205c
Added logic in function assignment_get_recent_mod_activity for groups
2004-02-20 22:03:57 +00:00
selliott
90708fc1f3
Added logic in function forum_get_recent_mod_activity for groups
2004-02-20 21:52:56 +00:00
selliott
6a0c9cf8a3
Added logic in function quiz_get_recent_mod_activity for groups
2004-02-20 21:47:55 +00:00
moodler
a9ccbf60bf
Groups support on Surveys. Phew.
2004-02-20 16:03:05 +00:00
moodler
4101e996e1
Make Quicktime movies loop by default
2004-02-20 11:58:44 +00:00
moodler
017b4cab3e
Making the link title look a bit nicer for long strings with spaces etc
2004-02-20 04:14:24 +00:00
moodler
59c7115177
FIxed bug with forced languages by moving string definitions
2004-02-20 02:29:30 +00:00
paca70
d956341c66
Fixed INT4 SERIAL
2004-02-19 19:07:04 +00:00
moodler
e8da8d7004
Format answers in multiple choice questions
2004-02-19 18:14:19 +00:00
moodler
2ab76925a2
Cleaned up group menus
2004-02-19 17:57:22 +00:00
moodler
004f8037f4
Fixed missing log_displays - thanks Eloy!
2004-02-19 13:28:31 +00:00
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