aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-10-14Refs #2511 - removed empty query.php lib filecash
git-svn-id: http://code.elgg.org/elgg/trunk@7079 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-14Fixes #2339 - removes social library and deprecates its two functions (put ↵cash
it output.php for lack of a better location) git-svn-id: http://code.elgg.org/elgg/trunk@7078 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-14Fixes #2403 - adds unregister_entity_type()cash
git-svn-id: http://code.elgg.org/elgg/trunk@7077 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-14Deprecated unnecessary exceptions.php lib fileewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7076 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-14Switching blog over to autoload method for plugin classesewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7075 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-14Fixes #2547: Plugins can now participate in autoloading classes.ewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7074 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-13Fixes #2556 - one step install now supported with sample cli scriptcash
git-svn-id: http://code.elgg.org/elgg/trunk@7067 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-12Fixes #2312 - checking value of arg_separator.output during installcash
git-svn-id: http://code.elgg.org/elgg/trunk@7066 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-12Fixes #2522 - disabling form submission after first submissioncash
git-svn-id: http://code.elgg.org/elgg/trunk@7065 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-12Fixes #2521 - added check for old .htaccesscash
git-svn-id: http://code.elgg.org/elgg/trunk@7064 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-12better handling of settings file issues during installationcash
git-svn-id: http://code.elgg.org/elgg/trunk@7063 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-12forgot to update rewrite rule in htaccess_distcash
git-svn-id: http://code.elgg.org/elgg/trunk@7061 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-11Pulled rewrite test out into separate classcash
git-svn-id: http://code.elgg.org/elgg/trunk@7052 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-10Fixes #2529 for real this time. Not using made up ElggEntity attributes. ↵brettp
Added canEdit() override for user validation so it can disable users after they register. git-svn-id: http://code.elgg.org/elgg/trunk@7050 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-10Checking for a valid entity before using its methods in update_entity().brettp
git-svn-id: http://code.elgg.org/elgg/trunk@7049 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-10ElggEntity::disable() and enable() now update the attributes so you don't ↵brettp
have stale data on the object. git-svn-id: http://code.elgg.org/elgg/trunk@7048 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-10using config variable for minimum password lengthcash
git-svn-id: http://code.elgg.org/elgg/trunk@7047 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-10better error messages when there are already Elgg database tables in the ↵cash
database git-svn-id: http://code.elgg.org/elgg/trunk@7046 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-10fixed issue when settings.php is filled out before installation is startedcash
git-svn-id: http://code.elgg.org/elgg/trunk@7045 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-10handling the database being down/busy or an incomplete install. Also cleaned ↵cash
up failsafe views git-svn-id: http://code.elgg.org/elgg/trunk@7044 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-10removed function replaced by installercash
git-svn-id: http://code.elgg.org/elgg/trunk@7043 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-10finished the auto login option for the installercash
git-svn-id: http://code.elgg.org/elgg/trunk@7042 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-09pulled out special exception in registration action for first admin logincash
git-svn-id: http://code.elgg.org/elgg/trunk@7040 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-09Fixes #2529. User validation only prevents logins for disabled users to ↵brettp
avoid conflicting with alternative login plugins. git-svn-id: http://code.elgg.org/elgg/trunk@7039 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-08using new email validation in installercash
git-svn-id: http://code.elgg.org/elgg/trunk@7037 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-08Fixes #2161 - using filter_var() in email validation and moved ↵cash
is_email_address() to the input library git-svn-id: http://code.elgg.org/elgg/trunk@7036 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-07pulled more language strings out of installer into language filecash
git-svn-id: http://code.elgg.org/elgg/trunk@7029 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-07added Elgg logo to installer screenscash
git-svn-id: http://code.elgg.org/elgg/trunk@7028 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-06Merged some fixes from the 1.7.4 backport of uservalidationbyemail.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@7023 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-06removed several parts of the old installer from the corecash
git-svn-id: http://code.elgg.org/elgg/trunk@7021 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-06removed old views used in previous installercash
git-svn-id: http://code.elgg.org/elgg/trunk@7020 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-06Pulled installation language strings out of core language file into installercash
git-svn-id: http://code.elgg.org/elgg/trunk@7019 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-05Creating an upgrade to migrate users from old oauth to new oauth_lib plugin.nickw
Closes #2532 git-svn-id: http://code.elgg.org/elgg/trunk@7017 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-05Changing the name of the oAuth plugin to reflect it's library service status.nickw
Refs #2532 git-svn-id: http://code.elgg.org/elgg/trunk@7015 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-05Fixes #2523 - errors get red box during installcash
git-svn-id: http://code.elgg.org/elgg/trunk@7012 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-05forgot this from previous commitcash
git-svn-id: http://code.elgg.org/elgg/trunk@7011 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-05moved installation to its own viewtypecash
git-svn-id: http://code.elgg.org/elgg/trunk@7010 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-05Using more built-in API to get unvalidated users.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@7009 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-04Refs #2129: Pulls some strings out into elgg_echo() in new installation.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@7006 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-04Refs #2129: Added missing language string for new installer.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@7005 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-04Cleaned up tabs vs spaces in htaccess_dist.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@7004 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-04Refs #2129: Added missing language string for new installer.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@7003 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-03uservalidationbyemail is turned on by default so we need to have the first ↵cash
admin user validated git-svn-id: http://code.elgg.org/elgg/trunk@6999 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-02Closes #2129 - installer now works with web servers besides Apache - tested ↵cash
with nginx git-svn-id: http://code.elgg.org/elgg/trunk@6998 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-01Added admin page to validate, resend validation requests, or delete ↵brettp
unvalidated users. git-svn-id: http://code.elgg.org/elgg/trunk@6997 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-01Fixes #2505 - fixes the registration link on the drop down login formcash
git-svn-id: http://code.elgg.org/elgg/trunk@6996 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-01Fixed incorrect echoing of an array.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@6995 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-01Fixes #2504. Renamed $view to $view_name in simplecache/view.php to avoid ↵brettp
var name collision with engine/start.php's $view. git-svn-id: http://code.elgg.org/elgg/trunk@6994 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-01replacing more documentation lost in integration of installercash
git-svn-id: http://code.elgg.org/elgg/trunk@6993 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-01restored some documentation that I accidently blew away in previous commitcash
git-svn-id: http://code.elgg.org/elgg/trunk@6992 36083f99-b078-4883-b0ff-0f9b5a30f544