Skip to content

Instantly share code, notes, and snippets.

@bcmiller
Created March 27, 2012 19:56
Show Gist options
  • Save bcmiller/2219712 to your computer and use it in GitHub Desktop.
Save bcmiller/2219712 to your computer and use it in GitHub Desktop.
pdup-overriden
root@pdup-ap:/mnt/apci/main/www# drush -y fra
Name Feature Status State
APCI Admin Lite Feature apci_admin_lite_feature Enabled
Auto Schedule Events apci_auto_schedule_events Enabled
Tournament Brackets apci_brackets Enabled
APCI Broadcast Messaging apci_broadcast_messaging Enabled
APCI Brochure apci_brochure Enabled
apci_calendar apci_calendar Enabled
YES apci_centex_yes Disabled
APCI Commerce apci_commerce Enabled
APCI Defaults apci_defaults Enabled
APCI Event Conflict apci_event_conflict Enabled
Background Checks apci_feature_background_check Enabled
Downloads apci_file_uploads Enabled
APCI Friends Feature apci_friends_feature Enabled
Group Info apci_groups Enabled
APCI: Group Operations apci_group_operations Enabled
Members apci_members Enabled
APCI Messaging Feature apci_messaging_feature Enabled
APCI Misc Feature apci_misc_feature Enabled
apci_mobile_calendar apci_mobile_calendar Enabled
APCI Mobile Defaults apci_mobile_defaults Enabled
apci_mobile_event_page apci_mobile_event_page Enabled
apci_mobile_groups apci_mobile_groups Enabled
apci_mobile_profile apci_mobile_profile Enabled
APCI Notifier Feature apci_notifier_feature Enabled
APCI password policy apci_password_policy Enabled
APCI Profile apci_profile_feature Enabled Overridden
APCI: Public API Services apci_public_api_services Enabled
QuickScores Scheduler apci_qs_scheduler Disabled
APCI Relationships Panel apci_relationships_panel Enabled
APCI SMS apci_sms Enabled
Sports apci_sports_events Enabled
Subgroups apci_subgroups Enabled
Webforms apci_webform Enabled
Features Tests features_test Disabled
Notifier notifier Enabled
Notifier OG notifier_og Enabled
Calendar spaces_calendar Enabled
Spaces Dashboard spaces_dashboard Enabled
Registration spaces_og_registration Enabled
Photos spaces_photos Enabled
Store spaces_store Enabled
Spaces Tests spaces_test Disabled
The following modules will be reverted: apci_profile_feature
Do you really want to continue? (y/n): y
Reverted content. [ok]
root@pdup-ap:/mnt/apci/main/www# drush fl
Name Feature Status State
APCI Admin Lite Feature apci_admin_lite_feature Enabled
Auto Schedule Events apci_auto_schedule_events Enabled
Tournament Brackets apci_brackets Enabled
APCI Broadcast Messaging apci_broadcast_messaging Enabled
APCI Brochure apci_brochure Enabled
apci_calendar apci_calendar Enabled
YES apci_centex_yes Disabled
APCI Commerce apci_commerce Enabled
APCI Defaults apci_defaults Enabled
APCI Event Conflict apci_event_conflict Enabled
Background Checks apci_feature_background_check Enabled
Downloads apci_file_uploads Enabled
APCI Friends Feature apci_friends_feature Enabled
Group Info apci_groups Enabled
APCI: Group Operations apci_group_operations Enabled
Members apci_members Enabled
APCI Messaging Feature apci_messaging_feature Enabled
APCI Misc Feature apci_misc_feature Enabled Overridden
apci_mobile_calendar apci_mobile_calendar Enabled
APCI Mobile Defaults apci_mobile_defaults Enabled
apci_mobile_event_page apci_mobile_event_page Enabled
apci_mobile_groups apci_mobile_groups Enabled
apci_mobile_profile apci_mobile_profile Enabled
APCI Notifier Feature apci_notifier_feature Enabled
APCI password policy apci_password_policy Enabled
APCI Profile apci_profile_feature Enabled Overridden
APCI: Public API Services apci_public_api_services Enabled
QuickScores Scheduler apci_qs_scheduler Disabled
APCI Relationships Panel apci_relationships_panel Enabled
APCI SMS apci_sms Enabled
Sports apci_sports_events Enabled
Subgroups apci_subgroups Enabled
Webforms apci_webform Enabled
Features Tests features_test Disabled
Notifier notifier Enabled
Notifier OG notifier_og Enabled
Calendar spaces_calendar Enabled
Spaces Dashboard spaces_dashboard Enabled
Registration spaces_og_registration Enabled
Photos spaces_photos Enabled
Store spaces_store Enabled
Spaces Tests spaces_test Disabled
root@pdup-ap:/mnt/apci/main/www# drush fd apci_profile_feature
Component: content
'profile-field_user_gender' => array(
'active' => '1',
< 'allowed_values' => '|--
< 1|Male
---
> 'allowed_values' => '1|Male
2|Female',
'display_settings' => array(
'field_name' => 'field_user_gender',
'module' => 'text',
< 'required' => '1',
'type' => 'text',
'type_name' => 'profile',
root@pdup-ap:/mnt/apci/main/www#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment