You are here

CHANGELOG.txt in Cron Debug 7

Changes March 4th 2011
-----------------------------
Removed function name from form links and results list
Added separate watchdog message with specified result
Expanded on-screen help text with link to cron setup
Changed log variable names for clarity and to avoid namespace conflicts
Changed text, formatting and severity level of messages if the run failed:
  error for the fail message, neutral for the information about the log
Edited a couple of docblocks for more clarity and correct formatting



Changes March 3rd 2011
-----------------------------
Added | MENU_NORMAL_ITEM, to menu system to get help link
Removed all $id tags as recommended http://groups.drupal.org/node/100999
Changed menu text from Debug to Debug cron for clarity
Edited and sanitized hook help
Moved module to be a tab on the page admin/config/system/cron
Removed hook cron completely (was there for test purposes only)
Changed cron_debug_run() slightly for better messages on fail
Added configure line to .info file
Moved hook uninstall to .install file
Edited README.txt to reflect new menu placement



Changes March 2nd 2011
-----------------------------
Changed form to use tableselect for neater form layout
Removed Cancel link



Changes March 1st 2011
-----------------------------
Added function url() in hook_help to ensure correct url's
Changed Cancel link to follow the pattern of confirm_form()
Implemented the reset link as a form element
Rephrased the term "in full view" to be "individually", which is more adequate
  since the form can also run cron hooks "in full view"
Changed form element weights for more clarity and better form construction
Changed the word "semaphore" to "flag" to avoid confusion with the Drupal
  semaphore system, which is mainly used to lock processes as described here
  http://api.drupal.org/api/drupal/includes--lock.inc/group/lock/7




Changes February 28th 2011
-----------------------------
Added an option to run individual cron functions in full view enabling you to finde programming and syntax errors in the single function.
Added t() in hook_help
Changed "Implementation of..." to "Implements..."
Removed surplus argument $void from page_arguments
Using function system_rebuild_module_data() rather than direct db access to get module info
Sanitized some code comments
Fixed some formatting issues
Removed some HTML from code and added it to a user editable string through t() at the same time making the module list and results more user controlled
Edited and formatted a few messages as well as help text to be more useful
Updated README.txt

File

CHANGELOG.txt
View source
  1. Changes March 4th 2011
  2. -----------------------------
  3. Removed function name from form links and results list
  4. Added separate watchdog message with specified result
  5. Expanded on-screen help text with link to cron setup
  6. Changed log variable names for clarity and to avoid namespace conflicts
  7. Changed text, formatting and severity level of messages if the run failed:
  8. error for the fail message, neutral for the information about the log
  9. Edited a couple of docblocks for more clarity and correct formatting
  10. Changes March 3rd 2011
  11. -----------------------------
  12. Added | MENU_NORMAL_ITEM, to menu system to get help link
  13. Removed all $id tags as recommended http://groups.drupal.org/node/100999
  14. Changed menu text from Debug to Debug cron for clarity
  15. Edited and sanitized hook help
  16. Moved module to be a tab on the page admin/config/system/cron
  17. Removed hook cron completely (was there for test purposes only)
  18. Changed cron_debug_run() slightly for better messages on fail
  19. Added configure line to .info file
  20. Moved hook uninstall to .install file
  21. Edited README.txt to reflect new menu placement
  22. Changes March 2nd 2011
  23. -----------------------------
  24. Changed form to use tableselect for neater form layout
  25. Removed Cancel link
  26. Changes March 1st 2011
  27. -----------------------------
  28. Added function url() in hook_help to ensure correct url's
  29. Changed Cancel link to follow the pattern of confirm_form()
  30. Implemented the reset link as a form element
  31. Rephrased the term "in full view" to be "individually", which is more adequate
  32. since the form can also run cron hooks "in full view"
  33. Changed form element weights for more clarity and better form construction
  34. Changed the word "semaphore" to "flag" to avoid confusion with the Drupal
  35. semaphore system, which is mainly used to lock processes as described here
  36. http://api.drupal.org/api/drupal/includes--lock.inc/group/lock/7
  37. Changes February 28th 2011
  38. -----------------------------
  39. Added an option to run individual cron functions in full view enabling you to finde programming and syntax errors in the single function.
  40. Added t() in hook_help
  41. Changed "Implementation of..." to "Implements..."
  42. Removed surplus argument $void from page_arguments
  43. Using function system_rebuild_module_data() rather than direct db access to get module info
  44. Sanitized some code comments
  45. Fixed some formatting issues
  46. Removed some HTML from code and added it to a user editable string through t() at the same time making the module list and results more user controlled
  47. Edited and formatted a few messages as well as help text to be more useful
  48. Updated README.txt