Skip to:
Content

bbPress.org

{33} Commit Messages, Current Release (4820 matches)

Report designed to help manage the list of contributors.

Note: If you'd like a RSS feed of the changesets a they happen, Please use the timeline rss feed instead.

Results (3801 - 3900 of 4820)

Changeset Author Message
[6090] netweb Tests: Remove the "reply only" test from `test_bbp_update_topic_last_active_id()` This changeset reverts a test added in r6088 that passed only the reply id to `bbp_update_topic_last_active_id()`, the test passed locally but failed on every Travis CI job except HHVM. Further investigation is required, but not today.
[5861] netweb Tests: Remove unused test assertion `test_bbp_get_forum_last_reply_id()`
[6859] johnjamesjacoby Tests: Remove unused variables from a few tests.
[5765] netweb Tests: Rename forums forum functions test file name
[5747] netweb Tests: Rename user favorites test class, favorites ends in a single `s`
[5910] netweb Tests: Restore original testcase $_SERVER during teardown in `BBP_Tests_Core_Functions_BBPVerifyNonceRequest::during tearDown()`
[5876] netweb Tests: Revert incorectly formatted PHPUnit `@covers` doc blocks that slipped in via r5875
[5704] netweb Tests: SVN rename `/tests/phpunit/testcases/user` to `/tests/phpunit/testcase/users` to match `/src` folder naming structure
[5898] netweb Tests: Skeleton test placeholders for core abstraction function wrappers
[5743] netweb Tests: Skeleton test placeholders for forum statuses and types functions
[5745] netweb Tests: Skeleton test placeholders for forum update last functions
[5742] netweb Tests: Skeleton test placeholders for forum visibility functions.
[5758] netweb Tests: Skeleton test placeholders for reply link template functions
[5762] netweb Tests: Skeleton test placeholders for reply status functions.
[5759] netweb Tests: Skeleton test placeholders for reply template functions
[5754] netweb Tests: Skeleton test placeholders for search functions and template functions
[5751] netweb Tests: Skeleton test placeholders for topic get last template functions
[5752] netweb Tests: Skeleton test placeholders for topic link template functions
[5761] netweb Tests: Skeleton test placeholders for topic status functions.
[5749] netweb Tests: Skeleton test placeholders for topic status template functions.
[5757] netweb Tests: Skeleton test placeholders for topic tag functions.
[5750] netweb Tests: Skeleton test placeholders for topic tag template functions.
[5753] netweb Tests: Skeleton test placeholders for topic template functions
[5760] netweb Tests: Skeleton test placeholders for topic update last functions
[5748] netweb Tests: Skeleton test placeholders for user component functions.
[5887] netweb Tests: Skeleton test placeholders for user options functions
[5720] netweb Tests: Skip feed URL tests in multisite for now, we need a more robust permalink test setup first.
[5781] netweb Tests: Spam and Unspam reply function tests: * `test_bbp_spam_reply()` for `bbp_spam_reply()` * `test_bbp_unspam_reply()` for `bbp_unspam_reply()`
[5943] netweb Tests: Temorarily remove `fast_finish: true` from Travis CI configuration for now. Upstream: https://github.com/travis-ci/travis-ci/issues/4928 See also: https://core.trac.wordpress.org/changeset/35150
[5787] netweb Tests: Test `test_bbp_get_all_child_ids()` for `bbp_get_all_child_ids()` Props thebrandonallen, netweb. See #2810, #2801
[5740] netweb Tests: Test an array of posts not the total post counts: * Test the forum's topic ids in `test_bbp_forum_query_topic_ids()` * Test the forum's subforum ids in `test_bbp_forum_query_subforum_ids()` Props thebrandonallen, netweb. See #2801
[5786] netweb Tests: Tests for the `bbp_get_forum_last_*()` template functions.
[5812] netweb Tests: Tests for the common component common functions Props netweb
[5791] netweb Tests: Tests for the common component query functions * `public function test_bbp_get_public_child_ids()` for `bbp_get_public_child_ids()` * `public function test_bbp_get_public_child_count()` for `bbp_get_public_child_count()` Props thebrandonallen, netweb. See #2801
[5784] netweb Tests: Tests for the reply status template functions.
[5716] netweb Tests: Tests for the topic component count functions `/includes/topics/template.php`
[5717] netweb Tests: Tests for the topic component count template functions `/includes/topics/template.php`
[5744] netweb Tests: Tests: Skeleton test placeholders for forums forum functions
[5763] netweb Tests: Tests: Skeleton test placeholders for replies reply functions
[5764] netweb Tests: Tests: Skeleton test placeholders for topics topic functions
[5723] netweb Tests: Topic and Reply authors template function unit tests
[5724] netweb Tests: Topic and Reply forms template function unit tests
[5725] netweb Tests: Topic and Reply loop template function unit tests
[5722] netweb Tests: Topic and Reply post type template function unit tests
[5726] netweb Tests: Topic and Reply revisions template function unit tests
[5699] netweb Tests: Travis CI Improvements * Brings `.travis.yml` configuration up to speed with BuddyPress' * Preliminary support for side-by-side BuddyPress testing integration Props netweb. See #2782
[5895] netweb Tests: Update PHPUnit bootstrap instructions for executing bbPress' BuddyPress tests Props thebrandonallen. Fixes #2846
[5801] netweb Tests: Update `test_bbp_create_initial_content()` to not use hard coded forum, topic and reply id's.
[6570] johnjamesjacoby Tests: Update forum visibility tests to use both approaches: * Forum was created with a private/hidden status * Forum was created public, but later changed to private/hidden See r6569.
[6071] netweb Tests: Update forum/topic/reply post type assertions for the `WP_Post_Type` class introduced in WordPress 4.6 Fixes #2962.
[6008] netweb Tests: Update inline docs in `test_bbp_admin_repair_forum_reply_count()` from [6007]
[6569] johnjamesjacoby Tests: Update private/hidden options on `bbp_insert_forum()` calls. This makes sure that tests pass when creating & toggling forum visibilities, fixing some tests related to private & hidden forum IDs and counts.
[5890] netweb Tests: Update tests to always include a parent topic for replies This changeset ensures replies always have a parent topic which in turn ensures each reply is created with an accurate `menu_order` position. Fixes #2843
[5947] netweb Tests: Updated bbPress PHPUnit test suite compatibility with upstream WordPress changes. * [WP34802], [WP34803], [WP34807], and [WP34810] introduced `set_permalink_structure`, it's implementation broke bbPress', * [WP35244] `WP_UnitTest_Generator_Sequence` needs a static incrementer - otherwise, it assumes every test class is a reset, which it no longer is (it is now static), updated bbPress unit tests where explicitly set content and titles are required. Props thebrandonallen. Fixes #2883
[5792] netweb Tests: Updated forum component count functions tests Props thebrandonallen, netweb. See #2801
[5780] netweb Tests: Updated topic component count functions tests Props thebrandonallen, netweb. See #2801
[5941] netweb Tests: Use `assertEqualSets()` in: * `BBP_Tests_Forums_Functions_Query::test_bbp_forum_query_topic_ids` * `BBP_Tests_Forums_Functions_Query::test_bbp_forum_query_subforum_ids` This changeset improves array comparisons where that arrays may not be in the same order. Props thebrandonallen. See #2883
[6110] netweb Tests: Use `assertEqualSets()` instead of `assertEquals()` in favorites and subscriptions tests. This changeset improves array comparisons where arrays may not be in the same order. See #2959.
[5967] netweb Tests: Use a category forum as the parent forum in `test_bbp_create_initial_content()` and add test assertions for this parent category forum.
[5919] netweb Tests: Use multiple replies in test `test_bbp_get_user_replies_created()`, this was accidently introcuced in r5890
[6524] netweb Tests: Use updated filename `upgrade.php` following renamed file in [6500]
[5928] netweb Tests: User subscription and user favorites tests in `BBP_Tests_Users_Functions_Subscriptions` and `BBP_Tests_Users_Functions_Favorites` Props thebrandonallen. Fixes #2855.
[5874] netweb Tests: Various forum template tests for `BBP_Tests_Forums_Template_Forum_Last_Thing`
[5875] netweb Tests: Various reply template tests for `BBP_Tests_Replies_Template_Reply`
[5879] netweb Tests: Various topic template tests for `BBP_Tests_Topics_Template_Topic`
[5863] netweb Tests: When creating posts that use date/time assertions use a concise post date/time. This changeset prevents the related unit test from incorrectly failing by ensuring that no content is created 1 second after any other.
[6848] johnjamesjacoby Tests: get all post type/status counts using `bbp_get_child_counts()`. * Fix a broken test, and improve a few others * Update several `count()` instances that were doing expensive `_ids()` counts * Strategically bust the `bbpress_posts` query cache group on updates This change improves general performance and count reliability by ensuring the accuracy of forum/topic/reply relationship totals.
[6802] johnjamesjacoby Tests: remove slashes from unpretty URLs before `#` anchor links.
[6849] johnjamesjacoby Tests: revert accidental test group change from r6848. (I need unit tests probably more than most, but this is neither the time nor the place for that.)
[6847] johnjamesjacoby Tests: unset meta data from `$args` in factories. This just keeps the arrays a bit more clean, and makes it clear these keys are not used.
[6436] johnjamesjacoby Tests: update `test_bbp_get_topic_last_reply_permalink()` to use `bbp_get_forum_last_topic_permalink()`.
[6801] johnjamesjacoby Tests: update default text to match what's new for 2.6.0.
[6846] johnjamesjacoby Tests: use correct post type and factory in `test_bbp_clean_post_cache()`.
[3213] johnjamesjacoby The root forum no longer requires a WordPress page - the archive-forum.php template file will take care of this going forward.
[4108] johnjamesjacoby Theme Actions: * Add back 'bbp_template_before_single_forum' action. * Fixes #1909. * For 2.1 branch.
[4109] johnjamesjacoby Theme Actions: * Add back 'bbp_template_before_single_forum' action. * Fixes #1909. * For 2.2 branch.
[3906] johnjamesjacoby Theme Actions: * Swap incorrect before/after actions in topic-lead and loop-single-reply templates. * Props sorich87. * Fixes #1825.
[4264] johnjamesjacoby Theme Compat: * Add 'bbp_add_template_locations' filter to 'bbp_locate_template' filter. * Add array_unique() to bbp_add_template_locations() to remove possible duplicates.
[4143] johnjamesjacoby Theme Compat: * Additional CSS to prevent gaps in list items. * Fixes #1926. * See #1897. * For 2.1 branch. * Props mamaduka.
[4142] johnjamesjacoby Theme Compat: * Additional CSS to prevent gaps in list items. * Fixes #1926. * See #1897. * For 2.2. * Props mamaduka.
[4155] johnjamesjacoby Theme Compat: * Defaults and dummy data for entire single-post schema.
[4231] johnjamesjacoby Theme Compat: * Do not set script charset, since we are sot setting a src. * Fixes #1959. * Props plescheff.
[4437] johnjamesjacoby Theme Compat: * Fix bug causing first iteration of theme stack to be skipped.
[3892] johnjamesjacoby Theme Compat: * Fix form class on last password template part. * Tweak form/widget styling to be more consistent.
[4107] johnjamesjacoby Theme Compat: * Fix logic on theme compat override. * Props DJPaul. * Fixes #1912. * For 2.1 branch.
[4106] johnjamesjacoby Theme Compat: * Fix logic on theme compat override. * Props DJPaul. * Fixes #1912. * For 2.2 branch.
[4324] johnjamesjacoby Theme Compat: * Introduce bbp_get_template_stack() and bbp_register_template_stack(). * Used to provide an accurate hierarchy to individual template locations. * Also enables an unlimited number of parent/child template relationships to be registered. * See #1968.
[4327] johnjamesjacoby Theme Compat: * Only iterate through bbp_get_template_stack() one time per call to bbp_locate_template(). * See #1968.
[4411] johnjamesjacoby Theme Compat: * Only replace the content if in a main query loop. * Fixes possible incompatibilities with alternate loops and calling 'the_content' filters in strange places. * For 2.2.
[4257] johnjamesjacoby Theme Compat: * Pass integer into status_header() instead of string. * See #1973.
[4269] johnjamesjacoby Theme Compat: * Prefix the bbp-default container and content div ID's with 'bbp-'
[4144] johnjamesjacoby Theme Compat: * RTL improvements. * See #1897. * For 2.2 branch.
[4148] johnjamesjacoby Theme Compat: * Rearrange content injection to improve readability. * Includes additional post reset information for single f/t/r's.
[4151] johnjamesjacoby Theme Compat: * Rearrange content injection to improve readability. * Includes additional post reset information for single f/t/r's. * Remove $post/$withcomments global noop, replace with wp_reset_postdata(). * Fixes issues with debug notices in some themes. * For 2.1 branch. * See r4148.
[4152] johnjamesjacoby Theme Compat: * Remove $post/$withcomments global noop, replace with wp_reset_postdata(). * Fixes issues with debug notices in some themes. * For 2.2 branch. * See r4150.
[4534] johnjamesjacoby Theme Compat: * Remove is_main_query() usage in bbp_replace_the_content(). * Fixes some themes misbehaving with theme-compat, causing it not to work as intended. * /me shakes fist at query_posts().
[4535] johnjamesjacoby Theme Compat: * Remove is_main_query() usage in bbp_replace_the_content(). * Fixes some themes misbehaving with theme-compat, causing it not to work as intended. * For 2.2 branch.
[4145] johnjamesjacoby Theme Compat: * Remove list styling from all list items * It is put back later in the stack. * For 2.1 branch
[4146] johnjamesjacoby Theme Compat: * Remove list styling from all list items * It is put back later in the stack. * For 2.2 branch
[4328] johnjamesjacoby Theme Compat: * Remove single- fallback from forum/topic/reply/topic-tag edit templates. * See #1968.
Note: See TracReports for help on using and creating reports.