Skip to:
Content

bbPress.org

{33} Commit Messages, Current Release (4824 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 (1 - 100 of 4824)

1 2 3 4 5 6 7 8 9 10 11
Changeset Author Message
[2477] johnjamesjacoby “Writing, to me, is simply thinking through my fingers.” props petemall
[4218] johnjamesjacoby wp_get_single_post(): * Deprecated in !WordPress 3.5. * Use get_post() instead.
[5153] netweb vBulletin v4.x Importer Improvements. Props netweb. Fixes #2469 * Added Forum total topic count * Added Forum total reply count * Added Forum/Category type field mapping & callback * Added Topic total reply count * Added Topic author ip * Added Store old user salt in usermeta * Added Reply slug * Improved inline docs
[4272] johnjamesjacoby vBulletin Converter: * Update inline docs * See #1991.
[4271] johnjamesjacoby vBulletin Converter: * Code formatting improvements. * Update meta keys for _bbp_user_id and _bbp_forum_id. * See #1991.
[5577] netweb vBulletin 4 importer: Include Subscribed Forums and Subscribed Topics Props netweb. See #2668
[5578] netweb vBulletin 3 importer: Include Subscribed Forums and Subscribed Topics Props netweb. See #2668
[5545] netweb vBulletin 3 & 4: Fix reply parent forum id in `vBulletin.php` and `vBulletin3.php` importers * Retrieves the replies topic ID and utilizes `callback_topicid_to_forumid` mini cache to convert the topic id to the new forum ID * Eliminates an unnecessary SQL join improving import performance.
[5050] johnjamesjacoby v1 of Akismet history metabox UI. Fixes #1616.
[3773] johnjamesjacoby trailingslashit() pretty permalinks when getting the edit URL for a topic or reply. * Fixes issues specifically with numeric permalinks setting * Also fixes custom permalinks without trailing slash * Fixes #1762
[2710] mdawaffe the bb_forum_slug cache group should store forum IDs not forum objects
[4824] johnjamesjacoby s/wordpress/WordPress. Props fanquake. Fixes #2265.
[5104] johnjamesjacoby s/conerts/converts. Props netweb. Fixes #2406. (trunk)
[5103] johnjamesjacoby s/conerts/converts. Props netweb. Fixes #2406. (2.4 branch)
[4600] johnjamesjacoby s/compatability/compatibility - Fixes #2108. Props xibe.
[5594] johnjamesjacoby s/POST/GET/ from r5587. See #2742.
[4938] johnjamesjacoby s/Base/Root. See #1500.
[2526] mdawaffe remove debug code that slipped into [2525]
[2718] mdawaffe recalculate a user's meta in case we're pulling from a value cache on another site
[5529] netweb punBB: Don't import punBB's guest user
[4836] johnjamesjacoby phpdoc normalizing and speeling corrections. Props djpaul, netweb. Fixes #2286, #2288.
[3216] johnjamesjacoby phpDoc in bbp-core-options.php for changes made in r3215
[5528] netweb phpBB: Don't import phpBB search engine bot/crawler user accounts, e.g Google Bot, Bing Bot
[5797] netweb phpBB importer: Updated AIM, YIM, and Jabber user meta key prefixes Props netweb. See #2815
[5796] netweb phpBB importer: Include Subscribed Forums, Subscribed Topics and Favourite Topics Props netweb. See #2668
[5798] netweb phpBB Importer: Missed forum total topic and total reply count schema change See #2716
[5150] netweb phpBB Importer Improvements. Props netweb. Fixes #2467 * Added forum type callback for if forum is a Forum or Category * Added reply title callback for clean reply titles * Improved inline docs
[2717] mdawaffe make sure we're always reading from the correct user meta key
[6356] netweb i18n: Update translation context for open/close strings in `bbp_get_topic_close_link()` and approve/unapprove stringsin `bbp_get_topic_approve_link()` Props fiskhandlarn. Fixes #3023.
[6649] SergeyBiryukov i18n: Simplify [6645] with `translate_nooped_plural()`. See #3139.
[5940] netweb i18n: Merge similar translation strings This changset brings consistency to failed warning strings in our repair tools and removes extra whitespace in two strings. This reduces the number of strings that our translation volunteers need to translate. Props ramiy. Fixes #2880
[6645] johnjamesjacoby i18n: Improvements to `bbp_get_time_since()`. Use `_n_noop()` to register year/month/week/day/hour/minute/second strings in advance and `_n()` to actually translate them. Fixes #3139. Props SergeyBiryukov.
[6646] SergeyBiryukov i18n: Fix typo in text domain used for `_n()` in `bbp_get_time_since()`. See #3139.
[6044] netweb i18n: Avoid using HTML tags in translation strings (includes/admin/topics.php) Props ramiy, thebrandonallen Fixes #2911
[6045] netweb i18n: Avoid using HTML tags in translation strings (includes/admin/replies.php) Props ramiy, thebrandonallen Fixes #2912
[6043] netweb i18n: Avoid using HTML tags in translation strings (includes/admin/forums.php) Props ramiy, thebrandonallen Fixes #2910
[6042] netweb i18n: Avoid using HTML tags in translation strings Props ramiy, thebrandonallen Fixes #2881
[4214] johnjamesjacoby i10n: * Deprecate 'bbpress_locale' filter. * Rearrange mofile loading priority, to include global file location before plugin directory one.
[4215] johnjamesjacoby i10n: * Add domain property in setup_globals(). * Cleanup bbPress::load_textdomain().
[2719] mdawaffe get_recent_user_replies() was returning the first post in each topic, not the last. I'm not sure how this ever worked: http://dev.mysql.com/doc/refman/5.0/en/example-maximum-column-group-row.html Switch to MAX( post_id ) and ignore post_time for now.
[2726] mdawaffe get_forum() is deprecated. use bb_get_forum()
[2530] mdawaffe fix _bb_make_tag_compat() to work on array input. Make sure tt_id is always an (int). WS.
[2525] mdawaffe finally fix 3 year old note: use join instead of IN(...) for tagged topics/posts in BB_Query
[2527] mdawaffe bring back ghetto $tagged_topic_count used by tag_pages()
[6209] xknown branch 1.2: Fix infinite loop when create a new WP_User instance. See #3033
[6260] xknown branch 1.2: Fix infinite loop in `xmlrpc.php`
[6207] xknown branch 1.2: Fix PHP 7 compat issues w.r.t. the use of func_get_arg(). func_get_arg() returns the current (modified) value of the given argument. Let's make sure the code behaves the same. See #3033
[6205] xknown branch 1.1: Fix PHP 7 compat issues w.r.t. the use of func_get_arg(). func_get_arg() returns the current (modified) value of the given argument. Let's make sure the code behaves the same. See #3033
[6208] xknown branch 1.1: Avoid infinite recursion loop when creating a new WP_User instance. See #3303
[6171] xknown branch 0.9: Silence signature mismatch notices. In PHP 7.0, they are reported as warnings http://php.net/manual/fr/migration70.incompatible.php#migration70.incompatible.error-handling.strict See #3033
[6170] xknown branch 0.9: Silence signature mismatch notices. In PHP 7.0, they are reported as warnings http://php.net/manual/fr/migration70.incompatible.php#migration70.incompatible.error-handling.strict See #3033
[6206] xknown branch 0.9: Fix PHP 7 compat issues w.r.t. the use of func_get_arg(). func_get_arg() returns the current (modified) value of the given argument. Let's make sure the code behaves the same. See #3033
[2529] mdawaffe bp_bbpress_cron_check get's loaded all the time anyway, so just load it up front
[7284] aidvu bbpress: remove get_magic_quotes_gpc returning false since 5.4 https://www.php.net/manual/en/function.get-magic-quotes-gpc.php
[7286] aidvu bbpress: bb-includes - fix static method called non-statically
[2508] johnjamesjacoby bbp_loader.php cleanup (docs, whitespace, etc)
[3926] johnjamesjacoby bbp_has_topics(): * Smarter defaults for topic-search and stickies, and both params together. * Rearrange default arguments to improve readability.
[4254] johnjamesjacoby bbp_get_total_users(): * Use count_users() instead of get_users(). * Fixes #1982, #1984.
[4573] johnjamesjacoby bbp_get_dropdown(): * Use get_pages() instead of get_posts(). * Pass walker and disabled_categories array items into get_pages(). * Fixes #2102.
[4819] johnjamesjacoby bbp_add_error() phpdoc updates. Props netweb. Fixes #2271.
[2610] johnjamesjacoby bbp-twentyten improvements: Normalize classes, show pagination on topics, show forum per topic when viewing recent, center some column contents
[3905] johnjamesjacoby bbPress::setup_globals() * Add filters to: basename, plugin_dir, plugin_url, themes_dir, themes_url, and lang_dir. * Props tott. * Fixes #1824.
[5990] netweb bbPress: Bumb readme.txt tested-up-to tags to 4.5.
[5970] netweb bbPress: Bumb readme.txt tested-up-to tags to 4.4.
[4138] johnjamesjacoby bbPress: * Tag 2.1.2
[5136] netweb bbPress1.php converter improvements. Props netweb. Fixes #2460 * Add forum category conversion support * Add _bbp_total_reply_count * Fix Topic slug field mapping * Add Reply slug field mapping * Improved inline docs
[2501] mdawaffe bbPress uses term_taxonomy_id as the tag's ID. BackPress uses term_id as the tag's ID. When removing a tag, the two ids were getting confused resulting in set_object_terms() being called with the incorrect IDs. That incorrect call to set_object_terms() resulted in 'random' tags being applied to a topic after deleting a tag.
[6149] johnjamesjacoby bbPress 2.5.12 requires WordPress 4.7, as will bbPress 2.6 and higher.
[5615] nacin bbPress 1.x: Use the same user cache group names as WordPress. See also https://backpress.trac.wordpress.org/changeset/360.
[5552] nacin bbPress 1.x: Clear user activation keys after password changes. The code previously cleared activation keys after they were used to reset a password, but not if a user logs in to change the password on their own (say, if they remember it). Also, actually remove the DB row, rather than emptying it.
[5595] nacin bbPress 1.x: Call bb_get_user() from bb_get_user_by_nicename(). This ensures that this gem runs from bb_get_user() on profile pages: "Re calculate the user's meta in case we're pulling from a value cached on another site". So far, we know this has manifested itself as causing incorrect pagination for activity on profile pages, based on which site did the initial caching. In an ideal world, these "short" keys would use a magic getter on BP_User, but user objects in bbPress 1.x are mostly stdClass objects in practice. Fun times.
[5305] nacin bbPress 1.x: Allow log-in attempt even if we think the user is already logged in. If your session cookie's internal expiration time has passed, we give you a grace period of one hour for POST and XHR requests. If within that hour you're trying to log in again, the grace period goes into effect for the POST. Then bb-login.php kicks you out because it thinks you're already logged in, instead of setting a new cookie for you. So long, heisenbug.
[5570] netweb bbPress 1.x importer: Only import bbPress 1.x topic tag taxonomy `bb_topic_tag` so that the `tags` import does not also import topic subscriptions.
[5572] netweb bbPress 1.x importer: Include Subscribed Topics and Favourite Topics Props netweb. See #2668
[4005] johnjamesjacoby bbPress 1.x Converter: * Remove commented out post_position code.
[4004] johnjamesjacoby bbPress 1.x Converter: * More phpdoc. * Optimize post_position field mappings for topics and replies, to now properly convert trashed topics with no replies. * Pinking shears.
[4006] johnjamesjacoby bbPress 1.x Converter: * Add poster IP address to topic meta. * Inline doc tweaks.
[3846] nacin bbPress 1.1 branch: Fix issue with author of post_id 1 appearing as topic last poster when first post is created by a bozo'ed user. props johnjamesjacoby. Backports [3796] to the 1.1 branch.
[4001] johnjamesjacoby bbPress 1.1 Converter: * Test removing post_position = 1 check from topics, which is preventing spam/trashed topics from being converted. * Add reply position to replies. * Inline doc clean-up.
[7285] aidvu bb-includes: remove get_magic_quotes_gpc usage returns false since php 5.4
[6415] johnjamesjacoby `in_array()`: be strict whenever possible. Use `wp_parse_id_list()` on certain array values to ensure proper results.
[6033] johnjamesjacoby `WP_Screen::post_type` is always set since WordPress 3.3.0, so remove superfluous checks in `bail()` methods.
[5604] johnjamesjacoby `Call bb_get_user()` from `bb_get_user_by_nicename()`. For 1.2 branch. See r5595.
[2725] mdawaffe _bb_get_cached_data() was using the wrong callback
[2580] mdawaffe [2502] breaks post ordering for non-trivial ORDER BY statements. Fix by reordering according to the returned value from the query or cache. Fixes #1301.
[2678] johnjamesjacoby Zebra stripe the bbp-twentyten theme
[5568] netweb Xenforo 1.x importer: Fix regression introduced in r5349 where topics were imported a second time as part of the reply section import.
[5579] netweb XenForo importer: Include Subscribed Forums and Subscribed Topics Props netweb. See #2668
[5549] netweb XMB 1.x: Fix regression introduced in r5349 where topics were imported a second time as part of the reply section import.
[3142] johnjamesjacoby Wrap topic freshness author in span to prevent wrapping of avatar and username, for theme compat.
[3053] johnjamesjacoby Wrap forum visibility condition checks in their own parentheses for improved code readability
[2650] johnjamesjacoby Windows local-install friendly themes_dir. Fixes #1358 in a really ugly way but works for all OS's
[5209] johnjamesjacoby Windows (IIS) support for theme compatibility script and style functions. Props r-a-y, netweb. Fixes #2481. (trunk)
[5210] johnjamesjacoby Windows (IIS) support for theme compatibility script and style functions. Props r-a-y, netweb. Fixes #2481. (2.5)
[6813] johnjamesjacoby Widgets: remove translation strings that only had placeholders in them. This change also switches output for the reply date option from `div` to `time` elements. Fixes #2851.
[6724] johnjamesjacoby Widgets: normalize login widget output. This change makes sure these two forms are using the same field attributes.
[6660] johnjamesjacoby Widgets: add `isset()` checks to checkbox attributes. This change fixes debug notices when saving Topics & Replies widgets and `show_date` or `show_user` are not checked. Trunk, for 2.6. Props jrf. Fixes #3142.
[6659] johnjamesjacoby Widgets: add `isset()` checks to checkbox attributes. This change fixes debug notices when saving Topics & Replies widgets and `show_date` or `show_user` are not checked. 2.5 branch, for 2.5.14. Props jrf. See #3142.
[6812] johnjamesjacoby Widgets: add `'customize_selective_refresh' to widgets. Props netweb. Fixes #2933.
[6038] netweb Widgets: Use `$this->get_field_id()` in `BBP_Topics_Widget::form()` method to correctly create the widget id form attribute Props alex-ye Fixes #2758
1 2 3 4 5 6 7 8 9 10 11
Note: See TracReports for help on using and creating reports.