Diff for /MPIWGWeb/MPIWGStaff.py between versions 1.10.2.84 and 1.10.2.85

version 1.10.2.84, 2012/03/22 13:44:54 version 1.10.2.85, 2012/03/22 13:58:50
Line 82  class MPIWGStaff(CatalogAware,ZSQLExtend Line 82  class MPIWGStaff(CatalogAware,ZSQLExtend
     meta_type="MPIWGStaff"      meta_type="MPIWGStaff"
     default_catalog='MembersCatalog'      default_catalog='MembersCatalog'
     departmentList=departmentList      departmentList=departmentList
     _v_cone=None;      #_v_cone=None;
     security=ClassSecurityInfo()      security=ClassSecurityInfo()
           
     def redirect(self,RESPONSE,url):      def redirect(self,RESPONSE,url):
Line 329  class MPIWGStaff(CatalogAware,ZSQLExtend Line 329  class MPIWGStaff(CatalogAware,ZSQLExtend
                   
         self.coneService=getattr(self, "coneServiceURL",coneService)          self.coneService=getattr(self, "coneServiceURL",coneService)
         logging.debug("coneservice:"+self.coneService)          logging.debug("coneservice:"+self.coneService)
         if self._v_cone==None:          
           if getattr(self,'_v_cone',None)==None:
             try:                try:  
                                   
                 self._v_cone=cone=SrvTxtUtils.getHttpData(self.coneService+self.getPersonID())                  self._v_cone=SrvTxtUtils.getHttpData(self.coneService+self.getPersonID())
                 #cone = urllib2.urlopen(self.coneService+self.getPersonID())                                #cone = urllib2.urlopen(self.coneService+self.getPersonID())              
                 #self._v_cone=cone.read()                  #self._v_cone=cone.read()
                 if self._v_cone==None:                  if self._v_cone==None:

Removed from v.1.10.2.84  
changed lines
  Added in v.1.10.2.85


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>