Moodle - the world's open source learning platform https://moodle.org/
Find a file
2006-04-23 11:49:33 +00:00
admin fixed undefined pg encoding in warning and undefined main teacher lang when no teacher in course 2006-04-22 15:51:00 +00:00
auth fixed auth_user_exists(), now works the same as the one in ldap plugin 2006-04-22 16:01:02 +00:00
backup Spurious database prefixes in front of index names removed. Bug #5282 2006-04-21 13:27:08 +00:00
blocks just in case of there's no course 2006-04-20 07:34:06 +00:00
blog fixed undefined $error in error message 2006-04-22 16:02:49 +00:00
calendar Accessibility: bug 5078, "Update calendar blocks in courses to match the changes in site page". Fix function, calendar_top_controls. 2006-04-19 09:07:30 +00:00
course fixed short tag 2006-04-23 11:32:25 +00:00
doc Now doc index uses current_charset() 2006-01-05 13:34:31 +00:00
enrol Some indexes were added in 15_STABLE. So, don't show an error message again if indexes are already exist. 2006-04-23 10:15:01 +00:00
error Fix Bug #1604 - the error/index.php can't be translate 2006-04-21 04:42:26 +00:00
files fixed missing xxx_param() and broken path 2006-04-22 16:35:32 +00:00
filter Fix for bug 5223 - might need testing 2006-04-20 08:25:49 +00:00
grade added FIX ME notice into grade_get_users_by_group(), I did not fix it because I do not know what this function should return 2006-04-22 16:12:58 +00:00
install Deleted wrong ca_utf8_old imported file! :-( 2006-04-10 16:40:14 +00:00
iplookup Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
lang Noted that xml format can now handle images. 2006-04-21 12:56:51 +00:00
lib added FIX ME notice for inclusion of format.php 2006-04-22 17:21:21 +00:00
login fixed bug #5225, fix provided by hachiman 2006-04-17 21:26:05 +00:00
message Merged fix for bug 4639 from stable 2006-03-14 04:12:52 +00:00
mod Moving some harcoded styles in ims cp to standard 2006-04-23 11:49:33 +00:00
my Just some cosmetic code 2006-04-10 15:00:39 +00:00
pix MOved/cleaned fixpix.php to pix/redirect.php 2006-04-11 07:53:59 +00:00
question Moodle xml format can now export and import the actual image files, encoding 2006-04-21 12:35:57 +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 Moving some styles harcoded in the ims cp to standard... 2006-04-23 11:48:50 +00:00
user Fixed some error strings bug 2618 2006-04-20 14:04:51 +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 Removed comments for global filter settings. 2006-03-20 15:06:10 +00:00
file.php Corrected oversight with uploaded file filters change 2006-02-21 12:54:24 +00:00
help.php Added $forcelang optional parameter. This is useful if we want to get help.php 2006-03-22 03:16:27 +00:00
index.php News items on home page should be sorted by date of first post 2006-04-05 01:54:41 +00:00
install.php The install script should always be Unicode. 2006-04-16 15:58:24 +00:00
README.txt Updated README 2006-03-12 08:04:29 +00:00
tags Latest tags 2006-04-05 02:47:17 +00:00
version.php bumping up version, chaing user->firstname, user->lastname, course->shortname to varchar(100) 2006-04-19 08:18:35 +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