Skip to:
Content

bbPress.org

{33} Commit Messages, Current Release (4835 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 (2501 - 2600 of 4835)

Changeset Author Message
[4730] johnjamesjacoby Improvements to vBulletin importer. Props netweb. Fixes #1991.
[2591] johnjamesjacoby Improvements to twentyten child theme. Abstract out some topic_author functions.
[4726] johnjamesjacoby Improvements to the phpBB converter. Props netweb. Fixes #2182.
[4728] johnjamesjacoby Improvements to the SimplePress5 converter. Props netweb. See #2182.
[4727] johnjamesjacoby Improvements to the Mingle converter. Props netweb. See #2182.
[2583] johnjamesjacoby Improvements to post form handling and bbp-twentyten theme.
[3008] johnjamesjacoby Improvements to forum visibility checking, template tags, and ensuring that template tag filters also pass the $forum_id for proper enhancement.
[5105] johnjamesjacoby Improvements to bbp_title() to include user topics/replies/favorites/subscriptions. Fixes #2340.
[4743] johnjamesjacoby Improvements to bbPress 1.x converter inline documentation. Props netweb. fixes #2189.
[4693] johnjamesjacoby Improvements to SimplePress5 importer. Props netweb. Fixes #2164.
[3720] johnjamesjacoby Improvements to BuddyPress User Forums styling. See #1669.
[5454] netweb Improved verbiage when importer has no topic tags to import.
[3240] johnjamesjacoby Improved trash support for new topics/replies. If the parent of a new topic/reply is in the trash, automatically trash the new topic/reply. In the case of new trash replies, add that reply to the _bbp_pre_trashed_replies array, so that it is restored when the topic is restored. This bug comes about because capable users can reply to trashed topics. Also handle view=all redirect when posting new topics/replies.
[5482] netweb Improved topic merge verbiage in form-topic-merge.php template. Props johnjamesjacoby. Fixes #2539
[5354] netweb Improved topic merge verbiage in `form-topic-merge.php` template. Props gautamgupta. Fixes #2539
[3224] johnjamesjacoby Improved support for forum archive template. Fix issue in forum archive where post loop was processed rather than the actual bbPress forum loop.
[2708] johnjamesjacoby Improved sub-forum lists inside bbp_forums loop.
[4598] johnjamesjacoby Improved styling for inner topic and reply content elements, merged with recent changes and includes RTL. Props jaredatch. Fixes #2054.
[4660] johnjamesjacoby Improved margins for author and content of single topic views. Also fixes single topic RTL margins.
[5483] netweb Improved inline docs readability for Grunt task `jshint`.
[2623] johnjamesjacoby Improved error messages for users that are not logged in.
[5519] netweb Improved `Drupal7.php` importer performance by leaning on our helper functions. * Use `callback_topicid_to_forumid()` to convert the topic ID to forum ID eliminating an extra MySQL join.
[5160] netweb Improved SQL join expression for topics 'post_content' in Mingle.php importer. Props netweb. Fixes #2472
[2750] johnjamesjacoby Improve widgets. Props !GautamGupta via Google Code-in
[2736] johnjamesjacoby Improve widget code. Add topic/reply ordering. Props !GautamGupta
[3059] johnjamesjacoby Improve user/forum visibility check and add some inline php documentation.
[4931] johnjamesjacoby Improve user logic in bbp_parse_query(), so that numeric user slugs display correctly even when pretty permalinks are enabled. Also eliminates duplicate get_userdata() call, and renames some variables to prevent accidental stomping.
[4714] johnjamesjacoby Improve usage of make_clickable filter on topic and reply content. Fixes #2149.
[2698] johnjamesjacoby Improve topic and reply pagination verbiage
[3034] johnjamesjacoby Improve theme compatability by using the active themes page.php template file to display the contents of a forum, topic, or reply.
[3086] johnjamesjacoby Improve theme compat CSS for topic/reply fieldsets
[4640] johnjamesjacoby Improve the output of code between pre and code HTML tags. Fixes #1967.
[3495] johnjamesjacoby Improve the forum prefix settings description.
[5018] johnjamesjacoby Improve the flexibility of bbp_title() by allowing all data to be filtered. Props alex-ye. Fixes #1764.
[3265] johnjamesjacoby Improve the current title area of breadcrumbs. Improve behavior of redirect field. Allow single topic shortcodes to use pagination, and properly redirect on new replies. Use wp_safe_redirect() in places where redirect_to fields are used. Move theme compatibility setup function out of main bbPress class and into bbp-core-compatibility.php. Move bbp_setup_theme_compat action off of after_setup_theme and into bbp_init. Add supplemental functions to get and set if theme compatibility is currently helping load pieces of the current page.
[3162] johnjamesjacoby Improve support of suppressing private forum meta data. Fixes #1522. Props !GautamGupta.
[3260] johnjamesjacoby Improve support for orphaned topics and replies in admin post rows by displaying "No Forum" and "No Topic" if parents have been deleted.
[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.
[2696] johnjamesjacoby Improve query count in bbp_get_reply_url
[2587] johnjamesjacoby Improve page-bbp_front.php
[5334] johnjamesjacoby Improve output of `grunt jshint` task. See #2578.
[5269] johnjamesjacoby Improve naming of new "At a Glance" metabox filter, and lower priority to increase odds of hugging more closely to WordPress core items. See #2544.
[4900] johnjamesjacoby Improve micro-performance of favorites and subscriptions by moving function calls after sanity checks. Also typecast the return value of respective get_topic_ids functions. See #2331.
[4666] johnjamesjacoby Improve margins on TinyMCE quicktags. Includes RTL.
[4818] johnjamesjacoby Improve logic in topics loop, so that super-stickies are always above forum-stickies. Props alex-ye. Fixes #2260.
[2972] johnjamesjacoby Improve logic behind setting the current_forum/topic/reply_id global variables
[2992] johnjamesjacoby Improve inline documentation in bbp_update_forum_last_reply_id() and remove unneeded empty variable check. Also cast some variables as integers when comparing their values to be safe.
[5121] johnjamesjacoby Improve function locations introduced in r5120. Ensures template and helper functions are in template.php. See #2426.
[3855] johnjamesjacoby Improve forum and topic description texts to include empty cases.
[5558] johnjamesjacoby Improve form field output sanitization when posting theme-side forum/topic/reply content. Thanks planetzuda. See #2719.
[2735] johnjamesjacoby Improve fieldset reply notice when topic is closed but user can still reply.
[4623] johnjamesjacoby Improve default pagination styling (includes RTL). Hat-tip corsonr. Fixes #2124.
[2703] johnjamesjacoby Improve current_user_id and displayed_user_id functions. Also remove Page Template ability from User templates.
[2808] johnjamesjacoby Improve bbp_list_subforums function with additional formatting args
[3657] johnjamesjacoby Improve bbp_is_activation() and bbp_is_deactivation() to include bulk actions. Props duck_. Fixes #1660.
[3220] johnjamesjacoby Improve RTL support in Right Now dashboard widget. Fixes #1536.
[5497] johnjamesjacoby Improve ID and classification in `form-topic.php` when forum is closed or user cannot create new topics. Props netweb. Fixes #2574.
[4858] johnjamesjacoby Improve CSS for pre/code blocks, to allow code to scroll horizontally within a pre tag; includes minification. (trunk)
[4856] johnjamesjacoby Improve CSS for pre/code blocks, to allow code to scroll horizontally within a pre tag.
[6766] johnjamesjacoby Importers: `setup_globals()` is a public method. This change fixes a bug with the vBulletin3 importer causing it not to run.
[6767] johnjamesjacoby Importers: `setup_globals()` is a public method. This change fixes a bug with the vBulletin importer causing it not to run. See r6766 for the vBulletin3 equivalent.
[5800] netweb Importers: Updated AIM, YIM, and Jabber user meta key prefixes importer user profile fields for AEF, FluxBB, Kunena3, MyBB, PunBB, SMF, XMB, vBulletin and vBulletin3 importers Props netweb. Fixes #2815
[5795] netweb Importers: Update phpbB importer to support phpBB 3.1.x database schema changes * Note: Importing from phpBB 3.0.x is no longer supported, please update to phpBB 3.1.x before importing Props netweb. Fixes #2716
[6041] netweb Importers: In `BBP_Converter_Base::convert_table()` method use `isset()` rather than `! is_null` Props Offereins Fixes #2733
[5989] netweb Importers: Add support for anonymous topic and reply import support in XenForo (XenForo.php) importer This changeset adds support for importing topics and replies where the original XenForo author was deleted, this keeps the original author name as the now topic or reply anonymous author name. Props netweb. Fixes #2922, See aslo #2347.
[6929] johnjamesjacoby Importer: remove byref usade in parser.php. This commit removes an old byref in the bbCode parser. It wasn't really necessary, and was causing problems with certain PHP versions. Fixes #3257. Props webmaigcz.
[6928] johnjamesjacoby Importer: make inside meta-box contents a bit more squared. This change fixes a padding issue with the inner meta-box content, causing there to be more space on the bottom than on the top.
[5526] netweb Importer templates updates to coincide with r5525 changeset to differentiating original forum, topic and reply meta ID's from new bbPress post meta keys. * Renames `_bbp_forum_id` to `_bbp_old_forum_id` * Renames `_bbp_topic_id` to `_bbp_old_topic_id` * Renames `_bbp_post_id` to `_bbp_old_reply_id` See #2650
[3659] johnjamesjacoby Implement topic view feeds. Fixes #1716.
[7164] johnjamesjacoby Ignore pnpm-lock.yaml. pnpm is an optional alternative to npm, allowing for global sharing of dependencies, which is particularly useful for WordPress plugins.
[7165] johnjamesjacoby Ignore pnpm-lock.yaml in Subversion. See r7164.
[3210] johnjamesjacoby If user has unfiltered_html capability, add notice to the top of topic and reply forms and hide the form-allowed-tags section.
[2830] johnjamesjacoby If topic is being permanently deleted, redirect back to forum.
[3808] johnjamesjacoby If there is no topic or reply, bail early out of respective _update_ functions to avoid a ton of errors and bad things from happening.
[3218] johnjamesjacoby If settings fields are empty, automatically revert them to their defaults. This adds an additional parameter to bbp_form_option() function to pass the default value.
[5059] johnjamesjacoby If pre-option exists for threaded replies depth, make sure it's correctly disabled.
[5174] johnjamesjacoby If not deleting users, delete the imported user meta-data instead. See #1889. Props netweb.
[5397] johnjamesjacoby If a reply is a reply to another reply, display the parent reply information in the form legend with the topic title. Props netweb. Fixes #2509.
[5842] johnjamesjacoby IDs: Some reply functions still default to their topics if no replies are present. This functionality has slowly been removed over time and built into respective functions. In this changeset, we remove those leftover assignments and update a few phpdoc descriptions as needed. Hat-tip netweb. See #2806.
[5829] johnjamesjacoby I think this building should be condemned. There's serious metal fatigue in all the load-bearing members, the wiring is substandard, it's completely inadequate for our power needs, and the neighborhood is like a demilitarized zone.
[4668] johnjamesjacoby I don't see nothing wrong, with a little bump and grind.
[6579] netweb Humans: I like tacos 🌮
[4381] johnjamesjacoby Humans: * Add jmdodd to thanks list.
[3311] johnjamesjacoby Huge theme compatibility audit. This normalizes all of the function names, template files, actions, and globals surrounding theme compatibility.
[3652] johnjamesjacoby Hook topic and reply trash actions onto new wp_trash_post hook introduced in WordPress 3.3. Fix #1707.
[3687] johnjamesjacoby Hook missing forum contextual help in. See #1699.
[6528] johnjamesjacoby Hierarchy: Use `post_parent` when not empty, and fallback to meta-data. This fixes a few weird inconsistencies with how deleting content works, because `delete_` hooks fire after meta & terms have already been deleted from the database, `deleted_` hooks fire after the post itself is deleted from the database, but the post object cache has not yet been cleaned (even though term & meta caches have.) We also call a few functions like `bbp_is_reply()` on the deleted `$postid`, and even though the state of the object-cache should not be relied on, it has not been purged yet. Relatedly, updates to forum & topic descriptions can more reliably identify their state, so this commit adjusts some logic there also.
[4944] johnjamesjacoby Hierarchical replies: * Introduce setting, option, functions, JS, CSS, and Walker class to support hierarchical replies. * Tweak functions where saving the additional reply_to meta data is necessary. * Add meta data field in dashboard to show the reply_to ID. * There will likely be more tweaking necessary, as we test this further and get more eyes on the code. * Fixes #2036. * Props jmdodd for this huge effort.
[2563] johnjamesjacoby Hierarchical false on replies for now
[2822] johnjamesjacoby Hide the revision log in admin topics and replies. Fixes #1451 props !GautamGupta
[4809] johnjamesjacoby Hide super sticky related output from group forums. Props imath. Fixes #2227.
[3191] johnjamesjacoby Hide recount tool menu behind admin class variable, as forum recounts are hugely costly when done site wide and should not be so readily available.
[3425] johnjamesjacoby Hide potential variable not defined debug notice. Fixes #1560. Props !GautamGupta.
[3485] johnjamesjacoby Hide favorites link(s) if favorites are not active.
[6354] johnjamesjacoby Hidden: Revert part of r6303, and improve some surrounding code: * Tiny function-call optimizations * Use integers for `_n()` and formatted strings for output * Type casting, phpdoc, and code formatting improvements Fixes #3077.
[6303] johnjamesjacoby Hidden: Remove "+ " string portion from output from hidden content. This is a carry-over from bbPress 0.x, is superfluous in the given context, and previously could have presented misleading results if a negative value was presented. Fixes #3059.
[3047] johnjamesjacoby Hidden forums are always hidden.
[4052] johnjamesjacoby HiDPI: * Tweak CSS for 2x icon32's. * See #1839.
[4051] johnjamesjacoby HiDPI: * Add 2x icons for icon32's. * Fixes #1839.
[6441] johnjamesjacoby Help: Update help text, and include a bit about the "Theme Packages" section.
Note: See TracReports for help on using and creating reports.