Moodle - the world's open source learning platform https://moodle.org/
Find a file
2005-08-31 23:58:42 +00:00
admin Disabled filters are now dimmed. See bug #3994 2005-08-30 10:06:56 +00:00
auth Merged from MOODLE_15_STABLE - auth/db: Better support for utf-8 user data. 2005-08-31 06:01:14 +00:00
backup Merged from MOODLE_15_STABLE: Escape strings for database. SC # 145 2005-08-26 05:29:34 +00:00
blocks Now Quiz Results can be set into anonymous mode, where performance is shown 2005-08-23 19:12:54 +00:00
calendar Changing some hardwired 1s to SITEID. Is the madness ever going to end? 2005-08-23 20:43:32 +00:00
course New popup mode 2005-08-30 07:26:30 +00:00
doc Some changes added (see bug 3188). 2005-06-18 10:01:53 +00:00
enrol Merged from MOODLE_15_STABLE - enrolment fixes: We now have better handling of the enrol field when dealing with student enrolments. This fixes bugs 3912 and 3974. NOTE that enrol_student() now defaults to manual - this is to support the different pages that call enrol_student() to still work correctly when external enrolments are in use, by recording the enrolments as manual. Enrolment plugins are expected to know better and pass the correct parameter. 2005-08-26 06:11:38 +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 Merged fix from stable 2005-08-14 02:27:18 +00:00
filter If no custom list is specified, the default list from the language pack 2005-08-26 08:33:59 +00:00
grade Fixed Bug #3652 - Gradebook catagory detail group view not working. 2005-08-04 22:07:39 +00:00
install Strings changed and some welcome page rework. It follows 2005-07-29 15:53:37 +00:00
iplookup Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
lang Latest spanish translation 2005-08-31 21:15:13 +00:00
lib Merged from MOODLE_15_STABE: prevent stuff being sent to the browser before config.php being included 2005-08-31 02:30:20 +00:00
login New config setting for /my redirect and breadcrumb replacement rather than always doing it 2005-08-29 02:34:17 +00:00
message Merged from MOODLE_15_STABLE: Fixing bug 3977: properly for HEAD since we're dropping mysql 3 support for 1.6. No need for db compatability checks here. 2005-08-31 23:58:42 +00:00
mod Merged from STABLE. 2005-08-31 16:32:49 +00:00
my Fixing another warning in my moodle blocks 2005-08-23 04:25:17 +00:00
pix New block for student loan calculation. Doesn't contain db tables. 2005-08-16 01:45:42 +00:00
rss Merged fix from stable when checking course->guest on site 2005-07-25 09:05:12 +00:00
sso/hive So that we have the password handy later 2005-08-01 08:49:33 +00:00
theme polished - based on standard theme. 2005-08-18 14:59:30 +00:00
user Initial checkin of new feature to select users from participants page for a recipient list for sending an IM to. Please test. 2005-08-22 05:44:13 +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 Adding the capability to replace existing scripts with customised versions. 2005-07-14 15:35:23 +00:00
file.php new parameter forcedownload; merged from MOODLE_15_STABLE 2005-07-12 08:05:42 +00:00
help.php Replaced optional_variable() instances with secure alternatives. 2005-06-10 19:19:08 +00:00
index.php Added $CFG->disablemycourses bug 3220 2005-05-13 06:17:13 +00:00
install.php Changing width="22" for /pix/help.gif to width="17" 2005-05-10 00:21:09 +00:00
README.txt Updated README 2004-08-23 19:18:25 +00:00
tags Latest tags 2005-04-28 11:12:25 +00:00
version.php materialized path & depth for course categories. 2005-08-16 23:15:58 +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