I just found a small bug in serendipity_event_statistics:
In the statistic analysis, reachable via control panel, there is a section "Top Kommentatoren" (top commentors or annotator). If a annotator noted the link to his hompage it is shown like:
Top Kommentatoren
Name (Link)
94 Kommentar(e)
Depending how the annotator entered his link, the resulting link is not correct:
Thanks for reporting. However I think the problem is not the trailing slash, but rather that the user forgot to add http:// in front of the link. Thus, the link will read "a href='www.blabla'" and that transform to domain.com/www.blabla instead.
I've fixed this in SVN of s9y now.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Hi Garvin, I checked all comments manually, the leading http:// was always there. Putting a / at the end fixed the problem, so I am quit sure about it.
Can you post the relevant HTML sourcecode of this portion? I cannot imagine how the trailing "/" should be relevant.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
OK, YOU where right. I apologize. In the source code, there are the http:// missing.
I must admit, I did not look into the source code, but in the comments section of the dashboard. However, in the dasboard there seems to be some logic to add a missing http:// transparently. Adding a trailing slash forced the dashboard to save the url-field with the correct heading again and so it looked like to be the problem.
Okay, then I'm happy and the fix in the plugin should work properly
Yes, in fact I copied the code that fixes http:// for comments to the plugin
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/