Moodle - the world's open source learning platform https://moodle.org/
Find a file
2005-05-15 14:40:38 +00:00
admin *** empty log message *** 2005-05-15 13:28:58 +00:00
auth Keep and reset $CFG->prefix as per bug 3223 2005-05-14 02:46:20 +00:00
backup Added the restore_get_best_quiz_category() function 2005-05-14 23:32:32 +00:00
blocks latest work on tabs for instance config. Now if a block is not configured you get a unique link in the body of the block 2005-05-15 14:35:41 +00:00
calendar Fix for bug 3113, some innocent notices. 2005-05-06 21:44:34 +00:00
course Improvements to basic log display (much prettier) 2005-05-12 08:04:47 +00:00
doc End the page with correct HTML. 2005-01-27 05:20:31 +00:00
enrol Authorize.net plugin, some fixes. 2005-05-13 09:27:26 +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 Moved badwords list to censor.php file (bug 3164) 2005-05-08 15:10:17 +00:00
grade XHTML compliance, styles added for CSS (SE) 2005-05-13 08:29:56 +00:00
lang Replaced files that were removed 2005-05-15 12:05:44 +00:00
lib Fixes for load average display ... see bug 3249 2005-05-15 04:22:40 +00:00
login Anyone with the password "changeme" needs to change it 2005-05-10 14:11:53 +00:00
message Use two author styles on history pages too 2005-05-04 08:27:40 +00:00
mod item analysis report contributed by Enrique Castro 2005-05-15 14:40:38 +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 based on standard theme. 2005-05-14 08:06:31 +00:00
user On the admin user page you select "forum posts" which becomes the active selection in the second row. This should be visualized in the tabs. Therefore I added the parameter "$activetwo" to the tabs functions to be able to set the class "activetwo" for the active tab in the second row. 2005-05-05 09:35:21 +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 Added variable $CFG->disablemycourses 2005-05-13 08:56:31 +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 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 Merging in from the MOODLE_15_QUIZREFACTOR branch. 2005-05-06 06:24:04 +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