aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/entities.php
AgeCommit message (Expand)Author
2011-02-01Refs #2839: moved deprecated functions from access.php - private_settings.php...ewinslow
2011-01-23Refs #2804 #2805 pulling changes in trunk from 1.7 branchcash
2011-01-07Changed callback function option from 'row_callback' to 'callback' for elgg_g...brettp
2011-01-06Fixes #1242: elgg_get_data() correctly returns an empty array on no results. ...brettp
2010-12-31Refs #2684, #2754: Merged r7701 to trunk.brettp
2010-12-31added a proper gallery view - still need to wire up the elgg_view_list_item f...cash
2010-12-30adding ability to override access regardless of whether the entity is saved i...cash
2010-12-14Pulling in hellekin's commit to fix typos in log messages: https://github.com...cash
2010-12-11fixed spelling error in documentationcash
2010-12-09Refs #1411: Can specify custom row callbacks with 'row_callback' options in e...brettp
2010-12-09DRY'd up elgg_get_entities() where clause helper functions. Added ability to...brettp
2010-12-08Fixed a bug that wouldn't let you specify multiple selects in get_entities().brettp
2010-11-20Fixes #2668 adding getOwnerGUID()cash
2010-11-20Fixes #2473: removes initialise_entity_cache()ewinslow
2010-11-14Fixes #2334: Converted viewtype => listtype and viewtypetoggle => listtypetog...ewinslow
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-03Moved list_entities_groups to groups.php and deprecated in favor of elgg_list...ewinslow
2010-11-03Refs #1320. Updated core to use elgg_echo()'s native string replacement.brettp
2010-11-03Refs #2050: Added missing docblock parametersewinslow
2010-11-03Fixes #2050: Added subtype parameter to can_write_to_container functions and ...ewinslow
2010-11-03Set return type of get_entity to ElggEntityewinslow
2010-11-03Fixes #2606: Abstracted elgg_list_entities. Takes an optional second argumen...ewinslow
2010-11-02Refs #2463: Added URL normalization support for entity and extender url handlersewinslow
2010-11-02Refs #2463: Fixed typo of elgg_normalize_url functionewinslow
2010-11-02Refs #2463: Removed some more instances of $CONFIG->url. Added support for e...ewinslow
2010-11-02Refs #2538: Renamed elgg.extendUrl to elgg.normalize_urlewinslow
2010-10-30Fixed an invalid call to get_pageowner_guid() in can_edit_entity().brettp
2010-10-28Standardized code in all of core, not including language files, tests, or cor...brettp
2010-10-14Fixes #2403 - adds unregister_entity_type()cash
2010-10-10Checking for a valid entity before using its methods in update_entity().brettp
2010-09-30Refs #2344 - moves entities directory to pages directorycash
2010-09-22Refs #2450: Changed the subpackage and fixed a typo.brettp
2010-09-16Refs #2450: Documented entities.phpbrettp
2010-09-15Refs #2220: Pulled remaining classes out of lib files. Core classes now auto...ewinslow
2010-09-11Merged get_entities() is_numeric() fix to trunk.brettp
2010-09-06Refs #2220: Pulled most classes / interfaces out of lib files (except query.p...ewinslow
2010-08-28added escaping to get_entities_from_private_setting_multi()cash
2010-08-22Merged r6812:6837 from 1.7 branch to trunk (skipping some changes to plugins ...cash
2010-08-22Merged r6757:6810 from 1.7 branch into trunkcash
2010-08-22Merged r6684:6694 from 1.7 branch to trunk (pages plugin was manually merged ...cash
2010-08-22Merged r6671:6683 from 1.7 branch to trunkcash
2010-08-22Merged r6620:6653 from 1.7 branch into trunkcash
2010-08-22Merged [6600],[6601],[6605],[6606],[6607],[6608],[6611] from 1.7 branch into ...cash
2010-06-23Added optional 4th argument 'class' for elgg_instanceof().brettp
2010-05-26Fix problem rewriting type_subtype_pair -> type_subtype_pairs in elgg_get_ent...brettp
2010-05-20create_entity() now adds a default last_action set to the same as time_create...brettp
2010-05-14Merged 5928-6908 from 1.7 branch to trunk.brettp
2010-05-14merge -r5898:5928 (not excluding riverdashboard, notifications, and messagebo...brettp
2010-04-17Updated docs for types and subtypes in elgg_get_entities().brettp