Search found 4 matches

by eckes
Sun Apr 26, 2009 3:18 pm
Forum: Bugs
Topic: Lots of favicon.ico requests on article refresh
Replies: 2
Views: 2396

Lots of favicon.ico requests on article refresh

If I run "Alle Artikel neu cachen" (cache all articles?) in S9Y 1.4 I see roughly 300 requests in my accesslog from the web server itself (PEAR HTTP_Request) for /favicon.ico (which I do not have).

I tried to find the reason for it, but I did not succeed. The string "favicon.ico" is only in the ...
by eckes
Wed Jan 30, 2008 12:14 am
Forum: General discussions
Topic: Show Plugin on...
Replies: 1
Views: 1844

Show Plugin on...

Some Plugins are article list/details specific. Some others allow to select if they should be shown on the index or detail page. However I think most others would benefit from a framework where i can configure on the sidebar list, if i want to see the plugin always or only in article details mode ...
by eckes
Fri Dec 15, 2006 12:52 am
Forum: Bugs
Topic: gravatar event plugin does not cache
Replies: 4
Views: 2976

ok looks fine

eckes , I just commited this to CVS. It looks good to me, but I'd like you to give it a test anyway; I'm worried that the $cache variable will prevent fallback from working properly.

Ok, the diff looks good to me, however I wonder:

$cache_dir = $serendipity['serendipityPath'] . PATH_SMARTY ...
by eckes
Thu Dec 14, 2006 12:48 am
Forum: Bugs
Topic: gravatar event plugin does not cache
Replies: 4
Views: 2976

gravatar event plugin does not cache

Hello, the Gravatar Event Plugin 1.14 has the problem that pickAvatar has a $cache parameter and a $cache static. The later is used for favatars and should be named $cache_dir.

The effect of this is, that gravatars are never cached.

Also: the $cache value should be used for favatars instead of the ...