* Added a new "community member" role, assigned by default to all users (new or imported).
* The standard authenticated users role may no longer create topics or comment on other content.
* Users with the role of community members may participate in discussions, but this role can be revoked by moderators.
* Dependency added for the Role Delegation module, which establishes permissions for specific roles to assign other roles (in this case, moderator can manage community member assignment).
Fixed redirect loop problem when boinc_standard has not yet been reverted and is stuck on the garland theme. Set to boinc theme by default.
Removed configuration of site_name and site_mail, which are set during install. Also removed site_mission and site_slogan, which are not used in the theme and should not be controlled by the feature.
Replaced custom content panes with views panes for user account stats widgets. This allows the stats_charts feature to provide the stats pane and all dependencies.
Automatically create the system role for forum_access if it hasn't been created yet;
Rename the role to not be so incredibly confusing to end users. Calling it "Forum Moderator" and then insisting that no user can have that role makes no sense at all to anyone.
Fixed permissions issue where the account computers view could be used to see the private details of another user's host;
Miscellaneous host detail output tweaks
Added a default hidden container for forums without a valid category during import;
Grant hidden forum access to moderator role, which is established in the Discussion Forums feature;
Removed redundant Forum Moderator role from BOINC Standard feature (role is used internally by Forum Access module, no users should be assigned to it)
Current user's friend view could not be tracked via features as it is provided by a contrib module, so view cloned as boinc_friends;
Updated css and template to support this change
As it turns out, there is no automatic way for dependencies to be resolved in cases where a required module is included in a "project." In this case, the fe_block module is part of the features_extra project and there is no way that a simple "drush en" command can both resolve the dependency on fe_block and yet download features_extra in order to resolve it...
Updated flag module to support export to features;
Check for nid in import process before flagging content for a user (subscribing);
Added subscription and abuse flags to boinc standard feature;
Added friend flag to friend feature... this stuff doesn't work without flags first being created!
Admin theme should be set to Garland by default, as the BOINC theme is currently only for the public front end. Also, footer links should not be included in the standard feature just yet (need to link to static content, which needs to be created first...).