Moodle - the world's open source learning platform https://moodle.org/
Find a file
David Mudrák 1765866fff MDL-42711 theme port from LM: survey module styling
Backport some Survey module styling from the standard theme to improve the
usability of the interface. The style is originally defined in
theme/standard/styles/modules.css
2013-11-13 01:26:21 +01:00
admin MDL-42236 behat: New steps to look for elements visibility 2013-11-01 08:55:27 +08:00
auth Merge branch 'MDL-31938-master' of git://github.com/danpoltawski/moodle 2013-10-25 14:56:31 +11:00
backup Merge branch 'MDL-38734-master' of git://github.com/danpoltawski/moodle 2013-11-01 08:55:29 +08:00
badges MDL-41811 simplify the admin tree detection logic and fix navigation in multiple areas 2013-10-21 14:17:55 +08:00
blocks MDL-42711 import learnmoodle fixes: Fix the broken links in RSS feed block 2013-11-08 15:35:54 +08:00
blog MDL-42584 Events: modified get_description in events 2013-10-29 15:24:23 +08:00
cache MDL-41997 cache: dummy store now uses static acceleration for session + request 2013-09-30 09:41:03 +13:00
calendar MDL-41664 core_calendar: replaced class variables that stored minimum and maximum years with functions 2013-10-30 12:42:12 +08:00
cohort MDL-41811 simplify the admin tree detection logic and fix navigation in multiple areas 2013-10-21 14:17:55 +08:00
comment MDL-35981 comments: Fix for keyboard control of "add a comment" 2013-08-05 09:49:38 +08:00
completion Merge branch 'wip-mdl-42282' of git://github.com/rajeshtaneja/moodle 2013-10-29 11:31:32 +08:00
course MDL-42492 course: Show option to move category to top level 2013-11-01 15:53:38 +11:00
enrol Merge branch 'wip-mdl-42536' of git://github.com/rajeshtaneja/moodle 2013-10-25 15:55:27 +08:00
error MDL-31560 Error: Fixed coding style 2013-09-13 16:13:26 +08:00
files MDL-42236 behat: New steps to look for elements visibility 2013-11-01 08:55:27 +08:00
filter MDLSITE-2493 glossary filter alert dialog button string now translatable 2013-11-08 16:33:10 +08:00
grade MDL-40971 grade: Importing Outcomes breaks Clean theme. 2013-10-30 23:46:47 +00:00
group Merge branch 'MDL-42514-master' of git://github.com/FMCorz/moodle 2013-10-25 15:27:48 +08:00
install Automatically generated installer lang files 2013-10-28 00:46:40 +00:00
iplookup MDL-40438 migrate all collatorlib:: and textlib:: uses 2013-08-06 21:04:35 +02:00
lang MDL-42492 course: Show option to move category to top level 2013-11-01 15:53:38 +11:00
lib MDLSITE-2455 Do not throw coding exception when the activity is not found 2013-11-08 16:08:39 +08:00
local MDL-26943 Add db/subplugins.php to the local plugin readme.txt 2013-07-02 12:02:33 +08:00
login Merge branch 'wip-mdl-41811' of git://github.com/rajeshtaneja/moodle 2013-10-28 15:37:05 +08:00
message Merge branch 'MDL-42284_behat' of https://github.com/andyjdavis/moodle 2013-11-01 08:55:25 +08:00
mnet MDL-40220 use new core_component::get_plugin_directory() 2013-07-16 22:38:38 +02:00
mod MDL-42711 hide course theme option for non bootstrapbase based themes. some other minor fixes too. 2013-11-08 13:10:40 +08: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-40053 events: Replace add_to_log() with new events in core_notes 2013-10-08 15:12:20 +08:00
pix ie9 svg compatibility fixes 2013-11-01 08:55:29 +08:00
plagiarism MDL-37079 create/update_module() 2013-03-18 14:41:35 +08:00
portfolio MDL-33472 google plugins: move helper functions to upgradelib.php 2013-08-23 11:32:15 +08:00
question MDL-42285 Behat: Automate MDLQA-93 - A teacher can delete questions from the question bank 2013-10-24 12:35:23 +08:00
rating Merge branch 'MDL-40424-master' of git://github.com/FMCorz/moodle 2013-07-17 01:21:51 +02:00
report Merge branch 'wip-mdl-41811' of git://github.com/rajeshtaneja/moodle 2013-10-28 15:37:05 +08:00
repository MDL-42236 Filepicker: fixing search box for repositories 2013-11-01 08:55:27 +08:00
rss MDL-31501 rework user session architecture 2013-09-21 13:11:56 +02:00
tag MDL-41339 Tags - use uppercase for SQL keywords (AS) 2013-10-23 12:00:01 +08:00
theme MDL-42711 theme port from LM: survey module styling 2013-11-13 01:26:21 +01:00
user Merge branch 'MDL-41664_master' of https://github.com/markn86/moodle 2013-11-01 08:55:31 +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:47:27 +11:00
.gitignore MDL-39092 JavaScript: Ignore all upstream YUI coverage JS 2013-04-14 21:08:34 +01:00
.jshintrc MDL-37872 AJAX Remove node option from jshintrc 2013-02-05 08:37:41 +00:00
.shifter.json MDL-39092 JavaScript: Add default Shifter configuration 2013-04-14 21:08:34 +01:00
behat.yml.dist MDL-37046 behat: Adding empty Behat config file 2013-01-29 08:40:37 +08:00
brokenfile.php MDL-26069 detect missing file postprocessing 2011-01-29 17:50:12 +01:00
composer.json Revert "MDL-39489 behat: Updating to 2.6 moodlehq/behat-extension tag" 2013-06-12 16:08:50 +08:00
config-dist.php MDL-42485 add session lock acquire timeout to memcached session driver 2013-10-27 16:05:12 +01: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-31501 rework user session architecture 2013-09-21 13:11:56 +02:00
file.php MDL-31501 rework user session architecture 2013-09-21 13:11:56 +02:00
help.php MDL 38508 JavaScript: Split out AJAX and non-AJAX help 2013-04-08 21:01:20 +01:00
help_ajax.php MDL 38508 JavaScript: Split out AJAX and non-AJAX help 2013-04-08 21:01:20 +01:00
index.php MDL-40829: courses heading: remove headerblock class from header and fix heading levels. 2013-10-02 09:46:26 +13:00
install.php MDL-31501 fake requried globals in both installers 2013-09-23 21:46:05 +02:00
mdeploy.php MDL-39664 fixed up is_array test (reverting the whole line basically prior to MDL-39664 changes) 2013-05-14 15:02:24 +08:00
mdeploytest.php MDL-38493 Make mdeploy.php able to install new plugin 2013-03-28 11:54:05 +01:00
phpunit.xml.dist MDL-41707 allow custom location of external test files used from unit tests 2013-09-27 10:47:56 +02:00
pluginfile.php MDL-40719 pluginfile.php: the file API is now stable, so hide debug. 2013-07-19 12:06:00 +01:00
README.txt MDL-38048 documentation: Typo in README file 2013-02-15 13:14:39 +08:00
tags.txt NOBUG - reduce whitespace errors a little 2013-04-15 13:29:14 +01: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 on-demand release 2.6beta+ 2013-11-01 15:49:16 +08: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