Skip to:
Content

BuddyPress.org

Opened 9 years ago

Closed 6 years ago

#7143 closed enhancement (fixed)

2016 list of filters/hooks missing documentation

Reported by: tw2113's profile tw2113 Owned by: tw2113's profile tw2113
Milestone: Awaiting Contributions Priority: normal
Severity: normal Version:
Component: Core Keywords: good-first-bug
Cc:

Description

Running list of hooks that are presently missing documentation, for my reference.

  • bp_register_email_tax_type -> bp-core-taxonomy.php

Attachments (1)

7143-missed-hooks.diff (6.0 KB) - added by tw2113 8 years ago.

Download all attachments as: .zip

Change History (13)

#1 @tw2113
9 years ago

  • Owner set to tw2113
  • Status changed from new to accepted

#2 @tw2113
9 years ago

bp-blogs

bp-blogs-activity.php

bp_blogs_activity_created_blog_primary_link

bp-blogs-functions.php

bp_blogs_get_blogs
bp_blogs_is_blog_recordable
bp_blogs_is_blog_recordable_for_user
bp_blogs_is_blog_trackable
bp_blogs_is_blog_trackable_for_user
bp_is_new_blog_public
bp_blogs_get_allowed_roles

bp-blogs-template.php

bp_get_blog_create_nav_item
'bp_get_blog_avatar_' . $blogs_template->blog->blog_id
bp_blog_last_active - missing @since
bp_get_blog_create_nav_item

class-bp-blogs-blog.php

bp_blogs_blog_user_id_before_save
bp_blogs_blog_id_before_save

#3 @tw2113
8 years ago

Attachment should cover most, if not all, of the forementioned hooks thus far.

#4 @slaFFik
8 years ago

  • Keywords good-first-bug added
  • Milestone changed from Future Release to 2.8

Lets do that (and cover all other that we might find) in 2.8.

#5 @tw2113
8 years ago

In 11241:

Adds documentation for Settings API hook. See #7143.

#6 @tw2113
8 years ago

In 11242:

Clarify object's class in PHPDocs. See #7143.

#7 @tw2113
8 years ago

Notifications component is still covered.

#8 @DJPaul
8 years ago

  • Milestone changed from 2.8 to Future Release

#9 @tw2113
8 years ago

In 11530:

Adds missed phpdoc for a new filter. Also adds some various param and return docs.

See #7143.

#10 @espellcaste
6 years ago

@tw2113 Can you leave an update how you are doing and what's left for this?

#11 @tw2113
6 years ago

Probably about the same with this ticket. Although with this one i actually committed instead of diff files. Been too long for me to really have a solid idea where things left off.

I'm not against closing/starting fresh if desired.

#12 @espellcaste
6 years ago

  • Resolution set to fixed
  • Status changed from accepted to closed

Ok! Thanks!

Note: See TracTickets for help on using tickets.