Moodle - the world's open source learning platform https://moodle.org/
Find a file
2005-04-29 15:05:09 +00:00
admin Added a few lines so that if modules set the module name in a hidden field in their config.html then the form does not have to prefix all its variables. That makes it simpler to produce config.html by copy and paste from mod.html. Also then if the module provides a function modulename_process_options then the form variables can be processed by the module before being stored in $CFG. 2005-04-28 07:40:21 +00:00
auth anonymous login error solve (trash way) 2005-04-29 08:38:21 +00:00
backup Updated. 2005-04-27 22:07:02 +00:00
blocks Latest and (hopefully!!!) final changes to the Blocks how-to. These address 2005-04-28 19:23:39 +00:00
calendar Removed cellspacing for IE 2005-04-21 17:53:36 +00:00
course Allow handling of per forum configured tracking. 2005-04-26 16:34:49 +00:00
doc End the page with correct HTML. 2005-01-27 05:20:31 +00:00
enrol Explicit casting of input (SC#57) 2005-04-20 03:10:51 +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 Moved a generic function over 2005-04-26 15:51:31 +00:00
filter Now we support both uppercase and lowercase lang tags, and the separator 2005-04-28 16:33:15 +00:00
grade One more place to support filterall with activity names found. 2005-04-21 17:07:28 +00:00
lang New strings from Ethem Evlice (ethem AT evlice DOT com) 2005-04-29 15:05:09 +00:00
lib Added iframe, object and applet to closingTags list 2005-04-28 20:56:07 +00:00
login Don't check login if they are being forced to change password 2005-04-27 13:51:55 +00:00
message FIxed some focus issues 2005-04-23 16:43:49 +00:00
mod Added store datamodel and repot 2005-04-29 14:13:37 +00:00
pix Hmm, did some work on it 2005-04-25 18:53:27 +00:00
rss MOre changes to use filelib.php 2005-03-07 12:10:22 +00:00
theme fixed based on standard theme. 2005-04-27 17:13:31 +00:00
user Teachers table is now displayed with the new table class. 2005-04-27 18:30:02 +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 Performance/footprint profiling patch complete -- is enabled by CFG->default>7 or by a few defines in your config.php. 2005-04-07 00:11:28 +00:00
file.php Call new lib/filelib.php 2005-03-07 11:34:16 +00:00
help.php New documentation for new assignment types 2005-04-18 09:30:45 +00:00
index.php This should fix the problems some poeple were having with the login block 2005-04-17 05:47:40 +00:00
install.php Whoops, how did this get in there? :-) 2005-03-14 13:31:34 +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 MOved updating of user forum into the right place 2005-04-25 18:07:14 +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