Incomplete descripción for "$form['unified_multisite']['advagg_mod_unified_multisite_dir']"

http://drupalcode.org/project/advagg.git/blob/refs/heads/7.x-2.x:/advagg...

  $form['unified_multisite']['advagg_mod_unified_multisite_dir'] = array(
    /* ... */
    '#description' => t('This allows you to have ').,
  );

Regards!

CommentFileSizeAuthor
#4 advagg-2009142-4-fix-wsod.patch2 KBmikeytown2
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

omega8cc’s picture

Status: Active » Reviewed & tested by the community
omega8cc’s picture

Status: Reviewed & tested by the community » Needs review
facine’s picture

Status: Needs review » Needs work

Yes, but the message is still incomplete...

mikeytown2’s picture

Status: Needs work » Fixed
FileSize
2 KB

The following patch has been applied. Also fixed an issue where debug might not be output for JS if using aggressive advagg caching.

New description:
This allows you to have a shared directory for all CSS/JS aggregates if this install of drupal is used as a multisite. If this servers multisites share a similar CSS/JS structure then a lot of resources can be saved by not rebuilding the same aggregates in each site of the multisite. Make sure that you use the same directory and advagg settings in each multisite for this setting to work efficiently. Current hash value of settings on this site: fGydwagTGTaa5jUtlVb3fGidCONCyD1JjrCkkNO4dkc. If this value is different across the servers multisites then this will not save server resources as a different file will be built due to AdvAgg having different settings. Note that $base_path is used in the hash value so in some multisite cases it will be impossible to use this setting.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.