Moodle - the world's open source learning platform https://moodle.org/
Find a file
2010-09-20 01:44:13 +00:00
admin MDL-24276 improved coding style 2010-09-19 18:49:31 +00:00
auth MDL-24203 typo fix thanks to Koen Roggemans 2010-09-17 12:25:19 +00:00
backup MDL-24276 "static abstract" combination is deprecated since PHP 5.2, replacing with our coding_style exception 2010-09-19 18:43:52 +00:00
blocks initialised variables 2010-09-17 11:19:09 +00:00
blog fixed object initialization 2010-09-17 11:30:10 +00:00
calendar fixed missing global cfg 2010-09-17 11:49:11 +00:00
cohort fixed phpdocs package and improved author link 2010-09-17 11:51:49 +00:00
comment fixed unterminated JS statements 2010-09-17 11:56:18 +00:00
course MDL-24148 several course delete improvements and fixes: 2010-09-19 13:09:48 +00:00
enrol enrolments MDL-24281 Removed fixed with on enrol cohorts JS module buttons so large strings get shown. 2010-09-20 01:34:41 +00:00
error removing orphaned deprecated center tag 2010-09-17 18:41:05 +00:00
files adding missing $dir 2010-09-17 18:36:14 +00:00
filter fixed a few spelling errors in /admin/ 2010-09-17 10:27:26 +00:00
grade fixing messed up property_exists() regression - sorrrry 2010-09-17 20:36:49 +00:00
group spelling fix 2010-09-17 19:29:35 +00:00
install Automatic installer lang files (20100914) 2010-09-14 00:40:09 +00:00
iplookup fixed docs 2010-09-17 19:31:10 +00:00
lang MDL-24203 unused string removed 2010-09-17 12:45:51 +00:00
lib MDL-24224 fixing a couple more 'strin' typos 2010-09-19 19:15:37 +00:00
local MDL-17376 more plugin info 2010-05-20 07:31:53 +00:00
login MDL-23184 user confirm improved param cleaning 2010-09-02 18:39:37 +00:00
message a few spelling fixes 2010-09-18 12:07:01 +00:00
mnet fixed integer casting syntax error 2010-09-17 19:42:31 +00:00
mod mod-lesson MDL-24270 Fixed undefined variables in page types 2010-09-20 01:44:13 +00:00
my MDL-14679 fixed a lot more old style uses of insert_record() 2010-09-03 17:47:41 +00:00
notes MDL-14679 fixed a lot more old style uses of insert_record() 2010-09-03 17:47:41 +00:00
pix MDL-21432, mbz icon 2010-09-15 09:30:14 +00:00
portfolio portfolio MDL-24263 removing conditional use of $this inside a static method 2010-09-18 08:42:44 +00:00
question MDL-24268 removing direct call to defaultquestion 2010-09-19 16:04:12 +00:00
rating fixed unterminated JS statements 2010-09-17 19:46:57 +00:00
repository initialized objects 2010-09-17 19:53:04 +00:00
rss MDL-23391 Tidied up this script to make it more coding-style friendly 2010-07-20 09:06:35 +00:00
search a few spelling fixes 2010-09-18 12:07:01 +00:00
tag fixed phpdocs type 2010-09-17 19:54:43 +00:00
theme fixed . typo 2010-09-17 20:00:29 +00:00
user phpdocs and var initialization 2010-09-17 20:05:40 +00:00
userpix MDL-14589 user icons now stored in file storage pool 2010-07-11 11:43:15 +00:00
webservice fixed created timestamp 2010-09-17 20:07:49 +00:00
config-dist.php MDL-24203 Fixed coding style and added more explanation of the reason to put the value $CFG->lang into config.php 2010-09-17 13:41:59 +00:00
COPYING.txt license MDL-20717 Updated the COPYING file to GPLv3 for head 2010-01-08 02:48:03 +00:00
draftfile.php MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment 2010-07-03 13:37:13 +00:00
file.php standardized PHPDocs package info 2010-09-06 11:29:21 +00:00
help.php MDL-23274 The lang parameter was ignored due to typo 2010-07-28 10:57:48 +00:00
index.php standardised license headers 2010-09-06 12:01:57 +00:00
install.php MDL-22625 workaround for missing default timezone 2010-08-29 14:15:17 +00:00
pluginfile.php MDL-23856 fixed invalid section restriction test 2010-08-18 22:29:40 +00:00
README.txt MDL-21695 help files not used any more, all docs are now in wiki 2010-04-13 19:13:10 +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:37:58 +00:00
TRADEMARK.txt MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 16:48:45 +00:00
version.php Updated the HEAD build version to 20100920 2010-09-20 00:49:52 +00:00

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


Good luck and have fun!
Martin Dougiamas, Lead Developer