Moodle - the world's open source learning platform https://moodle.org/
Find a file
2008-04-01 01:39:44 +00:00
admin MDL-13151 add a new language string: phone2, thanks for your idea, Jams Ballard. 2008-03-26 02:58:16 +00:00
auth Fixed typo in debug message, causing notice 2008-03-26 15:13:25 +00:00
backup MDL-8270 ignore blocks that can not be instantiated; merged from MOODLE_19_STABLE 2008-03-30 14:36:27 +00:00
blocks MDL-14111, multilang html-block title, merged from MOODLE_19_STABLE, thanks Gordon Bateson 2008-04-01 01:39:44 +00:00
blog MDL-13728 - Removing old code, this is now in the tag management interface. (merge) 2008-02-29 07:10:00 +00:00
calendar Just ptecting the directory 2008-02-27 06:14:24 +00:00
course MDL-10606 Corrected course search box id 2008-03-25 01:25:54 +00:00
doc/pix cvsimport fixups -- cvshead had strayed from upstream 2007-01-04 13:15:04 +13:00
enrol Not visible courses don't cause unenrolment under LDAP anymore. Credit goes to Iñaki Arenaza. MDL-14097 ; merged from 19_STABLE 2008-03-30 00:45:58 +00:00
error Merged better error page from stable 19 2008-02-01 05:49:15 +00:00
files MDL-9931 adding go button to delete; merged from MOODLE_19_STABLE 2008-02-19 13:13:47 +00:00
filter MDL-12945 a slightly bigger patch for performance in recent activity and various group related issues + some other fixes - see list of subtasks in tracker; merged from MOODLE_19_STABLE 2008-01-24 20:33:50 +00:00
grade MDL-14008 various SUM aggregation bugfixes; merged from MOODLE_19_STABLE 2008-03-22 21:26:31 +00:00
group MDL-13811 p() can not be used to print html text, it does plaintext only or form values & button names; merged from MOODLE_19_STABLE 2008-03-19 10:47:16 +00:00
install Automatic installer.php lang files by installer_builder (20080326) 2008-03-26 03:10:30 +00:00
iplookup MDL-12796 iplookup rewrite 2008-01-02 16:47:57 +00:00
lang MDL-13397 Fixed the language string. 2008-03-31 06:15:51 +00:00
lib MDL-14073 New param for download_file_content: skipcertcheck. ssl now used in recaptchalib 2008-03-31 12:13:46 +00:00
login MDL-14073 New param for download_file_content: skipcertcheck. ssl now used in recaptchalib 2008-03-31 12:13:46 +00:00
message MDL-14077 Mails form messages not RFC2822 conform; merged from MOODLE_19_STABLE 2008-03-27 17:09:36 +00:00
mnet MDL-12492: Thanks to Nigel McNie, this addresses a problem which prevents hosts from re-keying when their keys expire. 2008-02-15 08:32:22 +00:00
mod MDL-8682 - the last commit caused a regression that stopped it working. 2008-03-31 15:07:14 +00:00
my MDL-12221 custom themes revisited - implemented container concept; merged from MOODLE_19_STABLE 2007-11-23 16:49:51 +00:00
notes MDL-13450 and MDL-13303 - sorry for changing forum API so late, but it was needed; major perf improvement for forum; fixed printing of user pictures; merged from MOODLE_19_STABLE 2008-02-13 17:03:25 +00:00
pix MDL-13718 New icon for "locked" state icon, for grades whose grade item is locked. Merging from MOODLE_19_STABLE 2008-02-28 15:43:09 +00:00
question MDL-13968 - Use h2 tag for the question number, as it is better for accessibility 2008-03-18 18:58:29 +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 code review for packaging and code cleaning 2008-03-31 22:23:02 +00:00
sso Fix MDL-11632: Multiple files with emtpy lines outside PHP open/close tags 2007-10-09 21:43:28 +00:00
tag MDL-14041 - Hide 'manage tags' when access is not permitted (merge) 2008-03-25 02:00:03 +00:00
theme MDL-14057 - Change position of the continue button. (merge) 2008-03-26 03:01:20 +00:00
user Merged MDL-14086: hide tabs when being forced to edit profile 2008-03-28 06:33:13 +00:00
userpix Fix MDL-12407: missing whitespace produces invalid XHTML syntax 2007-12-02 22:19:53 +00:00
config-dist.php MDL-13483 adding noemailever info; merged from MOODLE_19_STABLE 2008-02-25 14:30:45 +00:00
file.php MDL-11434 $CFG->filelifetime = 0 has no effect; patch by Chris Fryer 2007-09-25 09:37:58 +00:00
help.php MDL-13789 Fixed the index file issue (with a hack) and also documented extra credits properly. 2008-03-21 15:05:51 +00:00
index.php Just testing a slight modification to the cvs mail formats 2007-12-28 06:48:31 +00:00
install.php MDL-12927 installer should detect the magic quotes settings and undo the slashes if necessary; merged from MOODLE_19_STABLE 2008-02-26 19:51:13 +00:00
README.txt fixing unmerged files 2007-12-06 08:44:07 +00:00
tags Latest tags for dev 2008-03-03 07:35:56 +00:00
version.php Updated the HEAD build version to 20080331 2008-03-31 03:23:55 +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