Moodle - the world's open source learning platform https://moodle.org/
Find a file
mjollnir_ 95c603d35d Integration of upload code with quiz import
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-70
    2004-09-16 04:41:12 GMT
    Penny Leach <penny@catalyst.net.nz>
    upload class integration with quiz import

Full logs:

Revision: moodle--eduforge--1.3.3--patch-70
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Thu Sep 16 16:41:12 NZST 2004
Standard-date: 2004-09-16 04:41:12 GMT
Modified-files: mod/quiz/import.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-70
Summary: upload class integration with quiz import
Keywords:
2004-09-16 04:42:59 +00:00
admin With authentication defined on per user basis, all user administration methods should be available, regardless whether the default site method is internal or external 2004-09-16 01:50:41 +00:00
auth some fixes for XHTML compliance 2004-09-12 01:34:24 +00:00
backup Merged XML UTF-8 fixed from stable (see bug 1927) 2004-09-13 08:17:09 +00:00
blocks closed some input tags 2004-09-12 22:23:51 +00:00
calendar some fixes for XHTML compliance 2004-09-12 01:34:24 +00:00
course Integration of new centralised upload code with user profile, and group profile, as well as an enhancement to upload class to be configured to be silent. 2004-09-16 00:16:48 +00:00
doc FIxes for Safari 2004-07-07 17:20:59 +00:00
enrol fixed capitalization and quoting of attribute values 2004-09-12 20:45:41 +00:00
error fixed capitalization and quoting of attribute values 2004-09-12 20:45:41 +00:00
files Integration of new centralised upload code with files/index.php 2004-09-15 02:43:40 +00:00
filter Auto-detection of type, apparently. 2004-09-13 08:21:46 +00:00
lang Added new lang help info for lesson mod - MarkNielsen 2004-09-15 20:28:47 +00:00
lib Integration of new centralised upload code with user profile, and group profile, as well as an enhancement to upload class to be configured to be silent. 2004-09-16 00:16:48 +00:00
login towards XHTML compliance 2004-09-12 21:43:59 +00:00
mod Integration of upload code with quiz import 2004-09-16 04:42:59 +00:00
pix Improvements to installation procedure. 2004-08-17 13:51:41 +00:00
rss Preparing rss stuff to be showed in lists of activities... 2004-08-07 16:54:25 +00:00
theme towards XHTML compliance 2004-09-12 21:43:59 +00:00
user UI for admin to change authentication method for given user 2004-09-16 01:45:20 +00:00
userpix Some clean up and documentation for userpix, as well as a default restriction 2003-08-26 09:40:58 +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 Merged fix from stable 2004-09-06 15:50:47 +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 Bumping it just for kicks 2004-09-11 01:44:13 +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