]>
git.mjollnir.org Git - moodle.git/log
stronk7 [Sat, 2 Aug 2003 16:06:33 +0000 (16:06 +0000)]
Added preliminary support to teachers.
Not working yet.
stronk7 [Sat, 2 Aug 2003 16:03:00 +0000 (16:03 +0000)]
Now "backupdir" string is hardcoded in backup process.
Backup of logs in chunks is included, but the limit
clause doesn't seem to work. I'll test it later.
moodler [Sat, 2 Aug 2003 11:32:59 +0000 (11:32 +0000)]
Move the code for clearing out a course into a new function:
remove_course_contents()
stronk7 [Sat, 2 Aug 2003 10:32:57 +0000 (10:32 +0000)]
Minor change to allow continue after upgrade_backup
stronk7 [Sat, 2 Aug 2003 10:08:57 +0000 (10:08 +0000)]
Restore option allowed to teachers too.
The course_id is passed to restore.php as a parameter
danielfetzer [Sat, 2 Aug 2003 09:39:38 +0000 (09:39 +0000)]
*** empty log message ***
danielfetzer [Sat, 2 Aug 2003 09:00:37 +0000 (09:00 +0000)]
*** empty log message ***
moodler [Sat, 2 Aug 2003 05:09:04 +0000 (05:09 +0000)]
Adding missing strings.
Instead of Multi Answers, how about "Embedded Answers" ..?
moodler [Sat, 2 Aug 2003 05:05:09 +0000 (05:05 +0000)]
Less fiddly looking icon
moodler [Sat, 2 Aug 2003 05:01:02 +0000 (05:01 +0000)]
Quick icon for multiple answers
danielfetzer [Sat, 2 Aug 2003 00:40:18 +0000 (00:40 +0000)]
*** empty log message ***
stronk7 [Fri, 1 Aug 2003 23:46:49 +0000 (23:46 +0000)]
backup_release is now saved to config too. It was losed in lastest changes
to update module facility !!
stronk7 [Fri, 1 Aug 2003 23:36:07 +0000 (23:36 +0000)]
Chanfed to locate the pclzip properly.
danielfetzer [Fri, 1 Aug 2003 22:21:06 +0000 (22:21 +0000)]
*** empty log message ***
danielfetzer [Fri, 1 Aug 2003 21:06:55 +0000 (21:06 +0000)]
*** empty log message ***
moodler [Fri, 1 Aug 2003 15:30:08 +0000 (15:30 +0000)]
Detailed howto needs to be here ...
moodler [Fri, 1 Aug 2003 15:28:53 +0000 (15:28 +0000)]
More links
moodler [Fri, 1 Aug 2003 15:28:07 +0000 (15:28 +0000)]
Backup stuff
moodler [Fri, 1 Aug 2003 15:26:51 +0000 (15:26 +0000)]
Added a missing help file!
moodler [Fri, 1 Aug 2003 15:19:23 +0000 (15:19 +0000)]
Backup and restore buttons on home page
moodler [Fri, 1 Aug 2003 15:14:49 +0000 (15:14 +0000)]
Some tidying up
moodler [Fri, 1 Aug 2003 15:09:35 +0000 (15:09 +0000)]
New restore link for admins so they can restore courses ...
moodler [Fri, 1 Aug 2003 14:51:19 +0000 (14:51 +0000)]
A quick backup icon
moodler [Fri, 1 Aug 2003 14:42:14 +0000 (14:42 +0000)]
Completed mods to allow teachers to make backups
moodler [Fri, 1 Aug 2003 14:34:11 +0000 (14:34 +0000)]
Removed $moodle_home and $mods_home references.
Also removed direct references to $backup_version and $backup_release
backup.php now accepts teachers of their own course
moodler [Fri, 1 Aug 2003 13:59:17 +0000 (13:59 +0000)]
Further integration of backup into main Moodle.
The database checks/upgrades are now done on the main
admin page like the other modules.
The database files are now standard format .sql and .php files
PostgreSQL support was added - BUT HAS NOT BEEN TESTED YET!!
kaipe [Fri, 1 Aug 2003 13:24:05 +0000 (13:24 +0000)]
Added the choice of 16.666% for multichoice fraction
kaipe [Fri, 1 Aug 2003 08:37:11 +0000 (08:37 +0000)]
New question type - multianswer
moodler [Fri, 1 Aug 2003 02:32:45 +0000 (02:32 +0000)]
More details on backups
danielfetzer [Fri, 1 Aug 2003 01:02:40 +0000 (01:02 +0000)]
*** empty log message ***
stronk7 [Thu, 31 Jul 2003 18:01:45 +0000 (18:01 +0000)]
Included fix_category_courses() to
adjust the new category structure
johncaptain [Thu, 31 Jul 2003 17:18:39 +0000 (17:18 +0000)]
added: backup Q&A
stronk7 [Thu, 31 Jul 2003 16:56:40 +0000 (16:56 +0000)]
Changed to version.php
(to be more consistent with the rest of the modules)
stronk7 [Thu, 31 Jul 2003 16:55:11 +0000 (16:55 +0000)]
Copied from old backup_version.php
(to be more consistent with the rest of the modules)
stronk7 [Thu, 31 Jul 2003 16:54:05 +0000 (16:54 +0000)]
Changed calls to backup_version.php to version.php
(to be more consistent with the rest of the modules)
stronk7 [Thu, 31 Jul 2003 16:44:52 +0000 (16:44 +0000)]
Variables passed by reference warning is out !!
danielfetzer [Thu, 31 Jul 2003 13:27:25 +0000 (13:27 +0000)]
*** empty log message ***
moodler [Thu, 31 Jul 2003 12:23:49 +0000 (12:23 +0000)]
Removed needless pass-by-reference to avoid warnings BUG 573 Thanks Eloy!
moodler [Thu, 31 Jul 2003 12:18:22 +0000 (12:18 +0000)]
Extended get_records so it can deal with LIMITs now
moodler [Thu, 31 Jul 2003 12:09:17 +0000 (12:09 +0000)]
Moved fix_category_courses to datalib.php so it's more accessible
moodler [Thu, 31 Jul 2003 02:03:59 +0000 (02:03 +0000)]
Removing duplicate
danielfetzer [Wed, 30 Jul 2003 22:35:10 +0000 (22:35 +0000)]
*** empty log message ***
danielfetzer [Wed, 30 Jul 2003 21:26:02 +0000 (21:26 +0000)]
*** empty log message ***
danielfetzer [Wed, 30 Jul 2003 19:36:18 +0000 (19:36 +0000)]
*** empty log message ***
danielfetzer [Wed, 30 Jul 2003 18:02:38 +0000 (18:02 +0000)]
*** empty log message ***
danielfetzer [Wed, 30 Jul 2003 17:34:18 +0000 (17:34 +0000)]
*** empty log message ***
danielfetzer [Wed, 30 Jul 2003 17:12:06 +0000 (17:12 +0000)]
*** empty log message ***
stronk7 [Wed, 30 Jul 2003 17:10:01 +0000 (17:10 +0000)]
Two more backup related strings
stronk7 [Wed, 30 Jul 2003 16:29:53 +0000 (16:29 +0000)]
Uncommented clean_temp_data. I forgot it
in lastest tests...
danielfetzer [Wed, 30 Jul 2003 15:33:21 +0000 (15:33 +0000)]
*** empty log message ***
moodler [Wed, 30 Jul 2003 15:11:04 +0000 (15:11 +0000)]
Put here just temporarily for those who might need it. Will be
replaced by the new enrolment code soon anyway.
moodler [Wed, 30 Jul 2003 13:57:39 +0000 (13:57 +0000)]
Slightly prettier display
moodler [Wed, 30 Jul 2003 13:56:17 +0000 (13:56 +0000)]
Fixes for course ordering in one category
moodler [Wed, 30 Jul 2003 13:35:20 +0000 (13:35 +0000)]
Missing parameter
moodler [Wed, 30 Jul 2003 13:17:37 +0000 (13:17 +0000)]
Bit more current now
moodler [Wed, 30 Jul 2003 13:05:51 +0000 (13:05 +0000)]
More files related to recent course display changes
moodler [Wed, 30 Jul 2003 13:02:45 +0000 (13:02 +0000)]
COURSE DISPLAY REVAMP
OK, some big changes here to the front end, particularly in
course categories and course display.
Course categories can now be nested (to any level).
Courses and course categories can now be manually sorted
any way required.
There is a groovy front end for managing these, and a better
range of options for formatting the front page.
It all still needs some polishing, which I'll be doing over
the next couple of days, including better auto-sorting.
I would not use this on production systems just yet.
moodler [Wed, 30 Jul 2003 10:58:56 +0000 (10:58 +0000)]
Fixed it up (accidentally set it to the journal mods.html before)
moodler [Wed, 30 Jul 2003 05:21:24 +0000 (05:21 +0000)]
Fixed missing slashes
moodler [Wed, 30 Jul 2003 05:20:19 +0000 (05:20 +0000)]
Fixed some missing slashes
moodler [Wed, 30 Jul 2003 05:11:45 +0000 (05:11 +0000)]
Slight addition
moodler [Wed, 30 Jul 2003 05:10:13 +0000 (05:10 +0000)]
Added FAQ about secureforms
moodler [Wed, 30 Jul 2003 04:59:29 +0000 (04:59 +0000)]
Secureforms now default to OFF
moodler [Wed, 30 Jul 2003 04:02:23 +0000 (04:02 +0000)]
More fixes from Daniel Fetzer daniel.fetzer@freenet.de
moodler [Wed, 30 Jul 2003 03:25:38 +0000 (03:25 +0000)]
Deleting the bulk of es_mx (Replaced by "es")
stronk7 [Tue, 29 Jul 2003 19:48:06 +0000 (19:48 +0000)]
Solved two importat bugs.
Numerical Questions now working.
Included support to Moodle's language system.
stronk7 [Tue, 29 Jul 2003 19:33:33 +0000 (19:33 +0000)]
Restore strings are included now !!
stronk7 [Tue, 29 Jul 2003 15:38:55 +0000 (15:38 +0000)]
Included language support.
stronk7 [Tue, 29 Jul 2003 15:37:38 +0000 (15:37 +0000)]
Added and commented some debug lines.
moodler [Tue, 29 Jul 2003 11:02:08 +0000 (11:02 +0000)]
Changes from Daniel Fetzer daniel.fetzer@freenet.de
moodler [Tue, 29 Jul 2003 10:53:37 +0000 (10:53 +0000)]
Changes from Ursula Raab
kaipe [Tue, 29 Jul 2003 09:11:06 +0000 (09:11 +0000)]
Refactoring only, no new features -
Modified methods are quiz_get_answers and quiz_grade_attempt_results.
For quiz_grade_attempt_results, the switch statement has been separated out into method quiz_grade_attempt_question_result.
moodler [Tue, 29 Jul 2003 07:12:31 +0000 (07:12 +0000)]
Fix for POP3 by disabling TLS explicitly.
based on this: http://moodle.org/mod/forum/discuss.php?d=1884
moodler [Tue, 29 Jul 2003 04:18:01 +0000 (04:18 +0000)]
Latest fixes from Thomas Robb - thanks Thomas!
moodler [Tue, 29 Jul 2003 01:54:16 +0000 (01:54 +0000)]
Improved magic_quotes routine (deals with arrays now, too)
stronk7 [Mon, 28 Jul 2003 22:31:23 +0000 (22:31 +0000)]
Fixed important bug when recovering assignments or forums
with files and the moddata/courseid didn't exist.
Now force the creation of the courseid dir from the
restorelib in each module.
stronk7 [Mon, 28 Jul 2003 19:37:37 +0000 (19:37 +0000)]
Prepared to insert string in langs. Tomorrow.
stronk7 [Mon, 28 Jul 2003 19:35:36 +0000 (19:35 +0000)]
Added chat status
stronk7 [Mon, 28 Jul 2003 19:32:51 +0000 (19:32 +0000)]
Added language support
stronk7 [Mon, 28 Jul 2003 19:24:09 +0000 (19:24 +0000)]
Added language suport
stronk7 [Mon, 28 Jul 2003 17:42:22 +0000 (17:42 +0000)]
Included every backup string (I think) :-)
rkingdon [Mon, 28 Jul 2003 17:37:16 +0000 (17:37 +0000)]
Minor errors fixed; Student can delete submissions and assessments;
Teachers see student names; Tabbed Admin screen.
rkingdon [Mon, 28 Jul 2003 17:33:34 +0000 (17:33 +0000)]
Some missing strings added.
moodler [Mon, 28 Jul 2003 16:37:12 +0000 (16:37 +0000)]
A hack to get around magic_quotes_gpc being turned off
moodler [Mon, 28 Jul 2003 12:08:31 +0000 (12:08 +0000)]
Avoid problems with quotes and so on in user records when updating users
moodler [Mon, 28 Jul 2003 11:53:42 +0000 (11:53 +0000)]
Updated madewithmoodle file (same logo)
moodler [Mon, 28 Jul 2003 11:47:40 +0000 (11:47 +0000)]
We need to keep these old images here because old stuff may refer to them.
moodler [Mon, 28 Jul 2003 11:42:53 +0000 (11:42 +0000)]
Cleaned up the remaining images:
- moved user images to /pix/u folder, and changed format to .png to allow
transparent images etc. These can now be customised in themes.
- removed legacy madewithmoodle logos
moodler [Mon, 28 Jul 2003 08:58:47 +0000 (08:58 +0000)]
When a quiz is closing within the next 24 hours, a small countdown
is shown in the titlebar (drawn with javascript).
An alert is shown at ten minutes, and zero minutes.
This doesn't prevent students from doing anything, but it serves
as a reminder and just looks cool. ;-)
moodler [Mon, 28 Jul 2003 05:53:03 +0000 (05:53 +0000)]
I'm hopeful this is a fix for the wrapping problem ...
moodler [Mon, 28 Jul 2003 03:28:43 +0000 (03:28 +0000)]
Added some flushes in case the indexes take too long ...
moodler [Mon, 28 Jul 2003 03:26:32 +0000 (03:26 +0000)]
Fixes for file names
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