Moodle - the world's open source learning platform https://moodle.org/
Find a file
2008-09-08 14:27:32 +00:00
admin MDL-16348 Reorganise admin tree: 2008-09-08 11:32:31 +00:00
auth MDL-16286 remove additional reference to (now undefined) $sql 2008-09-07 03:26:10 +00:00
backup Added missing join condition. Credit goes to Colin Chambers. MDL-16385 ; merged from 19_STABLE 2008-09-08 14:27:32 +00:00
blocks Essential patch for MDL-11992 course tagging. This prevents a bug that removes offical tags for a course when a user adds a personal tag to that course. 2008-09-05 14:49:06 +00:00
blog MDL-14589 initial file storage implementation, temporary file manager, migration of course files; blog conversion MDL-15905; assignment conversion MDL-15904; fromslib related file improvements MDL-15906 2008-07-31 22:15:30 +00:00
calendar MDL-16318: remove a few calls use_html_editor() (more to come) 2008-09-03 03:09:56 +00:00
course MDL-14679 DML conversion regression 2008-09-02 22:20:35 +00:00
enrol MDL-16043: manage case when administrator set enrol_remotecoursefield or enrol_remoteuserfield in UPPERCASE, merged from 19 2008-08-27 07:27:13 +00:00
error MDL-10107 - Removed old email_to_user with we still arround and added default message processor for user, 2008-08-02 00:04:29 +00:00
files MDL-14589 - XHTML Strrrict, and more consistent tool tips. 2008-08-15 04:41:55 +00:00
filter Drift between CVS and git 2008-06-25 17:31:23 +00:00
grade MDL-16050 wrong help file name, thanks to Marty Gilbert and Daniel Miksik for reporting this issue 2008-09-05 13:53:49 +00:00
group MDL-14589 initial file storage implementation, temporary file manager, migration of course files; blog conversion MDL-15905; assignment conversion MDL-15904; fromslib related file improvements MDL-15906 2008-07-31 22:15:30 +00:00
install Automatic installer.php lang files by installer_builder (20080902) 2008-09-02 01:23:48 +00:00
iplookup MDL-14679 2008-05-31 17:48:51 +00:00
lang MDL-16348 Reorganise admin tree: 2008-09-08 11:32:31 +00:00
lib MDL-14591 - split portfoliolib into logical parts for better readability 2008-09-08 13:44:36 +00:00
login MDL-15218 reset change password secret if somebody just tries to guess it; merged from MOODLE_19_STABLE 2008-09-01 08:16:41 +00:00
message MDL-16268 updated jabber output to send messages to destination user configured jaber 2008-08-30 23:22:50 +00:00
mnet MDL-16301 - use better variable 2008-09-07 04:59:37 +00:00
mod MDL-7308 "Check all the DB columns used to store grades, and make sure they all use a consistent type." Since quiz->sumgrades is now string "0.00000" (quiz->sumgrades) no longer evaluates as false. Changing to (quiz->sumgrades != 0) 2008-09-08 10:35:14 +00:00
my "MDL-14460, fix get_context_instance, merged from MOODLE_19_STABLE" 2008-05-01 06:07:24 +00:00
notes MDL-16166 centralised enabling of subsystems, fixed some warnings and general cleanup 2008-08-26 05:45:07 +00:00
pix MDL-15402: new version of repository administration 2008-09-02 08:58:53 +00:00
portfolio MDL-14591 - fix up call to exporter->get_base_filearea 2008-09-08 13:47:39 +00:00
question Comment update. 2008-09-08 06:59:11 +00:00
repository MDL-15402: fix a bug when try to display list of instances for not added plugin 2008-09-08 09:41:38 +00:00
rss Drift between CVS and git 2008-06-25 17:31:23 +00:00
search MDL-16002 rewritten upgrade locking and better upgrade progress tracking; MDL-16070 Do not use $a[0] syntax in lang packs + various other upgrade improvements and fixes 2008-08-16 12:16:01 +00:00
sso MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
tag Essential patch for MDL-11992 course tagging. This prevents a bug that removes offical tags for a course when a user adds a personal tag to that course. 2008-09-05 14:49:06 +00:00
theme MDL-16343 Report showing, for a given capability, how it is set in the definition of each role, and everywhere that it is overridden. 2008-09-08 07:01:41 +00:00
user MDL-15402: fixes for tabs.php - now display tab repository only for the current user, + add some context security 2008-09-08 02:10:30 +00:00
userpix MDL-14279: use get_file_url instead of checking $CFG->slashargument manually (merge from 1.9) 2008-07-10 09:55:11 +00:00
config-dist.php MDL-15267 PHP5 strict object warning, whitespace fixes 2008-08-31 22:23:53 +00:00
draftfile.php MDL-15919 oops, reverting previous commit - not finished yet 2008-09-06 21:16:59 +00:00
file.php MDL-14589 new file not found general function 2008-08-16 17:23:19 +00:00
help.php MDL-11461 all ressource types are now displayed in the ressource help popup, merged from 1.9 2008-06-17 02:00:54 +00:00
index.php Drift between CVS and git 2008-06-25 17:31:23 +00:00
install.php Remove hack not needed anymore. Now enviroment check handles this properly. MDL-16008 & MDL-16188 2008-08-24 16:39:06 +00:00
pluginfile.php MDL-15919 fixed scriptname param 2008-09-06 21:15:52 +00:00
README.txt fixing unmerged files 2007-12-06 08:44:07 +00:00
tags New tags file 2008-09-03 05:15:28 +00:00
userfile.php MDL-15919 fixed scriptname param 2008-09-06 21:15:52 +00:00
version.php MDL-15348 Add changes for filepicker to support the display of existing files 2008-09-08 05:41:45 +00:00

README      $Id$
------

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 

A local copy can also be found in 

   lang/en_utf8/help/install.html   (or your language)


Good luck and have fun!
Martin Dougiamas, Lead Developer