Skip to:
Content

bbPress.org

{33} Commit Messages, Current Release (4934 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 (4801 - 4900 of 4934)

Changeset Author Message
[2597] johnjamesjacoby Revert to colloquial barbarisms (content type/post type)
[2596] johnjamesjacoby Replace constants with $bbp global. Rename 'post type' references to 'content type.' Various human readability fixes.
[2595] johnjamesjacoby Simplify load sequence.
[2594] johnjamesjacoby Move bbp_loader.php into includes. Rename run-file to bbpress.php. Remove references to 1.2 version and replace with 'plugin'
[2593] johnjamesjacoby Move included files into bbp-includes. First pass at meta caps (hat tip greenshady)
[2592] johnjamesjacoby Introduce sticky and super sticky functions for future use.
[2591] johnjamesjacoby Improvements to twentyten child theme. Abstract out some topic_author functions.
[2590] johnjamesjacoby Add topic_author template tags. Improve admin rows.
[2589] johnjamesjacoby Adjust breadcrumb template tag functions for future use.
[2588] johnjamesjacoby Fix missing global
[2587] johnjamesjacoby Improve page-bbp_front.php
[2586] johnjamesjacoby Fixes #1321. Also add checks to topic_id and forum_id functions.
[2585] johnjamesjacoby Typo in custom topic tag slug
[2584] johnjamesjacoby Better support for custom topic tag slug
[2583] johnjamesjacoby Improvements to post form handling and bbp-twentyten theme.
[2582] johnjamesjacoby Add bbp-admin folder and placeholders for settings and tools related code.
[2581] johnjamesjacoby Add folder for bbp-default theme
[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.
[2579] johnjamesjacoby Fix issue where the_content would display on incorrect post_type's
[2578] johnjamesjacoby First pass at improved admin interface. Adds ability to add and edit user from within admin.
[2577] johnjamesjacoby Bring back 1 reply text.
[2576] johnjamesjacoby Bring back 1 reply text
[2575] johnjamesjacoby Add pagination for forum
[2574] johnjamesjacoby Fix function names. First pass at reply and topic forms. Variable type cast fixes. Introduce current_user functions. Rename bbp_post template part to bbp_reply. Rename pagination functions to fit context. Lots of other tweaks.
[2573] johnjamesjacoby Revert part of 2572.
[2572] johnjamesjacoby Fix issue where loop content could poison parent forum/topic function return values.
[2571] johnjamesjacoby Rearrange _id logic to account for sub-forums and hierarchical replies.
[2570] johnjamesjacoby Switch to get_the_author_meta to remove deprecated notice.
[2569] johnjamesjacoby Update voices documentation
[2568] johnjamesjacoby Adjust @since phpdoc for previous Voices commit.
[2567] johnjamesjacoby First pass at Voices. Fixes #1330. Props !GautamGupta
[2566] johnjamesjacoby Fixes #1333 props anthonycole
[2565] johnjamesjacoby Cleanup wp_debug errors. Fixes #1335, #1336, #1338, #1339, and #1340.
[2564] johnjamesjacoby Adjustments to get replies running. More to do here.
[2563] johnjamesjacoby Hierarchical false on replies for now
[2562] johnjamesjacoby Fix incorrect return value
[2561] johnjamesjacoby Fix reply order. Fix missing globals.
[2560] johnjamesjacoby Fill in single-bbp_reply template file
[2559] johnjamesjacoby Fill in some blanks on taxonomy-bbp_topic_tag template file
[2558] johnjamesjacoby Rename single topic_reply template file to match new post_type ID
[2557] johnjamesjacoby Replace 'topic_reply' references with 'reply' (this includes the post_type ID)
[2556] johnjamesjacoby Add get_sidebar to template files
[2555] johnjamesjacoby Fixes #1321 props markmcwilliams
[2554] johnjamesjacoby Correct @since's
[2553] johnjamesjacoby Fixes #1315. Introduce topic reply template tags. Props !GautamGupta
[2552] johnjamesjacoby Introduce bbp_replies template part. Fill in bbp_topic template emptiness.
[2551] johnjamesjacoby Fix incorrect template comment
[2550] johnjamesjacoby Theme updates. Introduce template parts. Rename forum front template.
[2549] johnjamesjacoby Add some _is_ logic, and better post_type and ID checks.
[2548] johnjamesjacoby Finish tfoot in forum and front
[2547] johnjamesjacoby Fix reversed forum order.
[2546] johnjamesjacoby Get some twentyten child theme files in. Some are placeholders, some are started.
[2545] johnjamesjacoby Make times play nicely with each other.
[2544] johnjamesjacoby Introduce functions for handling time since
[2543] johnjamesjacoby Use post_modified_time for now. Needs API.
[2542] johnjamesjacoby Default to current forum. Cast return ID's as integers.
[2541] johnjamesjacoby Add logic for forum and topic ID's
[2540] johnjamesjacoby Fixes #1326 props mr_pelle
[2539] mdawaffe Do not localize times in feeds: restore [2132]. Fixes #1092. See #1280.
[2538] johnjamesjacoby Make bbPress admin area style links less minty.
[2537] mdawaffe To prevent meta duplication from race conditions, replication lag, etc., support sites that that choose to add a UNIQUE key to their meta table. We still need to support sites with the default keys, so don't get rid of the current if ( get ) { update } else { insert } just replace it with if ( get ) { update } else { insert on duplicate key update }
[2536] chrishajer Properly update version in functions.bb-meta.php
[2535] johnjamesjacoby Fixes #1319.
[2534] johnjamesjacoby Do not link anonymous posters in admin posts area.
[2533] johnjamesjacoby Reverse tabindexes on login form for rememberme and submit.
[2532] johnjamesjacoby Adjust tabindexes on login and post/edit forms.
[2531] johnjamesjacoby Add contexts to localized strings, fix verbiage, and fix missing fieldset close tag. Fixes #1324.
[2530] mdawaffe fix _bb_make_tag_compat() to work on array input. Make sure tt_id is always an (int). WS.
[2529] mdawaffe bp_bbpress_cron_check get's loaded all the time anyway, so just load it up front
[2528] mdawaffe Relearn the ropes: bump version
[2527] mdawaffe bring back ghetto $tagged_topic_count used by tag_pages()
[2526] mdawaffe remove debug code that slipped into [2525]
[2525] mdawaffe finally fix 3 year old note: use join instead of IN(...) for tagged topics/posts in BB_Query
[2524] johnjamesjacoby Make admin theme links a little brighter green.
[2523] johnjamesjacoby Mute the wphead border just a bit
[2522] johnjamesjacoby Missed a few spots...
[2521] johnjamesjacoby Surprise! bbPress colors in your WordPress admin! (traditional wp-content dir required for now...)
[2520] johnjamesjacoby Admin area code clean-up
[2519] johnjamesjacoby Add topic pagination
[2518] chrishajer Add binary favicon.ico, not the HTML for the page (oops.) Fixes #1303
[2517] chrishajer Add optional $user_id for subscriptions (useful for plugins). Further fixes #1268. Props dimadin
[2516] chrishajer Add favicon to bb-admin. Fixes #1303. Props mr_pelle
[2515] johnjamesjacoby Use classes the right way, at least until php 5 support comes around
[2514] johnjamesjacoby Introduce Walker class (from WP page Walker) plus main class cleanup
[2513] johnjamesjacoby Fix phpdoc error
[2512] johnjamesjacoby Fix topic/reply counts. Still more to do here.
[2511] chrishajer Fix multiple anonymous posting issues. Fixes #1310. Props !GautamGupta
[2510] chrishajer Translate plugin names and descriptions properly before activation. Fixes #1318. Props Nightgunner5
[2509] johnjamesjacoby More bbp_loader.php cleanup. Move activation/deactivation/uninstall sequence functions into loader class.
[2508] johnjamesjacoby bbp_loader.php cleanup (docs, whitespace, etc)
[2507] johnjamesjacoby Register our own theme directory in WP
[2506] johnjamesjacoby Add constants for themes dir and url
[2505] johnjamesjacoby Add bbp-themes folder.
[2504] chrishajer Add do_action to _bb_delete_post(). Fixes #1317. Props r-a-y
[2503] chrishajer Loop correctly through term objects; pass objects by reference. Fixes #1313. Props to bobrick
[2502] chrishajer Fix order of posts and remove duplicates, using a regex. Fixes #1301. Props Nightgunner5
[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.
[2500] johnjamesjacoby Why echo loudly when you can return quietly? props GautamGupta
[2499] johnjamesjacoby Force counts to pick up all descendants of proper post type.
[2498] johnjamesjacoby Fix incorrect filter names. props GautamGupta
Note: See TracReports for help on using and creating reports.