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
[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
[2538] johnjamesjacoby Make bbPress admin area style links less minty.
[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.
[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
[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.
[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.
[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
[2497] johnjamesjacoby Fixes wrong post type count. props Nightgunner5.
[2496] johnjamesjacoby Output value, not array
[2489] johnjamesjacoby Fixes #1312 props GautamGupta
[2488] johnjamesjacoby Whitespace cleanup of forum/topic loop args
[2487] johnjamesjacoby Fix phpDoc from r2485. Fix unclean arg type for option values.
[2486] johnjamesjacoby Actually add files mentioned in r2485
[2485] johnjamesjacoby Rename files and directories from bb- to bbp-. Add topics loop functions. Fix forum/topic post row columns. Add functions and filters files.
[2479] johnjamesjacoby Clean up admin area code. Move actions outside of init. Add phpdoc to admin area. Rename a few functions for consistency sake.
[2478] johnjamesjacoby Fix casing on function names and phpdoc
[2477] johnjamesjacoby “Writing, to me, is simply thinking through my fingers.” props petemall
[2476] johnjamesjacoby Add textdomain loader, language folder, and .pot placeholder.
[2470] johnjamesjacoby Copy paste owns me.
[2469] johnjamesjacoby Singular/plural filter fixes (see r2468)
[2468] johnjamesjacoby Singular slugs and add reply slug
[2467] johnjamesjacoby Slug fixes
[2466] johnjamesjacoby Fix wrong topics slug
[2465] johnjamesjacoby Fix inline docs
[2464] johnjamesjacoby Tap tap tap... Is this thing on?
[4690] jmdodd Fix array title copypasta in bbp_admin_repair_list(). * Props netweb. * Fixes #2152.
[4688] jmdodd In bbp_get_dropdown(), set default post_parent to null, not 0. * Fixes #2153.
[4687] jmdodd Refine bbp_get_dropdown(). * Don't assume post_parent = 0 as a default. * Fixes #2153.
[4586] jmdodd Shortcode iteration for search introduced in #1575. * Fix bbp-search shortcode. * Introduce bbp-search-form shortcode. * Fixes #2107.
[4584] jmdodd Bump version.
[4583] jmdodd Fix .bbp-search-content CSS copy pasta typo. * Props netweb. * Fixes #2111.
[4582] jmdodd Add RTL CSS support for search introduced in #1575. * Props netweb. * Fixes #2109.
[4581] jmdodd Replace esc_attr() with urlencode() when adding search terms query args. * Fixes #2110.
[4579] jmdodd Introduce dedicated forum search. * Search forums, topics, and replies. * Add new search functions, including bbp_has_search_results(). * Provide templates for search results. * Fixes #1575.
[4572] jmdodd Introduce function bbp_is_forum_group_forum(). * Fixes #2100.
[4571] jmdodd Use $r['topic_id'] to set initial $topic_id value. * Fixes #2098.
[4570] jmdodd Move `bbp_notify_subscribers` to priority 11. * Fixes #2038.
[7287] dd32 PHP8 compatibility: array_keys() only supports arrays, not null.
[2536] chrishajer Properly update version in functions.bb-meta.php
[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
[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
[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
[2475] chrishajer Correct function name and add information to cookies for anonymous posting. Fixes #1311. Props !GautamGupta
[2474] chrishajer Revert mistakenly changed db-version. Props !GautamGupta
[2473] chrishajer Add class to super sticky posts. Fixes #1309. Props mr_pelle
[2472] chrishajer Forgot to add in new functions.php files for kakumei and kakumei-blue. Fixes #1268. Props !GautamGupta
[2471] chrishajer Multiple fixes for email subscriptions. Note the template changes in kakumei. Probably fixes #1268. Big props to dimadin and !GautamGupta
[5033] bumpbot Compress scripts/styles: 2.4-beta1-5033.
[5026] bumpbot Compress scripts/styles: 2.4-beta1-5026.
[5008] bumpbot Compress scripts/styles: 2.4-alpha-5008.
[5003] bumpbot Compress scripts/styles: 2.4-alpha-5003.
[4993] bumpbot Compress scripts/styles: 2.4-alpha-4993.
[4945] bumpbot Compress scripts/styles: 2.4-alpha-r4900-4945.
[4669] bumpbot Compress scripts/styles: 2.3-bleeding-4669.
[4662] bumpbot Compress scripts/styles: 2.3-bleeding-4662.
Note: See TracReports for help on using and creating reports.