Moodle - the world's open source learning platform https://moodle.org/
Find a file
mjollnir_ 8930f90071 Logging new file paths from backup/restore. Since the files don't have any metadata, we're logging against the logged in user (ie, the teacher restoring the course).
These patches are maintained in an publicly accessible Arch repository, see: http://lists.eduforge.org/cgi-bin/archzoom.cgi/arch-eduforge@catalyst.net.nz--2004-MIRROR/moodle--eduforge--1.3.3

Index of arch patches in this commit:

arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-85
    2004-09-20 05:33:06 GMT
    Penny Leach <penny@catalyst.net.nz>
    adding log entries when restoring files
arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-86
    2004-09-20 05:34:59 GMT
    Penny Leach <penny@catalyst.net.nz>
    fix related to logging uploads

Full logs:

Revision: moodle--eduforge--1.3.3--patch-85
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Mon Sep 20 17:33:06 NZST 2004
Standard-date: 2004-09-20 05:33:06 GMT
Modified-files: backup/lib.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-85
Summary: adding log entries when restoring files
Keywords:

Revision: moodle--eduforge--1.3.3--patch-86
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Mon Sep 20 17:34:59 NZST 2004
Standard-date: 2004-09-20 05:34:59 GMT
Modified-files: lib/uploadlib.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-86
Summary: fix related to logging uploads
Keywords:
2004-09-20 05:51:42 +00:00
admin Better attempts for handlevirus to find files to deal with them, added an instruction. 2004-09-20 01:36:16 +00:00
auth XHTML compliance 2004-09-16 17:13:57 +00:00
backup Logging new file paths from backup/restore. Since the files don't have any metadata, we're logging against the logged in user (ie, the teacher restoring the course). 2004-09-20 05:51:42 +00:00
blocks Merging fix for bug 1957 from MOODLE_14_STABLE. 2004-09-19 22:25:21 +00:00
calendar Merging fix for bug 1957 from MOODLE_14_STABLE. 2004-09-19 22:25:21 +00:00
course Changes to log view page so that infected files comes under 'site errors'. 2004-09-17 00:10:53 +00:00
doc XHTML compliance 2004-09-16 17:13:57 +00:00
enrol XHTML compliance 2004-09-16 17:13:57 +00:00
error XHTML compliance 2004-09-16 17:13:57 +00:00
files XHTML compliance 2004-09-16 17:13:57 +00:00
filter XHTML compliance 2004-09-16 17:13:57 +00:00
lang updatet languagefiles and added missing strings 2004-09-19 21:42:43 +00:00
lib Logging new file paths from backup/restore. Since the files don't have any metadata, we're logging against the logged in user (ie, the teacher restoring the course). 2004-09-20 05:51:42 +00:00
login XHTML compliance 2004-09-16 17:13:57 +00:00
mod Fix for forums to behave slightly in a more friendly manner for reporting stuff about file uploads. 2004-09-20 00:04:44 +00:00
pix Improvements to installation procedure. 2004-08-17 13:51:41 +00:00
rss XHTML compliance 2004-09-16 17:13:57 +00:00
theme added missing </center> 2004-09-16 18:33:35 +00:00
user Small bug fixes for upload class. 2004-09-17 04:21:41 +00:00
userpix XHTML compliance 2004-09-16 17:13:57 +00:00
CHANGES Going through it now to make the release page 2004-01-31 09:12:25 +00:00
config-dist.php Two new config variables allow certain email addresses to be allowed or not. 2004-09-06 04:38:40 +00:00
file.php Merged from stable 2004-09-07 14:13:19 +00:00
help.php The resource types are now always displayed in a standard order 2004-08-02 19:11:15 +00:00
index.php closed some br and img tags 2004-09-12 22:39:20 +00:00
install.php XHTML compliance 2004-09-16 17:13:57 +00:00
README.txt Updated README 2004-08-23 19:18:25 +00:00
tags Latest tags file 2004-07-29 15:01:28 +00:00
version.php Upgraded to cover things like new upload files class 2004-09-17 01:42:59 +00:00

README     $Id$
------

QUICK INSTALL
=============

For the impatient, here is a basic outline of the 
installation process, which normally takes me only 
a few minutes:

1) Move the Moodle files into your web directory. 

2) Create a single database for Moodle to store all
   it's tables in (or choose an existing database).

3) Visit your Moodle site with a browser, you should 
   be taken to the install.php script, which will lead
   you through creating a config.php file and then 
   setting up Moodle, creating an admin account etc.

4) Set up a cron task to call the file admin/cron.php
   every five minutes or so.


For more information, see the INSTALL DOCUMENTATION:

   http://moodle.org/doc

If you have real trouble, please visit the Moodle course 
"Using Moodle" on moodle.org.


Good luck and have fun!
Martin Dougiamas, Lead Developer