Opened 3 years ago
Closed 2 years ago
#2165 closed Defect (fixed)
Ensure all getter and lister functions use 1.7-style API.
| Reported by: | brettp | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | Elgg 1.8.0 |
| Component: | Core | Version: | 1.7 |
| Severity: | major | Keywords: | |
| Cc: | brettp | Difficulty: | moderate |
Description (last modified by brettp)
Know to be missing:
- elgg_list_entities_from_relationship()
- elgg_get_entities_from_relationship_count()
- elgg_list_entities_from_relationship_count()
- elgg_list_entities_from_annotations()
- elgg_get_annotations()
Attachments (1)
Change History (14)
comment:1 Changed 3 years ago by brettp
comment:2 Changed 3 years ago by brettp
....or not. #650 is talking about annotation helper functions.
comment:3 Changed 3 years ago by brettp
(In [svn:6102]) Refs #2165: Added elgg_list_entities_from_annotations() to deprecate list_entities_from_annotations().
comment:4 Changed 3 years ago by brettp
- Description modified (diff)
- Summary changed from Ensure all elgg_get_entities_*() functions have corresponding elgg_list_entities_*() function to Ensure all getter and lister functions use 1.7-style API.
comment:5 Changed 3 years ago by brettp
- Description modified (diff)
- Milestone changed from Elgg 1.7.2 to Elgg 1.8
comment:6 Changed 3 years ago by ewinslow
Also missing:
elgg_list_entities_from_access_id()
Changed 3 years ago by ewinslow
Adds elgg_list_entities_from_access_id and deprecates list_entities_from_access_id
comment:7 Changed 3 years ago by brettp
get_entities_from_access_id()
get_entities_from_annotation_count()
get_entities_from_relationship_count()
get_entities_in_area()
get_entities_from_private_setting_multi()
get_entities_from_private_setting()
comment:8 Changed 3 years ago by cash
(In [svn:7335]) Refs #2165 added elgg_get_entities_from_private_settings()
comment:9 Changed 3 years ago by cash
[svn:3610] added elgg_get_entities_from_access_id()
comment:10 Changed 3 years ago by cash
(In [svn:7336]) Refs #2165 adds elgg_get_entities_from_location()
comment:11 Changed 3 years ago by cash
(In [svn:7337]) Refs #1411, #2165 added elgg_list_entities_from_location() and deprecated in_area functions
comment:12 Changed 2 years ago by cash
- Difficulty set to moderate
- Priority changed from high to critical
comment:13 Changed 2 years ago by brettp
- Resolution set to fixed
- Status changed from new to closed

Related to #650.