[mythtv-firehose] mythweb branch master updated by kormoc. v0.27-pre-35-gb735c0a

Git Repo Owner noreply at mythtv.org
Mon Apr 8 02:01:46 UTC 2013


The branch, master has been updated on the
mythweb repository by gitolite user kormoc.
       via  b735c0a4c1c37d62a6be2c95278836a789142177 (commit)
       via  9461085b43984cb4e04f40e63bff36e09c4c1655 (commit)
       via  a73cb6455b6d65d676e40e486ed68b556b8f88bd (commit)
       via  f660af4a22f3f09a339da1a618cc8b08cf50fac8 (commit)
      from  ff50f84a53ad241cabe902857ff76429243b1b7a (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 b735c0a4c1c37d62a6be2c95278836a789142177
Author:    Rob Smith <kormoc at mythtv.org> at Sun, 7 Apr 2013 19:00:12 -0700
Committer: Rob Smith <kormoc at mythtv.org> at Sun, 7 Apr 2013 19:00:12 -0700
URL:       http://code.mythtv.org/cgit/mythweb/commit/?id=b735c0a4c1c37d62a6be2c95278836a789142177

Allow rating of shows in the detail view.



commit 9461085b43984cb4e04f40e63bff36e09c4c1655
Author:    Rob Smith <kormoc at mythtv.org> at Sun, 7 Apr 2013 13:35:15 -0700
Committer: Rob Smith <kormoc at mythtv.org> at Sun, 7 Apr 2013 13:35:15 -0700
URL:       http://code.mythtv.org/cgit/mythweb/commit/?id=9461085b43984cb4e04f40e63bff36e09c4c1655

Clean up some more code errors



commit a73cb6455b6d65d676e40e486ed68b556b8f88bd
Author:    Rob Smith <kormoc at mythtv.org> at Sun, 7 Apr 2013 13:25:45 -0700
Committer: Rob Smith <kormoc at mythtv.org> at Sun, 7 Apr 2013 13:25:45 -0700
URL:       http://code.mythtv.org/cgit/mythweb/commit/?id=a73cb6455b6d65d676e40e486ed68b556b8f88bd

Fix some errors with incorrectly typed values



commit f660af4a22f3f09a339da1a618cc8b08cf50fac8
Author:    Rob Smith <kormoc at mythtv.org> at Sun, 7 Apr 2013 12:16:39 -0700
Committer: Rob Smith <kormoc at mythtv.org> at Sun, 7 Apr 2013 12:16:39 -0700
URL:       http://code.mythtv.org/cgit/mythweb/commit/?id=f660af4a22f3f09a339da1a618cc8b08cf50fac8

Setup setting support for recommendation engine



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

Summary of changes:
 includes/css.php                                |    3 +-
 includes/db_update.php                          |   15 ++++-
 includes/defaults.php                           |   18 +++++
 includes/errordisplay.php                       |   18 +++--
 includes/init.php                               |    3 +
 js/jquery-1.9.1.min.js                          |    5 ++
 js/recommend.js                                 |   86 +++++++++++++++++++++++
 modules/_shared/tmpl/default/header.php         |   19 +++++-
 modules/mythweb/init.php                        |    1 +
 modules/mythweb/set_recommend.php               |   20 +++++
 modules/mythweb/tmpl/default/set_recommend.php  |   55 ++++++++++++++
 modules/tv/tmpl/default/detail.php              |   14 +++-
 modules/tv/tmpl/default/recorded.php            |    4 +
 skins/default/img/feelings/dislike-active.png   |  Bin 0 -> 1062 bytes
 skins/default/img/feelings/dislike-inactive.png |  Bin 0 -> 2378 bytes
 skins/default/img/feelings/like-active.png      |  Bin 0 -> 1176 bytes
 skins/default/img/feelings/like-inactive.png    |  Bin 0 -> 2357 bytes
 skins/default/img/feelings/meh-active.png       |  Bin 0 -> 1201 bytes
 skins/default/img/feelings/meh-inactive.png     |  Bin 0 -> 1177 bytes
 skins/default/img/feelings/star-active.png      |  Bin 0 -> 1951 bytes
 skins/default/img/feelings/star-inactive.png    |  Bin 0 -> 1121 bytes
 skins/default/tv_detail.css                     |   31 ++++++++
 22 files changed, 279 insertions(+), 13 deletions(-)
 create mode 100644 includes/defaults.php
 create mode 100644 js/jquery-1.9.1.min.js
 create mode 100644 js/recommend.js
 create mode 100644 modules/mythweb/set_recommend.php
 create mode 100644 modules/mythweb/tmpl/default/set_recommend.php
 create mode 100644 skins/default/img/feelings/dislike-active.png
 create mode 100644 skins/default/img/feelings/dislike-inactive.png
 create mode 100644 skins/default/img/feelings/like-active.png
 create mode 100644 skins/default/img/feelings/like-inactive.png
 create mode 100644 skins/default/img/feelings/meh-active.png
 create mode 100644 skins/default/img/feelings/meh-inactive.png
 create mode 100644 skins/default/img/feelings/star-active.png
 create mode 100644 skins/default/img/feelings/star-inactive.png

-- 



More information about the mythtv-firehose mailing list