Skip to content
  1. Nov 11, 2014
  2. Oct 10, 2013
  3. Oct 08, 2013
  4. Jul 27, 2013
  5. Apr 27, 2013
  6. May 15, 2011
  7. Mar 31, 2011
  8. Mar 01, 2011
  9. Feb 25, 2011
  10. Feb 22, 2011
  11. Jan 20, 2011
  12. Jan 17, 2011
  13. Jan 14, 2011
  14. Jan 08, 2011
  15. Jan 07, 2011
  16. Dec 22, 2010
  17. 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
  18. Dec 01, 2010
  19. Nov 25, 2010
  20. Nov 24, 2010
  21. Nov 22, 2010
  22. Nov 13, 2010
  23. Nov 12, 2010
  24. Nov 10, 2010
  25. Oct 06, 2010
  26. Sep 26, 2010
  27. Sep 06, 2010
  28. Jul 27, 2010