Opened 14 years ago
Closed 14 years ago
#2718 closed patch (fixed)
Add buttons to queue jobs on recorded programs
Reported by: | Owned by: | xris | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythweb | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Adds buttons to each program's entry in the "Recorded Programs" listing, allowing a recorded program to be submitted for commercial flagging, transcoding, or any of the four user jobs that have been defined. User jobs are identified by their user-entered descriptions (i.e., they aren't translated).
Also moves the current "Delete" and "Delete + Rerecord" buttons into the "status" row for each entry, removing a column in the full table. The formatting of the various status indicators are slightly affected, converting the current <span> elements to table cells. This looks OK to me, but others may have a different aesthetic.
The new buttons, and the relocation of the existing buttons, occurs under the control of a $buttons_under variable, which is currently set "TRUE" directly in the code, but could alternatively be exposed as a user preference.
This patch has been tested against the 0.20 release. The svn sources don't patch directly from the same diff, due to the new "has been viewed" flag, but I believe I updated the diffs appropriately. However, I don't have a backend compatible with the current svn sources, however, so have not been able to verify this specific patch.
I'm not sure what the usual protocol is, but this patch doesn't include the results of re-running modules/_shared/lang/build_translation.pl.
Attachments (3)
Change History (6)
Changed 14 years ago by
Attachment: | job-queue.diff added |
---|
comment:1 follow-up: 2 Changed 14 years ago by
The required jobqueue.php isn't included in the diff.
Patch for job queue buttons