[ZWeb] CVS: Products/ZWiki - ZWikiPage.py:1.65
Ken Manheimer
klm@zope.com
Thu, 13 Dec 2001 19:44:03 -0500
Update of /cvs-zopeorg/Products/ZWiki
In directory cvs.zope.org:/tmp/cvs-serv27698
Modified Files:
ZWikiPage.py
Log Message:
Adjusted qualifier.
=== Products/ZWiki/ZWikiPage.py 1.64 => 1.65 ===
send_probs = p.sendMailToSubscribers('',
REQUEST=REQUEST,
- qualifier="deleted wiki page")
+ qualifier="deleted")
folder._delObject(p.id())
elif (REQUEST is not None
@@ -969,7 +969,7 @@
ob.subscribe(userob=userob, sticky=1)
send_probs = ob.sendMailToSubscribers(text=ob._st_data or ob.xread(),
REQUEST=REQUEST,
- qualifier="new wiki page")
+ qualifier="created")
if log:
get_transaction().note(log)
@@ -1352,7 +1352,7 @@
def editTimestamp(self): return str(self._p_mtime)
def sendMailToSubscribers(self, text, REQUEST,
- qualifier='wiki page edits'):
+ qualifier='edited'):
"""
If a mailhost and mail_from property have been configured and
there are subscribers to this page, email text to them.
@@ -1408,7 +1408,7 @@
To: %s
Subject: Wiki updates - %s: %s
-Subscriber notification - %s:
+Wiki page change notification - %s:
%s
--