Moodle - the world's open source learning platform https://moodle.org/
Find a file
2006-01-16 05:21:50 +00:00
admin admin/uploaduser: missing strings fixups 2006-01-16 03:43:41 +00:00
auth lang/en/auth.php 2006-01-16 05:21:50 +00:00
backup Backup xml tags now support attributes and a new function for xml content to be safe utf-8. Eloy can you please review this patch? 2006-01-16 02:37:19 +00:00
blocks RSS client block: users can now add their own rss feeds and pick from their feeds and admin feeds. users don't see feeds added by other nonadmin users. this is probably only useful for my moodle since they can't edit any other pages 2006-01-16 03:02:42 +00:00
calendar When creating/editing events, it seems that the current/existing timestart 2006-01-15 01:44:08 +00:00
course Changing the limit for drop down menus on the log page to something reasonable (1000) 2006-01-16 03:15:48 +00:00
doc Now doc index uses current_charset() 2006-01-05 13:34:31 +00:00
enrol enrol/db: Better warning when the user record is missing. 2006-01-16 03:12:55 +00:00
error Merged from stable 2005-11-01 06:53:57 +00:00
files Added selectall/deselectall to files/index.php 2006-01-11 02:26:26 +00:00
filter Solved one problem with frames and activitynames filter. 2006-01-11 15:22:13 +00:00
grade Now gradebook is using the new Excel generation API. 2006-01-05 15:49:21 +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 translated for New forum type. 2006-01-16 05:17:43 +00:00
lib added missing semicolon in &nbsp (bug#4592) 2006-01-16 04:29:41 +00:00
login Merged as MOODLE_15_STABLE: Accounts that are created with no authentication shouldn't allow non alphanumeric usernames, fixing in login/index.php as the auth library can't pass error messages. Fixes bug #4192 2005-12-12 03:17:08 +00:00
message Message system now use current_charset(). 2006-01-05 16:19:26 +00:00
mod New forum type: question and answer: requires students to post their answer before being able to view other posts. After initial post, students can view & respond normally 2006-01-16 04:57:48 +00:00
my In the case of my moodle we don't want to redirect to referrer on 'no', 2005-10-30 20:20:09 +00:00
pix Initial checkin of stats (from processing the log table). 2005-09-01 04:14:31 +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 modified based on standard theme. 2006-01-13 19:32:03 +00:00
user Removed a block of local-specific code. They are not going upstream. 2006-01-10 21:30:21 +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 $CFG->filterall has a setting on the filters admin page, so isn't 2005-11-14 15:36:01 +00:00
file.php new parameter forcedownload; merged from MOODLE_15_STABLE 2005-07-12 08:05:42 +00:00
fixpix.php New 404 handler for a custompix fallback 2005-09-30 00:39:58 +00:00
help.php Fixed bug #4536 : error in optional_param 2006-01-09 01:55:42 +00:00
index.php Missing sesskey parameter. Merged from Stable. (SE) 2005-12-22 00:17:00 +00:00
install.php HEAD install is working again... 2006-01-07 10:15:04 +00:00
README.txt Updated README 2004-08-23 19:18:25 +00:00
tags Updated tags file 2006-01-05 07:51:10 +00:00
version.php Reverting commits just made. This should be in MOODLE_16_MULTIENROL 2005-10-30 22:13:26 +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