Skip to:
Content

bbPress.org

{33} Commit Messages, Current Release (4877 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 (4001 - 4100 of 4877)

Changeset Author Message
[2680] johnjamesjacoby Prepare walker class. Improved paginated reply url links. Rename bbp_reply_topic function to bbp_reply_topic_title.
[2679] johnjamesjacoby Fixes #1383 props westi
[2678] johnjamesjacoby Zebra stripe the bbp-twentyten theme
[2677] johnjamesjacoby Add style.css to bbp-default to hide broken theme notice.
[2676] johnjamesjacoby Add bbPress logo to bbp-twentyten screenshot to help it stand out in the crowd
[2675] johnjamesjacoby Fix list of topics when viewing a topic tag
[2674] johnjamesjacoby Fix html doc
[2673] johnjamesjacoby Add missing subscribed forum topics template part code.
[2672] johnjamesjacoby Fixes #1374
[2671] johnjamesjacoby Fixes #1372 props markmcwilliams
[2670] johnjamesjacoby First pass at anonymous posting. Fixes #1363 props !Kaspace from Google Code-in
[2669] johnjamesjacoby Don't load CSS in admin
[2668] johnjamesjacoby Add topic subscription ability. Fixes #1366 props !GautamGupta va Google Code-in
[2667] johnjamesjacoby Add reply_author functions. Improvements to bbp-twentyten theme.
[2666] johnjamesjacoby Fix previous topic pagination adjustments for author favorites
[2665] johnjamesjacoby Remove help message from author favorites.
[2664] johnjamesjacoby Tweak author.php and associated CSS
[2663] johnjamesjacoby Adjust author.php and associated CSS
[2662] johnjamesjacoby Add some primitive styling to favorites links
[2661] johnjamesjacoby Switch destination links
[2660] johnjamesjacoby Make favorites work without needing AJAX. Add Topics Created to author page. Adjust some CSS. Rename favorite links to permalinks. Clean up author.php.
[2659] johnjamesjacoby Move ajax handling of favorites into theme. Clean up other favorites related code. More to do.
[2658] johnjamesjacoby Move ajax handling of favorites into theme. Clean up other favorites related code. More to do.
[2657] johnjamesjacoby Fix error that can happen when attempting to view a single reply
[2656] johnjamesjacoby Make error message ambiguous since it is also used in non-forum contexts
[2655] johnjamesjacoby Clean up loop-bbp_topics code from adding favorites feature
[2654] johnjamesjacoby Better pagination verbiage
[2653] johnjamesjacoby First pass at widgets. Props Jason K via Google Code In
[2652] johnjamesjacoby First pass at user favorites. Props !GautamGupta via Google Code In
[2651] johnjamesjacoby Adjustments to admin area CSS for icons32 and WP 3.1
[2650] johnjamesjacoby Windows local-install friendly themes_dir. Fixes #1358 in a really ugly way but works for all OS's
[2649] johnjamesjacoby Remove duplicate action reference
[2648] johnjamesjacoby Replace $_GET['post_type'] references with $typenow global in admin. Props nacin
[2647] johnjamesjacoby Remove typo from r2646 props nacin
[2646] johnjamesjacoby Follow my own rules in BBP_Admin
[2645] johnjamesjacoby Change phpDoc and rearrange functions in the order they are called
[2644] johnjamesjacoby Move hooks and actions into _setup_actions
[2643] johnjamesjacoby Admin nag notice about theme. Add skeleton for settings page. Move tools menu creation into main admin class.
[2642] johnjamesjacoby Fix incorrect doc
[2641] johnjamesjacoby Add author URI to bbpress.php
[2640] johnjamesjacoby Add license.txt to plugin root
[2639] johnjamesjacoby Add readme.txt and make adjustments to plugin meta at top of bbpress.php
[2638] johnjamesjacoby Add bbpress tag to theme, along with tags from Twenty Ten
[2637] johnjamesjacoby Add license to bbp-twentyten theme
[2636] johnjamesjacoby Add screenshot to bbp-twentyten child theme (hat tip original Twenty Ten theme)
[2635] johnjamesjacoby Rearrange time and date
[2634] johnjamesjacoby Support for pretty pagination links
[2633] johnjamesjacoby Rearrange recount items to be top-down forums, topics, replies
[2632] johnjamesjacoby Fix forum reply recount and remove old code
[2631] johnjamesjacoby Whitespace cleanup to bbpress.php
[2630] johnjamesjacoby Prefix core meta with underscore inside recount functions
[2629] johnjamesjacoby Fix incorrect cap check
[2628] johnjamesjacoby Update freshness with new links functions
[2627] johnjamesjacoby Add a ton of template tags for last topic, last reply, and associated authors
[2626] johnjamesjacoby Rename private functions and fix themes url.
[2625] johnjamesjacoby User cap checks on reply and topic handlers.
[2624] johnjamesjacoby Fix incorrect $_POST reference; props ryangannon
[2623] johnjamesjacoby Improved error messages for users that are not logged in.
[2622] johnjamesjacoby Check caps on new topic and new reply forms
[2621] johnjamesjacoby Look in 'bbpress' subfolder of WP_LANG_DIR for global language files
[2620] johnjamesjacoby Add current_ variables to $bbp global
[2619] johnjamesjacoby Remove @todo
[2618] johnjamesjacoby Add bbp_ready action to bbp-loader.php
[2617] johnjamesjacoby Introduce bbp_allow_anonymous function
[2616] johnjamesjacoby Only show topic admin links if user has caps
[2615] johnjamesjacoby First pass at topic, reply, and voice counts. In this first pass, forum replies and forum voices are not working. Also forum counts will be skewed if there are subforums, and reply counts will be skewed if hacking threaded replies. @todo: Use walker and children/ancestors
[2614] johnjamesjacoby Fix function name
[2613] johnjamesjacoby Move bbp-admin.php into /bbp-admin/ directory. Also introduce bbp-tools page for performing recounts, and bbp-functions.php to stash admin specific functions in.
[2612] johnjamesjacoby Give some color to the table heads and foots
[2611] johnjamesjacoby Reduce width of author area and center contents
[2610] johnjamesjacoby bbp-twentyten improvements: Normalize classes, show pagination on topics, show forum per topic when viewing recent, center some column contents
[2609] johnjamesjacoby Unset post_parent if forum_id is empty
[2608] johnjamesjacoby Move capability add/remove into bbp-caps.php
[2607] johnjamesjacoby Add missing table row tags to loop-bbp_replies.php
[2606] johnjamesjacoby Add missing table row tags to single-bbp_topic.php
[2605] johnjamesjacoby Revert accidentally deleted uninstall procedure from r2604
[2604] johnjamesjacoby Fixes #1357 by rearranging the activation and deactivation procedures.
[2603] johnjamesjacoby Fixes #1329
[2602] johnjamesjacoby Rename bbp-templatetags to bbp-template
[2601] johnjamesjacoby Introduce page-bbp_topics, and rename New Topic template to Create Topic
[2600] johnjamesjacoby Add bbp_forum_dropdown to New Topic form when not viewing a specific forum.
[2599] johnjamesjacoby Move loader functions out of needless class, and whitespace fixes.
[2598] johnjamesjacoby Remove bbp-custom code.
[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
Note: See TracReports for help on using and creating reports.