From da31deaf2b1bf133b20872290e58df88b7b085e2 Mon Sep 17 00:00:00 2001
From: Chris Gross <gross.364@osu.edu>
Date: Fri, 6 May 2016 17:54:21 -0400
Subject: [PATCH] daily build

---
 profiles/wcm_base/CHANGELOG.txt                  | 12 ++++++++++--
 .../ocio_media.features.features_overrides.inc   |  5 +++--
 .../custom/ocio_media/ocio_media.features.inc    |  5 +++--
 .../modules/custom/ocio_media/ocio_media.info    |  1 +
 .../custom/ocio_media/ocio_media.strongarm.inc   |  2 +-
 .../ocio_simplesamlphp_auth.module               |  7 +++++--
 .../custom/wcm_workbench/wcm_workbench.info      |  2 --
 .../wcm_workbench.views_default.inc              |  3 +++
 .../panopoly/panopoly_admin/CHANGELOG.txt        |  4 ++++
 .../panopoly/panopoly_admin/panopoly_admin.info  |  6 +++---
 .../modules/panopoly/panopoly_core/CHANGELOG.txt |  4 ++++
 .../panopoly/panopoly_core/panopoly_core.info    |  6 +++---
 .../panopoly/panopoly_core/panopoly_core.install | 10 ++++++++++
 .../panopoly/panopoly_core/panopoly_core.make    |  2 +-
 .../panopoly/panopoly_magic/CHANGELOG.txt        |  5 +++++
 .../panopoly/panopoly_magic/panopoly_magic.info  |  6 +++---
 .../panopoly_magic/panopoly_magic.module         | 14 +++++++++++++-
 .../panopoly/panopoly_pages/CHANGELOG.txt        |  4 ++++
 .../panopoly/panopoly_pages/panopoly_pages.info  |  6 +++---
 .../panopoly/panopoly_search/CHANGELOG.txt       |  4 ++++
 .../panopoly_search/panopoly_search.info         |  6 +++---
 .../modules/panopoly/panopoly_test/CHANGELOG.txt |  4 ++++
 .../panopoly/panopoly_test/panopoly_test.info    |  6 +++---
 .../features/panopoly_magic/livepreview.feature  | 15 +++++++++++++++
 .../panopoly/panopoly_theme/CHANGELOG.txt        |  4 ++++
 .../panopoly/panopoly_theme/panopoly_theme.info  |  6 +++---
 .../panopoly/panopoly_widgets/CHANGELOG.txt      |  4 ++++
 .../panopoly_widgets/panopoly_widgets.info       |  6 +++---
 profiles/wcm_base/wcm_base.make                  | 16 ++++++++--------
 29 files changed, 130 insertions(+), 45 deletions(-)

diff --git a/profiles/wcm_base/CHANGELOG.txt b/profiles/wcm_base/CHANGELOG.txt
index b40f03bf..7d858c2f 100644
--- a/profiles/wcm_base/CHANGELOG.txt
+++ b/profiles/wcm_base/CHANGELOG.txt
@@ -1,6 +1,14 @@
+WCM Base 7.x-1.x, 2016-05-06
+----------------------------
+- WCM Base: Updated Panopoly to 1.35.
+- WCM Workbench: Link file names to file download instead of entity page.
+- OCIO Media: Added dotx as allowed file extension.
+- OCIO SimpleSAMLphp Auth: Show user password fields to SimpleSAML users if
+  global setting allows.
+
 WCM Base 7.x-1.x, 2016-05-05
 ----------------------------
-- OCIO SimpleSAMLphp auth: Disallow logging in with or resetting passwords
+- OCIO SimpleSAMLphp Auth: Disallow logging in with or resetting passwords
   for local accounts when auth type is changed to SimpleSAML.
 
 WCM Base 7.x-1.x, 2016-05-04
@@ -8,7 +16,7 @@ WCM Base 7.x-1.x, 2016-05-04
 - WCM Panels Settings: Added link field to image panels panes.
 - OCIO Omega Base:
   - Render link field on image panels panes.
-  - Update user login page to wrap local login within a collapsible div.
+  - Updated user login page to wrap local login within a collapsible div.
 - WCM Base: Updated Fieldable Panes Panes to 1.10 (security release).
 
 WCM Base 7.x-1.x, 2016-04-28
diff --git a/profiles/wcm_base/modules/custom/ocio_media/ocio_media.features.features_overrides.inc b/profiles/wcm_base/modules/custom/ocio_media/ocio_media.features.features_overrides.inc
index 320594f2..40cfe65d 100644
--- a/profiles/wcm_base/modules/custom/ocio_media/ocio_media.features.features_overrides.inc
+++ b/profiles/wcm_base/modules/custom/ocio_media/ocio_media.features.features_overrides.inc
@@ -38,8 +38,9 @@ function ocio_media_features_override_default_overrides() {
   $overrides["file_type.document.disabled"] = FALSE;
   $overrides["file_type.document.mimetypes|10"] = 'application/vnd.openxmlformats-officedocument.presentationml.presentation';
   $overrides["file_type.document.mimetypes|11"] = 'application/vnd.openxmlformats-officedocument.wordprocessingml.document';
-  $overrides["file_type.document.mimetypes|12"] = 'application/acad';
-  $overrides["file_type.document.mimetypes|13"] = 'application/dxf';
+  $overrides["file_type.document.mimetypes|12"] = 'application/vnd.openxmlformats-officedocument.wordprocessingml.template';
+  $overrides["file_type.document.mimetypes|13"] = 'application/acad';
+  $overrides["file_type.document.mimetypes|14"] = 'application/dxf';
   $overrides["file_type.document.mimetypes|4"] = 'application/zip';
   $overrides["file_type.document.mimetypes|5"] = 'application/vnd.ms-powerpoint';
   $overrides["file_type.document.mimetypes|6"] = 'application/vnd.oasis.opendocument.text';
diff --git a/profiles/wcm_base/modules/custom/ocio_media/ocio_media.features.inc b/profiles/wcm_base/modules/custom/ocio_media/ocio_media.features.inc
index 5e7a864f..17cbf7c7 100644
--- a/profiles/wcm_base/modules/custom/ocio_media/ocio_media.features.inc
+++ b/profiles/wcm_base/modules/custom/ocio_media/ocio_media.features.inc
@@ -84,8 +84,9 @@ function ocio_media_file_default_types_alter(&$data) {
     $data['document']->disabled = FALSE; /* WAS: '' */
     $data['document']->mimetypes[10] = 'application/vnd.openxmlformats-officedocument.presentationml.presentation'; /* WAS: 'application/vnd.openxmlformats-officedocument.wordprocessingml.document' */
     $data['document']->mimetypes[11] = 'application/vnd.openxmlformats-officedocument.wordprocessingml.document'; /* WAS: '' */
-    $data['document']->mimetypes[12] = 'application/acad'; /* WAS: '' */
-    $data['document']->mimetypes[13] = 'application/dxf'; /* WAS: '' */
+    $data['document']->mimetypes[12] = 'application/vnd.openxmlformats-officedocument.wordprocessingml.template'; /* WAS: '' */
+    $data['document']->mimetypes[13] = 'application/acad'; /* WAS: '' */
+    $data['document']->mimetypes[14] = 'application/dxf'; /* WAS: '' */
     $data['document']->mimetypes[4] = 'application/zip'; /* WAS: 'application/vnd.ms-powerpoint' */
     $data['document']->mimetypes[5] = 'application/vnd.ms-powerpoint'; /* WAS: 'application/vnd.oasis.opendocument.text' */
     $data['document']->mimetypes[6] = 'application/vnd.oasis.opendocument.text'; /* WAS: 'application/vnd.oasis.opendocument.spreadsheet' */
diff --git a/profiles/wcm_base/modules/custom/ocio_media/ocio_media.info b/profiles/wcm_base/modules/custom/ocio_media/ocio_media.info
index e7435d30..9978753a 100644
--- a/profiles/wcm_base/modules/custom/ocio_media/ocio_media.info
+++ b/profiles/wcm_base/modules/custom/ocio_media/ocio_media.info
@@ -74,6 +74,7 @@ features[features_overrides][] = file_type.document.mimetypes|10
 features[features_overrides][] = file_type.document.mimetypes|11
 features[features_overrides][] = file_type.document.mimetypes|12
 features[features_overrides][] = file_type.document.mimetypes|13
+features[features_overrides][] = file_type.document.mimetypes|14
 features[features_overrides][] = file_type.document.mimetypes|4
 features[features_overrides][] = file_type.document.mimetypes|5
 features[features_overrides][] = file_type.document.mimetypes|6
diff --git a/profiles/wcm_base/modules/custom/ocio_media/ocio_media.strongarm.inc b/profiles/wcm_base/modules/custom/ocio_media/ocio_media.strongarm.inc
index 426a556c..b70d3d8b 100644
--- a/profiles/wcm_base/modules/custom/ocio_media/ocio_media.strongarm.inc
+++ b/profiles/wcm_base/modules/custom/ocio_media/ocio_media.strongarm.inc
@@ -334,7 +334,7 @@ function ocio_media_strongarm() {
   $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
   $strongarm->api_version = 1;
   $strongarm->name = 'file_entity_default_allowed_extensions';
-  $strongarm->value = 'jpg jpeg gif png txt doc docx xls xlsx pdf ppt pptx pps ppsx odt ods odp zip dwg dxf';
+  $strongarm->value = 'jpg jpeg gif png txt doc docx xls xlsx pdf ppt pptx pps ppsx odt ods odp zip dwg dxf dotx';
   $export['file_entity_default_allowed_extensions'] = $strongarm;
 
   $strongarm = new stdClass();
diff --git a/profiles/wcm_base/modules/custom/ocio_simplesamlphp_auth/ocio_simplesamlphp_auth.module b/profiles/wcm_base/modules/custom/ocio_simplesamlphp_auth/ocio_simplesamlphp_auth.module
index d68df3d0..dd1603f2 100644
--- a/profiles/wcm_base/modules/custom/ocio_simplesamlphp_auth/ocio_simplesamlphp_auth.module
+++ b/profiles/wcm_base/modules/custom/ocio_simplesamlphp_auth/ocio_simplesamlphp_auth.module
@@ -261,8 +261,11 @@ function ocio_simplesamlphp_auth_form_user_profile_form_alter(&$form, &$form_sta
     $form['account']['name']['#description'] = 'Username can not be changed for users authenticating via SimpleSAML.';
     $form['account']['mail']['#disabled'] = TRUE;
     $form['account']['mail']['#description'] = 'Email can not be changed for users authenticating via SimpleSAML.';
-    $form['account']['pass']['#access'] = FALSE;
-    $form['account']['current_pass']['#access'] = FALSE;
+
+    // Allow saml users to set password if global setting allows
+    $password_access = variable_get('simplesamlphp_auth_allowsetdrupalpwd');
+    $form['account']['pass']['#access'] = $password_access;
+    $form['account']['current_pass']['#access'] = $password_access;
   }
 
   // add authentication method option to profile form
diff --git a/profiles/wcm_base/modules/custom/wcm_workbench/wcm_workbench.info b/profiles/wcm_base/modules/custom/wcm_workbench/wcm_workbench.info
index 60243700..7ce79e0f 100644
--- a/profiles/wcm_base/modules/custom/wcm_workbench/wcm_workbench.info
+++ b/profiles/wcm_base/modules/custom/wcm_workbench/wcm_workbench.info
@@ -10,8 +10,6 @@ dependencies[] = views
 dependencies[] = workbench
 dependencies[] = workbench_media
 dependencies[] = workbench_moderation
-dependencies[] = workbench_moderation
-dependencies[] = workbench_moderation
 features[ctools][] = views:views_default:3.0
 features[features_api][] = api:2
 features[features_override_items][] = views_view.workbench_edited
diff --git a/profiles/wcm_base/modules/custom/wcm_workbench/wcm_workbench.views_default.inc b/profiles/wcm_base/modules/custom/wcm_workbench/wcm_workbench.views_default.inc
index f6e8632d..abf2aed8 100644
--- a/profiles/wcm_base/modules/custom/wcm_workbench/wcm_workbench.views_default.inc
+++ b/profiles/wcm_base/modules/custom/wcm_workbench/wcm_workbench.views_default.inc
@@ -128,6 +128,9 @@ function wcm_workbench_views_default_views() {
   $handler->display->display_options['fields']['filename']['id'] = 'filename';
   $handler->display->display_options['fields']['filename']['table'] = 'file_managed';
   $handler->display->display_options['fields']['filename']['field'] = 'filename';
+  $handler->display->display_options['fields']['filename']['alter']['make_link'] = TRUE;
+  $handler->display->display_options['fields']['filename']['alter']['path'] = '[uri]';
+  $handler->display->display_options['fields']['filename']['link_to_file'] = FALSE;
   /* Field: File: Mime type */
   $handler->display->display_options['fields']['filemime']['id'] = 'filemime';
   $handler->display->display_options['fields']['filemime']['table'] = 'file_managed';
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_admin/CHANGELOG.txt b/profiles/wcm_base/modules/panopoly/panopoly_admin/CHANGELOG.txt
index 64743aab..a5dc483e 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_admin/CHANGELOG.txt
+++ b/profiles/wcm_base/modules/panopoly/panopoly_admin/CHANGELOG.txt
@@ -1,3 +1,7 @@
+Panopoly Admin 7.x-1.35, 2016-05-04
+----------------------------
+- No changes since last release.
+
 Panopoly Admin 7.x-1.34, 2016-04-20
 ----------------------------
 - No changes since last release.
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_admin/panopoly_admin.info b/profiles/wcm_base/modules/panopoly/panopoly_admin/panopoly_admin.info
index cb3c90b4..d7cfb792 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_admin/panopoly_admin.info
+++ b/profiles/wcm_base/modules/panopoly/panopoly_admin/panopoly_admin.info
@@ -37,9 +37,9 @@ 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 2016-04-21
-version = "7.x-1.34"
+; Information added by Drupal.org packaging script on 2016-05-04
+version = "7.x-1.35"
 core = "7.x"
 project = "panopoly_admin"
-datestamp = "1461203348"
+datestamp = "1462395846"
 
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_core/CHANGELOG.txt b/profiles/wcm_base/modules/panopoly/panopoly_core/CHANGELOG.txt
index 9186dfa5..8750bc28 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_core/CHANGELOG.txt
+++ b/profiles/wcm_base/modules/panopoly/panopoly_core/CHANGELOG.txt
@@ -1,3 +1,7 @@
+Panopoly Core 7.x-1.35, 2016-05-04
+---------------------------
+- Update to Fieldable Panels Panes 1.10 for SA-CONTRIB-2016-025.
+
 Panopoly Core 7.x-1.34, 2016-04-20
 ---------------------------
 - Update Features to 2.10.
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_core/panopoly_core.info b/profiles/wcm_base/modules/panopoly/panopoly_core/panopoly_core.info
index 698481e0..fefdbe5b 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_core/panopoly_core.info
+++ b/profiles/wcm_base/modules/panopoly/panopoly_core/panopoly_core.info
@@ -74,9 +74,9 @@ features[variable][] = panelizer_taxonomy_term:panopoly_categories_allowed_layou
 features[variable][] = panelizer_taxonomy_term:panopoly_categories_allowed_types_default
 features[views_view][] = panopoly_taxonomy
 
-; Information added by Drupal.org packaging script on 2016-04-21
-version = "7.x-1.34"
+; Information added by Drupal.org packaging script on 2016-05-04
+version = "7.x-1.35"
 core = "7.x"
 project = "panopoly_core"
-datestamp = "1461203358"
+datestamp = "1462395855"
 
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_core/panopoly_core.install b/profiles/wcm_base/modules/panopoly/panopoly_core/panopoly_core.install
index e8868d0e..2ae3acde 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_core/panopoly_core.install
+++ b/profiles/wcm_base/modules/panopoly/panopoly_core/panopoly_core.install
@@ -86,6 +86,9 @@ function panopoly_core_update_dependencies() {
   $deps['module_filter'][7200] = array(
     'panopoly_core' => 7105,
   );
+  $deps['fieldable_panels_panes'][7111] = array(
+    'panopoly_core' => 7106,
+  );
   return $deps;
 }
 
@@ -233,3 +236,10 @@ function panopoly_core_update_7104() {
 function panopoly_core_update_7105() {
   registry_rebuild();
 }
+
+/**
+ * Use the new FPP revision locking mode.
+ */
+function panopoly_core_update_7106() {
+  variable_set('fpp_revision_locking', 'lock');
+}
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_core/panopoly_core.make b/profiles/wcm_base/modules/panopoly/panopoly_core/panopoly_core.make
index 8db12a29..817d8dc6 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_core/panopoly_core.make
+++ b/profiles/wcm_base/modules/panopoly/panopoly_core/panopoly_core.make
@@ -24,7 +24,7 @@ projects[panelizer][subdir] = contrib
 projects[panelizer][patch][1623536] = http://drupal.org/files/issues/array-to-object-on-update-1623536-26.patch
 projects[panelizer][patch][2416505] = http://www.drupal.org/files/issues/panelizer-search_api-2416505-3.patch
 
-projects[fieldable_panels_panes][version] = 1.8
+projects[fieldable_panels_panes][version] = 1.10
 projects[fieldable_panels_panes][subdir] = contrib
 
 projects[pm_existing_pages][version] = 1.4
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_magic/CHANGELOG.txt b/profiles/wcm_base/modules/panopoly/panopoly_magic/CHANGELOG.txt
index 0d78b7bb..ede9f6d8 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_magic/CHANGELOG.txt
+++ b/profiles/wcm_base/modules/panopoly/panopoly_magic/CHANGELOG.txt
@@ -1,3 +1,8 @@
+Panopoly Magic 7.x-1.35, 2016-05-04
+----------------------------
+- Title in FPP is double encoded when making a link.
+- Update to Fieldable Panels Panes 1.10 for SA-CONTRIB-2016-025.
+
 Panopoly Magic 7.x-1.34, 2016-04-20
 ----------------------------
 - No changes since last release.
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_magic/panopoly_magic.info b/profiles/wcm_base/modules/panopoly/panopoly_magic/panopoly_magic.info
index 0c435996..b479cd80 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_magic/panopoly_magic.info
+++ b/profiles/wcm_base/modules/panopoly/panopoly_magic/panopoly_magic.info
@@ -15,9 +15,9 @@ 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 2016-04-21
-version = "7.x-1.34"
+; Information added by Drupal.org packaging script on 2016-05-04
+version = "7.x-1.35"
 core = "7.x"
 project = "panopoly_magic"
-datestamp = "1461203400"
+datestamp = "1462395884"
 
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_magic/panopoly_magic.module b/profiles/wcm_base/modules/panopoly/panopoly_magic/panopoly_magic.module
index 51bc0247..0876e05e 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_magic/panopoly_magic.module
+++ b/profiles/wcm_base/modules/panopoly/panopoly_magic/panopoly_magic.module
@@ -393,6 +393,18 @@ function panopoly_magic_form_alter(&$form, &$form_state, $form_id) {
     if ($form_id == 'fieldable_panels_panes_fieldable_panels_pane_content_type_edit_form') {
       // Hide the revision fieldset.
       $form['revision']['#access'] = FALSE;
+      // Hide the 'Admin' fieldset.
+      $form['admin']['#access'] = FALSE;
+      // Move the 'Admin title' under reusable like in FPP 1.8 and earlier.
+      $form['reusable']['admin_title'] = $form['admin']['admin_title'];
+      $form['reusable']['admin_title']['#states'] = array(
+        'visible' => array(
+          ':input[name="reusable"]' => array('checked' => TRUE),
+        )
+      );
+      unset($form['admin']['admin_title']);
+      // Move the warning down.
+      $form['reusable']['warning']['#weight'] = 100;
 
       // Add our own submit handler ALWAYS, not just when we are generating
       // a preview.
@@ -652,7 +664,7 @@ function panopoly_magic_render_fieldable_panels_pane_preview($type, $subtype, $c
     $block->title = '';
     if (empty($settings['extra_fields']['display']) || !empty($settings['extra_fields']['display']['title']['default']['visible'])) {
       if (!empty($entity->title)) {
-        $block->title = check_plain($entity->title);
+        $block->title = filter_xss_admin($entity->title);
       }
     }
 
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_pages/CHANGELOG.txt b/profiles/wcm_base/modules/panopoly/panopoly_pages/CHANGELOG.txt
index e72d8c59..3d3c50a1 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_pages/CHANGELOG.txt
+++ b/profiles/wcm_base/modules/panopoly/panopoly_pages/CHANGELOG.txt
@@ -1,3 +1,7 @@
+Panopoly Pages 7.x-1.35, 2016-05-04
+----------------------------
+- No changes since last release.
+
 Panopoly Pages 7.x-1.34, 2016-04-20
 ----------------------------
 - No changes since last release.
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_pages/panopoly_pages.info b/profiles/wcm_base/modules/panopoly/panopoly_pages/panopoly_pages.info
index fb99e3c8..a6cdf02a 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_pages/panopoly_pages.info
+++ b/profiles/wcm_base/modules/panopoly/panopoly_pages/panopoly_pages.info
@@ -67,9 +67,9 @@ features[variable][] = panelizer_node:panopoly_page_allowed_layouts_default
 features[variable][] = panelizer_node:panopoly_page_allowed_types_default
 features[variable][] = save_continue_panopoly_page
 
-; Information added by Drupal.org packaging script on 2016-04-21
-version = "7.x-1.34"
+; Information added by Drupal.org packaging script on 2016-05-04
+version = "7.x-1.35"
 core = "7.x"
 project = "panopoly_pages"
-datestamp = "1461203413"
+datestamp = "1462395893"
 
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_search/CHANGELOG.txt b/profiles/wcm_base/modules/panopoly/panopoly_search/CHANGELOG.txt
index 4888e864..a5047358 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_search/CHANGELOG.txt
+++ b/profiles/wcm_base/modules/panopoly/panopoly_search/CHANGELOG.txt
@@ -1,3 +1,7 @@
+Panopoly Search 7.x-1.35, 2016-05-04
+-----------------------------
+- No changes since last release.
+
 Panopoly Search 7.x-1.34, 2016-04-20
 -----------------------------
 - Update to search_api 1.18 for SA-CONTRIB-2016-022.
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_search/panopoly_search.info b/profiles/wcm_base/modules/panopoly/panopoly_search/panopoly_search.info
index eb6dafd1..defbcb15 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_search/panopoly_search.info
+++ b/profiles/wcm_base/modules/panopoly/panopoly_search/panopoly_search.info
@@ -54,9 +54,9 @@ features[variable][] = search_cron_limit
 features[views_view][] = panopoly_database_search
 features[views_view][] = panopoly_search
 
-; Information added by Drupal.org packaging script on 2016-04-21
-version = "7.x-1.34"
+; Information added by Drupal.org packaging script on 2016-05-04
+version = "7.x-1.35"
 core = "7.x"
 project = "panopoly_search"
-datestamp = "1461203422"
+datestamp = "1462395903"
 
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_test/CHANGELOG.txt b/profiles/wcm_base/modules/panopoly/panopoly_test/CHANGELOG.txt
index 9d5258f6..2a751aad 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_test/CHANGELOG.txt
+++ b/profiles/wcm_base/modules/panopoly/panopoly_test/CHANGELOG.txt
@@ -1,3 +1,7 @@
+Panopoly Test 7.x-1.35, 2016-05-04
+---------------------------
+- Title in FPP is double encoded when making a link.
+
 Panopoly Test 7.x-1.34, 2016-04-20
 ---------------------------
 - Update search_api to 1.17, search_api_db to 1.5, search_api_solr to 1.10.
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_test/panopoly_test.info b/profiles/wcm_base/modules/panopoly/panopoly_test/panopoly_test.info
index 990e1e95..39950f93 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_test/panopoly_test.info
+++ b/profiles/wcm_base/modules/panopoly/panopoly_test/panopoly_test.info
@@ -99,9 +99,9 @@ features_exclude[dependencies][panopoly_pages] = panopoly_pages
 features_exclude[dependencies][panelizer] = panelizer
 hidden = 1
 
-; Information added by Drupal.org packaging script on 2016-04-21
-version = "7.x-1.34"
+; Information added by Drupal.org packaging script on 2016-05-04
+version = "7.x-1.35"
 core = "7.x"
 project = "panopoly_test"
-datestamp = "1461203642"
+datestamp = "1462395910"
 
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_test/tests/features/panopoly_magic/livepreview.feature b/profiles/wcm_base/modules/panopoly/panopoly_test/tests/features/panopoly_magic/livepreview.feature
index 602079ee..5ed65cd2 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_test/tests/features/panopoly_magic/livepreview.feature
+++ b/profiles/wcm_base/modules/panopoly/panopoly_test/tests/features/panopoly_magic/livepreview.feature
@@ -432,3 +432,18 @@ Feature: Live preview
     When I press "Update Preview"
       And I wait for live preview to finish
     Then I should see "Avert your eyes! It's not even worth to cast your gaze upon this widget."
+
+  @api @javascript @panopoly_widgets
+    Scenario: Make text widget title a link
+      Given I am logged in as a user with the "administrator" role
+        And Panopoly magic live previews are automatic
+        And I am viewing a landing page
+      When I customize this page with the Panels IPE
+        And I click "Add new pane"
+        And I click "Add text" in the "CTools modal" region
+      Then I should see "Configure new Add text"
+      When I fill in the following:
+        | Title   | Here's a title & then some |
+        And I check the box "Make title a link"
+        And I wait for AJAX to finish
+      Then I should see "Here's a title & then some"
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_theme/CHANGELOG.txt b/profiles/wcm_base/modules/panopoly/panopoly_theme/CHANGELOG.txt
index c267a1b4..abe25efa 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_theme/CHANGELOG.txt
+++ b/profiles/wcm_base/modules/panopoly/panopoly_theme/CHANGELOG.txt
@@ -1,3 +1,7 @@
+Panopoly Theme 7.x-1.35, 2016-05-04
+----------------------------
+- No changes since last release.
+
 Panopoly Theme 7.x-1.34, 2016-04-20
 ----------------------------
 - No changes since last release.
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_theme/panopoly_theme.info b/profiles/wcm_base/modules/panopoly/panopoly_theme/panopoly_theme.info
index 831fe305..7ad62bff 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_theme/panopoly_theme.info
+++ b/profiles/wcm_base/modules/panopoly/panopoly_theme/panopoly_theme.info
@@ -11,9 +11,9 @@ 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 2016-04-21
-version = "7.x-1.34"
+; Information added by Drupal.org packaging script on 2016-05-04
+version = "7.x-1.35"
 core = "7.x"
 project = "panopoly_theme"
-datestamp = "1461203671"
+datestamp = "1462395919"
 
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_widgets/CHANGELOG.txt b/profiles/wcm_base/modules/panopoly/panopoly_widgets/CHANGELOG.txt
index 2984607b..4864fd3d 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_widgets/CHANGELOG.txt
+++ b/profiles/wcm_base/modules/panopoly/panopoly_widgets/CHANGELOG.txt
@@ -1,3 +1,7 @@
+Panopoly Widgets 7.x-1.35, 2016-05-04
+------------------------------
+- No changes since last release.
+
 Panopoly Widgets 7.x-1.34, 2016-04-20
 ------------------------------
 - No changes since last release.
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_widgets/panopoly_widgets.info b/profiles/wcm_base/modules/panopoly/panopoly_widgets/panopoly_widgets.info
index 2044c1af..9586248a 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_widgets/panopoly_widgets.info
+++ b/profiles/wcm_base/modules/panopoly/panopoly_widgets/panopoly_widgets.info
@@ -119,9 +119,9 @@ features[file_display][] = video__teaser__media_youtube_image
 features[file_display][] = video__teaser__media_youtube_video
 features[views_view][] = panopoly_widgets_general_content
 
-; Information added by Drupal.org packaging script on 2016-04-21
-version = "7.x-1.34"
+; Information added by Drupal.org packaging script on 2016-05-04
+version = "7.x-1.35"
 core = "7.x"
 project = "panopoly_widgets"
-datestamp = "1461203696"
+datestamp = "1462395937"
 
diff --git a/profiles/wcm_base/wcm_base.make b/profiles/wcm_base/wcm_base.make
index e30481f3..9de3e87f 100644
--- a/profiles/wcm_base/wcm_base.make
+++ b/profiles/wcm_base/wcm_base.make
@@ -417,32 +417,32 @@ libraries[ocio_modernizr][download][branch] = 7.x-1.x
 
 ; The Panopoly Foundation
 
-projects[panopoly_core][version] = 1.34
+projects[panopoly_core][version] = 1.35
 projects[panopoly_core][subdir] = panopoly
 
-projects[panopoly_theme][version] = 1.34
+projects[panopoly_theme][version] = 1.35
 projects[panopoly_theme][subdir] = panopoly
 
-projects[panopoly_magic][version] = 1.34
+projects[panopoly_magic][version] = 1.35
 projects[panopoly_magic][subdir] = panopoly
 
-projects[panopoly_widgets][version] = 1.34
+projects[panopoly_widgets][version] = 1.35
 projects[panopoly_widgets][subdir] = panopoly
 
-projects[panopoly_admin][version] = 1.34
+projects[panopoly_admin][version] = 1.35
 projects[panopoly_admin][subdir] = panopoly
 
 
 ; The Panopoly Toolset
 
-projects[panopoly_pages][version] = 1.34
+projects[panopoly_pages][version] = 1.35
 projects[panopoly_pages][subdir] = panopoly
 
-projects[panopoly_search][version] = 1.34
+projects[panopoly_search][version] = 1.35
 projects[panopoly_search][subdir] = panopoly
 
 
 ; For running the automated tests.
 
-projects[panopoly_test][version] = 1.34
+projects[panopoly_test][version] = 1.35
 projects[panopoly_test][subdir] = panopoly
-- 
GitLab