Moodle - the world's open source learning platform https://moodle.org/
Find a file
Andrew Nicols be773fd65b MDL-48221 mod_forum: Improve discussion subscription on post
If the user has posted in the forum before, follow their previous
discussion preference.

If the user has not posted before, but is subscribed to the forum, follow
their forum preference.

Otherwise, follow their user-preference.

This has the result that if a user has unsubscribed from a forum and writes
their first response; the user preference will be followed. This may
override the forum subscription.

This commit also changes from a dropdown to a checkbox in the post form.
2015-02-09 15:17:09 +08:00
admin Merge branch 'MDL-48945-master' of https://github.com/sammarshallou/moodle 2015-02-03 13:55:10 +00:00
auth MDL-48873 auth_cas: Wrong redirection with bad multiauth login 2015-01-16 11:54:09 -05:00
availability Merge branch 'MDL-48620-master' of git://github.com/andrewnicols/moodle 2015-01-28 01:02:54 +01:00
backup Merge branch 'MDL-48266-master' of git://github.com/FMCorz/moodle 2015-01-26 19:19:35 +01:00
badges MDL-48753 badges: converted func to named params 2015-01-11 20:08:39 -08:00
blocks Merge branch 'MDL-48933-master' of git://github.com/FMCorz/moodle 2015-02-03 15:09:33 +00:00
blog MDL-43004 blog: fix upgrade.txt typo 2014-12-22 15:13:41 +00:00
cache MDL-45699 behat: Don't use behat/lib.php functions in core. 2014-12-23 12:29:44 +01:00
calendar Merge branch 'm28_MDL-46814' of https://github.com/totara/moodle 2015-01-06 11:45:23 +00:00
cohort MDL-43902 cohort: Fix behat failure because attribute does not exist 2014-12-18 14:34:59 +08:00
comment Merge branch '27548-29' of git://github.com/samhemelryk/moodle 2014-12-01 12:21:19 +00:00
completion MDL-47232 completion: Adding completion upgrade.txt 2015-01-08 15:41:02 +08:00
course Merge branch 'MDL-44071-master' of git://github.com/zbdd/moodle 2015-02-03 12:16:16 +00:00
enrol MDL-48772 enrol_cohort: Replace hardcoded language with language strings 2015-01-30 11:29:40 +08:00
error MDL-31560 Error: Fixed coding style 2013-09-13 16:13:26 +08:00
files MDL-48286 core_files: Improved accessibility of file management 2014-12-16 13:27:36 +08:00
filter MDL-48955 filter_mathjax: Regexp fix for texfiltercompatibility mode 2015-01-29 23:17:22 +07:00
grade MDL-46662 grader: Fixing return type, it is an array 2015-02-04 10:37:38 +08:00
group MDL-48847 groups: fixed incorrect user count 2015-01-15 11:12:45 +08:00
install Automatically generated installer lang files 2015-02-05 00:04:07 +08:00
iplookup MDL-47321 iplookup: Prevent guest users from using iplookup 2014-11-04 10:01:43 +13:00
lang Merge branch 'MDL-46662-master' of git://github.com/zbdd/moodle 2015-02-04 10:36:42 +08:00
lib Revert "Merge branch 'MDL-37477-master' of git://github.com/jethac/moodle" 2015-02-05 08:07:29 +00:00
local MDL-26943 Add db/subplugins.php to the local plugin readme.txt 2013-07-02 12:02:33 +08:00
login MDL-46976 user: trim whitespace from input email address 2015-01-14 17:13:15 +00:00
message MDL-48933 message: Close message popup after sending message 2015-02-05 13:53:55 +08:00
mnet MDL-48779 MNet: multibyte substr in certificate generation 2015-01-16 09:37:19 +07:00
mod MDL-48221 mod_forum: Improve discussion subscription on post 2015-02-09 15:17:09 +08:00
my MDL-47189 my: Update test to check that existing blocks remain after add 2014-10-14 16:03:12 +08:00
notes MDL-41026 webservices: Correct unit tests 2015-01-28 13:50:57 +08:00
pix MDL-30937 report_backups: added ability to view backup logs 2014-12-07 21:18:13 -08:00
plagiarism MDL-45618 Fix @since PHPdoc tags. 2014-05-19 17:03:04 +01:00
portfolio MDL-48144 upgrade: add v2.8.0 sep lines 2014-11-10 18:08:15 +01:00
question MDL-48624 behat: fix trailing whitespace 2015-02-03 11:01:34 +00:00
rating Merge branch 'MDL-46448_rating_ajax2' of git://github.com/andyjdavis/moodle 2014-08-12 15:22:19 +08:00
report MDL-48620 JavaScript: Updated shifted files to comply with coding style 2015-01-23 14:51:24 +08:00
repository NOBUG: Fixed file access permissions 2015-02-05 10:07:11 +00:00
rss MDL-46463 core_rss: coding style cleanup in /rss 2014-07-23 10:22:53 +08:00
tag MDL-28286 JavaScript: Convert all uses of M.str to M.util.get_string 2014-12-01 08:32:04 +13:00
theme Revert "Merge branch 'MDL-37477-master' of git://github.com/jethac/moodle" 2015-02-05 08:07:29 +00:00
user MDL-48933 core_message: New dialog to send a message to a user 2015-02-02 11:03:38 +08:00
userpix
webservice MDL-48359 webservices: Removed table from documentation page 2014-11-25 13:24:04 +13:00
.csslintrc MDL-48277 css: enable some helpful csslint warnings 2014-11-18 22:11:36 +00:00
.gitignore MDL-47419 development: Add atlassian-ide-plugin.xml to .gitignore 2014-09-25 10:33:01 +05:30
.jshintrc MDL-48620 JavaScript: Correct sorting after new options 2015-01-28 13:23:55 +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-48741 behat: add new moodle_list formatter (rerun compatible) 2015-01-16 03:13:58 +01:00
config-dist.php MDL-42616 filelib: Use config value for custom MIME types (1/2) 2014-12-19 14:48:59 +00:00
COPYING.txt
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
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-31822 course: Cleanup per coding guidelines. 2014-12-09 10:05:49 +08:00
install.php MDL-46099 session: fix use of references for session globals 2014-07-01 08:38:00 +12: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 Merge branch 'wip-MDL-46547-master' of git://github.com/abgreeve/moodle 2014-10-08 15:33:46 +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
version.php weekly release 2.9dev 2015-02-05 10:07:11 +00: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