]>
git.mjollnir.org Git - moodle.git/log
stronk7 [Wed, 18 Feb 2004 21:50:33 +0000 (21:50 +0000)]
Little bug storing wrong comment->id in the info field
when performing the "delete comment" action. Now it works fine. :-)
giro123 [Wed, 18 Feb 2004 21:38:10 +0000 (21:38 +0000)]
*** empty log message ***
giro123 [Wed, 18 Feb 2004 21:25:17 +0000 (21:25 +0000)]
Facundo Ortiz
stronk7 [Wed, 18 Feb 2004 20:52:44 +0000 (20:52 +0000)]
Added the cmid field to some add_to_log() calls. To use it when
restoring logs. Now I think that everything is ready !! :-)
stronk7 [Wed, 18 Feb 2004 20:02:33 +0000 (20:02 +0000)]
Added cmid to some add_to_log() function calls.
Needed to be able to restore logs properly. :-)
ralf-bonn [Wed, 18 Feb 2004 16:50:14 +0000 (16:50 +0000)]
Einige aktuelle Verbesserungen
mits [Wed, 18 Feb 2004 16:17:38 +0000 (16:17 +0000)]
step by step
moodler [Wed, 18 Feb 2004 16:02:09 +0000 (16:02 +0000)]
Default to just using "mimetex" binary. This makes it easier
to drop in unusual binaries and have them work
moodler [Wed, 18 Feb 2004 13:14:33 +0000 (13:14 +0000)]
Latest translation ... submitted here: http://moodle.org/mod/forum/discuss.php?d=5414
moodler [Wed, 18 Feb 2004 13:08:42 +0000 (13:08 +0000)]
Removing old English stuff
rkingdon [Wed, 18 Feb 2004 12:12:12 +0000 (12:12 +0000)]
Fixed restart bug - continue now handle through POST not GET.
moodler [Wed, 18 Feb 2004 08:40:58 +0000 (08:40 +0000)]
Better error checking when trying to show an incomplete attempt
moodler [Wed, 18 Feb 2004 05:48:31 +0000 (05:48 +0000)]
FIxed a silly typo!
moodler [Wed, 18 Feb 2004 03:31:45 +0000 (03:31 +0000)]
New "secret" variable
moodler [Wed, 18 Feb 2004 03:30:05 +0000 (03:30 +0000)]
Variable $CFG->admineditalways will enable admin editing all the time
moodler [Wed, 18 Feb 2004 03:07:50 +0000 (03:07 +0000)]
Format quiz feedback
moodler [Wed, 18 Feb 2004 02:28:47 +0000 (02:28 +0000)]
Restore logs consistently
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!
fiedorow [Tue, 17 Feb 2004 19:06:22 +0000 (19:06 +0000)]
Support for absolute value added
fiedorow [Tue, 17 Feb 2004 19:03:30 +0000 (19:03 +0000)]
mimetex.darwin updated; tex previewer added
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 :-)
giro123 [Tue, 17 Feb 2004 16:34:12 +0000 (16:34 +0000)]
*** empty log message ***
stronk7 [Tue, 17 Feb 2004 16:19:58 +0000 (16:19 +0000)]
Added support for "choose" and "choose again" action logs. :-)
moodler [Tue, 17 Feb 2004 14:39:15 +0000 (14:39 +0000)]
Fixed up some logging
moodler [Tue, 17 Feb 2004 14:11:19 +0000 (14:11 +0000)]
Don't allow signup page to work unless necessary
mits [Tue, 17 Feb 2004 12:27:54 +0000 (12:27 +0000)]
translated few strings.
moodler [Tue, 17 Feb 2004 12:25:01 +0000 (12:25 +0000)]
FIxed up logging when viewing submissions (database truncation in logs)
Thanks Eloy!
moodler [Tue, 17 Feb 2004 12:18:02 +0000 (12:18 +0000)]
On second thoughts, Eloy was right - showall is useless. :-)
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
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!
rkingdon [Tue, 17 Feb 2004 11:22:25 +0000 (11:22 +0000)]
A couple more strings for the sanity check.
rkingdon [Tue, 17 Feb 2004 11:11:00 +0000 (11:11 +0000)]
Added sanity check before calculating grade.
moodler [Tue, 17 Feb 2004 09:43:36 +0000 (09:43 +0000)]
A tiny MP# player. :-)
moodler [Tue, 17 Feb 2004 06:33:04 +0000 (06:33 +0000)]
SOme info about $CFG->filterall
moodler [Tue, 17 Feb 2004 05:28:52 +0000 (05:28 +0000)]
Upgrade filter references
moodler [Tue, 17 Feb 2004 05:22:26 +0000 (05:22 +0000)]
Changed the name of all filters to be consistent.
Removed texh filter
moodler [Tue, 17 Feb 2004 05:12:33 +0000 (05:12 +0000)]
Removed tex binaries and renamed main filter file
moodler [Tue, 17 Feb 2004 03:58:06 +0000 (03:58 +0000)]
Don't specify id on upgrades! Thanks, Eloy!
moodler [Tue, 17 Feb 2004 03:43:33 +0000 (03:43 +0000)]
More fixes
fiedorow [Tue, 17 Feb 2004 03:41:10 +0000 (03:41 +0000)]
Improved mimeTeX binaries & more uniform cross-platform code in filter
fiedorow [Tue, 17 Feb 2004 03:38:48 +0000 (03:38 +0000)]
Working version of algebra filter for Unix and Windows
moodler [Tue, 17 Feb 2004 03:15:55 +0000 (03:15 +0000)]
Some fixes for multiple links
moodler [Tue, 17 Feb 2004 02:38:59 +0000 (02:38 +0000)]
JUst removing capitals .. :-)
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.
rkingdon [Tue, 17 Feb 2004 00:55:06 +0000 (00:55 +0000)]
Additional string.
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.
stronk7 [Mon, 16 Feb 2004 20:42:16 +0000 (20:42 +0000)]
Now label, quiz, resource and survey logs
are restored properly (I think) :-)
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 :-)
stronk7 [Mon, 16 Feb 2004 19:31:26 +0000 (19:31 +0000)]
Added missing cmid parameter when calling add_to_log() function.
moodler [Mon, 16 Feb 2004 17:58:06 +0000 (17:58 +0000)]
Allow longer answers to support text fields better
moodler [Mon, 16 Feb 2004 17:39:05 +0000 (17:39 +0000)]
Chat room text is now filtered
moodler [Mon, 16 Feb 2004 17:32:10 +0000 (17:32 +0000)]
Global not defined
moodler [Mon, 16 Feb 2004 17:15:59 +0000 (17:15 +0000)]
Some spacing
moodler [Mon, 16 Feb 2004 17:14:07 +0000 (17:14 +0000)]
Minor tify up
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.
giro123 [Mon, 16 Feb 2004 16:51:28 +0000 (16:51 +0000)]
*** empty log message ***
rkingdon [Mon, 16 Feb 2004 16:28:47 +0000 (16:28 +0000)]
Add missing string.
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)
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
rkingdon [Mon, 16 Feb 2004 16:08:40 +0000 (16:08 +0000)]
Moveit action: Removed debug messages; added redirect.
selliott [Mon, 16 Feb 2004 14:17:33 +0000 (14:17 +0000)]
Fixed icon display for submissions when shown in course/recent.php
bobopinna [Mon, 16 Feb 2004 13:24:35 +0000 (13:24 +0000)]
Updated by Roberto Pinna
moodler [Mon, 16 Feb 2004 12:20:40 +0000 (12:20 +0000)]
SOme improvements to logging
moodler [Mon, 16 Feb 2004 12:02:08 +0000 (12:02 +0000)]
Fixed header on table
moodler [Mon, 16 Feb 2004 11:59:57 +0000 (11:59 +0000)]
Didn't look so good as the "L"
moodler [Mon, 16 Feb 2004 11:56:20 +0000 (11:56 +0000)]
Slightly different icon ... now it looks like an "L" :-)
moodler [Mon, 16 Feb 2004 09:24:14 +0000 (09:24 +0000)]
Fixed some old pix paths
moodler [Mon, 16 Feb 2004 08:45:58 +0000 (08:45 +0000)]
Log display
moodler [Mon, 16 Feb 2004 08:43:33 +0000 (08:43 +0000)]
Fixed logs
moodler [Mon, 16 Feb 2004 06:44:50 +0000 (06:44 +0000)]
Apparently WIN32 gets returned sometimes too
moodler [Mon, 16 Feb 2004 06:42:10 +0000 (06:42 +0000)]
Accept Windows as well as WINNT
moodler [Mon, 16 Feb 2004 06:13:52 +0000 (06:13 +0000)]
First cut at a new icon
moodler [Mon, 16 Feb 2004 06:06:26 +0000 (06:06 +0000)]
Removed the debugging statement
moodler [Mon, 16 Feb 2004 05:59:20 +0000 (05:59 +0000)]
Add some formatting to the answers
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
moodler [Mon, 16 Feb 2004 03:45:53 +0000 (03:45 +0000)]
Better smiley fix
moodler [Mon, 16 Feb 2004 03:42:19 +0000 (03:42 +0000)]
Fixed image links
moodler [Mon, 16 Feb 2004 03:37:08 +0000 (03:37 +0000)]
Source of dodgy image
moodler [Mon, 16 Feb 2004 03:36:12 +0000 (03:36 +0000)]
FIxed a dodgy image
fiedorow [Mon, 16 Feb 2004 02:05:24 +0000 (02:05 +0000)]
Updates for Windows and MacOS X
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. :-)
stronk7 [Sun, 15 Feb 2004 21:18:52 +0000 (21:18 +0000)]
Now logs from:
- Assignments
- Choices
- Workshops
are restored too.
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.
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.
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.
moodler [Sun, 15 Feb 2004 14:54:04 +0000 (14:54 +0000)]
Fixed bug selecting students in group
moodler [Sun, 15 Feb 2004 14:51:24 +0000 (14:51 +0000)]
Fixed bug getting group users
moodler [Sun, 15 Feb 2004 14:34:13 +0000 (14:34 +0000)]
DOn't set CFG->courelang unless it means something
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.
moodler [Sun, 15 Feb 2004 14:32:18 +0000 (14:32 +0000)]
Don't create empty $CFG->courselang to be sure
moodler [Sun, 15 Feb 2004 13:58:22 +0000 (13:58 +0000)]
Added new style headingblockcontent
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
koenr [Sun, 15 Feb 2004 12:55:49 +0000 (12:55 +0000)]
missing strings
moodler [Sun, 15 Feb 2004 10:23:35 +0000 (10:23 +0000)]
Filter subject lines in discussion listings too.
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
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.
moodler [Sun, 15 Feb 2004 09:59:16 +0000 (09:59 +0000)]
Quick GUI to turn off/on hiding of group pictures
moodler [Sun, 15 Feb 2004 09:29:55 +0000 (09:29 +0000)]
Format group description
moodler [Sun, 15 Feb 2004 09:29:20 +0000 (09:29 +0000)]
Format the group description
moodler [Sun, 15 Feb 2004 08:17:45 +0000 (08:17 +0000)]
Groups support for choice module