Skip to content
  1. Apr 27, 2013
  2. May 15, 2011
  3. Mar 31, 2011
  4. Mar 01, 2011
  5. Feb 25, 2011
  6. Feb 22, 2011
  7. Jan 20, 2011
  8. Jan 17, 2011
  9. Jan 14, 2011
  10. Jan 08, 2011
  11. Jan 07, 2011
  12. Dec 22, 2010
  13. Dec 09, 2010
    • Eric-Alexander Schaefer's avatar
      #988210 by ericschaefer: Make scheduling code reusable · 8a68158a
      Eric-Alexander Schaefer authored
      New hook: hook_scheduler_nid_list($action) - This hook gets called on scheduler cron run with an action (currently 'publish' and 'unpublish', not to be mistaken with action-modules actions) as parameter. scheduler expects modules to return a list of node IDs the module want published or unpublished respectively.
      8a68158a
    • Eric-Alexander Schaefer's avatar
      #988210 by plach and ericschaefer: Refactored the publishing and unpublishing... · 74858f54
      Eric-Alexander Schaefer authored
      #988210 by plach and ericschaefer: Refactored the publishing and unpublishing code in hook_cron() out into separate functions
      
      This refactoring is a preparation step for #988210:
      
      - created _scheduler_publish() and _scheduler_unpublish()
      - changed the code so that it would first gather an array of nids out of the query and then iterate over that array instead of iterating directly over the query result
      74858f54
  14. Dec 01, 2010
  15. Nov 25, 2010
  16. Nov 24, 2010
  17. Nov 22, 2010
  18. Nov 13, 2010
  19. Nov 12, 2010
  20. Nov 10, 2010
  21. Oct 06, 2010
  22. Sep 26, 2010
  23. Sep 06, 2010
  24. Jul 27, 2010
  25. Jun 27, 2010
  26. May 02, 2010
  27. Jan 17, 2010
  28. Jan 04, 2010
  29. Dec 03, 2009
  30. Nov 30, 2009
  31. Nov 28, 2009