[MMBASE SCM] r35360 - CMSContainer/branches/b1_5/CMSContainer/cmsc/maintenance/src/webapp/editors/maintenance

2009-06-03 Thread rschellhorn
Author: rschellhorn
Date: 2009-05-22 10:19:34 +0200 (Fri, 22 May 2009)
New Revision: 35360

Added:
   
CMSContainer/branches/b1_5/CMSContainer/cmsc/maintenance/src/webapp/editors/maintenance/fix-creationrel.jsp
Log:
?\239?\187?\191CMSC-1406 Added a maintenance script that adds missing 
creationrels.

Added: 
CMSContainer/branches/b1_5/CMSContainer/cmsc/maintenance/src/webapp/editors/maintenance/fix-creationrel.jsp
===
--- 
CMSContainer/branches/b1_5/CMSContainer/cmsc/maintenance/src/webapp/editors/maintenance/fix-creationrel.jsp
 (rev 0)
+++ 
CMSContainer/branches/b1_5/CMSContainer/cmsc/maintenance/src/webapp/editors/maintenance/fix-creationrel.jsp
 2009-05-22 08:19:34 UTC (rev 35360)
@@ -0,0 +1,125 @@
+<%...@page language="java" contentType="text/html;charset=utf-8"%>
+<%...@include file="../globals.jsp" %>
+
+
+http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+
+<%--
+::: Find and fix contentelements that lack creationrel and/or contentrel :::
+For all contentelements without a deletionrel this script fix elements that 
lack cretionrel and/or contentrel.
+
+* Items without both creationrel and contentrel will be put in a special 
LostAndFound channel.
+ - This channel will be made (under the repo.) automatically if needed.
+* Items without creationrel will have its cretionrel set to the first listed 
contentrel.
+* Items without a contentrel will have its contentrel set to the creationrel. 
+--%>   
+   
+   Fix contentelements without creationrel and/or 
contentrel
+  
+  
+  
+  
+   
+   
+   
+  
+   
+   
+  
+   
+   
+  
+   
+   
+  Found: lost and found channel
+  
+   
+
+   
+   
+  
+  
+  
+  
+  
+  
+  
+  
+ 
+ 
+  
+  
+  
+ 
+ 
+  
+  
+  
+ 
+ 
+  
+  
+  
+  <%-- Not intersted in deleted contentelement --%>
+  
+ 
+ <%-- checks for missing creationrel and missing contentrel, then we 
but them in LostAndFound --%>
+ 
+<%-- Checks if we have a lostandfoundchannel, if not then we make 
it --%>
+
+   No lost and found channel, creating
+   
+  Lost & found
+   
+   
+   
+   
+  repository.lostAndFound
+  
+   
+
+
+Item with title: ${nodeTitle} - Did not have a creationrel, nor a 
contentrel and is moved to LostAndFound
+
+
+
+ 
+ 
+ <%-- checks for missing creationrel but found a contentrel --%>
+ 
+Item with title: ${nodeTitle}  - Did not have a creationrel. 
Creationrel is now set to its contentrel
+
+ 
+ 
+ 
+ <%-- checks for missing creationrel but found a contentrel --%>
+ 
+Item with title: ${nodeTitle} - Did not have a contentrel. 
Contentrel is now set to its creationrel
+
+
+ 
+  
+  <%-- end if !hasDeletionrel --%>
+  
+  
+   
+
+
+Done
+  
+  
+ Find and fix contentelements that lack creationrel and/or 
contentrel
+ For all contentelements without a deletionrel this script fix 
elements that lack cretionrel and/or contentrel.
+
+
+   Items without both creationrel and contentrel will be put in a 
special LostAndFound channel.
+   - This channel will be made (under the repo.) automatically if 
needed.
+   Items without creationrel will have its cretionrel set to the 
first listed contentrel.
+   Items without a contentrel will have its contentrel set to the 
creationrel.
+
+start
+  
+   
+   
+
+
\ No newline at end of file

___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE SCM] r35359 - in CMSContainer: branches/b1_5/CMSContainer/cmsc/maintenance/resources branches/b1_5/CMSContainer/cmsc/maintenance/src/webapp/editors/maintenance branches/b1_6/CMSContainer/cmsc/

2009-06-03 Thread rschellhorn
Author: rschellhorn
Date: 2009-05-22 10:18:47 +0200 (Fri, 22 May 2009)
New Revision: 35359

Added:
   
CMSContainer/branches/b1_6/CMSContainer/cmsc/maintenance/src/webapp/editors/maintenance/fix-creationrel.jsp
   
CMSContainer/trunk/CMSContainer/cmsc/maintenance/src/webapp/editors/maintenance/fix-creationrel.jsp
Modified:
   
CMSContainer/branches/b1_5/CMSContainer/cmsc/maintenance/resources/cmsc-maintenance.properties
   
CMSContainer/branches/b1_5/CMSContainer/cmsc/maintenance/resources/cmsc-maintenance_nl.properties
   
CMSContainer/branches/b1_5/CMSContainer/cmsc/maintenance/resources/cmsc-maintenance_zh.properties
   
CMSContainer/branches/b1_5/CMSContainer/cmsc/maintenance/src/webapp/editors/maintenance/menu.jsp
   
CMSContainer/branches/b1_6/CMSContainer/cmsc/maintenance/resources/cmsc-maintenance.properties
   
CMSContainer/branches/b1_6/CMSContainer/cmsc/maintenance/resources/cmsc-maintenance_nl.properties
   
CMSContainer/branches/b1_6/CMSContainer/cmsc/maintenance/resources/cmsc-maintenance_zh.properties
   
CMSContainer/branches/b1_6/CMSContainer/cmsc/maintenance/src/webapp/editors/maintenance/menu.jsp
   
CMSContainer/trunk/CMSContainer/cmsc/maintenance/resources/cmsc-maintenance.properties
   
CMSContainer/trunk/CMSContainer/cmsc/maintenance/resources/cmsc-maintenance_nl.properties
   
CMSContainer/trunk/CMSContainer/cmsc/maintenance/resources/cmsc-maintenance_zh.properties
   
CMSContainer/trunk/CMSContainer/cmsc/maintenance/src/webapp/editors/maintenance/menu.jsp
Log:
?\239?\187?\191CMSC-1406 Added a maintenance script that adds missing 
creationrels.

Modified: 
CMSContainer/branches/b1_5/CMSContainer/cmsc/maintenance/resources/cmsc-maintenance.properties
===
--- 
CMSContainer/branches/b1_5/CMSContainer/cmsc/maintenance/resources/cmsc-maintenance.properties
  2009-05-22 03:00:49 UTC (rev 35358)
+++ 
CMSContainer/branches/b1_5/CMSContainer/cmsc/maintenance/resources/cmsc-maintenance.properties
  2009-05-22 08:18:47 UTC (rev 35359)
@@ -13,6 +13,7 @@
 maintenance.icaches.zerosize=ICaches with zero sizes
 maintenance.icaches.emptyicachesfound=Number of empty ICaches found:
 maintenance.icaches.duplicates=Duplicates icaches 
+maintenance.creationrels.create=Create missing creationrels
 
 threads.title=Thread dump
 threads.active=Active

Modified: 
CMSContainer/branches/b1_5/CMSContainer/cmsc/maintenance/resources/cmsc-maintenance_nl.properties
===
--- 
CMSContainer/branches/b1_5/CMSContainer/cmsc/maintenance/resources/cmsc-maintenance_nl.properties
   2009-05-22 03:00:49 UTC (rev 35358)
+++ 
CMSContainer/branches/b1_5/CMSContainer/cmsc/maintenance/resources/cmsc-maintenance_nl.properties
   2009-05-22 08:18:47 UTC (rev 35359)
@@ -13,6 +13,7 @@
 maintenance.icaches.zerosize=ICaches met zonder grootte
 maintenance.icaches.emptyicachesfound=Aantal lege ICaches gevonden:
 maintenance.icaches.duplicates=Duplicaten van icaches 
+maintenance.creationrels.create=Maak ontbrekende creatie relaties aan
 
 threads.title=Thread dump
 threads.active=Actief

Modified: 
CMSContainer/branches/b1_5/CMSContainer/cmsc/maintenance/resources/cmsc-maintenance_zh.properties
===
--- 
CMSContainer/branches/b1_5/CMSContainer/cmsc/maintenance/resources/cmsc-maintenance_zh.properties
   2009-05-22 03:00:49 UTC (rev 35358)
+++ 
CMSContainer/branches/b1_5/CMSContainer/cmsc/maintenance/resources/cmsc-maintenance_zh.properties
   2009-05-22 08:18:47 UTC (rev 35359)
@@ -13,6 +13,7 @@
 maintenance.icaches.zerosize=ICaches with zero sizes
 maintenance.icaches.emptyicachesfound=Number of empty ICaches found:
 maintenance.icaches.duplicates=Duplicates icaches 
+maintenance.creationrels.create=Create missing creationrels
 
 threads.title=Thread dump
 threads.active=档案

Modified: 
CMSContainer/branches/b1_5/CMSContainer/cmsc/maintenance/src/webapp/editors/maintenance/menu.jsp
===
--- 
CMSContainer/branches/b1_5/CMSContainer/cmsc/maintenance/src/webapp/editors/maintenance/menu.jsp
2009-05-22 03:00:49 UTC (rev 35358)
+++ 
CMSContainer/branches/b1_5/CMSContainer/cmsc/maintenance/src/webapp/editors/maintenance/menu.jsp
2009-05-22 08:18:47 UTC (rev 35359)
@@ -37,6 +37,10 @@


 
+
+   
+   
+
 

 

Modified: 
CMSContainer/branches/b1_6/CMSContainer/cmsc/maintenance/resources/cmsc-maintenance.properties
===
--- 
CMSContainer/branches/b1_6/CMSContainer/cmsc/maintenance/resources/cmsc-maintenance.properties
  2009-05-22 03:00:49 UTC (rev 35358)
+++ 
CMSContainer/branches/b1_6/CMSContainer/cmsc/maintenance/resources/cmsc-maintenance.properties
  2009-05-22 08:18:47 UTC (rev 35359)
@@ -13,6 +13,7

[MMBASE CVS] contributions/CMSContainer/cmsc/contentrepository/src/java/com/finalist/cmsc/repository RepositoryUtil.java

2009-04-10 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/java/com/finalist/cmsc/repository
In directory 
james.mmbase.org:/tmp/cvs-serv15769/cmsc/contentrepository/src/java/com/finalist/cmsc/repository

Modified Files:
RepositoryUtil.java 
Log Message:
CMSC-1377 The position of new content in a channel should be the current 
maximum position + 1


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/contentrepository/src/java/com/finalist/cmsc/repository
See also: http://www.mmbase.org/jira/browse/CMSC-1377


Index: RepositoryUtil.java
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/java/com/finalist/cmsc/repository/RepositoryUtil.java,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -b -r1.46 -r1.47
--- RepositoryUtil.java 7 Apr 2009 08:53:55 -   1.46
+++ RepositoryUtil.java 10 Apr 2009 11:20:58 -  1.47
@@ -675,14 +675,7 @@
 }
  }
 
- NodeManager nm = cloud.getNodeManager(CONTENTELEMENT);
- RelationManager rm = cloud.getRelationManager(CONTENTREL);
-
- int childCount = channelNode.countRelatedNodes(nm, CONTENTREL, 
DESTINATION);
-
- Relation relation = channelNode.createRelation(content, rm);
- relation.setIntValue(TreeUtil.RELATION_POS_FIELD, childCount + 1);
- relation.commit();
+   RelationUtil.createCountedRelation(channelNode, content, 
CONTENTREL, TreeUtil.RELATION_POS_FIELD);
 
  if (isOrphan) {
 addCreationChannel(content, channelNode);
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer/cmsc/contentrepository/src/java/com/finalist/cmsc/repository RepositoryUtil.java

2009-04-10 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/java/com/finalist/cmsc/repository
In directory 
james.mmbase.org:/tmp/cvs-serv15751/cmsc/contentrepository/src/java/com/finalist/cmsc/repository

Modified Files:
  Tag: b1_6
RepositoryUtil.java 
Log Message:
CMSC-1377 The position of new content in a channel should be the current 
maximum position + 1


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/contentrepository/src/java/com/finalist/cmsc/repository
See also: http://www.mmbase.org/jira/browse/CMSC-1377


Index: RepositoryUtil.java
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/java/com/finalist/cmsc/repository/RepositoryUtil.java,v
retrieving revision 1.36.2.7
retrieving revision 1.36.2.8
diff -u -b -r1.36.2.7 -r1.36.2.8
--- RepositoryUtil.java 7 Apr 2009 08:39:08 -   1.36.2.7
+++ RepositoryUtil.java 10 Apr 2009 11:20:53 -  1.36.2.8
@@ -675,14 +675,7 @@
 }
  }
 
- NodeManager nm = cloud.getNodeManager(CONTENTELEMENT);
- RelationManager rm = cloud.getRelationManager(CONTENTREL);
-
- int childCount = channelNode.countRelatedNodes(nm, CONTENTREL, 
DESTINATION);
-
- Relation relation = channelNode.createRelation(content, rm);
- relation.setIntValue(TreeUtil.RELATION_POS_FIELD, childCount + 1);
- relation.commit();
+   RelationUtil.createCountedRelation(channelNode, content, 
CONTENTREL, TreeUtil.RELATION_POS_FIELD);
 
  if (isOrphan) {
 addCreationChannel(content, channelNode);
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer/cmsc/contentrepository/src/java/com/finalist/cmsc/repository RepositoryUtil.java

2009-04-10 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/java/com/finalist/cmsc/repository
In directory 
james.mmbase.org:/tmp/cvs-serv15733/cmsc/contentrepository/src/java/com/finalist/cmsc/repository

Modified Files:
  Tag: b1_5
RepositoryUtil.java 
Log Message:
CMSC-1377 The position of new content in a channel should be the current 
maximum position + 1


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/contentrepository/src/java/com/finalist/cmsc/repository
See also: http://www.mmbase.org/jira/browse/CMSC-1377


Index: RepositoryUtil.java
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/java/com/finalist/cmsc/repository/RepositoryUtil.java,v
retrieving revision 1.21.2.5
retrieving revision 1.21.2.6
diff -u -b -r1.21.2.5 -r1.21.2.6
--- RepositoryUtil.java 7 Apr 2009 08:43:01 -   1.21.2.5
+++ RepositoryUtil.java 10 Apr 2009 11:20:47 -  1.21.2.6
@@ -523,14 +523,7 @@
   }
}
 
-   NodeManager nm = cloud.getNodeManager(CONTENTELEMENT);
-   RelationManager rm = cloud.getRelationManager(CONTENTREL);
-
-   int childCount = channelNode.countRelatedNodes(nm, CONTENTREL, 
DESTINATION);
-
-   Relation relation = channelNode.createRelation(content, rm);
-   relation.setIntValue(TreeUtil.RELATION_POS_FIELD, childCount + 1);
-   relation.commit();
+   RelationUtil.createCountedRelation(channelNode, content, 
CONTENTREL, TreeUtil.RELATION_POS_FIELD);
 
if(isOrphan) {
   addCreationChannel(content, channelNode);
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer/cmsc/utilities/src/webapp/editors/utils/ajaxtree ajaxtree.js

2009-04-08 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer/cmsc/utilities/src/webapp/editors/utils/ajaxtree
In directory 
james.mmbase.org:/tmp/cvs-serv22432/cmsc/utilities/src/webapp/editors/utils/ajaxtree

Modified Files:
ajaxtree.js 
Log Message:
CMSC-1340 Handle an Ajax request from the site tree and repository if the user 
is no longer authorized. Redirect him/her to the login page instead of showing 
a nonsense popup.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/utilities/src/webapp/editors/utils/ajaxtree
See also: http://www.mmbase.org/jira/browse/CMSC-1340


Index: ajaxtree.js
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/utilities/src/webapp/editors/utils/ajaxtree/ajaxtree.js,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- ajaxtree.js 17 Oct 2008 11:37:21 -  1.10
+++ ajaxtree.js 8 Apr 2009 15:05:28 -   1.11
@@ -307,7 +307,11 @@
 }
 
 AjaxTreeAction.prototype.errorRequest = function(request) {
+   if (request.status == 401 /* unauthorized */) {
+  window.location = '../login.jsp?reason=failed';
+   } else {
alert(request.responseText);
+   }
 }
 
 AjaxTreeAction.prototype.createTree = function(treeXml) {
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer/cmsc/utilities/src/java/com/finalist/cmsc/struts TreeAction.java MMBaseAction.java

2009-04-08 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer/cmsc/utilities/src/java/com/finalist/cmsc/struts
In directory 
james.mmbase.org:/tmp/cvs-serv22432/cmsc/utilities/src/java/com/finalist/cmsc/struts

Modified Files:
TreeAction.java MMBaseAction.java 
Log Message:
CMSC-1340 Handle an Ajax request from the site tree and repository if the user 
is no longer authorized. Redirect him/her to the login page instead of showing 
a nonsense popup.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/utilities/src/java/com/finalist/cmsc/struts
See also: http://www.mmbase.org/jira/browse/CMSC-1340


Index: TreeAction.java
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/utilities/src/java/com/finalist/cmsc/struts/TreeAction.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- TreeAction.java 25 Feb 2009 13:43:18 -  1.8
+++ TreeAction.java 8 Apr 2009 15:05:28 -   1.9
@@ -9,6 +9,7 @@
  */
 package com.finalist.cmsc.struts;
 
+import java.io.IOException;
 import java.io.PrintWriter;
 import java.util.List;
 
@@ -20,6 +21,8 @@
 import org.apache.struts.action.*;
 import org.mmbase.bridge.Cloud;
 import org.mmbase.bridge.Node;
+import org.mmbase.util.logging.Logger;
+import org.mmbase.util.logging.Logging;
 
 import com.finalist.cmsc.mmbase.TreeUtil;
 import com.finalist.cmsc.util.HttpUtil;
@@ -28,6 +31,9 @@
 
 public abstract class TreeAction extends MMBaseAction {
 
+   /** MMbase logging system */
+   private static final Logger log = 
Logging.getLoggerInstance(TreeAction.class);
+
@Override
public ActionForward execute(ActionMapping mapping, ActionForm form, 
HttpServletRequest request,
  HttpServletResponse response, Cloud cloud) throws Exception {
@@ -98,6 +104,19 @@
   return ret;
}
 
+   @Override
+   protected ActionForward redirectLogin(HttpServletRequest req, 
HttpServletResponse resp) {
+  try {
+ resp.sendError(HttpServletResponse.SC_UNAUTHORIZED);
+  
+ return null;
+  } catch (IOException e) {
+ log.error("Failed to handle redirecting to the login page", e);
+  }
+  
+  return super.redirectLogin(req, resp);
+   }
+
 
protected String getChannelId(HttpServletRequest request, Cloud cloud) {
   return request.getParameter("channel");


Index: MMBaseAction.java
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/utilities/src/java/com/finalist/cmsc/struts/MMBaseAction.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- MMBaseAction.java   10 Sep 2008 12:45:42 -  1.11
+++ MMBaseAction.java   8 Apr 2009 15:05:28 -   1.12
@@ -52,7 +52,7 @@
   }
}
else {
-  return redirectLogin(request);
+  return redirectLogin(request, response);
}
 }
  }
@@ -64,7 +64,7 @@
  Rank requiredRank = getRequiredRank();
  if (requiredRank != null) {
 if (requiredRank.getInt() > cloud.getUser().getRank().getInt()) {
-   return redirectLogin(request);
+   return redirectLogin(request, response);
 }
  }
   }
@@ -109,7 +109,15 @@
}
 
 
+   /**
+* @deprecated Use {...@link #redirectLogin(HttpServletRequest, 
HttpServletResponse)} instead.
+*/
protected ActionForward redirectLogin(HttpServletRequest req) {
+  return redirectLogin(req, null);
+   }
+   
+   
+   protected ActionForward redirectLogin(HttpServletRequest req, 
HttpServletResponse resp) {
   // could not create a cloud on the session
   String loginForward = "/editors/login.jsp";
   String referrer = req.getRequestURL().toString()
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/site portaledit.css portletediting.js.jsp

2009-04-08 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/site
In directory 
james.mmbase.org:/tmp/cvs-serv11383/cmsc/sitemanagement/src/webapp/editors/site

Modified Files:
  Tag: b1_6
portaledit.css portletediting.js.jsp 
Log Message:
CMSC-1322 Removed any customer style from the portal edit iframe (edit defaults)


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/site
See also: http://www.mmbase.org/jira/browse/CMSC-1322


Index: portaledit.css
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/site/portaledit.css,v
retrieving revision 1.11
retrieving revision 1.11.2.1
diff -u -b -r1.11 -r1.11.2.1
--- portaledit.css  9 Feb 2009 15:04:49 -   1.11
+++ portaledit.css  8 Apr 2009 08:22:23 -   1.11.2.1
@@ -1,3 +1,21 @@
+...@media screen {
+
+   /***
+* Edit defaults window
+
***/
+
+body.portletedit { color: #000; font: 0.75em/1.5em Arial, Helvetica, 
sans-serif; margin: 0; padding: 0; text-align: center; }
+body.portletedit .clear { clear: both; }
+body.portletedit .hidden { display: none; }
+body.portletedit a { color: #777; text-decoration: none; }
+body.portletedit a:hover { text-decoration: underline; }
+body.portletedit a img { border: 0; }
+body.portletedit .list .content { display: block; float: left; width: 
415px; }
+body.portletedit .list li { list-style: none; }
+}
+
+/* Specific Portal Editing section */
+
 .portalcontrols {
position:fixed;
top: 2px;


Index: portletediting.js.jsp
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/site/portletediting.js.jsp,v
retrieving revision 1.10
retrieving revision 1.10.2.1
diff -u -b -r1.10 -r1.10.2.1
--- portletediting.js.jsp   27 Sep 2008 05:52:50 -  1.10
+++ portletediting.js.jsp   8 Apr 2009 08:22:23 -   1.10.2.1
@@ -121,13 +121,14 @@
 function writeDocument(doc, div, parentdocument) {
var javascriptWindow = "";
var cssPortaledit = "";
-html = "\n";
+   html = html = "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\";>\n";
+   html += "http://www.w3.org/1999/xhtml\";>\n";
 html += "\n";
 html += "\n";
html += ""
html += "";
 html += "\n";
-html += "\n";
+   html += '\n';
 html +=   div.innerHTML;
 html += "\n";
 html += "";
@@ -135,24 +136,6 @@
doc.open();
doc.write(html);
doc.close();
-   
-   for(count = 0; count < parentdocument.styleSheets.length; count++) {
-  ss = parentdocument.styleSheets[count];
-  createStylesheet( doc, ss.href);
-   }
-}
-
-function createStylesheet(doc, location) {
-   var head = getHeadElement(doc);
-   var stylesheet = doc.createElement("link");
-   stylesheet.setAttribute("href", location);
-   stylesheet.setAttribute("type", "text/css");
-   stylesheet.setAttribute("rel", "stylesheet");
-   head.appendChild(stylesheet);
-}
-
-function getHeadElement(doc) {
-   return doc.getElementsByTagName("head")[0];
 }
 
 function showInfo(id) {
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/site portaledit.css portletediting.js.jsp

2009-04-08 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/site
In directory 
james.mmbase.org:/tmp/cvs-serv11021/cmsc/sitemanagement/src/webapp/editors/site

Modified Files:
portaledit.css portletediting.js.jsp 
Log Message:
CMSC-1322 Removed any customer style from the portal edit iframe (edit defaults)


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/site
See also: http://www.mmbase.org/jira/browse/CMSC-1322


Index: portaledit.css
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/site/portaledit.css,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- portaledit.css  9 Feb 2009 15:04:49 -   1.11
+++ portaledit.css  8 Apr 2009 08:10:11 -   1.12
@@ -1,3 +1,21 @@
+...@media screen {
+
+   /***
+* Edit defaults window
+
***/
+
+body.portletedit { color: #000; font: 0.75em/1.5em Arial, Helvetica, 
sans-serif; margin: 0; padding: 0; text-align: center; }
+body.portletedit .clear { clear: both; }
+body.portletedit .hidden { display: none; }
+body.portletedit a { color: #777; text-decoration: none; }
+body.portletedit a:hover { text-decoration: underline; }
+body.portletedit a img { border: 0; }
+body.portletedit .list .content { display: block; float: left; width: 
415px; }
+body.portletedit .list li { list-style: none; }
+}
+
+/* Specific Portal Editing section */
+
 .portalcontrols {
position:fixed;
top: 2px;
@@ -52,7 +70,7 @@
 {
position: relative;
height: 300px;
-   width: 350px;
+   width: 360px;
z-index: 4000;
border: 1px solid black;
background-color: white;


Index: portletediting.js.jsp
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/site/portletediting.js.jsp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- portletediting.js.jsp   27 Sep 2008 05:52:50 -  1.10
+++ portletediting.js.jsp   8 Apr 2009 08:10:11 -   1.11
@@ -121,13 +121,14 @@
 function writeDocument(doc, div, parentdocument) {
var javascriptWindow = "";
var cssPortaledit = "";
-html = "\n";
+   html = html = "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\";>\n";
+   html += "http://www.w3.org/1999/xhtml\";>\n";
 html += "\n";
-html += "\n";
-   html += ""
-   html += "";
+   html += " \n";
+   html += " "
+   html += " ";
 html += "\n";
-html += "\n";
+   html += '\n';
 html +=   div.innerHTML;
 html += "\n";
 html += "";
@@ -135,24 +136,6 @@
doc.open();
doc.write(html);
doc.close();
-   
-   for(count = 0; count < parentdocument.styleSheets.length; count++) {
-  ss = parentdocument.styleSheets[count];
-  createStylesheet( doc, ss.href);
-   }
-}
-
-function createStylesheet(doc, location) {
-   var head = getHeadElement(doc);
-   var stylesheet = doc.createElement("link");
-   stylesheet.setAttribute("href", location);
-   stylesheet.setAttribute("type", "text/css");
-   stylesheet.setAttribute("rel", "stylesheet");
-   head.appendChild(stylesheet);
-}
-
-function getHeadElement(doc) {
-   return doc.getElementsByTagName("head")[0];
 }
 
 function showInfo(id) {
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer/cmsc/sitemanagement/src/java/com/finalist/cmsc/services/sitemanagement/tree PageTree.java

2009-04-07 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/java/com/finalist/cmsc/services/sitemanagement/tree
In directory 
james.mmbase.org:/tmp/cvs-serv6489/cmsc/sitemanagement/src/java/com/finalist/cmsc/services/sitemanagement/tree

Modified Files:
  Tag: v1_2
PageTree.java 
Log Message:
CMSC-639 Backported some logic to prevent a NPE when trying to remove a page 
with a non-existing urlfragment


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/sitemanagement/src/java/com/finalist/cmsc/services/sitemanagement/tree
See also: http://www.mmbase.org/jira/browse/CMSC-639


Index: PageTree.java
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/java/com/finalist/cmsc/services/sitemanagement/tree/PageTree.java,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -b -r1.1 -r1.1.2.1
--- PageTree.java   5 Sep 2006 11:46:43 -   1.1
+++ PageTree.java   7 Apr 2009 11:57:00 -   1.1.2.1
@@ -43,12 +43,15 @@
 rwl.writeLock().lock();
 try {
 PageTreeNode parentNode = getPath(path);
+if(parentNode != null) {
 PageTreeNode oldNode = parentNode.getChildById(destinationNumber);
 if (oldNode != null) {
 remove(oldNode);
 }
 return oldNode;
 }
+return null;
+}
 finally {
 rwl.writeLock().unlock();
 }
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer/cmsc/servicemanagement/src/java/com/finalist/cmsc/services/publish DummyPublishService.java Publish.java PublishService.java

2009-04-01 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer/cmsc/servicemanagement/src/java/com/finalist/cmsc/services/publish
In directory 
james.mmbase.org:/tmp/cvs-serv8989/cmsc/servicemanagement/src/java/com/finalist/cmsc/services/publish

Modified Files:
  Tag: b1_4
DummyPublishService.java Publish.java PublishService.java 
Log Message:
CMSC-1356 Shadow MMBase remote publishing API


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/servicemanagement/src/java/com/finalist/cmsc/services/publish
See also: http://www.mmbase.org/jira/browse/CMSC-1356


Index: DummyPublishService.java
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/servicemanagement/src/java/com/finalist/cmsc/services/publish/DummyPublishService.java,v
retrieving revision 1.5.2.3
retrieving revision 1.5.2.4
diff -u -b -r1.5.2.3 -r1.5.2.4
--- DummyPublishService.java4 Mar 2009 16:49:27 -   1.5.2.3
+++ DummyPublishService.java1 Apr 2009 10:11:32 -   1.5.2.4
@@ -9,6 +9,7 @@
  */
 package com.finalist.cmsc.services.publish;
 
+import org.mmbase.bridge.Cloud;
 import org.mmbase.bridge.Node;
 import org.mmbase.bridge.NodeList;
 
@@ -72,4 +73,10 @@
 return null;
 }
 
+
+   @Override
+   public Cloud getRemoteCloud(Cloud cloud) {
+  // TODO Auto-generated method stub
+  return null;
+   }
 }


Index: Publish.java
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/servicemanagement/src/java/com/finalist/cmsc/services/publish/Publish.java,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -u -b -r1.4.2.2 -r1.4.2.3
--- Publish.java25 Feb 2008 13:23:54 -  1.4.2.2
+++ Publish.java1 Apr 2009 10:11:32 -   1.4.2.3
@@ -9,6 +9,7 @@
  */
 package com.finalist.cmsc.services.publish;
 
+import org.mmbase.bridge.Cloud;
 import org.mmbase.bridge.Node;
 import org.mmbase.bridge.NodeList;
 
@@ -65,4 +66,8 @@
return cService.getRemoteUrl(appPath);
}
 
+   public static Cloud getRemoteCloud(Cloud cloud) {
+  return cService.getRemoteCloud(cloud);
+   }
+
 }


Index: PublishService.java
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/servicemanagement/src/java/com/finalist/cmsc/services/publish/PublishService.java,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -u -b -r1.4.2.2 -r1.4.2.3
--- PublishService.java 25 Feb 2008 13:23:54 -  1.4.2.2
+++ PublishService.java 1 Apr 2009 10:11:32 -   1.4.2.3
@@ -9,6 +9,7 @@
  */
 package com.finalist.cmsc.services.publish;
 
+import org.mmbase.bridge.Cloud;
 import org.mmbase.bridge.Node;
 import org.mmbase.bridge.NodeList;
 
@@ -45,4 +46,6 @@
 
public abstract String getRemoteUrl(String appPath);
 
+
+   public abstract Cloud getRemoteCloud(Cloud cloud);
 }
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Modules/publish-remote/src/java/com/finalist/cmsc/publish Publisher.java

2009-04-01 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Modules/publish-remote/src/java/com/finalist/cmsc/publish
In directory 
james.mmbase.org:/tmp/cvs-serv8960/publish-remote/src/java/com/finalist/cmsc/publish

Modified Files:
  Tag: b1_4
Publisher.java 
Log Message:
CMSC-1356 Shadow MMBase remote publishing API


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/publish-remote/src/java/com/finalist/cmsc/publish
See also: http://www.mmbase.org/jira/browse/CMSC-1356


Index: Publisher.java
===
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/publish-remote/src/java/com/finalist/cmsc/publish/Publisher.java,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -u -b -r1.6.2.1 -r1.6.2.2
--- Publisher.java  25 Feb 2008 12:39:12 -  1.6.2.1
+++ Publisher.java  1 Apr 2009 10:11:27 -   1.6.2.2
@@ -96,20 +96,35 @@
 }
 
 public int getRemoteNumber(Node node) {
+if (PublishManager.isPublished(node)) {
 Map numbers = 
PublishManager.getPublishedNodeNumbers(node);
 Iterator iter = numbers.values().iterator();
 if (iter.hasNext()) {
 return iter.next();
 }
+}
+else {
+   Node remoteNode = getRemoteNode(node);
+   if (remoteNode != null) {
+  return remoteNode.getNumber();
+   }
+}
 return -1;
 }
 
 public Node getRemoteNode(Node node) {
-Map numbers = PublishManager.getPublishedNodes(node);
+   if (PublishManager.isPublished(node)) {
+  Map numbers = PublishManager.getPublishedNodes(node);
 Iterator iter = numbers.values().iterator();
 if (iter.hasNext()) {
 return iter.next();
 }
+   }
+   else {
+  if (PublishManager.isImported(node)) {
+ return PublishManager.getSourceNode(node);
+  }
+   }
 return null;
 }
 
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Modules/publish-remote/src/java/com/finalist/cmsc/services/publish PublishServiceMMBaseImpl.java

2009-04-01 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Modules/publish-remote/src/java/com/finalist/cmsc/services/publish
In directory 
james.mmbase.org:/tmp/cvs-serv8960/publish-remote/src/java/com/finalist/cmsc/services/publish

Modified Files:
  Tag: b1_4
PublishServiceMMBaseImpl.java 
Log Message:
CMSC-1356 Shadow MMBase remote publishing API


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/publish-remote/src/java/com/finalist/cmsc/services/publish
See also: http://www.mmbase.org/jira/browse/CMSC-1356


Index: PublishServiceMMBaseImpl.java
===
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/publish-remote/src/java/com/finalist/cmsc/services/publish/PublishServiceMMBaseImpl.java,v
retrieving revision 1.10.2.4
retrieving revision 1.10.2.5
diff -u -b -r1.10.2.4 -r1.10.2.5
--- PublishServiceMMBaseImpl.java   28 Feb 2008 10:36:14 -  1.10.2.4
+++ PublishServiceMMBaseImpl.java   1 Apr 2009 10:11:26 -   1.10.2.5
@@ -12,6 +12,7 @@
 import org.mmbase.bridge.Cloud;
 import org.mmbase.bridge.Node;
 import org.mmbase.bridge.NodeList;
+import org.mmbase.remotepublishing.CloudManager;
 import org.mmbase.remotepublishing.PublishListener;
 import org.mmbase.remotepublishing.PublishManager;
 import org.mmbase.remotepublishing.builders.PublishingQueueBuilder;
@@ -176,4 +177,9 @@
 String livePath = PropertiesUtil.getProperty(SYSTEM_LIVEPATH);
 return livePath + appPath;
 }
+   
+   @Override
+   public Cloud getRemoteCloud(Cloud cloud) {
+  return CloudManager.getCloudByAlias(cloud, "cloud.remote");
+   }
 }
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Modules/alias/src/webapp/editors/config/pagealias edit_pagealias.xml

2009-03-23 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Modules/alias/src/webapp/editors/config/pagealias
In directory 
james.mmbase.org:/tmp/cvs-serv27817/alias/src/webapp/editors/config/pagealias

Modified Files:
edit_pagealias.xml 
Log Message:
CMSC-1339 Removed the dtmaxlength constraint from the wizard for the fields 
'title' and 'urlfragment'. This way they are inherited from the builder.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/alias/src/webapp/editors/config/pagealias
See also: http://www.mmbase.org/jira/browse/CMSC-1339


Index: edit_pagealias.xml
===
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/alias/src/webapp/editors/config/pagealias/edit_pagealias.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- edit_pagealias.xml  16 Feb 2009 17:57:43 -  1.5
+++ edit_pagealias.xml  23 Mar 2009 13:02:37 -  1.6
@@ -5,12 +5,12 @@
Alias
别名
 
-   
+   
   Title
   Titel
   标题

-   
   URL-fragment
   URL-fragment
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Modules/language-redirect/src/webapp/editors/config/page edit_page.xml

2009-03-23 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Modules/language-redirect/src/webapp/editors/config/page
In directory 
james.mmbase.org:/tmp/cvs-serv27817/language-redirect/src/webapp/editors/config/page

Modified Files:
edit_page.xml 
Log Message:
CMSC-1339 Removed the dtmaxlength constraint from the wizard for the fields 
'title' and 'urlfragment'. This way they are inherited from the builder.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/language-redirect/src/webapp/editors/config/page
See also: http://www.mmbase.org/jira/browse/CMSC-1339


Index: edit_page.xml
===
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/language-redirect/src/webapp/editors/config/page/edit_page.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- edit_page.xml   16 Feb 2009 17:09:50 -  1.5
+++ edit_page.xml   23 Mar 2009 13:02:37 -  1.6
@@ -5,12 +5,12 @@
Page
页面
 
-   
+   
   Title
   Titel
   标题

-   
   Urlfragment
   Urlfragment
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/personalpage edit_personalpage.xml

2009-03-23 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/personalpage
In directory 
james.mmbase.org:/tmp/cvs-serv27817/subsite/src/webapp/editors/config/personalpage

Modified Files:
edit_personalpage.xml 
Log Message:
CMSC-1339 Removed the dtmaxlength constraint from the wizard for the fields 
'title' and 'urlfragment'. This way they are inherited from the builder.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/personalpage
See also: http://www.mmbase.org/jira/browse/CMSC-1339


Index: edit_personalpage.xml
===
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/personalpage/edit_personalpage.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- edit_personalpage.xml   16 Feb 2009 17:09:50 -  1.4
+++ edit_personalpage.xml   23 Mar 2009 13:02:37 -  1.5
@@ -5,12 +5,12 @@
 Personal Page
 个人主页
 
-   
+   
   Title
   Titel
   标题

-   
   URL-fragment
   URL-fragment
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/subsite edit_subsite.xml

2009-03-23 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/subsite
In directory 
james.mmbase.org:/tmp/cvs-serv27817/subsite/src/webapp/editors/config/subsite

Modified Files:
edit_subsite.xml 
Log Message:
CMSC-1339 Removed the dtmaxlength constraint from the wizard for the fields 
'title' and 'urlfragment'. This way they are inherited from the builder.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/subsite
See also: http://www.mmbase.org/jira/browse/CMSC-1339


Index: edit_subsite.xml
===
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/subsite/edit_subsite.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- edit_subsite.xml16 Feb 2009 17:09:50 -  1.3
+++ edit_subsite.xml23 Mar 2009 13:02:37 -  1.4
@@ -5,12 +5,12 @@
Sub Site
子站点
 
-   
+   
   Title
   Titel
   标题

-   
   URL-fragment
   URL-fragment
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/config/page edit_page.xml

2009-03-23 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/config/page
In directory 
james.mmbase.org:/tmp/cvs-serv27772/cmsc/sitemanagement/src/webapp/editors/config/page

Modified Files:
  Tag: b1_5
edit_page.xml 
Log Message:
CMSC-1339 Removed the dtmaxlength constraint from the wizard for the fields 
'title' and 'urlfragment'. This way they are inherited from the builder.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/config/page
See also: http://www.mmbase.org/jira/browse/CMSC-1339


Index: edit_page.xml
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/config/page/edit_page.xml,v
retrieving revision 1.5.4.3
retrieving revision 1.5.4.4
diff -u -b -r1.5.4.3 -r1.5.4.4
--- edit_page.xml   16 Feb 2009 17:08:45 -  1.5.4.3
+++ edit_page.xml   23 Mar 2009 13:02:21 -  1.5.4.4
@@ -5,12 +5,12 @@
Page
页面
 
-   
+   
Title
Titel
标题

-   
URL-fragment
URL-fragment
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Modules/rssfeed/src/webapp/editors/config/rssfeed edit_rssfeed.xml

2009-03-23 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Modules/rssfeed/src/webapp/editors/config/rssfeed
In directory 
james.mmbase.org:/tmp/cvs-serv27817/rssfeed/src/webapp/editors/config/rssfeed

Modified Files:
edit_rssfeed.xml 
Log Message:
CMSC-1339 Removed the dtmaxlength constraint from the wizard for the fields 
'title' and 'urlfragment'. This way they are inherited from the builder.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/rssfeed/src/webapp/editors/config/rssfeed
See also: http://www.mmbase.org/jira/browse/CMSC-1339


Index: edit_rssfeed.xml
===
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/rssfeed/src/webapp/editors/config/rssfeed/edit_rssfeed.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- edit_rssfeed.xml16 Feb 2009 17:09:50 -  1.7
+++ edit_rssfeed.xml23 Mar 2009 13:02:37 -  1.8
@@ -10,7 +10,7 @@
   Titel
   标题

-   
   URL-fragment
   URL-fragment
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/config/site edit_site.xml

2009-03-23 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/config/site
In directory 
james.mmbase.org:/tmp/cvs-serv27772/cmsc/sitemanagement/src/webapp/editors/config/site

Modified Files:
  Tag: b1_5
edit_site.xml 
Log Message:
CMSC-1339 Removed the dtmaxlength constraint from the wizard for the fields 
'title' and 'urlfragment'. This way they are inherited from the builder.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/config/site
See also: http://www.mmbase.org/jira/browse/CMSC-1339


Index: edit_site.xml
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/config/site/edit_site.xml,v
retrieving revision 1.6.4.6
retrieving revision 1.6.4.7
diff -u -b -r1.6.4.6 -r1.6.4.7
--- edit_site.xml   16 Feb 2009 17:08:45 -  1.6.4.6
+++ edit_site.xml   23 Mar 2009 13:02:21 -  1.6.4.7
@@ -5,21 +5,21 @@
Site
站点
 
-   
Staging domain
Staging domein
Staging域

-   
Live domain
Live domein
Live域

-   
+   
Title
Titel
标题
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/personalpage edit_personalpage.xml

2009-03-23 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/personalpage
In directory 
james.mmbase.org:/tmp/cvs-serv27677/subsite/src/webapp/editors/config/personalpage

Modified Files:
  Tag: b1_6
edit_personalpage.xml 
Log Message:
CMSC-1339 Removed the dtmaxlength constraint from the wizard for the fields 
'title' and 'urlfragment'. This way they are inherited from the builder.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/personalpage
See also: http://www.mmbase.org/jira/browse/CMSC-1339


Index: edit_personalpage.xml
===
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/personalpage/edit_personalpage.xml,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -b -r1.4 -r1.4.2.1
--- edit_personalpage.xml   16 Feb 2009 17:09:50 -  1.4
+++ edit_personalpage.xml   23 Mar 2009 13:02:03 -  1.4.2.1
@@ -5,12 +5,12 @@
 Personal Page
 个人主页
 
-   
+   
   Title
   Titel
   标题

-   
   URL-fragment
   URL-fragment
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/subsite edit_subsite.xml

2009-03-23 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/subsite
In directory 
james.mmbase.org:/tmp/cvs-serv27677/subsite/src/webapp/editors/config/subsite

Modified Files:
  Tag: b1_6
edit_subsite.xml 
Log Message:
CMSC-1339 Removed the dtmaxlength constraint from the wizard for the fields 
'title' and 'urlfragment'. This way they are inherited from the builder.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/subsite
See also: http://www.mmbase.org/jira/browse/CMSC-1339


Index: edit_subsite.xml
===
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/subsite/edit_subsite.xml,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -b -r1.3 -r1.3.2.1
--- edit_subsite.xml16 Feb 2009 17:09:50 -  1.3
+++ edit_subsite.xml23 Mar 2009 13:02:03 -  1.3.2.1
@@ -5,12 +5,12 @@
Sub Site
子站点
 
-   
+   
   Title
   Titel
   标题

-   
   URL-fragment
   URL-fragment
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Modules/language-redirect/src/webapp/editors/config/page edit_page.xml

2009-03-23 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Modules/language-redirect/src/webapp/editors/config/page
In directory 
james.mmbase.org:/tmp/cvs-serv27677/language-redirect/src/webapp/editors/config/page

Modified Files:
  Tag: b1_6
edit_page.xml 
Log Message:
CMSC-1339 Removed the dtmaxlength constraint from the wizard for the fields 
'title' and 'urlfragment'. This way they are inherited from the builder.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/language-redirect/src/webapp/editors/config/page
See also: http://www.mmbase.org/jira/browse/CMSC-1339


Index: edit_page.xml
===
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/language-redirect/src/webapp/editors/config/page/edit_page.xml,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -b -r1.5 -r1.5.2.1
--- edit_page.xml   16 Feb 2009 17:09:50 -  1.5
+++ edit_page.xml   23 Mar 2009 13:02:03 -  1.5.2.1
@@ -5,12 +5,12 @@
Page
页面
 
-   
+   
   Title
   Titel
   标题

-   
   Urlfragment
   Urlfragment
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Modules/alias/src/webapp/editors/config/pagealias edit_pagealias.xml

2009-03-23 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Modules/alias/src/webapp/editors/config/pagealias
In directory 
james.mmbase.org:/tmp/cvs-serv27677/alias/src/webapp/editors/config/pagealias

Modified Files:
  Tag: b1_6
edit_pagealias.xml 
Log Message:
CMSC-1339 Removed the dtmaxlength constraint from the wizard for the fields 
'title' and 'urlfragment'. This way they are inherited from the builder.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/alias/src/webapp/editors/config/pagealias
See also: http://www.mmbase.org/jira/browse/CMSC-1339


Index: edit_pagealias.xml
===
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/alias/src/webapp/editors/config/pagealias/edit_pagealias.xml,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -b -r1.5 -r1.5.2.1
--- edit_pagealias.xml  16 Feb 2009 17:57:43 -  1.5
+++ edit_pagealias.xml  23 Mar 2009 13:02:03 -  1.5.2.1
@@ -5,12 +5,12 @@
Alias
别名
 
-   
+   
   Title
   Titel
   标题

-   
   URL-fragment
   URL-fragment
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/config/site edit_site.xml

2009-03-23 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/config/site
In directory 
james.mmbase.org:/tmp/cvs-serv27631/cmsc/sitemanagement/src/webapp/editors/config/site

Modified Files:
edit_site.xml 
Log Message:
CMSC-1339 Removed the dtmaxlength constraint from the wizard for the fields 
'title' and 'urlfragment'. This way they are inherited from the builder.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/config/site
See also: http://www.mmbase.org/jira/browse/CMSC-1339


Index: edit_site.xml
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/config/site/edit_site.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- edit_site.xml   16 Feb 2009 17:09:34 -  1.11
+++ edit_site.xml   23 Mar 2009 13:01:43 -  1.12
@@ -5,21 +5,21 @@
Site
站点
 
-   
Staging domain
Staging domein
Staging域

-   
Live domain
Live domein
Live域

-   
+   
Title
Titel
标题
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Modules/rssfeed/src/webapp/editors/config/rssfeed edit_rssfeed.xml

2009-03-23 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Modules/rssfeed/src/webapp/editors/config/rssfeed
In directory 
james.mmbase.org:/tmp/cvs-serv27677/rssfeed/src/webapp/editors/config/rssfeed

Modified Files:
  Tag: b1_6
edit_rssfeed.xml 
Log Message:
CMSC-1339 Removed the dtmaxlength constraint from the wizard for the fields 
'title' and 'urlfragment'. This way they are inherited from the builder.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/rssfeed/src/webapp/editors/config/rssfeed
See also: http://www.mmbase.org/jira/browse/CMSC-1339


Index: edit_rssfeed.xml
===
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/rssfeed/src/webapp/editors/config/rssfeed/edit_rssfeed.xml,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -b -r1.7 -r1.7.2.1
--- edit_rssfeed.xml16 Feb 2009 17:09:50 -  1.7
+++ edit_rssfeed.xml23 Mar 2009 13:02:03 -  1.7.2.1
@@ -10,7 +10,7 @@
   Titel
   标题

-   
   URL-fragment
   URL-fragment
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/subsite edit_subsite.xml

2009-03-23 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/subsite
In directory 
james.mmbase.org:/tmp/cvs-serv27538/subsite/src/webapp/editors/config/subsite

Modified Files:
  Tag: b1_5
edit_subsite.xml 
Log Message:
CMSC-1339 Removed the dtmaxlength constraint from the wizard for the fields 
'title' and 'urlfragment'. This way they are inherited from the builder.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/subsite
See also: http://www.mmbase.org/jira/browse/CMSC-1339


Index: edit_subsite.xml
===
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/subsite/edit_subsite.xml,v
retrieving revision 1.1.4.2
retrieving revision 1.1.4.3
diff -u -b -r1.1.4.2 -r1.1.4.3
--- edit_subsite.xml16 Feb 2009 17:09:04 -  1.1.4.2
+++ edit_subsite.xml23 Mar 2009 13:01:25 -  1.1.4.3
@@ -5,12 +5,12 @@
Sub Site
子站点
 
-   
+   
   Title
   Titel
   标题

-   
   URL-fragment
   URL-fragment
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/config/page edit_page.xml

2009-03-23 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/config/page
In directory 
james.mmbase.org:/tmp/cvs-serv27631/cmsc/sitemanagement/src/webapp/editors/config/page

Modified Files:
edit_page.xml 
Log Message:
CMSC-1339 Removed the dtmaxlength constraint from the wizard for the fields 
'title' and 'urlfragment'. This way they are inherited from the builder.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/config/page
See also: http://www.mmbase.org/jira/browse/CMSC-1339


Index: edit_page.xml
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/config/page/edit_page.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- edit_page.xml   16 Feb 2009 17:09:34 -  1.8
+++ edit_page.xml   23 Mar 2009 13:01:43 -  1.9
@@ -5,12 +5,12 @@
Page
页面
 
-   
+   
   Title
   Titel
   标题

-   
   URL-fragment
   URL-fragment
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Modules/alias/src/webapp/editors/config/pagealias edit_pagealias.xml

2009-03-23 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Modules/alias/src/webapp/editors/config/pagealias
In directory 
james.mmbase.org:/tmp/cvs-serv27538/alias/src/webapp/editors/config/pagealias

Modified Files:
  Tag: b1_5
edit_pagealias.xml 
Log Message:
CMSC-1339 Removed the dtmaxlength constraint from the wizard for the fields 
'title' and 'urlfragment'. This way they are inherited from the builder.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/alias/src/webapp/editors/config/pagealias
See also: http://www.mmbase.org/jira/browse/CMSC-1339


Index: edit_pagealias.xml
===
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/alias/src/webapp/editors/config/pagealias/edit_pagealias.xml,v
retrieving revision 1.2.4.3
retrieving revision 1.2.4.4
diff -u -b -r1.2.4.3 -r1.2.4.4
--- edit_pagealias.xml  16 Feb 2009 17:57:31 -  1.2.4.3
+++ edit_pagealias.xml  23 Mar 2009 13:01:25 -  1.2.4.4
@@ -5,12 +5,12 @@
Alias
别名
 
-   
+   
   Title
   Titel
   标题

-   
   URL-fragment
   URL-fragment
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/personalpage edit_personalpage.xml

2009-03-23 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/personalpage
In directory 
james.mmbase.org:/tmp/cvs-serv27538/subsite/src/webapp/editors/config/personalpage

Modified Files:
  Tag: b1_5
edit_personalpage.xml 
Log Message:
CMSC-1339 Removed the dtmaxlength constraint from the wizard for the fields 
'title' and 'urlfragment'. This way they are inherited from the builder.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/personalpage
See also: http://www.mmbase.org/jira/browse/CMSC-1339


Index: edit_personalpage.xml
===
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/personalpage/edit_personalpage.xml,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -u -b -r1.2.2.2 -r1.2.2.3
--- edit_personalpage.xml   16 Feb 2009 17:09:04 -  1.2.2.2
+++ edit_personalpage.xml   23 Mar 2009 13:01:25 -  1.2.2.3
@@ -5,12 +5,12 @@
 Personal Page
 个人主页
 
-   
+   
   Title
   Titel
   标题

-   
   URL-fragment
   URL-fragment
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Modules/language-redirect/src/webapp/editors/config/page edit_page.xml

2009-03-23 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Modules/language-redirect/src/webapp/editors/config/page
In directory 
james.mmbase.org:/tmp/cvs-serv27538/language-redirect/src/webapp/editors/config/page

Modified Files:
  Tag: b1_5
edit_page.xml 
Log Message:
CMSC-1339 Removed the dtmaxlength constraint from the wizard for the fields 
'title' and 'urlfragment'. This way they are inherited from the builder.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/language-redirect/src/webapp/editors/config/page
See also: http://www.mmbase.org/jira/browse/CMSC-1339


Index: edit_page.xml
===
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/language-redirect/src/webapp/editors/config/page/edit_page.xml,v
retrieving revision 1.2.4.3
retrieving revision 1.2.4.4
diff -u -b -r1.2.4.3 -r1.2.4.4
--- edit_page.xml   16 Feb 2009 17:09:04 -  1.2.4.3
+++ edit_page.xml   23 Mar 2009 13:01:25 -  1.2.4.4
@@ -5,12 +5,12 @@
Page
页面
 
-   
+   
   Title
   Titel
   标题

-   
   Urlfragment
   Urlfragment
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/config/page edit_page.xml

2009-03-23 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/config/page
In directory 
james.mmbase.org:/tmp/cvs-serv27451/cmsc/sitemanagement/src/webapp/editors/config/page

Modified Files:
  Tag: b1_6
edit_page.xml 
Log Message:
CMSC-1339 Removed the dtmaxlength constraint from the wizard for the fields 
'title' and 'urlfragment'. This way they are inherited from the builder.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/config/page
See also: http://www.mmbase.org/jira/browse/CMSC-1339


Index: edit_page.xml
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/config/page/edit_page.xml,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -u -b -r1.8 -r1.8.2.1
--- edit_page.xml   16 Feb 2009 17:09:34 -  1.8
+++ edit_page.xml   23 Mar 2009 13:00:54 -  1.8.2.1
@@ -5,12 +5,12 @@
Page
页面
 
-   
+   
   Title
   Titel
   标题

-   
   URL-fragment
   URL-fragment
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/config/site edit_site.xml

2009-03-23 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/config/site
In directory 
james.mmbase.org:/tmp/cvs-serv27492/cmsc/sitemanagement/src/webapp/editors/config/site

Modified Files:
  Tag: b1_4
edit_site.xml 
Log Message:
CMSC-1339 Removed the dtmaxlength constraint from the wizard for the fields 
'title' and 'urlfragment'. This way they are inherited from the builder.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/config/site
See also: http://www.mmbase.org/jira/browse/CMSC-1339


Index: edit_site.xml
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/config/site/edit_site.xml,v
retrieving revision 1.6.2.3
retrieving revision 1.6.2.4
diff -u -b -r1.6.2.3 -r1.6.2.4
--- edit_site.xml   16 Feb 2009 17:03:24 -  1.6.2.3
+++ edit_site.xml   23 Mar 2009 13:01:05 -  1.6.2.4
@@ -4,19 +4,19 @@
Site
Site
 
-   
Staging domain
Staging domein

-   
Live domain
Live domein

-   
+   
Title
Titel

___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Modules/rssfeed/src/webapp/editors/config/rssfeed edit_rssfeed.xml

2009-03-23 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Modules/rssfeed/src/webapp/editors/config/rssfeed
In directory 
james.mmbase.org:/tmp/cvs-serv27538/rssfeed/src/webapp/editors/config/rssfeed

Modified Files:
  Tag: b1_5
edit_rssfeed.xml 
Log Message:
CMSC-1339 Removed the dtmaxlength constraint from the wizard for the fields 
'title' and 'urlfragment'. This way they are inherited from the builder.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/rssfeed/src/webapp/editors/config/rssfeed
See also: http://www.mmbase.org/jira/browse/CMSC-1339


Index: edit_rssfeed.xml
===
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/rssfeed/src/webapp/editors/config/rssfeed/edit_rssfeed.xml,v
retrieving revision 1.5.4.2
retrieving revision 1.5.4.3
diff -u -b -r1.5.4.2 -r1.5.4.3
--- edit_rssfeed.xml16 Feb 2009 17:09:04 -  1.5.4.2
+++ edit_rssfeed.xml23 Mar 2009 13:01:25 -  1.5.4.3
@@ -10,7 +10,7 @@
   Titel
   标题

-   
   URL-fragment
   URL-fragment
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/config/page edit_page.xml

2009-03-23 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/config/page
In directory 
james.mmbase.org:/tmp/cvs-serv27492/cmsc/sitemanagement/src/webapp/editors/config/page

Modified Files:
  Tag: b1_4
edit_page.xml 
Log Message:
CMSC-1339 Removed the dtmaxlength constraint from the wizard for the fields 
'title' and 'urlfragment'. This way they are inherited from the builder.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/config/page
See also: http://www.mmbase.org/jira/browse/CMSC-1339


Index: edit_page.xml
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/config/page/edit_page.xml,v
retrieving revision 1.5.2.2
retrieving revision 1.5.2.3
diff -u -b -r1.5.2.2 -r1.5.2.3
--- edit_page.xml   16 Feb 2009 17:03:24 -  1.5.2.2
+++ edit_page.xml   23 Mar 2009 13:01:05 -  1.5.2.3
@@ -4,11 +4,11 @@
Pagina
Page
 
-   
+   
Title
Titel

-   
URL-fragment
URL-fragment
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/config/site edit_site.xml

2009-03-23 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/config/site
In directory 
james.mmbase.org:/tmp/cvs-serv27451/cmsc/sitemanagement/src/webapp/editors/config/site

Modified Files:
  Tag: b1_6
edit_site.xml 
Log Message:
CMSC-1339 Removed the dtmaxlength constraint from the wizard for the fields 
'title' and 'urlfragment'. This way they are inherited from the builder.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/config/site
See also: http://www.mmbase.org/jira/browse/CMSC-1339


Index: edit_site.xml
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/config/site/edit_site.xml,v
retrieving revision 1.11
retrieving revision 1.11.2.1
diff -u -b -r1.11 -r1.11.2.1
--- edit_site.xml   16 Feb 2009 17:09:34 -  1.11
+++ edit_site.xml   23 Mar 2009 13:00:54 -  1.11.2.1
@@ -5,21 +5,21 @@
Site
站点
 
-   
Staging domain
Staging domein
Staging域

-   
Live domain
Live domein
Live域

-   
+   
Title
Titel
标题
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Modules/alias/src/webapp/editors/config/pagealias edit_pagealias.xml

2009-03-23 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Modules/alias/src/webapp/editors/config/pagealias
In directory 
james.mmbase.org:/tmp/cvs-serv27364/alias/src/webapp/editors/config/pagealias

Modified Files:
  Tag: b1_4
edit_pagealias.xml 
Log Message:
CMSC-1339 Removed the dtmaxlength constraint from the wizard for the fields 
'title' and 'urlfragment'. This way they are inherited from the builder.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/alias/src/webapp/editors/config/pagealias
See also: http://www.mmbase.org/jira/browse/CMSC-1339


Index: edit_pagealias.xml
===
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/alias/src/webapp/editors/config/pagealias/edit_pagealias.xml,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -u -b -r1.2.2.2 -r1.2.2.3
--- edit_pagealias.xml  16 Feb 2009 17:57:37 -  1.2.2.2
+++ edit_pagealias.xml  23 Mar 2009 13:00:47 -  1.2.2.3
@@ -4,11 +4,11 @@
Alias
Alias
 
-   
+   
Title
Titel

-   
URL-fragment
URL-fragment
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Modules/rssfeed/src/webapp/editors/config/rssfeed edit_rssfeed.xml

2009-03-23 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Modules/rssfeed/src/webapp/editors/config/rssfeed
In directory 
james.mmbase.org:/tmp/cvs-serv27364/rssfeed/src/webapp/editors/config/rssfeed

Modified Files:
  Tag: b1_4
edit_rssfeed.xml 
Log Message:
CMSC-1339 Removed the dtmaxlength constraint from the wizard for the fields 
'title' and 'urlfragment'. This way they are inherited from the builder.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/rssfeed/src/webapp/editors/config/rssfeed
See also: http://www.mmbase.org/jira/browse/CMSC-1339


Index: edit_rssfeed.xml
===
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/rssfeed/src/webapp/editors/config/rssfeed/edit_rssfeed.xml,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -u -b -r1.5.2.1 -r1.5.2.2
--- edit_rssfeed.xml16 Feb 2009 17:09:11 -  1.5.2.1
+++ edit_rssfeed.xml23 Mar 2009 13:00:47 -  1.5.2.2
@@ -8,7 +8,7 @@
Title
Titel

-   
   URL-fragment
   URL-fragment
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Modules/language-redirect/src/webapp/editors/config/page edit_page.xml

2009-03-23 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Modules/language-redirect/src/webapp/editors/config/page
In directory 
james.mmbase.org:/tmp/cvs-serv27364/language-redirect/src/webapp/editors/config/page

Modified Files:
  Tag: b1_4
edit_page.xml 
Log Message:
CMSC-1339 Removed the dtmaxlength constraint from the wizard for the fields 
'title' and 'urlfragment'. This way they are inherited from the builder.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/language-redirect/src/webapp/editors/config/page
See also: http://www.mmbase.org/jira/browse/CMSC-1339


Index: edit_page.xml
===
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/language-redirect/src/webapp/editors/config/page/edit_page.xml,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -u -b -r1.2.2.2 -r1.2.2.3
--- edit_page.xml   16 Feb 2009 17:09:11 -  1.2.2.2
+++ edit_page.xml   23 Mar 2009 13:00:47 -  1.2.2.3
@@ -5,12 +5,12 @@
Page
页面
 
-   
+   
Title
Titel
标题

-   
Urlfragment
Urlfragment
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/personalpage edit_personalpage.xml

2009-03-23 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/personalpage
In directory 
james.mmbase.org:/tmp/cvs-serv27364/subsite/src/webapp/editors/config/personalpage

Modified Files:
  Tag: b1_4
edit_personalpage.xml 
Log Message:
CMSC-1339 Removed the dtmaxlength constraint from the wizard for the fields 
'title' and 'urlfragment'. This way they are inherited from the builder.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/personalpage
See also: http://www.mmbase.org/jira/browse/CMSC-1339


Index: edit_personalpage.xml
===
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/personalpage/edit_personalpage.xml,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- edit_personalpage.xml   16 Feb 2009 17:09:11 -  1.1.2.2
+++ edit_personalpage.xml   23 Mar 2009 13:00:47 -  1.1.2.3
@@ -4,11 +4,11 @@
Persoonlijke Pagina
Personal Page
 
-   
+   
   Title
   Titel

-   
   URL-fragment
   URL-fragment
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/subsite edit_subsite.xml

2009-03-23 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/subsite
In directory 
james.mmbase.org:/tmp/cvs-serv27364/subsite/src/webapp/editors/config/subsite

Modified Files:
  Tag: b1_4
edit_subsite.xml 
Log Message:
CMSC-1339 Removed the dtmaxlength constraint from the wizard for the fields 
'title' and 'urlfragment'. This way they are inherited from the builder.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/subsite
See also: http://www.mmbase.org/jira/browse/CMSC-1339


Index: edit_subsite.xml
===
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/subsite/edit_subsite.xml,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- edit_subsite.xml16 Feb 2009 17:09:11 -  1.1.2.1
+++ edit_subsite.xml23 Mar 2009 13:00:47 -  1.1.2.2
@@ -4,11 +4,11 @@
Subsite
Sub Site
 
-   
+   
   Title
   Titel

-   
   URL-fragment
   URL-fragment
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer/cmsc/taglib/src/java/com/finalist/cmsc/taglib/stats GoogleAnalyticsTag.java

2009-03-03 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer/cmsc/taglib/src/java/com/finalist/cmsc/taglib/stats
In directory 
james.mmbase.org:/tmp/cvs-serv6728/cmsc/taglib/src/java/com/finalist/cmsc/taglib/stats

Modified Files:
GoogleAnalyticsTag.java 
Log Message:
CMSC-1317 No configuration is now a info message instead of an error, since it 
is optional


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/taglib/src/java/com/finalist/cmsc/taglib/stats
See also: http://www.mmbase.org/jira/browse/CMSC-1317


Index: GoogleAnalyticsTag.java
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/taglib/src/java/com/finalist/cmsc/taglib/stats/GoogleAnalyticsTag.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- GoogleAnalyticsTag.java 13 Feb 2009 21:26:02 -  1.7
+++ GoogleAnalyticsTag.java 3 Mar 2009 08:28:27 -   1.8
@@ -52,7 +52,7 @@
  Context env = (Context) context.lookup("java:comp/env");
  contextAccount = (String) env.lookup("googleAnalytics/account");
   } catch (NamingException e) {
- log.error("problems getting google context account", e);
+ log.info("No default account found in the context. Provide account 
information as attribute.");
   }
}
 
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer/cmsc/taglib/src/java/com/finalist/cmsc/taglib/stats GoogleAnalyticsTag.java

2009-03-03 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer/cmsc/taglib/src/java/com/finalist/cmsc/taglib/stats
In directory 
james.mmbase.org:/tmp/cvs-serv6709/cmsc/taglib/src/java/com/finalist/cmsc/taglib/stats

Modified Files:
  Tag: b1_6
GoogleAnalyticsTag.java 
Log Message:
CMSC-1317 No configuration is now a info message instead of an error, since it 
is optional


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/taglib/src/java/com/finalist/cmsc/taglib/stats
See also: http://www.mmbase.org/jira/browse/CMSC-1317


Index: GoogleAnalyticsTag.java
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/taglib/src/java/com/finalist/cmsc/taglib/stats/GoogleAnalyticsTag.java,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -b -r1.7 -r1.7.2.1
--- GoogleAnalyticsTag.java 13 Feb 2009 21:26:02 -  1.7
+++ GoogleAnalyticsTag.java 3 Mar 2009 08:28:21 -   1.7.2.1
@@ -52,7 +52,7 @@
  Context env = (Context) context.lookup("java:comp/env");
  contextAccount = (String) env.lookup("googleAnalytics/account");
   } catch (NamingException e) {
- log.error("problems getting google context account", e);
+ log.info("No default account found in the context. Provide account 
information as attribute.");
   }
}
 
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer/cmsc/taglib/src/java/com/finalist/cmsc/taglib/stats GoogleAnalyticsTag.java

2009-03-03 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer/cmsc/taglib/src/java/com/finalist/cmsc/taglib/stats
In directory 
james.mmbase.org:/tmp/cvs-serv6677/cmsc/taglib/src/java/com/finalist/cmsc/taglib/stats

Modified Files:
  Tag: b1_5
GoogleAnalyticsTag.java 
Log Message:
CMSC-1317 No configuration is now a info message instead of an error, since it 
is optional


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/taglib/src/java/com/finalist/cmsc/taglib/stats
See also: http://www.mmbase.org/jira/browse/CMSC-1317


Index: GoogleAnalyticsTag.java
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/taglib/src/java/com/finalist/cmsc/taglib/stats/GoogleAnalyticsTag.java,v
retrieving revision 1.5.2.2
retrieving revision 1.5.2.3
diff -u -b -r1.5.2.2 -r1.5.2.3
--- GoogleAnalyticsTag.java 13 Feb 2009 21:26:26 -  1.5.2.2
+++ GoogleAnalyticsTag.java 3 Mar 2009 08:28:15 -   1.5.2.3
@@ -52,7 +52,7 @@
  Context env = (Context) context.lookup("java:comp/env");
  contextAccount = (String) env.lookup("googleAnalytics/account");
   } catch (NamingException e) {
- log.error("problems getting google context account", e);
+ log.info("No default account found in the context. Provide account 
information as attribute.");
   }
}
 
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer/cmsc/taglib/src/java/com/finalist/cmsc/taglib/stats GoogleAnalyticsTag.java

2009-03-03 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer/cmsc/taglib/src/java/com/finalist/cmsc/taglib/stats
In directory 
james.mmbase.org:/tmp/cvs-serv6661/cmsc/taglib/src/java/com/finalist/cmsc/taglib/stats

Modified Files:
  Tag: b1_4
GoogleAnalyticsTag.java 
Log Message:
CMSC-1317 No configuration is now a info message instead of an error, since it 
is optional


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/taglib/src/java/com/finalist/cmsc/taglib/stats
See also: http://www.mmbase.org/jira/browse/CMSC-1317


Index: GoogleAnalyticsTag.java
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/taglib/src/java/com/finalist/cmsc/taglib/stats/GoogleAnalyticsTag.java,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -u -b -r1.2.2.2 -r1.2.2.3
--- GoogleAnalyticsTag.java 12 Feb 2009 13:13:15 -  1.2.2.2
+++ GoogleAnalyticsTag.java 3 Mar 2009 08:28:09 -   1.2.2.3
@@ -54,7 +54,7 @@
Context env = (Context) context.lookup("java:comp/env");
contextAccount = (String) 
env.lookup("googleAnalytics/account");
} catch (NamingException e) {
-   log.error("problems getting google context account", e);
+ log.info("No default account found in the context. Provide account 
information as attribute.");
}
}
 
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Modules/maven-base project.properties

2009-02-16 Thread rschellhorn
Update of /var/cvs/contributions/CMSContainer_Modules/maven-base
In directory james.mmbase.org:/tmp/cvs-serv24093/maven-base

Modified Files:
  Tag: b1_4
project.properties 
Log Message:
Prepared v1.4.18


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/maven-base


Index: project.properties
===
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/maven-base/project.properties,v
retrieving revision 1.23.2.43
retrieving revision 1.23.2.44
diff -u -b -r1.23.2.43 -r1.23.2.44
--- project.properties  16 Feb 2009 11:55:08 -  1.23.2.43
+++ project.properties  16 Feb 2009 12:50:05 -  1.23.2.44
@@ -7,8 +7,8 @@
 
 maven.multiproject.type=mmbase-module
 
-cmscmodules.version=1.4.17
-cmsc.version=1.4.17
+cmscmodules.version=1.4.18-SNAPSHOT
+cmsc.version=1.4.18-SNAPSHOT
 mmbase.version=1.8.7-20090103
 
 # maven build does not yet generate a rmmci. Did not create one by hand
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Templates/single/maven-base project.properties

2009-02-16 Thread rschellhorn
Update of /var/cvs/contributions/CMSContainer_Templates/single/maven-base
In directory james.mmbase.org:/tmp/cvs-serv24051/single/maven-base

Modified Files:
  Tag: b1_4
project.properties 
Log Message:
Prepared v1.4.18


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Templates/single/maven-base


Index: project.properties
===
RCS file: 
/var/cvs/contributions/CMSContainer_Templates/single/maven-base/project.properties,v
retrieving revision 1.2.2.25
retrieving revision 1.2.2.26
diff -u -b -r1.2.2.25 -r1.2.2.26
--- project.properties  16 Feb 2009 11:54:50 -  1.2.2.25
+++ project.properties  16 Feb 2009 12:49:56 -  1.2.2.26
@@ -7,9 +7,9 @@
 
 application.version=1.0-SNAPSHOT
 
-cmsc.version=1.4.17
-cmscportlets.version=1.4.17
-cmscmodules.version=1.4.17
+cmsc.version=1.4.18-SNAPSHOT
+cmscportlets.version=1.4.18-SNAPSHOT
+cmscmodules.version=1.4.18-SNAPSHOT
 mmbase.version=1.8.7-20090103
 
 # maven build does not yet generate a rmmci. Did not create one by hand
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Templates/double/maven-base project.properties

2009-02-16 Thread rschellhorn
Update of /var/cvs/contributions/CMSContainer_Templates/double/maven-base
In directory james.mmbase.org:/tmp/cvs-serv24051/double/maven-base

Modified Files:
  Tag: b1_4
project.properties 
Log Message:
Prepared v1.4.18


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Templates/double/maven-base


Index: project.properties
===
RCS file: 
/var/cvs/contributions/CMSContainer_Templates/double/maven-base/project.properties,v
retrieving revision 1.3.2.25
retrieving revision 1.3.2.26
diff -u -b -r1.3.2.25 -r1.3.2.26
--- project.properties  16 Feb 2009 11:54:51 -  1.3.2.25
+++ project.properties  16 Feb 2009 12:49:56 -  1.3.2.26
@@ -7,10 +7,10 @@
 
 application.version=1.0-SNAPSHOT
 
-cmsc.version=1.4.17
+cmsc.version=1.4.18-SNAPSHOT
 
-cmscportlets.version=1.4.17
-cmscmodules.version=1.4.17
+cmscportlets.version=1.4.18-SNAPSHOT
+cmscmodules.version=1.4.18-SNAPSHOT
 mmbase.version=1.8.7-20090103
 
 # maven build does not yet generate a rmmci. Did not create one by hand
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Demo/www.cmscontainer.org/maven-base project.properties

2009-02-16 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Demo/www.cmscontainer.org/maven-base
In directory james.mmbase.org:/tmp/cvs-serv23983/www.cmscontainer.org/maven-base

Modified Files:
  Tag: b1_4
project.properties 
Log Message:
Prepared v1.4.18


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Demo/www.cmscontainer.org/maven-base


Index: project.properties
===
RCS file: 
/var/cvs/contributions/CMSContainer_Demo/www.cmscontainer.org/maven-base/project.properties,v
retrieving revision 1.3.2.34
retrieving revision 1.3.2.35
diff -u -b -r1.3.2.34 -r1.3.2.35
--- project.properties  16 Feb 2009 11:54:31 -  1.3.2.34
+++ project.properties  16 Feb 2009 12:49:32 -  1.3.2.35
@@ -5,11 +5,11 @@
 #   See http://www.MMBase.org/license
 #
 
-application.version=1.4.17
+application.version=1.4.18-SNAPSHOT
 
-cmsc.version=1.4.17
-cmscportlets.version=1.4.17
-cmscmodules.version=1.4.17
+cmsc.version=1.4.18-SNAPSHOT
+cmscportlets.version=1.4.18-SNAPSHOT
+cmscmodules.version=1.4.18-SNAPSHOT
 luceus.version=0.42
 lucene.version=2.3.2
 mmbase.version=1.8.7-20090103
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Demo/demo.cmscontainer.org/maven-base project.properties

2009-02-16 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Demo/demo.cmscontainer.org/maven-base
In directory 
james.mmbase.org:/tmp/cvs-serv23983/demo.cmscontainer.org/maven-base

Modified Files:
  Tag: b1_4
project.properties 
Log Message:
Prepared v1.4.18


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Demo/demo.cmscontainer.org/maven-base


Index: project.properties
===
RCS file: 
/var/cvs/contributions/CMSContainer_Demo/demo.cmscontainer.org/maven-base/project.properties,v
retrieving revision 1.8.2.39
retrieving revision 1.8.2.40
diff -u -b -r1.8.2.39 -r1.8.2.40
--- project.properties  16 Feb 2009 11:54:31 -  1.8.2.39
+++ project.properties  16 Feb 2009 12:49:32 -  1.8.2.40
@@ -5,11 +5,11 @@
 #   See http://www.MMBase.org/license
 #
 
-application.version=1.4.17
+application.version=1.4.18-SNAPSHOT
 
-cmsc.version=1.4.17
-cmscportlets.version=1.4.17
-cmscmodules.version=1.4.17
+cmsc.version=1.4.18-SNAPSHOT
+cmscportlets.version=1.4.18-SNAPSHOT
+cmscmodules.version=1.4.18-SNAPSHOT
 mmbase.version=1.8.7-20090103
 
 # maven build does not yet generate a rmmci. Did not create one by hand
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Demo/i18n-demo/maven-base project.properties

2009-02-16 Thread rschellhorn
Update of /var/cvs/contributions/CMSContainer_Demo/i18n-demo/maven-base
In directory james.mmbase.org:/tmp/cvs-serv23983/i18n-demo/maven-base

Modified Files:
  Tag: b1_4
project.properties 
Log Message:
Prepared v1.4.18


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Demo/i18n-demo/maven-base


Index: project.properties
===
RCS file: 
/var/cvs/contributions/CMSContainer_Demo/i18n-demo/maven-base/project.properties,v
retrieving revision 1.2.2.33
retrieving revision 1.2.2.34
diff -u -b -r1.2.2.33 -r1.2.2.34
--- project.properties  16 Feb 2009 11:54:31 -  1.2.2.33
+++ project.properties  16 Feb 2009 12:49:32 -  1.2.2.34
@@ -5,11 +5,11 @@
 #   See http://www.MMBase.org/license
 #
 
-application.version=1.4.17
+application.version=1.4.18-SNAPSHOT
 
-cmsc.version=1.4.17
-cmscportlets.version=1.4.17
-cmscmodules.version=1.4.17
+cmsc.version=1.4.18-SNAPSHOT
+cmscportlets.version=1.4.18-SNAPSHOT
+cmscmodules.version=1.4.18-SNAPSHOT
 mmbase.version=1.8.7-20090103
 
 # maven build does not yet generate a rmmci. Did not create one by hand
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer/maven-base project.properties

2009-02-16 Thread rschellhorn
Update of /var/cvs/contributions/CMSContainer/maven-base
In directory james.mmbase.org:/tmp/cvs-serv23964/maven-base

Modified Files:
  Tag: b1_4
project.properties 
Log Message:
Prepared v1.4.18


See also: http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/maven-base


Index: project.properties
===
RCS file: /var/cvs/contributions/CMSContainer/maven-base/project.properties,v
retrieving revision 1.22.2.43
retrieving revision 1.22.2.44
diff -u -b -r1.22.2.43 -r1.22.2.44
--- project.properties  16 Feb 2009 11:54:24 -  1.22.2.43
+++ project.properties  16 Feb 2009 12:49:25 -  1.22.2.44
@@ -7,7 +7,7 @@
 
 maven.multiproject.type=mmbase-module
 
-cmsc.version=1.4.17
+cmsc.version=1.4.18-SNAPSHOT
 mmbase.version=1.8.7-20090103
 
 # maven build does not yet generate a rmmci. Did not create one by hand
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Portlets/maven-base project.properties

2009-02-16 Thread rschellhorn
Update of /var/cvs/contributions/CMSContainer_Portlets/maven-base
In directory james.mmbase.org:/tmp/cvs-serv23945/maven-base

Modified Files:
  Tag: b1_4
project.properties 
Log Message:
Prepared v1.4.18


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/maven-base


Index: project.properties
===
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/maven-base/project.properties,v
retrieving revision 1.14.2.43
retrieving revision 1.14.2.44
diff -u -b -r1.14.2.43 -r1.14.2.44
--- project.properties  16 Feb 2009 11:54:18 -  1.14.2.43
+++ project.properties  16 Feb 2009 12:49:20 -  1.14.2.44
@@ -7,8 +7,8 @@
 
 maven.multiproject.type=mmbase-module
 
-cmscportlets.version=1.4.17
-cmsc.version=1.4.17
+cmscportlets.version=1.4.18-SNAPSHOT
+cmsc.version=1.4.18-SNAPSHOT
 
 mmbase.version=1.8.7-20090103
 
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Portlets/maven-base project.properties

2009-02-16 Thread rschellhorn
Update of /var/cvs/contributions/CMSContainer_Portlets/maven-base
In directory james.mmbase.org:/tmp/cvs-serv22526/maven-base

Modified Files:
  Tag: b1_4
project.properties 
Log Message:
Released v1.4.17


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/maven-base


Index: project.properties
===
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/maven-base/project.properties,v
retrieving revision 1.14.2.42
retrieving revision 1.14.2.43
diff -u -b -r1.14.2.42 -r1.14.2.43
--- project.properties  21 Jan 2009 15:03:55 -  1.14.2.42
+++ project.properties  16 Feb 2009 11:54:18 -  1.14.2.43
@@ -7,8 +7,8 @@
 
 maven.multiproject.type=mmbase-module
 
-cmscportlets.version=1.4.17-SNAPSHOT
-cmsc.version=1.4.17-SNAPSHOT
+cmscportlets.version=1.4.17
+cmsc.version=1.4.17
 
 mmbase.version=1.8.7-20090103
 
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Modules/maven-base project.properties

2009-02-16 Thread rschellhorn
Update of /var/cvs/contributions/CMSContainer_Modules/maven-base
In directory james.mmbase.org:/tmp/cvs-serv22674/maven-base

Modified Files:
  Tag: b1_4
project.properties 
Log Message:
Released v1.4.17


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/maven-base


Index: project.properties
===
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/maven-base/project.properties,v
retrieving revision 1.23.2.42
retrieving revision 1.23.2.43
diff -u -b -r1.23.2.42 -r1.23.2.43
--- project.properties  21 Jan 2009 15:04:27 -  1.23.2.42
+++ project.properties  16 Feb 2009 11:55:08 -  1.23.2.43
@@ -7,8 +7,8 @@
 
 maven.multiproject.type=mmbase-module
 
-cmscmodules.version=1.4.17-SNAPSHOT
-cmsc.version=1.4.17-SNAPSHOT
+cmscmodules.version=1.4.17
+cmsc.version=1.4.17
 mmbase.version=1.8.7-20090103
 
 # maven build does not yet generate a rmmci. Did not create one by hand
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Templates/single/maven-base project.properties

2009-02-16 Thread rschellhorn
Update of /var/cvs/contributions/CMSContainer_Templates/single/maven-base
In directory james.mmbase.org:/tmp/cvs-serv22628/single/maven-base

Modified Files:
  Tag: b1_4
project.properties 
Log Message:
Released v1.4.17


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Templates/single/maven-base


Index: project.properties
===
RCS file: 
/var/cvs/contributions/CMSContainer_Templates/single/maven-base/project.properties,v
retrieving revision 1.2.2.24
retrieving revision 1.2.2.25
diff -u -b -r1.2.2.24 -r1.2.2.25
--- project.properties  21 Jan 2009 14:56:24 -  1.2.2.24
+++ project.properties  16 Feb 2009 11:54:50 -  1.2.2.25
@@ -5,11 +5,11 @@
 #   See http://www.MMBase.org/license
 #
 
-application.version=1.4.16
+application.version=1.0-SNAPSHOT
 
-cmsc.version=1.4.16
-cmscportlets.version=1.4.16
-cmscmodules.version=1.4.16
+cmsc.version=1.4.17
+cmscportlets.version=1.4.17
+cmscmodules.version=1.4.17
 mmbase.version=1.8.7-20090103
 
 # maven build does not yet generate a rmmci. Did not create one by hand
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Templates/double/maven-base project.properties

2009-02-16 Thread rschellhorn
Update of /var/cvs/contributions/CMSContainer_Templates/double/maven-base
In directory james.mmbase.org:/tmp/cvs-serv22628/double/maven-base

Modified Files:
  Tag: b1_4
project.properties 
Log Message:
Released v1.4.17


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Templates/double/maven-base


Index: project.properties
===
RCS file: 
/var/cvs/contributions/CMSContainer_Templates/double/maven-base/project.properties,v
retrieving revision 1.3.2.24
retrieving revision 1.3.2.25
diff -u -b -r1.3.2.24 -r1.3.2.25
--- project.properties  21 Jan 2009 14:56:24 -  1.3.2.24
+++ project.properties  16 Feb 2009 11:54:51 -  1.3.2.25
@@ -5,12 +5,12 @@
 #   See http://www.MMBase.org/license
 #
 
-application.version=1.4.16
+application.version=1.0-SNAPSHOT
 
-cmsc.version=1.4.16
+cmsc.version=1.4.17
 
-cmscportlets.version=1.4.16
-cmscmodules.version=1.4.16
+cmscportlets.version=1.4.17
+cmscmodules.version=1.4.17
 mmbase.version=1.8.7-20090103
 
 # maven build does not yet generate a rmmci. Did not create one by hand
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Demo/www.cmscontainer.org/maven-base project.properties

2009-02-16 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Demo/www.cmscontainer.org/maven-base
In directory james.mmbase.org:/tmp/cvs-serv22571/www.cmscontainer.org/maven-base

Modified Files:
  Tag: b1_4
project.properties 
Log Message:
Released v1.4.17


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Demo/www.cmscontainer.org/maven-base


Index: project.properties
===
RCS file: 
/var/cvs/contributions/CMSContainer_Demo/www.cmscontainer.org/maven-base/project.properties,v
retrieving revision 1.3.2.33
retrieving revision 1.3.2.34
diff -u -b -r1.3.2.33 -r1.3.2.34
--- project.properties  5 Feb 2009 14:34:09 -   1.3.2.33
+++ project.properties  16 Feb 2009 11:54:31 -  1.3.2.34
@@ -5,11 +5,11 @@
 #   See http://www.MMBase.org/license
 #
 
-application.version=1.4.17-SNAPSHOT
+application.version=1.4.17
 
-cmsc.version=1.4.17-SNAPSHOT
-cmscportlets.version=1.4.17-SNAPSHOT
-cmscmodules.version=1.4.17-SNAPSHOT
+cmsc.version=1.4.17
+cmscportlets.version=1.4.17
+cmscmodules.version=1.4.17
 luceus.version=0.42
 lucene.version=2.3.2
 mmbase.version=1.8.7-20090103
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Demo/i18n-demo/maven-base project.properties

2009-02-16 Thread rschellhorn
Update of /var/cvs/contributions/CMSContainer_Demo/i18n-demo/maven-base
In directory james.mmbase.org:/tmp/cvs-serv22571/i18n-demo/maven-base

Modified Files:
  Tag: b1_4
project.properties 
Log Message:
Released v1.4.17


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Demo/i18n-demo/maven-base


Index: project.properties
===
RCS file: 
/var/cvs/contributions/CMSContainer_Demo/i18n-demo/maven-base/project.properties,v
retrieving revision 1.2.2.32
retrieving revision 1.2.2.33
diff -u -b -r1.2.2.32 -r1.2.2.33
--- project.properties  21 Jan 2009 15:04:11 -  1.2.2.32
+++ project.properties  16 Feb 2009 11:54:31 -  1.2.2.33
@@ -5,11 +5,11 @@
 #   See http://www.MMBase.org/license
 #
 
-application.version=1.4.17-SNAPSHOT
+application.version=1.4.17
 
-cmsc.version=1.4.17-SNAPSHOT
-cmscportlets.version=1.4.17-SNAPSHOT
-cmscmodules.version=1.4.17-SNAPSHOT
+cmsc.version=1.4.17
+cmscportlets.version=1.4.17
+cmscmodules.version=1.4.17
 mmbase.version=1.8.7-20090103
 
 # maven build does not yet generate a rmmci. Did not create one by hand
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Demo/demo.cmscontainer.org/maven-base project.properties

2009-02-16 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Demo/demo.cmscontainer.org/maven-base
In directory 
james.mmbase.org:/tmp/cvs-serv22571/demo.cmscontainer.org/maven-base

Modified Files:
  Tag: b1_4
project.properties 
Log Message:
Released v1.4.17


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Demo/demo.cmscontainer.org/maven-base


Index: project.properties
===
RCS file: 
/var/cvs/contributions/CMSContainer_Demo/demo.cmscontainer.org/maven-base/project.properties,v
retrieving revision 1.8.2.38
retrieving revision 1.8.2.39
diff -u -b -r1.8.2.38 -r1.8.2.39
--- project.properties  21 Jan 2009 15:04:11 -  1.8.2.38
+++ project.properties  16 Feb 2009 11:54:31 -  1.8.2.39
@@ -5,11 +5,11 @@
 #   See http://www.MMBase.org/license
 #
 
-application.version=1.4.17-SNAPSHOT
+application.version=1.4.17
 
-cmsc.version=1.4.17-SNAPSHOT
-cmscportlets.version=1.4.17-SNAPSHOT
-cmscmodules.version=1.4.17-SNAPSHOT
+cmsc.version=1.4.17
+cmscportlets.version=1.4.17
+cmscmodules.version=1.4.17
 mmbase.version=1.8.7-20090103
 
 # maven build does not yet generate a rmmci. Did not create one by hand
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer/maven-base project.properties

2009-02-16 Thread rschellhorn
Update of /var/cvs/contributions/CMSContainer/maven-base
In directory james.mmbase.org:/tmp/cvs-serv22542/maven-base

Modified Files:
  Tag: b1_4
project.properties 
Log Message:
Released v1.4.17


See also: http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/maven-base


Index: project.properties
===
RCS file: /var/cvs/contributions/CMSContainer/maven-base/project.properties,v
retrieving revision 1.22.2.42
retrieving revision 1.22.2.43
diff -u -b -r1.22.2.42 -r1.22.2.43
--- project.properties  21 Jan 2009 15:04:01 -  1.22.2.42
+++ project.properties  16 Feb 2009 11:54:24 -  1.22.2.43
@@ -7,7 +7,7 @@
 
 maven.multiproject.type=mmbase-module
 
-cmsc.version=1.4.17-SNAPSHOT
+cmsc.version=1.4.17
 mmbase.version=1.8.7-20090103
 
 # maven build does not yet generate a rmmci. Did not create one by hand
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer/cmsc/edit-webapp/src/webapp/WEB-INF/tags/edit head.tag

2009-02-10 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/WEB-INF/tags/edit
In directory 
james.mmbase.org:/tmp/cvs-serv17140/cmsc/edit-webapp/src/webapp/WEB-INF/tags/edit

Modified Files:
head.tag 
Log Message:
CMSC-1241 Fixed several style issues in the editor environment.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/WEB-INF/tags/edit
See also: http://www.mmbase.org/jira/browse/CMSC-1241


Index: head.tag
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/WEB-INF/tags/edit/head.tag,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- head.tag23 Oct 2007 19:25:58 -  1.2
+++ head.tag10 Feb 2009 09:26:59 -  1.3
@@ -16,6 +16,9 @@
body { behavior: url(;}
 
 
+
+

[MMBASE CVS] contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/css fix_ie.css main.css

2009-02-10 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/css
In directory 
james.mmbase.org:/tmp/cvs-serv17140/cmsc/edit-webapp/src/webapp/editors/css

Modified Files:
main.css 
Added Files:
fix_ie.css 
Log Message:
CMSC-1241 Fixed several style issues in the editor environment.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/css
See also: http://www.mmbase.org/jira/browse/CMSC-1241


fix_ie.css is new



Index: main.css
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/css/main.css,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -b -r1.42 -r1.43
--- main.css10 Feb 2009 08:11:38 -  1.42
+++ main.css10 Feb 2009 09:26:59 -  1.43
@@ -770,7 +770,7 @@
font-weight: bold;
text-decoration: underline;
cursor: pointer;
-   display: inline-block;
+   display: inline;
 }
 
 div.editor div.body
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/css main.css

2009-02-10 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/css
In directory 
james.mmbase.org:/tmp/cvs-serv14957/cmsc/edit-webapp/src/webapp/editors/css

Modified Files:
main.css 
Log Message:
CMSC-1241 Fixed several style issues in the editor environment.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/css
See also: http://www.mmbase.org/jira/browse/CMSC-1241


Index: main.css
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/css/main.css,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- main.css9 Feb 2009 15:43:13 -   1.41
+++ main.css10 Feb 2009 08:11:38 -  1.42
@@ -611,15 +611,11 @@
 div.ruler_green,
 div.ruler_blue,
 div.ruler_gray {
-   background-color: #ff;   
-
-   height: 18px;   
-   
-   text-transform: uppercase;
+   background-color: #fff;   
background-position: left top;
background-repeat: no-repeat;   
-   
-   margin-right: 3px;
+   height: 18px;
+   text-transform: uppercase;
 }
 div.ruler_green div,
 div.ruler_red div,
@@ -755,10 +751,10 @@
background-image: url('../gfx/edit_shadow_2.gif');
background-repeat: repeat-y;
background-position: top right;
-   background-color: #ff;
-   clear: both;
-   height: auto;
-   min-width: 912px;
+   background-color: #fff;
+   display: table;
+   padding-right: 3px;
+   width: 100%;
 }
 
 /*div.editor input[type="button"],
@@ -779,8 +775,14 @@
 
 div.editor div.body
 {
-   background-color: #ff;
-   margin-right: 3px;
+   background-color: #fff;
+   display: table;
+   width: 100%;
+}
+
+div.editor th a
+{
+   display: block;
 }
 
 div.editor div.body p,
@@ -795,10 +797,10 @@
 {
color: #313728;
font-size: 12px;
-   border-width: 0px;
+   border-width: 0;
border-style: none;
border-collapse: collapse;
-   width: 99%;
+   width: 100%;
 }
 
 div.editor div.body table.compact
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/css main.css

2009-02-09 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/css
In directory 
james.mmbase.org:/tmp/cvs-serv17596/cmsc/edit-webapp/src/webapp/editors/css

Modified Files:
main.css 
Log Message:
CMSC-1241 Fixed several style issues in the editor environment.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/css
See also: http://www.mmbase.org/jira/browse/CMSC-1241


Index: main.css
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/css/main.css,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- main.css9 Feb 2009 14:48:32 -   1.40
+++ main.css9 Feb 2009 15:43:13 -   1.41
@@ -23,7 +23,6 @@
 #content
 {
margin: 0 2px 2px 295px;
-   min-width: 912px;
 }
 
 #left
@@ -679,9 +678,6 @@
background-image: url('../gfx/edit_shadow.gif');
background-repeat: repeat-x;
height: 35px;
-   float: left;
-   width: 100%;
-   clear: both;
 }
 
 /* actieve tab */
@@ -759,11 +755,10 @@
background-image: url('../gfx/edit_shadow_2.gif');
background-repeat: repeat-y;
background-position: top right;   
-   
background-color: #ff;
-   
clear: both;
height: auto;
+   min-width: 912px;
 }
 
 /*div.editor input[type="button"],
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors dashboard.jsp logout.jsp login.jsp

2009-02-09 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors
In directory 
james.mmbase.org:/tmp/cvs-serv15857/cmsc/edit-webapp/src/webapp/editors

Modified Files:
dashboard.jsp logout.jsp login.jsp 
Log Message:
CMSC-1241 Fixed several style issues in the editor environment.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors
See also: http://www.mmbase.org/jira/browse/CMSC-1241


Index: dashboard.jsp
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/dashboard.jsp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- dashboard.jsp   8 Sep 2008 11:00:14 -   1.13
+++ dashboard.jsp   9 Feb 2009 14:48:31 -   1.14
@@ -61,7 +61,7 @@



-   
+   
 
  
  


Index: logout.jsp
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/logout.jsp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- logout.jsp  21 May 2007 18:06:15 -  1.6
+++ logout.jsp  9 Feb 2009 14:48:31 -   1.7
@@ -5,12 +5,9 @@
 

   body {
- margin: 100px;
+ margin: 100px auto 0 auto;
  text-align: center;
-  }
-  div.side_block, div.side_block table {
- position: relative;
- margin: 0px auto;
+ width: 285px;
   }

 


Index: login.jsp
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/login.jsp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- login.jsp   14 Sep 2007 10:02:57 -  1.7
+++ login.jsp   9 Feb 2009 14:48:31 -   1.8
@@ -8,12 +8,9 @@
 

   body {
- margin: 100px;
+ margin: 100px auto 0 auto;
  text-align: center;
-  }
-  div.side_block, div.side_block table {
- position: relative;
- margin: 0px auto;
+ width: 285px;
   }

 

[MMBASE CVS] contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/css main.css

2009-02-09 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/css
In directory 
james.mmbase.org:/tmp/cvs-serv15857/cmsc/edit-webapp/src/webapp/editors/css

Modified Files:
main.css 
Log Message:
CMSC-1241 Fixed several style issues in the editor environment.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/css
See also: http://www.mmbase.org/jira/browse/CMSC-1241


Index: main.css
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/css/main.css,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -b -r1.39 -r1.40
--- main.css6 Feb 2009 07:45:56 -   1.39
+++ main.css9 Feb 2009 14:48:32 -   1.40
@@ -22,19 +22,15 @@
 
 #content
 {
-   position: absolute;
-   left: 295px;
-   margin-right: 2px;
-   margin-bottom: 2px;
+   margin: 0 2px 2px 295px;
+   min-width: 912px;
 }
 
 #left
 {
position: absolute;
left: 7px;
-   float: none;
-   clear: none;
-   width:24%;
+   width: 290px;
 }
 
 #footer
@@ -64,17 +60,14 @@
 div.side_block_gray,
 div.side_block_green
 {
-   display: block;
background-color: #d1dbe1;
background-image: url('../gfx/background_side_block_right.gif');
background-repeat: repeat-y;
background-position: right top;
-   color: #ff;
-   width: 285px;
+   color: #fff;
border-style: none none none solid;
border-width: 1px;
-   border-color: #ff;   
-   clear: both;
+   border-color: #fff;
/*height: auto;*/
margin-bottom: 2px;
 }
@@ -91,12 +84,8 @@
 /* bovenkant voor block */
 div.side_block div.header
 {
-   display: block;
background-image: url('../gfx/background_side_block.gif');
height: 36px;
-   float: left;
-   clear: both;
-   width:100%;
 }
 
 /* grijs block aan zijkant bovenkant */
@@ -320,11 +309,7 @@
 
 div.side_block div.body
 {
-   height: auto; 
-   float: none; 
-   clear:both; 
padding: 10px;
-   /*display:inline;*/
 }
 div.side_block_gray div.body,
 div.side_block_green div.body{
@@ -432,19 +417,15 @@
 /* contentblocks PINK */
 div.content_block_pink
 {
-   display: block;
background-color: #d1dbe1;
background-image: url('../gfx/bg_cb_right_pink.gif');
background-repeat: repeat-y;
background-position: right top;
color: #ff;
-   width: auto;
border-style: none none none solid;
/*border-style: solid;*/
border-width: 1px;
border-color: #ff;   
-   float: none;
-   height: auto;
margin-bottom: 2px;  
 }
 
@@ -482,10 +463,6 @@
 {
background-image: url('../gfx/bg_cb_pink.gif');
height: 36px;
-   width: auto;
-   float: left;
-   clear: both;
-   width:100%;
 }
 
 /* titel in header */
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/site pageediting.jsp selector.jsp

2009-02-09 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/site
In directory 
james.mmbase.org:/tmp/cvs-serv15857/cmsc/sitemanagement/src/webapp/editors/site

Modified Files:
pageediting.jsp selector.jsp 
Log Message:
CMSC-1241 Fixed several style issues in the editor environment.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/site
See also: http://www.mmbase.org/jira/browse/CMSC-1241


Index: pageediting.jsp
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/site/pageediting.jsp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- pageediting.jsp 25 Jul 2008 15:54:04 -  1.9
+++ pageediting.jsp 9 Feb 2009 14:48:31 -   1.10
@@ -62,7 +62,7 @@
width:384px;
height:71px;
position:absolute;
-   left:780px;
+   right: 0;
top:35px;
z-index:1000;
}
@@ -94,7 +94,7 @@
   
  
 
-   
+   
   
  
 
@@ -117,7 +117,7 @@
 
 

-  
+  
  
   
   


Index: selector.jsp
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/site/selector.jsp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- selector.jsp21 May 2007 18:06:15 -  1.5
+++ selector.jsp9 Feb 2009 14:48:31 -   1.6
@@ -19,6 +19,7 @@
ajaxTreeConfig.addressbarId = 'addressbar';


[MMBASE CVS] contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository contentsearch.jsp assetsearch.jsp selector.jsp

2009-02-09 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository
In directory 
james.mmbase.org:/tmp/cvs-serv15857/cmsc/contentrepository/src/webapp/editors/repository

Modified Files:
contentsearch.jsp assetsearch.jsp selector.jsp 
Log Message:
CMSC-1241 Fixed several style issues in the editor environment.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository
See also: http://www.mmbase.org/jira/browse/CMSC-1241


Index: contentsearch.jsp
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/contentsearch.jsp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- contentsearch.jsp   6 Feb 2009 07:45:55 -   1.17
+++ contentsearch.jsp   9 Feb 2009 14:48:32 -   1.18
@@ -30,7 +30,7 @@
 0
 
 
-
+

 
 
@@ -313,7 +313,7 @@
  
   
 
-   
+   

 
 
@@ -542,7 +542,6 @@



-   
 
 



Index: assetsearch.jsp
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/assetsearch.jsp,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- assetsearch.jsp 6 Feb 2009 07:45:55 -   1.24
+++ assetsearch.jsp 9 Feb 2009 14:48:32 -   1.25
@@ -57,7 +57,6 @@
 
 
 
-
 

 
@@ -306,7 +305,7 @@
  
   
 
-   
+   
 


@@ -528,7 +527,6 @@
 
 

-   
 
 



Index: selector.jsp
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/selector.jsp,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- selector.jsp12 Jan 2009 10:46:06 -  1.24
+++ selector.jsp9 Feb 2009 14:48:32 -   1.25
@@ -56,6 +56,7 @@

 

+  body { overflow: hidden; }
   .tooltip {
  position: absolute;
  display: none;
@@ -68,7 +69,7 @@
   }

 
-
+

 

___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer/cmsc/security/src/webapp/editors/usermanagement userlist.jsp

2009-02-09 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer/cmsc/security/src/webapp/editors/usermanagement
In directory 
james.mmbase.org:/tmp/cvs-serv15857/cmsc/security/src/webapp/editors/usermanagement

Modified Files:
userlist.jsp 
Log Message:
CMSC-1241 Fixed several style issues in the editor environment.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/security/src/webapp/editors/usermanagement
See also: http://www.mmbase.org/jira/browse/CMSC-1241


Index: userlist.jsp
===
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/security/src/webapp/editors/usermanagement/userlist.jsp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- userlist.jsp6 Feb 2008 15:10:40 -   1.7
+++ userlist.jsp9 Feb 2009 14:48:32 -   1.8
@@ -8,7 +8,7 @@

 
 
-
+
 

 
@@ -47,9 +47,9 @@

 
 
-
+
 
+   titleClass="side_block_green">

 

___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Modules/workflow/src/webapp/editors/workflow workflow.jsp

2009-02-09 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Modules/workflow/src/webapp/editors/workflow
In directory 
james.mmbase.org:/tmp/cvs-serv15812/workflow/src/webapp/editors/workflow

Modified Files:
workflow.jsp 
Log Message:
CMSC-1241 Fixed several style issues in the editor environment.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/workflow/src/webapp/editors/workflow
See also: http://www.mmbase.org/jira/browse/CMSC-1241


Index: workflow.jsp
===
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/workflow/src/webapp/editors/workflow/workflow.jsp,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- workflow.jsp6 Feb 2009 07:45:56 -   1.25
+++ workflow.jsp9 Feb 2009 14:48:25 -   1.26
@@ -336,7 +336,7 @@


 
-   
+   
 
   
 
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Modules/workflow/src/webapp/editors/css workflow.css

2009-02-09 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Modules/workflow/src/webapp/editors/css
In directory james.mmbase.org:/tmp/cvs-serv15812/workflow/src/webapp/editors/css

Modified Files:
workflow.css 
Log Message:
CMSC-1241 Fixed several style issues in the editor environment.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/workflow/src/webapp/editors/css
See also: http://www.mmbase.org/jira/browse/CMSC-1241


Index: workflow.css
===
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/workflow/src/webapp/editors/css/workflow.css,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- workflow.css6 Feb 2009 07:45:56 -   1.12
+++ workflow.css9 Feb 2009 14:48:25 -   1.13
@@ -1,12 +1,8 @@
-/* CSS Document */
 #left {
-width:28%;
-}
-div.side_block {
-width:350px;
+   width:350px;
 }
 #content {
-left:360px;
+   margin-left: 360px;
 }
 table.centerData td {
text-align: center;
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Modules/fileupload .cvsignore

2009-02-09 Thread rschellhorn
Update of /var/cvs/contributions/CMSContainer_Modules/fileupload
In directory james.mmbase.org:/tmp/cvs-serv15812/fileupload

Added Files:
.cvsignore 
Log Message:
CMSC-1241 Fixed several style issues in the editor environment.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/fileupload
See also: http://www.mmbase.org/jira/browse/CMSC-1241


.cvsignore is new

___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF/templates/edit_defaults - New directory

2009-02-05 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF/templates/edit_defaults
In directory 
james.mmbase.org:/tmp/cvs-serv30616/portlets-randomcontent/src/webapp/WEB-INF/templates/edit_defaults

Log Message:
Directory 
/var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF/templates/edit_defaults
 added to the repository



See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF/templates/edit_defaults
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF/templates/help/randomcontent help.jsp

2009-02-05 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF/templates/help/randomcontent
In directory 
james.mmbase.org:/tmp/cvs-serv31041/portlets-randomcontent/src/webapp/WEB-INF/templates/help/randomcontent

Added Files:
  Tag: b1_4
help.jsp 
Log Message:
CMSC-1278 Created a new portlet which randomly selects a number of content 
elements from a channel.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF/templates/help/randomcontent
See also: http://www.mmbase.org/jira/browse/CMSC-1278


help.jsp is new

___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF portlet-randomcontent.xml

2009-02-05 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF
In directory 
james.mmbase.org:/tmp/cvs-serv31041/portlets-randomcontent/src/webapp/WEB-INF

Added Files:
  Tag: b1_4
portlet-randomcontent.xml 
Log Message:
CMSC-1278 Created a new portlet which randomly selects a number of content 
elements from a channel.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF
See also: http://www.mmbase.org/jira/browse/CMSC-1278


portlet-randomcontent.xml is new

___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Portlets/portlets-randomcontent/src/java/com/finalist/cmsc/portlets/randomcontent RandomContentPortlet.java

2009-02-05 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/java/com/finalist/cmsc/portlets/randomcontent
In directory 
james.mmbase.org:/tmp/cvs-serv31041/portlets-randomcontent/src/java/com/finalist/cmsc/portlets/randomcontent

Added Files:
  Tag: b1_4
RandomContentPortlet.java 
Log Message:
CMSC-1278 Created a new portlet which randomly selects a number of content 
elements from a channel.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/java/com/finalist/cmsc/portlets/randomcontent
See also: http://www.mmbase.org/jira/browse/CMSC-1278


RandomContentPortlet.java is new

___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF/templates/edit_defaults/randomcontent editdefaults.jsp

2009-02-05 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF/templates/edit_defaults/randomcontent
In directory 
james.mmbase.org:/tmp/cvs-serv31041/portlets-randomcontent/src/webapp/WEB-INF/templates/edit_defaults/randomcontent

Added Files:
  Tag: b1_4
editdefaults.jsp 
Log Message:
CMSC-1278 Created a new portlet which randomly selects a number of content 
elements from a channel.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF/templates/edit_defaults/randomcontent
See also: http://www.mmbase.org/jira/browse/CMSC-1278


editdefaults.jsp is new

___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Portlets/portlets-randomcontent project.xml README.txt

2009-02-05 Thread rschellhorn
Update of /var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent
In directory james.mmbase.org:/tmp/cvs-serv31041/portlets-randomcontent

Added Files:
  Tag: b1_4
project.xml README.txt 
Log Message:
CMSC-1278 Created a new portlet which randomly selects a number of content 
elements from a channel.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-randomcontent
See also: http://www.mmbase.org/jira/browse/CMSC-1278


project.xml is new



README.txt is new

___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Portlets/portlets-randomcontent/resources/com/finalist/cmsc/portlets/randomcontent RandomContentPortlet_nl.properties RandomContentPortlet.properties

2009-02-05 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent/resources/com/finalist/cmsc/portlets/randomcontent
In directory 
james.mmbase.org:/tmp/cvs-serv31041/portlets-randomcontent/resources/com/finalist/cmsc/portlets/randomcontent

Added Files:
  Tag: b1_4
RandomContentPortlet_nl.properties 
RandomContentPortlet.properties 
Log Message:
CMSC-1278 Created a new portlet which randomly selects a number of content 
elements from a channel.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-randomcontent/resources/com/finalist/cmsc/portlets/randomcontent
See also: http://www.mmbase.org/jira/browse/CMSC-1278


RandomContentPortlet_nl.properties is new



RandomContentPortlet.properties is new

___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Portlets/portlets-randomcontent/src/java/com/finalist/cmsc/portlets/randomcontent RandomContentPortlet.java

2009-02-05 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/java/com/finalist/cmsc/portlets/randomcontent
In directory 
james.mmbase.org:/tmp/cvs-serv30969/portlets-randomcontent/src/java/com/finalist/cmsc/portlets/randomcontent

Added Files:
  Tag: b1_5
RandomContentPortlet.java 
Log Message:
CMSC-1278 Created a new portlet which randomly selects a number of content 
elements from a channel.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/java/com/finalist/cmsc/portlets/randomcontent
See also: http://www.mmbase.org/jira/browse/CMSC-1278


RandomContentPortlet.java is new

___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Portlets/portlets-randomcontent/resources/com/finalist/cmsc/portlets/randomcontent RandomContentPortlet_nl.properties RandomContentPortlet.properties

2009-02-05 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent/resources/com/finalist/cmsc/portlets/randomcontent
In directory 
james.mmbase.org:/tmp/cvs-serv30969/portlets-randomcontent/resources/com/finalist/cmsc/portlets/randomcontent

Added Files:
  Tag: b1_5
RandomContentPortlet_nl.properties 
RandomContentPortlet.properties 
Log Message:
CMSC-1278 Created a new portlet which randomly selects a number of content 
elements from a channel.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-randomcontent/resources/com/finalist/cmsc/portlets/randomcontent
See also: http://www.mmbase.org/jira/browse/CMSC-1278


RandomContentPortlet_nl.properties is new



RandomContentPortlet.properties is new

___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF portlet-randomcontent.xml

2009-02-05 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF
In directory 
james.mmbase.org:/tmp/cvs-serv30969/portlets-randomcontent/src/webapp/WEB-INF

Added Files:
  Tag: b1_5
portlet-randomcontent.xml 
Log Message:
CMSC-1278 Created a new portlet which randomly selects a number of content 
elements from a channel.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF
See also: http://www.mmbase.org/jira/browse/CMSC-1278


portlet-randomcontent.xml is new

___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF/templates/edit_defaults/randomcontent editdefaults.jsp

2009-02-05 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF/templates/edit_defaults/randomcontent
In directory 
james.mmbase.org:/tmp/cvs-serv30969/portlets-randomcontent/src/webapp/WEB-INF/templates/edit_defaults/randomcontent

Added Files:
  Tag: b1_5
editdefaults.jsp 
Log Message:
CMSC-1278 Created a new portlet which randomly selects a number of content 
elements from a channel.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF/templates/edit_defaults/randomcontent
See also: http://www.mmbase.org/jira/browse/CMSC-1278


editdefaults.jsp is new

___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Portlets/portlets-randomcontent project.xml README.txt

2009-02-05 Thread rschellhorn
Update of /var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent
In directory james.mmbase.org:/tmp/cvs-serv30969/portlets-randomcontent

Added Files:
  Tag: b1_5
project.xml README.txt 
Log Message:
CMSC-1278 Created a new portlet which randomly selects a number of content 
elements from a channel.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-randomcontent
See also: http://www.mmbase.org/jira/browse/CMSC-1278


project.xml is new



README.txt is new

___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF/templates/edit_defaults/randomcontent editdefaults.jsp

2009-02-05 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF/templates/edit_defaults/randomcontent
In directory 
james.mmbase.org:/tmp/cvs-serv30883/portlets-randomcontent/src/webapp/WEB-INF/templates/edit_defaults/randomcontent

Added Files:
editdefaults.jsp 
Log Message:
CMSC-1278 Created a new portlet which randomly selects a number of content 
elements from a channel.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF/templates/edit_defaults/randomcontent
See also: http://www.mmbase.org/jira/browse/CMSC-1278


editdefaults.jsp is new

___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF portlet-randomcontent.xml

2009-02-05 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF
In directory 
james.mmbase.org:/tmp/cvs-serv30883/portlets-randomcontent/src/webapp/WEB-INF

Added Files:
portlet-randomcontent.xml 
Log Message:
CMSC-1278 Created a new portlet which randomly selects a number of content 
elements from a channel.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF
See also: http://www.mmbase.org/jira/browse/CMSC-1278


portlet-randomcontent.xml is new

___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Portlets/portlets-randomcontent/src/java/com/finalist/cmsc/portlets/randomcontent RandomContentPortlet.java

2009-02-05 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/java/com/finalist/cmsc/portlets/randomcontent
In directory 
james.mmbase.org:/tmp/cvs-serv30883/portlets-randomcontent/src/java/com/finalist/cmsc/portlets/randomcontent

Added Files:
RandomContentPortlet.java 
Log Message:
CMSC-1278 Created a new portlet which randomly selects a number of content 
elements from a channel.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/java/com/finalist/cmsc/portlets/randomcontent
See also: http://www.mmbase.org/jira/browse/CMSC-1278


RandomContentPortlet.java is new

___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Portlets/portlets-randomcontent README.txt project.xml

2009-02-05 Thread rschellhorn
Update of /var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent
In directory james.mmbase.org:/tmp/cvs-serv30883/portlets-randomcontent

Added Files:
README.txt project.xml 
Log Message:
CMSC-1278 Created a new portlet which randomly selects a number of content 
elements from a channel.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-randomcontent
See also: http://www.mmbase.org/jira/browse/CMSC-1278


README.txt is new



project.xml is new

___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Portlets/portlets-randomcontent/resources/com/finalist/cmsc/portlets/randomcontent RandomContentPortlet.properties RandomContentPortlet_nl.properties

2009-02-05 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent/resources/com/finalist/cmsc/portlets/randomcontent
In directory 
james.mmbase.org:/tmp/cvs-serv30883/portlets-randomcontent/resources/com/finalist/cmsc/portlets/randomcontent

Added Files:
RandomContentPortlet.properties 
RandomContentPortlet_nl.properties 
Log Message:
CMSC-1278 Created a new portlet which randomly selects a number of content 
elements from a channel.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-randomcontent/resources/com/finalist/cmsc/portlets/randomcontent
See also: http://www.mmbase.org/jira/browse/CMSC-1278


RandomContentPortlet.properties is new



RandomContentPortlet_nl.properties is new

___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF/templates/help - New directory

2009-02-05 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF/templates/help
In directory 
james.mmbase.org:/tmp/cvs-serv30847/portlets-randomcontent/src/webapp/WEB-INF/templates/help

Log Message:
Directory 
/var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF/templates/help
 added to the repository



See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF/templates/help
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF/templates/edit_defaults/randomcontent - New directory

2009-02-05 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF/templates/edit_defaults/randomcontent
In directory 
james.mmbase.org:/tmp/cvs-serv30616/portlets-randomcontent/src/webapp/WEB-INF/templates/edit_defaults/randomcontent

Log Message:
Directory 
/var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF/templates/edit_defaults/randomcontent
 added to the repository



See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF/templates/edit_defaults/randomcontent
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF/templates/help/randomcontent - New directory

2009-02-05 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF/templates/help/randomcontent
In directory 
james.mmbase.org:/tmp/cvs-serv30847/portlets-randomcontent/src/webapp/WEB-INF/templates/help/randomcontent

Log Message:
Directory 
/var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF/templates/help/randomcontent
 added to the repository



See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF/templates/help/randomcontent
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF/templates - New directory

2009-02-05 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF/templates
In directory 
james.mmbase.org:/tmp/cvs-serv30616/portlets-randomcontent/src/webapp/WEB-INF/templates

Log Message:
Directory 
/var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF/templates
 added to the repository



See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF/templates
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF - New directory

2009-02-05 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF
In directory 
james.mmbase.org:/tmp/cvs-serv30616/portlets-randomcontent/src/webapp/WEB-INF

Log Message:
Directory 
/var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF
 added to the repository



See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp/WEB-INF
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Portlets/portlets-randomcontent/src/java/com/finalist/cmsc/portlets/randomcontent - New directory

2009-02-05 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/java/com/finalist/cmsc/portlets/randomcontent
In directory 
james.mmbase.org:/tmp/cvs-serv30616/portlets-randomcontent/src/java/com/finalist/cmsc/portlets/randomcontent

Log Message:
Directory 
/var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/java/com/finalist/cmsc/portlets/randomcontent
 added to the repository



See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/java/com/finalist/cmsc/portlets/randomcontent
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp - New directory

2009-02-05 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp
In directory 
james.mmbase.org:/tmp/cvs-serv30616/portlets-randomcontent/src/webapp

Log Message:
Directory 
/var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp 
added to the repository



See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/webapp
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Portlets/portlets-randomcontent/src - New directory

2009-02-05 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src
In directory james.mmbase.org:/tmp/cvs-serv30616/portlets-randomcontent/src

Log Message:
Directory 
/var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src added 
to the repository



See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Portlets/portlets-randomcontent/src/java/com/finalist/cmsc - New directory

2009-02-05 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/java/com/finalist/cmsc
In directory 
james.mmbase.org:/tmp/cvs-serv30616/portlets-randomcontent/src/java/com/finalist/cmsc

Log Message:
Directory 
/var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/java/com/finalist/cmsc
 added to the repository



See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/java/com/finalist/cmsc
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] contributions/CMSContainer_Portlets/portlets-randomcontent/src/java/com/finalist - New directory

2009-02-05 Thread rschellhorn
Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/java/com/finalist
In directory 
james.mmbase.org:/tmp/cvs-serv30616/portlets-randomcontent/src/java/com/finalist

Log Message:
Directory 
/var/cvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/java/com/finalist
 added to the repository



See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-randomcontent/src/java/com/finalist
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


  1   2   3   >