]> git.mjollnir.org Git - moodle.git/log
moodle.git
21 years agoNew "secret" variable
moodler [Wed, 18 Feb 2004 03:31:45 +0000 (03:31 +0000)]
New "secret" variable

21 years agoVariable $CFG->admineditalways will enable admin editing all the time
moodler [Wed, 18 Feb 2004 03:30:05 +0000 (03:30 +0000)]
Variable $CFG->admineditalways will enable admin editing all the time

21 years agoFormat quiz feedback
moodler [Wed, 18 Feb 2004 03:07:50 +0000 (03:07 +0000)]
Format quiz feedback

21 years agoRestore logs consistently
moodler [Wed, 18 Feb 2004 02:28:47 +0000 (02:28 +0000)]
Restore logs consistently

21 years agoChanged log URLs for attempts ... the old one worked too but this is
moodler [Wed, 18 Feb 2004 02:24:29 +0000 (02:24 +0000)]
Changed log URLs for attempts ... the old one worked too but this is
better for consistency.

Not much gets past Eloy "Eagle Eyes" Lafuente!

21 years agoSupport for absolute value added
fiedorow [Tue, 17 Feb 2004 19:06:22 +0000 (19:06 +0000)]
Support for absolute value added

21 years agomimetex.darwin updated; tex previewer added
fiedorow [Tue, 17 Feb 2004 19:03:30 +0000 (19:03 +0000)]
mimetex.darwin updated; tex previewer added

21 years agoNow "attempt", "submit" and "review" actions
stronk7 [Tue, 17 Feb 2004 17:27:27 +0000 (17:27 +0000)]
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 :-)

21 years ago*** empty log message ***
giro123 [Tue, 17 Feb 2004 16:34:12 +0000 (16:34 +0000)]
*** empty log message ***

21 years agoAdded support for "choose" and "choose again" action logs. :-)
stronk7 [Tue, 17 Feb 2004 16:19:58 +0000 (16:19 +0000)]
Added support for "choose" and "choose again" action logs. :-)

21 years agoFixed up some logging
moodler [Tue, 17 Feb 2004 14:39:15 +0000 (14:39 +0000)]
Fixed up some logging

21 years agoDon't allow signup page to work unless necessary
moodler [Tue, 17 Feb 2004 14:11:19 +0000 (14:11 +0000)]
Don't allow signup page to work unless necessary

21 years agotranslated few strings.
mits [Tue, 17 Feb 2004 12:27:54 +0000 (12:27 +0000)]
translated few strings.

21 years agoFIxed up logging when viewing submissions (database truncation in logs)
moodler [Tue, 17 Feb 2004 12:25:01 +0000 (12:25 +0000)]
FIxed up logging when viewing submissions (database truncation in logs)

Thanks Eloy!

21 years agoOn second thoughts, Eloy was right - showall is useless. :-)
moodler [Tue, 17 Feb 2004 12:18:02 +0000 (12:18 +0000)]
On second thoughts, Eloy was right - showall is useless.  :-)

21 years agoshowall is an optional variable that will showall the people in one list
moodler [Tue, 17 Feb 2004 12:16:14 +0000 (12:16 +0000)]
showall is an optional variable that will showall the people in one list

21 years agoFIxed the logging of attempts so that clicking on the link in the log
moodler [Tue, 17 Feb 2004 12:14:02 +0000 (12:14 +0000)]
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!

21 years agoA couple more strings for the sanity check.
rkingdon [Tue, 17 Feb 2004 11:22:25 +0000 (11:22 +0000)]
A couple more strings for the sanity check.

21 years agoAdded sanity check before calculating grade.
rkingdon [Tue, 17 Feb 2004 11:11:00 +0000 (11:11 +0000)]
Added sanity check before calculating grade.

21 years agoA tiny MP# player. :-)
moodler [Tue, 17 Feb 2004 09:43:36 +0000 (09:43 +0000)]
A tiny MP# player.  :-)

21 years agoSOme info about $CFG->filterall
moodler [Tue, 17 Feb 2004 06:33:04 +0000 (06:33 +0000)]
SOme info about $CFG->filterall

21 years agoUpgrade filter references
moodler [Tue, 17 Feb 2004 05:28:52 +0000 (05:28 +0000)]
Upgrade filter references

21 years agoChanged the name of all filters to be consistent.
moodler [Tue, 17 Feb 2004 05:22:26 +0000 (05:22 +0000)]
Changed the name of all filters to be consistent.

Removed texh filter

21 years agoRemoved tex binaries and renamed main filter file
moodler [Tue, 17 Feb 2004 05:12:33 +0000 (05:12 +0000)]
Removed tex binaries and renamed main filter file

21 years agoDon't specify id on upgrades! Thanks, Eloy!
moodler [Tue, 17 Feb 2004 03:58:06 +0000 (03:58 +0000)]
Don't specify id on upgrades!  Thanks, Eloy!

21 years agoMore fixes
moodler [Tue, 17 Feb 2004 03:43:33 +0000 (03:43 +0000)]
More fixes

21 years agoImproved mimeTeX binaries & more uniform cross-platform code in filter
fiedorow [Tue, 17 Feb 2004 03:41:10 +0000 (03:41 +0000)]
Improved mimeTeX binaries & more uniform cross-platform code in filter

21 years agoWorking version of algebra filter for Unix and Windows
fiedorow [Tue, 17 Feb 2004 03:38:48 +0000 (03:38 +0000)]
Working version of algebra filter for Unix and Windows

21 years agoSome fixes for multiple links
moodler [Tue, 17 Feb 2004 03:15:55 +0000 (03:15 +0000)]
Some fixes for multiple links

21 years agoJUst removing capitals .. :-)
moodler [Tue, 17 Feb 2004 02:38:59 +0000 (02:38 +0000)]
JUst removing capitals ..  :-)

21 years agoCool thing for the morning - a new filter that will turn any link to
moodler [Tue, 17 Feb 2004 02:37:51 +0000 (02:37 +0000)]
Cool thing for the morning -  a new filter that will turn any link to
an MP3 into an embedded plugin.  It would be easy to add movies
and things later.

21 years agoAdditional string.
rkingdon [Tue, 17 Feb 2004 00:55:06 +0000 (00:55 +0000)]
Additional string.

21 years agoOnly teacher's with edit privileges see the edit links; Navigation now
rkingdon [Tue, 17 Feb 2004 00:54:10 +0000 (00:54 +0000)]
Only teacher's with edit privileges see the edit links; Navigation now
uses POSTS rather than GETS.

21 years agoNow label, quiz, resource and survey logs
stronk7 [Mon, 16 Feb 2004 20:42:16 +0000 (20:42 +0000)]
Now label, quiz, resource and survey logs
are restored properly (I think) :-)

21 years agoAdded missing cmid parameter when calling add_to_log() function
stronk7 [Mon, 16 Feb 2004 20:22:32 +0000 (20:22 +0000)]
Added missing cmid parameter when calling add_to_log() function
for report and review actions :-)

21 years agoAdded missing cmid parameter when calling add_to_log() function.
stronk7 [Mon, 16 Feb 2004 19:31:26 +0000 (19:31 +0000)]
Added missing cmid parameter when calling add_to_log() function.

21 years agoAllow longer answers to support text fields better
moodler [Mon, 16 Feb 2004 17:58:06 +0000 (17:58 +0000)]
Allow longer answers to support text fields better

21 years agoChat room text is now filtered
moodler [Mon, 16 Feb 2004 17:39:05 +0000 (17:39 +0000)]
Chat room text is now filtered

21 years agoGlobal not defined
moodler [Mon, 16 Feb 2004 17:32:10 +0000 (17:32 +0000)]
Global not defined

21 years agoSome spacing
moodler [Mon, 16 Feb 2004 17:15:59 +0000 (17:15 +0000)]
Some spacing

21 years agoMinor tify up
moodler [Mon, 16 Feb 2004 17:14:07 +0000 (17:14 +0000)]
Minor tify up

21 years agoCornflower, by Tom Murdock.
moodler [Mon, 16 Feb 2004 16:52:39 +0000 (16:52 +0000)]
Cornflower, by Tom Murdock.

A blue theme with some nice things about it.

21 years ago*** empty log message ***
giro123 [Mon, 16 Feb 2004 16:51:28 +0000 (16:51 +0000)]
*** empty log message ***

21 years agoAdd missing string.
rkingdon [Mon, 16 Feb 2004 16:28:47 +0000 (16:28 +0000)]
Add missing string.

21 years agoMake sure the update happens (some of this new code is actually really
moodler [Mon, 16 Feb 2004 16:15:21 +0000 (16:15 +0000)]
Make sure the update happens (some of this new code is actually really
old and sort of got bypassed)

21 years agoComplete clean-up of the survey reports.
moodler [Mon, 16 Feb 2004 16:13:31 +0000 (16:13 +0000)]
Complete clean-up of the survey reports.

Frames are GONE.  :-)

Also, a new survey: CIQ = Critical Incident Questionnaire

21 years agoMoveit action: Removed debug messages; added redirect.
rkingdon [Mon, 16 Feb 2004 16:08:40 +0000 (16:08 +0000)]
Moveit action: Removed debug messages; added redirect.

21 years agoFixed icon display for submissions when shown in course/recent.php
selliott [Mon, 16 Feb 2004 14:17:33 +0000 (14:17 +0000)]
Fixed icon display for submissions when shown in course/recent.php

21 years agoUpdated by Roberto Pinna
bobopinna [Mon, 16 Feb 2004 13:24:35 +0000 (13:24 +0000)]
Updated by Roberto Pinna

21 years agoSOme improvements to logging
moodler [Mon, 16 Feb 2004 12:20:40 +0000 (12:20 +0000)]
SOme improvements to logging

21 years agoFixed header on table
moodler [Mon, 16 Feb 2004 12:02:08 +0000 (12:02 +0000)]
Fixed header on table

21 years agoDidn't look so good as the "L"
moodler [Mon, 16 Feb 2004 11:59:57 +0000 (11:59 +0000)]
Didn't look so good as the "L"

21 years agoSlightly different icon ... now it looks like an "L" :-)
moodler [Mon, 16 Feb 2004 11:56:20 +0000 (11:56 +0000)]
Slightly different icon ... now it looks like an "L"  :-)

21 years agoFixed some old pix paths
moodler [Mon, 16 Feb 2004 09:24:14 +0000 (09:24 +0000)]
Fixed some old pix paths

21 years agoLog display
moodler [Mon, 16 Feb 2004 08:45:58 +0000 (08:45 +0000)]
Log display

21 years agoFixed logs
moodler [Mon, 16 Feb 2004 08:43:33 +0000 (08:43 +0000)]
Fixed logs

21 years agoApparently WIN32 gets returned sometimes too
moodler [Mon, 16 Feb 2004 06:44:50 +0000 (06:44 +0000)]
Apparently WIN32 gets returned sometimes too

21 years agoAccept Windows as well as WINNT
moodler [Mon, 16 Feb 2004 06:42:10 +0000 (06:42 +0000)]
Accept Windows as well as WINNT

21 years agoFirst cut at a new icon
moodler [Mon, 16 Feb 2004 06:13:52 +0000 (06:13 +0000)]
First cut at a new icon

21 years agoRemoved the debugging statement
moodler [Mon, 16 Feb 2004 06:06:26 +0000 (06:06 +0000)]
Removed the debugging statement

21 years agoAdd some formatting to the answers
moodler [Mon, 16 Feb 2004 05:59:20 +0000 (05:59 +0000)]
Add some formatting to the answers

21 years agoAdding the Lesson module to the main CVS. Nice job Ray!
moodler [Mon, 16 Feb 2004 05:41:13 +0000 (05:41 +0000)]
Adding the Lesson module to the main CVS.   Nice job Ray!

Still needs PostgreSQL support and wider testing

21 years agoBetter smiley fix
moodler [Mon, 16 Feb 2004 03:45:53 +0000 (03:45 +0000)]
Better smiley fix

21 years agoFixed image links
moodler [Mon, 16 Feb 2004 03:42:19 +0000 (03:42 +0000)]
Fixed image links

21 years agoSource of dodgy image
moodler [Mon, 16 Feb 2004 03:37:08 +0000 (03:37 +0000)]
Source of dodgy image

21 years agoFIxed a dodgy image
moodler [Mon, 16 Feb 2004 03:36:12 +0000 (03:36 +0000)]
FIxed a dodgy image

21 years agoUpdates for Windows and MacOS X
fiedorow [Mon, 16 Feb 2004 02:05:24 +0000 (02:05 +0000)]
Updates for Windows and MacOS X

21 years agoInitilize selectmod in navmenu() function to avoid some warnings
stronk7 [Mon, 16 Feb 2004 00:41:52 +0000 (00:41 +0000)]
Initilize selectmod in navmenu() function to avoid some warnings
when showing the menu and no cm has been selected. No risk with this
change, I suppose. :-)

21 years agoNow logs from:
stronk7 [Sun, 15 Feb 2004 21:18:52 +0000 (21:18 +0000)]
Now logs from:
- Assignments
- Choices
- Workshops
are restored too.

21 years agoModified calls to add_to_log() function to include cmid at the end. It was missing
stronk7 [Sun, 15 Feb 2004 20:07:21 +0000 (20:07 +0000)]
Modified calls to add_to_log() function to include cmid at the end. It was missing
in "resubmit" logs.

21 years agoModified calls to add_to_log() function to include cmid at the end. It was missing
stronk7 [Sun, 15 Feb 2004 20:03:28 +0000 (20:03 +0000)]
Modified calls to add_to_log() function to include cmid at the end. It was missing
in "over allocatio" and "grade" logs.

21 years agoModified calls to add_to_log() function to include cmid at the end. It was missing
stronk7 [Sun, 15 Feb 2004 19:37:26 +0000 (19:37 +0000)]
Modified calls to add_to_log() function to include cmid at the end. It was missing
in "league_table", "submit" and "assess" logs.

21 years agoFixed bug selecting students in group
moodler [Sun, 15 Feb 2004 14:54:04 +0000 (14:54 +0000)]
Fixed bug selecting students in group

21 years agoFixed bug getting group users
moodler [Sun, 15 Feb 2004 14:51:24 +0000 (14:51 +0000)]
Fixed bug getting group users

21 years agoDOn't set CFG->courelang unless it means something
moodler [Sun, 15 Feb 2004 14:34:13 +0000 (14:34 +0000)]
DOn't set CFG->courelang unless it means something

21 years agoBug fix for languages in emails and possibly elsewhere that could
moodler [Sun, 15 Feb 2004 14:33:13 +0000 (14:33 +0000)]
Bug fix for languages in emails and possibly elsewhere that could
happen with blank variables.

21 years agoDon't create empty $CFG->courselang to be sure
moodler [Sun, 15 Feb 2004 14:32:18 +0000 (14:32 +0000)]
Don't create empty $CFG->courselang  to be sure

21 years agoAdded new style headingblockcontent
moodler [Sun, 15 Feb 2004 13:58:22 +0000 (13:58 +0000)]
Added new style headingblockcontent

21 years agoAdded a missing style for the internal table of the headingblock,
moodler [Sun, 15 Feb 2004 13:54:47 +0000 (13:54 +0000)]
Added a missing style for the internal table of the headingblock,
since inheritance doesn't seem to work

   headingblockcontent

21 years agomissing strings
koenr [Sun, 15 Feb 2004 12:55:49 +0000 (12:55 +0000)]
missing strings

21 years agoFilter subject lines in discussion listings too.
moodler [Sun, 15 Feb 2004 10:23:35 +0000 (10:23 +0000)]
Filter subject lines in discussion listings too.

21 years agoAllow <lang> tags in forum subjects.
moodler [Sun, 15 Feb 2004 10:16:12 +0000 (10:16 +0000)]
Allow <lang> tags in forum subjects.

And filter them is $CFG->filterall is on

21 years agoIf $CFG->filterall is defined true, then activity names are filtered.
moodler [Sun, 15 Feb 2004 10:08:05 +0000 (10:08 +0000)]
If $CFG->filterall is defined true, then activity names are filtered.

Useful in particular for multilang filter

More to come.

21 years agoQuick GUI to turn off/on hiding of group pictures
moodler [Sun, 15 Feb 2004 09:59:16 +0000 (09:59 +0000)]
Quick GUI to turn off/on hiding of group pictures

21 years agoFormat group description
moodler [Sun, 15 Feb 2004 09:29:55 +0000 (09:29 +0000)]
Format group description

21 years agoFormat the group description
moodler [Sun, 15 Feb 2004 09:29:20 +0000 (09:29 +0000)]
Format the group description

21 years agoGroups support for choice module
moodler [Sun, 15 Feb 2004 08:17:45 +0000 (08:17 +0000)]
Groups support for choice module

21 years agoWhen searching for resources, use button instead of link.
moodler [Sun, 15 Feb 2004 08:04:33 +0000 (08:04 +0000)]
When searching for resources, use button instead of link.

21 years agoEditing teachers always can see group picture.
moodler [Sun, 15 Feb 2004 07:37:48 +0000 (07:37 +0000)]
Editing teachers always can see group picture.

Plus some fixes in print_group_picture()

21 years agoNew field in the groups table to "hidepicture" from being displayed
moodler [Sun, 15 Feb 2004 07:29:55 +0000 (07:29 +0000)]
New field in the groups table to "hidepicture" from being displayed
in locations like forums etc.

Backups done too, Eloy.  :-)

21 years agoCenter the groups menu for now
moodler [Sun, 15 Feb 2004 07:18:28 +0000 (07:18 +0000)]
Center the groups menu for now

21 years agoUse the new short way of setting up groups
moodler [Sun, 15 Feb 2004 07:18:07 +0000 (07:18 +0000)]
Use the new short way of setting up groups

21 years agoNew function setup_and_print_groups() makes it much easier to set
moodler [Sun, 15 Feb 2004 07:13:08 +0000 (07:13 +0000)]
New function setup_and_print_groups() makes it much easier to set
up groups everywhere else.

21 years agoRemoved extra <hr> tag
selliott [Sun, 15 Feb 2004 06:40:25 +0000 (06:40 +0000)]
Removed extra <hr> tag

21 years agoDeleted assignment_print_recent_instance_activity and assignment_get_recent_assignmen...
selliott [Sun, 15 Feb 2004 06:32:54 +0000 (06:32 +0000)]
Deleted assignment_print_recent_instance_activity and assignment_get_recent_assignments (used only in course/recent.php)
Added   assignment_get_recent_mod_activity and assignment_print_recent_mod_activity (used for course/recent.php)

21 years agoDeleted quiz_print_recent_instance_activity and quiz_get_recent_quizzes (only used...
selliott [Sun, 15 Feb 2004 06:26:55 +0000 (06:26 +0000)]
Deleted quiz_print_recent_instance_activity and quiz_get_recent_quizzes (only used in course/recent.php)
Added quiz_print_recent_mod_activity and quiz_get_recent_mod_activity (for course/recent.php)

21 years agodeleted forum_print_recent_instance_activity and forum_get_recent_posts (only used...
selliott [Sun, 15 Feb 2004 06:19:08 +0000 (06:19 +0000)]
deleted forum_print_recent_instance_activity and forum_get_recent_posts (only used in course/recent.php)
added  forum_get_recent_mod_activity and forum_print_recent_mod_activity for course/recent.php

21 years agoChanged selector form in course/lib.php for course/recent.php
selliott [Sun, 15 Feb 2004 06:11:15 +0000 (06:11 +0000)]
Changed selector form in course/lib.php for course/recent.php
Rewrote course/recent.php to allow sorting of data before it is output

21 years agoWHen emptying a course, delete groups and events
moodler [Sun, 15 Feb 2004 05:08:00 +0000 (05:08 +0000)]
WHen emptying a course, delete groups and events

21 years agoBetter logic for showing group mode buttons
moodler [Sun, 15 Feb 2004 04:13:25 +0000 (04:13 +0000)]
Better logic for showing group mode buttons

Teacher can now see forced mode more clearly