You are here

CHANGELOG.txt in Panels Everywhere 6

Same filename and directory in other branches
  1. 8.4 CHANGELOG.txt
  2. 8 CHANGELOG.txt
  3. 7 CHANGELOG.txt
Panels Everywhere 6.x-1.2, 2016-02-25
-------------------------------------
#2551369 by ACF: Load the full user object when creating the user context.
#2305533 by DamienMcKenna: Documented theming problem with form field errors.


Panels Everywhere 6.x-1.2-rc1, 2015-01-17
-----------------------------------------
#1082010 by DamienMcKenna, mattyoung: Make head title controllable, themable.
By DamienMcKenna: Don't repeat the 'IPE can't be used' message.
#1266214 by DamienMcKenna: hook_uninstall() now removes all site templates and
  variables.
#2349583 by DamienMcKenna, slv_, emattias: Don't fail if the Taxonomy module is
  not enabled.
#1255228 by EclipseGc: Don't load the sample variant if it's not wanted.
#1918756 by lpalgarvio: Removed a duplicate $front_page from the header tpl.
By DamienMcKenna: Minor tidying of the tpl.php files.
#962122 by stevector, Letharion: hook_panels_everywhere_contexts_alter was
  named incorrectly.
By DamienMcKenna: Minor syntax adjustments in the admin form.
#1230100 by DamienMcKenna: Don't allow the IPE be used with site templates.
#1266214 by DamienMcKenna: Delete all custom variables on uninstall.
#2241889 by DamienMcKenna: Added some troubleshooting tips for recovering should
  the 'Page content' pane not be added to the display and the site effectively
  become inoperable.
#2030157 by DamienMcKenna: Only load the search_box form in the header pane if
  the Search module is enabled.
By DamienMcKenna: README.txt and CHANGELOG.txt updates.
#906436 by mcpuddin, sleeping_at-work: "Override the page template" could not
  be disabled.
#1866614 by camil.bancioiu: Arguments to drupal_alter hooks must be by
  reference.
#2074225 by fubhy: Arguments to drupal_alter hooks must be by reference.
#1089460 by camil.bancioiu: Define StdClass objects before using them.
#872260 by NigelCunningham: Allow Panels Everywhere page template takeover on a
  per theme basis.
#885848 by merlinofchaos: Better communication with the theme when a site
  template is in use. See README.txt.
By merlinofchaos: Take advantage of changes in CTools to allow Panels
  Everywhere to get more context.
#2472505 by pontus_nilsson: Remove empty access plugin.


Panels Everywhere 6.x-1.1, 2010-Jul-26
--------------------------------------
By merlinofchaos: Make sure the "Edit panel" tab says "Edit site template" for
  the site template. Works only with CTools 1.7.
#805180 by merlinofchaos: Allow pages to select their template directly rather
  than going hrough variant rules. Works only with CTools 1.5.
#784812 by merlinofchaos: Don't override module page preprocesses so harshly.
By merlinofchaos: Don't use so many tokens when rendering page elements.


Panels Everywhere 6.x-1.0, 2010-Feb-01
--------------------------------------
#680834 by merlinofchaos: theme.inc include gets lost in theme registry due to
  Drupal bug. Include theme.inc automatically to compensate.
By merlinofchaos: Add a checkbox to allow the admin theme to get Panels
  Everywhere applied separately.


Panels Everywhere 6.x-1.0-beta1, 2010-Jul-26
--------------------------------------------
#679252 by merlinofchaos: Create a sample variant and include it with Panels
  Everywhere, with an easy setting to make it go away after it is no longer
  needed.
By merlinofchaos: Breadcrumb did not display properly in pane navigation due to
  error in theme.inc.
By merlinofchaos: Update the README to include instructions on setting the page
  title to set from the page content pane.
By merlinofchaos: Add some descriptive info text to the content types we offer
  to help introduce people to what will be IN the content and how they can
  theme them.
#679206 by merlinofchaos: Using the setting to hide Drupal blocks/regions would
  cause theme('page') to loop infinitely resulting in either bad HTML or
  whitescreens.
By merlinofchaos: Make sure that page manager edit screens are NOT run through
  layouts in case of catastrophic configuration of the site_template.
#674222 by merlinofchaos: README.txt missed "engine = phptemplate" line for the
  blank.info -- this is needed so the blank theme can have templates.
By merlinofchaos: Initial commit.

File

CHANGELOG.txt
View source
  1. Panels Everywhere 6.x-1.2, 2016-02-25
  2. -------------------------------------
  3. #2551369 by ACF: Load the full user object when creating the user context.
  4. #2305533 by DamienMcKenna: Documented theming problem with form field errors.
  5. Panels Everywhere 6.x-1.2-rc1, 2015-01-17
  6. -----------------------------------------
  7. #1082010 by DamienMcKenna, mattyoung: Make head title controllable, themable.
  8. By DamienMcKenna: Don't repeat the 'IPE can't be used' message.
  9. #1266214 by DamienMcKenna: hook_uninstall() now removes all site templates and
  10. variables.
  11. #2349583 by DamienMcKenna, slv_, emattias: Don't fail if the Taxonomy module is
  12. not enabled.
  13. #1255228 by EclipseGc: Don't load the sample variant if it's not wanted.
  14. #1918756 by lpalgarvio: Removed a duplicate $front_page from the header tpl.
  15. By DamienMcKenna: Minor tidying of the tpl.php files.
  16. #962122 by stevector, Letharion: hook_panels_everywhere_contexts_alter was
  17. named incorrectly.
  18. By DamienMcKenna: Minor syntax adjustments in the admin form.
  19. #1230100 by DamienMcKenna: Don't allow the IPE be used with site templates.
  20. #1266214 by DamienMcKenna: Delete all custom variables on uninstall.
  21. #2241889 by DamienMcKenna: Added some troubleshooting tips for recovering should
  22. the 'Page content' pane not be added to the display and the site effectively
  23. become inoperable.
  24. #2030157 by DamienMcKenna: Only load the search_box form in the header pane if
  25. the Search module is enabled.
  26. By DamienMcKenna: README.txt and CHANGELOG.txt updates.
  27. #906436 by mcpuddin, sleeping_at-work: "Override the page template" could not
  28. be disabled.
  29. #1866614 by camil.bancioiu: Arguments to drupal_alter hooks must be by
  30. reference.
  31. #2074225 by fubhy: Arguments to drupal_alter hooks must be by reference.
  32. #1089460 by camil.bancioiu: Define StdClass objects before using them.
  33. #872260 by NigelCunningham: Allow Panels Everywhere page template takeover on a
  34. per theme basis.
  35. #885848 by merlinofchaos: Better communication with the theme when a site
  36. template is in use. See README.txt.
  37. By merlinofchaos: Take advantage of changes in CTools to allow Panels
  38. Everywhere to get more context.
  39. #2472505 by pontus_nilsson: Remove empty access plugin.
  40. Panels Everywhere 6.x-1.1, 2010-Jul-26
  41. --------------------------------------
  42. By merlinofchaos: Make sure the "Edit panel" tab says "Edit site template" for
  43. the site template. Works only with CTools 1.7.
  44. #805180 by merlinofchaos: Allow pages to select their template directly rather
  45. than going hrough variant rules. Works only with CTools 1.5.
  46. #784812 by merlinofchaos: Don't override module page preprocesses so harshly.
  47. By merlinofchaos: Don't use so many tokens when rendering page elements.
  48. Panels Everywhere 6.x-1.0, 2010-Feb-01
  49. --------------------------------------
  50. #680834 by merlinofchaos: theme.inc include gets lost in theme registry due to
  51. Drupal bug. Include theme.inc automatically to compensate.
  52. By merlinofchaos: Add a checkbox to allow the admin theme to get Panels
  53. Everywhere applied separately.
  54. Panels Everywhere 6.x-1.0-beta1, 2010-Jul-26
  55. --------------------------------------------
  56. #679252 by merlinofchaos: Create a sample variant and include it with Panels
  57. Everywhere, with an easy setting to make it go away after it is no longer
  58. needed.
  59. By merlinofchaos: Breadcrumb did not display properly in pane navigation due to
  60. error in theme.inc.
  61. By merlinofchaos: Update the README to include instructions on setting the page
  62. title to set from the page content pane.
  63. By merlinofchaos: Add some descriptive info text to the content types we offer
  64. to help introduce people to what will be IN the content and how they can
  65. theme them.
  66. #679206 by merlinofchaos: Using the setting to hide Drupal blocks/regions would
  67. cause theme('page') to loop infinitely resulting in either bad HTML or
  68. whitescreens.
  69. By merlinofchaos: Make sure that page manager edit screens are NOT run through
  70. layouts in case of catastrophic configuration of the site_template.
  71. #674222 by merlinofchaos: README.txt missed "engine = phptemplate" line for the
  72. blank.info -- this is needed so the blank theme can have templates.
  73. By merlinofchaos: Initial commit.