Moodle - the world's open source learning platform https://moodle.org/
Find a file
2005-12-04 15:06:04 +00:00
admin spacing issue 2005-11-22 02:58:45 +00:00
auth Merged from MOODLE_15_STABLE - Updated the definition of member for AD - thanks to Inaki for the tip! 2005-11-07 01:00:05 +00:00
backup Solved bug found when trying to backup all users! 2005-11-19 00:27:57 +00:00
blocks New report - course participation. Integrated with messaging system, same as participants list. 2005-11-28 20:50:15 +00:00
calendar Removing PJs "temporary" test code. Mine kept printing errors ... why? 2005-11-09 06:00:48 +00:00
course Correcting the way of setting lowbound <= $var <= highbound, 2005-12-03 13:12:09 +00:00
doc Some changes added (see bug 3188). 2005-06-18 10:01:53 +00:00
enrol Default values must be default values. :) 2005-12-03 11:43:04 +00:00
error Merged from stable 2005-11-01 06:53:57 +00:00
files fixed choose disappearing after file delete; merged from MOODLE_15_STABLE 2005-11-04 10:56:36 +00:00
filter Some typos solved. :-| 2005-11-16 23:05:09 +00:00
grade Bug #4049 - Gradebook: Category names with a dot in them don't work correctly; merged from MOODLE_15_STABLE 2005-11-15 21:41:51 +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 there we go again 2005-12-04 15:06:04 +00:00
lib Merged Hannes Gassert's code for podcasting support more or less without changes. 2005-12-02 07:07:44 +00:00
login Fix for bug 4371 (also SC#199): 2005-11-26 00:58:53 +00:00
message messaging - fixed page encoding in headers; merged from MOODLE_15_STABLE 2005-11-05 10:50:35 +00:00
mod NEW MODULE FROM MOODLE.COM - DATABASE ! 2005-12-02 07:50:26 +00:00
my In the case of my moodle we don't want to redirect to referrer on 'no', 2005-10-30 20:20:09 +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 modified based on standard theme. 2005-11-28 20:57:52 +00:00
user merged bug fix for 4400 2005-12-02 02:37:01 +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 $CFG->filterall has a setting on the filters admin page, so isn't 2005-11-14 15:36:01 +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 Merged new globals check into install from stable 2005-11-17 07:14:03 +00:00
README.txt Updated README 2004-08-23 19:18:25 +00:00
tags latest version of tags 2005-10-20 01:31:21 +00:00
version.php Reverting commits just made. This should be in MOODLE_16_MULTIENROL 2005-10-30 22:13:26 +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