Home
Why Joomla!?
Blog
Extensions
Enterprise Services
Synagogue Packages
Portfolio
About TNR Global
Contact Us

Enter Amount:



TNR Joomla
Welcome, Guest
Please Login or Register.    Lost Password?
Problem with german "speaking" Mailman
(1 viewing) 1 Guest
Go to bottom
TOPIC: Problem with german "speaking" Mailman
#78
otto06217
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 291102030 Birthday: 08/18
Problem with german "speaking" Mailman 10 Months ago  
Hi,

a had a problem with the configuration. After a code review I found the problem:

In admin.mailinglist.php at line 266

Code:

 
// check the mailman listinfo page for the `example.com Mailing Lists` title
$page = MailmanHelper::get($this->mailmanUrl."/listinfo");
if(!preg_match('/<title>.*?Mailing Lists<\/title>/i',$page)) {
        return false;
}



The preferred language for my Mailman is german, so this statement returns false.

My dirty hack is:

Code:

 // check the mailman listinfo page for the `example.com Mailing Lists` title
$page = MailmanHelper::get($this->mailmanUrl."/listinfo");
/*if(!preg_match('/<title>.*?Mailing Lists<\/title>/i',$page)) {
      return false;
}*/



This can be only a workaround.

Any suggestions?

The intention is clear, bur there must be another way to solve this issue.

Nevertheless I think it is a great piece of software.

Regards

Thorsten
 
Logged Logged
 
Last Edit: 2009/11/04 04:08 By otto06217. Reason: errata
  The administrator has disabled public write access.
#81
CaptainBalou
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Re:Problem with german "speaking" Mailman 9 Months, 3 Weeks ago  
Hi Thorsten, hi all the others,

I couldn't get this component working because of "incorrect settings" - until I saw this thread. With this, really 'quick and dirty', hack saving the settings works!

But I'm not sure if the component works with all functions right now.

Regards
Marco
 
Logged Logged
  The administrator has disabled public write access.
#82
otto06217
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 291102030 Birthday: 08/18
Re:Problem with german "speaking" Mailman 9 Months, 3 Weeks ago  
Hi, folks,

you're right. I didn't explore side effects but it works. The problem seems to be the a form of acknowledge. Is it Mailman or not? IMHO this question is obsolete, because the authentication against Mailman is enough.

I hope there is a maintainer working on it.


Another thing is the problem with the right charset encoding. Joomla 1.5.x prefers utf-8 but mailman iso-8859-1, e.g. "german umlaut" in the description part leads to strange results.

Anyway, this is not the problem.

Is there a Bugtracker for this?

Bye

Thorsten
 
Logged Logged
 
Last Edit: 2009/11/11 03:26 By otto06217.
  The administrator has disabled public write access.
Go to top
© 2010 TNR Global Joomla! Services
The Joomla!® logo is used under a limited license from Open Source Matters in the United States and other countries.
http://www.tnrjoomla.com is not affiliated with or endorsed by Open Source Matters or the Joomla! Project