[mythtv-commits] Ticket #8436: Mythweb changing from a single title to All Programs in recordings.php isn't saved in session

MythTV mythtv at cvs.mythtv.org
Sun May 9 20:35:08 UTC 2010


#8436: Mythweb changing from a single title to All Programs in recordings.php
isn't saved in session
-----------------------------------------------------+----------------------
 Reporter:  Tom Dexter <digitalaudiorock@…>          |       Owner:  kormoc     
     Type:  defect                                   |      Status:  new        
 Priority:  minor                                    |   Milestone:  unknown    
Component:  Plugin - MythWeb                         |     Version:  Unspecified
 Severity:  medium                                   |     Mlocked:  0          
-----------------------------------------------------+----------------------
 I've been debugging this one myself and am at a loss, though I think I've
 figured out part of what's going on.

 In the recorded programs page, if I choose a program in the drop down list
 to filter by that program, subsequently switching to "All Programs" (that
 is title=) doesn't get saved in the session.  At that point any time I
 return to the recorded programs page it's still filtered by that show
 unless I clear my session or expressly put refresh=1 in the query string
 to recorded.php.

 From what I can tell, the proper empty title is in fact getting assigned
 to the session at line 173:

 // Keep track of the program/title the user wants to view
     $_SESSION['recorded_title']    = $_REQUEST['title'];

 ...however it appears (based on logging what's happening in the session
 write handler) that it's simultaneously getting overwritten with the
 original non empty title by the pixmaps calls that are getting the
 thumbnails.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/8436>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list