~mythbuntu-dev/mythtv/+git/mythweb:master

Last commit made on 2022-06-04
Get this branch:
git clone -b master https://git.launchpad.net/~mythbuntu-dev/mythtv/+git/mythweb

Branch merges

Branch information

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

Recent commits

92f0f9b... by Nigel Jewell <email address hidden>

Suppress MySQLi errors so that MythWeb works with PHP 8.1.0.

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

Merge pull request #81 from arobro/master

Add Episode Number to hover

73761dd... by Aidan <email address hidden>

Add Episode Number to hover

A new feature to display the season / episode on hover in the epg. This
makes it easier to figure out if you have seen a show.

Currently the title, subtitle and description etc are displayed on
hover, but there is no episode number.

f4bf29d... 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.

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

Whitespace clean up.

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

Better handling of tmpl constant.

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.