Moodle - the world's open source learning platform https://moodle.org/
Find a file
moodler 9fd9c29b00 Group buttons are now displayed even when a course is:
No groups, Not forced

Bug 1731
2004-08-12 11:23:47 +00:00
admin Fixes for twin notices, buried in the HTML. 2004-08-09 08:06:36 +00:00
auth Added a new authentication module to connect to a First Class server! 2004-07-31 14:17:50 +00:00
backup Changed echo statements to mtrace() 2004-08-07 06:02:26 +00:00
blocks Whoops, accidentally checked in some aborted code 2004-08-12 05:06:48 +00:00
calendar Fixed typo when printing footer 2004-08-12 07:48:00 +00:00
course Group buttons are now displayed even when a course is: 2004-08-12 11:23:47 +00:00
doc FIxes for Safari 2004-07-07 17:20:59 +00:00
enrol Various fixes, especially related to using timestart and timeend 2004-07-29 14:52:59 +00:00
error Short tags 2003-09-11 13:50:02 +00:00
files Fixing Bug 812 and problems with slashes when editing text and HTML files 2004-08-04 16:26:44 +00:00
filter Improvement to filters, providing speed boost AND better compatibility 2004-08-08 06:57:44 +00:00
lang updated to new multilanguage teacher manual download page 2004-08-12 07:12:30 +00:00
lib Fix for wordClean. Don't strip all h -tags 2004-08-12 07:40:57 +00:00
login On login set a variable (used later in print_header) 2004-07-25 14:01:23 +00:00
mod Removed some notices ... argh, this module needs help ... 2004-08-12 08:05:51 +00:00
pix New images to enable/disable email 2004-07-24 06:23:20 +00:00
rss Preparing rss stuff to be showed in lists of activities... 2004-08-07 16:54:25 +00:00
theme removed non-standard line-endings, see http://moodle.org/mod/forum/discuss.php?d=10369. 2004-07-27 07:42:14 +00:00
user When displaying users at site level: 2004-08-12 06:57:53 +00:00
userpix Some clean up and documentation for userpix, as well as a default restriction 2003-08-26 09:40:58 +00:00
CHANGES Going through it now to make the release page 2004-01-31 09:12:25 +00:00
config-dist.php Based on code from Janne - this allows secure logins via https 2004-06-19 16:13:28 +00:00
file.php Don't put HTML and text files through clean_text. 2004-08-10 10:44:29 +00:00
help.php The resource types are now always displayed in a standard order 2004-08-02 19:11:15 +00:00
index.php More notices 2004-08-09 14:18:40 +00:00
README.txt Made this a bit clearer 2003-01-14 11:24:43 +00:00
tags Latest tags file 2004-07-29 15:01:28 +00:00
version.php Fixed some version numbers on three blocks 2004-08-12 04:44:14 +00:00

README     $Id$
------

If you are installing the first time, then you 
should read the installation guide which is 
part of the Moodle documentation (along with 
information about upgrading etc):

   http://moodle.com/doc/

There is a copy of all this documentation as part of 
this Moodle distribution.  You can access your local
copy of the installation guide here:

   lang/en/docs/install.html

Once Moodle is installed on your machine, then 
you can also access a local copy of all this 
documentation (localised to your language) at:

   http://yourmoodlesite.com/doc/


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 an empty directory somewhere to store 
   uploaded files (NOT accessible via the web).
   This directory must be writeable by the web server
   process.

3) Create a single database for Moodle to store all
   it's tables in (or choose an existing database).

4) Copy the file config-dist.php to config.php, and 
   edit it with all your own settings.

5) Visit your new home page with a web browser.  Moodle
   will lead you through the rest of the setup, 
   creating an admin account and so on.

6) Set up a cron task to call the file admin/cron.php
   every five minutes or so.


Cheers!
Martin Dougiamas