Skip to content
Snippets Groups Projects
Commit 187759e5 authored by Chris Gross's avatar Chris Gross
Browse files

7.x-1.13 Release

parent 69c382ed
No related branches found
Tags 7.x-1.13
No related merge requests found
Showing
with 70 additions and 35 deletions
WCM Base 7.x-1.13, 2019-03-28
-----------------------------
- WCM Base: Updated Panopoly to 1.65 per SA-CONTRIB-2019-042.
WCM Base 7.x-1.13-rc3, 2019-03-26
---------------------------------
- WCM Base:
......
......@@ -57,7 +57,7 @@ Drupal.behaviors.moduleFilterTabs = {
// Build tabs from package title rows.
var tabs = '<ul>';
for (var i in Drupal.settings.moduleFilter.packageIDs) {
var id = Drupal.settings.moduleFilter.packageIDs[i];
var id = Drupal.checkPlain(Drupal.settings.moduleFilter.packageIDs[i]);
var name = id;
var tabClass = 'project-tab';
......@@ -85,8 +85,8 @@ Drupal.behaviors.moduleFilterTabs = {
}
break;
default:
var $row = $('#' + id + '-package');
name = $.trim($row.text());
var $row = $('#' + id + '-package', this);
name = Drupal.checkPlain($.trim($row.text()));
$row.remove();
break;
}
......@@ -233,8 +233,8 @@ Drupal.behaviors.moduleFilterTabs = {
}
if (Drupal.settings.moduleFilter.useSwitch) {
$('td.checkbox div.form-item').hide();
$('td.checkbox').each(function(i) {
$('td.checkbox div.form-item', table).hide();
$('td.checkbox', table).each(function(i) {
var $cell = $(this);
var $checkbox = $(':checkbox', $cell);
var $switch = $('.toggle-enable', $cell);
......@@ -517,7 +517,7 @@ Drupal.ModuleFilter.updateVisualAid = function(type, $row) {
}
var tab = Drupal.ModuleFilter.tabs[id];
var name = $('td:nth(1) strong', $row).text();
var name = Drupal.checkPlain($('td:nth(1) strong', $row).text());
switch (type) {
case 'enable':
if (Drupal.ModuleFilter.disabling[id + name] != undefined) {
......
......@@ -16,9 +16,8 @@ files[] = js/module_filter_tab.js
configure = admin/config/user-interface/modulefilter
; Information added by Drupal.org packaging script on 2017-06-09
version = "7.x-2.1"
; Information added by Drupal.org packaging script on 2019-03-27
version = "7.x-2.2"
core = "7.x"
project = "module_filter"
datestamp = "1497029349"
datestamp = "1553698385"
7.x-1.65, 2019-03-27
-------------------
- Security update, module_filter-7.x-2.2.
7.x-1.64, 2019-03-20
-------------------
- No changes since last release.
......
......@@ -37,8 +37,8 @@ features[page_manager_pages][] = panopoly_admin_layout_library
features[page_manager_pages][] = panopoly_admin_page_library
features[page_manager_pages][] = panopoly_admin_pane_library
; Information added by Drupal.org packaging script on 2019-03-20
version = "7.x-1.64"
; Information added by Drupal.org packaging script on 2019-03-27
version = "7.x-1.65"
core = "7.x"
project = "panopoly_admin"
datestamp = "1553118926"
datestamp = "1553720301"
......@@ -8,7 +8,7 @@ core = 7.x
projects[backports][version] = 1.0-alpha1
projects[backports][subdir] = contrib
projects[module_filter][version] = 2.1
projects[module_filter][version] = 2.2
projects[module_filter][subdir] = contrib
projects[simplified_menu_admin][version] = 1.0
......
7.x-1.65, 2019-03-27
-------------------
- No changes since last release.
7.x-1.64, 2019-03-20
-------------------
- No changes since last release.
......
......@@ -82,8 +82,8 @@ features_exclude[variable][panelizer_taxonomy_term:panopoly_categories_allowed_t
features_exclude[variable][panelizer_defaults_taxonomy_term_panopoly_categories] = panelizer_defaults_taxonomy_term_panopoly_categories
features_exclude[variable][pathauto_taxonomy_term_panopoly_categories_pattern] = pathauto_taxonomy_term_panopoly_categories_pattern
; Information added by Drupal.org packaging script on 2019-03-20
version = "7.x-1.64"
; Information added by Drupal.org packaging script on 2019-03-27
version = "7.x-1.65"
core = "7.x"
project = "panopoly_core"
datestamp = "1553118941"
datestamp = "1553720324"
7.x-1.65, 2019-03-27
-------------------
- No changes since last release.
7.x-1.64, 2019-03-20
-------------------
- No changes since last release.
......
......@@ -15,8 +15,8 @@ stylesheets[all][] = css/panopoly-modal.css
features[features_api][] = api:2
files[] = plugins/views/panopoly_magic_plugin_display_panel_pane.inc
; Information added by Drupal.org packaging script on 2019-03-20
version = "7.x-1.64"
; Information added by Drupal.org packaging script on 2019-03-27
version = "7.x-1.65"
core = "7.x"
project = "panopoly_magic"
datestamp = "1553118981"
datestamp = "1553720392"
7.x-1.65, 2019-03-27
-------------------
- No changes since last release.
7.x-1.64, 2019-03-20
-------------------
- No changes since last release.
......
......@@ -81,8 +81,8 @@ features_exclude[variable][pathauto_node_panopoly_landing_page_pattern] = pathau
features_exclude[variable][pathauto_node_panopoly_page_pattern] = pathauto_node_panopoly_page_pattern
features_exclude[variable][pathauto_taxonomy_term_panopoly_categories_pattern] = pathauto_taxonomy_term_panopoly_categories_pattern
; Information added by Drupal.org packaging script on 2019-03-20
version = "7.x-1.64"
; Information added by Drupal.org packaging script on 2019-03-27
version = "7.x-1.65"
core = "7.x"
project = "panopoly_pages"
datestamp = "1553118991"
datestamp = "1553720414"
7.x-1.65, 2019-03-27
-------------------
- No changes since last release.
7.x-1.64, 2019-03-20
-------------------
- No changes since last release.
......
......@@ -54,8 +54,8 @@ features[variable][] = search_cron_limit
features[views_view][] = panopoly_database_search
features[views_view][] = panopoly_search
; Information added by Drupal.org packaging script on 2019-03-20
version = "7.x-1.64"
; Information added by Drupal.org packaging script on 2019-03-27
version = "7.x-1.65"
core = "7.x"
project = "panopoly_search"
datestamp = "1553119001"
datestamp = "1553720428"
7.x-1.65, 2019-03-27
-------------------
- No changes since last release.
7.x-1.64, 2019-03-20
-------------------
- No changes since last release.
......
......@@ -99,8 +99,8 @@ features_exclude[dependencies][panopoly_pages] = panopoly_pages
features_exclude[dependencies][panelizer] = panelizer
hidden = 1
; Information added by Drupal.org packaging script on 2019-03-20
version = "7.x-1.64"
; Information added by Drupal.org packaging script on 2019-03-27
version = "7.x-1.65"
core = "7.x"
project = "panopoly_test"
datestamp = "1553119014"
datestamp = "1553720457"
7.x-1.65, 2019-03-27
-------------------
- No changes since last release.
7.x-1.64, 2019-03-20
-------------------
- No changes since last release.
......
......@@ -11,8 +11,8 @@ stylesheets[all][] = css/panopoly-accordian.css
stylesheets[all][] = css/panopoly-layouts.css
features[features_api][] = api:2
; Information added by Drupal.org packaging script on 2019-03-20
version = "7.x-1.64"
; Information added by Drupal.org packaging script on 2019-03-27
version = "7.x-1.65"
core = "7.x"
project = "panopoly_theme"
datestamp = "1553119026"
datestamp = "1553720475"
7.x-1.65, 2019-03-27
-------------------
- No changes since last release.
7.x-1.64, 2019-03-20
-------------------
- No changes since last release.
......
......@@ -125,8 +125,8 @@ features[linkit_profiles][] = content_fields
features[views_view][] = panopoly_widgets_general_content
features_exclude[dependencies][linkit] = linkit
; Information added by Drupal.org packaging script on 2019-03-20
version = "7.x-1.64"
; Information added by Drupal.org packaging script on 2019-03-27
version = "7.x-1.65"
core = "7.x"
project = "panopoly_widgets"
datestamp = "1553119054"
datestamp = "1553720519"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment