You are here

CHANGELOG.txt in Panels Content Cache 7

Same filename and directory in other branches
  1. 6 CHANGELOG.txt
Panels Content Cache 7.x-1.4, 2016-05-13
----------------------------------------
#2649434 by sinn, DamienMcKenna: Wrong variable checked for URL granularity
  options.


Panels Content Cache 7.x-1.3, 2015-08-07
----------------------------------------
#2417317 by DamienMcKenna: Confirm cache settings exist before using them.
#2412423 by DamienMcKenna: Added a granularity option for the current URL, with
  different options depending upon the specific use case.
#2471539 by Shuairan: Cache lifetime options not saved correctly.
#2471567 by DamienMcKenna: The array_merge() function re-sorts numeric keys,
  thus making it unsuitable for joining arrays with assigned keys,
#2478453 by DamienMcKenna: Undefined index 'page' error when pager enabled.
#2482179 by DamienMcKenna: URL to cache_consistent module was incorrect.
#2145609 by legovaer: More "Undefined index" warnings.
#2145609 by ss81: Another "undefined" variable warning.
#2413621 by DamienMcKenna: Support for the Domain Access module.


Panels Content Cache 7.x-1.2, 2014-12-23
----------------------------------------
#2385905 by DamienMcKenna: Improved user role granularity, fix for user 1.
#2375653 by cashwilliams, DamienMcKenna: Use all pane configuration options in
  generating the cache ID.
#2375645 by DamienMcKenna, cashwilliams: Revisions support.
#2385941 by DamienMcKenna: Prefix all cid values.
#2387475 by DamienMcKenna: Fixed role granularity for multiple roles when one 
  is marked as for use as anonymous.
#2397415 by DamienMcKenna: Added a note to the README.txt and hook_requirements
  about the Cache Consistency module.


Panels Content Cache 7.x-1.1, 2014-10-31
----------------------------------------
#2004820 by DamienMcKenna: Don't call drupal_uninstall_schema() in
  hook_uninstall().
#2004814 by DamienMcKenna: Fixed hook_node_* implementations and other coding
  standards fixes.
#2145609 by jaydub, DamienMcKenna: Undefined index errors in content.inc.
#2184131 by DamienMcKenna: Support the new Panels cache table.
#2264961 by DamienMcKenna: Change how the Panels v7.x-3.4 requirement is handled
  so it doesn't cause an installation profile to fail.
#2361107 by DamienMcKenna: Granularity option for current user's roles.
#2361661 by DamienMcKenna: Update the panels_content_cache_types variable if a
  content type is deleted.
#2362781 by DamienMcKenna: Streamlined the cid code by extracting the base cid.
#2362791 by DamienMcKenna: Added user granularity option.
#2185321 by DamienMcKenna: Added support for comments - if a comment is posted
  or is changed, run the cache-clear logic for the corresponding node.
#2185329 by malcomio: Workbench Moderation support for state transitions.
#2171827 by DamienMcKenna: Added a README.txt file.


Panels Content Cache 7.x-1.0, 2013-04-30
----------------------------------------
Initial release for D7.

File

CHANGELOG.txt
View source
  1. Panels Content Cache 7.x-1.4, 2016-05-13
  2. ----------------------------------------
  3. #2649434 by sinn, DamienMcKenna: Wrong variable checked for URL granularity
  4. options.
  5. Panels Content Cache 7.x-1.3, 2015-08-07
  6. ----------------------------------------
  7. #2417317 by DamienMcKenna: Confirm cache settings exist before using them.
  8. #2412423 by DamienMcKenna: Added a granularity option for the current URL, with
  9. different options depending upon the specific use case.
  10. #2471539 by Shuairan: Cache lifetime options not saved correctly.
  11. #2471567 by DamienMcKenna: The array_merge() function re-sorts numeric keys,
  12. thus making it unsuitable for joining arrays with assigned keys,
  13. #2478453 by DamienMcKenna: Undefined index 'page' error when pager enabled.
  14. #2482179 by DamienMcKenna: URL to cache_consistent module was incorrect.
  15. #2145609 by legovaer: More "Undefined index" warnings.
  16. #2145609 by ss81: Another "undefined" variable warning.
  17. #2413621 by DamienMcKenna: Support for the Domain Access module.
  18. Panels Content Cache 7.x-1.2, 2014-12-23
  19. ----------------------------------------
  20. #2385905 by DamienMcKenna: Improved user role granularity, fix for user 1.
  21. #2375653 by cashwilliams, DamienMcKenna: Use all pane configuration options in
  22. generating the cache ID.
  23. #2375645 by DamienMcKenna, cashwilliams: Revisions support.
  24. #2385941 by DamienMcKenna: Prefix all cid values.
  25. #2387475 by DamienMcKenna: Fixed role granularity for multiple roles when one
  26. is marked as for use as anonymous.
  27. #2397415 by DamienMcKenna: Added a note to the README.txt and hook_requirements
  28. about the Cache Consistency module.
  29. Panels Content Cache 7.x-1.1, 2014-10-31
  30. ----------------------------------------
  31. #2004820 by DamienMcKenna: Don't call drupal_uninstall_schema() in
  32. hook_uninstall().
  33. #2004814 by DamienMcKenna: Fixed hook_node_* implementations and other coding
  34. standards fixes.
  35. #2145609 by jaydub, DamienMcKenna: Undefined index errors in content.inc.
  36. #2184131 by DamienMcKenna: Support the new Panels cache table.
  37. #2264961 by DamienMcKenna: Change how the Panels v7.x-3.4 requirement is handled
  38. so it doesn't cause an installation profile to fail.
  39. #2361107 by DamienMcKenna: Granularity option for current user's roles.
  40. #2361661 by DamienMcKenna: Update the panels_content_cache_types variable if a
  41. content type is deleted.
  42. #2362781 by DamienMcKenna: Streamlined the cid code by extracting the base cid.
  43. #2362791 by DamienMcKenna: Added user granularity option.
  44. #2185321 by DamienMcKenna: Added support for comments - if a comment is posted
  45. or is changed, run the cache-clear logic for the corresponding node.
  46. #2185329 by malcomio: Workbench Moderation support for state transitions.
  47. #2171827 by DamienMcKenna: Added a README.txt file.
  48. Panels Content Cache 7.x-1.0, 2013-04-30
  49. ----------------------------------------
  50. Initial release for D7.