Moodle - the world's open source learning platform https://moodle.org/
Find a file
vyshane d70d141846 Fix for: Bug #5337 - [[allchanges]] missing
Added allchanges lang string.
2006-04-26 02:48:57 +00:00
admin make some variables global for 5305 2006-04-24 08:38:11 +00:00
auth auth/cas: dos2unix on index_form.html - bug #5053 2006-04-25 23:15:08 +00:00
backup Diference between moodle.xml file not found and moodle.xml file 2006-04-25 22:55:29 +00:00
blocks some small fixes, mostly for 5174 2006-04-24 03:36:02 +00:00
blog some small fixes, mostly for 5174 2006-04-24 03:36:02 +00:00
calendar Fixed bug 5271 - icon tag missing in Upcoming Events block 2006-04-24 03:26:01 +00:00
course With appropriate error reporting, adding a label to a section of a course results in an E_NOTICE message temporarily appearing on the screen, because the module object name property is not set. Prevent message being displayed by checking that property is set before testing its value 2006-04-25 11:48:39 +00:00
doc Now doc index uses current_charset() 2006-01-05 13:34:31 +00:00
enrol Locallib.php can be only used by index.php. 2006-04-24 17:15:13 +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 Fix for: Bug #5337 - [[allchanges]] missing 2006-04-26 02:48:57 +00:00
lib filterlib/filter_phrases() - try to escape magic characters used internally by the filter mechanism -- Bug#5236 / WR#422 2006-04-25 22:47:42 +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 Supresing footer() output in this page because it continues causing 2006-04-26 00:09:00 +00:00
my Removed overview.php 2006-04-25 13:19:52 +00:00
pix Make these icons transparent 2006-04-25 14:01:13 +00:00
question *** empty log message *** 2006-04-24 06:12:32 +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 Bypass div#footer style in resource view pages to get 2006-04-25 15:35:39 +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
config-dist.php fixed typo bug #4527 2006-04-23 23:16:02 +00:00
file.php Corrected oversight with uploaded file filters change 2006-02-21 12:54:24 +00:00
help.php Fixed bug 5300 and removed moodle docs link from help pages 2006-04-24 01:58:31 +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 PostgreSQL 8 compatibility fix for database character set detecting 2006-04-23 23:39:56 +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 changing tags->text to varchar 20, created index on tags(type, userid), and tags(text) 2006-04-24 05:53:06 +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