[3187]
|
johnjamesjacoby
|
Add topic archive pagination support to bbp_has_topics()
|
[3186]
|
johnjamesjacoby
|
Improve support for forum and topic archives pages, and improve explanations on forums settings slugs section. Remove archive-reply.php from bbp-twentyten.
|
[3185]
|
johnjamesjacoby
|
Add generic forum root slug to breadcrumb if WordPress page does not exist
|
[3184]
|
johnjamesjacoby
|
Add theme compatibility for forum and topic archives.
|
[3183]
|
johnjamesjacoby
|
Add archive slug options to bbp-core-options.php
|
[3182]
|
johnjamesjacoby
|
Add archive pages to bbp-twentyten theme
|
[3181]
|
johnjamesjacoby
|
Add general post meta functions to bbp-general-functions.php. More consolidation to do here later.
|
[3180]
|
johnjamesjacoby
|
More security sweep and code clean-up through bbp-topic-functions.php. Also fix incorrect variable usage in bbp_update_topic_reply_count() and bbp_update_topic_last_active_time(). See #1514.
|
[3179]
|
johnjamesjacoby
|
Security sweep and code clean-up through bbp-reply-functions.php. See #1514.
|
[3178]
|
johnjamesjacoby
|
Theme compat CSS tweaks for forms, fieldsets, legends, labels, and inputs.
|
[3177]
|
johnjamesjacoby
|
Fix missing hidden reply title field in bbp_reply_form_fields()
|
[3176]
|
johnjamesjacoby
|
Fix incorrect variable check on reply post_content when editing a reply
|
[3175]
|
johnjamesjacoby
|
Fix incorrect variable reference in bbp_template_include() when editing a topic and theme supports bbPress.
|
[3174]
|
johnjamesjacoby
|
Remove bbp-core-update.php from project, as it is no longer used.
|
[3173]
|
johnjamesjacoby
|
Switch bbp_template_include action into a filter, and move it down into the filters section of bbp-core-hooks.php. Also add more verbose descriptions to bbp_template_include and bbp_request_feed_trap filters. Fixes #1524. Props greenshady.
|
[3172]
|
johnjamesjacoby
|
Add template tags for forum RSS links. See #1422.
|
[3171]
|
johnjamesjacoby
|
First pass at RSS feeds. See #1422.
|
[3170]
|
johnjamesjacoby
|
Make forums settings section descriptions more verbose. Separate root slug section from single slugs. Add section for future RSS feed topics/replies per page.
|
[3169]
|
johnjamesjacoby
|
Consolidate theme compat functions and add more verbose phpdoc where appropriate. Use template_include filter instead of template_redirect action, and add support for incorrect usage of add_theme_support( 'bbpress' ). See #1524.
|
[3168]
|
johnjamesjacoby
|
Fix issue in single-forum.php where the forum_id was incorrectly retrieved in certain situations.
|
[3167]
|
johnjamesjacoby
|
Add single view shortcode, and add single views to theme compatibility. Fix issue with theme compat where error could occur if output buffer content was somehow empty.
|
[3166]
|
johnjamesjacoby
|
Fix possible errors when no counts are available or requested.
|
[3165]
|
johnjamesjacoby
|
Fix regression introduced in r3159 causing topic and reply widgets to output type cast errors. Also remove ability for private or hidden topics/replies to peek through on widgets when viewing your own profile as a registered non-admin. See#1516.
|
[3164]
|
johnjamesjacoby
|
Use correct return value in bbp_suppress_private_forum_meta()
|
[3163]
|
johnjamesjacoby
|
Use correct return variable in bbp_suppress_private_author_link()
|
[3162]
|
johnjamesjacoby
|
Improve support of suppressing private forum meta data. Fixes #1522. Props !GautamGupta.
|
[3161]
|
johnjamesjacoby
|
Singular/Plural fixes on forum and topic descriptions. Fixes #1515. Props !GautamGupta.
|
[3160]
|
johnjamesjacoby
|
Add preliminary password protected support to single forums and single topics, including theme compatibility.
|
[3159]
|
johnjamesjacoby
|
Flesh out current-user topic-form access functions with more appropriate hierarchy of checks. Fix #1516.
|
[3158]
|
johnjamesjacoby
|
Use esc_sql in place of esc_url_raw for now, as esc_url_raw doesn't work correctly for single slugs.
|
[3157]
|
johnjamesjacoby
|
Fix incomplete inline doc
|
[3156]
|
johnjamesjacoby
|
Don't build a meta query if there are no forums to exclude.
|
[3155]
|
johnjamesjacoby
|
Change the filter used on _bbp_root_slug from sanitize_title to esc_url_raw, to allow for a page path with slashes.
|
[3154]
|
johnjamesjacoby
|
Fix user profile styling conflicts when bbp-twentyten is the active theme.
|
[3153]
|
johnjamesjacoby
|
Stop including the old updater script, in preparation for file removal before adding into WP extend.
|
[3152]
|
johnjamesjacoby
|
Clean up functions.php of bbp-twentyten
|
[3151]
|
johnjamesjacoby
|
Remove references to deprecated bbp_anonymous_ip meta key as IP address is now saved for all users topics/replies. Fixes #1505. Props Coolkevman.
|
[3150]
|
johnjamesjacoby
|
Remove flush_rewrite_rules actions in bbp-core-hooks.php, as they are being called too early in the stack causing the rules to be flushed before the custom rules are added.
|
[3149]
|
johnjamesjacoby
|
Fix bug where reply revision author would incorrectly show the original reply author.
|
[3148]
|
johnjamesjacoby
|
Check for different _get_meta_sql function names (since we are using it prematurely in WP 3.1)
|
[3147]
|
johnjamesjacoby
|
More tweaks to the readme.txt
|
[3146]
|
johnjamesjacoby
|
Tweaks to the readme.txt
|
[3145]
|
johnjamesjacoby
|
Prefix various files in bbp-includes folder with 'core' to identify them as required core files. Update bbpress.php to point to these new filenames.
|
[3144]
|
johnjamesjacoby
|
Clean up shortcode class phpDoc
|
[3143]
|
johnjamesjacoby
|
Move shortcodes into object variable, and add php5 constructor. This allows bbPress plugins to filter existing shortcodes, and/or add new ones.
|
[3142]
|
johnjamesjacoby
|
Wrap topic freshness author in span to prevent wrapping of avatar and username, for theme compat.
|
[3141]
|
johnjamesjacoby
|
Fix issue where splitting a topic in half would result in the new lead topic post to be missing in some circumstances.
|
[3140]
|
johnjamesjacoby
|
Add body.single to fieldset clear for theme compat
|
[3139]
|
johnjamesjacoby
|
Remove bbp-languages folder since language packs will get wiped out when automated plugin updates come through. Move bbpress.pot file into the root project folder to help it get slurped when it hits WP extend.
|
[3138]
|
johnjamesjacoby
|
Switch topic-meta nowrap off of container and onto new individual spans, for theme compat.
|
[3137]
|
johnjamesjacoby
|
In the single topics loop, wrap topic meta items in spans for easier styling for theme compat.
|
[3136]
|
johnjamesjacoby
|
More security sweep and final code clean-up on bbp-topic-functions.php. See #1514.
|
[3135]
|
johnjamesjacoby
|
First round of security sweeps and final code clean-up. Includes new/edit topic functions, topic merge, and some strtoupper() checks on REQUEST_METHOD. See #1514.
|
[3134]
|
johnjamesjacoby
|
Fix topic and reply edit locking. Props christopher-jon.
|
[3133]
|
johnjamesjacoby
|
Cast return values of bbp_get_hidden_form_ids() and bbp_get_private_forum_ids() to prevent debug notices when both of these values exist but are single values or empty strings.
|
[3132]
|
johnjamesjacoby
|
Fix shortcodes for single topics and forums. Add shortcode for topic tag cloud. Rename single topic tag shortcode function to more accurately describe what it does.
|
[3131]
|
johnjamesjacoby
|
Add missing breadcrumb template part references in shortcode and single-forum.php
|
[3130]
|
johnjamesjacoby
|
Add forum root to breadcrumb if root slug is equal to the path of an existing page. Update field CSS styling to play more nicely with theme compatibility. Replace breadcrumb titles with breadcrumb template part.
|
[3129]
|
johnjamesjacoby
|
Whitespace fix from r3128. CDO
|
[3128]
|
johnjamesjacoby
|
Fix incorrect topic voice count routine, causing all topics to only show 1 voice. This will auto correct existing topics as new replies are created in them.
|
[3127]
|
johnjamesjacoby
|
Prevent "create topic" form from showing if current user cannot create topics or there are no public forums to create topics in. Fixes #1443.
|
[3126]
|
johnjamesjacoby
|
Fix lost password page template and related functions. Fix duplicate template notices on theme forms. Fixes #1491.
|
[3125]
|
johnjamesjacoby
|
Prevent forum and topic ID's from being poisoned by functions that attempt to make calculations out of turn. Also prevent incorrect assignment of parent topic and forum ID's when posting from admin area. Fixes #1433.
|
[3124]
|
johnjamesjacoby
|
Fix bug in topic/reply revisions where log was 1 revision behind.
|
[3123]
|
johnjamesjacoby
|
Prefix topic and reply author classes with #content for theme compatibility.
|
[3122]
|
johnjamesjacoby
|
Remove td specific class fix from r3120 so styles also apply to th's.
|
[3121]
|
johnjamesjacoby
|
Remove table cell padding from r3120 as it conflicts with theme compatibility.
|
[3120]
|
johnjamesjacoby
|
Switch author IP address from anonymous only to a meta value on every topic and reply. Includes additional template tags, theme compat adjustments, and admin meta box adjustments. Fixes #1505.
|
[3119]
|
johnjamesjacoby
|
Add contextual help to forums, topics, replies, and settings. Fixes #1510. Props ryanimel for original patch.
|
[3118]
|
johnjamesjacoby
|
Remove reference to $post global in bbp_replace_the_content()
|
[3117]
|
johnjamesjacoby
|
Add forum post type back to nav menus. Props christopher-jon.
|
[3116]
|
johnjamesjacoby
|
Replace incorrect query args ('post_author' with correct 'author'.) Fixes #1511. Props cnorris23.
|
[3115]
|
johnjamesjacoby
|
Remove new topic form from forums index page template. Also add some actions to the front page templates to allow the form to be hooked back in. Fixes #1509.
|
[3114]
|
johnjamesjacoby
|
Try to kill comments_template() output on pages where bbPress theme compat has intercepted the_content().
|
[3113]
|
johnjamesjacoby
|
Pass topic-tag as array for compliance with shortcode attributes. Add topic-tag tax check to bbp_has_topics() before resetting post data.
|
[3112]
|
johnjamesjacoby
|
Add in missing support for topic-tag shortcode query.
|
[3111]
|
johnjamesjacoby
|
Add support for topic tags to theme compat.
|
[3110]
|
johnjamesjacoby
|
Fix incorrectly located forum description in single forum shortcode.
|
[3109]
|
johnjamesjacoby
|
Add improved breadcrumb support to bbp-twentyten, shortcodes, and theme compat. Add improved topic-tag support for theme compat. Add missing topic-tag template tags.
|
[3108]
|
johnjamesjacoby
|
Add theme compat for user profiles, profile editing, topic and reply editing, and other topic moderation functions.
|
[3107]
|
johnjamesjacoby
|
Remove duplicate user template notice
|
[3106]
|
johnjamesjacoby
|
Split user template files up into parts for shortcode usage.
|
[3105]
|
johnjamesjacoby
|
Remove links to topic tags from topic form.
|
[3104]
|
johnjamesjacoby
|
Move all theme compat functions to the bottom of bbp-general-template.php
|
[3103]
|
johnjamesjacoby
|
Force forums, topics, and replies tables to clear the pagination floating above it, for theme compat.
|
[3102]
|
johnjamesjacoby
|
Missed a spot from r3098. Fixes possible empty reply_content error when editing a reply.
|
[3101]
|
johnjamesjacoby
|
Topic tags are now self policing. Previously any member could add topic tags but only moderators could remove them. Also save reply form values if error occurs while posting a reply. Fixes #1466. Props cnorris23 for original patch.
|
[3100]
|
johnjamesjacoby
|
More aggressive CSS on topic/reply revision log for theme compat
|
[3099]
|
johnjamesjacoby
|
Update bbp_get_form_topic_subscribed() function to work with both the post author and the current user.
|
[3098]
|
johnjamesjacoby
|
Adds missing $bbp global to bbp_recount_topic_hidden_replies() function. Fixes $#1508. Props cnorris23.
|
[3097]
|
johnjamesjacoby
|
Add custom admin post messages to forums, topics and replies. Fixes #1507. Props ryanimel for original patches, cnorris23 for refresh.
|
[3096]
|
johnjamesjacoby
|
Clean up bbp-admin.php and bbp-users.php after recent separation
|
[3095]
|
johnjamesjacoby
|
Split bbp-admin.php up into smaller, more manageable parts for forums, topics, replies, users, and metaboxes. Add checks for ABSPATH to each file so that they cannot be accessed outside of WordPress. Adjust the location of the admin menu separator based on use caps and visible menus.
|
[3094]
|
johnjamesjacoby
|
Remove empty bbp-default theme
|
[3093]
|
johnjamesjacoby
|
Do not enqueue topic.js for theme compat as it requires jQuery be loaded for all themes (topic subscriptions and favorites degrade gracefully)
|
[3092]
|
johnjamesjacoby
|
Remove table td styling for theme compat
|
[3091]
|
johnjamesjacoby
|
More tweaks to avatar styling. Revert r3089/r3090 in favor of something specific to bbPress templates and widgets that guess at container ID's, since some themes are very specific about their avatar positioning.
|
[3090]
|
johnjamesjacoby
|
Make the img.avatar CSS a little more specific so not to conflict with most blog posts, comments, widgets, etc...
|
[3089]
|
johnjamesjacoby
|
Reset the img.avatar float to none for theme compat
|
[3088]
|
johnjamesjacoby
|
Switch meta font size from em to px for theme compat
|