updated webform localization and phone, uuid, term_merge, spambot, performance

This commit is contained in:
Bachir Soussi Chiadmi
2016-11-05 17:14:57 +01:00
parent fdefc824d8
commit 0521608bb7
57 changed files with 3592 additions and 1629 deletions

View File

@@ -6,9 +6,9 @@ configure = admin/config/development/performance-logging
tags[] = developer
tags[] = monitoring
; Information added by packaging script on 2013-11-09
version = "7.x-2.0"
; Information added by Drupal.org packaging script on 2016-09-26
version = "7.x-2.1"
core = "7.x"
project = "performance"
datestamp = "1384025307"
datestamp = "1474895941"

View File

@@ -267,8 +267,8 @@ function performance_shutdown() {
$path = variable_get('site_frontpage', 'node');
}
// Skip certain paths defined by the user.
if (drupal_match_path($path, variable_get('performance_skip_paths', ''))) {
// Skip if page from cache or on certain paths defined by the user.
if (!function_exists('drupal_match_path') || drupal_match_path($path, variable_get('performance_skip_paths', ''))) {
return;
}