SugarClub
SugarClub
  • User
  • Site
  • Search
  • User
  • Groups & Discussions
    Groups & Discussions
    • Product Forums
      Product-focused Q&A, discussions, best practices, fixes, and help
      Product Forums
      • Sugar Market
      • Sugar Sell & Enterprise
      • Sugar Serve
      • sales-i
    • User Groups
      Professional, Industry, Language
    • Get Involved
      Learn how to become a Raving Fan
    • Social Club
      Live, interactive, virtual meetups with other Sugar customers and Sugar’s Subject Matter experts!
    • Leadership Lounge
      Network with fellow organizational leaders, ask questions, and share insights
    • Developers
      Visit DevClub, the SugarClub group for Sugar Developers
      Developers
      • DevClub
      • Mobile Developers
      • Developer Builds
        Supplemental access level required. Inquiries: developers@sugarcrm.com
    • Additional Groups (Access Required)
      Groups that require special access will be displayed here. Contact sugarclub@sugarcrm.com for assistance. Click here to see all groups
      Additional Groups (Access Required)
      • SugarCloud Platform
  • Product Information
    Product Information
    • Release Central
      Find release-specific content to prepare for your next Sugar update
    • Documentation & Resources
      Looking to expand your Sugar knowledge? Explore our in-depth documentation and other helpful resources!
    • Product Update Blogs
      Updates about each Sugar product
    • Customer Stories »
      Case Studies by SugarCRM
  • Training & Certification
    Training & Certification
    • Training & Certification Home
      Live & On-Demand classes, Quick Videos, Sugar Certifications, and more!
    • Quick Videos
      Short videos about using Sugar
    • Event Recordings
      Recordings from SugarU Live Webinars and Sugar Market Academy
    • My SugarU Dashboard »
    • SugarU News & Updates
  • Adoption
    Adoption
    • Grow Adoption Framework
      Get started on your adoption journey and review the adoption resources from SugarCRM
  • Calendar
  • News
    News
    • Sugar News
    • SugarCRM.com News »
    • Dev Blog
    • SugarCRM Marketplace Blog
  • Help
    Help
    • Welcome to Sugar!
      New to Sugar? Get started here!
    • SugarClub Help & Instructions
      Learn more about SugarClub and find answers to questions about this site
    • New to SugarClub?
      Start your community journey here
    • Technical Support
      Sugar's support resources
      Technical Support
      • Case Portal »
        Access the SugarCRM Case Portal
      • Working with Sugar Support »
        Find out more about engaging with the SugarCRM Support team
      • SugarCloud Information
        Find information about SugarCloud service updates and site status. Contact sugarclub@sugarcrm.com to request access
  • More from Sugar
    More from Sugar
    • DevClub
    • PartnerClub
    • Support
    • SugarOutfitters Marketplace
    • sugarcrm.com
  • DevClub
  • PartnerClub
  • Support
  • Marketplace
  • sugarcrm.com
DevClub
DevClub
Dev Tutorials How to identify customizations to Refactor
Click here to join this group and curate your SugarClub experience.
  • +On-Boarding Framework
  • +Customization Guides
  • +Modern UI Technical Guide
    • How to identify customizations to Refactor
    • Troubleshooting
  • +Automated PHP Compatibility Tool
  • +Customization Best Practices in Sugar
  • How to write code for SugarCloud webinar Q&A
  • HOW TO: enforce ACL on Tags
  • Remove custom fields created via package installation
  • Sugar Developer Tools
  • Tutorial:  How to register custom platforms in Sugar instances via Platform extension
  • Adding a google reCAPTCHA in a Web-to-Lead form
  • Sugar Developer Blog Style Guide

You are currently reviewing an older revision of this page.

  • History View current version

How to identify customizations to Refactor

What are we looking for?

This guide will help you identify customizations that could possibly be impacted by the UI/UX Redesign in the overall header and footer contains and layouts.

Header Customizations

Overall header container files

custom/clients/base/layouts/header/header.php
custom/clients/base/layouts/header/header.js
custom/clients/base/layouts/header/*.hbs
Module list files

custom/clients/base/layouts/module-list/module-list.js
custom/clients/base/layouts/module-list/*.hbs
custom/clients/base/views/module-menu/module-menu.js
custom/clients/base/views/module-menu/*.hbs
custom/modules/*/clients/base/views/module-menu/module-menu.js
custom/modules/*/clients/base/views/module-menu/module-menu.php
custom/modules/*/clients/base/views/module-menu/*.hbs

Quicksearch files custom/clients/base/layouts/quicksearch/quicksearch.php
custom/clients/base/layouts/quicksearch/quicksearch.js
custom/clients/base/layouts/quicksearch/quicksearch.hbs
custom/clients/base/views/quicksearch-modulelist/quicksearch-modulelist.js
custom/clients/base/views/quicksearch-modulelist/*.hbs
custom/clients/base/views/quicksearch-taglist/quicksearch-taglist.js
custom/clients/base/views/quicksearch-taglist/*.hbs
custom/clients/base/views/quicksearch-bar/quicksearch-bar.js
custom/clients/base/views/quicksearch-bar/quicksearch-bar.hbs
custom/clients/base/views/quicksearch-tags/quicksearch-tags.js
custom/clients/base/views/quicksearch-tags/quicksearch-tags.hbs
custom/clients/base/views/quicksearch-results/quicksearch-results.js
custom/clients/base/views/quicksearch-results/*.hbs
custom/clients/base/views/quicksearch-button/quicksearch-button.js
custom/clients/base/views/quicksearch-button/quicksearch-button.hbs
Notifications files

custom/clients/base/views/notifications/notifications.php
custom/clients/base/views/notifications/notifications.js
custom/clients/base/views/notifications/*.hbs

Profile dropdown files

custom/clients/base/views/profileactions/profileactions.php
custom/clients/base/views/profileactions/profileactions.js
custom/clients/base/views/profileactions/profileactions.hbs

Quick create files

custom/clients/base/views/quickcreate/quickcreate.js
custom/clients/base/views/quickcreate/quickcreate.hbs

Footer Customizations

Overall footer container files custom/clients/base/layouts/footer/footer.php
custom/clients/base/layouts/footer/footer.hbs
Footer logo side files custom/clients/base/layouts/footer-logos/footer-logos.php
custom/clients/base/layouts/footer-logos/footer-logos.js
custom/clients/base/layouts/footer-logos/footer-logos.hbs
custom/clients/base/views/omnichannel-button/omnichannel-button.js
custom/clients/base/views/omnichannel-button/omnichannel-button.hbs
Footer button side files custom/clients/base/layouts/footer-buttons/footer-buttons.php
custom/clients/base/layouts/footer-buttons/footer-buttons.js
custom/clients/base/views/mobile-action/mobile-action.js
custom/clients/base/views/mobile-action/mobile-action.hbs
custom/clients/base/views/merge-widget-action/merge-widget-action.js
custom/clients/base/views/merge-widget-action/merge-widget-action.hbs
custom/clients/base/views/language-actions/language-actions.js
custom/clients/base/views/language-actions/language-actions.hbs
custom/clients/base/views/footer-actions/footer-actions.js
custom/clients/base/views/footer-actions/footer-actions.hbs
custom/clients/base/views/footer-actions/footer-actions.php

Scripts

Set of scripts to help you easily identify any customizations in your filesystem or any addon/MLP you may have created or installed in your instances.

Search for MLPs

Copy all of your addons/MLPs into a directory in their zip format and execute the following script.

It unzips the files in-place, scans for possible customizations and if any is found, it returns its name (zip filename).

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
find . -name *.zip |
while read filename
do
path=$(echo $filename | sed 's/ /\\ /g')
if ( unzip -c "$filename" | grep -i -q "clients/base/layouts/header\|clients/base/layouts/module-list\|clients/base/views/module-menu\|clients/base/layouts/quicksearch\|clients/base/views/quicksearch\|clients/base/views/notifications\|clients/base/views/profileactions/\|clients/base/views/quickcreate\|clients/base/layouts/footer\|clients/base/views/omnichannel\|clients/base/views/mobile-action\|clients/base/views/merge-widget-action\|clients/base/views/language-actions\|clients/base/views/footer-actions"); then
o1=`ls -l "$filename" | awk '{print $6,$7,$8}' | column -t`
o2=`echo "$filename" | sed 's|^[^/]*\(/[^/]*/\).*$|\1|' | sed 's|/||g'`
echo "$filename" | column -t
fi
done
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
#!/bin/sh
find . -name *.zip |
while read filename
do
    path=$(echo $filename | sed 's/ /\\ /g')
    if ( unzip -c "$filename" | grep -i -q "clients/base/layouts/header\|clients/base/layouts/module-list\|clients/base/views/module-menu\|clients/base/layouts/quicksearch\|clients/base/views/quicksearch\|clients/base/views/notifications\|clients/base/views/profileactions/\|clients/base/views/quickcreate\|clients/base/layouts/footer\|clients/base/views/omnichannel\|clients/base/views/mobile-action\|clients/base/views/merge-widget-action\|clients/base/views/language-actions\|clients/base/views/footer-actions"); then
            o1=`ls -l "$filename" | awk '{print $6,$7,$8}' | column -t`
            o2=`echo "$filename" | sed 's|^[^/]*\(/[^/]*/\).*$|\1|' | sed 's|/||g'`
            echo "$filename" | column -t
    fi
done