[mythtv-commits] mythtv/master commit: c8758abd9 by Chris Pinkham (cpinkham)

MythTV noreply at mythtv.org
Fri Mar 25 06:34:40 UTC 2011


      Author:  Chris Pinkham <cpinkham at mythtv.org>
 Change Date:  2011-03-24T23:28:43-07:00
   Push Date:  2011/03/24 23:34:37 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  c8758abd9c277fc73d02e6a8c5bc7edc856477c2
   Changeset:  https://github.com/MythTV/mythtv/commit/c8758abd9

Log:

More backend web setup cleanup and reorg.

Move duplicate code into .js files.

Consolidate some html by adding the ability to load a new
menu rather than loading a whole new page.

Embed the sample .qsp files rather than having each be its own
separate page with full menu, etc..   Also move the server side
scripting sample code from samples/index.qsp to
samples/serverside.qsp in the process.

Stop calling the 'interceptMenuClicks' function on menu clicks.
The menu items that load content into a div now require javascript
instead of optionally loading the page fullscreen.  Most html
files are not full html, they are meant to be loaded via an
ajax type call and stuffed into a content div on the main page.

Added:

   mythtv/html/js/util.js
   mythtv/html/samples/serverside.qsp
   mythtv/html/setup/css/setup.css
   mythtv/html/setup/jobqueue.html
   mythtv/html/setup/menus/advanced.html
   mythtv/html/setup/menus/main.html
   mythtv/html/setup/menus/wizard.html

Removed:

   mythtv/html/setup/advanced.html

Modified:

   mythtv/html/index.html
   mythtv/html/samples/index.qsp
   mythtv/html/samples/recorded.qsp
   mythtv/html/setup/index.html
   mythtv/html/setup/js/util.js
   mythtv/html/setup/wizard.html



More information about the mythtv-commits mailing list