[mythtv-commits] mythtv branch master updated by dblain. v0.28-pre-390-g34e1c9e

Git Repo Owner noreply at mythtv.org
Thu Oct 24 19:16:54 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user dblain.
       via  34e1c9e042e46fc050f97065a1cc1ef16cc9864f (commit)
      from  18a077729cc2cea0eb5170bda5a08a810f564c15 (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 34e1c9e042e46fc050f97065a1cc1ef16cc9864f
Author:    David Blain <dblain at mythtv.org> at Thu, 24 Oct 2013 15:13:37 -0400
Committer: David Blain <dblain at mythtv.org> at Thu, 24 Oct 2013 15:14:58 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=34e1c9e042e46fc050f97065a1cc1ef16cc9864f

Adds Server Side Import (include) for scripts.
This is for server side execution only.  If an import statement
is found at the start of a line, the files contents are injected
into the current server side script that's being processed.

No further processing is done on the imported file
(it must be valid javascript code).

Syntax:
   - must be at start of line (no leading spaces)
<%
import "/relative/path/to/script.js"

%>

 - or -

<%import "/relative/path/to/script.js"%>



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

Summary of changes:
 mythtv/libs/libmythupnp/htmlserver.cpp          |    2 +
 mythtv/libs/libmythupnp/serverSideScripting.cpp |   99 +++++++++++++++++++++--
 mythtv/libs/libmythupnp/serverSideScripting.h   |    9 ++-
 3 files changed, 102 insertions(+), 8 deletions(-)

-- 



More information about the mythtv-commits mailing list