Ticket #6433: 6433.patch
File 6433.patch, 7.4 KB (added by , 10 years ago) |
---|
-
src/bp-core/bp-core-admin.php
549 549 550 550 <?php endif; ?> 551 551 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 554 555 <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' ); ?>"> 556 557 </div> 557 558 558 559 <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 →', '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 →', 'buddypress' ); ?></a></p> 563 562 </div> 564 563 565 564 <div class="clear"></div> … … 567 566 568 567 <hr /> 569 568 570 <div class=" changelogfeature-list finer-points">569 <div class="feature-list finer-points"> 571 570 <h2><?php esc_html_e( 'The Finer Points', 'buddypress' ); ?></h2> 572 571 573 572 <div class="feature-section col two-col"> 574 573 <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> 578 577 </div> 579 578 580 579 <div class="template-pack last-feature"> 581 580 <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> 584 583 </div> 585 584 586 585 <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> 590 589 </div> 591 590 592 591 <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> 596 595 </div> 597 596 </div> 598 597 </div> … … 599 598 600 599 <hr /> 601 600 602 <div class=" changelogfeature-list">601 <div class="feature-list"> 603 602 <h2><?php esc_html_e( 'Under the Hood', 'buddypress' ); ?></h2> 604 603 605 604 <div class="feature-section col two-col"> 606 605 <div> 607 <h4><?php esc_html_e( 'Comp lex 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> 609 608 610 609 <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 & Member Types, and Friends.', 'buddypress' ); ?></p> 612 611 </div> 613 612 <div class="last-feature"> 614 613 <h4><?php esc_html_e( 'Developer Reference', 'buddypress' ); ?></h4> 615 614 <p><?php esc_html_e( 'Continued improvements to inline code documentation make it easier for developers to understand how BuddyPress works.', 'buddypress' ); ?></p> 616 615 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’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> 619 618 </div> 620 619 </div> 621 620 </div> 622 621 622 <hr /> 623 624 <p><a href="https://buddypress.org/blog/"><?php esc_html_e( 'BuddyPress News', 'buddypress' ); ?></a> • <a href="https://buddypress.org/suppport/"><?php esc_html_e( 'Support Forums;', 'buddypress' ); ?></a> • <a href="https://codex.buddypress.org/"><?php esc_html_e( 'User Documentation', 'buddypress' ); ?></a> • <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> • <a href="https://twitter.com/bptrac/"><?php esc_html_e( 'BuddyPress Trac', 'buddypress' ); ?></a> • <a href="https://twitter.com/buddypressdev/"><?php esc_html_e( 'BuddyPress Dev', 'buddypress' ); ?></a></p> 625 626 <hr /> 627 623 628 <?php 624 629 } 625 630