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

Commits on Jun 8, 2013

  1. Adding basic support for bbPress

    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
    emhr committed Jun 8, 2013
    Configuration menu
    Copy the full SHA
    dd6b2fe View commit details
    Browse the repository at this point in the history
  2. Added support for bbPress quickedits

    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.
    emhr committed Jun 8, 2013
    Configuration menu
    Copy the full SHA
    ad58aac View commit details
    Browse the repository at this point in the history