Moodle - the world's open source learning platform https://moodle.org/
Find a file
Andrew Nicols e3554c1c57 MDL-50999 dock: Stop adding commands to DOM
The commands div should not be added to the DOM. The version shown in the
dock is different to the standard version in the block, and is manually
added to the dock panel when it is displayed.

The docked version contains additional actions (e.g. the undock button).

The original version of the dock should ideally remain untouched.

Note: A duplicate delegation was discovered when fixing this issue. This
was previosuly not triggered because the watched Node was removed
before the delegation took effect.
2015-08-05 10:06:35 +08:00
admin MDL-50762 tool_capability: Do not hide first capability in list 2015-07-17 15:28:37 +03:00
auth MDL-49360 core_lib: remove get_referer() call form auth ldap 2015-07-29 10:43:03 +08:00
availability MDL-49434 availability: more bad whitespace 2015-07-22 23:58:12 +01:00
backup Merge branch 'wip-MDL-48239-master' of git://github.com/abgreeve/moodle 2015-07-02 05:42:08 +02:00
badges MDL-50814 badges: Fix incorrect default ordering 2015-07-13 15:08:22 +02:00
blocks Merge branch 'wip-MDL-50874-master' of https://github.com/marinaglancy/moodle 2015-07-28 14:08:54 +08:00
blog MDL-50330 blog: Make other users blogs accessible 2015-05-27 14:03:34 +08:00
cache MDL-42192 caches: Adding simpledata tests 2015-05-29 17:18:31 +08:00
calendar MDL-50049 deprecation: Remove usage of deprecated api and cleanup 2015-06-29 17:15:50 +05:30
cohort MDL-50049 deprecation: Remove usage of deprecated api and cleanup 2015-06-29 17:15:50 +05:30
comment Merge branch 'MDL-47773-master-commentui' of git://github.com/mudrd8mz/moodle 2015-04-07 11:34:23 +08:00
completion MDL-50049 deprecation: Remove usage of deprecated api and cleanup 2015-06-29 17:15:50 +05:30
course Merge branch 'MDL-50535_master' of git://github.com/markn86/moodle 2015-07-28 13:14:24 +01:00
enrol MDL-49360 core_lib: add new method get_local_referer() 2015-07-27 11:11:24 +08:00
error MDL-49360 core_lib: add new method get_local_referer() 2015-07-27 11:11:24 +08:00
files MDL-49994 files: Prevent to browse private files when are disabled 2015-05-06 10:27:18 +08:00
filter MDL-33765 filter_glossary: fixed jshint warning 2015-06-28 21:44:11 -07:00
grade MDL-50535 core_grades: fixed behat failing 2015-07-29 14:23:06 +08:00
group MDL-43949 groups: Add idnumber to web services 2015-06-25 16:55:14 +08:00
install Automatically generated installer lang files 2015-07-26 00:03:56 +08:00
iplookup MDL-47321 iplookup: Prevent guest users from using iplookup 2014-11-04 10:01:43 +13:00
lang Merge branch 'MDL-50834' of https://github.com/danielneis/moodle 2015-07-28 13:25:57 +01:00
lib MDL-50999 dock: Stop adding commands to DOM 2015-08-05 10:06:35 +08:00
local MDL-49643 navigation: Fix API for extending navigation in local plugins 2015-03-26 12:17:15 +01:00
login MDL-49360 core_lib: add new method get_local_referer() 2015-07-27 11:11:24 +08:00
message MDL-50459 messages: Handle deleted users in external functions 2015-06-14 22:12:00 +02:00
mnet MDL-50102 versions: bump all versions and requires near release 2015-05-05 17:43:19 +02:00
mod Merge branch 'MDL-49581_m30v4' of https://github.com/sbourget/moodle 2015-07-29 09:32:11 +08:00
my MDL-50663 blocks: minor style fixes 2015-07-21 15:42:34 +01:00
notes MDL-50289 notes: No navigation to notes if the feature is disabled 2015-05-25 12:35:26 +02:00
pix MDL-50370 Icons: Filetype icon for ePub 2015-07-20 19:30:25 +08:00
plagiarism MDL-39752 fix whitespace errors 2015-03-10 14:13:20 +00:00
portfolio MDL-50183 upgrade: add 2.9.0 separation line to all upgrade scripts 2015-05-12 00:21:05 +02:00
question Merge branch 'MDL-50799-master' of git://github.com/merrill-oakland/moodle 2015-07-13 16:08:23 +01:00
rating MDL-49763 webservices: Handle correctly deleted users for ratings 2015-04-10 22:21:34 +02:00
report Merge branch 'MDL-50833-master' of git://github.com/merrill-oakland/moodle 2015-07-28 12:38:52 +01:00
repository MDL-50675 repository_wikimedia: Fixed title varaible 2015-06-29 09:53:45 +08:00
rss MDL-46463 core_rss: coding style cleanup in /rss 2014-07-23 10:22:53 +08:00
tag MDL-41650 Tags: Changed css classes of errors and success notice 2015-07-19 20:21:47 +08:00
theme Merge branch 'MDL-49434-master' of https://github.com/sammarshallou/moodle 2015-07-21 08:13:19 +08:00
user Merge branch 'MDL-49360-master' of git://github.com/lameze/moodle 2015-07-27 12:08:46 +01:00
userpix MDL-34460 Librairies: Replaced deprecated get_context_instance() 2012-07-26 13:23:28 +08:00
webservice MDL-39353 xmlrpc: Add proxy support 2015-06-10 08:17:36 +01:00
.csslintrc MDL-48277 css: enable some helpful csslint warnings 2014-11-18 22:11:36 +00:00
.gitignore MDL-49840 testing: Stop ignoring composer.lock 2015-04-14 11:25:29 +08:00
.jshintrc MDL-49046 javascript: Add support for AMD modules and jquery. 2015-02-23 16:23:10 +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 MDL-26069 detect missing file postprocessing 2011-01-29 17:50:12 +01:00
composer.json MDL-50732 testing: Remove repositories from composer 2015-07-02 09:15:41 -07:00
composer.lock MDL-50732 testing: Remove repositories from composer 2015-07-02 09:15:41 -07:00
config-dist.php MDL-44874 core: Add per-request directory functions 2015-03-31 13:58:44 +08: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-48799 Files API: fixed legacy directory fallback. 2015-02-01 09:02:37 +01:00
Gruntfile.js MDL-50001 grunt: Make grunt work on windows 2015-05-05 12:15:59 +08:00
help.php MDL-48389 forms: added page title to help text 2014-12-09 15:21:06 +13: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-49689 navigation: Allow the user to set their homepage. 2015-04-13 15:54:24 +08:00
install.php MDL-49684 timezones: rewrite timezone support 2015-04-06 13:53:51 +12:00
mdeploy.php MDL-49087 mnet: Ensure typeroot is in dirroot 2015-03-03 02:37:09 +01:00
mdeploytest.php MDL-49087 mnet: Ensure typeroot is in dirroot 2015-03-03 02:37:09 +01:00
package.json MDL-50277 Javascript: Hardcode nodejs dependencies 2015-05-20 09:41:17 +08:00
phpunit.xml.dist MDL-49203 webservices: Add missing component testsuite declaration 2015-03-26 15:59:15 +01: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 MDL-48855 dev: Fix ctags command to handle extra whitespace 2015-01-23 10:59:29 +08: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 weekly release 3.0dev 2015-07-30 14:41:52 +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