Moodle - the world's open source learning platform https://moodle.org/
Find a file
Ankit Agarwal 1ac341e23f MDL-43682 log: Fix issues with log report
Following fixes have been made:-
Porfile links where generating errors when there was no courseid present. Fixed the same.
get_readers() method was accessing an undefined property.
popups were used for action and ip address before the whole rewrite, we should maintain the same behaviour.
Fixed string issues.
Pass context to format_string method
2014-04-07 16:58:44 +08:00
admin Merge branch 'w14_MDL-44824_m27_subplugins' of https://github.com/skodak/moodle 2014-04-02 13:04:46 +13:00
auth Merge branch 'MDL-42816-master' of https://github.com/StudiUM/moodle 2014-04-02 01:52:41 +02:00
backup MDL-41987 Javascript: Tidy up YUI documentation 2014-03-25 17:01:37 +08:00
badges Merge branch 'MDL-44440_master' of git://github.com/dmonllao/moodle 2014-03-10 13:45:26 +08:00
blocks MDL-43784 behat: Removed usage of Afterburner in a feature 2014-03-26 16:18:13 +08:00
blog MDL-44717 events: Fix multiple issues in events 2014-04-01 15:08:34 +08:00
cache Merge branch 'MDL-44006-m' of https://github.com/micaherne/moodle 2014-02-24 12:30:55 +08:00
calendar MDL-40915 events: Add unit tests for the newly created events 2014-03-21 16:33:19 +08:00
cohort MDL-44717 events: Fix multiple issues in events 2014-04-01 15:08:34 +08:00
comment MDL-43700 reports: Update to the sql in the comment locallib to include additional name fields. 2014-01-15 12:03:19 +08:00
completion Merge branch 'wip-MDL-42870-master' of git://github.com/marinaglancy/moodle 2014-03-11 11:37:44 +08:00
course MDL-44590 course: fix deprecated behat step use 2014-04-02 15:58:29 +08:00
enrol Merge branch 'MDL-44717-master' of git://github.com/ankitagarwal/moodle 2014-04-01 15:34:28 +08:00
error MDL-31560 Error: Fixed coding style 2013-09-13 16:13:26 +08:00
files MDL-43236 behat: Updating references to deprecated methods 2014-03-07 16:05:21 +08:00
filter Merge branch 'w13_MDL-44368_m27_actfilter' of https://github.com/skodak/moodle 2014-03-25 16:23:10 +13:00
grade Merge branch 'w14_MDL-40910_m27_usergraded' of git://github.com/skodak/moodle 2014-04-01 17:40:35 +08:00
group MDL-44717 events: Fix multiple issues in events 2014-04-01 15:08:34 +08:00
install Merge branch 'install_master' of git://git.moodle.org/moodle-install 2014-03-27 16:52:05 +08:00
iplookup MDL-40438 migrate all collatorlib:: and textlib:: uses 2013-08-06 21:04:35 +02:00
lang Merge branch 'MDL-42891-master' of git://github.com/ankitagarwal/moodle 2014-04-02 14:54:59 +08:00
lib MDL-44747 editor_atto: Improved configuration error messages 2014-04-03 11:24:05 +08:00
local MDL-26943 Add db/subplugins.php to the local plugin readme.txt 2013-07-02 12:02:33 +08:00
login MDL-41115 fix username field label when allowing login via email 2014-03-17 17:34:45 +08:00
message MDL-44717 events: Fix multiple issues in events 2014-04-01 15:08:34 +08:00
mnet MDL-44717 events: Fix multiple issues in events 2014-04-01 15:08:34 +08:00
mod MDL-44832 behat: Fixed behat test 2014-04-03 10:59:58 +08:00
my MDL-43236 behat: Updating references to deprecated methods 2014-03-07 16:05:21 +08:00
notes MDL-44017 Events: Added unit test for report_viewed events 2014-03-07 15:16:10 +08:00
pix NOBUG: Fixed SVG browser compatibility 2014-03-27 16:52:06 +08:00
plagiarism MDL-37079 create/update_module() 2013-03-18 14:41:35 +08:00
portfolio MDL-44425 Merge English strings from the en_fix language pack 2014-03-05 13:29:32 +01:00
question Merge branch 'MDL-32729-im' of git://github.com/andrewnicols/moodle 2014-04-02 16:37:19 +13:00
rating MDL-33099 Javascript: Deprecate the ajaxenabled function 2014-02-17 14:11:21 +08:00
report MDL-43682 log: Fix issues with log report 2014-04-07 16:58:44 +08:00
repository MDL-44416 Correct detail view paging 2014-03-13 19:44:38 -04:00
rss MDL-31501 rework user session architecture 2013-09-21 13:11:56 +02:00
tag Merge branch 'MDL-44719-master' of git://github.com/FMCorz/moodle 2014-04-02 09:54:13 +13:00
theme MDL-44739 theme_more: Force default settings to be set 2014-04-02 14:56:44 +08:00
user MDL-42891 administration: Re-implement incorrect login notification, without using the logtable. 2014-04-01 17:18:15 +08:00
userpix MDL-34460 Librairies: Replaced deprecated get_context_instance() 2012-07-26 13:23:28 +08:00
webservice MDL-44106 add WS_SERVER constant to all web service calls 2014-03-20 17:28:01 +08:00
.gitignore MDL-44361 Import YUI 3.15.0 2014-02-26 14:39:03 +08:00
.jshintrc MDL-43194 JavaScript: Correct maxlen jshint configuration 2013-12-04 16:39:48 +08:00
.shifter.json MDL-42774 JavaScript: Ensure that shifter cleans build directories before running 2013-11-11 18:29:35 +08:00
behat.yml.dist MDL-37046 behat: Adding empty Behat config file 2013-01-29 08:40:37 +08:00
brokenfile.php MDL-26069 detect missing file postprocessing 2011-01-29 17:50:12 +01:00
composer.json MDL-44286 behat: Fixing JS code error 2014-02-27 13:27:18 +08:00
config-dist.php MDL-44550 Docs: Remove comment about mysql_lock_factory from config-dist.php 2014-03-11 12:05:35 +08: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-31501 rework user session architecture 2013-09-21 13:11:56 +02:00
file.php MDL-42387 standardise file lifetime handling 2013-11-01 10:42:18 +01:00
help.php MDL 38508 JavaScript: Split out AJAX and non-AJAX help 2013-04-08 21:01:20 +01:00
help_ajax.php MDL 38508 JavaScript: Split out AJAX and non-AJAX help 2013-04-08 21:01:20 +01:00
index.php MDL-40829: courses heading: remove headerblock class from header and fix heading levels. 2013-10-02 09:46:26 +13:00
install.php MDL-43528 remove all traces of magic quotes hacking from moodle core 2014-01-02 10:15:06 +08:00
mdeploy.php MDL-42973 fix multiple addon update issues 2013-12-06 09:36:38 +08:00
mdeploytest.php MDL-38493 Make mdeploy.php able to install new plugin 2013-03-28 11:54:05 +01:00
phpunit.xml.dist MDL-44316 core_tag: changed the API to accept a contextid and component 2014-03-22 13:50:08 -07:00
pluginfile.php MDL-40719 pluginfile.php: the file API is now stable, so hide debug. 2013-07-19 12:06:00 +01:00
README.txt MDL-38048 documentation: Typo in README file 2013-02-15 13:14:39 +08:00
tags.txt NOBUG - reduce whitespace errors a little 2013-04-15 13:29:14 +01: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 weekly release 2.7dev 2014-04-03 12:39:44 +08: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
   its 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