[mythtv-commits] mythtv branch master updated by gigem. v0.28-pre-1638-gaf5836e

Git Repo Owner noreply at mythtv.org
Wed Jun 18 19:30:54 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user gigem.
       via  af5836e99050ef940d2ded3823b72faee28e3412 (commit)
       via  e3ab9ec16e34984bd0152a5097b16920d024dd20 (commit)
      from  2b9231bb09aa97cf2f6f2f155f6740f2d3d527d5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit af5836e99050ef940d2ded3823b72faee28e3412
Author:    David Engel <dengel at mythtv.org> at Wed, 18 Jun 2014 14:26:04 -0500
Committer: David Engel <dengel at mythtv.org> at Wed, 18 Jun 2014 14:30:47 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=af5836e99050ef940d2ded3823b72faee28e3412

Try to prevent duplicate recording rules from getting created.
Add a unique index on the record table to prevent the creation of
duplicate recording rules, where duplicate for this means having the
same chanid, starttime/date, title and rule type.  This is mainly
intended for the Web GUI where an accidental double click could result
in truly duplicate rules.



commit e3ab9ec16e34984bd0152a5097b16920d024dd20
Author:    David Engel <dengel at mythtv.org> at Wed, 18 Jun 2014 14:24:46 -0500
Committer: David Engel <dengel at mythtv.org> at Wed, 18 Jun 2014 14:30:47 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e3ab9ec16e34984bd0152a5097b16920d024dd20

Make sure some recording rule failures get reported properly.



-----------------------------------------------------------------------

Summary of changes:
 mythtv/bindings/perl/MythTV.pm               |    2 +-
 mythtv/bindings/python/MythTV/static.py      |    2 +-
 mythtv/libs/libmythbase/mythversion.h        |    2 +-
 mythtv/libs/libmythtv/dbcheck.cpp            |   12 ++++++++++++
 mythtv/libs/libmythtv/recordingrule.cpp      |    6 +++++-
 mythtv/programs/mythbackend/services/dvr.cpp |   10 ++++------
 6 files changed, 24 insertions(+), 10 deletions(-)

-- 



More information about the mythtv-commits mailing list