Moodle - the world's open source learning platform https://moodle.org/
Find a file
2006-10-10 06:05:19 +00:00
admin Raising MSSQL min req. to 2005 (9.0) 2006-10-09 16:17:33 +00:00
auth auth/db/lib (bugfix) only update mdl fields during login if 'onlogin' set 2006-09-28 01:04:49 +00:00
backup One missing global was preventig users becoming teacher of 2006-10-04 17:33:48 +00:00
blocks FIx for message icons, changed style to avoid problems with MDL-6020 2006-09-19 04:52:56 +00:00
blog Don't use addslashes on data coming from form and don't use stripslashes on data coming from database 2006-10-07 16:34:20 +00:00
calendar Fix for MDL-6819. Patch submitted by Nicolas Martignoni 2006-10-05 07:20:42 +00:00
course Fixed bug that prevented guest access to courses that are not enrollable 2006-10-08 09:53:12 +00:00
doc better handling of anchor name in docs index SC#306; backported from HEAD 2006-08-29 20:39:24 +00:00
enrol Put back last commit. Some functions check $extra->id. 2006-10-03 19:35:57 +00:00
error fix my previous incorrect short tag fix, fixed register globals, IP address used as mail user when not logged in 2006-05-15 15:44:36 +00:00
files The course upload size limit applies to students only, it should not be imposed for teacher uploads. 2006-10-03 18:13:47 +00:00
filter prevent access to filters when disabled in filter settings SC#291 2006-08-14 06:22:15 +00:00
grade Grades computed incorrectly if assignment name appears more than twice in a course MDL-6876 , patch submitted by Gary Anderson; backported from HEAD 2006-10-08 09:06:21 +00:00
install Automatic installer.php lang files by installer_builder (20061008) 2006-10-08 02:54:24 +00:00
iplookup Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
lang Added string for forum reset fix (MDL-6537) 2006-10-10 05:12:30 +00:00
lib fixed data/index.php when no databases available, initialized array in get_all_instances_in_course() from datalib.php 2006-10-08 19:44:33 +00:00
login problem with incorrect redirect url - wwwroot without the trailning slash in not standard compliant MDL-6193 ; backported from HEAD 2006-10-08 19:03:52 +00:00
message fixed encoding header() in messaging frames MDL-6128 - 1.6, special chars and messaging system; backported from HEAD 2006-10-08 08:31:12 +00:00
mod Fix for MDL-6537. Added checkbox to allow deletion of forum subscriptions when resetting a course. Added code for forum subscriptions deletion. 2006-10-10 05:15:10 +00:00
my Bug #6136 - Hard coded admin paths 2006-07-19 07:59:16 +00:00
pix Make these icons transparent 2006-04-25 14:01:13 +00:00
question Hopefully improve performance on site with lots of question categories. 2006-10-06 16:45:16 +00:00
rss iImproved RSS 2006-03-17 09:48:24 +00:00
sso/hive Checking in some old changes 2006-03-09 16:45:25 +00:00
theme 'MDL-6824, redundant declaration: .categorybox .category' 2006-10-04 15:41:39 +00:00
user Take out invalid </tr>. While this makes the html valid some work should still be done on the layout of this. 2006-09-03 12:22:02 +00:00
userpix adding a way to test the user image border removal code. Needs some speed 2005-07-22 14:12:32 +00:00
CHANGES Going through it now to make the release page 2004-01-31 09:12:25 +00:00
config-dist.php Added a hidden $CFG->disablestatsprocessing variable to disable stats completely 2006-09-03 15:42:05 +00:00
file.php backupdata folder is not visible in directory resource any more, the backup files were not downloadable, but they might be stored in browser cache when teacher and student were logged from the same browser and computer account - MDL-6280 2006-09-16 17:11:00 +00:00
help.php fixed trailing whitespace in last commit :-( 2006-08-22 22:09:33 +00:00
index.php yet another fix for course list for guests 2006-07-19 13:57:57 +00:00
install.php Prevent doubleslashes once and again in paths. Also prevent them when writing config.php 2006-05-31 17:50:42 +00:00
README.txt Removed empty lines 2006-04-29 19:36:56 +00:00
tags Much smaller tags :-) 2006-09-28 07:23:46 +00:00
version.php Bump for release 2006-10-10 06:05:19 +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