index
:
lorea/elgg
floxglove-1
floxglove-2
floxglove-3
lorea-preprod
master
saravea
saraveadev
Social Networking Engine
Saravea
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
lib
/
deprecated-1.8.php
Age
Commit message (
Expand
)
Author
2011-03-13
Fixes #3116 old method of getting site menu works again
cash
2011-02-24
Fixes #2997 - href used instead of url in menu system
cash
2011-02-24
Refs #2997 switching from title to text for menu items
cash
2011-02-21
elgg-owner-block-menu => elgg-menu-owner-block
ewinslow
2011-02-18
Refs #2950: layout/objects => page/components
ewinslow
2011-02-18
Fixes #1433, #2183. Upgrades are now tracked and will be run if needed regard...
brettp
2011-02-15
Moved all deprecated core functions into the appropriate deprecation fine
ewinslow
2011-02-15
Fixes #2923: Removed "view" prefix from simplecache function names
ewinslow
2011-02-15
Fixes #2860: Deprecated several registration functions that were using the 'c...
ewinslow
2011-02-14
Prepended elgg_ to (un)register_page_handler() functions. Deprecated old ones
ewinslow
2011-02-14
Refs #2912. Added checks for constraints in dangerous functions. Unit tests n...
brettp
2011-02-13
Refs #2907. DRY'd up and abstracted out a lot of metadata / annotation functi...
brettp
2011-02-12
Refs #650. Changed elgg_get_metadata_by_id() to elgg_get_metadata_from_id() t...
brettp
2011-02-12
Deprecated get_metadata() by elgg_get_metadata_by_id() to avoid confusion wit...
brettp
2011-02-12
Refs #650: Deprecated find_metadata() with elgg_get_metadata(). Deprecated ge...
brettp
2011-02-12
register_entity_url_handler => elgg_register_entity_url_handler (because ever...
ewinslow
2011-02-12
Added missing @deprecated tags to a couple functions
ewinslow
2011-02-12
set_view_location => elgg_set_view_location (to match elgg_get_view_location)
ewinslow
2011-02-11
Typo correction: @deprecate => @deprecated
ewinslow
2011-02-11
Moved list_entities_from_annotation_count_by_metadata() to deprecated-18.php.
brettp
2011-02-11
Refs #650. Added 'annotation_calculation' to elgg_get_annotations(). Deprecat...
brettp
2011-02-11
Moved get_annotations() to deprecated-1.8.
brettp
2011-02-09
Refs #2874. Finished removing calls to deprecated plugin mgmt functions in co...
brettp
2011-02-09
Refs #2874: More removal of deprecated function user in plugins systems.
brettp
2011-02-09
Refs #2869, #2874. Renamed ElggPlugin::remove* functions to unset*. Added El...
brettp
2011-02-08
Fixes #2858: is_plugin_enabled() is deprecated by elgg_is_active_plugin() ins...
brettp
2011-02-08
Deprecated isadminloggedin(), isloggedin(), get_loggedin_user(), and get_logg...
brettp
2011-02-05
Fixes #2559 refs #2475 added ElggEntity:getIconURL() and elgg_view_entity_ic...
cash
2011-02-04
Fixes #2820, Fixes #2823. Using elgg_get_plugins() in elgg_get_plugins_provid...
brettp
2011-02-03
Updated elgg_get_plugin_path in load_plugin_manifest to elgg_get_plugins_path
ewinslow
2011-02-01
Moved deprecated files from sessions.php - xml.php into deprecation files for...
ewinslow
2011-02-01
Moved functions from export.php - river.php into deprecated files
ewinslow
2011-02-01
Moving deprecated functions out of files access.php - entities.php. This tim...
ewinslow