Moodle - the world's open source learning platform https://moodle.org/
Find a file
2005-01-23 15:58:04 +00:00
admin Changed some sesskey behaviours SC#73 (admin part) 2005-01-23 11:49:13 +00:00
auth Stop people browsing auth modules 2005-01-23 04:18:32 +00:00
backup Merged from MOODLE_14_STABLE: Adding slashes to backup_log.info as courses with an apostrophe in their fullname cause sql errors 2005-01-10 21:48:04 +00:00
blocks added in an extra layer of cache. The rendered string is now cached in block's config. If the config settings are changed the config entry is overwritten and the cached string is lost - which is perfect - it gets rebuilt to the new specifications on next page load. If the filesystem cache has expired then the stored config string is ignored and a fresh read is sought. 2005-01-21 03:23:26 +00:00
calendar Merging fix for reopened bug 1384 from STABLE. 2005-01-12 11:55:01 +00:00
course Modify sesskey behaviour. SC#73 2005-01-22 18:53:44 +00:00
doc Merged sc28 from stable 2004-12-12 07:01:35 +00:00
enrol Stop people browsing enrolment modules 2005-01-23 04:17:41 +00:00
error Converted double quote strings to single quote literals - inspired by error in double quotes found by ottenhoff and noted in comment to bug 1981 2004-09-24 22:28:50 +00:00
files fixed $course->id 2004-12-15 06:32:32 +00:00
filter To stop people browsing filters 2005-01-23 04:16:07 +00:00
lang translated some. 2005-01-23 09:13:48 +00:00
lib User preferences were not getting set! 2005-01-23 02:30:15 +00:00
login Merging fix for reopened bug 1384 from STABLE. 2005-01-12 11:55:01 +00:00
message Removed some old stuff 2005-01-23 05:49:39 +00:00
mod fixed sesskey bug reported by Eloy. Thanks Eloy. 2005-01-23 09:10:34 +00:00
pix It is now possible to base new questions on existing ones, see get_string('editingquestion', 'quiz'); 2005-01-19 09:50:33 +00:00
rss smarty template file example 2005-01-23 15:58:04 +00:00
theme This is in principle the theme I've shown in the forums. I changed the colors and made it XHTML 1.0 suitable. It relies on the new DIV framework I added to the course, forum and the wiki pages. The layout-table with named cells is used for the course pages. 2005-01-21 14:21:14 +00:00
user Add messaging buttons to the user profile 2004-12-28 13:49:44 +00:00
userpix Works with slasharguments off now 2005-01-17 15:21:00 +00:00
CHANGES Going through it now to make the release page 2004-01-31 09:12:25 +00:00
config-dist.php Some changes that may help on safe mode ... see bug 2093 2004-12-26 14:45:39 +00:00
file.php new handling of uploaded files, please TEST, TEST, TEST 2004-12-14 18:57:51 +00:00
help.php Added a file level phpdoc docblock tag. Also converted double quote strings to single quote literals. 2004-09-29 18:19:39 +00:00
index.php _ added the div framework 2005-01-18 11:05:46 +00:00
install.php Fixing the admin directory check (again ;-)) 2005-01-10 08:04:44 +00:00
README.txt Updated README 2004-08-23 19:18:25 +00:00
tags Latest tags 2004-09-20 08:54:12 +00:00
version.php New and upgraded sites will be given a default .htaccess file in their 2005-01-10 15:26:43 +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://moodle.org/doc

If you have real trouble, please visit the Moodle course 
"Using Moodle" on moodle.org.


Good luck and have fun!
Martin Dougiamas, Lead Developer