Sending notifications on new content publish only

Author Message

Igor Vrdoljak

Monday 30 April 2007 5:05:38 pm

Hi

I need to tweak subtree notifications to send emails only when new content is published. I have lots of edits on my web site, and it generates too many notification events, so I need to discard edit notifications.

Is there any documentation on this issue (I haven't found any)?

Is the only way of doing this creating my own notification handler? If yes, is there any documentation how to do it?

Thnx

http://www.netgen.hr/eng
http://twitter.com/ivrdoljak

Damien Pobel

Tuesday 01 May 2007 7:32:09 am

Hi Igor,

You can also define a CustomEditHandler that sends a mail only when a content is created : http://serwatka.net/en/blog/ez_publish_3_8_new_custom_edit_handler

Damien
Planet eZ Publish.fr : http://www.planet-ezpublish.fr
Certification : http://auth.ez.no/certification/verify/372448
Publications about eZ Publish : http://pwet.fr/tags/keywords/weblog/ez_publish

Igor Vrdoljak

Tuesday 01 May 2007 11:56:53 am

Yes, I found that solution also, but then I would lose all the stuff notification brings with it. (delayed sending of emails, digest messages...).

All I want to do is to filter out edits of existing objects.

Thnx

http://www.netgen.hr/eng
http://twitter.com/ivrdoljak

Brendan Pike

Tuesday 01 May 2007 6:25:33 pm

It would be good to see that as a default option in the ini files I think as it is something many sites would find useful. Perhaps even with the ability to limit this behavior to certain subtrees or site sections.

Another badly needed setting is the ability to receive notifications about added locations which currently requires a hack.

I suggest you put in a feature request and post the link back here so people can support it.

www.dbinformatics.com.au

We are always interested in hearing from experienced eZ PHP programmers and eZ template designers interested in contract work.

Igor Vrdoljak

Tuesday 08 May 2007 6:01:24 am

I made a quick fix by adding

        if ($versionObject->attribute( 'version' ) != 1)
        {
             return EZ_NOTIFICATIONEVENTHANDLER_EVENT_SKIPPED;
        }

to kernel/classes/notification/handler/ezsubtree/ezsubtreehandler.php , handlePublishEvent function.

This could be done more elegant by custom notification handler, but the change is so small (the line is already there in the file, but commented), and we are currently in a tight time schedule.

I would add it as a feature request, but don't know where. :-)

http://www.netgen.hr/eng
http://twitter.com/ivrdoljak

Xavier Dutoit

Tuesday 08 May 2007 1:58:45 pm

The bug database is waiting for your suggestion !
X+

http://www.sydesy.com

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 22:39:04
Script start
Timing: Jan 18 2025 22:39:05
Module start 'layout'
Timing: Jan 18 2025 22:39:05
Module start 'content'
Timing: Jan 18 2025 22:39:06
Module end 'content'
Timing: Jan 18 2025 22:39:06
Script end

Main resources:

Total runtime1.0761 sec
Peak memory usage4,096.0000 KB
Database Queries70

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0076 591.9609152.6406
Module start 'layout' 0.00760.0044 744.601639.4766
Module start 'content' 0.01201.0625 784.0781652.8047
Module end 'content' 1.07450.0015 1,436.882816.1250
Script end 1.0760  1,453.0078 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.3118160.0002
Check MTime0.00140.1275160.0001
Mysql Total
Database connection0.00140.130010.0014
Mysqli_queries1.001893.0945700.0143
Looping result0.00080.0747680.0000
Template Total1.028195.520.5140
Template load0.00220.203120.0011
Template processing1.025995.334520.5129
Template load and register function0.00010.012710.0001
states
state_id_array0.00200.189510.0020
state_identifier_array0.00280.259020.0014
Override
Cache load0.00180.1719330.0001
Sytem overhead
Fetch class attribute can translate value0.00070.065040.0002
Fetch class attribute name0.00130.123190.0001
XML
Image XML parsing0.00430.398440.0011
class_abstraction
Instantiating content class attribute0.00000.0022110.0000
General
dbfile0.00780.7214280.0003
String conversion0.00000.001140.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
5content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
6content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 22
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs