Moodle - the world's open source learning platform https://moodle.org/
Find a file
2004-12-28 16:47:52 +00:00
admin New features implemented: 2004-12-16 18:49:57 +00:00
auth Auth/LDAP 2004-11-22 07:46:10 +00:00
backup Now backup names are cleaned completely, avoiding some problems 2004-12-19 16:18:10 +00:00
blocks First quick go at a Messages block. Needs polishing but seems to work. 2004-12-28 16:34:13 +00:00
calendar Fixes a bug with user events created by an activity module. 2004-12-26 13:58:07 +00:00
course More links for other non-activity modules 2004-12-28 07:26:18 +00:00
doc Merged sc28 from stable 2004-12-12 07:01:35 +00:00
enrol Merged fix from stable 2004-12-28 02:46:47 +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 fixed $course->id 2004-12-15 06:32:32 +00:00
filter new handling of uploaded files, please TEST, TEST, TEST 2004-12-14 18:57:51 +00:00
lang translated one string... 2004-12-28 16:47:52 +00:00
lib add_to_log now always updates user->lastaccess 2004-12-28 14:59:29 +00:00
login Merged guest login fix from stable 2004-12-19 14:11:18 +00:00
message Latest messaging system 2004-12-28 13:49:15 +00:00
mod Fixed form error checking for cloze questions, see bug http://moodle.org/bugs/bug.php?op=show&bugid=697 2004-12-28 09:12:40 +00:00
pix Temporary message icon (currently the same as email...) 2004-12-28 12:20:28 +00:00
rss first addition of extra rss files needed by rss_client block. templib functionality should be moved to rsslib.php if Eloy is OK with that 2004-12-17 02:45:21 +00:00
theme Changes to the generaltab classes to distinguish between selected and non 2004-12-28 10:04:49 +00:00
user Add messaging buttons to the user profile 2004-12-28 13:49:44 +00:00
userpix Fixed firstname lastname to call to fullname function 2004-09-29 21:32:53 +00:00
CHANGES Going through it now to make the release page 2004-01-31 09:12:25 +00:00
config-dist.php Some changes that may help on safe mode ... see bug 2093 2004-12-26 14:45:39 +00:00
file.php new handling of uploaded files, please TEST, TEST, TEST 2004-12-14 18:57:51 +00:00
help.php Added a file level phpdoc docblock tag. Also converted double quote strings to single quote literals. 2004-09-29 18:19:39 +00:00
index.php FIxed my last hasty checkin 2004-12-28 15:12:46 +00:00
install.php Some changes that may help on safe mode ... see bug 2093 2004-12-26 14:45:39 +00:00
README.txt Updated README 2004-08-23 19:18:25 +00:00
tags Latest tags 2004-09-20 08:54:12 +00:00
version.php Added format field for messages 2004-12-28 08:56: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://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