Changes

#34 (Jun 29, 2012 7:31:18 PM)

  1. reindent, no other change — Antoine Beaupré / detail
  2. make output on one line — Antoine Beaupré / detail
  3. silence the standard output of the daemon — Antoine Beaupré / detail

#33 (Jun 29, 2012 7:16:19 PM)

  1. fail status properly if pidfile is gone — Antoine Beaupré / detail

#32 (Jun 29, 2012 7:01:22 PM)

  1. run the daemon niced — Antoine Beaupré / detail
  2. implement reload command, which sends a sighup to the daemon — Antoine Beaupré / detail
  3. remove useless comment — Antoine Beaupré / detail
  4. Revert "remove useless comment" — Antoine Beaupré / detail
  5. check the pidfile instead of the process name in status — Antoine Beaupré / detail
  6. make init script OS-agnostic, POSIX-sh compatible — Antoine Beaupré / detail
  7. fix status, remove old logging message — Antoine Beaupré / detail
  8. fix logging in init script — Antoine Beaupré / detail
  9. fix syntax errors, make status silent — Antoine Beaupré / detail

#30 (Jun 28, 2012 3:31:19 AM)

  1. run the daemon niced — Antoine Beaupré / detail

#29 (Jun 1, 2012 11:31:16 PM)

  1. Initial commit. — Steven Jones / detail
  2. Add the particulars to the info file. — Steven Jones / detail
  3. Add the drush command file. — Steven Jones / detail
  4. Add the configuration for supervisor. — Steven Jones / detail
  5. Add the bash script to run the drush command. — Steven Jones / detail
  6. Add the module file. — Steven Jones / detail
  7. Surface the feature to Aegir. — Steven Jones / detail
  8. Add a simple readme. — Steven Jones / detail
  9. Remove an extra blank line. — Steven Jones / detail
  10. Add a settings form. — Steven Jones / detail
  11. Add the hook_menu(). — Steven Jones / detail
  12. Add a description to the admin form. — Steven Jones / detail
  13. Add a enable and disable hook to turn off the hosting tasks dispatch. — Steven Jones / detail
  14. Add more detail to the delay options. — Steven Jones / detail
  15. Beef up the README — Steven Jones / detail
  16. Add some feedback that the queue runner is running. — Steven Jones / detail
  17. Add a note about trouble shooting. — Steven Jones / detail
  18. Add some more logging to the drush command. — Steven Jones / detail
  19. Make sure the description of the form shows up. — Steven Jones / detail
  20. Reduce the sleepy time, we weren't feeling responsive any more. — Steven Jones / detail
  21. Add line breaks to the README. — Steven Jones / detail
  22. restart the queue runner automatically after the timeout, see #1189696 — Antoine Beaupré / detail
  23. Issue #1189696 by Steven Jones: Fixed Running without supervisord leaks memory. — Steven Jones / detail
  24. make the process lifetime customizable — Steven Jones / detail
  25. Issue #1189768 by anarcat, Steven Jones: Added customizable process lifetime. — Steven Jones / detail
  26. make delays translatable — Antoine Beaupré / detail
  27. simplify the fork call and rename the function to be clearer — Antoine Beaupré / detail
  28. rewrite the pcntl_exec() stuff to work with different command names and respect provided options — Antoine Beaupré / detail
  29. always restart the dispatcher — Antoine Beaupré / detail
  30. whitespace and comments — Antoine Beaupré / detail
  31. log to watchdog so frontend has feedback of dispatcher — Antoine Beaupré / detail
  32. add one minute process lifetime — Antoine Beaupré / detail
  33. pass process environment to child task correctly — Antoine Beaupré / detail
  34. change the feedback to remove some duplicate and useless messages — Antoine Beaupré / detail
  35. add init script to start our shiny daemon — Antoine Beaupré / detail
  36. document the autorestart feature and the init.d file — Antoine Beaupré / detail
  37. word wrap — Antoine Beaupré / detail
  38. handle SIGHUP as a restart properly — Antoine Beaupré / detail
  39. wait for the child tasks before restarting after signal — Antoine Beaupré / detail
  40. handle the case where ENV is not set — Antoine Beaupré / detail
  41. simplify signal handling code — Antoine Beaupré / detail
  42. make init script executable — Antoine Beaupré / detail
  43. remove unused variable — Antoine Beaupré / detail
  44. handle stopping gracefully, by waiting for our poor children — Antoine Beaupré / detail
  45. better log messages for signals — Antoine Beaupré / detail
  46. use unset instead of assigning to null to try to free memory — Antoine Beaupré / detail
  47. load more than one task at a time — Antoine Beaupré / detail
  48. Fix up the auto restart functionality and remove forking. — Steven Jones / detail
  49. Revert "make delays translatable" format plural is translatable. — Steven Jones / detail
  50. Tidy up. — Steven Jones / detail
  51. Cleanup to ensure we can use PCNTL. — Steven Jones / detail
  52. rename the readme to follow conventions — Antoine Beaupré / detail
  53. clarify why we pause twice — Antoine Beaupré / detail
  54. Argh that merge was wrong, fix it! — Steven Jones / detail
  55. Clean up some docs. — Steven Jones / detail
  56. Fix formatting in the README. — Steven Jones / detail
  57. fixed status check to match the process as it actually runs — Antoine Beaupré / detail
  58. import hosting_queue_runner as a submodule in 2.x — Antoine Beaupré / detail
  59. 1548490 by grobot - fix hosting-task call for drush 5 — Antoine Beaupré / detail
  60. rename the hosting-queue-runner to hosting-queued — Antoine Beaupré / detail
  61. 1613376 by greg.1.anderson: fix invoke so that the alias is passed properly — Antoine Beaupré / detail

#28 (May 24, 2012 6:45:34 AM)

  1. Issue #1441970 by jlscott: Fixed Client Block assigned by default to non-existing region. — Steven Jones / detail
  2. Fix whitespace in hosting_client.module — Steven Jones / detail
  3. Issue #1441970 by Steven Jones: Fixed Client Block assigned by default to non-existing region. — Steven Jones / detail

#27 (May 24, 2012 6:30:26 AM)

  1. Issue #1597648 by jlscott: Fixed Hosting Queues Summary Block is stale. — Steven Jones / detail

#26 (Apr 29, 2012 7:00:27 AM)

  1. Remove the extra @ that we don't need anymore — Steven Jones / detail

#25 (Apr 27, 2012 3:30:27 PM)

  1. Fix a missing '@' from the name. — Steven Jones / detail

#24 (Apr 27, 2012 2:30:26 PM)

  1. Specify the --force option. — Steven Jones / detail
  2. Add initial port to Drush 5 patch. — Steven Jones / detail
  3. Continue port to Drush 5 — Steven Jones / detail

#23 (Apr 27, 2012 9:00:26 AM)

  1. Issue #1550284 by Steven Jones | wroxbox: Fixed Warningns after enabling 'web pack'. — Steven Jones / detail

#22 (Apr 26, 2012 4:30:27 PM)

  1. Issue #1549210 by Steven Jones: Fixed Drush 'failed' errors are not correctly logged. — Steven Jones / detail

#21 (Apr 26, 2012 1:15:26 PM)

  1. Issue #1503824 by mig5: Fixed hosting_site_count() ignores disabled sites. — Steven Jones / detail
  2. Issue #1503824 by Steven Jones: Fixed hosting_site_count() ignores disabled sites. — Steven Jones / detail

#20 (Apr 26, 2012 12:15:26 PM)

  1. Issue #1358768 by Steven Jones: Fixed 6.x-1.6 generates multiple Undefined property errors on site import. — Steven Jones / detail
  2. Issue #1498102 by Steven Jones: Fixed Dates and times are incorrect on freshly created tasks. — Steven Jones / detail
  3. Issue #1493286 by jm.federico: Fixed SSL certificates not being created. — Steven Jones / detail
  4. Improve the documentation on hosting_import_site(). — Steven Jones / detail

#19 (Apr 16, 2012 3:30:27 PM)

  1. Issue #1510572 by Steven Jones: Fixed Why do we use mktime() instead of time() ?. — Steven Jones / detail

#18 (Apr 12, 2012 11:00:26 AM)

  1. Issue #1185690 by Dane Powell: Apply patch for hosting_task_log() entries are not deleted when task is. — Steven Jones / detail
  2. Issue #1185690 by Steven Jones: Fixed hosting_task_log() entries are not deleted when task is. — Steven Jones / detail

#17 (Mar 24, 2012 4:16:08 PM)

  1. Issue #1348338 by helmo, Steven Jones: Fixed Ajax requests ignore base_url() setting - followup. — Steven Jones / detail

#16 (Mar 24, 2012 2:01:13 PM)

  1. Issue #1437856 by jlscott: Fixed Display of Client Quota missing pager navigation bar. — Steven Jones / detail
  2. Issue #1437856 by Steven Jones: Fixed Display of Client Quota missing pager navigation bar. — Steven Jones / detail

#15 (Mar 24, 2012 1:46:07 PM)

  1. Issue #1485746 by shrop, Steven Jones: Fixed MySQL root password incorrectly escaped in frontend. — Steven Jones / detail

#14 (Mar 24, 2012 12:01:05 PM)

  1. Issue #1472480 by jlscott: Fixed Restrict the Task Queue to one task per site each cron run. — Steven Jones / detail
  2. Issue #1388542 by dsnopek: Fixed packages in sites/all/modules should override profile/*/modules. — Steven Jones / detail

#13 (Mar 8, 2012 9:15:31 PM)

  1. #1463948 by helmo - show automatic domain aliases — Antoine Beaupré / detail

#12 (Mar 6, 2012 11:01:25 PM)

  1. 1334210 by bart.hanssens: IPv6 support in IP checks — Antoine Beaupré / detail
  2. moved feature hook to .inc — Antoine Beaupré / detail
  3. fixed module enabling — Antoine Beaupré / detail

#11 (Feb 26, 2012 11:01:22 PM)

  1. By Bladeedu: properly validate site aliases on form submission rather than strip them silently. Fixes #1450134 — Miguel Jacq / detail

#10 (Feb 14, 2012 7:30:58 AM)

  1. Fix code style of hosting.install. — Steven Jones / detail
  2. Fix code style of hosting_site.form.inc. — Steven Jones / detail
  3. Fix code style of hosting_migrate.batch.inc. — Steven Jones / detail
  4. Fix code style of hosting_client.access.inc. — Steven Jones / detail
  5. Fix code style of hosting.queues.inc — Steven Jones / detail

#9 (Feb 13, 2012 7:00:58 PM)

  1. Issue #1435340 by Steven Jones: Fixed node param 'created' is refreshed on node_save(). — Steven Jones / detail

#8 (Feb 12, 2012 7:30:57 AM)

  1. Issue #1437386 by Steven Jones: Fixed Notices from hosting_package.module. — Steven Jones / detail
  2. Clean line endings in hosting_package module. — Steven Jones / detail

#7 (Feb 9, 2012 8:30:57 PM)

  1. Issue #1018596 by Steven Jones: Fixed Aegir forms don't work in MSIE 8.0. — Steven Jones / detail

#6 (Feb 8, 2012 9:46:18 PM)

  1. copy the web_cluster module into a dumbcluster — Antoine Beaupré / detail
  2. rewrite the cluster module as a dumbcluster module — Antoine Beaupré / detail
  3. rename dumbcluster to pack — Antoine Beaupré / detail
  4. fix syntax error — Antoine Beaupré / detail
  5. add missing load for slaves — Antoine Beaupré / detail

#5 (Nov 19, 2011 10:46:27 AM)

  1. Issue #1138104 by Dane Powell: Added Tiny module to automatically fill in platform publish path based on title. — Steven Jones / detail

#4 (Nov 14, 2011 9:01:37 PM)

  1. add a conditional when validating site aliases to ensure that not only do no other sites use this alias, but that it isn't identical to the site name itself. Fixes #1333978 redirect loop — Miguel Jacq / detail

#3 (Nov 12, 2011 8:31:41 AM)

  1. update the help text in the platform form to point out that a makefile can be a public URL and not just an absolute path on the filesystem to a local file — Steven Jones / detail