Moodle - the world's open source learning platform https://moodle.org/
Find a file
2007-10-08 19:55:39 +00:00
admin admin/uploaduser.php: Fixed not enrolling user into course if user already exists 2007-04-18 02:46:19 +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 Fixing two get_string() calls when restoring gradebook preferences. MDL-6017 2007-07-25 21:30:23 +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 Fix for MDL-4701: Event URLs now include anchor so that the event is immediately visible. 2007-02-27 14:25:17 +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 Automatic installer.php lang files by installer_builder (20070410) 2007-04-10 03:29:27 +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-11413 I hope now it is correct solution; backported from HEAD 2007-09-25 14:08:26 +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 added escaping of quotes in TimesUp message, so that apostrophes do not cause Javascript errors 2007-10-08 06:39:23 +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 checking that there remain $oldwrappedids before deleting them lines 87-.. 2007-10-06 21:10:13 +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 making environment colours css selector refer to table class instead of body id. So that colours show up on other pages besides admin page. 2007-06-22 11:03:19 +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 Updated for post 1.6.5 2007-03-30 08:31:54 +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