Moodle - the world's open source learning platform https://moodle.org/
Find a file
2006-07-19 12:01:38 +00:00
admin Improved category and course list display on front page- see bug Bug #5965 - Frontpage Category List also showing courses; new Combo List(categories + courses), fixed categories list and separate settings for not logged in / logged in users 2006-07-19 12:01:38 +00:00
auth auth/db: When using internal passwords we must register auth_update_user_password() 2006-07-18 01:34:19 +00:00
backup Course restore - Restrict shortname to <= 15 characters, like the database table. 2006-07-18 03:32:51 +00:00
blocks Bug #6136 - Hard coded admin paths 2006-07-19 07:59:16 +00:00
blog fixed a bug where user can view site posts when not logged in 2006-07-18 02:27:17 +00:00
calendar Bug #1395 - Calandar view.php should respect forcelogin 2006-07-17 21:07:06 +00:00
course Improved category and course list display on front page- see bug Bug #5965 - Frontpage Category List also showing courses; new Combo List(categories + courses), fixed categories list and separate settings for not logged in / logged in users 2006-07-19 12:01:38 +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:01:31 +00:00
error fix my previous incorrect short tag fix, fixed register globals, IP address used as mail user when not logged in 2006-05-15 15:44:36 +00:00
files fixed printing of filenames from zip archives - SC#273 2006-07-12 05:54:37 +00:00
filter Soled bug 6089 plus some minor iteration savings... 2006-07-15 08:38:19 +00:00
grade Bug #6134 - error of coding, in function grade_download_form() 2006-07-18 06:42:21 +00:00
install Automatic installer.php lang files by installer_builder (20060718) 2006-07-18 02:42:48 +00:00
iplookup Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
lang Improved category and course list display on front page- see bug Bug #5965 - Frontpage Category List also showing courses; new Combo List(categories + courses), fixed categories list and separate settings for not logged in / logged in users 2006-07-19 12:01:38 +00:00
lib Added missing global 2006-07-19 10:17:48 +00:00
login Bug #4698 - Login block is broken!, improved cookie test 2006-07-06 10:09:34 +00:00
message fix for 5881, no closing tag 2006-06-21 03:12:54 +00:00
mod Bug #6136 - Hard coded admin paths 2006-07-19 07:59:16 +00:00
my Bug #6136 - Hard coded admin paths 2006-07-19 07:59:16 +00:00
pix Make these icons transparent 2006-04-25 14:01:13 +00:00
question Bug #6033 - missing string for unknown questiontype. Also tidied up some messy code. 2006-07-18 15:27:50 +00:00
rss iImproved RSS 2006-03-17 09:48:24 +00:00
sso/hive Checking in some old changes 2006-03-09 16:45:25 +00:00
theme enhancements and bugfixes, works now in Safari and Konqueror 2006-07-18 09:06:06 +00:00
user Bug #5927 - extending enrollments doesn't 2006-06-26 21:57:42 +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
config-dist.php Document $CFG->allowvisiblecoursesinhiddencategories 2006-07-13 14:17:49 +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 2006-07-11 13:18:59 +00:00
index.php Improved category and course list display on front page- see bug Bug #5965 - Frontpage Category List also showing courses; new Combo List(categories + courses), fixed categories list and separate settings for not logged in / logged in users 2006-07-19 12:01:38 +00:00
install.php Prevent doubleslashes once and again in paths. Also prevent them when writing config.php 2006-05-31 17:50:42 +00:00
README.txt Removed empty lines 2006-04-29 19:36:56 +00:00
tags New tags file 2006-06-19 15:33:01 +00:00
version.php minor bump to perform some changes on grade_letter 2006-07-18 16:23:28 +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