def __init__(self, zblog):
     ZBlogPublishHandlerBase.__init__(self, u"ZUploadContentPrePublishHandler") #$NON-NLS-1$
     self.zblog = zblog
     self.mediaStoreId = getNoneString( self.zblog.getMediaUploadStorageId() )
     self.uploadContentList = None
     self._getLogger().debug(u"ZUploadContentPrePublishHandler-init: BlogId: %s" % zblog.getId()) #$NON-NLS-1$
     self._getLogger().debug(u"ZUploadContentPrePublishHandler-init: BlogName: %s" % zblog.getName()) #$NON-NLS-1$
Exemple #2
0
 def __init__(self, zblog):
     ZBlogPublishHandlerBase.__init__(
         self, u"ZUploadContentPrePublishHandler")  #$NON-NLS-1$
     self.zblog = zblog
     self.mediaStoreId = getNoneString(self.zblog.getMediaUploadStorageId())
     self.uploadContentList = None
     self._getLogger().debug(
         u"ZUploadContentPrePublishHandler-init: BlogId: %s" %
         zblog.getId())  #$NON-NLS-1$
     self._getLogger().debug(
         u"ZUploadContentPrePublishHandler-init: BlogName: %s" %
         zblog.getName())  #$NON-NLS-1$
Exemple #3
0
 def __init__(self):
     ZBlogPublishHandlerBase.__init__(
         self, u"ZSendTrackbackPublishHandler")  #$NON-NLS-1$
     self.pingSites = None
Exemple #4
0
 def __init__(self):
     ZBlogPublishHandlerBase.__init__(
         self, u"ZWeblogPingPublishHandler")  #$NON-NLS-1$
     self.pingSites = None
 def __init__(self, zblog):
     ZBlogPublishHandlerBase.__init__(self, u"ZCreateAffiliateLinksPublishHandler") #$NON-NLS-1$
     self.zblog = zblog
 def __init__(self):
     ZBlogPublishHandlerBase.__init__(self, u"ZInitContentPrePublishHandler") #$NON-NLS-1$
 def __init__(self):
     ZBlogPublishHandlerBase.__init__(self, u"ZAddTagwordsPrePublishHandler") #$NON-NLS-1$
 def __init__(self):
     ZBlogPublishHandlerBase.__init__(self, u"ZAddPoweredByPrePublishHandler") #$NON-NLS-1$
Exemple #9
0
 def __init__(self, zblog):
     ZBlogPublishHandlerBase.__init__(
         self, u"ZCreateAffiliateLinksPublishHandler")  #$NON-NLS-1$
     self.zblog = zblog
Exemple #10
0
 def __init__(self):
     ZBlogPublishHandlerBase.__init__(
         self, u"ZInitContentPrePublishHandler")  #$NON-NLS-1$
Exemple #11
0
 def __init__(self):
     ZBlogPublishHandlerBase.__init__(
         self, u"ZAddTagwordsPrePublishHandler")  #$NON-NLS-1$
Exemple #12
0
 def __init__(self):
     ZBlogPublishHandlerBase.__init__(
         self, u"ZAddPoweredByPrePublishHandler")  #$NON-NLS-1$
 def __init__(self):
     ZBlogPublishHandlerBase.__init__(self, u"ZSendTrackbackPublishHandler") #$NON-NLS-1$
     self.pingSites = None
 def __init__(self):
     ZBlogPublishHandlerBase.__init__(self, u"ZWeblogPingPublishHandler") #$NON-NLS-1$
     self.pingSites = None