#3739 closed enhancement (duplicate)
Post bbPress 2.0 API's and features
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Core | Keywords: | |
Cc: |
Description
bbPress 2.0 brought with it a bunch of API's and features that BuddyPress sorely needs:
- Meta caps
- Moderation
- A robust options API
- Proper rewrite rules
- Theme compatibility
We should start slowly porting the most important API's over for 1.6, and finish them off in 1.7.
Change History (9)
#4
@
13 years ago
(In [5309]) bp-loader.php is a real boy! Introduce BuddyPress class to handle the loading of BuddyPress core and provide declarations to the $bp global variables. Ports several functions and methods from bbPress 2.0 into bp-core-update.php to manage the hand-off into the update routine. See #3739.
#7
@
13 years ago
- Keywords 1.7-early added
- Milestone changed from 1.6 to Future Release
I think we've ported as much as is reasonable for this dev cycle. I'll move this to Future Release so we can take a look at it early in the next cycle and start bringing over some of the stuff we've left out this time around.
(In [5304]) Port caps and options API's from bbPress 2 to Core component. Files not included yet, and logic still needs to be built in. See #3739.