aboutsummaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Expand)Author
2010-10-22Removed @license, @copyright, and @author from files. License and copyright a...brettp
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 #2410 - merged [7024] 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 #2474 - merged [6976] from 1.7 branch into trunkcash
2010-10-17Fixes #2563 - setup autoload in elgglib.php so exceptions and other classes a...cash
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-14Fixes #2547: Plugins can now participate in autoloading classes.ewinslow
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-10handling the database being down/busy or an incomplete install. Also cleaned ...cash
2010-10-10removed function replaced by installercash
2010-10-08Fixes #2161 - using filter_var() in email validation and moved is_email_addre...cash
2010-10-06removed several parts of the old installer from the corecash
2010-10-05Creating an upgrade to migrate users from old oauth to new oauth_lib plugin.nickw
2010-10-01replacing more documentation lost in integration of installercash
2010-10-01restored some documentation that I accidently blew away in previous commitcash
2010-10-01Refs #2129 - integrates new installer code from http://github.com/cash/Elgg -...cash
2010-09-30Closes #2344 - moves friends pages into pages directorycash
2010-09-30Refs #2344 - moves entities directory to pages directorycash
2010-09-30Refs #2344 - removed unused search and admin directoriescash
2010-09-30Refs #2344 - moves settings pages into the pages directorycash
2010-09-30Refs #2344 - moves dashboard pages into pages directorycash
2010-09-30Refs #2344 - move account pages into pages directorycash
2010-09-30Fixes #617, #2271 User validation removed from core to UserValidationByEmail ...brettp
2010-09-30Fixed typo in previous commit.brettp
2010-09-29Checking for menu items before doing a foreach().brettp
2010-09-29Checking for $CONFIG->view_type before accessing it in elgg_is_valid_viewtype...brettp
2010-09-24Refs #617: ElggUser:makeAdmin() and removeAdmin() correctly set the attribute...brettp
2010-09-24Refs #2459: Merged [6927] to trunk.brettp
2010-09-24Refs #2437: Merged [6707] to trunk.brettp
2010-09-23Refs #2450: Documented ElggSite, clarified some docs on ElggObject.brettp
2010-09-22Converted line endings to unix.brettp
2010-09-22Refs #2450: Documented a few more classes.brettp
2010-09-22Refs #2450: Documented ElggObject.brettp
2010-09-22Refs #2450: ElggEntity documented.brettp
2010-09-22Refs #2450: Changed the subpackage and fixed a typo.brettp
2010-09-20Refs #2450: Documented first bit of the classes.brettp
2010-09-20Refs #2450: Documented views.php.brettp
2010-09-17Fixes #2479: Removed unused actions init and registered "error" action.brettp
2010-09-17Refs #2450: Added documentation for actions.brettp