aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/deprecated-1.8.php
AgeCommit message (Collapse)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
more bad usage
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
git-svn-id: http://code.elgg.org/elgg/trunk@9180 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-06-09Refs #3510, #3366. Added warning about count vs sum in ↵brettp
egef_annotation_count() to trunk. git-svn-id: http://code.elgg.org/elgg/trunk@9147 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-06-01Fixes #3455 added documentation back to deprecated functionscash
git-svn-id: http://code.elgg.org/elgg/trunk@9125 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-06Fixed wrapper for annotation calculations.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9056 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-27Refs #3362. Plugins don't check deps upon boot. Made package and manifest ↵brettp
private properties of ElggPlugin and added ->getPackage() and ->getManifest(). git-svn-id: http://code.elgg.org/elgg/trunk@9030 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-14Fixed problem with list_entities_from_metadata() wrapper.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9001 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-14Refs #3195. Changed the way annotation calculations are performed. Seems to ↵brettp
be working better, but will want to test more before closing. git-svn-id: http://code.elgg.org/elgg/trunk@9000 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-09Refs #3241 upgrade.php is a much better name for the upgrade librarycash
git-svn-id: http://code.elgg.org/elgg/trunk@8962 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-26Refs #3248 deprecates remove_submenu_item()cash
git-svn-id: http://code.elgg.org/elgg/trunk@8855 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-20Fixes #3190. Added elgg_count_comments() to deprecated-1.8.php.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8779 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-13Fixes #3116 old method of getting site menu works againcash
git-svn-id: http://code.elgg.org/elgg/trunk@8696 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-24Fixes #2997 - href used instead of url in menu systemcash
git-svn-id: http://code.elgg.org/elgg/trunk@8456 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-24Refs #2997 switching from title to text for menu itemscash
git-svn-id: http://code.elgg.org/elgg/trunk@8455 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-21elgg-owner-block-menu => elgg-menu-owner-blockewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8389 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-18Refs #2950: layout/objects => page/componentsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8288 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-18Fixes #1433, #2183. Upgrades are now tracked and will be run if needed ↵brettp
regardless of version. git-svn-id: http://code.elgg.org/elgg/trunk@8277 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-15Moved all deprecated core functions into the appropriate deprecation fineewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8262 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-15Fixes #2923: Removed "view" prefix from simplecache function namesewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8260 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-15Fixes #2860: Deprecated several registration functions that were using the ↵ewinslow
'callback-first' ordering git-svn-id: http://code.elgg.org/elgg/trunk@8257 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-14Prepended elgg_ to (un)register_page_handler() functions. Deprecated old onesewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8239 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-14Refs #2912. Added checks for constraints in dangerous functions. Unit tests ↵brettp
no longer remove all metadata/annotations. git-svn-id: http://code.elgg.org/elgg/trunk@8215 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-13Refs #2907. DRY'd up and abstracted out a lot of metadata / annotation ↵brettp
functions so I can implement #1115 with a clean conscious. git-svn-id: http://code.elgg.org/elgg/trunk@8207 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Refs #650. Changed elgg_get_metadata_by_id() to elgg_get_metadata_from_id() ↵brettp
to be consistent with other functions. git-svn-id: http://code.elgg.org/elgg/trunk@8179 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Deprecated get_metadata() by elgg_get_metadata_by_id() to avoid confusion ↵brettp
with elgg_get_metadata(). Not in love with the name...had considered elgg_get_metadatum(). Open to suggestions. git-svn-id: http://code.elgg.org/elgg/trunk@8175 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Refs #650: Deprecated find_metadata() with elgg_get_metadata(). Deprecated ↵brettp
get_metadata_for_entity() and get_metadata_byname() <twitch>. Added elgg_get_metastrings_based_objects() to deal with the commonalities between the metadata and annotation getter functions. git-svn-id: http://code.elgg.org/elgg/trunk@8174 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12register_entity_url_handler => elgg_register_entity_url_handler (because ↵ewinslow
every other reigstration function asks for the callback last) git-svn-id: http://code.elgg.org/elgg/trunk@8140 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Added missing @deprecated tags to a couple functionsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8131 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12set_view_location => elgg_set_view_location (to match elgg_get_view_location)ewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8130 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-11Typo correction: @deprecate => @deprecatedewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8124 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-11Moved list_entities_from_annotation_count_by_metadata() to deprecated-18.php.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8119 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-11Refs #650. Added 'annotation_calculation' to elgg_get_annotations(). ↵brettp
Deprecated list_annotations() by elgg_list_annotations(). Deprecated get_annotations_*() by elgg_get_annotations() and passing annotation_calculation. git-svn-id: http://code.elgg.org/elgg/trunk@8118 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-11Moved get_annotations() to deprecated-1.8.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8110 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-09Refs #2874. Finished removing calls to deprecated plugin mgmt functions in ↵brettp
core and core plugins. git-svn-id: http://code.elgg.org/elgg/trunk@8090 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-09Refs #2874: More removal of deprecated function user in plugins systems.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8089 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-09Refs #2869, #2874. Renamed ElggPlugin::remove* functions to unset*. Added ↵brettp
ElggPlugin::getAllUserSettings() and getAllSettings(). Deprecated all plugin settings and user setting functions with correctly named functions. git-svn-id: http://code.elgg.org/elgg/trunk@8088 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-08Fixes #2858: is_plugin_enabled() is deprecated by elgg_is_active_plugin() ↵brettp
instead of ElggPlugin::isActive(). git-svn-id: http://code.elgg.org/elgg/trunk@8081 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-08Deprecated isadminloggedin(), isloggedin(), get_loggedin_user(), and ↵brettp
get_loggedin_userid() because they melt my brain each time I see them. This commit breaks trunk. Wait for the incoming commit to fix it. git-svn-id: http://code.elgg.org/elgg/trunk@8077 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-05Fixes #2559 refs #2475 added ElggEntity:getIconURL() and ↵cash
elgg_view_entity_icon() git-svn-id: http://code.elgg.org/elgg/trunk@8039 36083f99-b078-4883-b0ff-0f9b5a30f544