Moodle - the world's open source learning platform https://moodle.org/
Find a file
stronk7 0f3fe4b6ad First Official realease of the "Blocks System".
Integrated with Moodle:
    - Install automatically.
    - Update course->blockinfo for each course at installation time.
    - Modified course creation to insert into blockinfo field.
    - Modified restore to insert into blockinfo field.
    - Admin options (hide, show, delete, config) from admin page.
    - Lang strings inserted (en only).
    - Database support to mysql and postgresql (not tested!!).
Moodle, backup and block versions updated to 2004041800.
Tested with mysql: Install fresh and upgrade from previous.
section_activities block renamed to social_activities and created
its own lang file to support name "Social Activities". This can
be changed at any time.

TODO:
=====
Support it really in backup/restore.
????

Enjoy!! Ciao :-)
2004-04-18 23:20:53 +00:00
admin First Official realease of the "Blocks System". 2004-04-18 23:20:53 +00:00
auth Thanks to Dave Lopata <Dave@Lopata.Net>, Moodle now supports LDAP 3 2004-04-15 15:57:32 +00:00
backup First Official realease of the "Blocks System". 2004-04-18 23:20:53 +00:00
blocks First Official realease of the "Blocks System". 2004-04-18 23:20:53 +00:00
calendar Corrected an oversight: the id variable isn't needed on the front page. 2004-04-06 14:01:43 +00:00
course First Official realease of the "Blocks System". 2004-04-18 23:20:53 +00:00
doc Fixed some copyrights 2004-03-10 13:23:00 +00:00
error Short tags 2003-09-11 13:50:02 +00:00
files Full paths when including pclzip bug 1139 2004-03-13 12:08:28 +00:00
filter Added Flash and some cleanups in display 2004-04-18 10:01:44 +00:00
lang First Official realease of the "Blocks System". 2004-04-18 23:20:53 +00:00
lib First Official realease of the "Blocks System". 2004-04-18 23:20:53 +00:00
login Some changes to make login a little more robust on some sites that have 2004-04-03 04:55:35 +00:00
mod SOme fixes for 2004-04-18 05:54:33 +00:00
pix OK, now I'm just wasting time. :-) Hand-tweaked some pixels 2004-03-13 08:23:34 +00:00
theme Html code cleanup 2004-04-16 16:14:55 +00:00
user Links to enrolled courses in user profile page now link to the 2004-04-03 07:08:16 +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 More details 2004-03-12 07:34:14 +00:00
file.php Can now handle a $CFG->filelifetime to determine cacheability of files 2004-04-01 02:32:04 +00:00
help.php Put the help inside a box, in case the background is dark 2003-10-21 02:30:42 +00:00
index.php A fix to help some misconfigured sites (without DirectoryIndex) 2004-04-07 13:07:38 +00:00
README.txt Made this a bit clearer 2003-01-14 11:24:43 +00:00
tags Updaed 2004-03-16 12:19:23 +00:00
version.php First Official realease of the "Blocks System". 2004-04-18 23:20:53 +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