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