]>
git.mjollnir.org Git - moodle.git/log
moodler [Mon, 28 Jul 2003 02:51:56 +0000 (02:51 +0000)]
Improved indexing for improved performance on the course page, when viewing
logs and when viewing lists of users ... thanks to Eloy for the one on the log file.
moodler [Mon, 28 Jul 2003 02:04:58 +0000 (02:04 +0000)]
Improvements to simplestat (more info in HTML display plus downloads XLS an TXT)
moodler [Mon, 28 Jul 2003 01:38:35 +0000 (01:38 +0000)]
Small changes to the restore "continue" button and some missing strings
stronk7 [Sun, 27 Jul 2003 21:30:24 +0000 (21:30 +0000)]
Prepared to insert string in langs. Tomorrow.
stronk7 [Sun, 27 Jul 2003 21:29:22 +0000 (21:29 +0000)]
Typo in course STARTDATE
stronk7 [Sun, 27 Jul 2003 21:27:48 +0000 (21:27 +0000)]
Small typo in course STARTDATE.
stronk7 [Sun, 27 Jul 2003 21:26:51 +0000 (21:26 +0000)]
//Added some debug (commented in production)
moodler [Sun, 27 Jul 2003 13:26:07 +0000 (13:26 +0000)]
Upgraded phpmailer to 1.70
moodler [Sun, 27 Jul 2003 13:14:00 +0000 (13:14 +0000)]
Use the admin user as the envelope sender (to catch bounces etc)
moodler [Sun, 27 Jul 2003 12:22:05 +0000 (12:22 +0000)]
Add a message to help debugging
moodler [Sun, 27 Jul 2003 12:20:29 +0000 (12:20 +0000)]
Improved cron jobs for central clean up tasks.
- there is now a randomiser so that these jobs are only run 20% of the time
- duplicate enrolments are now cleaned up.
giro123 [Sun, 27 Jul 2003 05:28:31 +0000 (05:28 +0000)]
*** empty log message ***
giro123 [Sun, 27 Jul 2003 03:02:50 +0000 (03:02 +0000)]
*** empty log message ***
giro123 [Sun, 27 Jul 2003 02:07:40 +0000 (02:07 +0000)]
*** empty log message ***
giro123 [Sun, 27 Jul 2003 01:16:59 +0000 (01:16 +0000)]
*** empty log message ***
moodler [Fri, 25 Jul 2003 16:39:14 +0000 (16:39 +0000)]
Fix for Herzogovina
selliott [Fri, 25 Jul 2003 14:28:26 +0000 (14:28 +0000)]
Replaced call to function assignment_get_submission with call to get_record. This should clean up duplicate rows in assignment_submissions table. -- selliott
moodler [Fri, 25 Jul 2003 13:23:28 +0000 (13:23 +0000)]
Fixed user graphs for site-level, all logs
moodler [Fri, 25 Jul 2003 13:13:36 +0000 (13:13 +0000)]
Manual method should just use the standard 'forgot password" button
moodler [Fri, 25 Jul 2003 09:01:02 +0000 (09:01 +0000)]
A better way of doing chat_get_latest_message() that doesn't conflict
with the debugging in get_record_sql
moodler [Fri, 25 Jul 2003 08:19:33 +0000 (08:19 +0000)]
FIxed the LIMIT bug I just made ... need to find a better way
as this sets off get_record alarms
moodler [Fri, 25 Jul 2003 08:18:27 +0000 (08:18 +0000)]
No need for body colour
moodler [Fri, 25 Jul 2003 06:47:06 +0000 (06:47 +0000)]
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.
moodler [Thu, 24 Jul 2003 16:59:11 +0000 (16:59 +0000)]
Better averages when students are missing
moodler [Thu, 24 Jul 2003 16:48:10 +0000 (16:48 +0000)]
Further changes to tidy up reports
moodler [Thu, 24 Jul 2003 16:44:21 +0000 (16:44 +0000)]
New string for simple stats
moodler [Thu, 24 Jul 2003 16:43:24 +0000 (16:43 +0000)]
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.
moodler [Thu, 24 Jul 2003 14:52:41 +0000 (14:52 +0000)]
Further fixes to the last fix ... the same thing was happening further down.
moodler [Thu, 24 Jul 2003 12:57:40 +0000 (12:57 +0000)]
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.
moodler [Thu, 24 Jul 2003 12:56:17 +0000 (12:56 +0000)]
New version of help.php that automatically constructs the index.html
and mods.html files.
Direct from Mad Alex
moodler [Thu, 24 Jul 2003 12:09:32 +0000 (12:09 +0000)]
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. :-)
moodler [Thu, 24 Jul 2003 08:53:43 +0000 (08:53 +0000)]
New FAQ about the admin account
moodler [Thu, 24 Jul 2003 08:36:43 +0000 (08:36 +0000)]
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!
moodler [Thu, 24 Jul 2003 06:43:14 +0000 (06:43 +0000)]
Latest tags file
moodler [Thu, 24 Jul 2003 06:21:21 +0000 (06:21 +0000)]
Better string for teacher reports
moodler [Thu, 24 Jul 2003 05:18:00 +0000 (05:18 +0000)]
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).
moodler [Thu, 24 Jul 2003 04:55:15 +0000 (04:55 +0000)]
Fixed a missing translation string
moodler [Thu, 24 Jul 2003 02:29:59 +0000 (02:29 +0000)]
Change default logs to be "today's logs"
moodler [Thu, 24 Jul 2003 02:25:23 +0000 (02:25 +0000)]
Some improved popup windows / links for user pictures
moodler [Thu, 24 Jul 2003 02:04:22 +0000 (02:04 +0000)]
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.
moodler [Thu, 24 Jul 2003 01:54:06 +0000 (01:54 +0000)]
When displaying a user's logs for the current day, make the graph
display ALL courses (ie to match the logs printed below).
mits [Wed, 23 Jul 2003 14:26:30 +0000 (14:26 +0000)]
New translation added.
moodler [Wed, 23 Jul 2003 14:03:01 +0000 (14:03 +0000)]
Slight improvement for implementing styles ... since nested styles
don't seem to work as advertised
moodler [Wed, 23 Jul 2003 13:35:24 +0000 (13:35 +0000)]
A missing style
moodler [Wed, 23 Jul 2003 07:03:04 +0000 (07:03 +0000)]
New entries
moodler [Wed, 23 Jul 2003 06:35:43 +0000 (06:35 +0000)]
New language: Greek!
moodler [Wed, 23 Jul 2003 06:30:26 +0000 (06:30 +0000)]
More debugging/checking on get_record_sql
moodler [Wed, 23 Jul 2003 04:33:40 +0000 (04:33 +0000)]
Added some additional error checking of get_record_sql when in debug mode
moodler [Wed, 23 Jul 2003 01:44:35 +0000 (01:44 +0000)]
Slight fix when adding log
thepurpleblob [Tue, 22 Jul 2003 10:11:12 +0000 (10:11 +0000)]
Yet more minor problems fixed for hyperlink/mailto: conversion
difficulties
moodler [Tue, 22 Jul 2003 08:09:46 +0000 (08:09 +0000)]
Fixed missing string
moodler [Tue, 22 Jul 2003 05:32:59 +0000 (05:32 +0000)]
Added a missing string
moodler [Tue, 22 Jul 2003 02:00:44 +0000 (02:00 +0000)]
Fixed a typo
moodler [Tue, 22 Jul 2003 01:58:44 +0000 (01:58 +0000)]
Slightly more robust in case it can't find users. See bug 562.
stronk7 [Mon, 21 Jul 2003 17:25:59 +0000 (17:25 +0000)]
Reviewing an attempt now works fine with NUMERICAL and SHORTANSWERS
containing the "," character. Bug #561 closed.
moodler [Mon, 21 Jul 2003 15:20:58 +0000 (15:20 +0000)]
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.
moodler [Mon, 21 Jul 2003 14:58:07 +0000 (14:58 +0000)]
Added missing string nomessages
moodler [Mon, 21 Jul 2003 14:28:04 +0000 (14:28 +0000)]
Increase the size of the field to store sequences in course_sections
johncaptain [Mon, 21 Jul 2003 13:22:12 +0000 (13:22 +0000)]
Added question: Resource1
compuproggy [Mon, 21 Jul 2003 09:18:22 +0000 (09:18 +0000)]
*** empty log message ***
moodler [Mon, 21 Jul 2003 07:50:59 +0000 (07:50 +0000)]
Close loophole for invisible courses by re-enrolment
moodler [Mon, 21 Jul 2003 07:43:04 +0000 (07:43 +0000)]
New strings for hiding courses
moodler [Mon, 21 Jul 2003 07:35:58 +0000 (07:35 +0000)]
Backup the new course->visible field
moodler [Mon, 21 Jul 2003 07:31:01 +0000 (07:31 +0000)]
New course parameter "visible" which makes the course available to
students. Defaults to 1 (on). Teacher can control this from settings page.
moodler [Mon, 21 Jul 2003 05:31:23 +0000 (05:31 +0000)]
Better formatting on IE
moodler [Mon, 21 Jul 2003 05:13:08 +0000 (05:13 +0000)]
Spacers look funny on IE
moodler [Mon, 21 Jul 2003 05:08:46 +0000 (05:08 +0000)]
Was cropping first/last message - fixed now
moodler [Mon, 21 Jul 2003 05:05:25 +0000 (05:05 +0000)]
Put link at the top
moodler [Mon, 21 Jul 2003 05:03:15 +0000 (05:03 +0000)]
Add a display of current users on the view page
moodler [Mon, 21 Jul 2003 04:53:55 +0000 (04:53 +0000)]
Moved print_headline() to weblib.php
moodler [Mon, 21 Jul 2003 04:20:01 +0000 (04:20 +0000)]
Make session link translatable
moodler [Mon, 21 Jul 2003 04:10:45 +0000 (04:10 +0000)]
Some rewording
moodler [Mon, 21 Jul 2003 04:08:32 +0000 (04:08 +0000)]
Ah! Now we're getting somewhere - chat reports look quite nice now!
moodler [Mon, 21 Jul 2003 03:37:53 +0000 (03:37 +0000)]
A bit more usable now
moodler [Mon, 21 Jul 2003 03:16:19 +0000 (03:16 +0000)]
Some new code related to the new reports - uploading for testing on
other server - still very early
moodler [Mon, 21 Jul 2003 01:35:28 +0000 (01:35 +0000)]
Only show "recent activity" for chats in the current course.
moodler [Mon, 21 Jul 2003 00:59:21 +0000 (00:59 +0000)]
Fixed translation
moodler [Sun, 20 Jul 2003 14:19:16 +0000 (14:19 +0000)]
Slight change to string
moodler [Sun, 20 Jul 2003 14:07:37 +0000 (14:07 +0000)]
Changes related to new popup capabilities for "Web Links".
TRANSLATORS PLEASE NOTE: help/resource/resourcetype.html has changed slightly.
moodler [Sun, 20 Jul 2003 14:02:00 +0000 (14:02 +0000)]
Added target again for non-Javascript users (I'd taken it out while testing)
moodler [Sun, 20 Jul 2003 13:58:01 +0000 (13:58 +0000)]
Give each popup a resource a unique window
moodler [Sun, 20 Jul 2003 13:56:27 +0000 (13:56 +0000)]
Popup windows now work on side links too
moodler [Sun, 20 Jul 2003 13:53:31 +0000 (13:53 +0000)]
New feature - "Web link" resources can now specify a popup window
fullscreen is currently the only feature left out of this .. I had
trouble getting it to work consistently so I've left it out as being
more troubles than it's worth.
moodler [Sun, 20 Jul 2003 07:56:51 +0000 (07:56 +0000)]
Rebuild course cache using the function for it.
stronk7 [Sat, 19 Jul 2003 18:02:03 +0000 (18:02 +0000)]
Numerical questions included in backup/restore. Up a bit.
stronk7 [Sat, 19 Jul 2003 18:01:11 +0000 (18:01 +0000)]
Now numerical questions are included in backup and restore too !!
moodler [Sat, 19 Jul 2003 13:37:09 +0000 (13:37 +0000)]
I'm about to start on some big jobs ...
moodler [Sat, 19 Jul 2003 11:59:55 +0000 (11:59 +0000)]
For completeness
stronk7 [Thu, 17 Jul 2003 22:11:08 +0000 (22:11 +0000)]
Modified a bit the form to avoid bug 556.
Seems to work fine now (render-html bug)
moodler [Thu, 17 Jul 2003 01:35:29 +0000 (01:35 +0000)]
Fixed call to get_all_instances_in_course()
palojacko [Wed, 16 Jul 2003 22:09:31 +0000 (22:09 +0000)]
update for moodle 1.0.9
rkingdon [Wed, 16 Jul 2003 19:47:24 +0000 (19:47 +0000)]
Removal of debugging code; fixed bug in _get_student_submissions routine
stronk7 [Wed, 16 Jul 2003 07:57:10 +0000 (07:57 +0000)]
Little modification to use $CFG->directorypermissions in mkdir
giro123 [Tue, 15 Jul 2003 18:20:19 +0000 (18:20 +0000)]
en 1.35
giro123 [Tue, 15 Jul 2003 18:19:37 +0000 (18:19 +0000)]
en 1.156
giro123 [Tue, 15 Jul 2003 18:17:52 +0000 (18:17 +0000)]
en 1.5
giro123 [Tue, 15 Jul 2003 18:16:24 +0000 (18:16 +0000)]
en 1.18
stronk7 [Tue, 15 Jul 2003 18:12:41 +0000 (18:12 +0000)]
Changed backup logs default to NO.
stronk7 [Tue, 15 Jul 2003 18:10:15 +0000 (18:10 +0000)]
Added some flushes to avoid some browsers timeouts
when calculating what to backup (check phase).
moodler [Tue, 15 Jul 2003 15:42:27 +0000 (15:42 +0000)]
UPdates from Paula Magri