Moodle - the world's open source learning platform https://moodle.org/
Find a file
2008-07-31 21:48:29 +00:00
admin MDL-15901 completion disabled by default 2008-07-31 21:48:29 +00:00
auth MDL-9983, MDL-13998 core events related cleanup; merged from MOODLE_19_STABLE 2008-07-06 17:57:06 +00:00
backup MDL-15875: Missing break; in switch 2008-07-29 13:33:14 +00:00
blocks MDL-15821 do not show profile link in admin block if using guest account; merged from MOODLE_19_STABLE 2008-07-24 23:14:58 +00:00
blog MDL-14129, remove 2 error()s in course and blog module 2008-07-24 04:59:29 +00:00
calendar MDL-15519 sorry I'm an idiot, that should have been H3 not H2 2008-07-14 11:20:07 +00:00
course MDL-15498: Completion: fixed bugs with long titles in the fancy text-rotation SVG code 2008-07-29 12:27:04 +00:00
enrol MDL-11421 context levels fixed in capability definitions, sorting of caps by name, plug-ins may report used core caps, fixed some risks; merged from MOODLE_19_STABLE 2008-07-24 21:59:13 +00:00
error MDL-10107 - First check-in of Messaging 2.0 code from Luis Rodrigues, GSOC student. 2008-07-24 08:38:03 +00:00
files MDL-14279: Fixes for regressions created by the get_file_url massive change (merge from 1.9) 2008-07-11 02:31:19 +00:00
filter Drift between CVS and git 2008-06-25 17:31:23 +00:00
grade MDL-14035 fixed user images on user report; merged from MOODLE_19_STABLE 2008-07-05 16:14:08 +00:00
group MDL-15809 fixed js errors on group members page; merged from MOODLE_19_STABLE 2008-07-24 11:41:06 +00:00
install Automatic installer.php lang files by installer_builder (20080728) 2008-07-28 01:17:33 +00:00
iplookup MDL-14679 2008-05-31 17:48:51 +00:00
lang MDL-15688: English strings for TinyMCE. This does not include Moodle-specific modules strings yet. 2008-07-31 08:51:31 +00:00
lib MDL-15897 param cleaning improvements - see tracker 2008-07-31 20:10:55 +00:00
login MDL-15682 Fixed, merged from MOODLE_19_STABLE 2008-07-23 05:23:43 +00:00
message MDL-10107 Fixed (sort of) the messaging form ... it's still not quite right, but leaving it for Luis 2008-07-31 08:14:45 +00:00
mnet MDL-15476 2008-06-30 14:55:48 +00:00
mod MDL-15896 - Clean 'page' and 'q' parameters to only allow normal page name characters. 2008-07-31 14:06:18 +00:00
my "MDL-14460, fix get_context_instance, merged from MOODLE_19_STABLE" 2008-05-01 06:07:24 +00:00
notes MDL-15516 prvent access to deleted profiles and other user areas 2008-07-05 14:52:39 +00:00
pix MDL-15498: Completion system 2008-07-28 12:31:29 +00:00
portfolio MDL-15762 log portfolio transfers and notify the user when there are dups 2008-07-30 16:38:13 +00:00
question Whitespace 2008-07-30 10:07:30 +00:00
repository MDL-15402 implementation of repositories administration. Administrator can hide/show/sort/setup repositories. This code has been commited in order to be used by FilePicker. 2008-07-31 06:01:12 +00:00
rss Drift between CVS and git 2008-06-25 17:31:23 +00:00
search MDL-14129, remove error() and white space in search module. 2008-07-21 08:28:26 +00:00
sso MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
tag MDL-15661: typo in function name - wrong call meant tag type was set incorrectly (merge from 1.9) 2008-07-16 01:21:31 +00:00
theme Fixed homelink color. 2008-07-29 00:19:05 +00:00
user MDL-15860 - add global portfolio enabled switch 2008-07-29 11:27:16 +00:00
userpix MDL-14279: use get_file_url instead of checking $CFG->slashargument manually (merge from 1.9) 2008-07-10 09:55:11 +00:00
config-dist.php MDL-15476 2008-06-30 15:01:24 +00:00
file.php MDL-14279: use get_file_url instead of checking $CFG->slashargument manually (merge from 1.9) 2008-07-10 09:55:11 +00:00
help.php MDL-11461 all ressource types are now displayed in the ressource help popup, merged from 1.9 2008-06-17 02:00:54 +00:00
index.php Drift between CVS and git 2008-06-25 17:31:23 +00:00
install.php MDL-14679 var_export now used instead of addsingleslashes in installer; refactored the database setting initialisation 2008-06-22 22:53:40 +00:00
README.txt fixing unmerged files 2007-12-06 08:44:07 +00:00
tags New tags file 2008-07-31 08:22:21 +00:00
version.php MDL-10107 Fixed the definition of message providers ... it now works through files very similar to those for events and capabilities, which makes them easy to add/remove/change as necessary 2008-07-31 08:01:46 +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