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