Moodle - the world's open source learning platform https://moodle.org/
Find a file
2005-08-18 01:44:47 +00:00
admin Course request feature. Allows normal users to 'request' courses they would like created, 2005-08-16 06:15:49 +00:00
auth Merged from MOODLE_15_STABLE - Temp table now matches idnumber length with username - thanks to Yves Roy for pointing this out. 2005-08-12 02:31:34 +00:00
backup Now course-guest, user-login and user-logout 2005-08-03 19:04:05 +00:00
blocks Merged from MOODLE_15_STABLE - Blocks upgrade - reduce memory consumption by a few GB and (postgres only) halve database traffic. 2005-08-18 00:04:02 +00:00
calendar MyMoodle: new /my/ page, contains course overview (module based, forum done). User defined blocks on /my/ page, admin defined stickyblocks. Needs lots of testing. Held off bumping version.php for blocks because of the postgres upgrade fixes Patrick is putting in. 2005-08-16 00:25:39 +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 - LDAP servers being down or unavailable should not prevent login - we now fail with a notice() rather than with an error() 2005-08-17 22:38:24 +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 few strings for lesson. 2005-08-17 16:35:43 +00:00
lib merged from MOODLE_15_STABLE: Clean up IP addresses from getremoteaddr. Otherwise we sometimes get weird results from proxies and inserts into mdl_log and mdl_user fail 2005-08-18 01:44:47 +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 MyMoodle: new /my/ page, contains course overview (module based, forum done). User defined blocks on /my/ page, admin defined stickyblocks. Needs lots of testing. Held off bumping version.php for blocks because of the postgres upgrade fixes Patrick is putting in. 2005-08-16 00:25:39 +00:00
my MyMoodle: new /my/ page, contains course overview (module based, forum done). User defined blocks on /my/ page, admin defined stickyblocks. Needs lots of testing. Held off bumping version.php for blocks because of the postgres upgrade fixes Patrick is putting in. 2005-08-16 00:25:39 +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-10 14:20:22 +00:00
user Merged from MOODLE_15_STABLE - Added the missing $userold, now detecting updates (and pushing them out to LDAP) should work. 2005-08-17 23:54:58 +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