Moodle - the world's open source learning platform https://moodle.org/
Find a file
2010-08-03 07:16:33 +00:00
admin "MDL-13766, fixed function call" 2010-08-03 07:16:33 +00:00
auth adding missing page context 2010-08-02 14:14:37 +00:00
backup MDL-21432 backup - exceptions are not good, so imscp imaginative use of itemid sucks, imo. :-P 2010-08-02 17:06:49 +00:00
blocks rss MDL-23588 rss block now filters urls contained within rss feeds 2010-08-02 07:24:49 +00:00
blog MDL-22001 filter_text() and filter_string() now use context parameter instead of courseid, PAGE->context is used only as a fallback; moved comment stuff away from format_text() because it does not belong there; filterlib is not using courseid except for legacy filters; fixed coding style in filters;Êimproved php docs; fixed upgrade of filters (should be in plugins, not core) 2010-07-30 20:51:01 +00:00
calendar MDL-23616 fixed deleting of events 2010-08-02 12:49:08 +00:00
cohort Cohort MDL-23484 typo - thanks to Daren Chandisingh for patch 2010-07-23 00:40:30 +00:00
comment "COMMENT MDL-19118 improve nonjs comment ui link" 2010-08-02 08:16:51 +00:00
course NOBUG set missing context on course delete page 2010-08-03 05:08:03 +00:00
enrol MDL-22789 addding forgotten group enrol option 2010-08-02 07:05:16 +00:00
error MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions 2010-01-16 15:39:56 +00:00
files "MDL-14589 added set_context to files/index.php script" 2010-07-26 03:49:44 +00:00
filter MDL-23613 fixed one more wrong PAGE->context 2010-08-02 12:17:25 +00:00
grade gradebook MDL-23354 added blocks to some pages that were missing them 2010-07-23 08:03:30 +00:00
group webservice MDL-23440 more explicit error message when validation context fail in some external functions. 2010-07-30 06:00:32 +00:00
install Automatic installer.php lang files by installer_builder (20100727) 2010-07-27 17:29:38 +00:00
iplookup MDL-22015 more get_list_of_countries() refactoring 2010-04-14 14:27:10 +00:00
lang webservice MDL-23440 more explicit error message when validation context fail in some external functions (missing lang file modification). 2010-08-03 06:59:47 +00:00
lib log MDL-23604 Fixed hard coded use of CONCAT func in log_display table 2010-08-03 03:45:47 +00:00
local MDL-17376 more plugin info 2010-05-20 07:31:53 +00:00
login Increase length of City field MDL-19629 - Taumata­whakatangihanga­koauau­o­tamatea­turi­pukakapiki­maunga­horo­nuku­pokai­whenua­kitanatahu doesn't actually fit in 100 chars - we need 105 - increasing further to 120 2010-07-08 11:15:49 +00:00
message rss MDL-23473 made blog rss feeds work 2010-07-28 02:32:11 +00:00
mnet MDL-22787 Fixed incorrect CSS selectors, I forgot about the plugin scope needed 2010-07-19 12:39:17 +00:00
mod database MDL-22558 minor- improved alignment in database fields display. 2010-08-03 05:57:28 +00:00
my navigation MDL-22425 Restructured navigation for the nth time plus performance tweaking and course display limit 2010-05-13 09:57:43 +00:00
notes MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week 2010-06-21 15:30:49 +00:00
pix MDL-22952 (bulk commit) - Fixed bidirectional page problems (right to left). Add new images for navigation. 2010-07-13 09:04:29 +00:00
portfolio portfolio MDL-23022 Added missing blocks to portfolio add page 2010-07-23 06:52:36 +00:00
question MDL-21695 question: replaced help files with new help strings 2010-08-02 21:24:32 +00:00
rating rating MDL-23389 altered the grade retrieval sql to avoid something postgres doesnt like 2010-07-19 09:13:13 +00:00
repository MDL-23619 fixed wrong param cleaning + other fixing 2010-08-02 15:47:42 +00:00
rss MDL-23391 Tidied up this script to make it more coding-style friendly 2010-07-20 09:06:35 +00:00
search MDL-20876 Fix remaining split() calls. 2010-07-20 03:27:36 +00:00
tag MDL-21852 Bye bye RIGHT JOINs 2010-07-12 10:14:23 +00:00
theme MDL-22840 - fixed non-dropdown parent link color in Custom Menu 2010-08-03 02:30:16 +00:00
user MDL-23613 fixed wrong page set up 2010-08-02 12:25:08 +00:00
userpix MDL-14589 user icons now stored in file storage pool 2010-07-11 11:43:15 +00:00
webservice MDL-22001 fixed hidden bug triggerred by recent fixes in format_string() - credit goes to Myles Carrick , thanks! + fixing sloppy trailing whitespace :-( 2010-08-01 10:24:52 +00:00
config-dist.php MDL-23118 improved proxy forwarding setting docs 2010-07-07 15:44:51 +00:00
COPYING.txt license MDL-20717 Updated the COPYING file to GPLv3 for head 2010-01-08 02:48:03 +00:00
draftfile.php MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment 2010-07-03 13:37:13 +00:00
file.php MDL-14589 user icons now stored in file storage pool 2010-07-11 11:43:15 +00:00
help.php MDL-23274 The lang parameter was ignored due to typo 2010-07-28 10:57:48 +00:00
index.php MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment 2010-07-03 13:37:13 +00:00
install.php MDL-23590 refactoring cli install before adding install_database.php + fixing problem with incorrect octal when default value accepted 2010-07-30 11:58:02 +00:00
pluginfile.php MDL-11000 finally switching to png images with jpg fallback, based on code by Luigi Pinca :-) 2010-07-25 16:28:09 +00: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 tags MDL-19728 Removing tags file and replacing with a tags.txt to explain where to get it 2009-07-07 03:37:58 +00:00
TRADEMARK.txt MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 16:48:45 +00:00
version.php log MDL-23604 Fixed hard coded use of CONCAT func in log_display table 2010-08-03 03:45:47 +00: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