Projet

Général

Profil

Paste
Télécharger (26 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / panelizer / CHANGELOG.txt @ b42754b9

1
Panelizer 7.x-3.4, 2016-08-19
2
-----------------------------
3
#2785821 by DamienMcKenna: Resolve issues with tests running on drupalci.
4
#2785793 by attiks: Fix errors in panelizer_update_7115().
5
#2785883 by DamienMcKenna, pbuyle, attiks, FeyP, smaz: Fixes for
6
  panelizer_update_7303() to avoid infinite loops.
7
#2193221 by michel.g: 'Undefined index' errors because the 'help' variable is
8
  not always present.
9
#2785945 by dsnopek, DamienMcKenna, mpotter, czigor: Fixed access-denied problem
10
  caused by needing to add the new Panels Storage API attributes to exported
11
  defaults.
12
#2786471 by mpotter, dsnopek: Fixed multilingual issue with the Search API
13
  integration.
14
By DamienMcKenna: Require Panels 7.x-3.6.
15

    
16

    
17
Panelizer 7.x-3.3, 2016-08-17
18
-----------------------------
19
#2762351 by DamienMcKenna: Skip update 7300 if there are no records to process.
20
By dsnopek, japerry, mpotter, DamienMcKenna: Add support for the new Panels
21
  Storage API.
22
By dsnopek, japerry, mpotter, DamienMcKenna: Add support for the new Panels IPE
23
  access hook.
24
By DamienMcKenna: Moved panelizer_update_dependencies() to in front of the
25
  update scripts.
26

    
27

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

    
152

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

    
313

    
314
Panelizer 7.x-3.1, 2013-02-13
315
-----------------------------
316
#1912162 by mpotter and DamienMcKenna: Improve the features integration and
317
  allow features override to work.
318
#1909820 by r2integrated: Remove no longer needed hook requirements
319
  implementation.
320
#1812658: Need another is panelized check in entity view mode.
321
#1777264: Save as default not working.
322

    
323

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

    
386

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

    
437

    
438
Panelizer 7.x-2.0, 2012-03-17
439
-----------------------------
440
Minor code style cleanup.
441
#1426858: Primary keys should have NOT NULL set in schema.
442
#1483766 by eaton: Missed a couple of flags that make the task handler/variant
443
  available.
444
#1427782: remove errant dsm().
445
#1412022: Field API loses data on submit, causing panelizer to try to insert
446
  records it already has.
447
Fix broken features integration attempt.
448
#1414740 by twistor: Failure to include taxonomy term task leads to 500 error
449
  with term panelizer.
450
Generalize the panelizer task handler so that it can be added to custom pages
451
  as a handler. This can be used to create path trees to display panelized
452
  entities that are related via references or other relationships.
453
#1406836: Using panelize with no default/choice caused Panelizer tab to not
454
  appear despite having permission.
455

    
456

    
457
Panelizer 7.x-2.0-rc1, 2012-01-15
458
---------------------------------
459
#1370924: Fix default settings for panelizer tab.
460
#1387634: Allow features to be able to see the default panelizer panel after it
461
  has been modified by the user.
462
Better contextual links. Requires recent CTools to see changes.
463
Adding a Panelizer default selector node form content type plugin.
464
#1373246: Entity save broken on entities without revision support.
465
"Layout" page has wrong path if editing a layout with a panel choice.
466

    
467

    
468
Panelizer 7.x-2.0-beta2, 2011-12-05
469
-----------------------------------
470
#1361648 by OnkelTem: Ensure comment module exists before adding comment panes
471
  to the default node panelizer panel.
472
#1361644 by OnkelTem: Check for task disable using array notation, not object
473
  notation.
474
#1361634 by OnkelTem: Add contextual link for panelizer to all entities that
475
  support it.
476
#1361620: Saving a panelized panel that was using a default panel could modify
477
  the default panel display.
478
#1360948: Has no default, no choice should not show tabs for default panel
479
  configuration in admin pages.
480
#1343480: custom CSS on a panelizer page should be added as part of the theme
481
  layer to have highest priority.
482
#1360550 by OnkelTem: hook_entity_load should skip not panelized bundles.
483
#1360810 by andypost: Clean up .info file.
484
#1329280: Add an "object default" to the css so that ctools export gives it a
485
  default properly.
486
entity insert was really broken
487
Fix yet another typo
488
Update the addressable function for 2.x
489
Fix merge conflicts in addressable content
490

    
491

    
492
Panelizer 7.x-2.0-beta1, 2011-12-01
493
-----------------------------------
494
First release for Drupal 7.