xlawrence    2005/08/03 14:59:31 CEST

  Modified files:
    core/src/webapp/jsp/jahia/htmleditors/fckeditor 
                                                    fckeditor_htmleditor.jsp 
    core/src/webapp/jsp/jahia/htmleditors/xinha 
                                                xinha_htmleditor.jsp 
  Log:
  Re-activate sitemaps and WEBDAV for editors...
  
  Revision  Changes    Path
  1.12      +3 -3      
jahia/core/src/webapp/jsp/jahia/htmleditors/fckeditor/fckeditor_htmleditor.jsp
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/jsp/jahia/htmleditors/fckeditor/fckeditor_htmleditor.jsp.diff?r1=1.11&r2=1.12&f=h
  1.12      +3 -3      
jahia/core/src/webapp/jsp/jahia/htmleditors/xinha/xinha_htmleditor.jsp
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/jsp/jahia/htmleditors/xinha/xinha_htmleditor.jsp.diff?r1=1.11&r2=1.12&f=h
  
  
  
  Index: fckeditor_htmleditor.jsp
  ===================================================================
  RCS file: 
/home/cvs/repository/jahia/core/src/webapp/jsp/jahia/htmleditors/fckeditor/fckeditor_htmleditor.jsp,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- fckeditor_htmleditor.jsp  2 Aug 2005 13:06:41 -0000       1.11
  +++ fckeditor_htmleditor.jsp  3 Aug 2005 12:59:30 -0000       1.12
  @@ -106,8 +106,8 @@
   String pageContent = "null";
   String files = "null";
   try {
  -   // pageContent = getSitemapToJs(jData, jahiaPath.toString(), theField, 
engineMap, 
  -   //         currentLanguageCode);
  +    pageContent = getSitemapToJs(jData, jahiaPath.toString(), theField, 
engineMap, 
  +           currentLanguageCode);
       if (pageContent != null && !pageContent.equals("")) {
           pageContent = pageContent.trim();
           if (!pageContent.startsWith("[")) {
  @@ -117,7 +117,7 @@
           pageContent = "null";
       }
       
  -    // files = getFilesToJs(jParams, currentLanguageCode);
  +    files = getFilesToJs(jParams, currentLanguageCode);
       if (files != null && !files.equals("")) {
           files = files.trim();
           if (!files.startsWith("[")) {
  
  
  
  Index: xinha_htmleditor.jsp
  ===================================================================
  RCS file: 
/home/cvs/repository/jahia/core/src/webapp/jsp/jahia/htmleditors/xinha/xinha_htmleditor.jsp,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- xinha_htmleditor.jsp      2 Aug 2005 13:06:41 -0000       1.11
  +++ xinha_htmleditor.jsp      3 Aug 2005 12:59:30 -0000       1.12
  @@ -128,8 +128,8 @@
   String pageContent = "null";
   String files = "null";
   try {
  -    // pageContent = getSitemapToJs(jData, jahiaPath.toString(), theField, 
engineMap, 
  -    //        currentLanguageCode);
  +    pageContent = getSitemapToJs(jData, jahiaPath.toString(), theField, 
engineMap, 
  +           currentLanguageCode);
       if (pageContent != null && !pageContent.equals("")) {
           pageContent = pageContent.trim();
           if (!pageContent.startsWith("["))
  @@ -138,7 +138,7 @@
           pageContent = "null";
       }
       
  -    // files = getFilesToJs(jParams, currentLanguageCode);
  +    files = getFilesToJs(jParams, currentLanguageCode);
       if (files != null && !files.equals("")) {
           files = files.trim();
           if (!files.startsWith("["))
  

Reply via email to