Moodle - the world's open source learning platform https://moodle.org/
Find a file
Martin Dougiamas f5f4479bd3 Bump 1.8.11
2009-11-25 18:38:08 +00:00
admin MDL-20941 store hashed username into user->email field for deleted users. Backported from 19_STABLE 2009-11-23 19:01:47 +00:00
auth MDL-20934 'not cached' flag used in all auth plugins that do not need the password 2009-11-23 21:56:05 +00:00
backup MDL-20939 backup & restore - avoid admins to be always included. Two things 2009-11-24 00:26:24 +00:00
blocks Fix CVS-git drift (old .sql files) 2009-02-01 23:45:11 +00:00
blog MDL-20901 fixed input validation 2009-11-19 16:40:16 +00:00
calendar MDL-20901 fixed input validation 2009-11-19 19:27:12 +00:00
course MDL-20931 fixed input validation 2009-11-22 21:03:22 +00:00
enrol MDL-20901 fixed input validation 2009-11-19 19:42:05 +00:00
error MDL-8062 1.3 Remove name attribute from <form> and fix focus everywhere - more changes ahead 2007-01-04 21:32:36 +00:00
files "MDL-14820, escape filename" 2008-05-14 05:21:01 +00:00
filter MDL-19842 securing algebradebug the same way as text debug - only admins may use it now; backported from HEAD 2009-07-17 08:41:36 +00:00
grade MDL-18365 fixed quoting 2009-02-25 22:26:24 +00:00
group MDL-16898 Extending include_path 2008-10-16 11:17:04 +00:00
install Automatic installer.php lang files by installer_builder (20091123) 2009-11-23 00:32:29 +00:00
iplookup MDL-7861 xhtml transient fixes for not closed input fields - I hope all of them except imported libs are now fixed 2007-01-08 19:34:16 +00:00
lang MDL-20849 - improved lang string, thanks, Helen. 2009-11-20 17:46:36 +00:00
lib upgrade MDL-20933 Fixed warning if get_records_sql returned false rather than an array 2009-11-24 04:03:35 +00:00
login MDL-20958 fixed login issues when login via https required 2009-11-24 16:19:56 +00:00
message Protect message settings with sesskey. MDL-16688 ; backported from 19_STABLE 2008-09-25 22:36:18 +00:00
mnet MDL-20639 fixed mnet security trouble - credit goes to Adrian Schlegel 2009-11-17 17:30:43 +00:00
mod SCORM MDL-20955 fix bad use of update_record - thanks Petr 2009-11-24 21:12:09 +00:00
my MDL-14091, fix myMoodle courses list sort order, Thanks Iñaki 2008-04-09 02:45:33 +00:00
pix MDL-8188, copy check.gif from mod/glossary to here, see tracker 2008-04-15 03:40:13 +00:00
question MDL-20189 correcting for the value of correctanswerlength on calculated export Merge 2009-09-07 01:30:56 +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; merged from MOODLE_17_STABLE 2006-11-01 21:03:09 +00:00
search fixes MDL-14770, $course_id error 2008-05-09 21:51:00 +00:00
sso Fix MDL-11632: Multiple files with emtpy lines outside PHP open/close tags 2007-10-10 21:09:18 +00:00
theme MDL-19607 removed float from sideblock command links 2009-06-26 03:00:00 +00:00
user MDL-18265 fixed regression in menu field - discovered and patched by Vlas Voloshin, thanks!; merged from MOODLE_19_STABLE 2009-03-15 13:45:57 +00:00
userpix Backporting MDL-12407 to 18_STABLE. Fix was missing there. 2007-12-10 09:37:34 +00:00
config-dist.php backup/nopasswords MDL-20838 Backups are now never saved with user passwords unless the admin has defined $CFG->includeuserbackupsinpasswords in config.php (Merged from 1.9) Credits to Eloy 2009-11-17 05:54:07 +00:00
COPYING.txt MDL-19096 include a copy of the GPL 2009-05-07 03:04:47 +00:00
file.php Backporting MDL-14495 to 18_STABLE 2008-05-13 02:16:53 +00:00
help.php MDL-11461 all ressource types are now displayed in the ressource help popup, merged from 1.9 2008-06-17 01:52:23 +00:00
index.php MDL-18940 meta description in main page - render multilang summary properly. Backported from 19_STABLE 2009-04-25 21:19:47 +00:00
install.php security MDL-18807 MDL-20853 Backported recent security chanrs to 1.8 2009-11-18 03:46:16 +00:00
README.txt Removed empty lines 2006-04-29 19:36:56 +00:00
tags.txt tags MDL-19728 Removing tags file and replacing with a tags.txt to explain where to get it 2009-07-07 03:44:12 +00:00
version.php Bump 1.8.11 2009-11-25 18:38:08 +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