aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/deprecated-1.8.php
AgeCommit message (Expand)Author
2013-12-28Added missing @deprecated tagsPaweł Sroka
2013-05-11Fixes #5441 deprecates the entity caching functionsCash Costello
2012-10-03better usage of 'limit' in cases where this is irrelevantJerome Bakker
2012-10-03correct singual usage of type in elgg_get_entities_* functions - foundJerome Bakker
2012-10-03correct singual usage of subtype in elgg_get_entities_* functionsJerome Bakker
2012-10-03correct singual usage of type in elgg_get_entities_* functionsJerome Bakker
2012-01-21switched the function names to system cacheCash Costello
2011-11-04Fixes #4059 page handlers all return nothingcash
2011-09-24Fixes #3828 correct list classescash
2011-09-12Fixes #3801 fixed documentation for page_owner_entity()Cash Costello
2011-09-05Improved documentation for deprecated functions.Brett Profitt
2011-06-25Don't say the db was upgradeded when it wasn't.Brett Profitt
2011-06-11Fixes #3039 added elgg_delete_river()cash
2011-06-09Refs #3510, #3366. Added warning about count vs sum in egef_annotation_count(...brettp
2011-06-01Fixes #3455 added documentation back to deprecated functionscash
2011-05-06Fixed wrapper for annotation calculations.brettp
2011-04-27Refs #3362. Plugins don't check deps upon boot. Made package and manifest pri...brettp
2011-04-14Fixed problem with list_entities_from_metadata() wrapper.brettp
2011-04-14Refs #3195. Changed the way annotation calculations are performed. Seems to b...brettp
2011-04-09Refs #3241 upgrade.php is a much better name for the upgrade librarycash
2011-03-26Refs #3248 deprecates remove_submenu_item()cash
2011-03-20Fixes #3190. Added elgg_count_comments() to deprecated-1.8.php.brettp
2011-03-13Fixes #3116 old method of getting site menu works againcash
2011-02-24Fixes #2997 - href used instead of url in menu systemcash
2011-02-24Refs #2997 switching from title to text for menu itemscash
2011-02-21elgg-owner-block-menu => elgg-menu-owner-blockewinslow
2011-02-18Refs #2950: layout/objects => page/componentsewinslow
2011-02-18Fixes #1433, #2183. Upgrades are now tracked and will be run if needed regard...brettp
2011-02-15Moved all deprecated core functions into the appropriate deprecation fineewinslow
2011-02-15Fixes #2923: Removed "view" prefix from simplecache function namesewinslow
2011-02-15Fixes #2860: Deprecated several registration functions that were using the 'c...ewinslow
2011-02-14Prepended elgg_ to (un)register_page_handler() functions. Deprecated old onesewinslow
2011-02-14Refs #2912. Added checks for constraints in dangerous functions. Unit tests n...brettp
2011-02-13Refs #2907. DRY'd up and abstracted out a lot of metadata / annotation functi...brettp
2011-02-12Refs #650. Changed elgg_get_metadata_by_id() to elgg_get_metadata_from_id() t...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-12register_entity_url_handler => elgg_register_entity_url_handler (because ever...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-11Typo correction: @deprecate => @deprecatedewinslow
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-11Moved get_annotations() to deprecated-1.8.brettp
2011-02-09Refs #2874. Finished removing calls to deprecated plugin mgmt functions in co...brettp
2011-02-09Refs #2874: More removal of deprecated function user in plugins systems.brettp
2011-02-09Refs #2869, #2874. Renamed ElggPlugin::remove* functions to unset*. Added El...brettp
2011-02-08Fixes #2858: is_plugin_enabled() is deprecated by elgg_is_active_plugin() ins...brettp
2011-02-08Deprecated isadminloggedin(), isloggedin(), get_loggedin_user(), and get_logg...brettp
2011-02-05Fixes #2559 refs #2475 added ElggEntity:getIconURL() and elgg_view_entity_ic...cash