Projet

Général

Profil

Paste
Télécharger (25,3 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / panelizer / CHANGELOG.txt @ 136a805a

1
Panelizer 7.x-3.3, 2016-08-17
2
-----------------------------
3
#2762351 by DamienMcKenna: Skip update 7300 if there are no records to process.
4
By dsnopek, japerry, mpotter, DamienMcKenna: Add support for the new Panels
5
  Storage API.
6
By dsnopek, japerry, mpotter, DamienMcKenna: Add support for the new Panels IPE
7
  access hook.
8
By DamienMcKenna: Moved panelizer_update_dependencies() to in front of the
9
  update scripts.
10

    
11

    
12
Panelizer 7.x-3.2, 2016-06-30
13
-----------------------------
14
#2416977 by Andrew M Riley: Confirm Navigation: Leave this Page (IPE w/
15
  Revisions).
16
#2419311 by naxoc: Update 7115 caused double-serialized values to saved.
17
#2311453 by DamienMcKenna, drupalninja: Redirect IPE to normal 'revert' page to
18
  revert the display.
19
#2366209 by DamienMcKenna: Option for one view mode to use another view mode's
20
   display.
21
#2375563 by DamienMcKenna: Clone attached FPPs when a node is cloned.
22
#2361425 by hctom: Support for taxonomy revisions.
23
#2416505 by dsnopek: Allow indexing content from 'Full page override' with
24
  Search API.
25
#1982654 by hefox, DamienMcKenna, mglaman: Repeatedly asked to confirm when
26
  trying to save a default for a node type.
27
#2192863 by niko-, mrjmd, mglaman, DamienMcKenna: Don't load displays for
28
  disabled view modes.
29
#2416405 by cmonnow, DamienMcKenna: Improved logic in hook_entity_insert().
30
#2266393 by DamienMcKenna: Give a warning message if update 7106 fails due to
31
  multiple records for the same entity view mode.
32
#2435003 by EclipseGc, DamienMcKenna: Add hook_panelizer_access() to allow each
33
  operation's permissions to be extended.
34
#2283769 by frankcarey, guillaumev, DamienMcKenna: Use standard permissions to
35
  control IPE access.
36
#2445769 by DamienMcKenna: Unable to clone displays.
37
#2451643 by DamienMcKenna: Reworked logic controlling when warning messages are
38
  displayed about page_manager needing to be enabled.
39
#2457711 by DamienMcKenna: 'content' local tasks should have been default.
40
#2465333 by EclipseGc: Add hook_panelizer_access_alter() for the new
41
  hook_panelizer_access().
42
#2462315 by DamienMcKenna: Fix update 7115 and regressions caused by it.
43
#2469411 by DamienMcKenna: Added Book Navigation pane to the default display if
44
  the Book module is enabled.
45
#2421321 by DamienMcKenna: Fixed logic that resulted in access-denied errors
46
  when loading settings pages.
47
#2467725 by DamienMcKenna: Additional fixes to update 7115.
48
#2450271 by mpotter: Nested Panels displays caused title to be displayed for
49
  wrong node.
50
#2469593 by DamienMcKenna: Added submission pane to the default display if
51
  the Webform module is enabled.
52
#2422667 by Devin Carlson, DamienMcKenna: Add basic test coverage.
53
#2460537 by DamienMcKenna: Fixed "Notice: Undefined offset: 3 in
54
  _menu_translate" error.
55
#2470257 by DamienMcKenna: Incorrect destination URLs in some forms resulted in
56
  "missing" links; removed references to the /list pages.
57
#2470257 by gmclelland: Fixed 'list' paths on main Panelizer admin page.
58
#2193221 by DamienMcKenna: New 'help' text field for site builders to add
59
  editorial guidelines for the display seletor on entity forms.
60
#2483133 by DamienMcKenna: Properly identify whether term_view is enabled in
61
  Page Manager.
62
#2480999 by drclaw: Machine name didn't autocomplete when cloning a display.
63
#2481015 by drclaw: Machine names of new displays must be unique.
64
#2408691 by ruloweb: Invalid pane id when revisioning is enabled.
65
By DamienMcKenna: Updated comments around entity_allows_revisions().
66
#1963124 by micnap, mgifford, DamienMcKenna: Resolve WCAG2 accessibility errors
67
  on main settings page.
68
#2237943 by knobo, DamienMcKenna: Entity display as "Panelizer" in Views should
69
  allow selectable view mode.
70
#2429561 by stevector, DamienMcKenna: Indicate on Field UI display settings
71
  pages and in hook_requirements when Panelizer is being used and field output
72
  is redundant.
73
By DamienMcKenna: Ensure all ksort() calls only happen on arrays.
74
#1963124 by DamienMcKenna: Require CTools 1.9 so that it has show.js.
75
#2533402 by badjava: Incorrect usage of the 'clone' keyword.
76
#2151837 by DamienMcKenna, muschpusch: Improved the README.txt file.
77
#2514068 by mpotter, hefox, DamienMcKenna: entity_extract_ids() may return a
78
  NULL for revision_id.
79
#2512342 by sonfordangeles, DamienMcKenna: panelizer_add_revision_info_form()
80
  was not handling the entity object correctly, so the revision functionality
81
  was not going to work correctly.
82
#2524258 by kovacsaba, DamienMcKenna: hook_views_plugins_alter() needs to know
83
  what module the plugin comes from.
84
#2565449 by benjy, DamienMcKenna: CTools export-ui library not always loaded.
85
#2382879 by mglaman: Allow layout selection to be assigned as the default via
86
  the IPE interface.
87
#2579983 by DamienMcKenna: Split up the test file into separate pieces.
88
#2589773 by akalam: Revision log field shows when it shouldn't.
89
#2579447 by LCM, DamienMcKenna: Added lots of tests for standard node workflows.
90
#2579449 by mglaman, DamienMcKenna: Tests for term workflows.
91
#2579451 by DamienMcKenna: Added tests for user workflows.
92
#2690267 by greenSkin: Rewrote update 7106 to work around API limitations.
93
#2537328 by B-Prod: Context changes weren't clearing the correct caches.
94
By DamienMcKenna: Properly formatted all comments in the main module file.
95
#2659820 by msti, DamienMcKenna, dgtlmoon, lotyrin: Refactored hook_schema to be
96
  more normal, fixed MySQL 5.7 compatibility problems.
97
#2136205 by Scott Robertson, DamienMcKenna: When using Content Translation to
98
  translate a panelized node, clone the Panelizer configuration.
99
#2742601 by DamienMcKenna: Preparation for adding more tests.
100
#2742609 by DamienMcKenna: Added tests for core node revision handling.
101
#2715573 by DamienMcKenna: Tests to confirm reverting a revision works as
102
  intended.
103
#2546906 by DamienMcKenna: If a default display is not available for certain
104
  Panelizer admin paths, display an appropriate error message instead of
105
  throwing a 404 page.
106
By DamienMcKenna: Minor refactoring to node revision tests.
107
#2748373 by DamienMcKenna: Tests to confirm defaults can be cloned.
108
#2577031 by DamienMcKenna, denisz: Tests to confirm what happens when a default
109
  display is overridden per node, leaving UUID fixes to Panels to handle.
110
#2404999 by DamienMcKenna, joegraduate: Don't save {panelizer_entity} records if
111
  the display is using a default.
112
#2756435 by DamienMcKenna: Test cleanups.
113
#2713191 by DamienMcKenna: Added tests to verify Pathauto-set aliases do not
114
  disappear after a Panelizer display is modified.
115
#1637304 by japerry, Steven Jones, DamienMcKenna: Simplified the main query in
116
  hook_entity_load(), added an index on {panelizer_entity}.revision_id.
117
By DamienMcKenna: Updated the README.txt note about Pathauto.
118
#2675766 by gustavderdrache: Don't save records in hook_entity_insert or
119
  hook_entity_update() if $entity->panelizer[$view_mode] is empty.
120
#1710586 by e.bogatyrev: Problem with contextual links and context definitions
121
  on node display.
122
#2630446 by mikedotexe, DamienMcKenna: Documentation updates for
123
  panelizer-view-mode.tpl.php.
124
#2709487 by DamienMcKenna: Fixed link paths in contextual menus.
125
#2600178 by joelstein: Some $cache_key values may only have two parts.
126
#2472519 by joelstein, DamienMcKenna: View mode substitution wasn't working
127
  correctly.
128
#2757277 by DamienMcKenna: Resetting a display didn't work correctly.
129
#2282605 by joelstein: Support for the core search system's custom view modes.
130
#2757995 by mathieuhelie, Calystod: Support for Search API's alternative content
131
  language.
132
#2758569 by DamienMcKenna: When changing a node from a non-default, non-custom
133
  display to the entity's default display, the old {panelizer_entity} record
134
  was not being removed so the change never took effect.
135

    
136

    
137
Panelizer 7.x-3.2-beta1, 2015-02-02
138
-----------------------------------
139
#2203629 by DamienMcKenna: Require the latest releases of CTools and Panels.
140
#2408903 by Andrew M Riley: IPE not saving correctly.
141
#2410363 by mrjmd: Add ability to edit machine names.
142
#2408811 by DamienMcKenna: Improved warning when Page Manager is disabled for an
143
  entity view mode but is required in order for the view mode to work correctly.
144
#2190839 by DamienMcKenna, annya: Improved panelizer_uninstall() to remove all
145
  variables.
146
#1929000 by arnested, mglaman, DamienMcKenna: Added a new hook that is
147
  triggered before a default Panelizer object is removed:
148
  hook_panelizer_delete_default()
149
#1493296 by DamienMcKenna, mglaman, lpalgarvio: Moved the main config page.
150
#2408691 by DamienMcKenna: Don't assume that a revision ID is submitted to the
151
  panelizer_panels_cache_get function, when viewing a published node it will
152
  only contain the entity ID.
153
#2408301 by DamienMcKenna: Displays not saving for entities without an existing
154
  {panelizer_entity} record.
155
#2246175 by das-peter, DamienMcKenna: Add contextual links to node templates.
156
#2337767 by devendra.yadav, mglaman: Fixed some db_queries that didn't use
157
  arguments correctly.
158
#2157701 by DamienMcKenna: UX: Use of word 'panel' is confusing when referring
159
  to each Panelizer display.
160
#1812658 by DamienMcKenna: Renamed 'Panelizer' tab to 'Customize display'.
161
#1798294 by DamienMcKenna, michielnugter: Follow-up to resolve issues creating
162
  new revisions.
163
#2362651 by DamienMcKenna, drupalninja99: Add revision support to IPE
164
  integration.
165
#1798294 by DamienMcKenna, michielnugter, azinck, recidive, partdigital,
166
  frakke: Couldn't edit non-current node revisions.
167
#2370457 by AndreyMaximov: Removed excessive array exploding/concatenation in
168
  the cache functions.
169
#2229033 by uzlov: Fixed problem due to CTools API change which caused initial
170
  display creation to fail.
171
#2147795 by DamienMcKenna, jamestamr: UI improvements to make it more clear what
172
  different view modes are for, especially 'Full page override' and 'Default'.
173
#2212873 by mglaman: Panelizer links were not always added to entity settings
174
  pages.
175
#2209083 by DamienMcKenna: Added an option to create a new revision when
176
  resetting an overridden entity display.
177
#1513946 by gilgabar, das-peter, mglaman: Pass Page Manager contexts through to
178
  Panelizer.
179
#2287353 by tom friedhof, DamienMcKenna, mglaman: Use drupal_html_class() to
180
  convert the body class string, not ctools_cleanstring() as it causes problems
181
  with CSS coding standards such as SMACSS.
182
#2247605 by IRuslan: Fix display of fake tabs.
183
#2354437 by DamienMcKenna: Always save a new display record when a new revision
184
  is being saved.
185
#2215521 by DamienMcKenna: Warn when entity page_manager is not enabled but the
186
  'full page override' view mode is.
187
#2289537 by ndewhurst: hook_panelizer_overview_links_alter() had incorrect args.
188
#2328615 by mglaman: get_default_panelizer_object() gives wrong value for
189
  exported displays due to incorrect usage of ctools_export_load_object().
190
#2325457 by DamienMcKenna: Minor fixes to JS via JSHint.
191
#2344335 by DamienMcKenna: Page arguments were incorrect on actions for certain
192
  entities.
193
#2337213 by DamienMcKenna: Some drupal_set_message strings were not translated.
194
#2332997 by DamienMcKenna: Option to update entities when changing defaults.
195
#2336989 by DamienMcKenna: Error saving content type form.
196
#2302867 by DamienMcKenna: Resolve problems in hook_entity_load().
197
#2291537 by DamienMcKenna: Removed the unused and empty CSS file.
198
#2302867 by DamienMcKenna, Andrew M Riley: has_default_panel() did not check if
199
  a default display existed, and related regressions.
200
#2303079 by DamienMcKenna: Tidied up the entity bundle configuration variable.
201
#2288683 by dstol: Ensure PanelizerEntityDefault class is always available.
202
#2295091 by DamienMcKenna: Added a warning about Pathauto loosing entity URL
203
  aliases.
204
#2248781 by DamienMcKenna: hook_entity_load was not resetting $revision_id for
205
  each entity, leading to errors upon hook_entity_update.
206
#2280467 by DamienMcKenna: Clean up hook_menu().
207
#2275421 by maximpodorov: Undefined variable in
208
  panelizer_handler_filter_panelizer_status().
209
#2267601 by Wim Leers, DamienMcKenna: Added a new variable (panelizer_view_mode)
210
  so hook_preprocess_field() can know what view mode is being used to display
211
  the entity the field is attached to.
212
#2218275 by DamienMcKenna: 'Reset' action should reset to the default, not
213
  delete all {panelizer_entity} records.
214
#2155715 by DamienMcKenna: Don't show the "Allow" selector if there's only one
215
  item.
216
#2248275 by DamienMcKenna: Ensure there's always a 'did' value prior to saving.
217
#1623536 by Artem Dotsenko: Avoid errors when updating object via entity APIs.
218
#2246871 by DamienMcKenna: Body classes not output when using Panels Everywhere.
219
#1822136 by tim.plunkett: 'Use the same allowed layouts as standard Panels
220
  pages' option is ignored.
221
#1989100 by akamustang, DamienMcKenna: Always include the entity_id when
222
  updating records.
223
#2237937 by DamienMcKenna: The "Overview" local task should be the left-most.
224
#2156359 by DamienMcKenna: Follow-up to fix bugs when creating an entity bundle.
225
By DamienMcKenna: Added a CHANGELOG.txt file.
226
#2156359 by DamienMcKenna: UX improvements on the entity bundle form.
227
#2024831 by jhedstrom: Permission fix on node access check when using IPE.
228
#2198363 by jamestamr: Correct queries in hook_uninstall().
229
#1751426 by guillaumev, DamienMcKenna: Extra permissions for use with Organic
230
  Groups.
231
#1960902 by samhassell: Verify existing variables exist before using them.
232
#1988250 by merlinofchaos: Strict warning message in hook_field_attach_submit.
233
#2235537 by DamienMcKenna: Don't try to delete Panels displays that don't exist.
234
#2232877 by solotandem: Avoid processing menu items multiple times.
235
#2223479 by DamienMcKenna: Expanded entity_allows_revisions() to separate
236
  whether revisions are supported and whether they're enabled by default.
237
#2199859 by lorique, jhedstrom: Only show 'save as default' option in IPE if
238
  user has permission.
239
#2227637 by DamienMcKenna: Unable to update existing records.
240
#2223493 by DamienMcKenna: Don't attempt to load a Panelizer display if it
241
  doesn't exist.
242
#2206155 by DamienMcKenna, Chris Burge: Comments don't/can't use the admin_paths
243
  functionality.
244
#2221557 by DamienMcKenna: hook_entity_update wasn't creating new records when
245
  needed.
246
#2147303 by DamienMcKenna: Make {panelizer_entity}.view_mode NOT NULL.
247
#2012270 by DamienMcKenna: Allow the default display to be selected per view
248
  mode.
249
#2178069 by fago: Flush entity caches when deleting displays or importing new
250
  defaults.
251
#2006288: Fixed problems with saving entities with newly disabled view modes and
252
  customized displays.
253
#1965148 by DamienMcKenna: Add placeholder for update 7111 that was removed.
254
#1965148 by fago, DamienMcKenna: Load the full default object, not just specific
255
  values.
256
By DamienMcKenna: Minor comment tweak in PanelizerEntityNode.class.php.
257
#2212873 by DamienMcKenna: Slightly improve code in hook_page_alter() to make
258
  fixing theme integration easier.
259
Revert "#1965148 by DamienMcKenna, fago, das-peter: Don't save records for
260
  default panelizer selections."
261
#2206155 by Chris Burge, DamienMcKenna: Comment entity admin path was incorrect,
262
  broke other entities.
263
#2210365 by abarban, Luxian: Fix comment entity display.
264
#1965148 by DamienMcKenna, fago, das-peter: Don't save records for default
265
  panelizer selections.
266
#1841262 by DamienMcKenna: Load settings from the default configuration.
267
#2154453 by DamienMcKenna: Update the exported CSS file when the entity is
268
  updated.
269
#1989100 by korgik: The entity['panelizer'] values may be arrays in some cases.
270
#2204483 by fubhy: Don't load Comment entity support if module disabled.
271
#1623536 by DamienMcKenna, Sergii, mukhsim: UUID changes how the entity object
272
  is saved.
273
#1820442 by dixon_: Panelized comments.
274
#2181799 by indytechcook: Allow multiple Panelizer settings to be saved at once
275
  for a given entity.
276
#2190813 by DamienMckenna: Add IDs to each field in add_bundle_setting_form.
277
#2103265 by gmclelland: Fixed permission check on Panelizer Link field in Views
278
  integration.
279
#2150859 by DamienMcKenna: Added hook_hook_info(),
280
  hook_panelizer_defaults_override_alter() and
281
  hook_panelizer_entity_plugin_process_alter() to the api file
282
#2150859: Rename the docs.php file to the more standard panelizer.api.php.
283
#1992106 by hefox, DamienMcKenna: Fixed Features integration to auto-select
284
  appropriate variables.
285
#1973166: Make changes to admin/structure/types dynamic to avoid conflicts with
286
  other modules.
287
#2147759 by DamienMcKenna: Vertical tabs integration for entity bundle edit
288
  form.
289
#2141649 by zhuber: Minor code formatting fixes per Coder module.
290
#2022541 by hefox: Add standard body classes based on node status, matching
291
  normal templates.
292
#1968876: Permission to select Panelizer default on entity edit form.
293
#1931422: swap_cache_key sometimes using wrong name for default object leading
294
  to potential crashes when that object does not exist.
295
By merlinofchaos: View mode being left off of new panelizer default names.
296

    
297

    
298
Panelizer 7.x-3.1, 2013-02-13
299
-----------------------------
300
#1912162 by mpotter and DamienMcKenna: Improve the features integration and
301
  allow features override to work.
302
#1909820 by r2integrated: Remove no longer needed hook requirements
303
  implementation.
304
#1812658: Need another is panelized check in entity view mode.
305
#1777264: Save as default not working.
306

    
307

    
308
Panelizer 7.x-3.0, 2013-01-30
309
-----------------------------
310
#1839812: Page manager warnings on panelizer admin page not updated for view
311
  modes.
312
#1774350: Provide more description to the overview permission.
313
#1653352: Remove duplicate, useless subtabs on certain panelizer admin pages.
314
#1902112: Delete page not working after yesterday fixes.
315
Missing css and js from IPE integration patch.
316
#1777264: Deeper integation with IPE to allow editing the default bundle
317
  panelizer and revert directly from IPE.
318
#1790896: Fix Panelizer "full page override" does not go away just by disabling
319
  it on panelizer admin page.
320
#1806566 by elliotttf: Allow page manager view mode to add to the body class.
321
Fix bug introduced by allowing custom view modes.
322
#1515428: Move the reset button to its own page with a proper confirmation.
323
Fix annoying notice regarding features defined variable not being defined.
324
#1787398 by SocialNicheGuru, Matt V: Fix whitescreen with entity cache module.
325
#1892246 by rlmumford: Better check for default entity object in hook entity
326
  alter.
327
#1833826 by andrewbelcher: Need to respect the field api "custom settings"
328
  setting for bundle view modes so that they can be panelized.
329
#1843574: From entity bundle maint page, view mode was not getting through to
330
  add/import operations.
331
#1843574: Missing arguments for get_default_display()
332
#1412022 by rbp: Use empty() instead of isset() to check view_mode.
333
#1772844: Only allow IPE on Panelized entities if the user has edit panelizer
334
  access to the entity.
335
#1790434 by das-peter, populist: Panel choice select does not appear when "no
336
  panel" is selected.
337
#1789000 by Ciraxis: entity_type at 255 chars caused key too long errors on
338
  InnoDB.
339
#1768746 by Lowkey: Cloning panelized entities does not work due to broken
340
  drupal_write_record().
341
Clean up a couple of errors from earlier commits.
342
#1545544 by acrollet: prevent panelizer notice when using panelizer form widget.
343
#1655296: Add hooks to make it easier for other modules to add panelizer
344
  operations, in particular so that panels_breadcrumbs can.
345
#1839296: Better way of determinging where the entity is located during
346
  entity_view theming.
347
#1412022 by jrbeeman: Older exported panelizer definitions missing data can
348
  cause errors.
349
#1836704 by peacog: Panelizer link title to entity not saved.
350
#1795834 by avr: Classes in theme_links should be an array.
351
#1669730: Make sure the row style plugin has a "name" to avoid notices.
352
#1659614 by jherencia: Fixed views row style plugin.
353
Issue [#1645716] by jherencia: Notices when taxonomy module is not enabled.
354
#1530370 by jenlampton, jucallme: Allow Panelizer to control page title.
355
#1824566 by populist: Allow Panelizer to use the default "panel pages" allowed
356
  content and layout.
357
#1804156 by DamienMcKenna: New revisions should only be created when requested.
358
#1822136 by populist: Panelizer fails to respect allowed layout settings.
359
Make the view-mode specific allowed content pages inaccessible since they do not
360
  work.
361
Add a safety because _ctools_features_get_info is not always available.
362
#1719372: Remove extraneous non-functional "Allowed content" tab in Panelizer
363
  administration.
364
Fix random whitespace error.
365
#1572202 by merlinofchaos, populist | pontus_nilsson: Fixed Panelizer default
366
  content and IPE, without page refresh panel is emptied on second save.
367
Recursion prevention in view modes in case a view mode tries to render inside a
368
  view mode.
369

    
370

    
371
Panelizer 7.x-3.0-rc1, 2012-10-18
372
---------------------------------
373
#1620116 by DamienMcKenna: Fixed Only export variables if they exist.
374
#1717512 by bangpound: Fixed panelizer_node() task handler doesn't respect Page
375
  Manager selection criteria for variant.
376
#1387634 by pirog, populist | dhina: Added Proper Features Support for
377
  Panelizer.
378
#1733796: Panelizer settings form on bundle settings pages did not work due to
379
  move to "view modes" section of settings.
380
#1675136 by howto: Fixed Panelizer get error with taxonomy term.
381
#1616692 by jhedstrom: Fixed Fatal error: Call to undefined function
382
  ctools_export_crud_new().
383
README.txt contained occurrences of 'panelizer' instead of 'Panelizer'.
384
README.txt still referred to itself as 7.x-2.x rather than 7.x-3.x.
385
README.txt typos.
386
#1648040 by populist: Fix notices in upgrade path.
387
#1637304 by John Morahan: Loading entities by just revision ID cannot use full
388
  index.
389
Update the views integration for view modes.
390
#1566090 by Dave Reid: Missing value in hook_action_info().
391
Translate view mode if non-existant so that "full" uses "default" as it does in
392
  reality.
393
#1361530: Implement support for view modes.
394
Add an action to allow setting the panelizer default via VBO.
395
Add views filter to filter on panelizer status.
396
#1546138 by muhleder: Update from 1.x setting revision id on nodes incorrectly.
397
Create a views field to show panelizer status for an entity.
398
Forgot to add this file in last commit.
399
Genericize the views implementation as much as is currently feasible.
400
hook_views_handlers is unneeded in D7.
401
#1424124 by andypost: Fix strict warning with panel choice but no default and no
402
  choice selected.
403
Add an "access" field to panelizer defaults to restrict the ability to edit
404
  them. This will not affect the ability to choose them.
405
Add a new permission to allow administering panelizer only for particular
406
  bundles, and add new shortcuts to administration with bundle (node type/tax
407
  vocab) editing.
408
#1514044: Fix notice for when panelizer default should not be used.
409
#1421690 followup by andypost: Ensure strongarm module exists before testing it
410
  for feature export information.
411
Prevent features from exporting already exported panelizer variables.
412
#1508836 by smerrill: Improve addressible content by returning either the pane
413
  or the rendered pane depending upon which is requested.
414
#1504866 by markusbroman: Use hook_panelizer_defaults_alter so that if something
415
  else provides our default we will leave it alone.
416
by awebb: Reorder the Panelizer subtabs to focus on the content subtab more than
417
  the settings subtab.
418
#1508376 by smerrill: Addressible content broken due to wrong panelizer
419
  variable.
420

    
421

    
422
Panelizer 7.x-2.0, 2012-03-17
423
-----------------------------
424
Minor code style cleanup.
425
#1426858: Primary keys should have NOT NULL set in schema.
426
#1483766 by eaton: Missed a couple of flags that make the task handler/variant
427
  available.
428
#1427782: remove errant dsm().
429
#1412022: Field API loses data on submit, causing panelizer to try to insert
430
  records it already has.
431
Fix broken features integration attempt.
432
#1414740 by twistor: Failure to include taxonomy term task leads to 500 error
433
  with term panelizer.
434
Generalize the panelizer task handler so that it can be added to custom pages
435
  as a handler. This can be used to create path trees to display panelized
436
  entities that are related via references or other relationships.
437
#1406836: Using panelize with no default/choice caused Panelizer tab to not
438
  appear despite having permission.
439

    
440

    
441
Panelizer 7.x-2.0-rc1, 2012-01-15
442
---------------------------------
443
#1370924: Fix default settings for panelizer tab.
444
#1387634: Allow features to be able to see the default panelizer panel after it
445
  has been modified by the user.
446
Better contextual links. Requires recent CTools to see changes.
447
Adding a Panelizer default selector node form content type plugin.
448
#1373246: Entity save broken on entities without revision support.
449
"Layout" page has wrong path if editing a layout with a panel choice.
450

    
451

    
452
Panelizer 7.x-2.0-beta2, 2011-12-05
453
-----------------------------------
454
#1361648 by OnkelTem: Ensure comment module exists before adding comment panes
455
  to the default node panelizer panel.
456
#1361644 by OnkelTem: Check for task disable using array notation, not object
457
  notation.
458
#1361634 by OnkelTem: Add contextual link for panelizer to all entities that
459
  support it.
460
#1361620: Saving a panelized panel that was using a default panel could modify
461
  the default panel display.
462
#1360948: Has no default, no choice should not show tabs for default panel
463
  configuration in admin pages.
464
#1343480: custom CSS on a panelizer page should be added as part of the theme
465
  layer to have highest priority.
466
#1360550 by OnkelTem: hook_entity_load should skip not panelized bundles.
467
#1360810 by andypost: Clean up .info file.
468
#1329280: Add an "object default" to the css so that ctools export gives it a
469
  default properly.
470
entity insert was really broken
471
Fix yet another typo
472
Update the addressable function for 2.x
473
Fix merge conflicts in addressable content
474

    
475

    
476
Panelizer 7.x-2.0-beta1, 2011-12-01
477
-----------------------------------
478
First release for Drupal 7.