Moodle - the world's open source learning platform https://moodle.org/
Find a file
Tim Hunt ff43c30f0a MDL-31837 numerical tolerance: better handling of very small tolerances.
The changes between Moodle 1.9 and 2.1 made the marking of very small
answers like 10^-20 almost impossible. This change fixes it.

This fix is almost entirely due the the careful research of Pierre
Pichet, who carefully testing various proposals, and worked out that
this one seemed best.
2012-08-23 18:59:15 +01:00
admin Merge branch 'w34_MDL-34776_m23_notinsql' of git://github.com/skodak/moodle into MOODLE_23_STABLE 2012-08-22 01:56:06 +02:00
auth MDL-34901 fix user login times handling 2012-08-19 15:33:59 +02:00
backup Merge branch 'MDL-32705_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE 2012-08-21 12:37:54 +08:00
blocks MDL-34873 fix multiple E_STRICT tag related problems 2012-08-19 11:19:48 +02:00
blog MDL-25347 blog Checking association capability at course and module levels instead of system level 2012-08-10 08:48:57 +08:00
calendar MDL-34555 accessibility compliance for calendar: Add forform input text and select tag 2012-07-31 17:11:06 +08:00
cohort MDL-34045 fix invalid idnumber field type in cohort form 2012-06-30 07:57:51 +02:00
comment MDL-33186 Ensure that the comment textarea exists before toggling it 2012-05-22 11:24:24 +01:00
course Merge branch 'MDL-34444' of git://github.com/danpoltawski/moodle into MOODLE_23_STABLE 2012-08-22 11:14:38 +02:00
enrol Merge branch 'w34_MDL-34864_m23_enrolcat' of git://github.com/skodak/moodle into MOODLE_23_STABLE 2012-08-22 14:28:03 +08:00
error MDL-30260 message: added /message/upgrade.txt, checked calls to message_send() are supplying user.emailstop and improved message_send() to handle message requests that don't 2011-11-30 10:02:45 +08:00
files Revert "MDL-33303 Filepicker: resized to match HTML editor and made resizable" 2012-07-05 23:22:05 +02:00
filter MDL-34558 accessibility compliance for filter: Add forform input text and select tag 2012-08-03 12:01:35 +08:00
grade Merge branch 'm23_MDL-33942' of git://github.com/danmarsden/moodle into MOODLE_23_STABLE 2012-08-07 15:58:25 +08:00
group MDL-33770 webservices: Fixed error with core_group_create_groups when no enrolment key provided 2012-07-05 09:22:35 +12:00
install Automatically generated installer lang files 2012-08-23 00:34:21 +00:00
iplookup MDL-34959 add Google Maps API V3 support 2012-08-19 19:53:06 +02:00
lang Merge branch 'MDL-31957-m23' of git://github.com/sammarshallou/moodle into MOODLE_23_STABLE 2012-08-21 01:23:05 +02:00
lib MDL-31957 Course reset: Add missing global 2012-08-23 02:12:39 +02:00
local MDL-33592 navigation: Added support for local_ prefix on navigation callback 2012-06-12 14:23:09 +12:00
login MDL-28998 libraries: Using default value of 0 for userid during login 2012-03-14 10:51:52 +13:00
message MDL-34560 accessibility compliance for message: Add label for input text and select tag 2012-08-04 17:03:39 +08:00
mnet MDL-33794 version.php: Bump all versions, requires and dependencies to 2012061700 2012-06-18 02:37:00 +02:00
mod Merge branch 'MDL-35000_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE 2012-08-22 10:32:01 +08:00
my MDL-14679 fixed a lot more old style uses of insert_record() 2010-09-03 17:47:41 +00:00
notes MDL-33624 lang - remove incosistent use of placeholder 2012-07-16 09:45:11 +08:00
pix MDL-34004 - reinstate the custom HTML icon as separate from other markup icons, because it usually means a "page" to most people that displays in the browser. These icons are temporary (but workable) until Barbara can put in some nice ones that work as a set. The 16px one is from Moodle 2.2 and the others are copies of "unknown". 2012-06-25 23:05:44 +08:00
plagiarism MDL-31028: Added pathname hashes to eventdata 2012-05-09 13:46:20 +12:00
portfolio MDL-34240 - google plugins: switch to PARAM_RAW_TRIMMED 2012-07-13 10:09:39 +08:00
question MDL-31837 numerical tolerance: better handling of very small tolerances. 2012-08-23 18:59:15 +01:00
rating MDL-32649 rating: fixed the sorting in /rating/index.php 2012-06-04 09:13:26 +07:00
report MDL-31810 - Fixing unclosed DIV tags throughout Moodle 2012-08-16 10:43:29 +08:00
repository Merge branch 'MDL-33640_23' of git://github.com/MaxThrax/moodle into MOODLE_23_STABLE 2012-08-15 11:48:27 +12:00
rss MDL-32094 fix various E_STRICT compatibility problems 2012-03-18 18:37:24 +01:00
tag MDL-34873 fix multiple E_STRICT tag related problems 2012-08-19 11:19:48 +02:00
theme MDL-34957 theme_base: made small change to custommenu CSS in style/core.css to fix vertical arrow overlap in menu item 2012-08-19 01:45:34 +01:00
user MDL-34776 improve multiple "NOT IN" enrolment and role related queries 2012-08-18 09:57:02 +02:00
userpix MDL-24938 fixed missing context ino 2010-10-29 20:08:29 +00:00
webservice MDL-34368 fix another validuntil condition 2012-08-01 15:06:55 +08:00
.gitignore MDL-32587 improve component phpunit config building and make the util.php help fit 80char screens 2012-04-27 13:42:18 +02:00
brokenfile.php MDL-26069 detect missing file postprocessing 2011-01-29 17:50:12 +01:00
config-dist.php MDL-33204 disable yui_combo slasharguments by default for now 2012-06-12 10:13:17 +02:00
COPYING.txt
draftfile.php MDL-31901 draftfile.php supports the preview parameter 2012-05-21 11:57:53 +08:00
file.php MDL-31607 use full course object for require_login() if already available 2012-04-22 17:41:47 +02:00
help.php MDL-29401 introduce new frankenstyle PARAM types 2011-09-25 09:59:55 +02:00
index.php MDL-30617 Add a javascript interface for adding modules to a course 2012-05-18 00:27:16 +08:00
install.php MDL-33957 - Installation - Fixing field lengths so they are long enough for data entry, and don't distort page rendering 2012-07-03 14:58:55 +12:00
phpunit.xml.dist MDL-34893 use standard options in Hint_ResultPrinter 2012-08-19 22:10:37 +02:00
pluginfile.php MDL-32471 pluginfile.php accepts optional parameter 'preview' 2012-04-24 12:09:44 +02:00
README.txt MDL-21695 help files not used any more, all docs are now in wiki 2010-04-13 19:13:10 +00:00
tags.txt
TRADEMARK.txt
version.php weekly release 2.3.1+ 2012-08-23 19:25:40 +02:00

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


Good luck and have fun!
Martin Dougiamas, Lead Developer