Moodle - the world's open source learning platform https://moodle.org/
Find a file
martinlanghoff 9f560a0ccb accesslib: fix SQL CAST()s to work on MySQL and PostgreSQL
CAST() target types aren't very portable. Use DECIMAL which works
for MySQL and Pg.

DECIMAL does seem to be supported in Oracle - but the syntax seems
different. We may still need a compat function.
2007-09-19 07:48:31 +00:00
admin accesslib upgrade: admin/upgradesettings may need to load_all_capabilities() 2007-09-19 07:46:12 +00:00
auth MDL-11299 - Make objectClass string comparison case insensitive. 2007-09-17 21:30:20 +00:00
backup backup/restore_form.html: tiny XHTML compliance fix 2007-09-19 07:28:54 +00:00
blocks blocks/admin_tree: applicable_formats() is called as a class method 2007-09-19 07:47:38 +00:00
blog MDL-11230 fixing wrong include for tags library - always use require_once() instead of include() when dealing with library files! 2007-09-16 21:43:08 +00:00
calendar MDL-10383 Reverting Petr's boolean cast on the array of allowed groups. It makes it impossible to get the "Group event" option in the calendar. 2007-09-11 07:29:48 +00:00
course course/index: minor context-related fixes 2007-09-19 07:27:31 +00:00
doc/pix cvsimport fixups -- cvshead had strayed from upstream 2007-01-04 13:15:04 +13:00
enrol Interactive enrolment/unenrolments: make sure we unset mycourses 2007-09-19 07:17:23 +00:00
error MDL-8062 1.3 Remove name attribute from <form> and fix focus everywhere - more changes ahead 2007-01-04 21:32:36 +00:00
files MDL-10870 A few more fixes to the file.php page's navigation 2007-08-16 16:53:55 +00:00
filter Missing a stripslashes() so TeX functions didn't work 2007-09-11 14:55:34 +00:00
grade MDL-1883 improved perf when editing scales - new function xxx_scale_used_anywhere() 2007-09-18 18:37:58 +00:00
group get_role_users() callers rework to use the new $gethidden 2007-09-19 07:09:50 +00:00
install Automatic installer.php lang files by installer_builder (20070918) 2007-09-18 04:21:57 +00:00
iplookup MDL-7861 xhtml transient fixes for not closed input fields - I hope all of them except imported libs are now fixed 2007-01-08 19:34:16 +00:00
lang MDL-1883 improved perf when editing scales - new function xxx_scale_used_anywhere() 2007-09-18 18:37:58 +00:00
lib accesslib: fix SQL CAST()s to work on MySQL and PostgreSQL 2007-09-19 07:48:31 +00:00
login MDL-11058 changeme password not always required to be changed 2007-08-29 18:19:04 +00:00
message Fix some HTML in messages (wrong <a> and roundcorners support) 2007-09-18 18:24:52 +00:00
mnet Adding the $Id tag to some scripts to allow better changes detection. 2007-08-29 10:48:44 +00:00
mod mod/chat: chat_update_chat_times() smarter 2007-09-19 07:21:09 +00:00
my Now the my page retrieves all the fields (modinfo included) from the course, 2007-07-23 15:52:19 +00:00
notes MDL-10820 Fixed double quotes in SQL statements 2007-09-16 21:48:47 +00:00
pix Standard RSS icon from MDL-4732 2007-09-04 09:23:21 +00:00
question Typo! 2007-09-18 12:30:19 +00:00
rss hack for problems with concurrent use of $nomoodlecookie and capabilities in RSS feeds, see MDL-7243 - it should be replaced once we get to codes in urls; merged from MOODLE_17_STABLE 2006-11-01 21:03:09 +00:00
search mismatched code version in file. 2007-09-17 17:45:29 +00:00
sso MDL-8973 auth hooks final cleanup; merged from MOODLE_18_STABLE 2007-03-28 08:28:02 +00:00
tag MDL-11046 multiple tag/edit.php issues - see bug report 2007-09-16 21:37:28 +00:00
theme Minor improvements to messages window for wood. 2007-09-18 18:57:59 +00:00
user user/view: show user courses that are hidden, with dimmed class 2007-09-19 07:21:47 +00:00
userpix MDL-10870 All files updated to new build_navigation() method. Most are untested, because they are not easily accessible within a moodle site. 2007-08-17 19:09:11 +00:00
config-dist.php cvsimport fixups 2007-08-29 13:10:11 +12:00
file.php MDL-9168 nested site policy when forcelogin enabled; merged from MOODLE_18_STABLE 2007-04-02 16:13:41 +00:00
help.php Big fix for MDL-9890 "Help should be well-formed, XHTML Strict and semantic". 2007-05-23 12:03:22 +00:00
index.php index: use $PAGE->edit_course_allowed() instead of editcourseallowed() 2007-09-19 07:47:49 +00:00
install.php MDL-10922 relative paths to images in installer 2007-08-22 20:22:22 +00:00
README.txt Removed empty lines 2006-04-29 19:36:56 +00:00
tags Latest tags 2007-08-24 04:03:47 +00:00
version.php accesslib rework: Upgrade block to populate context.path and friends 2007-09-19 07:42:42 +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://docs.moodle.org/en/Installing_Moodle 

A local copy can also be found in 

   lang/en_utf8/help/install.html   (or your language)


Good luck and have fun!
Martin Dougiamas, Lead Developer