~mythbuntu-dev/mythtv/+git/mythweb:fixes/29

Last commit made on 2018-05-25
Get this branch:
git clone -b fixes/29 https://git.launchpad.net/~mythbuntu-dev/mythtv/+git/mythweb

Branch merges

Branch information

Name:
fixes/29
Repository:
lp:~mythbuntu-dev/mythtv/+git/mythweb

Recent commits

6a6eb1a... by Bill Meek <email address hidden>

Removes error messages from "Recorded Programs" page

In Ubuntu 18.04, the following prints for lines
188 (and 189 for disk_used) on the above screen:

Warning at /var/www/mythweb/modules/tv/recorded.php, line 188:

!!NoTrans: Use of undefined constant disk_size - assumed 'disk_size' (this will throw an Error in a future version of PHP)!!

(cherry picked from commit 664dc1707ccf7be8b0b1d9eadf6366de8bbaa9c9)

99838ff... by Stuart Auchterlonie <email address hidden>

Fixes #13191 - Make mythweb use of CDN optional.

Adds a new database setting 'mythweb_use_cdn' which defaults
to true. If you wish to use local copies of the libraries or
run on an isolated network you will need to set this to false

There is no gui in the mythweb setting page to configure this
at this time. Patches for this will be accepted.

In addition this add the updated libraries locally.

(cherry picked from commit ef998f4172565743307b89fe2eb2fb90abf81e8b)

6db6275... by Stuart Auchterlonie <email address hidden>

[php7] fix an incorrect conversion to mysqli_real_escape_string()

(cherry picked from commit 02a3d12ddb36ef129458c6adff6ee2807f74c336)

ece58eb... by Peter Bennett <email address hidden>

Fixes #12822 - Duplicate programs showing in listings.

ba6598a... by Stuart Auchterlonie <email address hidden>

Ignore quilt files

2433a93... by Piotr Oniszczuk <email address hidden>

Fixes #12942 - update flow player to 3.2.18

Signed-off-by: Stuart Auchterlonie <email address hidden>

9f14a8e... by Steve Campbell <email address hidden>

Fixes #13041 - Update mythweb jquery and prototype libraries and use CDN

Signed-off-by: Stuart Auchterlonie <email address hidden>

7eb9145... by Philipp Matthias Hahn <email address hidden>

Fixes #13007 - Handle .m4v as video/mp4

Strictly speaking mp4 is the *container* format, which can either
contain auido only or audio+video. Therefore it is quiet commont to name
audio files .m4a and video files .m4v

Signed-off-by: Stuart Auchterlonie <email address hidden>

52ff70e... by Stuart Auchterlonie <email address hidden>

Fixes #12981 [php7.1] Use of this is no longer allowed

42ea1a1... by Charles

[mythweb] Remove/changed some deprecated PHP7 functions:
* split() by preg_split()
* eregi() by preg_match()
* mysql_*() by mysqli_*()
* PHP4 constructors (http://cweiske.de/tagebuch/php4-constructors-php7.htm)

Fixes #12731

Signed-off-by: Stuart Auchterlonie <email address hidden>