Skip to:
Content

bbPress.org

{33} Commit Messages, Current Release (4888 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 4888)

Changeset Author Message
[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.
[2743] johnjamesjacoby Fix bb_get_user to prevent 'Invalid argument' errors.
[2742] johnjamesjacoby Clean up bb-login.php to prevent potential redirection exploit.
[2741] johnjamesjacoby Fixes #1361. Introduce 'Forum Moderator' role. Props !GautamGupta via Google Code-in
[2740] johnjamesjacoby Add spam/trash actions for replies + theme support for spam/trash replies for admins. Improve spam/trash actions for topics. Admin column CSS clean-up. Props !GautamGupta via Google Code-in
[2739] johnjamesjacoby Properly prepare bb_get_forum. Fixes #1414. Props nbachiyski.
[2738] johnjamesjacoby Correct @since docs
[2737] johnjamesjacoby First pass at using WordPress Settings API for admin settings. Props !GautamGupta via Google Code-in
[2736] johnjamesjacoby Improve widget code. Add topic/reply ordering. Props !GautamGupta
[2735] johnjamesjacoby Improve fieldset reply notice when topic is closed but user can still reply.
[2734] johnjamesjacoby Fixes #1377, #1390, #1412, #1378. Error handling on form submission, and better anonymous user handling. Props !GautamGupta via Google Code-in.
[2733] johnjamesjacoby Handle situation where all topics have replies when viewing the bbp_no_replies page.
[2732] johnjamesjacoby Remove paged=1 from pagination links when default permalinks are set
[2731] johnjamesjacoby Better default permalink support
[2730] johnjamesjacoby Fix broken favorites and subscriptions (from previous commit)
[2729] johnjamesjacoby Introduce functions for getting and validating a user_id, and use them through-out project.
[2728] johnjamesjacoby Fix spelling error on bbp_edit_profile
[2727] johnjamesjacoby First pass at topic moderation links for Trash, Open/Closed, and Spam. Props !GautamGupta via Google Code-in
[2724] johnjamesjacoby Clean up admin forum/topic/reply columns.
[2723] johnjamesjacoby Change bbp_convert_date description
[2722] johnjamesjacoby Rename bbp_get_modified_date function to bbp_convert_date since we no longer use the modified_date for freshness.
[2721] johnjamesjacoby Fixes #1397
[2720] johnjamesjacoby Fix anonymous user links. Fix single reply template. Abstract out user profile/website links. Fixes #1408. Props !GautamGupta via Google Code-in
[2716] johnjamesjacoby Fixes #1402 props !GautamGupta
[2715] johnjamesjacoby Don't output topic admin links if not actually in a topic. Props !GautamGupta
[2714] johnjamesjacoby Fixes #1403 props !GautamGupta
[2713] johnjamesjacoby Fixes #1401 props !GautamGupta
[2712] johnjamesjacoby Fixes #1400 props !GautamGupta
[2711] johnjamesjacoby Fixes #1399 props !GautamGupta
[2709] johnjamesjacoby Remove rogue extra space
[2708] johnjamesjacoby Improved sub-forum lists inside bbp_forums loop.
[2707] johnjamesjacoby Test shorter topic-tag slug 'tag' for conflicts with WordPress core.
[2706] johnjamesjacoby Fix typo in r2705
[2705] johnjamesjacoby Fixes #1391 props elfin
[2704] johnjamesjacoby Rename sticky option keys
[2703] johnjamesjacoby Improve current_user_id and displayed_user_id functions. Also remove Page Template ability from User templates.
[2702] johnjamesjacoby Fixes #1383 again. Native eol-style on new files. Props westi for svn autoprops.
[2701] johnjamesjacoby Clean up some old phpDoc
[2700] johnjamesjacoby Introduce BBP_Component class. Change alternate class to even/odd.
[2699] johnjamesjacoby Fix references to user slug
[2698] johnjamesjacoby Improve topic and reply pagination verbiage
[2697] johnjamesjacoby Clean up setting of current_user variable
[2696] johnjamesjacoby Improve query count in bbp_get_reply_url
[2695] johnjamesjacoby Add bbp_no_replies template page to list topics without replies
[2694] johnjamesjacoby Clean up favorites and subscription adding code
[2693] johnjamesjacoby Fix issue where adding as favorites or subscribing would error if user did not have existing favorite or subscription
[2692] johnjamesjacoby Move special query_vars into dedicated functions
Note: See TracReports for help on using and creating reports.