Moodle - the world's open source learning platform https://moodle.org/
Find a file
2008-11-26 01:51:52 +00:00
admin database: MDL-16999 fix "Required Entries" and "Required Entries before viewing" settings. Display a warning message during upgrade process if the fields were set previously (partially merged from 1.9) 2008-11-21 07:11:01 +00:00
auth auth/cas MDL-17121 Upgraded to latest version which is LGPL 2008-11-07 02:00:27 +00:00
backup Added missing join condition. Credit goes to Colin Chambers. MDL-16385 ; backported from HEAD 2008-09-08 14:29:01 +00:00
blocks MDL-17236 html block: proper cleanup of html; backported from HEAD 2008-11-19 16:47:36 +00:00
blog MDL-15516 prvent access to deleted profiles and other user areas; backported from HEAD 2008-07-05 14:57:22 +00:00
calendar "MDL-15424, close table tags manually before calling redirect" 2008-07-02 07:05:30 +00:00
course MDL-16434 fix typo in class name "generalbox" 2008-10-09 10:56:05 +00:00
enrol Backporting MDL-16715 to 18_STABLE (new transid codes). Credit goes to Ethem Elvice. 2008-09-27 17:35:39 +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-8992 eoas hack added only when really needed, removed slow fullclone; backported from MOODLE_19_STABLE 2007-12-15 13:22:10 +00:00
grade MDL-14022 - verifies that maxgrade is in fact a number before adding grade_against to totalpoints 2008-07-05 02:58:32 +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 (20081126) 2008-11-26 01:51:52 +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 database: MDL-16999 update 'Required Entries' warning message, merged from 19 2008-11-25 02:48:15 +00:00
lib MDL-17110 snoopy: imported new version 1.2.4; backported from HEAD 2008-11-03 07:57:27 +00:00
login Pre-select default country in signup form. Backported from HEAD 2008-09-12 15:39:43 +00:00
message Protect message settings with sesskey. MDL-16688 ; backported from 19_STABLE 2008-09-25 22:36:18 +00:00
mnet MDL-16560 - correct bogus function call 2008-09-25 10:01:54 +00:00
mod database: MDL-16999 fix "Required Entries" and "Required Entries before viewing" settings. Display a warning message during upgrade process if the fields were set previously (partially merged from 1.9) 2008-11-21 07:11:01 +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-17104 better delete of unused sub questions, merge from HEAD 2008-11-15 10:17:51 +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-15692 - Quiz attempt paging bar screws up in IE7 when you zoom the page. Normal Moodle paging bar doesn't, so I've changed the HTML the quiz generates to be closer the the output of weblib. Fortunately, this is irrelevant in 2.0. 2008-07-17 12:39:45 +00:00
user MDL-17143 $CFG->profilesforenrolledusersonly does not belong into advanced user edit form - it was removing description if user had only create user cap 2008-11-18 21:40:42 +00:00
userpix Backporting MDL-12407 to 18_STABLE. Fix was missing there. 2007-12-10 09:37:34 +00:00
config-dist.php we are going 100% unicode now - removed use of $CFG->unicodedb and current_charset(); MDL-7439 - part 2, only hotpot and wiki left 2006-11-11 17:23:20 +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-11436, Encapsulate "accesshide" HTML class in function, and use. Merged. 2007-09-25 11:39:55 +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:48:38 +00:00
README.txt Removed empty lines 2006-04-29 19:36:56 +00:00
tags Latest tags for 1.8 2008-01-28 03:15:40 +00:00
version.php Updated the 18 build version to 20081125 2008-11-25 02:03:30 +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