aboutsummaryrefslogtreecommitdiff
path: root/install/ElggInstaller.php
AgeCommit message (Expand)Author
2010-10-30Refs #2598: Converted virtually all uses of $CONFIG->wwwroot to elgg_get_site...ewinslow
2010-10-30pulled navigation functions out of elgglib.phpcash
2010-10-28Standardized code in all of core, not including language files, tests, or cor...brettp
2010-10-22Removed @license, @copyright, and @author from files. License and copyright a...brettp
2010-10-20Fixes #2570 - cannot replicate issue with current_page_url() so returned to u...cash
2010-10-19added a check for register globalscash
2010-10-17removed exceptions.php from install boot loadingcash
2010-10-14Refs #2511 - removed empty query.php lib filecash
2010-10-14Fixes #2339 - removes social library and deprecates its two functions (put it...cash
2010-10-13Fixes #2556 - one step install now supported with sample cli scriptcash
2010-10-12Fixes #2312 - checking value of arg_separator.output during installcash
2010-10-12better handling of settings file issues during installationcash
2010-10-11Pulled rewrite test out into separate classcash
2010-10-10using config variable for minimum password lengthcash
2010-10-10better error messages when there are already Elgg database tables in the data...cash
2010-10-10fixed issue when settings.php is filled out before installation is startedcash
2010-10-10finished the auto login option for the installercash
2010-10-09pulled out special exception in registration action for first admin logincash
2010-10-08using new email validation in installercash
2010-10-07pulled more language strings out of installer into language filecash
2010-10-06Pulled installation language strings out of core language file into installercash
2010-10-05moved installation to its own viewtypecash
2010-10-04Refs #2129: Pulls some strings out into elgg_echo() in new installation.brettp
2010-10-03uservalidationbyemail is turned on by default so we need to have the first ad...cash
2010-10-02Closes #2129 - installer now works with web servers besides Apache - tested w...cash
2010-10-01Refs #2129 - integrates new installer code from http://github.com/cash/Elgg -...cash