[mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-583-ga86e018

Git Repo Owner noreply at mythtv.org
Wed Dec 4 00:59:27 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  a86e018ee53f62cb479ee061c87dd5134d64ab0e (commit)
       via  e221ecd2f5a29a0c39e55907cb629ee747531cbd (commit)
      from  1431eecd20c020b9c0ad826993015bc8957e82d6 (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 a86e018ee53f62cb479ee061c87dd5134d64ab0e
Author:    Stuart Morgan <smorgan at mythtv.org> at Wed, 4 Dec 2013 00:58:51 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Wed, 4 Dec 2013 00:58:51 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=a86e018ee53f62cb479ee061c87dd5134d64ab0e

Scripting: Add support for php style form arrays (name='foo[a]'). See http://www.php.net/manual/en/faq.html.php#faq.html.arrays



commit e221ecd2f5a29a0c39e55907cb629ee747531cbd
Author:    Stuart Morgan <smorgan at mythtv.org> at Mon, 2 Dec 2013 22:12:40 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Wed, 4 Dec 2013 00:51:01 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e221ecd2f5a29a0c39e55907cb629ee747531cbd

WebFrontend: Complete schedule editor (Beta)
There is still some missing functionality and it's only been lightly
tested. Search/Custom rule editing hasn't been tested at all.

Use entirely at your own risk. Feedback would be appreciated.

Refs #11938



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

Summary of changes:
 mythtv/html/js/utility.js                       |   40 +++
 mythtv/html/menu.qsp                            |    2 +-
 mythtv/html/tv/ajax_backends/dvr_util.qsp       |  294 +++++++++++------
 mythtv/html/tv/ajax_backends/program_util.qsp   |    2 +-
 mythtv/html/tv/css/common.css                   |   31 ++
 mythtv/html/tv/css/schedule.css                 |   87 +++++
 mythtv/html/tv/css/scheduler.css                |   12 -
 mythtv/html/tv/guide.qsp                        |   16 +-
 mythtv/html/tv/js/common.js                     |  185 +++++++++--
 mythtv/html/tv/js/guide.js                      |    9 +-
 mythtv/html/tv/js/recordings.js                 |    4 +-
 mythtv/html/tv/js/schedule.js                   |   10 +
 mythtv/html/tv/recordings.qsp                   |   12 +-
 mythtv/html/tv/schedule.qsp                     |  397 ++++++++++++++++++++---
 mythtv/html/tv/upcoming.qsp                     |   10 +-
 mythtv/libs/libmythupnp/serverSideScripting.cpp |   39 ++-
 16 files changed, 936 insertions(+), 214 deletions(-)
 create mode 100644 mythtv/html/tv/css/schedule.css
 delete mode 100644 mythtv/html/tv/css/scheduler.css
 create mode 100644 mythtv/html/tv/js/schedule.js

-- 



More information about the mythtv-commits mailing list