Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-secure/src/java/com/finalist/portlets/secure
In directory 
james.mmbase.org:/tmp/cvs-serv17712/portlets-secure/src/java/com/finalist/portlets/secure

Modified Files:
      Tag: b1_4
        SecureContentPortlet.java SecureContentChannelPortlet.java 
Log Message:
This method is in CMSCportlet


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-secure/src/java/com/finalist/portlets/secure


Index: SecureContentPortlet.java
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-secure/src/java/com/finalist/portlets/secure/SecureContentPortlet.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- SecureContentPortlet.java   4 Apr 2008 14:17:55 -0000       1.1.2.1
+++ SecureContentPortlet.java   6 Apr 2008 20:14:39 -0000       1.1.2.2
@@ -45,12 +45,6 @@
 
           }
 
-
-       private boolean isUserLoggedIn() {
-               return Community.isAuthenticated();
-       }
-
-
        private boolean isSecure(String elementId) {
                Cloud cloud = 
CloudProviderFactory.getCloudProvider().getCloud();
                Node node = cloud.getNode(elementId);


Index: SecureContentChannelPortlet.java
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-secure/src/java/com/finalist/portlets/secure/SecureContentChannelPortlet.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- SecureContentChannelPortlet.java    4 Apr 2008 14:17:55 -0000       1.1.2.1
+++ SecureContentChannelPortlet.java    6 Apr 2008 20:14:39 -0000       1.1.2.2
@@ -42,11 +42,6 @@
                }
        }
 
-
-       private boolean isUserLoggedIn() {
-               return Community.isAuthenticated();
-       }
-
        private List<ContentElement> getContentElements(Node channel, 
List<String> contenttypes, String orderby, String direction, boolean 
useLifecycle, String archive, int offset, int maxNumber, int year, int month, 
int day, HashMap<String,Object> extraParameters) {
                List<ContentElement> result = new ArrayList<ContentElement>();
                if (channel != null) {
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to