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

MythTV noreply at mythtv.org
Thu Mar 31 04:59:12 UTC 2011


      Author:  Chris Pinkham <cpinkham at mythtv.org>
 Change Date:  2011-03-30T21:53:14-07:00
   Push Date:  2011/03/30 21:59:10 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  1abb0f20e83235a1d0fcc64cc76fcb41a22f51f8
   Changeset:  https://github.com/MythTV/mythtv/commit/1abb0f20e

Log:

HTML Setup: Wizard enhancements, data loading, data validation, etc.

Added some placeholders to the wizard.

Started hooking up data validation.  The only thing hooked up right
now is integer_range and only for the wizard, but the basics are there
to start validating in other places either real-time or upon saving.

Supporting code added to HttpConfig and mythsettings.cpp to allow
getting the raw settings list that goes along with the config XML
that we can already download.  This allows us to prepopulate the value
for inputs which are not built using HttpConfig such as the wizard.

Some other minor fixes along the way, <h2> -> <div class='Title'> in
some places, etc..

Added:

   mythtv/html/setup/wizard-guide_data.html
   mythtv/html/setup/wizard-media_storage.html
   mythtv/html/setup/wizard-recording_devices.html

Modified:

   mythtv/html/css/site.css
   mythtv/html/index.html
   mythtv/html/js/util.qjs
   mythtv/html/setup/js/setup.js
   mythtv/html/setup/js/wizard.js
   mythtv/html/setup/wizard-database.html
   mythtv/html/setup/wizard-network.qsp
   mythtv/html/setup/wizard.html
   mythtv/programs/mythbackend/config_backend_database.xml
   mythtv/programs/mythbackend/httpconfig.cpp
   mythtv/programs/mythbackend/mythsettings.cpp
   mythtv/programs/mythbackend/mythsettings.h



More information about the mythtv-commits mailing list