Moodle - the world's open source learning platform https://moodle.org/
Find a file
Peter Bulmer 1c65f683dc MDL-36838 moodle->mahara mnet SSO failure in FF17
In MDL-36838 Firefox 17 users are unable to sso from moodle to mahara.

Firefox 17 uses a different user agent (UA) string for Moodle sites than it
does for Mahara or other sites.
This patch relaxes the check which previously required that the UA string
being presented to the SP on landing matched the UA string presented to the IP
when jumping.
Likewise, checks associated with logout calls have been relaxed
2012-11-27 16:17:43 +13:00
admin MDL-36780 add SESSION cleanup to web installer 2012-11-22 11:29:57 +01:00
auth MDL-36838 moodle->mahara mnet SSO failure in FF17 2012-11-27 16:17:43 +13:00
backup MDL-36204 Improve moodle1 conversion of embedded files 2012-11-23 03:39:17 +01:00
blocks Merge branch 'MDL-36624-master-int' of git://github.com/FMCorz/moodle 2012-11-20 16:07:59 +08:00
blog MDL-34910 blog Fixing mod level related issues 2012-10-31 12:58:42 +08:00
cache Merge branch 'm24_MDL-36512_Purging_file_cachestore_does_not_purge_anything' of https://github.com/scara/moodle 2012-11-19 10:20:00 +08:00
calendar Merge branch 'MDL-36614-master' of git://github.com/ankitagarwal/moodle 2012-11-21 10:29:04 +08:00
cohort MDL-36283 use accesscontext when assigning cohort members 2012-11-10 20:43:35 +01:00
comment NOBUG: Trivial whitespace fix to quickly fix ongoing CI status. 2012-11-07 11:49:56 +01:00
completion Revert "MDL-34332 completion: timeenrolled not always set correctly" 2012-11-01 12:02:49 +08:00
course Merge branch 'w47_MDL-36547_m24_sectiongen' of git://github.com/skodak/moodle 2012-11-21 15:26:15 +08:00
enrol Merge branch 'MDL-30871-master' of git://github.com/FMCorz/moodle 2012-11-20 11:47:17 +08:00
error MDL-30260 message: added /message/upgrade.txt, checked calls to message_send() are supplying user.emailstop and improved message_send() to handle message requests that don't 2011-11-30 10:02:45 +08:00
files Merge branch 'MDL-33766-master' of git://github.com/FMCorz/moodle 2012-11-08 18:10:26 +08:00
filter MDL-34997 - Allow shortened url youtu.be and y2u.be for Youtube filter 2012-09-03 14:13:41 +08:00
grade Merge branch 'wip-MDL-35678-master' of git://github.com/abgreeve/moodle 2012-11-20 15:15:43 +08:00
group MDL-35187 groups Adding admin pagelayout to group members edition 2012-10-03 14:40:22 +08:00
install Automatically generated installer lang files 2012-11-22 09:05:22 +00:00
iplookup MDL-34960 drop deprecated Google Maps API V2 2012-08-19 20:07:27 +02:00
lang Merge branch 'MDL-30871-master' of git://github.com/FMCorz/moodle 2012-11-20 11:47:17 +08:00
lib Merge branch 'w47_MDL-36780_m24_redirect' of git://github.com/skodak/moodle 2012-11-23 14:47:25 +08:00
local MDL-33592 navigation: Added support for local_ prefix on navigation callback 2012-06-12 14:23:09 +12:00
login Merge branch 'MDL-35636' of git://github.com/mouneyrac/moodle 2012-10-02 14:40:23 +08:00
message MDL-26439 core_message: switched the message search over to displaying smallmessage instead of fullmessage which contains boilerplate we dont want 2012-11-19 09:32:13 +08:00
mnet MDL-35787 Mnet: fixed php strict standards warnings 2012-10-09 14:48:53 +08:00
mod Merge branch 'MDL-30884' of git://github.com/timhunt/moodle 2012-11-21 15:19:15 +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-34973 PHPunit test: notes/externallib.php 2012-09-04 13:38:36 +08:00
pix MDL-36436 - fix ie9 svg compatibility 2012-11-23 16:06:30 +08: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-33791 Portfolio: Fixed security issue with passing file paths. 2012-11-08 00:26:13 +01:00
question Merge branch 'MDL-36571' of git://github.com/timhunt/moodle 2012-11-20 14:59:34 +08:00
rating MDL-32649 rating: fixed the sorting in /rating/index.php 2012-06-04 09:13:26 +07:00
report Revert "MDL-35556 completion: Improve user completion data permission checking" 2012-11-09 16:50:09 +08:00
repository MDL-36548: Major performance boost to Detail (list) view in file picker 2012-11-14 12:36:13 +13:00
rss MDL-34460 Librairies: Replaced deprecated get_context_instance() 2012-07-26 13:23:28 +08:00
tag Merge branch 'MDL-34573_accessibility' of git://github.com/rwijaya/moodle 2012-09-26 12:17:23 +02:00
theme MDL-36639 blog: Resized associated module icon 2012-11-21 13:59:57 +08:00
user Merge branch 'wip-MDL-36413-master' of https://github.com/nicolasconnault/moodle 2012-11-14 09:18:27 +08:00
userpix MDL-34460 Librairies: Replaced deprecated get_context_instance() 2012-07-26 13:23:28 +08:00
webservice MDL-35998 get_site_info return current_language() 2012-11-02 18:03:20 +08: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-36701 support for PHPUnit installation via Composer packaging system 2012-11-20 11:27:35 +01:00
config-dist.php MDL-36211 do not lock sessions for guests and not-logged-in users 2012-11-17 10:42:47 +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-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-35768 MDL-36017 Avoid calling format_base::get_course() when not necessary 2012-11-05 11:22:06 +08:00
install.php MDL-36454 install: add missing cache lib. 2012-11-08 13:07:47 +01:00
mdeploy.php MDL-35238 Inform the admin if the update can not be deployed due to write permissions 2012-11-09 00:20:18 +01:00
mdeploytest.php MDL-35238 Be more verbose if the tilde character is used in TYPE_PATH script options 2012-11-08 22:33:07 +01:00
phpunit.xml.dist MDL-25290 cache: Cache API integration with core 2012-10-08 09:53:50 +13:00
pluginfile.php MDL-32471 pluginfile.php accepts optional parameter 'preview' 2012-04-24 12:09:44 +02:00
README.txt MDL-21695 help files not used any more, all docs are now in wiki 2010-04-13 19:13:10 +00: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 On demand release 2.4beta+ 2012-11-23 16:07:34 +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
   it's 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