Moodle - the world's open source learning platform https://moodle.org/
Find a file
2008-12-29 23:55:41 +00:00
admin MDL-17746 fixed debugdisplay typo in cron - patch by Tomasz Muras 2008-12-29 19:57:47 +00:00
auth auth/ldap: MDL-9405 sync_users() can create duplicated users 2008-12-26 16:01:30 +00:00
backup MDL-15499 Fixes to conditional availability restore (still not tested in HEAD as restore is broken in general, but based on a version that now works in 1.9) 2008-12-19 11:55:41 +00:00
blocks Adds reference to global $DB object. 2008-12-25 20:26:55 +00:00
blog "MDL-14129, fix error() in moodle2" 2008-12-12 05:45:43 +00:00
calendar MDL-16738 fixed + array operator overriding the same numeric keys - credit goes to Vince Gángó; merged from MOODLE_19_STABLE 2008-10-08 19:10:22 +00:00
course MDL-15499 Fix to conditional availability: list of activities for completion included those with completion turned off 2008-12-19 12:19:36 +00:00
enrol Flatfile enrolment: MDL-11418 SQL error. Thanks to Patrick Pollet. 2008-12-15 02:53:39 +00:00
error MDL-10107 - Removed old email_to_user with we still arround and added default message processor for user, 2008-08-02 00:04:29 +00:00
files MDL-16596 fixed comment 2008-09-21 21:30:26 +00:00
filter filter/mediplugin MDL-16650 Fixed youtube videos on IE 2008-12-24 07:22:54 +00:00
grade MDL-17677 fixed string locations - patch by Vlas Voloshin; merged from MOODLE_19_STABLE 2008-12-29 20:21:01 +00:00
group MDL-17724 fixed group/grouping renaming now allows case change 2008-12-29 21:32:20 +00:00
install Automatic installer.php lang files by installer_builder (20081227) 2008-12-26 23:29:05 +00:00
iplookup MDL-14679 2008-05-31 17:48:51 +00:00
lang MDL-17222 Security overview report - not finished yet, work in progress 2008-12-29 19:13:56 +00:00
lib MDL-17682 added default value for city field 2008-12-29 21:46:59 +00:00
login MDL-17392 - mailstop typo - credit goes to Daniel Neis, thanks; merged from MOODLE_19_STABLE 2008-12-01 22:38:40 +00:00
message "MDL-17570, cleanup align property in div, merged from 1.9" 2008-12-10 06:48:54 +00:00
mnet MDL-17548 MNET: Fix email links for sites with path component in wwwroot 2008-12-14 22:50:22 +00:00
mod quiz editing: MDL-17730 skip links; mistake in previous commit 2008-12-26 00:34:39 +00:00
my MDL-16441 Display language selection drop-down list at My Moodle page. Merged from 1.9 2008-09-15 11:31:53 +00:00
notes MDL-16166 centralised enabling of subsystems, fixed some warnings and general cleanup 2008-08-26 05:45:07 +00:00
pix Add one smaller version on the loading animated gif. 2008-11-23 00:04:13 +00:00
portfolio Removing the obsolete plugins which depend on alredy removed libs 2008-11-29 20:27:04 +00:00
question match qtype: MDL-17326 backup and restore problems 2008-12-12 06:45:07 +00:00
repository "MDL-17381, first working wikemedia plugin" 2008-12-22 02:44:18 +00:00
rss Drift between CVS and git 2008-06-25 17:31:23 +00:00
search "MDL-17570, cleanup align property in div, merged from 1.9" 2008-12-10 06:48:54 +00:00
sso MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
tag MDL-17521 shortcuts at top of tag page for each sort of thing that's been tagged 2008-12-16 16:33:30 +00:00
theme MDL-17222 Security overview report - not finished yet, work in progress 2008-12-29 19:13:56 +00:00
user MDL-17228 Allow admins to view hidden custom profile fields. 2008-12-24 04:17:56 +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-16486 Improved interface, added permission warning and other minor fixes 2008-09-23 06:42:18 +00:00
draftfile.php MDL-16596 always force download of draft files - this prevents problems when editing area with file suploaded by otehr users 2008-09-21 10:32:30 +00:00
file.php MDL-14589 new file not found general function 2008-08-16 17:23:19 +00:00
help.php MDL-16654 Move javascript used by the emoticons help file from javascript.php to javascript-static.js. Fix it so that it actually works. 2008-09-25 10:07:11 +00:00
index.php Drift between CVS and git 2008-06-25 17:31:23 +00:00
install.php MDL-17274 security: register globals not supported- now we are preventing upgrades and installs too 2008-11-19 09:46:09 +00:00
pluginfile.php MDL-16394 user profile browsing and serving improvements 2008-09-08 23:16:48 +00:00
README.txt fixing unmerged files 2007-12-06 08:44:07 +00:00
tags New tags file 2008-09-18 07:37:11 +00:00
userfile.php MDL-16394 user profile browsing and serving improvements 2008-09-08 23:16:48 +00:00
version.php Updated the HEAD build version to 20081230 2008-12-29 23:55:41 +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