Moodle - the world's open source learning platform https://moodle.org/
Find a file
Eloy Lafuente (stronk7) 76b9a9407f Moodle release 2.4.8
2014-01-11 15:57:17 +01:00
admin MDL-43508 Quiz Invalid get_string() identifier. 2013-12-28 11:32:55 +01:00
auth MDL-41198 lib: Allow PHP to generate random seed on script start 2013-12-18 17:05:09 +11:00
backup MDL-43448 Links to the gradebook not fixed on restore. 2014-01-06 12:31:28 +00:00
blocks Merge branch 'MDL-40436-24' of git://github.com/FMCorz/moodle into MOODLE_24_STABLE 2013-12-16 11:30:14 +13:00
blog MDL-43005 blogs: Fix issues with blog tags 2013-11-21 13:39:43 +08:00
cache MDL-43349 cache: init now checks store requirements are met 2014-01-02 09:22:28 +13:00
calendar MDL-41257 calendar: Day and Upcoming-Events view not processed through text_filters() function 2013-11-20 10:18:20 +08:00
cohort MDL-39549 fix cohort search in course categories 2013-06-07 22:08:50 +02:00
comment MDL-35981 comments: Fix for keyboard control of "add a comment" 2013-08-05 09:51:52 +08:00
completion MDL-38011 completion: Use new localised role names 2013-04-12 01:39:52 +12:00
course MDL-43411 JavaScript: Correct checks for section support to use helper function 2014-01-07 12:51:01 +08:00
enrol MDL-43373 core_enrol: Display enrolments dimmed if outside of start or end times 2014-01-07 10:44:39 +08:00
error MDL-41418 Administration: Page context should be set before setting page title 2013-08-26 15:27:14 +08:00
files MDL-41189 fixed overflow issue with filepicker thumbnail 2013-09-09 08:24:40 +12:00
filter MDL-38698 filter_urltolink: Remove performance test in Unit Test 2013-12-17 07:04:56 +01:00
grade MDL-41819 try to work around max_input_vars restriction 2013-12-02 08:30:47 +08:00
group MDL-42613 core_group: removed unnecessary table row when there is no group description or picture 2013-10-30 17:59:36 +08:00
install Automatically generated installer lang files 2014-01-09 00:42:16 +00:00
iplookup MDL-34960 drop deprecated Google Maps API V2 2012-08-19 20:07:27 +02:00
lang MDL-43188 core_message:reimplemented the beep on new message functionality from 1.9 2013-12-16 09:41:20 +08:00
lib MDL-36721 make upgrade queries cross-db 2014-01-10 11:24:52 +08:00
local MDL-33592 navigation: Added support for local_ prefix on navigation callback 2012-06-12 14:23:09 +12:00
login MDL-41223 do not store any form of login URL in $SESSION->wantsurl 2013-09-25 10:58:39 +10:00
message MDL-43188 core_message:reimplemented the beep on new message functionality from 1.9 2013-12-16 09:41:20 +08:00
mnet MDL-36893 fix mnet E_STRICT issue 2012-12-27 14:33:09 +01:00
mod Merge branch 'wip-MDL-42310-24' of git://github.com/abgreeve/moodle into MOODLE_24_STABLE 2014-01-08 01:52:58 +01:00
my MDL-35216 My Moodle - Admin setting for controlling guest access to my moodle 2012-09-18 15:04:45 +08:00
notes MDL-40009 notes: corrected the form element names passed to setType 2013-06-04 18:08:50 +08:00
pix MDL-43033 pix: backport warning icon 2013-12-02 09:29:32 +13:00
plagiarism MDL-34593: Plagiarism API - add extra plgin param to get_form_elements_module 2012-08-13 20:31:45 +05:30
portfolio MDL-30195 portfolio_googledocs: Allow export of rich HTML 2013-12-16 11:05:46 +01:00
question MDL-43131 qbank: Fix show question text when first viewing. 2013-12-05 11:13:50 +00:00
rating MDL-32649 rating: fixed the sorting in /rating/index.php 2012-06-04 09:13:26 +07:00
report Merge branch 'wip-mdl-41635-m24' of git://github.com/rajeshtaneja/moodle into MOODLE_24_STABLE 2013-11-27 11:14:52 +08:00
repository MDL-34182 Repositories: Check for and warn on invalid output in the file picker 2013-12-19 10:29:56 +08:00
rss MDL-37818 - RSS - Prevent access to blocks while RSS context errors are displayed 2013-07-02 10:04:21 +08:00
tag MDL-39800 tags: Fix tags/upgrade.txt version number in backport 2013-11-06 10:45:22 +08:00
theme MDL-40379 Files Prevent mobile network providers from modifying content. 2013-12-28 14:07:28 +01:00
user MDL-42883 Administration: Check sessionkey before taking action on user profile fields 2014-01-06 13:59:12 +08:00
userpix MDL-34460 Librairies: Replaced deprecated get_context_instance() 2012-07-26 13:23:28 +08:00
webservice MDL-42309 typo: fix reponse -> response throughout Moodle. 2013-10-15 13:50:05 +11:00
.gitignore MDL-36701 support for PHPUnit installation via Composer packaging system 2012-11-20 11:27:35 +01:00
brokenfile.php MDL-26069 detect missing file postprocessing 2011-01-29 17:50:12 +01:00
composer.json MDL-36936 require phpunit as composer --dev only 2012-12-07 18:20:42 +01:00
config-dist.php MDL-41112 fix theme and js caching info in config-dist.php 2013-08-10 23:49:30 +02: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-34549 libraries: Replace get_context_instance_by_id() by context::instance_by_id() 2012-08-24 11:30:10 +08:00
file.php MDL-34471 libraries: Replace all uses of get_context_instance() with respective context_XXXX::instance() method 2012-08-02 15:37:38 +08:00
help.php MDL-34471 libraries: Replace all uses of get_context_instance() with respective context_XXXX::instance() method 2012-08-02 15:37:38 +08:00
index.php MDL-21097 Correctly check capabilities for frontpage editing mode 2013-06-05 18:07:43 +10:00
install.php MDL-36466 cache: tidy up after review 2012-11-26 08:12:00 +13:00
mdeploy.php MDL-38456 Allow colons in paths passed to mdeploy.php utility 2013-03-13 12:14:19 +01:00
mdeploytest.php MDL-38456 Allow colons in paths passed to mdeploy.php utility 2013-03-13 12:14:19 +01:00
phpunit.xml.dist MDL-41157 calendar: added unit test def to phpunit.xml.dist 2013-08-21 11:20:23 +12:00
pluginfile.php MDL-32471 pluginfile.php accepts optional parameter 'preview' 2012-04-24 12:09:44 +02:00
README.txt MDL-38048 documentation: Typo in README file 2013-02-15 13:15:24 +08:00
tags.txt
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 Moodle release 2.4.8 2014-01-11 15:57:17 +01: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
   its 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