Moodle - the world's open source learning platform https://moodle.org/
Find a file
Sam Hemelryk 39bc4c6fa6 restore MDL-23109 Fixed several minor issues with restore UI
* Category + course selectors now perform required capability checks
* Show/Hide settings from UI tested and implemented for overwrite_conf setting
* Final continue button is GET rather than post
* Temp zip file is deleted after successfull extraction
* Removed previous button from settings stage MDL-23480
2010-07-26 07:10:54 +00:00
admin MDL-23167 fixed regression with cancel url or when referers not available (firewalled) 2010-07-25 13:46:27 +00:00
auth MDL-23371 reverting last commit in this file, this was most probably unintentional copy/paste from cas plugin - we need to act quickly because this was breaking installs 2010-07-26 06:51:25 +00:00
backup restore MDL-23109 Fixed several minor issues with restore UI 2010-07-26 07:10:54 +00:00
blocks community block MDL-23481 integrate restore operation 2010-07-26 06:58:55 +00:00
blog rss MDL-23391 made lib/rsslib.php more generic 2010-07-21 02:11:53 +00:00
calendar calendar-eventmanager MDL-23290 Fixed up broken calendar when hidden 2010-07-23 03:50:46 +00:00
cohort Cohort MDL-23484 typo - thanks to Daren Chandisingh for patch 2010-07-23 00:40:30 +00:00
comment MDL-23108, fixed userid 2010-07-13 09:07:19 +00:00
course MDL-20459 - convert $OUTPUT->spacer to use CSS. eliminate echo '<div>' to use html_writer::tag 2010-07-26 05:43:10 +00:00
enrol MDL-22783 fixing default roles in ims settings 2010-07-25 17:33:14 +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-23234 finally standardised use of settings.php across all plugins - the only partial exceptions now are report and local plugins 2010-07-13 13:56:55 +00:00
grade gradebook MDL-23354 added blocks to some pages that were missing them 2010-07-23 08:03:30 +00:00
group group-javascript MDL-22935 Added missing blocks 2010-07-23 04:23:10 +00:00
install MDL-23322 Generated missing install strings 2010-07-23 12:28:31 +00:00
iplookup MDL-22015 more get_list_of_countries() refactoring 2010-04-14 14:27:10 +00:00
lang community block MDL-23481 integrate restore operation 2010-07-26 06:58:55 +00:00
lib MDL-18964 moving the preloaded custom profile fields into $USER->profile array instead of injecting fields directly into $USER; unfortunately this is not consistent with other preloaded data such as preferences, we can not refresh it properly because we can inject the data only once, also we risk future collisions when adding new fields into user table + implemented reloading after the profile changes; change noted in release notes 2010-07-25 21:00:59 +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 messaging MDL-23223 Fixed navigation link being added when messaging disabled 2010-07-13 02:35:31 +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 "MDL-23374, fixed class name" 2010-07-26 05:50:11 +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-23450 moving question/format/hotpot to contrib for now, because it is not ready for Moodle 2.0 yet 2010-07-24 17:30:46 +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-23506, added error message" 2010-07-24 15:05:08 +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-20459 - convert $OUTPUT->spacer to use CSS. eliminate echo '<div>' to use html_writer::tag 2010-07-26 05:43:10 +00:00
user MDL-18964 moving the preloaded custom profile fields into $USER->profile array instead of injecting fields directly into $USER; unfortunately this is not consistent with other preloaded data such as preferences, we can not refresh it properly because we can inject the data only once, also we risk future collisions when adding new fields into user table + implemented reloading after the profile changes; change noted in release notes 2010-07-25 21:00:59 +00:00
userpix MDL-14589 user icons now stored in file storage pool 2010-07-11 11:43:15 +00:00
webservice webservice MDL-23341 function list page: display "no functions" message, a better title, and fix a css typo 2010-07-23 06:54:59 +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-22052 Improved help strings caching - dirty on-disk cache detection 2010-06-28 14:37:15 +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-23322 Fixed incorrect definition of installer strings 2010-07-23 12:11:17 +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
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 Updated the HEAD build version to 20100726 2010-07-26 00:45:39 +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