[7082]
|
johnjamesjacoby
|
Formatting: tweak regular expression for @ mentions.
This commit fixes a bug causing usernames to be made clickable even after they were already made clickable previously by the email address filter.
In 2.6 branch, for 2.6.5.
See #3371.
|
[7121]
|
johnjamesjacoby
|
Formatting: remove extra double quote in `bbp_make_mentions_clickable_callback()`.
In trunk, for 2.7.
Props peterkueger.
Fixes #3390.
|
[7120]
|
johnjamesjacoby
|
Formatting: remove extra double quote in `bbp_make_mentions_clickable_callback()`.
In branches/2.6, for 2.6.6.
Props peterkueger.
|
[7160]
|
johnjamesjacoby
|
Formatting: fix output of bbp_get_time_since() in some languages.
This commit changes how the "right now" fallback is calculated to avoid trimming and type-casting a translated string value, by checking the two count values (I.E. 1 year, 1 day) for emptiness - "0, 0" will now correctly fallback to "right now".
In trunk, for 2.7. Fixes #3398.
|
[7159]
|
johnjamesjacoby
|
Formatting: fix output of bbp_get_time_since() in some languages.
This commit changes how the "right now" fallback is calculated to avoid trimming and type-casting a translated string value, by checking the two count values (I.E. 1 year, 1 day) for emptiness - "0, 0" will now correctly fallback to "right now".
In branches/2.6, for 2.6.6. See #3398.
|
[6722]
|
johnjamesjacoby
|
Formatting: Use `mb_substr()` where appropriate.
This change ensures that strings which are known to contain or allow for multibyte characters are allowed to do so (in excerpts and a few server globals.)
Fixes #3170. Props it4life.
|
[6377]
|
johnjamesjacoby
|
Formatting: More tests for at-mentions.
Props netweb. See #2963.
|
[6347]
|
johnjamesjacoby
|
Formatting: Filter out mention classes in unit tests, and remove `rel="nofollow"` on mention URLs.
Also improve array handling of `bbp_make_mentions_clickable_classes` filter, in the event something weird gets filtered through it.
See #3074.
|
[6378]
|
johnjamesjacoby
|
Formatting: Add rel-nofollow to tests. See #2963.
|
[4642]
|
johnjamesjacoby
|
Formatting:
* Rename kses.php to formatting.php.
* Port bbPress 1.1 code and pre tag handling. Comes with filters and callbacks to allow code wrapped in pre & code elements, and backticks.
* Revert r4641, r4640,
* See #1967.
|
[3903]
|
johnjamesjacoby
|
Formatting:
* 'elseif' not 'else if' in bbp-template-functions.php
* Ignore my OCD.
|
[6094]
|
johnjamesjacoby
|
Format `bbp_get_reply_title()` like `bbp_get_topic_title()`.
|
[4278]
|
johnjamesjacoby
|
Form Actions:
* Use the_permalink() as a form action in forum/topic/reply forms.
* See #1996.
|
[2472]
|
chrishajer
|
Forgot to add in new functions.php files for kakumei and kakumei-blue. Fixes #1268. Props !GautamGupta
|
[5392]
|
johnjamesjacoby
|
Force integer value in `bbp_has_topics()` for reply position. Fixes bug when there are more than 1,000 replies. Props DrPepper75. Fixes #2615.
|
[3103]
|
johnjamesjacoby
|
Force forums, topics, and replies tables to clear the pagination floating above it, for theme compat.
|
[2499]
|
johnjamesjacoby
|
Force counts to pick up all descendants of proper post type.
|
[3589]
|
johnjamesjacoby
|
Force comment_status to 'closed' for forums, topics, and replies. Fixes #1676.
|
[4418]
|
johnjamesjacoby
|
Force a max-width on forum drop-down in default templates.
|
[5227]
|
johnjamesjacoby
|
Force `colors-fresh` dependency to act as a foundation for `Mint` and `Evergreen` color schemes. Fixes #2462.
|
[5242]
|
johnjamesjacoby
|
For single admin settings that contain both checkboxes and select drop-downs, use two labels. Fixes poor UX in some browsers. Props netweb. Fixes #2393. (trunk)
|
[5243]
|
johnjamesjacoby
|
For single admin settings that contain both checkboxes and select drop-downs, use two labels. Fixes poor UX in some browsers. Props netweb. Fixes #2393. (2.5 branch)
|
[5001]
|
johnjamesjacoby
|
For inline code blocks in topics and replies, ensure they are vertically positioned in the middle of their respective lines of text. Fixes issue where code snippets were top-aligned based on paragraph line-height. See #2350.
|
[5037]
|
johnjamesjacoby
|
For all template functions that output URL's, always echo an escaped value using esc_url(). See #2367.
|
[2646]
|
johnjamesjacoby
|
Follow my own rules in BBP_Admin
|
[5573]
|
netweb
|
FluxBB importer: Include Subscribed Forums and Subscribed Topics
Props netweb. See #2668
|
[3073]
|
johnjamesjacoby
|
Flush the rewrite rules when bbPress is activated and deactivated
|
[3074]
|
johnjamesjacoby
|
Flush rewrite rules when the admin settings page is saved
|
[3159]
|
johnjamesjacoby
|
Flesh out current-user topic-form access functions with more appropriate hierarchy of checks. Fix #1516.
|
[2497]
|
johnjamesjacoby
|
Fixes wrong post type count. props Nightgunner5.
|
[3304]
|
johnjamesjacoby
|
Fixes to forum and topic archive links. Always set has_archive to archive slug settings. Use get_post_type_archive_link() where appropriate instead of relying on home_url( $slug ). Add bbp_get_page_by_path() function to theme compat, to check for pretty permalinks first. Introduce default 'page_for' options, which will provide a more straight-forward method of assigning WordPress pages to bbPress functionalities.
|
[5287]
|
johnjamesjacoby
|
Fixes PHPUnit Multisite tests and sets up grunt build-realease to run all PHPUnit tests when building release package (Single & Multisite.) Props netweb. See #2542.
|
[2993]
|
johnjamesjacoby
|
Fixes #1496. Documentation clean-up. Fix incorrect references to split/merge. Fix incorrect post_field usage where post_parent was used rather than post_type. Fix incorrect function usage for querying topic id's from a forum. Props !GautamGupta
|
[2749]
|
johnjamesjacoby
|
Fixes #1435 props !GautamGupta
|
[2764]
|
johnjamesjacoby
|
Fixes #1423. Props !GautamGupta via Google Code-in
|
[2714]
|
johnjamesjacoby
|
Fixes #1403 props !GautamGupta
|
[2716]
|
johnjamesjacoby
|
Fixes #1402 props !GautamGupta
|
[2713]
|
johnjamesjacoby
|
Fixes #1401 props !GautamGupta
|
[2712]
|
johnjamesjacoby
|
Fixes #1400 props !GautamGupta
|
[2711]
|
johnjamesjacoby
|
Fixes #1399 props !GautamGupta
|
[2721]
|
johnjamesjacoby
|
Fixes #1397
|
[2705]
|
johnjamesjacoby
|
Fixes #1391 props elfin
|
[2687]
|
johnjamesjacoby
|
Fixes #1387
|
[2679]
|
johnjamesjacoby
|
Fixes #1383 props westi
|
[2702]
|
johnjamesjacoby
|
Fixes #1383 again. Native eol-style on new files. Props westi for svn autoprops.
|
[2734]
|
johnjamesjacoby
|
Fixes #1377, #1390, #1412, #1378. Error handling on form submission, and better anonymous user handling. Props !GautamGupta via Google Code-in.
|
[2672]
|
johnjamesjacoby
|
Fixes #1374
|
[2671]
|
johnjamesjacoby
|
Fixes #1372 props markmcwilliams
|
[2741]
|
johnjamesjacoby
|
Fixes #1361. Introduce 'Forum Moderator' role. Props !GautamGupta via Google Code-in
|
[2604]
|
johnjamesjacoby
|
Fixes #1357 by rearranging the activation and deactivation procedures.
|
[2566]
|
johnjamesjacoby
|
Fixes #1333 props anthonycole
|
[2603]
|
johnjamesjacoby
|
Fixes #1329
|
[2540]
|
johnjamesjacoby
|
Fixes #1326 props mr_pelle
|
[2586]
|
johnjamesjacoby
|
Fixes #1321. Also add checks to topic_id and forum_id functions.
|
[2555]
|
johnjamesjacoby
|
Fixes #1321 props markmcwilliams
|
[2535]
|
johnjamesjacoby
|
Fixes #1319.
|
[2553]
|
johnjamesjacoby
|
Fixes #1315. Introduce topic reply template tags. Props !GautamGupta
|
[2489]
|
johnjamesjacoby
|
Fixes #1312 props GautamGupta
|
[5427]
|
netweb
|
Fixed topic sticky status importing method for compatibility when `wp_bbconverter_translator` database sync_table exists.
* Topic stickies and super stickies are correctly stuck with or without sync_table
* Renamed sticky meta key `_bbp_old_sticky_status` to `_bbp_old_sticky_status_id` for importers that support stickies
See #2650
|
[2466]
|
johnjamesjacoby
|
Fix wrong topics slug
|
[6702]
|
johnjamesjacoby
|
Fix weird indentation in `bbp_get_admin_repair_tool_run_url()`.
|
[3466]
|
johnjamesjacoby
|
Fix verbiage in comment in bbp-languages/index.php.
|
[2887]
|
johnjamesjacoby
|
Fix verbiage in comment from r2886
|
[5245]
|
johnjamesjacoby
|
Fix variable variable in `bbp_get_reply_author_link()` causing incorrect title attribute. Fixes #2505. (trunk)
|
[5244]
|
johnjamesjacoby
|
Fix variable variable in `bbp_get_reply_author_link()` causing incorrect title attribute. Fixes #2505. (2.5 branch)
|
[3154]
|
johnjamesjacoby
|
Fix user profile styling conflicts when bbp-twentyten is the active theme.
|
[3372]
|
johnjamesjacoby
|
Fix uninstantiated $bbp global in bbp_theme_compat_set_theme(). Props nacin.
|
[6647]
|
johnjamesjacoby
|
Fix undeclared arrays for PHP 7.1 compatibility.
Props hellofromTonya. See #3031. (2.5 branch)
|
[6648]
|
johnjamesjacoby
|
Fix undeclared array in forum template functions for PHP 7.1 compatibility.
Props hellofromTonya. See #3031. (2.5 branch)
|
[6249]
|
johnjamesjacoby
|
Fix typos in more documentation.
|
[3322]
|
johnjamesjacoby
|
Fix typos in forum archive and front page templates pointing to content-archive-forums.php instead of content-archive-forum.php.
|
[6270]
|
johnjamesjacoby
|
Fix typos in core options documentation.
|
[5072]
|
johnjamesjacoby
|
Fix typo. See #2090.
|
[4798]
|
johnjamesjacoby
|
Fix typo in reply nonce error message. Props loki_racer. Fixes #2257.
|
[2706]
|
johnjamesjacoby
|
Fix typo in r2705
|
[6482]
|
johnjamesjacoby
|
Fix typo in phpdoc.
|
[2816]
|
johnjamesjacoby
|
Fix typo in Subscriptions phpDoc header. Props markmcwilliams
|
[2512]
|
johnjamesjacoby
|
Fix topic/reply counts. Still more to do here.
|
[3000]
|
johnjamesjacoby
|
Fix topic pagination on non single-forum and non-user pages by setting post_parent back to 0 after being set to 'any'.
|
[4647]
|
johnjamesjacoby
|
Fix topic and reply time since to use the correct parameters for get_post_time().
|
[3134]
|
johnjamesjacoby
|
Fix topic and reply edit locking. Props christopher-jon.
|
[2481]
|
PeteMall
|
Fix top level admin menu icons.
|
[5114]
|
johnjamesjacoby
|
Fix theme-side forum editing debug notices. See #2408. (2.5)
|
[5113]
|
johnjamesjacoby
|
Fix theme-side forum editing debug notices. See #2408. (2.4.1)
|
[4946]
|
johnjamesjacoby
|
Fix the version.
|
[3461]
|
johnjamesjacoby
|
Fix the usage of bbp_is_user_home(). Fixes #1609.
|
[6358]
|
johnjamesjacoby
|
Fix teh typohs.
|
[3228]
|
johnjamesjacoby
|
Fix subforum sort ordering. Props anointed.
|
[3622]
|
johnjamesjacoby
|
Fix subforum ordering in bbp_forum_get_subforums(). Fixes #1671. Props ericlewis.
|
[3626]
|
johnjamesjacoby
|
Fix subfolder redirect issue on login/logout. Fixes #1645. Props !Mamaduka.
|
[2728]
|
johnjamesjacoby
|
Fix spelling error on bbp_edit_profile
|
[2846]
|
johnjamesjacoby
|
Fix spelling error in loop-bbp_topics. s/replie/reply
|
[4026]
|
johnjamesjacoby
|
Fix spelling error in bbp_new_forum_handler(). Props cnorris23.
|
[4766]
|
johnjamesjacoby
|
Fix speeling of replationships in admin tools. Props netweb. Fixes #2209.
|
[5106]
|
johnjamesjacoby
|
Fix speeling error in settings.php. Props netweb. Fixes #2438.
|
[5456]
|
netweb
|
Fix speeling error in settings.php
|
[3229]
|
johnjamesjacoby
|
Fix sort order in bbp_get_dropdown(). Props anointed.
|
[2859]
|
johnjamesjacoby
|
Fix some find/replace errors from r2858
|
[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.
|
[6210]
|
netweb
|
Fix s/convertion/conversion typo in changelog introduced in r6127
|