Opened 20 years ago
Closed 20 years ago
#476 closed enhancement (fixed)
mythweb wap theme - scheduling won't work, finding shows is awkward
Reported by: | Owned by: | xris | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythweb | Version: | 0.18.1 |
Severity: | medium | Keywords: | mythweb wap scheduling |
Cc: | Ticket locked: | no |
Description
This patch makes the following changes:
themes/wap/theme.php -Adds a backend status link
themes/wap/program_listing.php -Displays what's on at the specified time in addition to channel numbers. This is probably my biggest issue with the current code - whenever I go to wap mythweb, I usually want to see all the shows that are on around a certain time. I'm much less aware of what channel a show comes on, so having a view of all the shows playing on a given channel is much less useful than all the shows that are on at a given time. -Changes time format to 12 hour instead of 24 hour -Allows skipping in half hour increments instead of 1 hour
program_detail.php -Removed record dupes option -Split showing option into Record this showing and Record one showing -Fixed scheduling. I wouldn't accept any changes I made here - it looks like the rest of mythweb had fairly major changes done (variable names, calling conventions). I updated the scheduling to match.
themes/wap/scheduled_recordings.php -This wouldn't display anything. Again, I had to change several variable names to get it to work. I also made the link at the bottom of each program indicate what clicking on the link would do.
program_listing.php -Added code to recognize modified start time from themes/wap/program_listing.php
includes/init.php -Added check to use WAP theme with Palm's Blazer browser
Attachments (3)
Change History (5)
Changed 20 years ago by
Attachment: | mythweb.diff added |
---|
comment:1 Changed 20 years ago by
Changed 20 years ago by
Attachment: | mythweb-0.18-fixes.diff added |
---|
I added a new file, but it wasn't included in the previous diff
Changed 20 years ago by
Attachment: | mythweb-svn.diff added |
---|
A lot of the changes were already made in svn - here is a patch against svn for the others.
Did you make these changes against svn? I think you may have duplicated some of the fixes made in ticket #53.
Joe