Moodle - the world's open source learning platform https://moodle.org/
Find a file
2005-10-05 08:21:50 +00:00
admin Various fixes to stats after our attempts to run it on a large real dataset 2005-10-04 20:25:31 +00:00
auth Change of plan. Change password stuff moved to admin/auth.php 2005-09-22 14:19:39 +00:00
backup Fix to bug 4026 and 3913. Credit: jjg7 at humboldt dot edu 2005-09-08 21:30:42 +00:00
blocks removed comparisons to NULL and added isset() calls instead as per JP's suggestion 2005-10-02 17:45:20 +00:00
calendar Backing out broken last patch - bug 4119 2005-09-28 02:58:05 +00:00
course Ported handy button from 1.5 that somehow didn't get merged before 2005-10-05 08:21:50 +00:00
doc Some changes added (see bug 3188). 2005-06-18 10:01:53 +00:00
enrol Used a proper function to update configuration setting 2005-10-04 21:38:40 +00:00
error Converted double quote strings to single quote literals - inspired by error in double quotes found by ottenhoff and noted in comment to bug 1981 2004-09-24 22:28:50 +00:00
files Merged fix from stable 2005-08-14 02:27:18 +00:00
filter Hard coded yes/no strings now properly looked up. Bug #3993 2005-09-07 09:51:15 +00:00
grade Fixed extraneous code, modified for PHP5 compliance, added isteacher() check 2005-09-27 17:36:22 +00:00
install Strings changed and some welcome page rework. It follows 2005-07-29 15:53:37 +00:00
iplookup Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
lang Minor updates in spanish translation 2005-10-05 08:18:51 +00:00
lib Various fixes to stats after our attempts to run it on a large real dataset 2005-10-04 20:25:31 +00:00
login Fixed typo. 2005-10-03 09:11:19 +00:00
message Merged from MOODLE_15_STABLE (ish): better fix to messaging problem query 2005-09-07 04:43:47 +00:00
mod simplified logic which handles passing of invalid (non-numeric) atrtemptid 2005-10-05 03:49:35 +00:00
my Fixing another warning in my moodle blocks 2005-08-23 04:25:17 +00:00
pix Initial checkin of stats (from processing the log table). 2005-09-01 04:14:31 +00:00
rss Merged fix from stable when checking course->guest on site 2005-07-25 09:05:12 +00:00
sso/hive So that we have the password handy later 2005-08-01 08:49:33 +00:00
theme fixed weekdates color. 2005-09-28 12:44:25 +00:00
user Change password button displayed according to user's actual authentication method, not 2005-10-03 09:24:47 +00:00
userpix adding a way to test the user image border removal code. Needs some speed 2005-07-22 14:12:32 +00:00
CHANGES Going through it now to make the release page 2004-01-31 09:12:25 +00:00
config-dist.php New 404 handler for a custompix fallback 2005-09-30 00:39:58 +00:00
file.php new parameter forcedownload; merged from MOODLE_15_STABLE 2005-07-12 08:05:42 +00:00
fixpix.php New 404 handler for a custompix fallback 2005-09-30 00:39:58 +00:00
help.php Allow underscore and hypen in module names 2005-09-25 20:46:43 +00:00
index.php Added $CFG->disablemycourses bug 3220 2005-05-13 06:17:13 +00:00
install.php Changing width="22" for /pix/help.gif to width="17" 2005-05-10 00:21:09 +00:00
README.txt Updated README 2004-08-23 19:18:25 +00:00
tags Latest tags 2005-04-28 11:12:25 +00:00
version.php New feature: Course enrollable control with date range 2005-10-04 01:59:19 +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