Downloads

Download panopoly-7.x-1.21-core.tar.gztar.gz 19.36 MB
MD5: 8912036f2014a56596c2b172473c5816
SHA-1: fcc6a5fc5afb3f4f4357fef693cfa714987b4807
SHA-256: 8ec154e3312524537d408b6ff7df12f83a2290cdebbfd28195291324005a98fe
Download panopoly-7.x-1.21-core.zipzip 22.3 MB
MD5: c214a5774b4a1b7ce125426e3144baea
SHA-1: be930dc3bfeb21d64d04ac773dabe35854e1b554
SHA-256: 3ae99fef27cb35b969068cf410a5faf28975b68caf60c3413dee4fe7fba6619f
Download panopoly-7.x-1.21-no-core.tar.gztar.gz 16.22 MB
MD5: aef86a95ae817f484eb5eb58c37f0ebd
SHA-1: 1e6ae2502d495c038f8c0a786e1827592f52124a
SHA-256: d970285791c595f9835a35093c4cdafbb339a72b119b116ed00be0044785641f
Download panopoly-7.x-1.21-no-core.zipzip 18.46 MB
MD5: 7929a06a2d42be4e8fab7f7b80b0ce13
SHA-1: 73f6b3f43839efa0995f2e2da003749cd1dd1d3d
SHA-256: 957f6e3d1d3f8e88163027cf46c05101cb2363b20e7e76221535f32cdfd497b3
Download panopoly-7.x-1.21.tar.gztar.gz 246.3 KB
MD5: 79da1e319a19bc1e2e7c692797f55a27
SHA-1: c99d119280984e635c1a7fd7045d7e196df36f01
SHA-256: 637f41121f8933d877a76784fcad21db37f2ec2e33d58220d1650c6f10208c04
Download panopoly-7.x-1.21.zipzip 251.77 KB
MD5: 55d2a01deb6b9f948bb6f21cca9a12fa
SHA-1: 5814103c5ba83927af8a992b5cf13d7cecef5b3a
SHA-256: 4343dcb432df3d0716eae3460e64e986d483b15c4d0661a441ad44aecd0008e7

Release notes

This release includes a fix for a critical security vulnerabilities in the Views module:

Views - Critical - Access Bypass - SA-CONTRIB-2015-103

Beyond the security update, this release also includes a number of SUPER important bug fixes as well as one major feature and a couple module updates. See all the changes below for more information!

Instructions on how to upgrade:

Please see the Upgrading Panopoly guide!

We support updating from Panopoly 1.0-rc4 (or newer) to this version.

Special instructions for this release:

Hey, I upgraded and now all my images are squashed?!

In the past, panopoly_images included a bit of CSS that affected all <img> tags:

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

However, a module shouldn't do something to all tags of a particular type - that's the theme's job. A module should target only the specific bits of markup that it's responsible for!

So, in #2468445: Panopoly Images targets img elements we changed the CSS to target the image styles created by panopoly_images.

However, it's possible that in your theme you were depending on that bit of CSS affecting all images and now that it's not, some images are the wrong dimensions.

The fix is copying the above CSS into your theme!

All changes in this release:

  • Update Panopoly Core for Issue #2480383: Update Views to version 3.11 for SA-CONTRIB-2015-103
  • Update Panopoly Test for Issue #2236815 by segovia94, dsnopek: Set human-readable names for all of Panopoly's image styles
  • Update Panopoly Images for Issue #2236815 by segovia94, dsnopek: Set human-readable names for all of Panopoly's image styles
  • Update Panopoly Core, Admin, Pages and Test for Issue #2477319: Clean up instances of deprecated layouts
  • Update Panopoly WYSIWYG for Issue #2473365 by dsnopek: WYSIWYG format shouldn't use "Convert line breaks into HTML" filter
  • Update Panopoly Core for Issue #1962642 by Sheldon Rampton: Undefined index: default_filename in defaultconfig_defaultconfig_components() (line 418
  • Update Panopoly Core for Issue #2468989 by hanoii: Include views patch to fix destination query string on ajax calls from views
  • Update Panopoly Test for Issue #2476723 by dsnopek: Remove 'Radix' from the label of each of the layouts
  • Update Panopoly Theme for Issue #2476723 by dsnopek: Remove 'Radix' from the label of each of the layouts
  • Update Panopoly Images and Test for Issue #2476227 by dsnopek: Page full of variables after changing layout
  • Update Panopoly WYSIWYG for Issue #2476543 by dsnopek: tag getting added to the WYSIWYG output
  • Fix type-o in scripts/create_test_branch.py: panopoly_wyiswyg => panopoly_wysiwyg
  • Update Panopoly Core for Issue #2444361 by mglaman: Update token module to version 1.6
  • Update Panopoly WYSIWYG for Issue #2451691 by mglaman: Update TinyMCE library to 3.5.11
  • Update Panopoly Core for Issue #2472693: Make theming FPPs sane
  • Update Panopoly Test for Issue #2471995 by hefox: menu_rebuild removed, but not variable that tracked if had been done
  • Update Panopoly Core and profile for Issue #2468273 by dsnopek: Update to Drupal 7.36
  • Update Panopoly Core, Images, Widgets, Admin, Pages, Search and Test for Issue #2446165: Update Features module to version 2.5
  • The create_test_branch.py script should skip all but one upgrade test by default.
  • Update Panopoly Images for Issue #2468445 by RobLoach, dsnopek: Panopoly Images targets img elements
  • Revert "Update Panopoly Images for Issue #2468445 by RobLoach, dsnopek: Panopoly Images targets img elements"
  • Update Panoploy WYSIWYG for Issue #2460217 by mcrittenden: LinkIt is broken when changing to WYSIWYG editor after save
  • Update Panopoly Magic for Issue #2261061 by segovia94, dsnopek, hernani: Allow panopoly magic to affect other forms
  • Update Panopoly Images and WYSIWYG for Issue #2287805 by ergophobe, dsnopek, cornifex, mglaman: Caption filter does not work with Quarter Size image format - or with floated captions
  • Update Panopoly WYSIWYG for Issue #2456919 by ergophobe: Caption filter not properly converting singe quotes to entities
  • Update Panopoly Widgets for Issue #2463395 by dsnopek: Content Item widget initial preview is confusing
  • Update Panopoly Magic for Issue #2463389 by dsnopek: PHP notice when adding Image pane as an editor
  • Update Panopoly Admin for Issue #2461077 by dshields, dsnopek: Hiding the Body field label breaks the summary toggle
  • Update Panopoly Core for Issue #2455789: Errors when viewing pages with fieldable panels panes with visibility rules
  • Update Panopoly Widgets for Issue #2459229 by dsnopek: Document names in the Media "Library" overflow outside of their boxes
  • Update Panopoly Widgets for Issue #2459195 by dsnopek: "File name" filter in Media "Library" loses focus after each keystroke
  • Update Panopoly Widgets for Issue #2458747 by dsnopek: Media browser tabs give little indication that a tab is selected
  • Start testing upgrades from the 1.20 release.
  • Restored drupal-org.make after the 1.20 release
Created by: dsnopek
Created on: 29 Apr 2015 at 20:56 UTC
Last updated: 2 Aug 2018 at 04:56 UTC
Insecure

Other releases