Moodle - the world's open source learning platform https://moodle.org/
Find a file
Frederic Massart adb2473a2b MDL-44759 atto_undo: Buttons are only enabled when needed
Before the patch it was happening that the undo or redo buttons
were enabled even though clicking on them didn't produce anything.
This is partly because we were not storing the initial value, we
allowed for the stack to be empty, and we were using not clean
HTML.
2014-03-31 10:49:59 +08:00
admin MDL-44596 logging: Refecator code to use component_callback() and get_plugin_list_with_function() 2014-03-26 09:50:41 +08:00
auth Merge branch 'MDL-44440_master' of git://github.com/dmonllao/moodle 2014-03-10 13:45:26 +08:00
backup MDL-41987 Javascript: Tidy up YUI documentation 2014-03-25 17:01:37 +08:00
badges Merge branch 'MDL-44440_master' of git://github.com/dmonllao/moodle 2014-03-10 13:45:26 +08:00
blocks MDL-43784 behat: Removed usage of Afterburner in a feature 2014-03-26 16:18:13 +08:00
blog MDL-44316 core_tag: changed the API to accept a contextid and component 2014-03-22 13:50:08 -07:00
cache Merge branch 'MDL-44006-m' of https://github.com/micaherne/moodle 2014-02-24 12:30:55 +08:00
calendar MDL-40915 events: Add unit tests for the newly created events 2014-03-21 16:33:19 +08:00
cohort Merge branch 'MDL-44440_master' of git://github.com/dmonllao/moodle 2014-03-10 13:45:26 +08:00
comment MDL-43700 reports: Update to the sql in the comment locallib to include additional name fields. 2014-01-15 12:03:19 +08:00
completion Merge branch 'wip-MDL-42870-master' of git://github.com/marinaglancy/moodle 2014-03-11 11:37:44 +08:00
course MDL-41987 Javascript: Tidy up YUI documentation 2014-03-25 17:01:37 +08:00
enrol Merge branch 'mdl27_mdl-43497_allow_force_language_02' of https://github.com/brki/moodle 2014-03-13 18:33:15 +01:00
error MDL-31560 Error: Fixed coding style 2013-09-13 16:13:26 +08:00
files MDL-43236 behat: Updating references to deprecated methods 2014-03-07 16:05:21 +08:00
filter Merge branch 'w13_MDL-44368_m27_actfilter' of https://github.com/skodak/moodle 2014-03-25 16:23:10 +13:00
grade MDL-43883 Atto behat: Rubrics are expecting magic tweaking in text from tinymce. 2014-03-26 10:01:49 +08:00
group MDL-43236 behat: Updating references to deprecated methods 2014-03-07 16:05:21 +08:00
install Merge branch 'install_master' of git://git.moodle.org/moodle-install 2014-03-27 16:52:05 +08:00
iplookup MDL-40438 migrate all collatorlib:: and textlib:: uses 2013-08-06 21:04:35 +02:00
lang MDL-44596 logging: Improve management interfaces for reports and stores 2014-03-26 09:12:42 +08:00
lib MDL-44759 atto_undo: Buttons are only enabled when needed 2014-03-31 10:49:59 +08:00
local MDL-26943 Add db/subplugins.php to the local plugin readme.txt 2013-07-02 12:02:33 +08:00
login MDL-41115 fix username field label when allowing login via email 2014-03-17 17:34:45 +08:00
message Merge branch 'MDL-40913_master' of https://github.com/markn86/moodle 2014-03-13 18:31:52 +01:00
mnet MDL-44500 detect context-courseid inconsistencies in new events 2014-03-14 12:08:12 +08:00
mod MDL-43883 Fix wiki behat tests to work with Atto 2014-03-27 13:02:31 +08:00
my MDL-43236 behat: Updating references to deprecated methods 2014-03-07 16:05:21 +08:00
notes MDL-44017 Events: Added unit test for report_viewed events 2014-03-07 15:16:10 +08:00
pix NOBUG: Fixed SVG browser compatibility 2014-03-27 16:52:06 +08:00
plagiarism MDL-37079 create/update_module() 2013-03-18 14:41:35 +08:00
portfolio MDL-44425 Merge English strings from the en_fix language pack 2014-03-05 13:29:32 +01:00
question Merge branch 'MDL-44690-master' of git://github.com/jamiepratt/moodle 2014-03-26 13:25:51 +13:00
rating MDL-33099 Javascript: Deprecate the ajaxenabled function 2014-02-17 14:11:21 +08:00
report MDL-44596 logging: Refecator code to use component_callback() and get_plugin_list_with_function() 2014-03-26 09:50:41 +08:00
repository MDL-44416 Correct detail view paging 2014-03-13 19:44:38 -04:00
rss MDL-31501 rework user session architecture 2013-09-21 13:11:56 +02:00
tag MDL-44316 core_tag: changed the API to accept a contextid and component 2014-03-22 13:50:08 -07:00
theme MDL-44032: Atto - move bootstrap changes into overrides file. 2014-03-26 10:01:42 +08:00
user MDL-44316 core_tag: changed the API to accept a contextid and component 2014-03-22 13:50:08 -07:00
userpix MDL-34460 Librairies: Replaced deprecated get_context_instance() 2012-07-26 13:23:28 +08:00
webservice MDL-44106 add WS_SERVER constant to all web service calls 2014-03-20 17:28:01 +08:00
.gitignore MDL-44361 Import YUI 3.15.0 2014-02-26 14:39:03 +08:00
.jshintrc MDL-43194 JavaScript: Correct maxlen jshint configuration 2013-12-04 16:39:48 +08:00
.shifter.json MDL-42774 JavaScript: Ensure that shifter cleans build directories before running 2013-11-11 18:29:35 +08:00
behat.yml.dist MDL-37046 behat: Adding empty Behat config file 2013-01-29 08:40:37 +08:00
brokenfile.php
composer.json MDL-44286 behat: Fixing JS code error 2014-02-27 13:27:18 +08:00
config-dist.php MDL-44550 Docs: Remove comment about mysql_lock_factory from config-dist.php 2014-03-11 12:05:35 +08:00
COPYING.txt
draftfile.php MDL-31501 rework user session architecture 2013-09-21 13:11:56 +02:00
file.php MDL-42387 standardise file lifetime handling 2013-11-01 10:42:18 +01: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-43528 remove all traces of magic quotes hacking from moodle core 2014-01-02 10:15:06 +08:00
mdeploy.php MDL-42973 fix multiple addon update issues 2013-12-06 09:36:38 +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-44316 core_tag: changed the API to accept a contextid and component 2014-03-22 13:50:08 -07: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
version.php weekly release 2.7dev 2014-03-27 16:52:07 +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