Search found 10 matches

by ruffp
Thu Jun 12, 2014 12:57 pm
Forum: Development
Topic: Plugin Triggered by scheduler not by user
Replies: 1
Views: 9527

Re: Plugin Triggered by scheduler not by user

Nobody tried that already?
by ruffp
Tue May 27, 2014 5:22 pm
Forum: Using OpenEMM
Topic: A way to inactive recipients for a specific mailinglist
Replies: 2
Views: 5164

Re: A way to inactive recipients for a specific mailinglist

Yes it is exactly like this.. but honestly managing 2 csv files per mailing list seems a big constraint while we can have an option in the dropdown like "cleanup all existing recipients and add/update new ones). I did that from a plugin and it works well (1. take a list of subscribers; 2. opt-o...
by ruffp
Tue May 27, 2014 5:13 pm
Forum: Development
Topic: Is there a way to disable built-in feature from a plugin?
Replies: 2
Views: 9928

Re: Is there a way to disable built-in feature from a plugin

By meaning disable a feature I was thinking a built-in feature (like the Delete All Recipient link). I notice I can disable such link in the user rights, but my question is more like this: If I want to make my own behaviour (like unsubscribre everybody in the mailing) how I can override this through...
by ruffp
Wed May 14, 2014 2:36 pm
Forum: Development
Topic: Is there a way to disable built-in feature from a plugin?
Replies: 2
Views: 9928

Is there a way to disable built-in feature from a plugin?

I have a customer which is not interested by some feature of the product or by some extension of the feature. The question is simple: is it possible to deacivate a feature (let say a link) on a page and provide my own feature instead? For exemple how to override the "Delete selected target grou...
by ruffp
Wed May 14, 2014 10:35 am
Forum: Using OpenEMM
Topic: A way to inactive recipients for a specific mailinglist
Replies: 2
Views: 5164

A way to inactive recipients for a specific mailinglist

Our customer wants to import their recipients from CSV files and they want to cleanup the mailinglist befor importing because the new csv can have new and deleted recipients. I found there is a "Delete recipient of this mailing list" but it really delete the recipients even they are subscr...
by ruffp
Tue May 06, 2014 8:37 am
Forum: Development
Topic: Plugin Triggered by scheduler not by user
Replies: 1
Views: 9527

Plugin Triggered by scheduler not by user

Is there any way to use the built-in scheduler (quartz with Spring) in order to trig my plugin by a scheduler and not manually by the user action (click a button) ? I saw in the source code: <bean class="org.springframework.scheduling.quartz.SchedulerFactoryBean"> <property name="trig...
by ruffp
Fri Apr 25, 2014 10:53 am
Forum: Development
Topic: Label defined messages-plugin.properties accessible from JSP
Replies: 2
Views: 11315

Re: Label defined messages-plugin.properties accessible from

Thanks for your answer. In fact after noticing the "agn" taglib, I tried someting like this: <display:table class="list_table" id="item" name="resultList" excludedParams="*"> <display:column title="<agn:message key="message.key.from.plugin&...
by ruffp
Thu Apr 24, 2014 2:14 pm
Forum: Development
Topic: Label defined messages-plugin.properties accessible from JSP
Replies: 2
Views: 11315

Label defined messages-plugin.properties accessible from JSP

I made a new plugin and I want to know how to refer the keys in the messages-plugin.properties from the JSP. I the blacklist-search plugin sample the titleKey of the display:column referes to a built-in message (titleKey="mailing.E-Mail") but in my case it would be somethin like this: <dis...
by ruffp
Wed Apr 23, 2014 11:11 am
Forum: Development
Topic: Plugin development (extension)
Replies: 1
Views: 9655

Plugin development (extension)

The provided extension are useful but still very simple. Is there any possibility to use the spring framework inside a plugin? I am wondering if it is possible to add new context.xml files and to make the wiring between beans, an example with a HelloWorld Service (injected into the actual helloworld...
by ruffp
Wed Apr 09, 2014 8:51 am
Forum: Using OpenEMM
Topic: Target groups
Replies: 8
Views: 14870

Re: multi-language e-mailing

I have the same problem (text version not available, or HTML version not avaialble on test sending) and this solution make the things works. However I do not want the people not targetted to receive the email, let say if my template is defined for English and German speaking only (two HTML and Text ...