Moodle - the world's open source learning platform https://moodle.org/
Find a file
2009-01-28 09:19:05 +00:00
admin MDL-17143 2008-11-12 03:50:09 +00:00
auth MDL-10921 Fix backport of patch to 1.7.x (was using the new plugin settings syntax). 2008-01-05 14:33:55 +00:00
backup MDL-15372 - Links in course summary and section summaries not recoded on restore. Petr thinks it is a bad idea to recode links in course summaries, becuase he thinks there should not be links there at all, but I disagree, and as long as links are there, and we have the code to stop them breaking on backup and restore, we should fix the bug. 2008-06-23 17:02:24 +00:00
blocks MDL-17236 html block: proper cleanup of html; backported from HEAD 2008-11-19 16:47:58 +00:00
blog MDL-15392: fix output sanitization. 2008-06-27 03:35:44 +00:00
calendar Prevent race condition in event creation. MDL-5956. 2007-12-28 18:37:50 +00:00
course MDL-17799 proper log url sanitisation - big thanks to Full Name hacker ;-) backported from HEAD 2009-01-07 23:02:31 +00:00
enrol Flatfile enrolment: MDL-11418 SQL error. Thanks to Patrick Pollet. 2008-12-15 02:53:33 +00:00
error fix my previous incorrect short tag fix, fixed register globals, IP address used as mail user when not logged in; merged from MOODLE_16_STABLE 2006-05-15 15:45:27 +00:00
files Fix for MDL-7620 2006-11-20 02:28:07 +00:00
filter MDL-10177 Applied lovely hack (not ugly!) suggested by Pablo. It's lovely because it solves an ugly design error in the previous code: modifying a parameter variable in the function body. 2007-08-20 17:57:44 +00:00
grade MDL-7571 - shuffles 'mode' before displaying, merged from 18STABLE 2008-07-04 22:24:40 +00:00
install Automatic installer.php lang files by installer_builder (20090127) 2009-01-26 23:42:06 +00:00
iplookup Change default (old change not checked in) 2006-10-02 13:10:58 +00:00
lang MDL-17365 forum rate - validate rating against scale values. Backported from 18_STABLE 2009-01-27 18:04:14 +00:00
lib MDL-17789 prevent potential XSS problems through PHP_SELF; backported from HEAD 2009-01-06 13:11:11 +00:00
login Fix MDL-11632: Multiple files with emtpy lines outside PHP open/close tags 2007-10-10 21:33:29 +00:00
message Protect message settings with sesskey. MDL-16688 ; backported from 18_STABLE 2008-09-25 22:38:19 +00:00
mod MDL-17365 forum rate - validate rating against scale values. Backported from 18_STABLE 2009-01-27 18:04:14 +00:00
my Fixed last access time for my moodle, MDL-7609. 2006-12-05 06:59:34 +00:00
pix MDL-8188, moved from mod/glossary/check.gif 2008-04-15 03:33:05 +00:00
question match qtype: MDL-17326 backup and restore problems 2008-12-12 06:44:54 +00:00
rss hack for problems with concurrent use of $nomoodlecookie and capabilities in RSS feeds, see MDL-7243 - it should be replaced once we get to codes in urls 2006-11-01 21:02:11 +00:00
search Disabled global search by default and marked as experimental MDL-7296 and AJAX moved to experimental too 2006-10-30 20:57:08 +00:00
sso/hive Fix MDL-11632: Multiple files with emtpy lines outside PHP open/close tags 2007-10-10 21:33:29 +00:00
theme MDL-14932, improve accessibility in role assigning page. 2008-07-11 04:56:38 +00:00
user MDL-17143 fixed undefined $userid, in any case moodle/user:editprofile is not usable - so this will not probably work anyway 2008-11-18 21:09:57 +00:00
userpix Changed CONTEXT_SITE to CONTEXT_SYSTEM MDL-6506 2006-09-26 03:57:05 +00:00
config-dist.php Merging $CFG->disablestatsprocessing from stable 2006-09-03 15:46:21 +00:00
file.php Advanced Upload assignment type - student can't read teacher's uploaded response file MDL-6771 2006-10-01 20:04:53 +00:00
help.php MDL-8853 Applied Ann's Patch 2007-11-06 13:25:34 +00:00
index.php Don't redirect guests to mymoodle page! MDL-8594 2007-03-01 07:56:24 +00:00
install.php MDL-17274 security: register globals not supported- now we are preventing upgrades and installs too; backported from HEAD 2008-11-19 09:49:22 +00:00
README.txt Removed empty lines 2006-04-29 19:36:56 +00:00
tags New tags 2006-11-07 07:16:50 +00:00
version.php Bumped for release 2009-01-28 09:19:05 +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