Moodle - the world's open source learning platform https://moodle.org/
Find a file
2005-04-21 08:11:07 +00:00
admin using 'counteditems' language string to help finnish translators, closing bug 2530 2005-04-20 11:32:29 +00:00
auth Cleaning up configuration 2005-04-17 13:27:43 +00:00
backup Now backup of 1.5 gradebooks is working (restore coming soon). Features are: 2005-04-19 23:21:45 +00:00
blocks I broke this with my last commit, fixing. 2005-04-20 21:46:33 +00:00
calendar Removing leftovers from some debugging session. 2005-04-20 21:17:39 +00:00
course using 'counteditems' language string to help finnish translators, closing bug 2530 2005-04-20 11:32:29 +00:00
doc End the page with correct HTML. 2005-01-27 05:20:31 +00:00
enrol Explicit casting of input (SC#57) 2005-04-20 03:10:51 +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 Removing some old theme rubbish 2005-03-19 08:32:01 +00:00
filter Check slasharguments setting in algebradebug.php too 2005-04-14 13:39:54 +00:00
grade updated code to delete database exception entries for grade items that no longer exist 2005-04-20 20:25:26 +00:00
lang Addet missing strings 2005-04-21 08:05:07 +00:00
lib more cleaning of url parameter in redirect() - SC#100 2005-04-20 20:45:43 +00:00
login Fixed potential security breach that allowed changes to password of another 2005-04-20 07:02:17 +00:00
message Fixed how extra user help is displayed 2005-04-21 04:57:54 +00:00
mod Fixed a minor PHP warning. Bug 2979. (SE) 2005-04-21 08:11:07 +00:00
pix forgot to commit this move left icon earlier. This is not a professionally created icon, perhaps someone can do a better job? 2005-03-08 09:22:57 +00:00
rss MOre changes to use filelib.php 2005-03-07 12:10:22 +00:00
theme fixed, based on standard theme. 2005-04-20 15:13:41 +00:00
user XHTML little changes... 2005-04-18 17:57:26 +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 Performance/footprint profiling patch complete -- is enabled by CFG->default>7 or by a few defines in your config.php. 2005-04-07 00:11:28 +00:00
file.php Call new lib/filelib.php 2005-03-07 11:34:16 +00:00
help.php New documentation for new assignment types 2005-04-18 09:30:45 +00:00
index.php This should fix the problems some poeple were having with the login block 2005-04-17 05:47:40 +00:00
install.php Whoops, how did this get in there? :-) 2005-03-14 13:31:34 +00:00
README.txt Updated README 2004-08-23 19:18:25 +00:00
tags Latest tags 2005-04-11 01:36:49 +00:00
version.php Copy all the Dialogue entries to Messaging, and then disable Dialogue module 2005-04-19 12:34:36 +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