-
Cron Multi-Threaded: February 25, 2011 2:10
Commit ebcdf00 on master, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Cron Multi-Threaded: February 25, 2011 2:10
Commit 923e8c4 on 6.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Made Cron MT Doxygen friendly.
-
Changed $exit_code to $retvar for consistency.
-
Changed access permission from "administer search" to "administer site configuration". Dumb mistake because I obviously modeled the menu item after one in luceneapi.
-
Changed error message on line 37 to be more descriptive and accurate.
-
Made patches aginast the CVS repository so that it is more transparent as to how they were made.
-
Fixed logic error on line 69 preventing the last hook_cron() implementation from being run.
-
Removed unused parameter declaration in cron_mt_run() docblock.
-
Fixed typo on line 29 reported in issue #432228.