aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-27Updated readme to reflect the MIT license. Updated contributors to be a flat...brettp
2010-10-27Fixes #2590 - simplecache now works when simplecache turned offcash
2010-10-25Closes #2511. Query object classes removed.brettp
2010-10-22Removed @license, @copyright, and @author from files. License and copyright a...brettp
2010-10-22Fixes #2578 - entity pages should not need call to load enginecash
2010-10-22Fixes #733 - events now support PHP callbackscash
2010-10-22better creation of event and plugin hook registration arrayscash
2010-10-22Fixes #2466 - split events() into register and trigger functionscash
2010-10-21Refs #733 - plugin hooks now support PHP callbackscash
2010-10-20Refs #2551 - merged [7051] and [7053] into trunkcash
2010-10-20Merges [7038] into trunk from 1.7 branchcash
2010-10-20Refs #2537 - merged [7026] into trunk from 1.7 branchcash
2010-10-20Refs #2410 - merged [7024] into trunk from 1.7 branchcash
2010-10-20Refs #2493 - merged [7008] into trunk from 1.7 branchcash
2010-10-20Refs #2465 - merged [7007] into trunk from 1.7 branchcash
2010-10-20Refs #2499 - merged [6990] into trunk from 1.7 branchcash
2010-10-20Refs #2498 - merged [6982] into trunk from 1.7 branchcash
2010-10-20Refs #2489 - manually merged [6981] from 1.7 branch to keep group file option...cash
2010-10-20Refs #2474 - merged [6976] from 1.7 branch into trunkcash
2010-10-20Refs #2496 - manually merged [6975] from 1.7 branchcash
2010-10-20fixed stray character that got into pages edit actioncash
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-17Fixes #2563 - setup autoload in elgglib.php so exceptions and other classes a...cash
2010-10-17removed exceptions.php from install boot loadingcash
2010-10-14Fixes #2514 - separating action error messages for undefined and no action sc...cash
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-14Fixes #2403 - adds unregister_entity_type()cash
2010-10-14Deprecated unnecessary exceptions.php lib fileewinslow
2010-10-14Switching blog over to autoload method for plugin classesewinslow
2010-10-14Fixes #2547: Plugins can now participate in autoloading classes.ewinslow
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-12Fixes #2522 - disabling form submission after first submissioncash
2010-10-12Fixes #2521 - added check for old .htaccesscash
2010-10-12better handling of settings file issues during installationcash
2010-10-12forgot to update rewrite rule in htaccess_distcash
2010-10-11Pulled rewrite test out into separate classcash
2010-10-10Fixes #2529 for real this time. Not using made up ElggEntity attributes. Add...brettp
2010-10-10Checking for a valid entity before using its methods in update_entity().brettp
2010-10-10ElggEntity::disable() and enable() now update the attributes so you don't hav...brettp
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-10handling the database being down/busy or an incomplete install. Also cleaned ...cash
2010-10-10removed function replaced by installercash
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-09Fixes #2529. User validation only prevents logins for disabled users to avoid...brettp