Moodle - the world's open source learning platform https://moodle.org/
Find a file
2010-08-28 13:46:54 +00:00
admin MDL-23934 customlang: MySQL does not like SELECT field, * 2010-08-25 11:52:49 +00:00
auth MDL-23927 do not use = 'guest' because we have CFG->siteguest AND it matches any other username with accents and different case in MySQL 2010-08-25 08:43:42 +00:00
backup backup MDL-23362 first commit for gradebook backup 2010-08-27 08:19:04 +00:00
blocks course completion: MDL-2631 Fix use of tabs 2010-08-27 03:54:42 +00:00
blog "MDL-23917, display comments for not logged in users" 2010-08-25 03:50:19 +00:00
calendar MDL-23927 improved guest handling 2010-08-25 08:58:22 +00:00
cohort MDL-23842 cohort UI now linked from course category settings block too 2010-08-17 13:05:33 +00:00
comment "MDL-23917, fixed arrows in comments" 2010-08-27 10:02:02 +00:00
course course completion: MDL-2631 Only update passing grade if grade criteria enabled 2010-08-26 23:05:43 +00:00
enrol enrol/authorize: MDL-22777 deleting unused files (missed in previous commit) 2010-08-26 22:42:18 +00:00
error MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions 2010-01-16 15:39:56 +00:00
files "MDL-23797, added set_context" 2010-08-17 03:43:12 +00:00
filter filter MDL-23903 fixed problems with youtube handling in the multimedia filter 2010-08-25 02:16:50 +00:00
grade MDL-21695 Making old_help_icon() deprecated 2010-08-16 15:29:46 +00:00
group webservice MDL-23440 more explicit error message when validation context fail in some external functions. 2010-07-30 06:00:32 +00:00
install New language packs generated by AMOS 2010-08-27 09:42:22 +00:00
iplookup MDL-23720 improved iplookup coding style + fixed a potential privacy issue 2010-08-09 16:10:02 +00:00
lang portfolio/leap2a MDL-23955 updated leap2a support to 2010-07 version 2010-08-28 10:00:27 +00:00
lib MDL-23980 importing latest 1.3dev - this should fix the url encode problem 2010-08-28 13:46:54 +00:00
local MDL-17376 more plugin info 2010-05-20 07:31:53 +00:00
login MDL-23927 do not use = 'guest' because we have CFG->siteguest AND it matches any other username with accents and different case in MySQL 2010-08-25 08:56:07 +00:00
message MDL-23856 fixed incorrect integer comparison, we should not use === or !== because one may be integer and the other string 2010-08-18 22:18:53 +00:00
mnet MDL-23927 do not use = 'guest' because we have CFG->siteguest AND it matches any other username with accents and different case in MySQL 2010-08-25 08:56:07 +00:00
mod portfolio/leap2a MDL-23955 updated leap2a support to 2010-07 version 2010-08-28 10:00:27 +00:00
my navigation MDL-22425 Restructured navigation for the nth time plus performance tweaking and course display limit 2010-05-13 09:57:43 +00:00
notes MDL-23856 fixed incorrect integer comparison, we should not use === or !== because one may be integer and the other string 2010-08-18 22:18:53 +00:00
pix MDL-22952 (bulk commit) - Fixed bidirectional page problems (right to left). Add new images for navigation. 2010-07-13 09:04:29 +00:00
portfolio MDL-21695 Got rid of the last call of setHelpButton() 2010-08-16 14:32:43 +00:00
question Make the answer entry box as big as will fit. 2010-08-25 15:21:33 +00:00
rating rating MDL-23805 fixed an ajax bug that was preventing the rating aggregate updating for the hub 2010-08-18 03:11:51 +00:00
repository "MDL-23382 added confirm button, credits to Stefan" 2010-08-25 04:15:56 +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 MDL-21782 guest filed is not in course table any more 2010-08-25 08:25:38 +00:00
tag MDL-21695 Making old_help_icon() deprecated 2010-08-16 15:29:46 +00:00
theme theme-boxxie MDL-23188 Added support for the custom menu. 2010-08-27 09:16:59 +00:00
user navigation MDL-23852 Added is_role_switched method to accesslib and implemented use of it 2010-08-27 01:44:25 +00:00
userpix MDL-14589 user icons now stored in file storage pool 2010-07-11 11:43:15 +00:00
webservice MDL-20808 "Create AMF test client" this patch includes further improvements to test client 2010-08-27 01:16:01 +00:00
config-dist.php MDL-23948 we should make CFG global before assigning value to it, you could not include our config.php from non-global scope before which was breaking external stuff 2010-08-26 15:31:18 +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 MDL-14589 user icons now stored in file storage pool 2010-07-11 11:43:15 +00:00
help.php MDL-23274 The lang parameter was ignored due to typo 2010-07-28 10:57:48 +00:00
index.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
install.php PHP4 is dead - admins with PHP4 will get ugly errors when trying to install Moodle 2.0, sorry we can not dance around this ancient version forever 2010-08-17 10:38:34 +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 20100828 2010-08-28 00:46:36 +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