aboutsummaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Expand)Author
2011-02-14Refs #2912. Added checks for constraints in dangerous functions. Unit tests n...brettp
2011-02-13Deprecated ElggEntity->clearMetadata() by ElggEntity->deleteMetadata(). Disab...brettp
2011-02-13If using a callback in ElggBatch, make sure there's an initial value to return.brettp
2011-02-13Allowing metastrings_type for metastring-based object functions.brettp
2011-02-13Removed worthless function from previous commit.brettp
2011-02-13Refs #2907. DRY'd up and abstracted out a lot of metadata / annotation functi...brettp
2011-02-13Refs #2301 demoting type:subtype warnings to noticescash
2011-02-13Fixes #2848 pulls user settings code out of actions into functions. We should...cash
2011-02-13user settings library is now user_settings.phpcash
2011-02-13documentation update for admin functionscash
2011-02-13admin menu uses weights for orderingcash
2011-02-13Additional checking in ElggBatch for valid key.brettp
2011-02-13Added ability to get results of callback function in ElggBatch.brettp
2011-02-13Fixed ElggBatch problems when specifying a limit of 0. Fixed a shoot yourself...brettp
2011-02-13Added ElggBatch class for more efficient batch operations on large sets of El...brettp
2011-02-12Refs #650. Replaced count_annotations().brettp
2011-02-12Updated a few recent calls to elgg_get_annotations() to use 'reverse_order_by...brettp
2011-02-12Refs #2906. Missed a file.brettp
2011-02-12Fixes #2906. Added elgg_sql_reverse_order_by() and wired it up to ege() and e...brettp
2011-02-12Refs #650. Replaced calls to get_annotations() by elgg_get_annotations().brettp
2011-02-12Refs #650. Replaced uses for get_metadata_byname() by elgg_get_metadata()brettp
2011-02-12Refs #650. Changed elgg_get_metadata_by_id() to elgg_get_metadata_from_id() t...brettp
2011-02-12Refs #650. Replaced get_metadata() by elgg_get_metadata_by_id()brettp
2011-02-12Refs #650: Replaced uses of get_metadata_for_entity() by elgg_get_metadata().brettp
2011-02-12Deprecated get_metadata() by elgg_get_metadata_by_id() to avoid confusion wit...brettp
2011-02-12Refs #650: Deprecated find_metadata() with elgg_get_metadata(). Deprecated ge...brettp
2011-02-12Refs #2898: Updated docs and test manifest for the xmlns changes.brettp
2011-02-12Refs #2898: Using an XML namespace instead of version attribute on plugin man...brettp
2011-02-12fixed bug in elgg_format_attributes() that caused none string values to be ig...cash
2011-02-12register_entity_url_handler => elgg_register_entity_url_handler (because ever...ewinslow
2011-02-12Refs #2610: Using call_user_func in url hooksewinslow
2011-02-12Page handler uses call_user_func (so methods of classes can be used as page h...ewinslow
2011-02-12Added elgg_get_entities_from_plugin_user_settings(). Added a name_prefix opti...brettp
2011-02-12Fixes #2904: Converted most elgg_view('layout/objects/module') instances to e...ewinslow
2011-02-12Added an elgg_view_module shortcut function -- now to try it out!ewinslow
2011-02-12Added missing @deprecated tags to a couple functionsewinslow
2011-02-12set_view_location => elgg_set_view_location (to match elgg_get_view_location)ewinslow
2011-02-12One more conversion to elgg_view_formewinslow
2011-02-11Typo correction: @deprecate => @deprecatedewinslow
2011-02-11Fixes #2888: Plugins are checked for validity in elgg_get_plugins(). It won't...brettp
2011-02-11Bah Didn't hit save on annotations.php before I commited the previous change.brettp
2011-02-11Moved list_entities_from_annotation_count_by_metadata() to deprecated-18.php.brettp
2011-02-11Refs #650. Added 'annotation_calculation' to elgg_get_annotations(). Deprecat...brettp
2011-02-11Added $viewer callback option for elgg_list_entities().brettp
2011-02-11Fixed doc spacing that was throwing errors in PHP Code Sniffer.brettp
2011-02-11Moved get_annotations() to deprecated-1.8.brettp
2011-02-11Refs #650. Deprecated get_annotations() for elgg_get_annotations().brettp
2011-02-11Fixes #2872 - returned plugin settings menu to working ordercash
2011-02-10fixed access issue on menu namecash
2011-02-09Refs #2874. Finished removing calls to deprecated plugin mgmt functions in co...brettp