Mailing List Archive

Ticket #13537: Feature patch - clean up executable bits on image files
#13537: Feature patch - clean up executable bits on image files
----------------------------------+--------------------------
Reporter: Gary Buhrmaster | Owner: (none)
Type: Patch - Feature | Status: new
Priority: minor | Milestone: needs_triage
Component: MythTV - General | Version: Master Head
Severity: medium | Keywords:
Ticket locked: 0 |
----------------------------------+--------------------------
Trivial/low priority/severity code base cleanup - image files should not
be set executable.

Completely untested.

Proposed patch:

{{{
diff --git a/mythtv/html/3rdParty/jquery/galleria/plugins/flickr/flickr-
loader.gif b/mythtv/html/3rdParty/jquery/galleria/plugins/flickr/flickr-
loader.gif
old mode 100755
new mode 100644
diff --git a/mythtv/html/video/images/mv_gallery_dir_up.png
b/mythtv/html/video/images/mv_gallery_dir_up.png
old mode 100755
new mode 100644
diff --git a/mythtv/html/video/images/unknown.png
b/mythtv/html/video/images/unknown.png
old mode 100755
new mode 100644
}}}

--
Ticket URL: <https://code.mythtv.org/trac/ticket/13537>
MythTV <http://www.mythtv.org>
MythTV Media Center
Re: Ticket #13537: Feature patch - clean up executable bits on image files [ In reply to ]
#13537: Feature patch - clean up executable bits on image files
-------------------------+-------------------------------------------------
Reporter: Gary | Owner: Gary Buhrmaster
Buhrmaster | <gary.buhrmaster@…>
Type: Patch - | Status: closed
Feature |
Priority: minor | Milestone: needs_triage
Component: MythTV - | Version: Master Head
General |
Severity: medium | Resolution: fixed
Keywords: | Ticket locked: 0
-------------------------+-------------------------------------------------
Changes (by Gary Buhrmaster <gary.buhrmaster@…>):

* owner: (none) => Gary Buhrmaster <gary.buhrmaster@…>
* status: new => closed
* resolution: => fixed


Comment:

In [changeset:"8dce45294c4b9b59efaddbdf618060593f381b80/mythtv"
8dce45294c/mythtv]:
{{{
#!CommitTicketReference repository="mythtv"
revision="8dce45294c4b9b59efaddbdf618060593f381b80"
HTML/Python Tidy: Clean up various file modes/shebangs

Removes execute permissions where not needed and shebangs probably
left from testing. Based on three tickets.

Closes #13537
Closes #13539
Closes #13540

Signed-off-by: Bill Meek <billmeek@mythtv.org>
}}}

--
Ticket URL: <https://code.mythtv.org/trac/ticket/13537#comment:1>
MythTV <http://www.mythtv.org>
MythTV Media Center
Re: Ticket #13537: Feature patch - clean up executable bits on image files [ In reply to ]
#13537: Feature patch - clean up executable bits on image files
-------------------------+-------------------------------------------------
Reporter: Gary | Owner: Gary Buhrmaster
Buhrmaster | <gary.buhrmaster@…>
Type: Patch - | Status: closed
Feature |
Priority: minor | Milestone: 31.0
Component: MythTV - | Version: Master Head
General |
Severity: medium | Resolution: fixed
Keywords: | Ticket locked: 0
-------------------------+-------------------------------------------------
Changes (by Stuart Auchterlonie):

* milestone: needs_triage => 31.0


--
Ticket URL: <https://code.mythtv.org/trac/ticket/13537#comment:2>
MythTV <http://www.mythtv.org>
MythTV Media Center