Changes
#34 (Jun 29, 2012 7:31:18 PM)
- reindent, no other change — Antoine Beaupré / detail
- make output on one line — Antoine Beaupré / detail
- silence the standard output of the daemon — Antoine Beaupré / detail
#33 (Jun 29, 2012 7:16:19 PM)
- fail status properly if pidfile is gone — Antoine Beaupré / detail
#32 (Jun 29, 2012 7:01:22 PM)
- run the daemon niced — Antoine Beaupré / detail
- implement reload command, which sends a sighup to the daemon — Antoine Beaupré / detail
- remove useless comment — Antoine Beaupré / detail
- Revert "remove useless comment" — Antoine Beaupré / detail
- check the pidfile instead of the process name in status — Antoine Beaupré / detail
- make init script OS-agnostic, POSIX-sh compatible — Antoine Beaupré / detail
- fix status, remove old logging message — Antoine Beaupré / detail
- fix logging in init script — Antoine Beaupré / detail
- fix syntax errors, make status silent — Antoine Beaupré / detail
#30 (Jun 28, 2012 3:31:19 AM)
- run the daemon niced — Antoine Beaupré / detail
#29 (Jun 1, 2012 11:31:16 PM)
- Initial commit. — Steven Jones / detail
- Add the particulars to the info file. — Steven Jones / detail
- Add the drush command file. — Steven Jones / detail
- Add the configuration for supervisor. — Steven Jones / detail
- Add the bash script to run the drush command. — Steven Jones / detail
- Add the module file. — Steven Jones / detail
- Surface the feature to Aegir. — Steven Jones / detail
- Add a simple readme. — Steven Jones / detail
- Remove an extra blank line. — Steven Jones / detail
- Add a settings form. — Steven Jones / detail
- Add the hook_menu(). — Steven Jones / detail
- Add a description to the admin form. — Steven Jones / detail
- Add a enable and disable hook to turn off the hosting tasks dispatch. — Steven Jones / detail
- Add more detail to the delay options. — Steven Jones / detail
- Beef up the README — Steven Jones / detail
- Add some feedback that the queue runner is running. — Steven Jones / detail
- Add a note about trouble shooting. — Steven Jones / detail
- Add some more logging to the drush command. — Steven Jones / detail
- Make sure the description of the form shows up. — Steven Jones / detail
- Reduce the sleepy time, we weren't feeling responsive any more. — Steven Jones / detail
- Add line breaks to the README. — Steven Jones / detail
- restart the queue runner automatically after the timeout, see #1189696 — Antoine Beaupré / detail
- Issue #1189696 by Steven Jones: Fixed Running without supervisord leaks memory. — Steven Jones / detail
- make the process lifetime customizable — Steven Jones / detail
- Issue #1189768 by anarcat, Steven Jones: Added customizable process lifetime. — Steven Jones / detail
- make delays translatable — Antoine Beaupré / detail
- simplify the fork call and rename the function to be clearer — Antoine Beaupré / detail
- rewrite the pcntl_exec() stuff to work with different command names and respect provided options — Antoine Beaupré / detail
- always restart the dispatcher — Antoine Beaupré / detail
- whitespace and comments — Antoine Beaupré / detail
- log to watchdog so frontend has feedback of dispatcher — Antoine Beaupré / detail
- add one minute process lifetime — Antoine Beaupré / detail
- pass process environment to child task correctly — Antoine Beaupré / detail
- change the feedback to remove some duplicate and useless messages — Antoine Beaupré / detail
- add init script to start our shiny daemon — Antoine Beaupré / detail
- document the autorestart feature and the init.d file — Antoine Beaupré / detail
- word wrap — Antoine Beaupré / detail
- handle SIGHUP as a restart properly — Antoine Beaupré / detail
- wait for the child tasks before restarting after signal — Antoine Beaupré / detail
- handle the case where ENV is not set — Antoine Beaupré / detail
- simplify signal handling code — Antoine Beaupré / detail
- make init script executable — Antoine Beaupré / detail
- remove unused variable — Antoine Beaupré / detail
- handle stopping gracefully, by waiting for our poor children — Antoine Beaupré / detail
- better log messages for signals — Antoine Beaupré / detail
- use unset instead of assigning to null to try to free memory — Antoine Beaupré / detail
- load more than one task at a time — Antoine Beaupré / detail
- Fix up the auto restart functionality and remove forking. — Steven Jones / detail
- Revert "make delays translatable" format plural is translatable. — Steven Jones / detail
- Tidy up. — Steven Jones / detail
- Cleanup to ensure we can use PCNTL. — Steven Jones / detail
- rename the readme to follow conventions — Antoine Beaupré / detail
- clarify why we pause twice — Antoine Beaupré / detail
- Argh that merge was wrong, fix it! — Steven Jones / detail
- Clean up some docs. — Steven Jones / detail
- Fix formatting in the README. — Steven Jones / detail
- fixed status check to match the process as it actually runs — Antoine Beaupré / detail
- import hosting_queue_runner as a submodule in 2.x — Antoine Beaupré / detail
- 1548490 by grobot - fix hosting-task call for drush 5 — Antoine Beaupré / detail
- rename the hosting-queue-runner to hosting-queued — Antoine Beaupré / detail
- 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)
- Issue #1441970 by jlscott: Fixed Client Block assigned by default to non-existing region. — Steven Jones / detail
- Fix whitespace in hosting_client.module — Steven Jones / detail
- 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)
- Issue #1597648 by jlscott: Fixed Hosting Queues Summary Block is stale. — Steven Jones / detail
#26 (Apr 29, 2012 7:00:27 AM)
- Remove the extra @ that we don't need anymore — Steven Jones / detail
#25 (Apr 27, 2012 3:30:27 PM)
- Fix a missing '@' from the name. — Steven Jones / detail
#24 (Apr 27, 2012 2:30:26 PM)
- Specify the --force option. — Steven Jones / detail
- Add initial port to Drush 5 patch. — Steven Jones / detail
- Continue port to Drush 5 — Steven Jones / detail
#23 (Apr 27, 2012 9:00:26 AM)
- Issue #1550284 by Steven Jones | wroxbox: Fixed Warningns after enabling 'web pack'. — Steven Jones / detail
#22 (Apr 26, 2012 4:30:27 PM)
- Issue #1549210 by Steven Jones: Fixed Drush 'failed' errors are not correctly logged. — Steven Jones / detail
#21 (Apr 26, 2012 1:15:26 PM)
- Issue #1503824 by mig5: Fixed hosting_site_count() ignores disabled sites. — Steven Jones / detail
- Issue #1503824 by Steven Jones: Fixed hosting_site_count() ignores disabled sites. — Steven Jones / detail
#20 (Apr 26, 2012 12:15:26 PM)
- Issue #1358768 by Steven Jones: Fixed 6.x-1.6 generates multiple Undefined property errors on site import. — Steven Jones / detail
- Issue #1498102 by Steven Jones: Fixed Dates and times are incorrect on freshly created tasks. — Steven Jones / detail
- Issue #1493286 by jm.federico: Fixed SSL certificates not being created. — Steven Jones / detail
- Improve the documentation on hosting_import_site(). — Steven Jones / detail
#19 (Apr 16, 2012 3:30:27 PM)
- 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)
- Issue #1185690 by Dane Powell: Apply patch for hosting_task_log() entries are not deleted when task is. — Steven Jones / detail
- 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)
- 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)
- Issue #1437856 by jlscott: Fixed Display of Client Quota missing pager navigation bar. — Steven Jones / detail
- 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)
- 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)
- Issue #1472480 by jlscott: Fixed Restrict the Task Queue to one task per site each cron run. — Steven Jones / detail
- 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)
- #1463948 by helmo - show automatic domain aliases — Antoine Beaupré / detail
#12 (Mar 6, 2012 11:01:25 PM)
- 1334210 by bart.hanssens: IPv6 support in IP checks — Antoine Beaupré / detail
- moved feature hook to .inc — Antoine Beaupré / detail
- fixed module enabling — Antoine Beaupré / detail
#11 (Feb 26, 2012 11:01:22 PM)
- 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)
- Fix code style of hosting.install. — Steven Jones / detail
- Fix code style of hosting_site.form.inc. — Steven Jones / detail
- Fix code style of hosting_migrate.batch.inc. — Steven Jones / detail
- Fix code style of hosting_client.access.inc. — Steven Jones / detail
- Fix code style of hosting.queues.inc — Steven Jones / detail
#9 (Feb 13, 2012 7:00:58 PM)
- 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)
- Issue #1437386 by Steven Jones: Fixed Notices from hosting_package.module. — Steven Jones / detail
- Clean line endings in hosting_package module. — Steven Jones / detail
#7 (Feb 9, 2012 8:30:57 PM)
- 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)
- copy the web_cluster module into a dumbcluster — Antoine Beaupré / detail
- rewrite the cluster module as a dumbcluster module — Antoine Beaupré / detail
- rename dumbcluster to pack — Antoine Beaupré / detail
- fix syntax error — Antoine Beaupré / detail
- add missing load for slaves — Antoine Beaupré / detail
#5 (Nov 19, 2011 10:46:27 AM)
- 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)
- 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)
- 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