Moodle - the world's open source learning platform https://moodle.org/
Find a file
Sam Hemelryk 5f5776c1e6 MDL-37500 cache: integration review touchups.
Issues:
1. Fix setType calls
2. Changing from default to all and editing again, default is still selected.
3. Uncheck all options causes error.
4. Doesn't seem to be restricting based upon option.
5. Picked all and got coding error with the database thing.
6. Bad title: https://github.com/samhemelryk/moodle/commit/wip-MDL-37500-m25#L1R157
7. Amend comments - should only be removed once 2.5 is the minimum version for an upgrade.
8. Document the defaultsharing option.

Outcomes:
1. Fixed - copy paste error.
2. Fixed - mforms was applying the default value despite a value being provided. A quirk of elements with array names.
3. Fixed - validation now requires at least one option to be selected.
4. Fixed - issue rose from definitions not being re-parsed. cache/admin.php now reparses the first time a user visits the page.
5. Fixed - better purging of definitions when working with them anonymously. Unit test added.
6. Fixed - new string added and used.
7. Fixed - comments amended.

New issue to address parsing of definitions during upgrade.
New issue to add debugging notice if definition sets only one possible sharing option and that option is user input.
2013-05-07 12:49:12 +12:00
admin MDL-39077 maxbytes - fix warnings for cli install 2013-05-02 12:11:08 +08:00
auth MDL-39434 Bump all versions near 2.5 release 2013-05-01 18:03:29 +02:00
backup MDL-39434 Bump all versions near 2.5 release 2013-05-01 18:03:29 +02:00
badges Merge branch 'MDL-39207_master' of git://github.com/totara/openbadges 2013-05-02 14:44:20 +08:00
blocks MDL-39434 Bump all versions near 2.5 release 2013-05-01 18:03:29 +02:00
blog MDL-39232 behat Normalize feature tags according to component names 2013-04-30 11:54:47 +08:00
cache MDL-37500 cache: integration review touchups. 2013-05-07 12:49:12 +12:00
calendar MDL-38896 theme_bootstrapbase: Abbreviated weekdays in calendar/renderer.php + added @media css rule for calendar view. 2013-04-26 14:01:52 +01:00
cohort MDL-39232 behat Normalize feature tags according to component names 2013-04-30 11:54:47 +08:00
comment MDL-39173 Assign - Enable comments for blind marking assignments (anonymous ones) 2013-04-19 13:03:05 +08:00
completion Merge branch 'MDL-39438_master' of git://github.com/dmonllao/moodle 2013-05-01 08:32:30 +01:00
course Merge branch 'MDL-30775-master' of git://github.com/mouneyrac/moodle 2013-05-02 16:20:30 +08:00
enrol MDL-39434 Bump all versions near 2.5 release 2013-05-01 18:03:29 +02:00
error MDL-34674 use browser built-in spell checking in all browsers except < IE10 2013-04-12 11:33:23 +02:00
files MDL-34434 Change the texts saying that we'll be removing web service deprecated functions from 2.5 2013-04-17 12:13:04 +08:00
filter MDL-39434 Bump all versions near 2.5 release 2013-05-01 18:03:29 +02:00
grade MDL-39434 Bump all versions near 2.5 release 2013-05-01 18:03:29 +02:00
group MDL-39232 behat Normalize feature tags according to component names 2013-04-30 11:54:47 +08:00
install Automatically generated installer lang files 2013-05-02 00:38:12 +00:00
iplookup MDL-34960 drop deprecated Google Maps API V2 2012-08-19 20:07:27 +02:00
lang MDL-37500 cache: integration review touchups. 2013-05-07 12:49:12 +12:00
lib MDL-39207 badges: Generate badge assertions using user's backpack email if it is set 2013-05-02 16:05:11 +12:00
local MDL-38558 add preupgrade script support 2013-03-19 19:14:01 +01:00
login MDL-38005 form: Headers have a proper name 2013-03-15 11:06:25 +08:00
message MDL-39434 Bump all versions near 2.5 release 2013-05-01 18:03:29 +02:00
mnet MDL-39434 Bump all versions near 2.5 release 2013-05-01 18:03:29 +02:00
mod MDL-39077 maxbytes - fix warnings for cli install 2013-05-02 12:11:08 +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-34434 Change the texts saying that we'll be removing web service deprecated functions from 2.5 2013-04-17 12:13:04 +08:00
pix MDL-39163 usability: New Moodle icon 2013-04-16 21:25:23 +08:00
plagiarism MDL-37079 create/update_module() 2013-03-18 14:41:35 +08:00
portfolio Merge branch 'MDL-39401' of git://github.com/rwijaya/moodle 2013-05-02 14:50:49 +08:00
question MDL-39434 Bump all versions near 2.5 release 2013-05-01 18:03:29 +02:00
rating MDL-36357 cleanup - remove double semicolons 2012-11-15 09:51:26 +08:00
report MDL-39434 Bump all versions near 2.5 release 2013-05-01 18:03:29 +02:00
repository MDL-39434 Bump all versions near 2.5 release 2013-05-01 18:03:29 +02:00
rss NOBUG - reduce whitespace errors a little 2013-04-15 13:29:14 +01:00
tag MDL-37009 Display list of tagged courses using new renderer 2013-04-02 10:54:50 +11:00
theme Merge branch 'MDL-39355-m-2' of git://github.com/andrewnicols/moodle 2013-05-02 13:54:59 +08:00
user MDL-39434 Bump all versions near 2.5 release 2013-05-01 18:03:29 +02:00
userpix MDL-34460 Librairies: Replaced deprecated get_context_instance() 2012-07-26 13:23:28 +08:00
webservice MDL-39434 Bump all versions near 2.5 release 2013-05-01 18:03:29 +02: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-39092 JavaScript: Add default Shifter configuration 2013-04-14 21:08:34 +01: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-38524 behat: Using wildcard instead of hardcoded version 2013-03-18 16:32:13 +08:00
config-dist.php MDL-38592 Settings for courses lists on front page are made more user friendly 2013-04-16 15:00:55 +10:00
COPYING.txt
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 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-38592 Settings for courses lists on front page are made more user friendly 2013-04-16 15:00:55 +10:00
install.php MDL-39006 environment: raise all uses of 5.3.2 to 5.3.3 2013-04-07 18:32:15 +02:00
mdeploy.php MDL-39356 add ca certificate bundles for cURL 2013-04-28 20:58:58 +02: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-35073 badges: Open badges integration 2013-04-02 15:49:02 +08:00
pluginfile.php MDL-32471 pluginfile.php accepts optional parameter 'preview' 2012-04-24 12:09:44 +02: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 on demand release 2.5beta+ 2013-05-02 14:34:48 +01: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