You are here

CHANGELOG.txt in Node Revision Delete 7.2

Same filename and directory in other branches
  1. 8 CHANGELOG.txt
  2. 7.3 CHANGELOG.txt
Node Revision Delete 7.x-2.8, 2019-XX-XX
----------------------------------------
Changes since 7.x-2.7:

- #2905912 by kalabro, slydevil, adriancid, mmjvb: Allow to alter node
  candidates.
- #2881584 by adriancid: Implement the hook_drush_help() hook.

Node Revision Delete 7.x-2.7, 2017-05-25
----------------------------------------
Changes since 7.x-2.6:

- #2881507 by adriancid: Create an option group in the content type edit form.
- #2881502 by adriancid: Use dt() function to translate the drush command
  strings.
- #2881467 by adriancid: Disable the 'Delete revisions now' option if there not
  exists candidates nodes with revisions to delete.
- #2881321 by adriancid: Always show the status table in the admin settings
  page.
- #2881289 by adriancid: Put the admin form in the
  node_revision_delete.admin.inc file.
- #2871238 by by applicity_sam, adriancid: Add the 'Limit the amount of
  revisions for this content type' option in the Publishing option vertical tab.
- #2881168 by adriancid: Create the CHANGELOG.txt file.
- #2867883 by adriancid: Delete the custom variables related to content types if
  they really exists.
- #2865907 by adriancid, dhwani.addweb: Use the README.txt template.
- #2869563 by adriancid: Once the content type is deleted the variables remains
  in the database.
- #2333555 by kalabro: PostgreSQL PDOException in
  node_revision_delete_candidates().
- #2866086 by adriancid, krina.addweb: Fix code standard format.
- #2869206 by adriancid: Add a destination to the edit link in the module
  configuration page.
- #2866092 by adriancid: Unused variable.
- #2869163 by adriancid, rodrigoac: Improve the table header in the
  Node Revision Delete Administration Page.
- #2869096 by adriancid, rodrigoac: Improve the permission title and 
  description.
- #2867877 by adriancid, rodrigoac: Delete the node_revision_delete_cron config
  variable when the module is uninstalled.
- #2248657 by vbouchet: Implements hook_workbench_moderation_transition.
- #2257257 by jeremyclassic, vbouchet: List tracked content types at admin page.
- by juampy: Validate arguments at Drush command.
- by juampy: Remove unused option --show-deleted.

Node Revision Delete 7.x-2.6, 2014-09-01
----------------------------------------
Changes since 7.x-2.5:

- by juampy: Fix bug when reporting final results.

Node Revision Delete 7.x-2.5, 2014-09-01
----------------------------------------
Changes since 7.x-2.4:

- by juampy: Fixed admin menu title and description.
- #2291177 by vbouchet: Use core #element_validate instead of custom function.
- #2295945 by jeremyclassic, alvar0hurtad0: Fixed Storing unused values in batch
  process causes poor performance and drush command crash.
- #2283549 by alvar0hurtad0, jeremyclassic: Make sure module meets coding
  standards.
- #1891050 by hanoii, iMiksu, jeremyclassic, juampy: Integrate with Batch API.
- by juampy: Couple label improvements at the settings form.
- #2267561 by juampy: Improve reporting on Drush integration.

Node Revision Delete 7.x-2.4, 2014-05-14
----------------------------------------
Changes since 7.x-2.3:

- #2267477 by parashutiki, juampy: Error after upgrade.

Node Revision Delete 7.x-2.3, 2014-05-14
----------------------------------------
Changes since 7.x-2.2:

- General refactoring.
- #2257053 by jeremyclassic, Cayenne: Error on cron run when no content types
  are tracked.
- #2257257 by jeremyclassic, aubjr_drupal, juampy: List tracked content types at
  admin page.
- #2058777 by rovo89, jeremyclassic, juampy "Run Now Only" option actually
  deletes revisions on every cron run.
- #2130691 by simone960, robv Do not require PHP 5.3.X.

Node Revision Delete 7.x-2.2, 2014-05-01
----------------------------------------
Changes since 7.x-2.1:

- by juampy: Simplify the logic to choose a list of revisions to delete.

Node Revision Delete 7.x-2.1, 2014-04-29
----------------------------------------
Changes since 7.x-2.0:

- by hexabinaer, juampy: Add permissions settings.
- by juampy: Fix database update numbering for 7.x-2.x.
- by juampy: Remove trailing whitespace and packaging script metadata.

Node Revision Delete 7.x-2.0, 2012-10-22
----------------------------------------
Changes since 7.x-1.2-unstable1:

- by juampy: Define revision limit per content type.
- by juampy: Create an upgrade path from 7.x-1.x to 7.x-2.x.
- #2244733 by juampy: Optimize the query that looks for candidate nodes.
- #2244763 by juampy: Add basic Drush support.
- #2244549 by juampy: Limit the amount of revisions to be deleted per cron run.

Node Revision Delete 7.x-1.2-unstable1, 2012-09-13
--------------------------------------------------
Changes since 7.x-1.1:

- by kaushalkishorejaiswal: The user can delete the revisions by time.

Node Revision Delete 7.x-1.1, 2012-09-13
----------------------------------------
Changes since 7.x-1.0:

- by kaushalkishorejaiswal: Change the name of variable to
  total_revision_to_keep.

Node Revision Delete 7.x-1.0, 2012-09-10
----------------------------------------
- Initial release.

File

CHANGELOG.txt
View source
  1. Node Revision Delete 7.x-2.8, 2019-XX-XX
  2. ----------------------------------------
  3. Changes since 7.x-2.7:
  4. - #2905912 by kalabro, slydevil, adriancid, mmjvb: Allow to alter node
  5. candidates.
  6. - #2881584 by adriancid: Implement the hook_drush_help() hook.
  7. Node Revision Delete 7.x-2.7, 2017-05-25
  8. ----------------------------------------
  9. Changes since 7.x-2.6:
  10. - #2881507 by adriancid: Create an option group in the content type edit form.
  11. - #2881502 by adriancid: Use dt() function to translate the drush command
  12. strings.
  13. - #2881467 by adriancid: Disable the 'Delete revisions now' option if there not
  14. exists candidates nodes with revisions to delete.
  15. - #2881321 by adriancid: Always show the status table in the admin settings
  16. page.
  17. - #2881289 by adriancid: Put the admin form in the
  18. node_revision_delete.admin.inc file.
  19. - #2871238 by by applicity_sam, adriancid: Add the 'Limit the amount of
  20. revisions for this content type' option in the Publishing option vertical tab.
  21. - #2881168 by adriancid: Create the CHANGELOG.txt file.
  22. - #2867883 by adriancid: Delete the custom variables related to content types if
  23. they really exists.
  24. - #2865907 by adriancid, dhwani.addweb: Use the README.txt template.
  25. - #2869563 by adriancid: Once the content type is deleted the variables remains
  26. in the database.
  27. - #2333555 by kalabro: PostgreSQL PDOException in
  28. node_revision_delete_candidates().
  29. - #2866086 by adriancid, krina.addweb: Fix code standard format.
  30. - #2869206 by adriancid: Add a destination to the edit link in the module
  31. configuration page.
  32. - #2866092 by adriancid: Unused variable.
  33. - #2869163 by adriancid, rodrigoac: Improve the table header in the
  34. Node Revision Delete Administration Page.
  35. - #2869096 by adriancid, rodrigoac: Improve the permission title and
  36. description.
  37. - #2867877 by adriancid, rodrigoac: Delete the node_revision_delete_cron config
  38. variable when the module is uninstalled.
  39. - #2248657 by vbouchet: Implements hook_workbench_moderation_transition.
  40. - #2257257 by jeremyclassic, vbouchet: List tracked content types at admin page.
  41. - by juampy: Validate arguments at Drush command.
  42. - by juampy: Remove unused option --show-deleted.
  43. Node Revision Delete 7.x-2.6, 2014-09-01
  44. ----------------------------------------
  45. Changes since 7.x-2.5:
  46. - by juampy: Fix bug when reporting final results.
  47. Node Revision Delete 7.x-2.5, 2014-09-01
  48. ----------------------------------------
  49. Changes since 7.x-2.4:
  50. - by juampy: Fixed admin menu title and description.
  51. - #2291177 by vbouchet: Use core #element_validate instead of custom function.
  52. - #2295945 by jeremyclassic, alvar0hurtad0: Fixed Storing unused values in batch
  53. process causes poor performance and drush command crash.
  54. - #2283549 by alvar0hurtad0, jeremyclassic: Make sure module meets coding
  55. standards.
  56. - #1891050 by hanoii, iMiksu, jeremyclassic, juampy: Integrate with Batch API.
  57. - by juampy: Couple label improvements at the settings form.
  58. - #2267561 by juampy: Improve reporting on Drush integration.
  59. Node Revision Delete 7.x-2.4, 2014-05-14
  60. ----------------------------------------
  61. Changes since 7.x-2.3:
  62. - #2267477 by parashutiki, juampy: Error after upgrade.
  63. Node Revision Delete 7.x-2.3, 2014-05-14
  64. ----------------------------------------
  65. Changes since 7.x-2.2:
  66. - General refactoring.
  67. - #2257053 by jeremyclassic, Cayenne: Error on cron run when no content types
  68. are tracked.
  69. - #2257257 by jeremyclassic, aubjr_drupal, juampy: List tracked content types at
  70. admin page.
  71. - #2058777 by rovo89, jeremyclassic, juampy "Run Now Only" option actually
  72. deletes revisions on every cron run.
  73. - #2130691 by simone960, robv Do not require PHP 5.3.X.
  74. Node Revision Delete 7.x-2.2, 2014-05-01
  75. ----------------------------------------
  76. Changes since 7.x-2.1:
  77. - by juampy: Simplify the logic to choose a list of revisions to delete.
  78. Node Revision Delete 7.x-2.1, 2014-04-29
  79. ----------------------------------------
  80. Changes since 7.x-2.0:
  81. - by hexabinaer, juampy: Add permissions settings.
  82. - by juampy: Fix database update numbering for 7.x-2.x.
  83. - by juampy: Remove trailing whitespace and packaging script metadata.
  84. Node Revision Delete 7.x-2.0, 2012-10-22
  85. ----------------------------------------
  86. Changes since 7.x-1.2-unstable1:
  87. - by juampy: Define revision limit per content type.
  88. - by juampy: Create an upgrade path from 7.x-1.x to 7.x-2.x.
  89. - #2244733 by juampy: Optimize the query that looks for candidate nodes.
  90. - #2244763 by juampy: Add basic Drush support.
  91. - #2244549 by juampy: Limit the amount of revisions to be deleted per cron run.
  92. Node Revision Delete 7.x-1.2-unstable1, 2012-09-13
  93. --------------------------------------------------
  94. Changes since 7.x-1.1:
  95. - by kaushalkishorejaiswal: The user can delete the revisions by time.
  96. Node Revision Delete 7.x-1.1, 2012-09-13
  97. ----------------------------------------
  98. Changes since 7.x-1.0:
  99. - by kaushalkishorejaiswal: Change the name of variable to
  100. total_revision_to_keep.
  101. Node Revision Delete 7.x-1.0, 2012-09-10
  102. ----------------------------------------
  103. - Initial release.