[mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-2664-gbbf116f

Git Repo Owner noreply at mythtv.org
Mon Feb 16 16:33:24 UTC 2015


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  bbf116f287874f610a8f2189b358715ba5df54c3 (commit)
       via  9f7d4d259f4192e5289242be0c7f956617f5ee7f (commit)
      from  479093e7f04ee2bf8b488f46c9919e70023f0de6 (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 bbf116f287874f610a8f2189b358715ba5df54c3
Author:    Stuart Morgan <smorgan at mythtv.org> at Mon, 16 Feb 2015 16:29:20 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Mon, 16 Feb 2015 16:32:45 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=bbf116f287874f610a8f2189b358715ba5df54c3

WebFrontend: Update for new GetSetting behaviour



commit 9f7d4d259f4192e5289242be0c7f956617f5ee7f
Author:    Stuart Morgan <smorgan at mythtv.org> at Mon, 16 Feb 2015 12:30:29 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Mon, 16 Feb 2015 16:08:31 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=9f7d4d259f4192e5289242be0c7f956617f5ee7f

Services: Split GetSetting into GetSettingList, and GetSetting which only returns a single value.
GetSetting now returns a single string containing either the value of
the requested setting, or if it cannot be found, the default value if supplied.

The existing behaviour made it harder to use GetSetting than it needed
to be for it's most common purpose which is accessing a single
setting. Although I've retained the ability to return all settings on
a host in the new GetSettingList, it's difficult to imagine a scenario
where it would be of value.



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

Summary of changes:
 mythtv/html/js/util.qjs                            |   17 +---
 mythtv/html/menu.qsp                               |    9 +-
 mythtv/html/samples/js/samples.js                  |   16 ++--
 mythtv/html/samples/serverside.qsp                 |    2 +-
 mythtv/html/setup/jobqueue-jobs.qsp                |   20 ++--
 .../services/mythServices.h                        |    6 +-
 mythtv/programs/mythbackend/services/myth.cpp      |  117 +++++++-------------
 mythtv/programs/mythbackend/services/myth.h        |   19 +++-
 8 files changed, 81 insertions(+), 125 deletions(-)

-- 



More information about the mythtv-commits mailing list