Skip to:
Content

BuddyPress.org

Ticket #6433: 6433.patch

File 6433.patch, 7.4 KB (added by mercime, 10 years ago)
  • src/bp-core/bp-core-admin.php

     
    549549
    550550                        <?php endif; ?>
    551551
    552                         <div class="changelog headline-feature">
    553                                 <h2><?php esc_html_e( 'Member Types', 'buddypress' ); ?></h2>
     552                        <div class="headline-feature">
     553                                <h2><?php esc_html_e( 'Revamped Avatar Upload UI', 'buddypress' ); ?></h2>
     554
    554555                                <div class="featured-image">
    555                                         <img src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/admin/images/member-types.png' ); ?>" alt="<?php esc_attr_e( 'Member types metabox', 'buddypress' ); ?>">
     556                                        <img src="#" alt="<?php esc_attr_e( 'Revamped Avatar Upload UI', 'buddypress' ); ?>">
    556557                                </div>
    557558
    558559                                <div class="feature-section">
    559                                         <h3><?php esc_html_e( 'Native APIs for crafting great new member experiences.', 'buddypress' ); ?></h3>
    560                                         <p><?php esc_html_e( 'Registering member types finally enables a strict separation of different and explicit types of community members.', 'buddypress' ); ?></p>
    561                                         <p><?php esc_html_e( 'This amazing new feature is available to plugin developers starting with BuddyPress 2.2', 'buddypress' ); ?></p>
    562                                         <p><a href="https://codex.buddypress.org/developer/member-types/"><?php esc_html_e( 'Learn more &rarr;', 'buddypress' ); ?></a></p>
     560                                        <h3><?php esc_html_e( 'Built with the new Attachments API, the foundation for media management.', 'buddypress' ); ?></h3>
     561                                        <p><?php esc_html_e( 'You can drag and drop any image you choose to upload as your profile photo. The interface is mobile-ready and now includes integration with phone or laptop cameras. This is an example of what can be developed using the new Attachments API, the long-awaited foundation for media-related BuddyPress components and features.', 'buddypress' ); ?> <a href="https://codex.buddypress.org/plugindev/bp_attachment/"><?php esc_html_e( 'Learn more &rarr;', 'buddypress' ); ?></a></p>
    563562                                </div>
    564563
    565564                                <div class="clear"></div>
     
    567566
    568567                        <hr />
    569568
    570                         <div class="changelog feature-list finer-points">
     569                        <div class="feature-list finer-points">
    571570                                <h2><?php esc_html_e( 'The Finer Points', 'buddypress' ); ?></h2>
    572571
    573572                                <div class="feature-section col two-col">
    574573                                        <div>
    575                                                 <span class=" dashicons dashicons-admin-post"></span>
    576                                                 <h4><?php esc_html_e( 'Post Types Activities', 'buddypress' ); ?></h4>
    577                                                 <p><?php esc_html_e( 'Register custom post types so they appear as activity stream items, complete with custom verbiage.', 'buddypress' ); ?></p>
     574                                                <span class=" dashicons dashicons-admin-users"></span>
     575                                                <h4><?php esc_html_e( 'Member Type Directories', 'buddypress' ); ?></h4>
     576                                                <p><?php esc_html_e( 'Create directories of member types in your site using the Member Type API.', 'buddypress' ); ?></p>
    578577                                        </div>
    579578
    580579                                        <div class="template-pack last-feature">
    581580                                                <span class=" dashicons dashicons-admin-appearance"></span>
    582                                                 <h4><?php esc_html_e( 'Template Pack', 'buddypress' ); ?></h4>
    583                                                 <p><?php esc_html_e( 'The Legacy template pack is now more responsive and accommodating to more WordPress themes.', 'buddypress' ); ?></p>
     581                                                <h4><?php esc_html_e( 'Core Theme Companion Styling', 'buddypress' ); ?></h4>
     582                                                <p><?php esc_html_e( 'Improved integration of components in WordPress core themes Twenty Fifteen and Twenty Fourteen.', 'buddypress' ); ?></p>
    584583                                        </div>
    585584
    586585                                        <div class="group-invites">
    587                                                 <span class=" dashicons dashicons-editor-code"></span>
    588                                                 <h4><?php esc_html_e( 'Message Meta', 'buddypress' ); ?></h4>
    589                                                 <p><?php esc_html_e( 'Private message conversations made infinitely more flexible with an additional metadata table.', 'buddypress' ); ?></p>
     586                                                <span class=" dashicons dashicons-admin-post"></span>
     587                                                <h4><?php esc_html_e( 'Blog Post Activity', 'buddypress' ); ?></h4>
     588                                                <p><?php esc_html_e( 'Generate better excerpts in the activity streams for posts containing images or other embedded media content.', 'buddypress' ); ?></p>
    590589                                        </div>
    591590
    592591                                        <div class="last-feature">
    593                                                 <span class=" dashicons dashicons-heart"></span>
    594                                                 <h4><?php esc_html_e( 'WordPress 3.6 - 4.1', 'buddypress' ); ?></h4>
    595                                                 <p><?php esc_html_e( 'We support a wide range of WordPress versions, even though you should always stay up-to-date.', 'buddypress' ); ?></p>
     592                                                <span class=" dashicons dashicons-star-filled"></span>
     593                                                <h4><?php esc_html_e( 'Star Private Messages ', 'buddypress' ); ?></h4>
     594                                                <p><?php esc_html_e( 'Mark important messages in your inbox from your friends with a star.', 'buddypress' ); ?></p>
    596595                                        </div>
    597596                                </div>
    598597                        </div>
     
    599598
    600599                        <hr />
    601600
    602                         <div class="changelog feature-list">
     601                        <div class="feature-list">
    603602                                <h2><?php esc_html_e( 'Under the Hood', 'buddypress' ); ?></h2>
    604603
    605604                                <div class="feature-section col two-col">
    606605                                        <div>
    607                                                 <h4><?php esc_html_e( 'Complex Activity Queries', 'buddypress' ); ?></h4>
    608                                                 <p><?php esc_html_e( 'Metadata, multiple scopes, actions, post types, and more are now easily queried using core APIs and functionality.', 'buddypress' ); ?></p>
     606                                                <h4><?php esc_html_e( 'Components can register new features', 'buddypress' ); ?></h4>
     607                                                <p><?php esc_html_e( 'Plugin developers can register new features or check if a component feature is registered.using the \'BP_Component\' class.', 'buddypress' ); ?></p>
    609608
    610609                                                <h4><?php esc_html_e( 'Cache Improvements', 'buddypress' ); ?></h4>
    611                                                 <p><?php esc_html_e( 'We now properly group and cache several different types of queries and objects, with an emphasis on multi-network environments.', 'buddypress' ); ?></p>
     610                                                <p><?php esc_html_e( 'Improved cacheing for the following components: Messages, xProfiles, Members &amp; Member Types, and Friends.', 'buddypress' ); ?></p>
    612611                                        </div>
    613612                                        <div class="last-feature">
    614613                                                <h4><?php esc_html_e( 'Developer Reference', 'buddypress' ); ?></h4>
    615614                                                <p><?php esc_html_e( 'Continued improvements to inline code documentation make it easier for developers to understand how BuddyPress works.', 'buddypress' ); ?></p>
    616615
    617                                                 <h4><?php esc_html_e( 'And so Much More', 'buddypress' ); ?></h4>
    618                                                 <p><?php esc_html_e( 'With over 130 bugs squashed and constant attention to improving unit-test coverage, we think this version is just the bee&#8217;s knees.', 'buddypress' ); ?></p>
     616                                                <h4><?php esc_html_e( 'User Documentation', 'buddypress' ); ?></h4>
     617                                                <p><?php esc_html_e( 'The BuddyPress Codex is maintained and updated regularly with new articles and tutorials.', 'buddypress' ); ?></p>
    619618                                        </div>
    620619                                </div>
    621620                        </div>
    622621
     622                <hr />
     623
     624                <p><a href="https://buddypress.org/blog/"><?php esc_html_e( 'BuddyPress News', 'buddypress' ); ?></a> &bullet; <a href="https://buddypress.org/suppport/"><?php esc_html_e( 'Support Forums;', 'buddypress' ); ?></a> &bullet; <a href="https://codex.buddypress.org/"><?php esc_html_e( 'User Documentation', 'buddypress' ); ?></a> &bullet; <a href="https://bpdevel.wordpress.com/"><?php esc_html_e( 'Development Blog', 'buddypress' ); ?></a>  Twitter: <a href="https://twitter.com/buddypress/"><?php esc_html_e( 'BuddyPress', 'buddypress' ); ?></a> &bullet; <a href="https://twitter.com/bptrac/"><?php esc_html_e( 'BuddyPress Trac', 'buddypress' ); ?></a> &bullet; <a href="https://twitter.com/buddypressdev/"><?php esc_html_e( 'BuddyPress Dev', 'buddypress' ); ?></a></p>
     625
     626                <hr />
     627
    623628                <?php
    624629        }
    625630