Moodle - the world's open source learning platform https://moodle.org/
Find a file
urs_hunkler 0a5d69b288 merged from 1.5:
Enlarged the font-size of the calender popup and added the styles to gray out hidden sections on the course page.
My font tag hack to avoid that old font tags overwrite the styles killed all font formating in the resources written with HTML Editor. The Editor formats font sizes with font tags. It also makes pages failing the XHTML tests. Is really no other Editor out?
2005-07-27 19:45:19 +00:00
admin Improved breadcrumb trail and removed a bunch of unused string lookups. 2005-07-26 13:28:54 +00:00
auth One help string corrected. 2005-07-14 15:44:34 +00:00
backup Removing and re-adding currency support in courses 2005-07-22 17:19:52 +00:00
blocks Merging from STABLE: 2005-07-23 00:53:55 +00:00
calendar Allow <span> as well as <lang> in event titles; clean appropriately. 2005-07-08 03:20:54 +00:00
course Add currency to cost 2005-07-22 18:52:58 +00:00
doc Some changes added (see bug 3188). 2005-06-18 10:01:53 +00:00
enrol process_config changes. 2005-07-25 15:03:38 +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 fixed up link when selecting; merged from MOODLE_15_STABLE 2005-07-12 19:38:36 +00:00
filter Added proper looked-up strings. 2005-07-26 13:18:32 +00:00
grade Fixed bug with displaying the gradebook when it is only set to show percent to students 2005-07-18 18:24:42 +00:00
install Installation strings (welcome) added to "es". 2005-07-27 17:52:45 +00:00
iplookup Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
lang translated a help file for workshop. 2005-07-27 06:06:26 +00:00
lib Merged changes to support install/lang 2005-07-25 11:26:03 +00:00
login Merged tidy from stable 2005-07-21 16:44:44 +00:00
message Old fix to help focus after beep a little 2005-05-23 17:05:37 +00:00
mod fix for bug 3822 provided by razzor 2005-07-27 17:22:21 +00:00
pix new, borderless, user images 2005-07-06 16:10:05 +00:00
rss Merged fix from stable when checking course->guest on site 2005-07-25 09:05:12 +00:00
sso/hive More Hive integration 2005-07-15 06:09:34 +00:00
theme merged from 1.5: 2005-07-27 19:45:19 +00:00
user initialize array $auth_options SC #127; merged from MOODLE_15_STABLE 2005-07-05 08:00:13 +00:00
userpix adding a way to test the user image border removal code. Needs some speed 2005-07-22 14:12:32 +00:00
CHANGES Going through it now to make the release page 2004-01-31 09:12:25 +00:00
config-dist.php Adding the capability to replace existing scripts with customised versions. 2005-07-14 15:35:23 +00:00
file.php new parameter forcedownload; merged from MOODLE_15_STABLE 2005-07-12 08:05:42 +00:00
help.php Replaced optional_variable() instances with secure alternatives. 2005-06-10 19:19:08 +00:00
index.php Added $CFG->disablemycourses bug 3220 2005-05-13 06:17:13 +00:00
install.php Changing width="22" for /pix/help.gif to width="17" 2005-05-10 00:21:09 +00:00
README.txt Updated README 2004-08-23 19:18:25 +00:00
tags Latest tags 2005-04-28 11:12:25 +00:00
version.php Removing and re-adding currency support in courses 2005-07-22 17:19:52 +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