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

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

Branch merges

Branch information

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

Recent commits

a1f05c1... by Nigel Jewell <email address hidden>

Suppress MySQLi errors so that MythWeb works with PHP 8.1.0.

(cherry picked from commit 92f0f9bc6d15f6d6534e5d5e40bdddbb6f431254)

b05906a... by Roland Ernst <email address hidden>

Use SQL standard syntax in query

instead of ORACLE syntax.

This solves the error ERROR 1064 (42000) from MySQL:
You have an error in your SQL syntax; check for the right syntax to
use near 'UNIQUE(people.name) FROM credits.

(cherry picked from commit f4bf29dec9c801b922e43aeeaaaf9b3bdc1dde9f)

afc4a55... by Nigel Jewell <email address hidden>

Whitespace clean up.

(cherry picked from commit 7949949ba481f6d4e6632215c10488a48969b2ba)

73e79b8... by Nigel Jewell <email address hidden>

Better handling of tmpl constant.

(cherry picked from commit c82ed0b19e3d0221303b235ba4dd7e5a8ab8f6cd)

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

Merge pull request #47 from mymatenige/includes-sorting

Use REQUEST_URI rather than PATH_INFO due to decoding issues.

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

Merge pull request #60 from mymatenige/schedules-table-sort

Add support for table header sorting with recording schedules.

736e379... by Stuart Auchterlonie <email address hidden>

Merge pull request #55 from mymatenige/modules-tv-tmpl-lite-schedules

Do not display templates in the recording schedule list.

428dbfe... by Stuart Auchterlonie <email address hidden>

Merge pull request #53 from mymatenige/modules-tv-tmpl-lite-detail

Do not reference recgroup when calling recgroup_select.

9d7c035... by Stuart Auchterlonie <email address hidden>

Merge pull request #48 from mymatenige/modules-tv-schedules

Add default sort order for tv/schedules.

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

Merge pull request #42 from mkbloke/stream-raw

Fix "isn't numeric" error in range request header parsing