• DevClub
  • PartnerClub
  • Support
  • Marketplace
  • sugarcrm.com
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
DevClub
Dev Blog
Click here to join this group and curate your SugarClub experience.
  • All tags
  • sugar 7.7.0
  • code
  • community
  • cpq
  • dev tools
  • devblog
  • Development Best Practices
  • engineering team
  • feedback
  • general
  • javascript
  • news
  • open source
  • performance
  • php
  • rest
  • security
  • subpanels
  • sugar 7
  • sugar 7.8.0
  • support
  • uncon
  • unit tests
  • Preparing Sugar customizations for PHP 5.6 and 7.0

    SugarCRM Developers
    SugarCRM Developers
    Post originally written by avlasovsugar. Alex Vlasov is an experienced Sugar Developer and contractor that works on the SugarCRM Engineering platform team. In this post, Alex shares advice to Sugar Developers for preparing their Sugar customizations for…
    • over 7 years ago
    • DevClub
    • Dev Blog
  • Adding a floating frame into Sugar

    Matt Marum
    Matt Marum
    Sugar's Single Page Architecture Sugar relies on a single page architecture (SPA) for the Sidecar framework. But when a user navigates across the Sugar application (for example, when switching to another Sugar module), while the page is not refreshed…
    • over 8 years ago
    • DevClub
    • Dev Blog
  • Using SugarCRM XHProf Viewer to profile Sugar server-side performance

    SugarCRM Developers
    SugarCRM Developers
    Post originally written by Vadzim Ramanenka. Sugar Performance Engineer Vadzim Ramanenka shares some tips for profiling Sugar code using our newly launched SugarCRM XHProf Viewer open source project. Profiling Sugar softly Whenever you encounter that…
    • over 8 years ago
    • DevClub
    • Dev Blog
  • Monitoring your Email Manager Queue with Sugar CLI

    Cédric Mourizard
    Cédric Mourizard
    This post originally appeared on the SynoLab blog hosted by Synolia , an Elite SugarCRM Partner. This post describes how to extend the new Sugar CLI framework to add commands that allow Sugar Administrators to monitor the Sugar e-mail queue. Since the…
    • over 8 years ago
    • DevClub
    • Dev Blog
  • Announcing XHProf Viewer, REST PHP Client, and Sugar Repairs Module open source projects

    Matt Marum
    Matt Marum
    At SugarCRM, we have been accelerating the rate at which we share technology with the Sugar Developer community. Back in June at UnCon , we shared more open source code examples and tools than ever before. In April, we announced Sucrose Charts and the…
    • over 8 years ago
    • DevClub
    • Dev Blog
  • Sugar now supports PHP 5.6 in Sugar 7.7.1

    Matt Marum
    Matt Marum
    Sugar and older versions of PHP The latest version of PHP that Sugar 6.5 supported was PHP 5.3 which was released back in 2009. That is a long time ago folks. A sizable portion of the Sugar Developer community was in grade school back when PHP 5.3 was…
    • over 8 years ago
    • DevClub
    • Dev Blog
  • Integrating to Sugar using a custom drawer action

    Matt Marum
    Matt Marum
    There are so many possible approaches for integrating with Sugar that selecting the best one can be tricky. When deciding to add new components into the Sugar user interface, the number of possibilities to consider is dizzying. Should I build a new component…
    • over 9 years ago
    • DevClub
    • Dev Blog
  • New releases of Sugar Test Tools for Sugar 7.7

    Matt Marum
    Matt Marum
    To coincide with the release of Sugar 7.7, the Engineering team has released updated versions of Unit Tests and Performance tools. Requesting access to Sugar Test Tools Sugar Test Tools are in private Github repositories within the SugarCRM Github organization…
    • over 9 years ago
    • DevClub
    • Dev Blog
  • Addressing Subpanel Creep in Sugar 7.7

    Matt Marum
    Matt Marum
    Subpanel Creep The Subpanels section is where you find related records for the current displayed Sugar record. This is a vital feature because it allows a user to get a unified view of all the CRM records related to a particular record. Who are the Contacts…
    • over 9 years ago
    • DevClub
    • Dev Blog
  • Handling of JavaScript files in Sugar 7.7

    Matt Marum
    Matt Marum
    This post is a follow up on a question we posed on the Sugar Dev Club Community . The "Rebuild Minified JS Files" action is used to rebuild the contents of the jssource directory. We are considering removing this particular action from the UI because…
    • over 9 years ago
    • DevClub
    • Dev Blog
  • Update on CreateActionsView changes in Sugar 7.7

    Matt Marum
    Matt Marum
    Based on Sugar Developer community feedback, we have an additional update about the CreateActionsView changes in Sugar 7.7 . CreateActions migration script added to Sugar 7.7 Upgrader During Sugar 7.7 upgrade, the upgrader will identify existing create…
    • over 9 years ago
    • DevClub
    • Dev Blog
  • CSRF Tokens in Sugar 7.7

    Matt Marum
    Matt Marum
    What is a Cross Site Request Forgery (CSRF)? A CSRF is a type of exploit that a malicious website or attacker could employ to have a user send unauthorized commands to a website or application. It is a type of confused deputy attack against a user's web…
    • over 9 years ago
    • DevClub
    • Dev Blog
  • PHP Session Changes in Sugar 7.7

    Matt Marum
    Matt Marum
    Below is some details from Andreas Sandberg , Director of Engineering, at SugarCRM. Andreas is on his second tour of duty at SugarCRM. He first joined SugarCRM back in 2007 as an Engineering manager. He was also the Head of Engineering at Stitch prior…
    • over 9 years ago
    • DevClub
    • Dev Blog
  • CreateActionsView changes in Sugar 7.7.0

    Matt Marum
    Matt Marum
    UPDATE December 28, 2015 During Sugar 7.7 upgrade, the upgrader will identify existing create-actions view/layout customizations and automatically migrate them to create view/layout. This is a best effort migration that follows the two steps listed near…
    • over 9 years ago
    • DevClub
    • Dev Blog