소스 검색

HPCC-11254 ConfigMgr - Remove references to sortabletable.js

Signed-off-by: Gleb Aronsky <gleb.aronsky@lexisnexis.com>
Gleb Aronsky 11 년 전
부모
커밋
ae7026965f
5개의 변경된 파일1개의 추가작업 그리고 1612개의 파일을 삭제
  1. 0 4
      esp/scm/WsDeploy.ecm
  2. 0 18
      esp/services/WsDeploy/WsDeployService.cpp
  3. 0 3
      esp/services/WsDeploy/WsDeployService.hpp
  4. 1 2
      esp/xslt/CMakeLists.txt
  5. 0 1585
      esp/xslt/ui_engine.xslt

+ 0 - 4
esp/scm/WsDeploy.ecm

@@ -575,10 +575,6 @@ ESPservice [exceptions_inline("xslt/exceptions.xslt")] WsDeploy
     ESPuses ESPstruct DeployOptions;
     ESPuses ESPstruct DeployInfo;
 
-    ESPmethod[description("Initial display"), help(""), resp_xsl_default("xslt/ui_engine.xslt")] 
-        Init(EmptyRequest, InitResponse);
-    ESPmethod[description("Compare or deploy components"), help(""), resp_xsl_default("xslt/ui_engine.xslt")] 
-        Deploy(DeployRequest, DeployResponse);
     ESPmethod[description("Handle an event from the navigation tree menu"), help("")] 
         NavMenuEvent(NavMenuEventRequest, NavMenuEventResponse);    
     ESPmethod[description("Dependency graph"), help(""), resp_xsl_default("xslt/graph_display.xsl")] 

+ 0 - 18
esp/services/WsDeploy/WsDeployService.cpp

@@ -5624,13 +5624,6 @@ bool CWsDeployFileInfo::deploy(IEspContext &context, IEspDeployRequest& req, IEs
   return true;
 }
 
-bool CWsDeployExCE::onInit(IEspContext &context, IEspEmptyRequest& req, IEspInitResponse& resp)
-{
-  resp.setComponent("WsDeploy");
-  resp.setCommand("Init");
-  return true;
-}
-
 //the following method must be called with ownership of m_mutex
 //
 void CWsDeployFileInfo::generateGraph(IEspContext &context, IConstWsDeployReqInfo *reqInfo)
@@ -6904,12 +6897,6 @@ bool CWsDeployExCE::onAddReqdComps(IEspContext &context, IEspAddReqdCompsRequest
   return fi->addReqdComps(context, req, resp);
 }
 
-bool CWsDeployEx::onDeploy(IEspContext &context, IEspDeployRequest& req, IEspDeployResponse& resp)
-{
-  CWsDeployFileInfo* fi = getFileInfo(req.getReqInfo().getFileName());
-  return fi->deploy(context, req, resp);
-}
-
 CWsDeployFileInfo* CWsDeployExCE::getFileInfo(const char* fileName, bool addIfNotFound, bool createFile)
 {
   synchronized block(m_mutexSrv);
@@ -7132,11 +7119,6 @@ bool CWsDeployExCE::onGraph(IEspContext &context, IEspEmptyRequest& req, IEspGra
   return supportedInEEOnly();
 }
 
-bool CWsDeployExCE::onDeploy(IEspContext &context, IEspDeployRequest& req, IEspDeployResponse& resp)
-{
-  return supportedInEEOnly();
-}
-
 bool CWsDeployExCE::onGetBuildSetInfo(IEspContext &context, IEspGetBuildSetInfoRequest &req, IEspGetBuildSetInfoResponse &resp)
 {
   return supportedInEEOnly();

+ 0 - 3
esp/services/WsDeploy/WsDeployService.hpp

@@ -901,8 +901,6 @@ public:
     virtual ~CWsDeployExCE();
     virtual void init(IPropertyTree *cfg, const char *process, const char *service);
 
-    virtual bool onInit(IEspContext &context, IEspEmptyRequest& req, IEspInitResponse& resp);
-    virtual bool onDeploy(IEspContext &context, IEspDeployRequest &req, IEspDeployResponse &resp);
     virtual bool onGraph(IEspContext &context, IEspEmptyRequest& req, IEspGraphResponse& resp);
     virtual bool onNavMenuEvent(IEspContext &context, IEspNavMenuEventRequest &req, 
                                                     IEspNavMenuEventResponse &resp);
@@ -977,7 +975,6 @@ public:
     IMPLEMENT_IINTERFACE;
 
     virtual ~CWsDeployEx(){}
-    virtual bool onDeploy(IEspContext &context, IEspDeployRequest &req, IEspDeployResponse &resp);
     virtual bool onGraph(IEspContext &context, IEspEmptyRequest& req, IEspGraphResponse& resp);
     virtual bool onNavMenuEvent(IEspContext &context, IEspNavMenuEventRequest &req, 
                                                     IEspNavMenuEventResponse &resp);

+ 1 - 2
esp/xslt/CMakeLists.txt

@@ -28,7 +28,6 @@ FOREACH( iFILES
     ${CMAKE_CURRENT_SOURCE_DIR}/navigation.xsl
     ${CMAKE_CURRENT_SOURCE_DIR}/soap_page.xsl
     ${CMAKE_CURRENT_SOURCE_DIR}/sso_create_session.xslt
-    ${CMAKE_CURRENT_SOURCE_DIR}/ui_engine.xslt
     ${CMAKE_CURRENT_SOURCE_DIR}/ui_overrides.xslt
     ${CMAKE_CURRENT_SOURCE_DIR}/yuitree.xsl
     ${CMAKE_CURRENT_SOURCE_DIR}/xmlformatter.xsl
@@ -51,4 +50,4 @@ FOREACH ( iFILES
     ${CMAKE_CURRENT_SOURCE_DIR}/wsecl_tree.xsl
 )
     Install ( FILES ${iFILES} DESTINATION componentfiles/files COMPONENT Runtime )
-ENDFOREACH ( iFILES )
+ENDFOREACH ( iFILES )

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 1585
esp/xslt/ui_engine.xslt