Skip to content

Instantly share code, notes, and snippets.

@mkorostoff
Created May 27, 2014 21:34
Show Gist options
  • Select an option

  • Save mkorostoff/8801c2d366788221cfd0 to your computer and use it in GitHub Desktop.

Select an option

Save mkorostoff/8801c2d366788221cfd0 to your computer and use it in GitHub Desktop.
docroot/profiles/nbcsports/modules/custom/gfc/gfc.install | 18 +-
docroot/profiles/nbcsports/modules/custom/gfc_api_json/gfc_api_json.module | 44 ++--
docroot/profiles/nbcsports/modules/custom/gfc_api_json/gfc_api_json_hpSections.inc | 209 +++++++++++++++++++
docroot/profiles/nbcsports/modules/custom/gfc_api_json/gfc_api_json_topStories.inc | 97 +--------
docroot/profiles/nbcsports/modules/custom/gfc_api_utility/gfc_api_utility.module | 180 +++++++++++++++-
docroot/profiles/nbcsports/modules/custom/gfc_mobile_app_hp/gfc_mobile_app_hp.features.field.inc | 680 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
docroot/profiles/nbcsports/modules/custom/gfc_mobile_app_hp/gfc_mobile_app_hp.features.inc | 32 +++
docroot/profiles/nbcsports/modules/custom/gfc_mobile_app_hp/gfc_mobile_app_hp.field_group.inc | 104 ++++++++++
docroot/profiles/nbcsports/modules/custom/gfc_mobile_app_hp/gfc_mobile_app_hp.info | 43 ++++
docroot/profiles/nbcsports/modules/custom/gfc_mobile_app_hp/gfc_mobile_app_hp.module | 7 +
docroot/profiles/nbcsports/modules/custom/gfc_mobile_app_hp/gfc_mobile_app_hp.strongarm.inc | 102 ++++++++++
docroot/profiles/nbcsports/modules/custom/gfc_mobile_app_hp_nodequeue/gfc_mobile_app_hp_nodequeue.features.inc | 36 ++++
docroot/profiles/nbcsports/modules/custom/gfc_mobile_app_hp_nodequeue/gfc_mobile_app_hp_nodequeue.info | 9 +
docroot/profiles/nbcsports/modules/custom/gfc_mobile_app_hp_nodequeue/gfc_mobile_app_hp_nodequeue.module | 7 +
docroot/profiles/nbcsports/modules/custom/gfc_mobile_app_hp_sections/gfc_mobile_app_hp_sections.info | 7 +
docroot/profiles/nbcsports/modules/custom/gfc_mobile_app_hp_sections/gfc_mobile_app_hp_sections.module | 152 ++++++++++++++
docroot/profiles/nbcsports/modules/custom/gfc_mobile_app_hp_sections/gfc_mobile_app_hp_sections_hp_sections.inc | 68 +++++++
docroot/profiles/nbcsports/themes/custom/golfchannel_theme/css/JU-structure.css | 1 +
18 files changed, 1686 insertions(+), 110 deletions(-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment