Moodle - the world's open source learning platform https://moodle.org/
Find a file
iarenaza 15f80fd887 MDL-4248 Fix error when updating user profiles and any of these fields is empty
According to http://es2.php.net/manual/en/function.ldap-modify.php#43216 we
need to specify an array() value to delete an attribute's value, instead of an
empty string.

Merged from MOODLE_18_STABLE
2008-05-31 15:00:42 +00:00
admin MDL-14679 towards reports and stats conversion 2008-05-31 14:35:58 +00:00
auth MDL-4248 Fix error when updating user profiles and any of these fields is empty 2008-05-31 15:00:42 +00:00
backup MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs 2008-05-15 21:40:00 +00:00
blocks 4th iteration committed: xmldb_field, xmldb_index and xmldb_key "public" methods changed + debugging of deprecated ones until Moodle 2.1 . MDL-14863 2008-05-22 00:09:59 +00:00
blog MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs 2008-05-15 21:40:00 +00:00
calendar MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs 2008-05-15 21:40:00 +00:00
course MDL-14679 towards reports and stats conversion 2008-05-31 14:35:58 +00:00
doc/pix cvsimport fixups -- cvshead had strayed from upstream 2007-01-04 13:15:04 +13:00
enrol MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs 2008-05-15 21:40:00 +00:00
error "MDL-14129, fix print_error calls" 2008-05-07 06:19:59 +00:00
files XHTML minor fix. MDL-14836 ; merged from 19_STABLE 2008-05-14 16:43:44 +00:00
filter MDL-14460, fix get_context_instance, see tracker 2008-04-23 08:07:42 +00:00
grade MDL-15036 Merged from 19_STABLE. Did not work with PostgreSQL 2008-05-29 17:27:36 +00:00
group MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs 2008-05-15 21:40:00 +00:00
install Automatic installer.php lang files by installer_builder (20080531) 2008-05-31 01:19:34 +00:00
iplookup "MDL-14129, fix netgeo print_error" 2008-05-14 08:27:16 +00:00
lang [MDL-8407] Replace four language strings that will be used by 'mod/data/export_form.php' to be committed later. Merged from MOODLE_19_STABLE. 2008-05-30 21:00:06 +00:00
lib MDL-14679 towards reports and stats conversion 2008-05-31 14:35:58 +00:00
login MDL-14679 towards /user conversion 2008-05-30 22:11:31 +00:00
message MDL-12300 message window does show date now, merged from 19 2008-05-08 03:49:51 +00:00
mnet MDL-14659 2008-05-06 14:59:39 +00:00
mod [MDL-14334] Export fields in preset.xml in the order as shown in the Fields tab. Merged from MOODLE_19_STABLE. 2008-05-31 09:51:48 +00:00
my "MDL-14460, fix get_context_instance, merged from MOODLE_19_STABLE" 2008-05-01 06:07:24 +00:00
notes MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
pix MDL-8188, moved from mod/glossary/check.gif 2008-04-15 03:57:28 +00:00
question MDL-14764 - Imported multichoice questions may have a blank answernumbering value, which results in an "ERR" prefix to all answers' text. Thanks to Nate H for the fix. 2008-05-27 13:42:27 +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 MDL-14978 removed obsoleted isadmin() 2008-05-25 10:08:05 +00:00
sso Fix MDL-11632: Multiple files with emtpy lines outside PHP open/close tags 2007-10-09 21:43:28 +00:00
tag MDL-13424: Tags are automatically cleaned on cron run. (merge from 1.9) 2008-05-02 01:15:35 +00:00
theme MDL-14679 towards /themes conversion 2008-05-31 11:42:44 +00:00
user MDL-14679 towards /user conversion 2008-05-31 11:13:21 +00:00
userpix MDL-14679 towards /user conversion 2008-05-30 22:11:31 +00:00
config-dist.php "MDL-14703, remove obsolete options, merged from MOODLE_19_STABLE" 2008-05-16 02:23:05 +00:00
file.php MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs 2008-05-15 21:40:00 +00:00
help.php MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs 2008-05-15 21:40:00 +00:00
index.php MDL-14978 removed obsoleted isadmin() 2008-05-25 10:08:05 +00:00
install.php MDL-14819 changed main table size, merged from 19 2008-05-22 02:26:54 +00:00
README.txt fixing unmerged files 2007-12-06 08:44:07 +00:00
tags Updated tags again with abstract classes etc 2008-05-28 03:49:54 +00:00
version.php Updated the HEAD build version to 20080531 2008-05-31 01:55:56 +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