tests/phpunit/includes/factory.php1

Type Line Description
todo 332 Implement.

src/bp-forums/bbpress/bb-includes/backpress/pomo/mo.php2

Type Line Description
todo 124 warnings for control characters
todo 136 warnings for control characters

src/bp-templates/bp-legacy/buddypress-functions.php1

Type Line Description
todo 1376 Audit return types

src/bp-core/admin/bp-core-admin-components.php2

Type Line Description
todo 48 Use settings API
todo 299 Use settings API when it supports saving network settings

src/bp-core/bp-core-functions.php1

Type Line Description
todo 490 Move to members component?

src/bp-activity/bp-activity-template.php6

Type Line Description
todo 880 Properly deprecate in favor of bp_activity_type() and remove redundant echo
todo 895 Properly deprecate in favor of bp_get_activity_type().
todo 1665 properly deprecate this function.
todo 1680 properly deprecate this function.
todo 2024 Given that checks for children already happen in bp_activity_recurse_comments(), this function can probably be streamlined or removed.
todo 4044 properly deprecate in favor of bp_get_member_activity_feed_link().

src/bp-members/bp-members-functions.php2

Type Line Description
todo 1817 Why do we have this wrapper?
todo 1846 There appears to be a bug in the return value on success.

src/bp-xprofile/bp-xprofile-admin.php1

Type Line Description
todo 133 Improve error message output

src/bp-core/deprecated/2.2.php1

Type Line Description
todo 31 Support untrashing better.

src/bp-messages/bp-messages-template.php1

Type Line Description
todo 916 Move markup to template part in: /members/single/messages/search.php

src/bp-core/classes/class-bp-theme-compat.php2

Type Line Description
todo 36 We should probably do something similar to BP_Component::start().
todo 36 If this is only intended to be extended, it should be abstract.

src/bp-xprofile/bp-xprofile-template.php1

Type Line Description
todo 871 deprecate (not used internaly) + it doesn't make much sense to output a boolean.

src/bp-groups/bp-groups-template.php5

Type Line Description
todo 5164 deprecate
todo 5176 deprecate
todo 5782 deprecate.
todo 5792 deprecate.
todo 5802 deprecate.

src/bp-core/admin/bp-core-admin-functions.php3

Type Line Description
todo 105 Add convenience links into the markup once new positions are finalized.
todo 679 Make this part of the BP_Component class and split into each component.
todo 1571 deprecate.

src/bp-activity/bp-activity-functions.php5

Type Line Description
todo 652 `bp_activity_set_action()` should be improved to include a supports argument or best we should create a `bp_register_activity_type()` function to mimic the way WordPress registers post types. For now we'll use a non extendable workaround.
todo 3180 Why is an activity id required? We could look this up.
todo 3180 Why do we encourage users to call this function directly? We could just as easily examine the activity type in bp_activity_delete() and then call this function with the proper arguments if necessary.
todo 3745 We should probably save $source to activity meta.
todo 4224 Support untrashing better.

src/bp-templates/bp-nouveau/includes/template-tags.php3

Type Line Description
todo 70 Move this into bp-nouveau/includes/friends/template-tags.php once we'll need other friends template tags.
todo 147 Dismiss button re-worked to try and prevent buttons on general BP template notices - Nouveau user_feedback key needs review.
todo 1898 28/09/17 added 'empty( $text )' check to $object query as it wasn't returning output as expected & not returning user set params This may require further examination - hnla

src/bp-messages/classes/class-bp-messages-thread.php1

Type Line Description
todo 1224 We should remove this. No one is going to upgrade from v1.1, right?

src/bp-xprofile/bp-xprofile-activity.php1

Type Line Description
todo 273 Mark as deprecated

src/bp-forums/bbpress/bb-includes/backpress/pomo/po.php1

Type Line Description
todo 50 sorting

src/bp-core/bp-core-options.php3

Type Line Description
todo 347 Use settings API and audit these methods.
todo 622 split and move into blog and forum components.
todo 645 Move into groups component.

src/bp-members/bp-members-template.php9

Type Line Description
todo 1492 Move to a back-compat file?
todo 2012 Deprecating this function would be safer.
todo 2099 Deprecating this function would be safer.
todo 2619 This should be properly escaped.
todo 2651 This should be properly escaped.
todo 2719 Should be properly escaped.
todo 2787 Should be properly escaped.
todo 2819 Should be properly escaped.
todo 3014 Remove this function. Echoing a bool is pointless.

src/bp-templates/bp-nouveau/includes/members/template-tags.php2

Type Line Description
todo 747 replace with Ajax feature
todo 759 replace with Ajax featur

src/bp-activity/classes/class-bp-akismet.php3

Type Line Description
todo 406 Spam counter?
todo 406 Auto-delete old spam?
todo 667 Update activity meta to allow >1 record with the same key (iterate through $history).

src/bp-notifications/bp-notifications-functions.php2

Type Line Description
todo 460 This function assumes that items with the user_id in the item_id slot are associated with that user. However, this will only be true with certain components (such as Friends). Use with caution!
todo 609 This function assumes that items with the user_id in the item_id slot are associated with that user. However, this will only be true with certain components (such as Friends). Use with caution!

src/bp-groups/bp-groups-adminbar.php1

Type Line Description
todo 27 Add dynamic menu items for group extensions.

src/bp-core/deprecated/1.5.php1

Type Line Description
todo 731 Remove in 1.4

src/bp-friends/classes/class-bp-friends-friendship.php6

Type Line Description
todo 576 Optimize this function.
todo 734 Why is this in the Friends component?
todo 828 Why does this exist, and why is it in bp-friends?
todo 873 Why does this exist, and why is it in bp-friends?
todo 914 Why does this exist, and why is it in bp-friends?
todo 986 Need to do a group component check before using group functions.

src/bp-templates/bp-nouveau/includes/activity/template-tags.php1

Type Line Description
todo 279 This function is too large and needs refactoring and reviewing.

src/bp-messages/bp-messages-cssjs.php2

Type Line Description
todo 38 Why do we call wp_print_styles()?
todo 60 Why is this here and not in a properly enqueued file?

src/bp-forums/bbpress/bb-includes/backpress/class.wp-http.php2

Type Line Description
todo 479 Add support for footer chunked headers.
todo 1560 The WordPress convention is to use underscores instead of camelCase for function and method names. Need to switch to use underscores instead for the methods.

src/bp-core/bp-core-template.php1

Type Line Description
todo 2804 How is this functionally different from bp_is_group()?