Moodle - the world's open source learning platform https://moodle.org/
Find a file
Andrew Nicols b7067f065e MDL-49627 core: Improve thumbnail generation
We now abstract the actual file generation to a new function.
We are then able to call this function from the other image generation
sources. This allows us to generate thumbnails in a more efficient manner.

* Stored files stay as stored files and are not temporarily re-written to
  disk;
* Strings containing an image remain as a variable and are not temporarily
  written to disk; and
* Arbitrary files are not captured to string.
2015-04-01 11:05:19 +08:00
admin Merge branch 'MDL-49695_master' of git://github.com/markn86/moodle 2015-03-31 15:14:45 +08:00
auth MDL-31578 auth_shibboleth: Custom fields added to shibboleth settings 2015-02-19 13:56:10 +00:00
availability MDL-18177 backup: adding PHPdocs blocks 2015-02-20 11:45:23 +11:00
backup Merge branch 'MDL-49595' of https://github.com/rlorenzo/moodle 2015-03-31 14:51:43 +01:00
badges Merge branch 'wip-MDL-46960-master' of https://github.com/marinaglancy/moodle 2015-03-31 09:55:08 +01:00
blocks MDL-48969 block_quiz_results: correct upgrade logic check 2015-03-25 08:13:02 +00:00
blog MDL-43004 blog: fix upgrade.txt typo 2014-12-22 15:13:41 +00:00
cache MDL-39459 cache: mode included in stats output 2015-02-04 09:35:21 +13:00
calendar Merge branch 'wip_MDL-49631_29_utfregex' of https://github.com/skodak/moodle 2015-03-24 11:10:19 +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 'MDL-49674-master-commentformat' of git://github.com/mudrd8mz/moodle 2015-03-31 12:16:58 +01:00
completion MDL-49444 webservices: Tests for update_activity_completion_status 2015-03-24 09:50:02 +01:00
course MDL-13831 course: validate gradepass only if needed 2015-03-25 10:59:33 +08:00
enrol MDL-49606 webservices: Minor style fixes 2015-03-27 12:19:52 +01:00
error MDL-31560 Error: Fixed coding style 2013-09-13 16:13:26 +08:00
files Merge branch 'MDL-43535_master' of git://github.com/dmonllao/moodle 2015-02-09 22:39:36 +00:00
filter MDL-44367 filter_data: Adding basic unit tests 2015-03-11 09:54:32 +08:00
grade MDL-49558 gradereport_user: Fixing table border 2015-03-25 13:54:37 +08:00
group MDL-48730 webservices: New ws core_group_get_course_user_groups 2015-02-24 09:39:05 +01:00
install Automatically generated installer lang files 2015-03-24 00:06:30 +08:00
iplookup MDL-47321 iplookup: Prevent guest users from using iplookup 2014-11-04 10:01:43 +13:00
lang Merge branch 'MDL-40992' of git://github.com/timhunt/moodle 2015-04-01 08:00:43 +08:00
lib MDL-49627 core: Improve thumbnail generation 2015-04-01 11:05:19 +08:00
local MDL-49643 navigation: Fix API for extending navigation in local plugins 2015-03-26 12:17:15 +01:00
login MDL-48691 webservices: Check if the user must be changing password 2015-03-02 14:39:52 +00:00
message Merge branch 'MDL-49371_master' of git://github.com/dmonllao/moodle 2015-03-17 09:06:59 +00:00
mnet MDL-48779 MNet: multibyte substr in certificate generation 2015-01-16 09:37:19 +07:00
mod Merge branch 'MDL-40992' of git://github.com/timhunt/moodle 2015-04-01 08:00:43 +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-43535 webservices: Marking functions as deprecated 2015-02-09 05:42:22 +08:00
pix MDL-30937 report_backups: added ability to view backup logs 2014-12-07 21:18:13 -08:00
plagiarism MDL-39752 fix whitespace errors 2015-03-10 14:13:20 +00:00
portfolio MDL-49241 lang: Merge English strings from the en_fix language pack 2015-02-24 11:15:15 +01:00
question Merge branch 'MDL-40992' of git://github.com/timhunt/moodle 2015-04-01 08:00:43 +08:00
rating Merge branch 'MDL-49346-master' of git://github.com/jleyva/moodle 2015-03-10 15:31:51 +08:00
report MDL-48595 logstore_standard: Fixing unit tests comparing performance 2015-03-12 14:17:29 +08:00
repository Merge branch 'MDL-23296-master' of git://github.com/FMCorz/moodle 2015-04-01 10:41:41 +08:00
rss MDL-46463 core_rss: coding style cleanup in /rss 2014-07-23 10:22:53 +08:00
tag MDL-49084 core_tag: add capability check to flag as inappropriate action 2015-03-02 12:52:11 +00:00
theme MDL-49696 theme_bootstrapbase: Update thirdpartylibs.xml + readme 2015-03-31 15:33:39 +08:00
user Merge branch 'MDL-48499' of https://github.com/danielneis/moodle 2015-03-24 22:00:07 +01:00
userpix MDL-34460 Librairies: Replaced deprecated get_context_instance() 2012-07-26 13:23:28 +08:00
webservice MDL-49425 webservices: Fix unit test dependent of php.ini 2015-03-25 03:09:24 +01:00
.csslintrc MDL-48277 css: enable some helpful csslint warnings 2014-11-18 22:11:36 +00:00
.gitignore MDL-49046 javascript: Add support for AMD modules and jquery. 2015-02-23 16:23:10 +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-49432 behat: guzzle packages has been unified 2015-03-20 12:00:17 +08: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-49046 javascript: Add support for AMD modules and jquery. 2015-02-23 16:23:10 +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-31822 course: Cleanup per coding guidelines. 2014-12-09 10:05:49 +08:00
install.php MDL-49125 install: fix installer notices 2015-02-07 13:14:40 +13: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-49046 javascript: Add support for AMD modules and jquery. 2015-02-23 16:23:10 +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 MDL-49203 webservices: New WS core_comment_get_comments 2015-03-26 15:57:21 +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