Moodle - the world's open source learning platform https://moodle.org/
Find a file
2005-02-16 10:40:48 +00:00
admin Init $options array ... I'm sure there is much more. 2005-02-15 17:00:04 +00:00
auth Some cleanups just to make these pages look acceptable 2005-02-09 12:55:34 +00:00
backup Now orphaned questions are reassigned before backup. 2005-02-15 19:58:27 +00:00
blocks Now the block is using quiz->decimalpoints to show the grades 2005-02-14 20:26:11 +00:00
calendar Removed THEAD and TBODY from calendar HTML because these tables are 2005-02-14 16:50:02 +00:00
course When updating we don't always want to change visibility and groupmode bug 2561 2005-02-16 03:11:52 +00:00
doc End the page with correct HTML. 2005-01-27 05:20:31 +00:00
enrol DOn't automatically unenrol students from courses with an unlimited 2005-02-10 17:22:28 +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 Fix for bug 2491: 2005-02-08 18:03:43 +00:00
filter Merged from MOODLE_14_STABLE - Cleanup of warnings in filter/activitynames 2005-02-14 07:40:46 +00:00
lang xhtml compliance 2005-02-16 10:07:04 +00:00
lib In order to ensure that when a teacher hides a resource or an activity that students really can't get at it, even if they know the direct links to its pages, I have given an optional third argument $cm to the functions require_login() and require_course_login(). Pages showing information about a particular course module now pass the course module object in this third argument. The login functions will then test if either the course module is visible or the user is a teacher. If neither is the case then the user is redirected to the course homepage after being shown a message "Sorry, this activity is currently hidden". 2005-02-16 10:40:48 +00:00
login Removed password to avoid it being cached maybe, see bug 2562 2005-02-16 06:38:33 +00:00
message Added message_contacts users to the function, 2005-02-13 19:44:32 +00:00
mod In order to ensure that when a teacher hides a resource or an activity that students really can't get at it, even if they know the direct links to its pages, I have given an optional third argument $cm to the functions require_login() and require_course_login(). Pages showing information about a particular course module now pass the course module object in this third argument. The login functions will then test if either the course module is visible or the user is a teacher. If neither is the case then the user is redirected to the course homepage after being shown a message "Sorry, this activity is currently hidden". 2005-02-16 10:40:48 +00:00
pix added the "switch_minus" icon for hide/show and renamed switch to "switch_plus". 2005-02-09 08:58:57 +00:00
rss Moved rsslib.php from the rss directory to the lib directory with the 2005-01-25 06:09:31 +00:00
theme Some more styles added 2005-02-16 10:34:36 +00:00
user Fix for bug 2550: 2005-02-15 16:02:18 +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 Merged from MOODLE_14_STABLE - Added option to respect php.ini session settings, else we reenable garbage collection for sessions. Fixes stale session problems with Debian systems, but still allows package maintainers to override. 2005-02-13 22:54:25 +00:00
file.php new handling of uploaded files, please TEST, TEST, TEST 2004-12-14 18:57:51 +00:00
help.php Added a file level phpdoc docblock tag. Also converted double quote strings to single quote literals. 2004-09-29 18:19:39 +00:00
index.php Save a db call by using SITE 2005-02-12 15:07:25 +00:00
install.php Added a comment about safe mode permissions 2005-02-09 05:20:01 +00:00
README.txt Updated README 2004-08-23 19:18:25 +00:00
tags Latest tags 2005-02-01 04:01:56 +00:00
version.php In order to ensure that when a teacher hides a resource or an activity that students really can't get at it, even if they know the direct links to its pages, I have given an optional third argument $cm to the functions require_login() and require_course_login(). Pages showing information about a particular course module now pass the course module object in this third argument. The login functions will then test if either the course module is visible or the user is a teacher. If neither is the case then the user is redirected to the course homepage after being shown a message "Sorry, this activity is currently hidden". 2005-02-16 10:40:48 +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