Moodle - the world's open source learning platform https://moodle.org/
Find a file
2006-07-17 07:31:22 +00:00
admin todo: add detection of incorrect chars in wwwroot; merged from MOODLE_16_STABLE 2006-07-14 20:57:08 +00:00
auth Bug #5953 - problem in /auth/ldap/lib.php; merged from MOODLE_16_STABLE 2006-06-29 07:05:00 +00:00
backup Bug #6099 - Restore alternatively failing on data module - fixed status codes of module restore process; merged from MOODLE_16_STABLE 2006-07-13 15:38:03 +00:00
blocks Bug #6080 - Loancalc block doesn't define a footer string; merged from MOODLE_16_STABLE 2006-07-14 21:05:14 +00:00
blog fixed $site->id warning; merged from MOODLE_16_STABLE 2006-07-04 06:05:25 +00:00
calendar workaround by Dan for bug #6130, fixed some warnings; merged from MOODLE_16_STABLE 2006-07-17 07:31:22 +00:00
course Bug #6007 - "The requested URL /course/report/log/view.php was not found on this server" merged from MOODLE_16_STABLE 2006-07-04 05:27:18 +00:00
doc Now doc index uses current_charset() 2006-01-05 13:34:31 +00:00
enrol enrol API: Updated documentation 2006-07-17 06:02:10 +00:00
error fix my previous incorrect short tag fix, fixed register globals, IP address used as mail user when not logged in; merged from MOODLE_16_STABLE 2006-05-15 15:45:27 +00:00
files fixed printing of filenames from zip archives - SC#273; merged from MOODLE_16_STABLE 2006-07-12 05:57:28 +00:00
filter Soled bug 6089 plus some minor iteration savings... 2006-07-15 08:39:50 +00:00
grade Some minor changes in order to avoid some notices... 2006-06-25 10:16:45 +00:00
install Automatic installer.php lang files by installer_builder (20060716) 2006-07-16 02:38:13 +00:00
iplookup Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
lang Merged assignment updates from stable 2006-07-13 07:50:13 +00:00
lib Bug 6111 - Rewrite the code for making an indented list of question categories, becase the existing code was so horrible. Merged from MOODLE_16_STABLE. 2006-07-14 15:36:29 +00:00
login Bug #4698 - Login block is broken!, improved cookie test; merged from MOODLE_16_STABLE 2006-07-06 10:11:06 +00:00
message merged fix for 5881 2006-06-21 03:13:46 +00:00
mod Close properly the showentry page. Bug 5986. 2006-07-16 09:01:03 +00:00
my Merged title fix from stable 2006-05-29 09:55:42 +00:00
pix Make these icons transparent 2006-04-25 14:01:13 +00:00
question Doh! remove debug code. Sorry. 2006-07-12 17:54:45 +00:00
rss iImproved RSS 2006-03-17 09:48:24 +00:00
search Fixed pagination in query page (lines were too long, distorting table), 2006-07-14 13:58:46 +00:00
sso/hive Checking in some old changes 2006-03-09 16:45:25 +00:00
theme chat: Prevent user from submitting a 2nd message before his 1st is received. 2006-07-12 02:29:12 +00:00
user Bug #5927 - extending enrollments doesn't; merged from MOODLE_16_STABLE 2006-06-26 21:58:35 +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 Merged new variable $CFG->allowvisiblecoursesinhiddencategories from stable 2006-07-13 14:18:29 +00:00
file.php Corrected oversight with uploaded file filters change 2006-02-21 12:54:24 +00:00
help.php better cleaning of $file parameter SC#276; merged from MOODLE_16_STABLE 2006-07-11 13:19:52 +00:00
index.php News items on home page should be sorted by date of first post 2006-04-05 01:54:41 +00:00
install.php Prevent doubleslashes once and again in paths. Also prevent them when writing config.php 2006-05-31 17:54:58 +00:00
README.txt Removed empty lines 2006-04-29 19:36:56 +00:00
tags Latest tags 2006-04-05 02:47:17 +00:00
version.php Moving from lastIP to lastip everywhere. Bug 5763. 2006-06-09 09:47:01 +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