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

Owned by mythbuntu-dev
Get this repository:
git clone https://git.launchpad.net/~mythbuntu-dev/mythtv/+git/mythweb

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/MythTV/mythweb.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 15 seconds — see the log

Branches

Name Last Modified Last Commit
fixes/32 2022-07-20 18:57:20 UTC
Suppress MySQLi errors so that MythWeb works with PHP 8.1.0.

Author: Nigel Jewell
Author Date: 2022-06-04 14:45:15 UTC

Suppress MySQLi errors so that MythWeb works with PHP 8.1.0.

(cherry picked from commit 92f0f9bc6d15f6d6534e5d5e40bdddbb6f431254)

master 2022-06-04 14:45:15 UTC
Suppress MySQLi errors so that MythWeb works with PHP 8.1.0.

Author: Nigel Jewell
Author Date: 2022-06-04 14:45:15 UTC

Suppress MySQLi errors so that MythWeb works with PHP 8.1.0.

fixes/34 2022-06-04 14:45:15 UTC
Suppress MySQLi errors so that MythWeb works with PHP 8.1.0.

Author: Nigel Jewell
Author Date: 2022-06-04 14:45:15 UTC

Suppress MySQLi errors so that MythWeb works with PHP 8.1.0.

fixes/33 2022-06-04 14:45:15 UTC
Suppress MySQLi errors so that MythWeb works with PHP 8.1.0.

Author: Nigel Jewell
Author Date: 2022-06-04 14:45:15 UTC

Suppress MySQLi errors so that MythWeb works with PHP 8.1.0.

fixes/31 2021-12-15 14:33:12 UTC
Merge branch 'master' into fixes/31

Author: Peter Bennett
Author Date: 2021-12-15 14:33:12 UTC

Merge branch 'master' into fixes/31

PHP 8 changes merged from master, to support ubuntu 21.10

fixes/0.28 2020-03-03 13:54:08 UTC
Merge pull request #22 from yunosh/more-star-rating-fixes

Author: Stuart Auchterlonie
Author Date: 2020-03-03 13:54:08 UTC

Merge pull request #22 from yunosh/more-star-rating-fixes

More star rating fixes

fixes/30 2020-02-03 17:18:16 UTC
PHP Warning: fixes creating default object from empty value

Author: Bill Meek
Author Date: 2020-02-03 17:13:31 UTC

PHP Warning: fixes creating default object from empty value

Squash the following (seen after upgrade to PHP 7.4):

Warning at /var/lib/mythtv/mythweb/modules/tv/includes/programs.php, line 204:
!!NoTrans: Creating default object from empty value!!

Thanks to Steve Tremayne

Closes #13572

(cherry picked from commit 96704cf26ea0cc99a0dde931e887e369eedc4638)

fixes/29 2018-05-25 20:10:24 UTC
Removes error messages from "Recorded Programs" page

Author: Bill Meek
Author Date: 2018-05-22 13:50:21 UTC

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)

fixes/0.27 2016-07-20 09:38:36 UTC
Refs #12752 - [mythweb] Avoid double quoting sql

Author: Ian Campbell
Author Date: 2016-07-20 09:35:39 UTC

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 <stuarta@mythtv.org>
(cherry picked from commit d2469d2e3978a1288f79157990cf015d421d95d4)

fixes/0.26 2014-04-28 15:58:26 UTC
Mythweb - allow direct downloading of .mkv, .avi, .mp4, .xvid, .okv files

Author: Karl Dietz
Author Date: 2014-04-28 15:55:41 UTC

Mythweb - allow direct downloading of .mkv, .avi, .mp4, .xvid, .okv files

Patch by Barry Rosenstock and David Goldfarb

Fixes #7730
(cherry picked from commit c82601f426ba87ec86ffa6c4f076f7b325c9b902)

fixes/0.25 2013-06-08 13:26:04 UTC
fix search at TheMovieDB on detail page

Author: Karl Dietz
Author Date: 2013-06-08 11:47:53 UTC

fix search at TheMovieDB on detail page

Patch by OP, thank you

Fixes #11566

(cherry picked from commit 373cbde7552d65b10f33f27072a82136d5f9f812)

fixes/0.24 2012-11-07 15:01:47 UTC
Add recognition of mkv containers to MythWeb for raw streaming.

Author: R.D. Vaughan
Author Date: 2012-10-16 10:18:59 UTC

Add recognition of mkv containers to MythWeb for raw streaming.

Fixes #11180

Signed-off-by: Raymond Wagner <rwagner@mythtv.org>

devel/utc 2012-06-05 14:41:22 UTC
Set php/pl connection timezone to +0:00

Author: Daniel Thor Kristjansson
Author Date: 2012-06-05 14:41:22 UTC

Set php/pl connection timezone to +0:00

The PHP and Perl code uses unix UTC timestamps for internal timekeeping
and use mysql timezone conversions to convert UTC time to DB local time.
Since we keep the DB in UTC now this was doing an unwanted conversion.
Luckily turning this off is just a matter of setting a connection
time_zone value.

fixes/0.23 2011-03-20 00:21:22 UTC
Revert 3d20fb045f5d, was on wrong branch.

Author: Raymond Wagner
Author Date: 2011-03-20 00:21:22 UTC

Revert 3d20fb045f5d, was on wrong branch.

html5 2010-12-30 10:08:54 UTC
Routes config file

Author: Chris Petersen
Author Date: 2010-12-30 10:08:54 UTC

Routes config file

GoogleTV 2010-12-04 09:02:55 UTC
Update protocol version in MythWeb after it was missed in the split.

Author: Raymond Wagner
Author Date: 2010-12-04 09:02:55 UTC

Update protocol version in MythWeb after it was missed in the split.

iPod 2010-12-04 09:02:55 UTC
Update protocol version in MythWeb after it was missed in the split.

Author: Raymond Wagner
Author Date: 2010-12-04 09:02:55 UTC

Update protocol version in MythWeb after it was missed in the split.

fixes/0.22 2009-10-13 06:44:58 UTC
Fixes #7120 take two, explicitly set the field in the orderby

Author: Rob Smith
Author Date: 2009-10-13 06:44:58 UTC

Fixes #7120 take two, explicitly set the field in the orderby

git-svn-id: http://svn.mythtv.org/svn/trunk@22416 7dbf422c-18fa-0310-86e9-fd20926502f2

fixes/0.21 2009-07-31 18:08:56 UTC
Add in some more search engine protection for 0.21 fixes

Author: Rob Smith
Author Date: 2009-07-31 18:08:56 UTC

Add in some more search engine protection for 0.21 fixes

git-svn-id: http://svn.mythtv.org/svn/branches/release-0-21-fixes@21074 7dbf422c-18fa-0310-86e9-fd20926502f2

fixes/0.20 2008-02-16 23:51:56 UTC
resync with the proper version of this directory

Author: Chris Petersen
Author Date: 2008-02-16 23:51:56 UTC

resync with the proper version of this directory

git-svn-id: http://svn.mythtv.org/svn/branches/release-0-20-fixes@16082 7dbf422c-18fa-0310-86e9-fd20926502f2

fixes/0.19 2006-04-11 04:29:41 UTC
merge [9608] from trunk to fix airdate problem in #1580

Author: Chris Petersen
Author Date: 2006-04-11 04:29:41 UTC

merge [9608] from trunk to fix airdate problem in #1580

git-svn-id: http://svn.mythtv.org/svn/branches/release-0-19-fixes@9667 7dbf422c-18fa-0310-86e9-fd20926502f2

fixes/0.18 2005-06-22 07:28:16 UTC
Fixed up svn props and copied over binary files not properly converted by cvs...

Author: Jarod Wilson
Author Date: 2005-06-22 07:28:16 UTC

Fixed up svn props and copied over binary files not properly converted by cvs2svn.pl due to not being labeled as binary in cvs

git-svn-id: http://svn.mythtv.org/svn/branches/release-0-18-fixes@6687 7dbf422c-18fa-0310-86e9-fd20926502f2

122 of 22 results
This repository contains Public information 
Everyone can see this information.