Moodle - the world's open source learning platform https://moodle.org/
Find a file
defacer a03d61346e 1. get_records_csv also needs a table name in addition to file name.
2. is_readable() check before trying to fopen() http://, if you happen to not have
   an internet connection this prevents ugly failures.
2005-04-10 20:28:48 +00:00
admin 1. get_records_csv also needs a table name in addition to file name. 2005-04-10 20:28:48 +00:00
auth Added missing argumet 2005-04-04 10:16:28 +00:00
backup Bump! 2005-03-20 23:44:00 +00:00
blocks Remove group links for non-editing teachers 2005-04-09 17:23:51 +00:00
calendar Avoid some double-slashes sent to DB. It was breaking the multilang 2005-03-27 22:16:05 +00:00
course Now course/recent.php is workink with filterall. 2005-04-02 10:10:07 +00:00
doc End the page with correct HTML. 2005-01-27 05:20:31 +00:00
enrol Merged from MOODLE_14_STABLE - insert_record() - major efficiency improvements for Postgres databases on insert. Also fixed many calls to insert_record() which discard the returned record id to not ask for the record id. 2005-04-01 05:55:10 +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 Merged from MOODLE_14_STABLE - insert_record() - major efficiency improvements for Postgres databases on insert. Also fixed many calls to insert_record() which discard the returned record id to not ask for the record id. 2005-04-01 05:55:10 +00:00
grade Fixed exception handling, students can now be reincluded in grading 2005-04-07 20:47:03 +00:00
lang timezone.php garbled characters fixed. 2005-04-10 19:10:45 +00:00
lib LIMIT timezones returned to the latest one 2005-04-10 18:27:15 +00:00
login Just tidying up a bit 2005-04-01 08:50:02 +00:00
message Actually 3/min sounds better than 4/min 2005-04-05 07:44:41 +00:00
mod Finally we have to use the 'nomatch' because we can come 2005-04-10 18:22:18 +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 Various problem fixing 2005-04-10 14:20:50 +00:00
user Handle forcetimezone correctly (99) 2005-04-10 18:24:06 +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 If help file is not found in language directory then look in language subdirectory of module directory. 2005-04-10 05:08:31 +00:00
index.php Don't clean the text in the site topic summary 2005-04-02 09:38:42 +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-03-10 15:31:24 +00:00
version.php Changes to mdl_user: 2005-04-08 19:50:01 +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