[mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-2763-g1a869d3

Git Repo Owner noreply at mythtv.org
Mon Mar 16 21:57:45 UTC 2015


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  1a869d30ac72342600acbb5062a4eaec9e4f8c2c (commit)
      from  adffb3ffdbca6a3c91aacbe10ca8fc6092232970 (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 1a869d30ac72342600acbb5062a4eaec9e4f8c2c
Author:    Stuart Morgan <smorgan at mythtv.org> at Mon, 16 Mar 2015 21:17:47 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Mon, 16 Mar 2015 21:51:19 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=1a869d30ac72342600acbb5062a4eaec9e4f8c2c

WebFrontend: Limit length of the programme description in the guide
Uses a very rough system, based on the available space and a fixed
upper limit of 600 characters to reduce loading times. It's not
perfect, but this reduces the amount of data we need to send over what
might be a slow network connection.

It can be tweaked later if the results aren't suitable, e.g. for those
using a smaller font size than the default.

This isn't the only optimisation that will be made, it's just one of
the easiest ones to start with.



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

Summary of changes:
 mythtv/html/js/utility.js |   20 ++++++++++++++++++++
 mythtv/html/tv/guide.qsp  |    8 +++++++-
 2 files changed, 27 insertions(+), 1 deletions(-)

-- 



More information about the mythtv-commits mailing list