Moodle - the world's open source learning platform https://moodle.org/
Find a file
2008-01-11 14:43:20 +00:00
admin MDL-10905 iterating properly through readdir() 2007-10-15 05:53:55 +00:00
auth MDL-7837 auth_ldap_bulk_insert() fails when user data contains single quotes - patch by Iñaki Arenaza; backported from HEAD 2006-12-29 21:19:59 +00:00
backup Prevent race condition in event creation. MDL-5956. 2007-12-28 18:35:55 +00:00
blocks To fix MDL-8614 2007-04-01 07:50:16 +00:00
blog fix for MDL-7139 print_paging_bar at the bottom of page 2006-11-02 05:52:48 +00:00
calendar Prevent race condition in event creation. MDL-5956. 2007-12-28 18:35:55 +00:00
course MDL-11414 fixed handling of log urls (problem reported by Andreas Nolden); backported from HEAD 2007-09-23 13:16:53 +00:00
doc better handling of anchor name in docs index SC#306; backported from HEAD 2006-08-29 20:39:24 +00:00
enrol MDL-9836 2007-06-15 18:00:13 +00:00
error fix my previous incorrect short tag fix, fixed register globals, IP address used as mail user when not logged in 2006-05-15 15:44:36 +00:00
files The course upload size limit applies to students only, it should not be imposed for teacher uploads. 2006-10-03 18:13:47 +00:00
filter MDL-9147 2007-04-03 08:42:33 +00:00
grade fix for MDL-6895, gradebook group view missing optional_param, thanks for the fix 2006-10-30 03:59:26 +00:00
install New installer files added - stronk7 2007-11-29 17:07:51 +00:00
iplookup Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
lang added missing string definition for sectionerror. Fixed MDL-10766 2007-10-03 00:00:11 +00:00
lib MDL-12793 PARAM_HOST incorrect cleaning; backported from MOODLE_19_STABLE 2008-01-01 17:28:55 +00:00
login sesskey added to logout.php MDL-8727 ; backported from HEAD 2007-03-02 17:15:53 +00:00
message MDL-6128 special chars and messaging system; backported from HEAD 2007-01-28 21:47:21 +00:00
mod reinstated calls to hpInterceptFeedback/Hints/Clues (lines 2919-2921), which had been commented out during testing of an earlier bug. 2007-11-20 23:56:20 +00:00
my Bug #6136 - Hard coded admin paths 2006-07-19 07:59:16 +00:00
pix Make these icons transparent 2006-04-25 14:01:13 +00:00
question MFC: MDL-12079 fixed use of clean_param() 2007-11-10 14:53:20 +00:00
rss iImproved RSS 2006-03-17 09:48:24 +00:00
sso/hive Checking in some old changes 2006-03-09 16:45:25 +00:00
theme Fix navbar buttons. 16_STABLE only. MDL-8305 2007-12-08 17:02:56 +00:00
user MDL-11663 sanitise submitted data when editing users 2007-10-08 19:55:39 +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
config-dist.php Added a hidden $CFG->disablestatsprocessing variable to disable stats completely 2006-09-03 15:42:05 +00:00
file.php backupdata folder is not visible in directory resource any more, the backup files were not downloadable, but they might be stored in browser cache when teacher and student were logged from the same browser and computer account - MDL-6280 2006-09-16 17:11:00 +00:00
help.php fixed trailing whitespace in last commit :-( 2006-08-22 22:09:33 +00:00
index.php Restoring changes all the changes in MOODLE_16_STABLE since MOODLE_16_BETA. 2007-03-25 14:48:26 +00:00
install.php added styles to install.php for colours for environment table 2007-06-20 06:31:33 +00:00
README.txt Removed empty lines 2006-04-29 19:36:56 +00:00
tags Latest tags for 1.6 2007-03-25 15:14:11 +00:00
version.php Bumped to 1.6.6 2008-01-11 14:43:20 +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://docs.moodle.org/en/Installing_Moodle 

A local copy can also be found in 

   lang/en_utf8/help/install.html   (or your language)


Good luck and have fun!
Martin Dougiamas, Lead Developer