Moodle - the world's open source learning platform https://moodle.org/
Find a file
2005-07-08 03:20:54 +00:00
admin Howard, please, please check your code and stop making me do it ... 2005-07-07 14:00:58 +00:00
auth code cleanup - see SC#129; merged from MOODLE_15_STABLE 2005-07-05 17:02:55 +00:00
backup Bump. New and improved relinking system available. 2005-07-04 22:33:02 +00:00
blocks Removed set_default() calls and fixed some function calls that seem to have changed 2005-07-07 14:10:19 +00:00
calendar Allow <span> as well as <lang> in event titles; clean appropriately. 2005-07-08 03:20:54 +00:00
course Added an optional_param() for 'topic' as it was coming from 'register_globals' 2005-07-06 09:51:18 +00:00
doc Some changes added (see bug 3188). 2005-06-18 10:01:53 +00:00
enrol enrol/ldap: bugfixes suggested by Jeff Graham here http://moodle.org/mod/forum/post.php?reply=124170 -- fixes course creation not pulling summaries, form errors in ldap_search_sub, calls to deprecated blocks_get_default_blocks() and DB errors when inserting new enrolments. With these fixes, it may even work. 2005-06-25 02:41:56 +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 Added missing optional_param() 2005-06-10 13:18:29 +00:00
filter Added check so render returns with false if unsupported platform. 2005-06-28 14:12:45 +00:00
grade Fixed a problem with grade_get_module_link 2005-07-01 20:12:40 +00:00
lang polished. 2005-07-08 01:24:56 +00:00
lib placing uploaded images in different directory from previously uploaded 2005-07-06 16:17:18 +00:00
login disabled cookie check when alternate login url used; merged from MOODLE_15_STABLE 2005-07-05 17:16:21 +00:00
message Old fix to help focus after beep a little 2005-05-23 17:05:37 +00:00
mod fixed typo, see bug 3687 2005-07-08 00:21:02 +00:00
pix new, borderless, user images 2005-07-06 16:10:05 +00:00
rss Added to avoid listing... 2005-04-30 16:22:02 +00:00
theme Updated some, based on standard theme. 2005-07-06 16:31:49 +00:00
user initialize array $auth_options SC #127; merged from MOODLE_15_STABLE 2005-07-05 08:00:13 +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 merged from MOODLE_15_STABLE 2005-07-04 17:03:58 +00:00
file.php Merged from MOODLE_14_STABLE - Unlock session during fileserving. 2005-05-17 01:00:48 +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 Complete the removal of Attendance from the main CVS tree (on HEAD) 2005-06-02 14:51:50 +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