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 (3901 - 4000 of 4934)

Changeset Author Message
[2843] johnjamesjacoby Update login widget to use correct url and link functions.
[2842] johnjamesjacoby Bump new reply avatar size up to match new topic avatar size.
[2841] johnjamesjacoby Rearrange the reply and new topic elements in bbp-twentyten. Adjust the fieldset top padding and fieldset message styling.
[2840] johnjamesjacoby Add an extra 20px of width to the content area.
[2839] johnjamesjacoby Use correct bbp_user_profile_link function in login widget
[2838] johnjamesjacoby Adjust message styling in bbp_topic_tag.php to use new .info class
[2837] johnjamesjacoby Clean up merge and split template files. Only show certain options if other topics exist within the current forum. Add bbp-template-notice.info class for general informational messages.
[2836] johnjamesjacoby Documentation for new sticky topic code.
[2835] johnjamesjacoby Fix issue where stickies and super stickies were overwriting the position of normal posts in the loop.
[2834] johnjamesjacoby Topics widget should not show stickies out of order.
[2833] johnjamesjacoby Add actions to user-edit.php in bbp-twentyten to allow customizing of the edit profile page. Fixes #1410.
[2832] johnjamesjacoby Additional empty forum check to delete last active and last topic_id meta.
[2831] johnjamesjacoby When topics are deleted, recalculate the associated forum last active time. This includes possible subforums and walks up through parent forums setting the correct time.
[2830] johnjamesjacoby If topic is being permanently deleted, redirect back to forum.
[2829] johnjamesjacoby Fix @since revision numbers
[2828] johnjamesjacoby Add anonymous user data editing ability to topics and replies. Fixes #1409. Props !GautamGupta
[2827] johnjamesjacoby Login widget, and various supporting styles and functions for a smarter redirect. Fixes #1464, #1465. Props !GautamGupta for original patches.
[2826] johnjamesjacoby Deemphasize the admin links when viewing a single topic.
[2825] johnjamesjacoby Sticky styling is not just for the front page.
[2824] johnjamesjacoby Fix excerpt length counts and use … instead of '...' Fixes #1456. Props !GautamGupta
[2823] johnjamesjacoby Fix login smart redirect. Fixes #1460, #1459. Props !GautamGupta
[2822] johnjamesjacoby Hide the revision log in admin topics and replies. Fixes #1451 props !GautamGupta
[2821] johnjamesjacoby Prevent possible variable not set notice (trunk)
[2820] johnjamesjacoby Prevent possible variable not set notice (branch)
[2819] johnjamesjacoby Stop XMLRPC from complaining when bbPress is activated. Remove needless isset() checks in bbp_get_user_id(). Fixes #1458
[2818] johnjamesjacoby Resetting EOL style to native through-out plugin branch.
[2817] johnjamesjacoby Sanity checks on logout redirection global variables
[2816] johnjamesjacoby Fix typo in Subscriptions phpDoc header. Props markmcwilliams
[2815] johnjamesjacoby Introduce lost password page. Introduce user_login and user_lost_pass template parts. Introduce supporting login and smart login redirect functions. Normalize submit containers across template forms. (@todo: register, activation, and lost password pages)
[2814] johnjamesjacoby Introduce bbp_user_register template part placeholder
[2813] johnjamesjacoby Adjust bbp_register template file to use template part in preparation for shortcode usage.
[2812] johnjamesjacoby Normalize bbp-includes directory. Mostly documentation fixes. Introduce bbp-shortcodes placeholder.
[2811] johnjamesjacoby Add missing phpDoc from r2810. Assign a default tab_index value to try to avoid conflicts.
[2810] johnjamesjacoby Normalize bbp-twentyten theme files. Introduce bbp_tab_index functions for forms. Rename some page- files to action- since they are not page templates. Introduce bbp_login and bbp_register place-holders in bbp-twentyten theme.
[2809] johnjamesjacoby Run strip_tags and trim on topic and reply excerpts. Fixes #1448.
[2808] johnjamesjacoby Improve bbp_list_subforums function with additional formatting args
[2807] johnjamesjacoby Use 'code' CSS class for slug settings
[2806] johnjamesjacoby Adjust topic and reply counts up the subforum tree. Fixes #1320. Props !GautamGupta
[2805] johnjamesjacoby Add @todo messages to admin forum/topic recounts, and minor tweaks to recount queries
[2804] johnjamesjacoby Disallow uncapable users from creating topics in closed forums. Fixes #1452. Props !GautamGupta
[2803] johnjamesjacoby Correctly check for WP_Error and correctly load anonymous user cookie data/avatar. Fixes #1452. Props !GautamGupta
[2802] johnjamesjacoby Clean up index.php. Number format friendliness. Add some comments. Fixes #1370 props !JohnConners
[2801] johnjamesjacoby Do not attempt to translate an empty string. Fixes #1420
[2800] johnjamesjacoby Use correct table column when deleting terms. See #1353
[2799] johnjamesjacoby Fix ajax tag adding/removing. Fixes #1327
[2798] johnjamesjacoby Remove logged_in and anonymous posting checks to prevent conflicts when anonymous posting is toggled after posts have been entered by anonymous users. Fixes #1367
[2797] johnjamesjacoby Correct cap on Add User admin menu, and add cap check to submenus. Fixes #1368
[2796] johnjamesjacoby Check the topic_id and reply_id when appending revision logs
[2795] johnjamesjacoby Remove references to 'the loop' in phpDoc in functions where the loop isn't required
[2794] johnjamesjacoby Use new action hooks for forum/topic/reply column headers
[2793] johnjamesjacoby Use new action hooks for forum/topic/reply column headers
[2792] johnjamesjacoby Decode special characters when editing topics/posts [0.9 branch]
[2791] johnjamesjacoby Backport clean_url fixes to 0.9 branch.
[2790] johnjamesjacoby Split apart bbp-functions.php into smaller, more manageable files. Also fix missing global on subscription removal. Props !GautamGupta via Google Code-in
[2789] johnjamesjacoby Introduce views API into plugin. Allows for creating specific topic views with code rather than with templates. The 'no-replies' view is included as default. Props !GautamGupta via Google Code-in
[2788] johnjamesjacoby Better handling of title attributes. Props !GautamGupta via Google Code-in
[2787] johnjamesjacoby Introduce _get_ functions for forums, topics, and replies. Fixes #1415. Props !GautamGupta via Google Code-in
[2786] johnjamesjacoby Add bbp-options.php to project for options specific code. Improve admin settings area, adding slugs, posts per page, and enable/disable favorites, subscriptions, and anonymous posting. Props !GautamGupta via Google Code-in
[2785] johnjamesjacoby White noise.
[2784] johnjamesjacoby Allow capable users to mark topics as sticky/super sticky on creation/edit. Props !GautamGupta via Google Code-in
[2783] johnjamesjacoby Map read_ caps for forums/topics/replies. Also revert r2779 since we remove the moderator role completely. Props !GautamGupta via Google Code-in
[2782] johnjamesjacoby Introduce topic and reply revisions, complete with optional logging and reason for editing. Props !GautamGupta via Google Code-in
[2781] johnjamesjacoby Remove diff that was accidentally added to project.
[2780] johnjamesjacoby Introduce _content functions for topics and replies. Introduce our own allowed_tags for handling HTML. Add nofollow to links in content. Properly sanitize topic and reply slugs. Fixes #1426, #1389, #1411. Props !GautamGupta via Google Code-in
[2779] johnjamesjacoby Remove moderator caps on deactivation. Fixes #1445. Props cnorris23
[2778] johnjamesjacoby Adjust padding on content areas, and restrict image widths from breaking layout. Fixes #1441.
[2777] johnjamesjacoby Remove admin notice. Fixes #1440.
[2776] johnjamesjacoby Better user edit and registration file inclusion checks.
[2775] johnjamesjacoby Remove incorrect 'else' check.
[2774] johnjamesjacoby Proper version compare check.
[2773] johnjamesjacoby Do not show title or widget HTML if there is nothing to display.
[2772] johnjamesjacoby Sort by menu_order on forums widget
[2771] johnjamesjacoby Attempt to sort by menu_order rather than post_title.
[2770] johnjamesjacoby Introduce forum statistics dashboard widget. Fixes #1438. Props !GautamGupta via Google Code-in
[2769] johnjamesjacoby Introduce forum statistics; fixes #1427. Introduce method to limit number of pages in topics query. Props !GautamGupta via Google Code-in
[2768] johnjamesjacoby Introduce tag management utilities. Fixes #1424. Props !GautamGupta via Google Code-in
[2767] johnjamesjacoby Missed a spot. See r2765.
[2766] johnjamesjacoby Remove debug code.
[2765] johnjamesjacoby Check proper 'moderate' cap on topic/reply admin actions. Fixes #1432.
[2764] johnjamesjacoby Fixes #1423. Props !GautamGupta via Google Code-in
[2763] johnjamesjacoby Introduce duplicate topic/reply detection. Props !GautamGupta via Google Code-in
[2762] johnjamesjacoby Update svn:ignore rules to include .htaccess and 'my-' directories.
[2761] johnjamesjacoby Revert r2759 and correct path in r2755. Props westi
[2760] johnjamesjacoby Backport bb-login.php changes from trunk to 1.0 branch.
[2759] johnjamesjacoby Adjust BackPress includes paths in 1.0 branch.
[2758] johnjamesjacoby "...pursuing a career in the custodial arts." phpDoc fixes and code clean-up. Props !GautamGupta via Google Code-in
[2757] johnjamesjacoby Fix @sinces from r2756
[2756] johnjamesjacoby Introduce topic split/merge functionality. Props !GautamGupta via Google Code-in
[2755] johnjamesjacoby Update BackPress external to use new bbpress-1.0-backpress branch. Props westi
[2754] johnjamesjacoby Introduce sticky/super-sticky topics. Props !GautamGupta via Google Code-in
[2753] johnjamesjacoby Rename bbp-filters.php to bbp-hooks.php, and move a majority of actions/filters into it. Introduce ability to edit topics/posts from front-end of theme, and consequently introduce page-bbp_edit.php. Also includes various phpDoc clean-up. Props !GautamGupta via Google Code-in
[2752] johnjamesjacoby Move excerpt functions under reply_content functions.
[2751] johnjamesjacoby Add reply_excerpt code from r2750. Props !GautamGupta via Google Code-in
[2750] johnjamesjacoby Improve widgets. Props !GautamGupta via Google Code-in
[2749] johnjamesjacoby Fixes #1435 props !GautamGupta
[2748] johnjamesjacoby Revert extra voice-counts in single-bbp_topic.php that reappeared in r2746
[2747] johnjamesjacoby Fix @since's from r2746. Use correct 'read_private_forums' cap where appropriate.
[2746] johnjamesjacoby Introduce forum type/status/visibility using post_meta. This hides the built in WordPress equivalents as a temporary hack until custom WP post statuses are more flexible. Props !GautamGupta via Google Code-in.
[2745] johnjamesjacoby Do not allow trash-to-spam or spam-to-trash status changes; prevents issues with rogue topics/replies.
[2744] johnjamesjacoby Clean up post type registration code. Allow capable users to view trashed/spammed topics. Fixes #1346. Props !GautamGupta via Google Code-in.
Note: See TracReports for help on using and creating reports.