Moodle - the world's open source learning platform https://moodle.org/
Find a file
2005-08-26 08:00:19 +00:00
admin Merged from stable 2005-08-25 07:48:28 +00:00
auth release with automatic login and optional logout from SSO 2005-08-26 07:48:53 +00:00
backup Merged from MOODLE_15_STABLE: Escape strings for database. SC # 145 2005-08-26 05:29:34 +00:00
blocks Now Quiz Results can be set into anonymous mode, where performance is shown 2005-08-23 19:12:54 +00:00
calendar Changing some hardwired 1s to SITEID. Is the madness ever going to end? 2005-08-23 20:43:32 +00:00
course Removed $printfunction variable, which seems completely unused anyway (and isn't 2005-08-17 08:36:31 +00:00
doc Some changes added (see bug 3188). 2005-06-18 10:01:53 +00:00
enrol Merged from MOODLE_15_STABLE - enrolment fixes: We now have better handling of the enrol field when dealing with student enrolments. This fixes bugs 3912 and 3974. NOTE that enrol_student() now defaults to manual - this is to support the different pages that call enrol_student() to still work correctly when external enrolments are in use, by recording the enrolments as manual. Enrolment plugins are expected to know better and pass the correct parameter. 2005-08-26 06:11:38 +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 Some more tweaks to LaTeX filter - see bug #3829. 2005-08-10 12:58:38 +00:00
grade Fixed Bug #3652 - Gradebook catagory detail group view not working. 2005-08-04 22:07:39 +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 translated a new help file for filter. 2005-08-25 18:00:48 +00:00
lib New release of php-cas 0.4.20-1 2005-08-26 07:47:04 +00:00
login Merged from STABLE 2005-08-17 10:35:37 +00:00
message Old fix to help focus after beep a little 2005-05-23 17:05:37 +00:00
mod fix for bug 3953 provided by Jean-Michel 2005-08-26 08:00:19 +00:00
my Fixing another warning in my moodle blocks 2005-08-23 04:25:17 +00:00
pix New block for student loan calculation. Doesn't contain db tables. 2005-08-16 01:45:42 +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 polished - based on standard theme. 2005-08-18 14:59:30 +00:00
user Initial checkin of new feature to select users from participants page for a recipient list for sending an IM to. Please test. 2005-08-22 05:44:13 +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 Adding the capability to replace existing scripts with customised versions. 2005-07-14 15:35:23 +00:00
file.php new parameter forcedownload; merged from MOODLE_15_STABLE 2005-07-12 08:05:42 +00:00
help.php Replaced optional_variable() instances with secure alternatives. 2005-06-10 19:19:08 +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 materialized path & depth for course categories. 2005-08-16 23:15:58 +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