buddypress/bp-activity
Boone B Gorges 0983f89c8c Introduces template hierarchy for top-level theme compat templates
The "top-level" template is the outermost template included by theme
compatibility. As of BuddyPress 1.7, a stack of template names is checked when
BP decides which top-level template to use: plugin-buddypres.php,
buddypress.php, community.php, etc. (See bp_get_theme_compat_templates().)

This changeset introduces an additional level of template hierarchy, so that
themes may provide top-level templates that are specific to the current
component, such as blogs/index-directory.php, or specific to the current item,
action, or status, such as groups/single/index-id-{$group_id}.php. In this way,
BP's top-level template hierarchy becomes more flexible for theme devs, and
more closely parallels the template hierarchy used by WordPress.

Note that this changeset only implements hierarchy for the top-level templates.
Inner template parts may receive a parallel hierarchy in a future version of
BuddyPress.

Fixes #4639

Props r-a-y

git-svn-id: https://buddypress.svn.wordpress.org/trunk@7212 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2013-06-13 01:27:01 +00:00
..
admin Switch to .min for compressed JS and CSS files. 2012-08-24 18:10:17 +00:00
bp-activity-actions.php Introduces BP_Activity_Feed class, and migrates existing feeds 2013-06-12 22:08:10 +00:00
bp-activity-admin.php Adds screen-reader-text labels to List_Table checkboxes 2013-06-10 00:16:43 +00:00
bp-activity-akismet.php Hook bp_activity_akismet_delete_old_metadata to the appropriate hook, so it runs on the wp-cron job 2013-02-26 23:35:39 +00:00
bp-activity-cache.php When deleting an activity item, clear its metadata cache 2013-05-09 14:26:50 +00:00
bp-activity-classes.php Introduces BP_Activity_Feed class, and migrates existing feeds 2013-06-12 22:08:10 +00:00
bp-activity-filters.php Introduces bp_activity_do_mentions(), a toggle for the activity mentions feature 2013-06-09 14:04:36 +00:00
bp-activity-functions.php Introduces bp_activity_do_mentions(), a toggle for the activity mentions feature 2013-06-09 14:04:36 +00:00
bp-activity-loader.php Introduces bp_activity_do_mentions(), a toggle for the activity mentions feature 2013-06-09 14:04:36 +00:00
bp-activity-notifications.php Only show the 'to disable' notice in emails if Settings is enabled 2013-04-18 00:36:43 +00:00
bp-activity-screens.php Introduces template hierarchy for top-level theme compat templates 2013-06-13 01:27:01 +00:00
bp-activity-template.php Introduces bp_activity_do_mentions(), a toggle for the activity mentions feature 2013-06-09 14:04:36 +00:00