aboutsummaryrefslogtreecommitdiff
path: root/install/ElggInstaller.php
AgeCommit message (Expand)Author
2013-03-30Fixes #2682 strips tags from site namecash
2013-03-06Fixes #4994 validating db table prefixCash Costello
2012-12-15Fixes #4698. Catching and displaying exceptions during initial admin user cre...Brett Profitt
2012-10-12CLI installer: manual enable/auto disable, checking for empty config valuesSteve Clay
2012-01-30Refs #4324 installer checks for absolute pathcash
2012-01-30Fixes #4342 updated the installer based on boot reorg - no longer need cachin...cash
2012-01-24Merge pull request #151 from cash/system_cacheCash Costello
2012-01-23Refs #4147. Changed default site name to "My New Community."Brett Profitt
2012-01-21Fixes #4180 finished conversion to system cache by converting datalist/CONFIG...Cash Costello
2011-11-02input lib depends on pageowner lib nowCash Costello
2011-10-21Fixes #3995 the batch installer now skips the settings file creation step if ...Cash Costello
2011-10-21Fixes #3994 cleaned up session handling for the installerCash Costello
2011-06-03Fixes #3520 fix check for subdirectory in installercash
2011-05-15fixed issue introduced with the session changes in the installercash
2011-05-15do not need to initialize globals in installer because they are now declared ...cash
2011-05-15fixed regenerating cache when installing Elgg - wasn't picking up the plugins...cash
2011-05-15Refs #3453 added $CONFIG->data_dir_override so that people can put the data d...cash
2011-05-15Refs #3453 an implementation of creating the data directory. This capability ...cash
2011-05-14Fixes #3446 password is not required anymore for installercash
2011-04-27Refs #3362. Plugins don't check deps upon boot. Made package and manifest pri...brettp
2011-04-09Refs #3241 upgrade.php is a much better name for the upgrade librarycash
2011-03-23Refs #3165 new admin users all get admin widgetscash
2011-03-20Fixes #3101 removed language setting from installer until we provide language...cash
2011-03-20Fixes #3062 checks if data directory existscash
2011-03-17Changed order of the default admin widgets.brettp
2011-03-10Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ...ewinslow
2011-03-01Fixes #2929 Installer handles private default access nowcash
2011-03-01fixed bug where dataroot wasn't being set when regenerating cache during the ...cash
2011-02-26Fixes #2799 added check for session.auto_startcash
2011-02-26Fixes #2913 - directs the user to admin dashboard when installer finishescash
2011-02-21Fixes #2452. Removed the first admin installation notice. It was just a remin...brettp
2011-02-19Installation loads 3 default widgets for the admin dashboard.brettp
2011-02-19Fixes #2959: Removed engine/lib/install.php from ElggInstaller since it's no ...brettp
2011-02-18Refs #2847. Install now sets the viewspath_cache_enabled.brettp
2011-02-18Refs #2847. Fixed simplecache settings and functionality for initial installa...brettp
2011-02-18Fixes #1433, #2183. Upgrades are now tracked and will be run if needed regard...brettp
2011-02-13user settings library is now user_settings.phpcash
2011-02-03changed input/pulldown to input/dropdowncash
2011-02-03fixes #2784 for real this timecash
2011-02-03Fixes #2784 #2842 installer uses new plugin system nowcash
2010-12-03Refs #2706 updates display of installer due to switch to dashes in CSS elementscash
2010-12-03Refs #2706. Added configuration.php to installation engine bootstrapping. Re...brettp
2010-11-28moved api.php to web_services.php as it is more descriptivecash
2010-11-16Fixes #2642 changed elgg_view_page() to always pick up page_shell views for t...cash
2010-11-16Pulled in hellekin's fixes from https://github.com/Elgg/Elgg/pull/2cash
2010-11-10Fixes #2367: With fear and trepidation, converting events/plugin hooks to use...ewinslow
2010-11-06pulled private settings out into a separate libcash
2010-11-03Refs #1320. Updated core to use elgg_echo()'s native string replacement.brettp
2010-11-02Fixes #2360: page_draw => elgg_view_page in core + bundled pluginsewinslow
2010-11-02Refs #2463: Removed some more instances of $CONFIG->url. Added support for e...ewinslow