| 1 |
Panels 6.x-3.x-dev
|
| 2 |
==================
|
| 3 |
|
| 4 |
#612850: Fix crash bug with panes referencing deleted/missing views.
|
| 5 |
#614178: Transition to panels-pane.tpl.php caused empty panes to display again.
|
| 6 |
#634746 by joshk: Allow pane caching to modify the content during cache storage.
|
| 7 |
|
| 8 |
Panels 6.x-3.2
|
| 9 |
==============
|
| 10 |
|
| 11 |
#606980 by Deciphered and sethfreach: Typo caused panel-pane class to disappear if another class was assigned.
|
| 12 |
#607242: Using the wrong variable in hook_block can cause title to not be overridable.
|
| 13 |
#608062: Visibility rules did not appear in the list when added to a pane (though they still applied).
|
| 14 |
|
| 15 |
Panels 6.x-3.1
|
| 16 |
==============
|
| 17 |
|
| 18 |
#552846 by eMPee584: Fix notice with tablesorts on mini panels page if no mini panels exist.
|
| 19 |
#568218: Links to clone, export, delete/revert, enable/disable variants from the main summary page were incorrect and led to an operation trail not found message.
|
| 20 |
#533724: Prevent Panels from upgrading while uninstalled, as that upgrades into broken pages.
|
| 21 |
#529816: Allow flexible layout to add custom classes to each region.
|
| 22 |
Rearrange the pane dropdown menus to be better organized and look a little nicer.
|
| 23 |
Add a new field to allow setting a panel title from one of its panes.
|
| 24 |
#562560 by Damien McKenna: Integration with export.module
|
| 25 |
#583172 by jacine: Turn panel pane into a template, as it always should have been.
|
| 26 |
#604404: Make sure caching does not trigger for form POSTs.
|
| 27 |
|
| 28 |
Panels 6.x-3.0
|
| 29 |
==============
|
| 30 |
|
| 31 |
#529258 by stella: Attempting to modify CSS properties on mini panel causes ajax failure.
|
| 32 |
#537430 by dereine: Fix untranslatable strings in panels dashboard template.
|
| 33 |
#530104 by stella: Fix import problem with mini panels.
|
| 34 |
#535606: Mini panel deletion deleted all block config of all mini panels.
|
| 35 |
#539418 by esmerel: Remove reference to panel page from module description.
|
| 36 |
#535722: Fix incorrect "title" tag on categories in add content modal.
|
| 37 |
Fix a bug with drag and drop UI that caused panes to break after other panes were added.
|
| 38 |
#538900: Fix bug with flexible when having multiple regions of the same name if they have a space.
|
| 39 |
#552014: Hide Substitutions fieldset if there are no contexts.
|
| 40 |
#552006: Add Content modal now opens to explanatory text instead of the first category.
|
| 41 |
#553392 by lee20: Fix node allowed layouts not properly respected on edit layout screen.
|
| 42 |
|
| 43 |
Panels 6.x-3.0-rc1
|
| 44 |
==================
|
| 45 |
|
| 46 |
#515316: Add permission to view Panels admin dashboard.
|
| 47 |
#298174: Recursion defense for mini panels.
|
| 48 |
#502670: Extra HTML designed only for flexible layout admin accidentally rendered.
|
| 49 |
#507516: "Default" panel style on regions not being properly utilized.
|
| 50 |
#476440: Seriously, cloning variants really realy fixed.
|
| 51 |
#518360 by joshk: Panels node form doesn't have format properly associated.
|
| 52 |
#525340 by markus_petrux: Dashboard improperly initializing a variable.
|
| 53 |
#460902 by dmmckenna: Fix problem installing panels from an install profile.
|
| 54 |
#488278: Preview on panel nodes prior to creation caused errors.
|
| 55 |
#475920: Create "use panels dashboard" permission to more easily control who can and cannot use it.
|
| 56 |
#384552: Fix incompatibilities with theme developer. Drag & drop screen does not need to be themable.
|
| 57 |
|
| 58 |
Panels 6.x-3.0-beta4
|
| 59 |
====================
|
| 60 |
Note: beta3 skipped to stay even with CTools beta numbers.
|
| 61 |
Removal of non-functioning bulk export module in favor of the new one in CTools.
|
| 62 |
Update to require CTools API 1.1.0
|
| 63 |
Updates to work with the new Page Manager UI in CTools.
|
| 64 |
|
| 65 |
Panels 6.x-3.0-beta2
|
| 66 |
====================
|
| 67 |
Update to require CTools based upon its advertised API version number.
|
| 68 |
Update code to ensure that the dead 'panels simple cache' module is really dead.
|
| 69 |
Attempt to go back further in history for a Panels 1 upgrade path.
|
| 70 |
Fix for making sure Panels completely disables itself if using incompatible version of CTools.
|
| 71 |
Update CSS caching on panel page and panel context to use ctools_css_store instead of remembering the filename.
|
| 72 |
Infinite loop protection in panel nodes.
|
| 73 |
#459078: Provide the "read more" flag for teasers of panel nodes.
|
| 74 |
Fix broken styling when dragging a panel pane.
|
| 75 |
Integrate with CTools tab system so we can add edit tabs to all our panel pages.
|
| 76 |
#454208: pgsql does not support concat(), so use || instead for postgres.
|
| 77 |
#445828: Remove "Settings" link if a content type has no settings form.
|
| 78 |
#460200: Allow regions and columns that have only 'fixed' width items. Disallow changing a 'fixed' item to 'fluid.'
|
| 79 |
|
| 80 |
Panels 6.x-3.0-beta1
|
| 81 |
====================
|
| 82 |
|
| 83 |
#422712: Panel page import button went to wrong place.
|
| 84 |
#423288: Profile template plugin had wrong path.
|
| 85 |
#424176: Panel nodes: Remove unused layout screen, fix some notice errors, give context a description.
|
| 86 |
New simpler panel page task that doesn't bother with handlers at all.
|
| 87 |
#317121: Respect 'hide title' option in display settings.
|
| 88 |
#422404: Update to exportables left mini panels kind of broken.
|
| 89 |
#422180 by joshk: Fix panel node_access to accept incoming $account.
|
| 90 |
Moved content types to CTools.
|
| 91 |
Better add content dialog.
|
| 92 |
#437742 by jcmarco: Missing include.
|
| 93 |
#440142 by jcmarco: Did not change panels_get_content_types to ctools_get_content_types.
|
| 94 |
Add a live preview widget to the panel content edit page.
|
| 95 |
Fix panel page type to actually respect the contexts.
|
| 96 |
Upgrades from as far back as Drupal 5 can now be supported.
|
| 97 |
Rearranged the menus, created the Panel dashboard.
|
| 98 |
Returned the allowed content settings form to panel page
|
| 99 |
Added allowed layouts to settings form for panel pages, nodes, minis.
|
| 100 |
#362754 by dereine: Fix invalid XHTML in 3col 33/34/33 template.
|
| 101 |
#375686: Create panels_get_current_page_display() to replace the old panels_get_current_page() function.
|
| 102 |
#424798: Respond to a cloned handler by properly cloning the display as well.
|
| 103 |
#424290: Ensure content.inc is loaded during panels display save so that everything can be found.
|
| 104 |
#422090: Ensure the first item added to a row is fluid. Fixed can then be added after that.
|
| 105 |
|
| 106 |
Panels 6.x-3.0-alpha3
|
| 107 |
=====================
|
| 108 |
Note: This changelog is incomplete, as it was started sometime after alpha2.ls
|
| 109 |
|
| 110 |
#349979 by Dave Reid: Proper use of link alter.
|
| 111 |
#374628: Add a check for broken display to the admin summary to prevent crashes.
|
| 112 |
Retool flexible layout into a nice javascripty visual layout builder.
|
| 113 |
Retool mini panels to use ctools export class and provide a .inc file for its content type as a better example.
|
| 114 |
Store a panel task handler's display in the database.
|
| 115 |
Add a mechanism to fetch information about just one content subtype (i.e, single view, single block) instead of fetching them all.
|
| 116 |
Overhaul node_content_type creating a .inc file.
|
| 117 |
Add 'content type' property to content types.
|
| 118 |
Add 'defaults' property to content types.
|
| 119 |
Panels views cleanup, including making exposed form blocks available.
|
| 120 |
#391788 by guix: Simple cache should not unserialize data that is now already unserialized.
|
| 121 |
#367635 by lee20: View title built too early and so lost arguments.
|