Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: bbPress compatibility #23

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Feature: bbPress compatibility #23

wants to merge 2 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Jun 8, 2013

Description reflects commit notes:

The request is broken up into two commits.

  1. Parsing shortcode, encoding, and decoding on topic/reply create/edit
  2. Handling bbPress' unique quickedits split/merge/move/spam

That's pretty much it as far as I can tell. I hope that's more straight forward now that the WP bugs discovered along the way have been broken out into thier own requests.

Tested with:

  • WordPress 3.6-beta3-24430
  • bbPress 2.3.2

emhr added 2 commits June 8, 2013 09:34
Parse shortcodes in topics and replies. Encode when creating and saving
topic and replies. Decode when retrieving topics and replies. Output
shortcode script for bbPress front-end editor instance
The content of replies and topics is stored encoded in database. Do not
(re)encode content when spitting topics, merging replies, trashing
topics or replies, or toggling spam on topics or replies.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants