Moodle - the world's open source learning platform https://moodle.org/
Find a file
2010-09-17 02:53:49 +00:00
admin registration MDL-24215 fix navigation + crumb trail + hardcoded admin folder 2010-09-17 02:53:49 +00:00
auth MDL-14679 fixed remaining old style set_field()s 2010-09-03 18:14:55 +00:00
backup MDL-21432 backup - better handling of null sql params 2010-09-17 01:08:57 +00:00
blocks community hub MDL-24243 course listing improvement 2010-09-17 02:30:55 +00:00
blog MDL-24079 blog now using new sql_like();Êfixed typo 2010-09-04 12:23:18 +00:00
calendar calendar MDL-23999 Fixed regression with renderer echoing rather than returning 2010-08-30 04:11:42 +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-24157, clean up page_comments when reseting courses 2010-09-16 07:38:52 +00:00
course MDL-15457 gradebook: fixing a regression, plain fetch() does not work with modules having multiple grade items per instance such as workshop 2010-09-16 08:16:26 +00:00
enrol MDL-24211 events subsystem cleanup and improvements 2010-09-15 15:55: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-23308, fixed course files tree file download link 2010-09-13 10:18:01 +00:00
filter MDL-23870: Replace flash and mp3 multimedia filter with flowplayer. 2010-09-09 11:30:06 +00:00
grade gradebook MDL-22841 fixed a bug where the user report when viewing multiple students would misreport student's course totals 2010-09-14 08:43:50 +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 Automatic installer lang files (20100914) 2010-09-14 00:40:09 +00:00
iplookup MDL-23720 improved iplookup coding style + fixed a potential privacy issue 2010-08-09 16:10:02 +00:00
lang activities MDL-24180 altered strings to help users understand the difference between the conditional activity available to/from dates and the individual activity available to/from dates 2010-09-17 01:37:29 +00:00
lib enrolments MDL-24246 Fixed up broken groups sql 2010-09-17 02:43:02 +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 MDL-24090 new detection of plugins that were not upgraded to work with Moodle 2.x (uses $plugin->requires) + bumping ancient versions of plugins 2010-09-05 20:36:18 +00:00
mnet MDL-14679 fixed a lot more old style uses of insert_record() 2010-09-03 17:47:41 +00:00
mod mod-assignment MDL-23848 Merged to head: students can now view previously submit assignments if they no longer have the submit capability. 2010-09-17 02:52:24 +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 MDL-24211 events subsystem cleanup and improvements 2010-09-15 15:55:18 +00:00
question MDL-24241 replacing !empty() by isset() 2010-09-16 23:01:27 +00:00
rating standardized PHPDocs package info 2010-09-06 11:17:43 +00:00
repository MDL-24210, added course context to get_instances method 2010-09-15 05:53:44 +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-24058 removing obsolte stripslashes 2010-09-02 12:56:26 +00:00
tag MDL-24079 fixing recent regressions caused by api changes in tablelib; sorry I did not find the problem earlier 2010-09-05 12:35:51 +00:00
theme theme MDL-23941 Implemented fix for the broken images within the YUI menunav component 2010-09-14 08:17:37 +00:00
user "MDL-23920, added prompt message to user/files.php" 2010-09-08 14:01:58 +00:00
userpix MDL-14589 user icons now stored in file storage pool 2010-07-11 11:43:15 +00:00
webservice web service MDL-23338 clean up Service editing page + delete token related to a service when delete service (display warning on confirmation page) + fix glitch on the navigation with 'Register your site' and 'Edit service' pages (they are now hidden and the parent page link is displayed) 2010-09-16 04:21:52 +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 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 20100917 2010-09-17 00:50:01 +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