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

Last commit made on 2016-07-20
Get this branch:
git clone -b fixes/0.27 https://git.launchpad.net/~mythbuntu-dev/mythtv/+git/mythweb

Branch merges

Branch information

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

Recent commits

7b40699... by Ian Campbell

Refs #12752 - [mythweb] Avoid double quoting sql

$db->escape already wraps the result in 's so there is no need to do it in the
caller.

This is a little complicated in searchMusic since the %'s need to be inside the
quoting but we do not want them to be escaped themselves. Concat them with the
search term using a SQL CONCAT().

Signed-off-by: Stuart Auchterlonie <email address hidden>
(cherry picked from commit d2469d2e3978a1288f79157990cf015d421d95d4)

e1fdde1... by Nicolas Riendeau <email address hidden>

Always ask for the PHP UTF-8 supporting locale for all translations

7cefc58... by Karl Dietz <email address hidden>

fix syntax error after f4240e5e48f25fa40e84faabffa5522b009ab6e0

pointed out by Piotr Oniszczuk

Refs #12588

(cherry picked from commit 93adb4d962a27352fd1cf772d46af59d1b201090)

da1e99c... by Stuart Auchterlonie

Fixes #12588 PHP7 Support. Switch to mysqli plugin

Thanks arniem on the forums for the patch

f3931a9... by Stuart Auchterlonie

Refs #12588 PHP7 Support. Remove depreciated assignment.

Thanks arniem on the forums for the patch

799db43... by Jim Stichnoth <email address hidden>

Move .type_* entries above .cat_* entries. Refs #12351

This makes categories take precedence over types when deciding on
colors, resulting in a more colorful (and easier to read) search
results page.

(cherry picked from commit cb588d870f215a4e65854a4665cc01b95dc4547e)

c50228f... by Alex Tomlins

Reduce cache headers for program details ajax popup.

As it stands, these are being set to 10 days beyond the program start
time. This means that mythweb will often show stale data for programs
that have been updated since they were initially added to the guide.

This reduces the cache time to 2 hours, which seems like a reasonable
time to cache for, yet still get timely updates.

Fixes #12415

(cherry picked from commit 97a33211bd8d4dee6e0badb88760f07d66fe5d40)

a8c6695... by Josu Lazkano

Spanish MythWeb translation update

OKed by the Spanish translation maintainer, Antonion Marcos Lopez Alonso.

Thank you Josu!

Close #12353

e0c2a3a... by Karl Dietz <email address hidden>

unbreak guide colors based on category_type

It appears as if changes around other areas of the guide code uncovered
this issue which has been around for a long time.

Fixes #12351
(cherry picked from commit 1b86b5763e4c55bed4428bb227079a1ce0568e80)

fca2bd2... by Karl Dietz <email address hidden>

change base for custom aspect from 10,000 to 1,000,000

Patch by FU-REN XIAO (蕭輔仁)

Fixes #11996
(cherry picked from commit af4635569c4facacde9c089ca0be712797bfdc75)