Opened 17 years ago

Closed 17 years ago

#3229 closed patch (fixed)

Parental level filter does not hide empty directories

Reported by: anonymous Owned by: Anduin Withers
Priority: minor Milestone: unknown
Component: mythvideo Version: 0.20
Severity: low Keywords: parental level video browser
Cc: Ticket locked: no

Description

Mythvideo version 0.20, as well as the svn trunk, displays directories that are "empty" under the current parental level. This is a change from version 0.19, which recursively suppressed the display of directories which contained nothing but forbidden files. I think the new behavior is a misfeature; the names of directories containing parentally-controlled files should be invisible.

The enclosed patch, which was generated from the release-0-20-fixes branch, restores the version 0.19 behavior. It patches cleanly into trunk too, but I haven't tested whether it works.

Attachments (1)

mythvideo.patch (3.6 KB) - added by Lincoln Stein 17 years ago.
Patch to hide directories containing nothing but parental-level forbidden files

Download all attachments as: .zip

Change History (3)

Changed 17 years ago by Lincoln Stein

Attachment: mythvideo.patch added

Patch to hide directories containing nothing but parental-level forbidden files

comment:1 Changed 17 years ago by Anduin Withers

(In [13376]) References #3229

Fix pruning of empty directories in views. Fix typo m_entries not m_entires.

Thanks to Lincoln Stein for discovering the issue and providing a patch.

comment:2 Changed 17 years ago by Anduin Withers

Resolution: fixed
Status: newclosed

(In [13412]) Closes #3229

Merge in [13376] from trunk.

Original commit message:

    Fix pruning of empty directories in views. 
    Fix typo m_entries not m_entires. 


    Thanks to Lincoln Stein for discovering the issue and providing a patch. 
Note: See TracTickets for help on using tickets.