[TYPO3-english] direct_mail TYPO3 6.0.x

2013-05-02 Thread Masod Mohmand

Hi,

if found no information regarding my question ...
Does direct_mail 3.0.4 work with TYPO3 6.0.4?
Any exprerience?

It is not working with 6.1.0:
http://forge.typo3.org/projects/extension-direct_mail/issues

Regards,
Masod
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Re: Give +1 for the Extension Feedback Process

2013-05-02 Thread Elmar Hinz

 Maybe put the domain name into the has and use the IP only for a daily rate
 limit.


We do have some installations with a lot of domains.


With ten domain names you could give ten votes if you want to log in ten times
with different domains. I don't think this would become an overall issue. 


Elmar

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] std. mailform - not sending mail

2013-05-02 Thread Tomas Norre Mikkelsen

Hi,

I have a problem with the TYPO3 std. mailform not sending mails.

The install-tool test-mail works fine, but my mailform mails is not 
sent, not entries in mail.log or error.log


My localconf is like this:
$TYPO3_CONF_VARS['MAIL']['transport'] = 'sendmail';
$TYPO3_CONF_VARS['MAIL']['transport_sendmail_command'] = 
'/usr/sbin/sendmail -bs';


Have tried with sendmail -t too, no different.

Any hints on what could been wrong?

There is only one recipient so its not a matter of how m...@domain.tld 
is written in recipient field.	


TYPO3: 4.5.25

--
Best Regards
Tomas Norre Mikkelsen

TYPO3 Profile: http://forge.typo3.org/users/4289
TYPO3 Developer @ netimage.dk

Follow me at twitter.com/tomasnorre
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Search extensions

2013-05-02 Thread Pero Peric

Hi,

I have a site with thousands of news and many pages with regular 
text/img content. For now, i've been using mnogosearch for a site 
search. Is there anything new that could be used as a replacement for 
it? Many years ago i used indexedsearch but it was not good for large 
sites with many pages. Anything new here? Thx.


Regards.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Search extensions

2013-05-02 Thread Georg Ringer
Hi,

what about solr

georg
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Search extensions

2013-05-02 Thread Pero Peric

On 2.5.2013. 11:14, Georg Ringer wrote:

Hi,

what about solr

georg



I'll give it a look. Thx!

Regards.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Passwords in sha-512

2013-05-02 Thread dje

Hi Jan,
we are also interested in using sha-512 instead of MD5 for our fe_users (and 
be_users if possible). I will have a look at t3sec_saltedpw, but before going 
on, if you already have worked on this and accept to share your work...
thank you

Gérald
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Search extensions

2013-05-02 Thread Jigal van Hemert

Hi,

On 2-5-2013 11:07, Pero Peric wrote:

I have a site with thousands of news and many pages with regular
text/img content. For now, i've been using mnogosearch for a site
search. Is there anything new that could be used as a replacement for
it? Many years ago i used indexedsearch but it was not good for large
sites with many pages. Anything new here? Thx.


The best search solution I've found so far is Solr. You need Java on 
your server or a hosted solr solution if you can't have Java.


There is a newsgroup / forum for solr [1] [2] and a forge project [3] 
for more information and questions you might have.


[1] typo3.projects.solr
[2] http://forum.typo3.org/index.php/f/53/
[3] https://forge.typo3.org/projects/show/extension-solr

--
Jigal van Hemert
TYPO3 CMS Core Team member

TYPO3  inspiring people to share!
Get involved: typo3.org
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Passwords in sha-512

2013-05-02 Thread Jigal van Hemert

Hi,

On 2-5-2013 11:19, dje wrote:

we are also interested in using sha-512 instead of MD5 for our fe_users
(and be_users if possible). I will have a look at t3sec_saltedpw, but
before going on, if you already have worked on this and accept to share
your work...


Jan needed to import users which already have sha hash for their password.

TYPO3 is shipped with the saltedpasswords system extension (in recent 
versions installed by default) which stores salted hash instead of the 
passwords. You can configure which hashing mechanism must be used.


--
Jigal van Hemert
TYPO3 CMS Core Team member

TYPO3  inspiring people to share!
Get involved: typo3.org
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Passwords in sha-512

2013-05-02 Thread Philipp Gampe
Hi Jan Bednarik,

Jan Bednarik wrote:

 Looking at the saltedpasswords, I could overload compareUident method
 with my own implementation that would use sha-512

You should better write an own auth service.
Take a look at the ons provided, e.g. openid

Best regards
-- 
Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln
Documentation – linkvalidator
TYPO3  inspiring people to share!

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Search extensions

2013-05-02 Thread Pero Peric

On 2.5.2013. 11:25, Jigal van Hemert wrote:

Hi,

On 2-5-2013 11:07, Pero Peric wrote:

I have a site with thousands of news and many pages with regular
text/img content. For now, i've been using mnogosearch for a site
search. Is there anything new that could be used as a replacement for
it? Many years ago i used indexedsearch but it was not good for large
sites with many pages. Anything new here? Thx.


The best search solution I've found so far is Solr. You need Java on
your server or a hosted solr solution if you can't have Java.

There is a newsgroup / forum for solr [1] [2] and a forge project [3]
for more information and questions you might have.

[1] typo3.projects.solr
[2] http://forum.typo3.org/index.php/f/53/
[3] https://forge.typo3.org/projects/show/extension-solr



Yeah, i gave it a look. I don't like much the fact that its java based - 
tomcat complicates things specially in Debian environment where you 
can't install everything what you want. Also, i'm not sure how well 
all thing is documented. I think i'll stick with mnogosearch if it still 
works on new TYPO3 installation :-) Thx!


Regards.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Search extensions

2013-05-02 Thread Stephan Schuler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hey there.


The very best bet I have: Solr!

Like Jigal told you: You can use hosted Solr. Search the newsgroup for Oliviers 
offer if you want. As far as I know, it's a fair price. I don't know about 
customizing cores and stuff, but I guess Olivier runs the EXT:Solr schema. So 
this should be really fine.


Or you could try Sphinx search.

A couple of days ago, Elmar asked Dmitry about his framework project. Dmitrys 
reply contained the following:
 The site includes highly customized forums, mail, photo galleries, blogs for 
 people, news, search (using Sphinx engine), favorites, etc. In other words, 
 it is an active community portal.

You could ask Dmitry about his Sphinx engine integration.

I tried Sphinx myself a view weeks ago, but the lag of nice and easy write 
support out of PHP applications made me turn to a full blown Solr based on 
Jetty. But the reason for this mainly was that I wanted to use the index itself 
as the one and only persistence layer, so having only rudimentary and not 
reliable write support here was a complete no-go for me. If you only want to 
improve search speed, the automated MySQL backend to Sphinx mechanism (Sphinx 
can read its source data out of a given MySQL table of view or select query) 
might be perfectly fine for you.


So, maybe Dmitry reads here and is in mood to tell us a little about his Sphinx 
setup.


Kind regards,


Stephan Schuler
Web-Entwickler

Telefon: +49 (911) 539909 - 0
E-Mail: stephan.schu...@netlogix.de
Website: media.netlogix.de



- --
netlogix GmbH  Co. KG
IT-Services | IT-Training | Media
Andernacher Straße 53 | 90411 Nürnberg
Telefon: +49 (911) 539909 - 0 | Fax: +49 (911) 539909 - 99
E-Mail: i...@netlogix.de | Internet: http://www.netlogix.de

netlogix GmbH  Co. KG ist eingetragen am Amtsgericht Nürnberg (HRA 13338)
Persönlich haftende Gesellschafterin: netlogix Verwaltungs GmbH (HRB 20634)
Umsatzsteuer-Identifikationsnummer: DE 233472254
Geschäftsführer: Stefan Buchta, Matthias Schmidt



- -Ursprüngliche Nachricht-
Von: typo3-english-boun...@lists.typo3.org 
[mailto:typo3-english-boun...@lists.typo3.org] Im Auftrag von Pero Peric
Gesendet: Donnerstag, 2. Mai 2013 13:29
An: typo3-english@lists.typo3.org
Betreff: Re: [TYPO3-english] Search extensions

On 2.5.2013. 11:25, Jigal van Hemert wrote:
 Hi,

 On 2-5-2013 11:07, Pero Peric wrote:
 I have a site with thousands of news and many pages with regular
 text/img content. For now, i've been using mnogosearch for a site
 search. Is there anything new that could be used as a replacement for
 it? Many years ago i used indexedsearch but it was not good for large
 sites with many pages. Anything new here? Thx.

 The best search solution I've found so far is Solr. You need Java on
 your server or a hosted solr solution if you can't have Java.

 There is a newsgroup / forum for solr [1] [2] and a forge project [3]
 for more information and questions you might have.

 [1] typo3.projects.solr
 [2] http://forum.typo3.org/index.php/f/53/
 [3] https://forge.typo3.org/projects/show/extension-solr


Yeah, i gave it a look. I don't like much the fact that its java based - tomcat 
complicates things specially in Debian environment where you can't install 
everything what you want. Also, i'm not sure how well all thing is 
documented. I think i'll stick with mnogosearch if it still works on new TYPO3 
installation :-) Thx!

Regards.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

-BEGIN PGP SIGNATURE-
Version: PGP Universal 3.3.0 (Build 8741)
Charset: utf-8

wpUDBQFRglU0pp0IwsibV8MBCCEGA/9oR7+YqVj2bZXtjtjPrYlM2j8vsl2BT6LW
B7FKB874BE4HqByhElIYKcjMeUv9u1qFUHhPj8TTAuqIgtCpQvzkLA6v+SVBRncD
GX5exmNrY8aeENFHJLRD9xsN6De48SQsgOJv/o8qXOcFjCQGn+NNb9QqvDLGbZYM
nmG9UtWAUg==
=HMlk
-END PGP SIGNATURE-
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Search extensions

2013-05-02 Thread Jigal van Hemert

Hi,

On 2-5-2013 13:29, Pero Peric wrote:

Yeah, i gave it a look. I don't like much the fact that its java based -
tomcat complicates things specially in Debian environment where you
can't install everything what you want. Also, i'm not sure how well
all thing is documented. I think i'll stick with mnogosearch if it still
works on new TYPO3 installation :-) Thx!


The extension solr contains an install script that downloads, unpacks 
and configures tomcat and solr for you.


The forge project has a very extensive wiki. The newsgroup (or mailing 
list or forum) for the solr project can easily help you with problems 
you encounter.


I used mnogosearch for one project and the major problem is that it is 
just a site crawler. Indexing records such as news, indexing pages that 
are only accessible for certain user groups, etc. is impossible. Also 
the way solr watches for changes in pages, content, etc. makes that the 
search index is updated quickly and doesn't have to wait for a new 
crawler process.


If mnogosearch suites your needs and if it works, you do have a fast 
search solution.


--
Jigal van Hemert
TYPO3 CMS Core Team member

TYPO3  inspiring people to share!
Get involved: typo3.org
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Search extensions

2013-05-02 Thread Pero Peric

On 2.5.2013. 13:56, Stephan Schuler wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hey there.


The very best bet I have: Solr!

Like Jigal told you: You can use hosted Solr. Search the newsgroup for Oliviers 
offer if you want. As far as I know, it's a fair price. I don't know about 
customizing cores and stuff, but I guess Olivier runs the EXT:Solr schema. So 
this should be really fine.


Or you could try Sphinx search.

A couple of days ago, Elmar asked Dmitry about his framework project. Dmitrys 
reply contained the following:

The site includes highly customized forums, mail, photo galleries, blogs for 
people, news, search (using Sphinx engine), favorites, etc. In other words, it 
is an active community portal.


You could ask Dmitry about his Sphinx engine integration.

I tried Sphinx myself a view weeks ago, but the lag of nice and easy write support out of 
PHP applications made me turn to a full blown Solr based on Jetty. But the reason for 
this mainly was that I wanted to use the index itself as the one and only persistence 
layer, so having only rudimentary and not reliable write support here was a complete 
no-go for me. If you only want to improve search speed, the automated MySQL backend 
to Sphinx mechanism (Sphinx can read its source data out of a given MySQL table of 
view or select query) might be perfectly fine for you.


So, maybe Dmitry reads here and is in mood to tell us a little about his Sphinx 
setup.


Kind regards,


Stephan Schuler
Web-Entwickler


Stephan thx. for info. I bet all this solutions work good but i also bet 
that you need to put much effort into configuring all necessary things 
to get it up to work as intended. It would be nice to have something 
simple as - go to extension manager, download extension, read it's 
manual, install, configure, and u're up and running. This was the case 
with mnogosearch that i used, although i also had problems because there 
were specific version requirements for some part of app. so i had to 
talk to my sysadmin to install compiled version on Debian linux which he 
did, but he was not very happy with it. I believe he will send me to 
hell if i come with a suggestion to install Tomcat + Java just for 
search feature. Hosted solution could work but i really don't know 
details about all this.. I should investigate more. Thx. anyway, i just 
wanted to know what's new and what's been used by community last years ;-)


Regards.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Search extensions

2013-05-02 Thread Ralf-Rene Schröder
also ke_search seems to be a good solution...
http://kesearch.kennziffer.com/

i have many sites with this searchengine, and have no problems...

-- 
image[FORMAT] - Ralf-René Schröder
http://www.image-format.eu ... Wir geben Ihrem Image das richtige Format
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] Re: Re: Passwords in sha-512

2013-05-02 Thread dje

thank you for your answer.
we have a project to secure our information system which uses among others a 
typo3 instance with fe_users passwords hashed with md5 (no salt)...some of 
these fe_users are automatically generated from another database where the 
passwords are stored in plain text (bad!!).  This latter database is our 
reference, i.e. our users can only update their passwords here.
While looking for the best hashing method to use in all our information system, 
I'm having a look to the capabilities concerning authentification/hashing of 
the software we use. We use typo3 but also self-made/free software (web and 
standalone applications, with java, perl and VB.NET as programming langauages + 
apache auth to access our intranet) ...and now I'm on typo3

I didn't use typo3 for a long time, I was a bit lost at first. During my search, I read 
some posts about the saltedpasswords extension, but when searching in the 
extensions of typo3.org for this keyword, I didn't find anything. That's what I had a 
look at t3sec_saltedpw. After reading your post I went to the extension manager of my 
typo3 instance and found the saltedpasswords extension and its manual!! Thank you.

I installed it (with rsaauth + deactivate newloginbox and kb_md5fepw), configured it with 
phpass for BE and FE, put securityLevel to rsa for BE and FE in the install 
tool. All works fine It seems that we can use 3 hash methods (with salt) : phpass, MD5, 
Blowfish.

Tried phpass and MD5 with success.
Now, the next step is to understand how these hashing methods works (how the 
salt is generated, can we give them our own salts) as I can use the same hashes 
for my users in the two databases.
If you have some experiences with this kind of things (synchronizing users 
between a typo3 instance with salted passwords and another database)

Thank you for your help.

Gérald
--
Typo3 4.5.25
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] direct_mail TYPO3 6.0.x

2013-05-02 Thread Olivier Dobberkau
Am 02.05.13 09:28, schrieb Masod Mohmand:

 Does direct_mail 3.0.4 work with TYPO3 6.0.4?

It is not supported yet.
Please have a look at the version in SVN.

Olivier
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Search extensions

2013-05-02 Thread Stephan Schuler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hey there.


Sorry for taking over this thread (a bit). But as long as I go with 
mnogosearch is the final response from the questions author, I guess it's 
allowed to go a bit further.

I didn't know about kesearch, actually. So I did a quick research on it, 
clicked through some examples, screenshots and had a short look to the source.

The one thing I'm missing (compared to any Solr based solution I currently know 
about) is stemming and text processing. You know, something like 
'tests/testing/tester' get stored as 'test' according to English grammar. I 
know there is a MySQL stemming library, but I don't know about its quality and 
I it's not part of default MySQL. I know about some PECL stemming stuff, but I 
don't know about its quality, too. The same goes for some PHP stemmers I know 
about. And actually I'm lost as soon as there is user generated content, since 
all stemming libs I know about rely on properly tokenized words, which is not 
an easy task when it comes to user generated content.

Do you use ke_search *plain* or do you add some text transformation which 
allows some of those advanced search/result mechanisms, like stemmed search 
results or did you mean (fuzzy spelling)?

Kind regards,


Stephan Schuler
Web-Entwickler

Telefon: +49 (911) 539909 - 0
E-Mail: stephan.schu...@netlogix.de
Website: media.netlogix.de



- --
netlogix GmbH  Co. KG
IT-Services | IT-Training | Media
Andernacher Straße 53 | 90411 Nürnberg
Telefon: +49 (911) 539909 - 0 | Fax: +49 (911) 539909 - 99
E-Mail: i...@netlogix.de | Internet: http://www.netlogix.de

netlogix GmbH  Co. KG ist eingetragen am Amtsgericht Nürnberg (HRA 13338)
Persönlich haftende Gesellschafterin: netlogix Verwaltungs GmbH (HRB 20634)
Umsatzsteuer-Identifikationsnummer: DE 233472254
Geschäftsführer: Stefan Buchta, Matthias Schmidt



- -Ursprüngliche Nachricht-
Von: typo3-english-boun...@lists.typo3.org 
[mailto:typo3-english-boun...@lists.typo3.org] Im Auftrag von Ralf-Rene Schröder
Gesendet: Donnerstag, 2. Mai 2013 16:00
An: typo3-english@lists.typo3.org
Betreff: Re: [TYPO3-english] Search extensions

also ke_search seems to be a good solution...
http://kesearch.kennziffer.com/

i have many sites with this searchengine, and have no problems...

- --
image[FORMAT] - Ralf-René Schröder
http://www.image-format.eu ... Wir geben Ihrem Image das richtige Format 
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

-BEGIN PGP SIGNATURE-
Version: PGP Universal 3.3.0 (Build 8741)
Charset: utf-8

wpUDBQFRgpmBpp0IwsibV8MBCCt2A/9V7j5kvK/Up5d3BVId/l5vqMZVsFa9D8mh
4sw1bVKnHnADlUeBFyjlvk6pCrXMWCW15ReBO4JlQfLPdZW6yThRdF51c7G7TEnT
3dFbmNzkoGRKl+W6kkL6VrHKJmvUrOBgZWhiLF8ou50N9DblQLg59CzzEyFVjj4p
DZ+BA/Lp4Q==
=eF6+
-END PGP SIGNATURE-
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] Typolink

2013-05-02 Thread Bernhard Schenkenfelder

musol.10.marks.MN2 = TEXT
musol.10.marks.MN2.value = DB:pages:5:nav_title
musol.10.marks.MN2.typolink.parameter = 5
musol.10.marks.MN2.typolink.ATagParams = style=line-height: 20px; margin-top: 
45px;

The above code snippet acually renders as DB:pages:5:nav_title. Does anyone 
know what the problem is? How else can I create a link with the nav_title field?

Many thanks,
Bernhard
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Typolink

2013-05-02 Thread Stefan Reichelt
Hello Bernhard,

On 02/05/2013 22:55, Bernhard Schenkenfelder wrote:
 musol.10.marks.MN2.value = DB:pages:5:nav_title

.value outputs the given text as plain text and nothing more (well, not
totally...), what you are looking for is the property .data:
musol.10.marks.MN2.data = DB:pages:5:nav_title


Kind regards
Stefan
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Workspace preview issue

2013-05-02 Thread Atul Shinh
Hi All, 

I am using TYPO3 4.7.1 and using the system extension workspaces to make use 
of workspace functionality. 
Bit more about setup 

1. Domain created 
2. Workspace created and required settings done e.g. mount point, owner etc. 

Problem: 

When I create or edit the content in workspace and try to preview it (as shown 
in attached image screen_1), I am unable to see preview rather a Error 404 page 
(as shown in image screen_2). 
I could not find a reason but found that on the preview page there are some JS 
errors. 

Failed to load resource: the server responded with a status of 404 (Not Found) 
http://dev-server/sitename/typo3/%7BwsUrl%7D 
Failed to load resource: the server responded with a status of 404 (Not Found) 
http://dev-server/sitename/typo3/%7BliveUrl%7D 


and if I goto URL in the JS error, there the JS error is 

Uncaught TypeError: Cannot read property 'parentNode' of undefined 
analytics.js:9



Please reply with any reason why this issue is occuring. Moreover on my local 
machine the workspaces are working fine. 

Can it be some environment related issue? 


Thanks for any reply.. 

Atul shinh
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] direct_mail TYPO3 6.0.x

2013-05-02 Thread Jigal van Hemert

Hi,

On 2-5-2013 18:30, Olivier Dobberkau wrote:

Am 02.05.13 09:28, schrieb Masod Mohmand:


Does direct_mail 3.0.4 work with TYPO3 6.0.4?


It is not supported yet.
Please have a look at the version in SVN.


Is there anything that forms a problem for Direct Mail to work with 6.x? 
It's been over half a year when 6.0 was published and for most 
extensions it was rather easy to adapt...


--
Jigal van Hemert
TYPO3 CMS Core Team member

TYPO3  inspiring people to share!
Get involved: typo3.org
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english