Skip to:
Content

BuddyPress.org

Opened 10 years ago

Closed 10 years ago

Last modified 8 years ago

#5940 closed enhancement (fixed)

BP Core Hooks Documentation

Reported by: tw2113's profile tw2113 Owned by: tw2113's profile tw2113
Milestone: 2.3 Priority: normal
Severity: normal Version:
Component: Core Keywords:
Cc: jaimie.olmstead@…

Description

This ticket will be where all BP Core patches go for the Hooks Documentation.

Relevant files:

bp-core-actions.php
bp-core-admin.php
bp-core-adminbar.php
bp-core-avatars.php
bp-core-buddybar.php
bp-core-cache.php
bp-core-caps.php
bp-core-catchuri.php
bp-core-classes.php
bp-core-component.php
bp-core-cssjs.php
bp-core-dependency.php
bp-core-filters.php
bp-core-functions.php
bp-core-loader.php
bp-core-moderation.php
bp-core-options.php
bp-core-template-loader.php
bp-core-template.php
bp-core-theme-compatibility.php
bp-core-update.php
bp-core-widgets.php
bp-core-wpabstraction.php
admin/bp-core-actions.php
admin/bp-core-components.php
admin/bp-core-functions.php
admin/bp-core-schema.php
admin/bp-core-settings.php
admin/bp-core-slugs.php
admin/bp-core-tools.php

Attachments (1)

bp-core-widgets-5940.diff (2.3 KB) - added by jaimieolmstead 10 years ago.

Download all attachments as: .zip

Change History (42)

#1 @DJPaul
10 years ago

  • Milestone changed from Awaiting Review to Future Release
  • Type changed from enhancement to task

Moving into Future Release; we can keep these here and move them into particular releases' milestones as we commit things (or work on them).

#2 @jaimieolmstead
10 years ago

  • Cc jaimie.olmstead@… added

We have patched and done documentation for the BP core widgets file.

#3 @DJPaul
10 years ago

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

Hi @jaimieolmstead

First all of, many thanks for contributing to BuddyPress, and uploading a patch. We'll review it as soon as possible.

#4 @tw2113
10 years ago

In 9542:

Adds hooks documentation to bp-core-widgets.php.

See #5940.
Props jaimieolmstead.

#5 @tw2113
10 years ago

Needing some direction on the bp_core_get_specific_users_count_sql filter from class-bp-core-user.php We use the same filter for both a $total_users_sql SQL statement as well as a $paged_users_sql. They are definitely different in terms of the SQL statement, but we provide no way to differentiate.

#6 @tw2113
10 years ago

In 9543:

Adds hooks documentation and cleanup to bp-core-admin-actions.php.

See #5940.

#7 @tw2113
10 years ago

In 9544:

Adds hook documentation to bp-core-admin-components.php.

See #5940.

#8 @tw2113
10 years ago

In 9545:

Adds hooks documentation for bp-core-admin-functions.php.

See #5940.

#9 @tw2113
10 years ago

In 9546:

Adds hooks documentation for bp-core-admin-scheme.php.

See #5940.

#10 @tw2113
10 years ago

In 9547:

Adds hooks documentation for bp-core-admin-tools.php.

See #5940.

#11 @tw2113
10 years ago

In 9548:

Adds hooks documentation for class-bp-button.php.

See #5940.

#12 @tw2113
10 years ago

In 9549:

Adds hooks documentation for bp-core-admin-slugs.php.

See #5940.

#13 @tw2113
10 years ago

In 9550:

Adds hooks documentation for class-bp-embed.php.

See #5940.

#14 @tw2113
10 years ago

In 9551:

Adds hooks documentation for bp-core-admin-settings.php.

See #5940.

This ticket was mentioned in Slack in #buddypress by tw2113. View the logs.


10 years ago

#16 @tw2113
10 years ago

In 9585:

Adding hook documentation to class-bp-walker-nav-menu.php.

See #5940.

#17 @tw2113
10 years ago

In 9586:

Adds hook documentation to class-bp-user-query.php.

See #5940.

#18 @tw2113
10 years ago

In 9587:

Adds hook documentation to class-bp-members-suggestions.php.

See #5940.

#19 @tw2113
10 years ago

In 9594:

Adds hooks documentation for bp-core-moderation.php.

See #5940.

#20 @tw2113
10 years ago

In 9595:

Adds hooks documentation for bp-core-template-loader.php.

See #5940.

#21 @tw2113
10 years ago

In 9596:

Adds hooks documentation for bp-core-theme-compatibility.php.

See #5940.

#22 @tw2113
10 years ago

In 9597:

Adds hooks documentation for bp-core-loader.php.

See #5940.

#23 @tw2113
10 years ago

In 9598:

Adds hooks documentation for bp-core-options.php.

See #5940.

#24 @tw2113
10 years ago

In 9599:

Adds hooks documentation for bp-core-admin.php.

See #5940.

#25 @tw2113
10 years ago

In 9600:

Adds hooks documentation to bp-core-buddybar.php.

See #5940.

#26 @tw2113
10 years ago

In 9601:

Adds hooks documentation for bp-core-cache.php.

See #5940.

#27 @tw2113
10 years ago

In 9602:

Adds hooks documentation for bp-core-cssjs.php.

See #5940.

#28 @tw2113
10 years ago

In 9640:

Adds hooks documentation for bp-core-caps.php.

See #5940.

#29 @tw2113
10 years ago

In 9641:

Adds hooks documentation to bp-core-component.php and bp-core-dependency.php.

See #5940.

#30 @tw2113
10 years ago

In 9664:

Adds hooks documentation for bp-core-filters.php and bp-core-catchuri.php, fixes version number.

See #5940.

#31 @tw2113
10 years ago

In 9683:

Adds hooks documentation for bp-core-functions.php.

:)

See #5940.

This ticket was mentioned in Slack in #buddypress by tw2113. View the logs.


10 years ago

#33 @tw2113
10 years ago

In 9696:

Adds hooks documentation for class-bp-core-user.php.

See #5940.

#34 @tw2113
10 years ago

In 9715:

Adds hooks documentation for bp-core-template.php and class-bp-attachment-avatar.php.

See: #5940.

#35 @tw2113
10 years ago

In 9731:

Adds hooks documentation for class-bp-suggestions.php

Props melhop.
See #5940.

#36 @tw2113
10 years ago

In 9740:

Adds hooks documentation for bp-core-avatars.php.

See #5940.

#37 @tw2113
10 years ago

In 9745:

Adds hooks documentation for bp-core-update.php.

Props CristinaCannon.

See #5940.

#38 @tw2113
10 years ago

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

In 9750:

Adds hooks documentation to new bp_register_member_types hook introduced in 2.3.0.

Fixes #5940.

#39 @tw2113
10 years ago

  • Milestone changed from Future Release to 2.3

#40 @tw2113
9 years ago

In 9848:

Fixes documentation changes for some filters.

Props ecehren.

See #5940, #5941, #5943.

#41 @DJPaul
8 years ago

  • Type changed from task to enhancement
Note: See TracTickets for help on using tickets.