Log of /contributions/modules/hosting/task.hosting.inc
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 9 15:53:07 2009 UTC
(7 weeks ago)
by
anarcat
Branch:
MAIN
Changes since
1.12: +1 -3 lines
Diff to
previous 1.12
API: drop the redundant hosting_task_queue table
the table was reproducing the status field from hosting_task and was
making it difficult to reliably manipulate the status of a task.
all instances of $node->queued should now be replaced by
$node->task_status == HOSTING_TASK_QUEUED
all uses of the timestamp in the hosting_task_queue table should instead
use the task node changed field
queries that used the hosting_task_queue table for listing pending queue
should instead look directly in the hosting_task table and look for
HOSTING_TASK_QUEUED status, be sure to join with the node table to avoid
duplicate entries due to revisions
we also introduce a HOSTING_TASK_PROCESSING status for tasks since the
queue "locking" (ie. not starting two tasks at a time) was relying on
the duplicate information
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon May 4 15:56:12 2009 UTC
(6 months, 3 weeks ago)
by
adrian
Branch:
MAIN
Changes since
1.4: +2 -1 lines
Diff to
previous 1.4
Added a --debug to switch between post and get in the hosting task. Removed some cruft from hosting.module and fixed the broken hosting clients block, which was causing weird non existent blocks to show up in the block listing
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Apr 16 23:59:50 2009 UTC
(7 months, 1 week ago)
by
adrian
Branch:
MAIN
Changes since
1.2: +1 -1 lines
Diff to
previous 1.2
Fix some minor site status issues, accidental triggering of verify tasks and add in pages for site disabled and site maintained redirects
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Apr 7 00:29:52 2009 UTC
(7 months, 3 weeks ago)
by
adrian
Branch:
MAIN
Refactor hosting task command to use the drush_invoke api, and take advantage of the custom logging callback. Significantly cleaned up the hosting task command through this
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.