Opened 18 years ago

Closed 18 years ago

#837 closed patch (fixed)

mythweb typos for channel logos and video covers

Reported by: Robert Tsai <rtsai1111> Owned by: xris
Priority: minor Milestone: unknown
Component: mythweb Version:
Severity: medium Keywords:
Cc: Ticket locked: no

Description

A few small things:

  • themes/default/video/video.php references "show_recorded_pixmap" instead of "show_recorded_pixmaps". I went ahead and made a new "show_video_covers" variable for the MythVideo? page, because I want show_recorded_pixmaps===false and show_video_covers===true
  • themes/default/tv/list.php needs to provide a "../" path to the $channel->icon because of the new "tv/" subdirectory in the path
  • mythweb.php needs to look for these path components (images/icons, video_covers, etc.) before giving up and declaring them as "unknown modules".

Attachments (1)

mythweb.typos.diff (3.2 KB) - added by Robert Tsai <rtsai1111> 18 years ago.

Download all attachments as: .zip

Change History (3)

Changed 18 years ago by Robert Tsai <rtsai1111>

Attachment: mythweb.typos.diff added

comment:1 Changed 18 years ago by xris

Status: newassigned

I'm going to commit some of this, but the majority of these fixes aren't needed. The video image path should reside within "data" (and I'll make sure all of these things get fixed to point there before a release), and the icons are now there already... my goal is to have ALL downloadable data living within the "data" directory, both to keep the mythweb directory as clean as possible, and to allow the .htaccess file in there to prevent accidental execution of code, etc.

comment:2 Changed 18 years ago by xris

Resolution: fixed
Status: assignedclosed

(In [8342]) apply parts of Robert's patch to close #837

Note: See TracTickets for help on using tickets.