Moodle - the world's open source learning platform https://moodle.org/
Find a file
stronk7 32be01392d Changed to use the new replacementphrase attribute so
bad words are replaced with a strlen(phrase) number
of **** characters. Bug 3605
(http://moodle.org/bugs/bug.php?op=show&bugid=3605)

Merged from MOODLE_15_STABLE
2005-06-22 23:34:26 +00:00
admin require_variable() and optional_variable() replaced with required_param() & 2005-06-15 12:31:09 +00:00
auth Merging fixes from MOODLE_15 2005-06-13 07:54:44 +00:00
backup Checking some fields because they were breaking restore of old courses. 2005-06-19 18:29:33 +00:00
blocks merged from 1.5 - removed padding-top from title, which made the title of the sideblock higher than the other ones. 2005-06-17 06:29:01 +00:00
calendar Replaced require_variable() and optional_variable() with required_param() 2005-06-15 14:58:17 +00:00
course require_variable() and optional_variable() replaced with required_param() & 2005-06-15 09:39:26 +00:00
doc Some changes added (see bug 3188). 2005-06-18 10:01:53 +00:00
enrol Removing course=$course->id in profile url. If autologin=true user can't login... 2005-06-02 18:03:08 +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 Added missing optional_param() 2005-06-10 13:18:29 +00:00
filter Changed to use the new replacementphrase attribute so 2005-06-22 23:34:26 +00:00
grade Modified the grades visualisation to make use 2005-06-15 00:26:34 +00:00
lang fixed bug 3592: deleted empty lines 2005-06-22 13:23:02 +00:00
lib Add a new attribute to the filterobject class. 2005-06-22 23:24:50 +00:00
login Replaced require_variable() and optional_variable() with required_param() 2005-06-15 15:22:30 +00:00
message Old fix to help focus after beep a little 2005-05-23 17:05:37 +00:00
mod Made the shortanswer qtype grading much more reliable. Change to preg_match to speed things up. Also do a preg_quote on the teacher supplied answer to prevent confusion in the preg_match statements (before + signs and the like were causing the preg_match statements to fail). 2005-06-21 22:38:26 +00:00
pix Removing annoying extra padding from the left side of this graphic. 2005-05-10 00:15:06 +00:00
rss Added to avoid listing... 2005-04-30 16:22:02 +00:00
theme Fixed Bug [Bug 3391] : formal_white theme doesn't show date in lastest news block 2005-06-22 08:35:33 +00:00
user Merging from STABLE: 2005-06-20 03:47:19 +00:00
userpix Works with slasharguments off now 2005-01-17 15:21:00 +00:00
CHANGES Going through it now to make the release page 2004-01-31 09:12:25 +00:00
config-dist.php Merged from STABLE 2005-06-20 09:15:30 +00:00
file.php Merged from MOODLE_14_STABLE - Unlock session during fileserving. 2005-05-17 01:00:48 +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 Complete the removal of Attendance from the main CVS tree (on HEAD) 2005-06-02 14:51:50 +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