Tracker log

An overview of recent activity in the tracker.

New issue »Cannot uninstall CMSNotification« added by Dana Cordes

After installing CMSNotification in Plone 3.2.2 zeo from unified installer, my site breaks when the addon is uninstalled.

Added 316 day(s) ago.

Damien Baty added a new response to »Email Timeout - Problems with Plone«:

You should use Secure MaildropHost (http://plone.org/products/securemaildrophost), which allows e-mails to be sent outside of the transaction. It is a must-have if you have a lot of subscribers (or if a lot of users get notified) or if you expect latency with the SMTP server. In fact, it is a must-have unless you are working on a development server. What it does is that it saves e-mails as files on the file system, instead of connecting to a SMTP server and sending e-mails. An independent daemon then regularly looks for those files, connects to the SMTP server and eventually sends the e-mails.

Issue state: unconfirmedrejected.
Responsible manager: (UNASSIGNED)dbaty.
Added 488 day(s) ago.

New issue »Email Timeout - Problems with Plone« added by Michel Bugeja

Plone fails to respond when CMFNotification cannot send email

Traceback (most recent call last):
  File "/opt/Plone-3.0.4/zeocluster/client1/Products/CMFNotification/NotificationTool.py", line 662, in sendNotification
    mailhost.send(this_message)
  File "/opt/Plone-3.0.4/zeocluster/client1/Products/SecureMailHost/SecureMailHost.py", line 158, in send
    subject=subject, encode=encode)
  File "/opt/Plone-3.0.4/lib/python/Products/MailHost/MailHost.py", line 144, in send
    self._send(mfrom, mto, messageText)
  File "/opt/Plone-3.0.4/zeocluster/client1/Products/SecureMailHost/SecureMailHost.py", line 268, in _send
    mail.send()
  File "/opt/Plone-3.0.4/zeocluster/client1/Products/SecureMailHost/mail.py", line 102, in send
    smtpserver = smtplib.SMTP(self.host, self.port)
  File "/opt/Plone-3.0.4/Python-2.4.4/lib/python2.4/smtplib.py", line 244, in __init__
    (code, msg) = self.connect(host, port)
  File "/opt/Plone-3.0.4/Python-2.4.4/lib/python2.4/smtplib.py", line 310, in connect
    raise socket.error, msg
error: (110, 'Connection timed out')

Added 488 day(s) ago.

(anonymous) added a new response to »missing setDefaultsRole«:

I've corrected an error which appear if you add the notification portlet, the last patch is here:

http://paste.org/index.php?id=3499

Added 590 day(s) ago.

New issue »missing setDefaultsRole« added by (anonymous)

Hi!

 in Extensions/Install.py I had to add:

from Products.CMFCore.CMFCorePermissions import setDefaultRoles

[...]

    setDefaultRoles(SUBSCRIBE_PERMISSION, ("Manager",))

to have the product install, otherwise I got "ValueError: The permission "CMFNotification: Subscribe/unsubscribe" is invalid".

 It is CMFNotification 1.1 and plone 2.5.5.

I also have added labels to CMFNotification (and the setDefaultsRoles part too) 1.1 with this patch:

http://paste.org/index.php?id=3498

Hope this is useful :)

Added 590 day(s) ago.

Damien Baty added a new response to »use different template«:

I have replied in the mailing-list. Next time, you may want to state your problem and what you would like to achieve with more details. Had you talked about "using labels in the 1.x release", you would have had a more precise response (the one that I gave on the mailing-list).

Added 612 day(s) ago.

(anonymous) added a new response to »use different template«:

I did read the doc dir in the product, and didn't find a way to do it. Label has been introduced in 2.0, so I've asked if this feature (or equivalent) can be added to 1.1.

 Maybe is better to ask in plone-users, sorry for using the issue traker.

Added 612 day(s) ago.

Damien Baty added a new response to »use different template«:

Online documentation (on plone.org) targets the latest release of CMFNotification, indeed. However, most of it is still valid for older version. To be on the safe side, you can look at the "doc/" folder of the product ("Products/CMFNotification/doc/"): its content always correspond to the release it is shipped with.

Added 612 day(s) ago.

(anonymous) added a new response to »use different template«:

sorry, but I've read the documentation, which refers to 2.0. I would just like to know if it is possible in 1.1 (I need it for Plone 2.5)

Added 612 day(s) ago.

Damien Baty added a new response to »use different template«:

Hello,

You might want to read the documentation: http://plone.org/products/cmfnotification/documentation. You will learn how to define rules, which rule(s) apply, what bindings you can use in your rules and templates.

You may also learn that this issue tracker is for you to report bugs, and not to ask for help. ;)

Issue state: unconfirmedrejected.
Added 613 day(s) ago.

New issue »use different template« added by (anonymous)

hi!

 can I use different templates on mail rules? If not, (the first match?), what variables can I use in the template to do some tal:condition, so I can print different things based on the user which will receive the mail? Thanx.

Added 613 day(s) ago.

Damien Baty added a new response to »Subscription : How avoid mail send for current user when he creates an item ?«:

Issue state: unconfirmedrejected.
Added 642 day(s) ago.

Damien Baty added a new response to »pass urlparameter memberid in overview templates«:

Err... I think that this is not the right issue tracker. ;)

Issue state: unconfirmedrejected.
Added 642 day(s) ago.

Damien Baty added a new response to »Issue with email notification«:

I do not think this error has anything to do with CMFNotification.

The traceback tells you that there is an error in a "Python script". I am not sure, but it could be that a post-transition workflow script of yours is causing this error. You may want to check that.

Issue state: unconfirmedrejected.
Responsible manager: (UNASSIGNED)dbaty.
Added 642 day(s) ago.

New issue »pass urlparameter memberid in overview templates« added by Hans-Peter Locher

The current overview pages accessable from the tasks portlet, like bookings, detailed bookings and task overview, support a urlparameter memberid.

They don't use this urlparameter when constructing links ( like prev/next month ).

Added 642 day(s) ago.

New issue »Issue with email notification« added by (anonymous)

I get this error when I try to create a page and publish. I have setup CMFNotification to send email when a page is created or modified.

I am using Plone 3.0.4 and CMFNotification 2.0 RC

Traceback (innermost last):
  Module ZPublisher.Publish, line 119, in publish
  Module ZPublisher.mapply, line 88, in mapply
  Module ZPublisher.Publish, line 42, in call_object
  Module Products.CMFFormController.FSControllerPythonScript, line 104, in __call__
  Module Products.CMFFormController.Script, line 145, in __call__
  Module Products.CMFCore.FSPythonScript, line 140, in __call__
  Module Shared.DC.Scripts.Bindings, line 313, in __call__
  Module Shared.DC.Scripts.Bindings, line 350, in _bindAndExec
  Module Products.CMFCore.FSPythonScript, line 196, in _exec
  Module None, line 42, in content_status_modify
   - <FSControllerPythonScript at /sdcportal/content_status_modify used for /sdcportal/test-page>
   - Line 42
  Module Products.CMFCore.WorkflowTool, line 245, in doActionFor
  Module Products.CMFCore.WorkflowTool, line 555, in _invokeWithNotification
  Module Products.DCWorkflow.DCWorkflow, line 291, in doActionFor
  Module Products.DCWorkflow.DCWorkflow, line 430, in _changeStateOf
  Module Products.DCWorkflow.DCWorkflow, line 537, in _executeTransition
  Module Shared.DC.Scripts.Bindings, line 313, in __call__
  Module Shared.DC.Scripts.Bindings, line 350, in _bindAndExec
  Module Products.PythonScripts.PythonScript, line 327, in _exec
TypeError: testEmail() takes no arguments (1 given)

Added 644 day(s) ago.

(anonymous) added a new response to »How to set up CMFNotification for Ploneboard«:

It would be better to integrate this into the CMFNotification release version. Notification of new posts on a Ploneboard forum is a highly desirable feature.

Added 687 day(s) ago.

Damien Baty added a new response to »Templates for sending notifications«:

I am not particularly eager to write these templates. Feel free to propose a patch. :)

Issue state: unconfirmedrejected.
Added 717 day(s) ago.

Damien Baty added a new response to »Error caused by lack of email address«:

I have implemented the aforementioned patch in the trunk and in the Plone 2.5 compatibility branch.

Thanks for your collaboration.

Issue state: openresolved.
Added 718 day(s) ago.

(anonymous) added a new response to »Error caused by lack of email address«:

To confirm, the entry I get in the log:

2008-03-27T12:33:47 WARNING CMFNotification Something wrong on member 'ukwebtest'. 'user' value (e-mail address) is 'None'.

Not sure if this has any baring at all, but the above warning appears with or without the ('email', '') fix.

Added 723 day(s) ago.