Moodle - the world's open source learning platform https://moodle.org/
Find a file
David Monllao c1faf86bd1 MDL-42625 behat: Make behat pacient
* When looking for texts inside the page or inside
  other containers we should wait until the elements
  are visible.
* Same when expanding tree nodes.
* Normalizing loops to spin() function using
  behat_base::TIMEOUT and behat_base::EXTENDED_TIMEOUT,
  leaving TIMEOUT for DOM load processes and
  EXTENDED_TIMEOUT for long processes that involves JS
  too.
* Add page load waits between actions that involves
  reloading the page.
2013-12-09 11:08:42 +08:00
admin MDL-42625 behat: Step definitions + related changes in features 2013-12-06 13:10:24 +08:00
auth MDL-42097 auth: Webservice auth uses tokens only not passwords 2013-12-05 10:58:41 +08:00
backup MDL-42625 behat: Make behat pacient 2013-12-09 11:08:42 +08:00
badges MDL-42625 behat: Step definitions + related changes in features 2013-12-06 13:10:24 +08:00
blocks MDL-42625 behat: Step definitions + related changes in features 2013-12-06 13:10:24 +08:00
blog MDL-42625 behat: Step definitions + related changes in features 2013-12-06 13:10:24 +08:00
cache MDL-43033 cache: added stats logging to set_many methods 2013-12-02 09:30:04 +13:00
calendar Merge branch 'MDL-42084-master' of git://github.com/sammarshallou/moodle 2013-12-03 11:12:34 +13:00
cohort MDL-42174 behat: deprecate upload file to filepicker step in favour of filemanager 2013-12-05 21:00:25 +11:00
comment MDL-35981 comments: Fix for keyboard control of "add a comment" 2013-08-05 09:49:38 +08:00
completion MDL-42625 behat: Step definitions + related changes in features 2013-12-06 13:10:24 +08:00
course MDL-42625 behat: Make behat pacient 2013-12-09 11:08:42 +08:00
enrol Merge branch 'wip-mdl-42904' of https://github.com/rajeshtaneja/moodle 2013-12-03 11:10:18 +08:00
error MDL-31560 Error: Fixed coding style 2013-09-13 16:13:26 +08:00
files MDL-42631 Filepicker: swap the alt attribute to a title attribute to help usability 2013-11-04 16:34:02 +08:00
filter Merge branch 'MDL-42563_filter_algebra_thirdpartylibs.xml' of https://github.com/tmuras/moodle 2013-12-04 11:30:09 +08:00
grade Merge branch 'MDL-42084-master' of git://github.com/sammarshallou/moodle 2013-12-05 08:25:35 +13:00
group MDL-42625 behat: Step definitions + related changes in features 2013-12-06 13:10:24 +08:00
install Automatically generated installer lang files 2013-12-04 00:43:12 +00:00
iplookup MDL-40438 migrate all collatorlib:: and textlib:: uses 2013-08-06 21:04:35 +02:00
lang Merge branch 'wip-mdl-42597' of https://github.com/rajeshtaneja/moodle 2013-12-04 08:53:25 +08:00
lib MDL-42625 behat: Make behat pacient 2013-12-09 11:08:42 +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-42627_master' of git://github.com/dmonllao/moodle 2013-12-03 16:15:53 +08:00
mnet MDL-42701 Bump all versions near 2.6 release 2013-11-05 02:36:00 +01:00
mod MDL-42625 behat: Make behat pacient 2013-12-09 11:08:42 +08:00
my MDL-43028 navigation: correct capability check 2013-11-25 13:27:01 +08:00
notes MDL-42583 events: Fix snapshot issues with note events 2013-10-31 13:43:37 +08:00
pix NOBUG: Fixed SVG browser compatibility 2013-11-06 20:26:46 +08:00
plagiarism MDL-37079 create/update_module() 2013-03-18 14:41:35 +08:00
portfolio MDL-42930 Add 2.6.0 upgrade line 2013-11-18 11:47:17 +08:00
question MDL-42625 behat: Step definitions + related changes in features 2013-12-06 13:10:24 +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-43058-master' of git://github.com/abgreeve/moodle 2013-12-03 19:33:15 +01:00
repository MDL-42625 behat: Make behat pacient 2013-12-09 11:08:42 +08:00
rss MDL-31501 rework user session architecture 2013-09-21 13:11:56 +02:00
tag MDL-43028 Navigation: Setting proper page properties on admin pages 2013-11-25 12:12:38 +08:00
theme Merge branch 'MDL-43084-master' of git://github.com/phalacee/moodle 2013-12-04 15:29:00 +13:00
user MDL-42097 fix handling of passwords when creating new users 2013-12-05 10:58:31 +08:00
userpix MDL-34460 Librairies: Replaced deprecated get_context_instance() 2012-07-26 13:23:28 +08:00
webservice MDL-42701 Bump all versions near 2.6 release 2013-11-05 02:36:00 +01: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-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-42738 behat: Updating composer.json to point to the new moodle-behat-extension master 2013-11-26 12:49:33 +08:00
config-dist.php Merge branch 'MDL-41592_master' of https://github.com/dmonllao/moodle 2013-12-04 11:52:12 +13: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-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-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 weekly release 2.7dev 2013-12-05 15:09:50 +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