Search found 72 matches

by hanno
Sat Jul 19, 2014 3:54 pm
Forum: Bugs
Topic: Request meta name generator instead of Powered-By
Replies: 8
Views: 8209

Re: Request meta name generator instead of Powered-By

Yeah, maybe my wording was a bit overblown. Basically, the HTML meta tag allows any arbitrary kind of values, so you can invent as much of them as you like.

However, if there is already one standardized it makes sense to use it instead of inventing a new one.
by hanno
Sat Jul 19, 2014 2:43 pm
Forum: Bugs
Topic: Request meta name generator instead of Powered-By
Replies: 8
Views: 8209

Request meta name generator instead of Powered-By

Currently the templates shipped with serendipity have a meta tag like this to indicate the software used: <meta name="Powered-By" content="Serendipity v.2.0-beta1" /> It seems that the meta tag with name "Powered-By" is a s9y invention. However, there is a standardized ...
by hanno
Fri Jun 13, 2014 11:51 pm
Forum: Bugs
Topic: simplecache plugin and RSS not modified header
Replies: 6
Views: 7019

Re: simplecache plugin and RSS not modified header

I've tested your patch on my blog and it seems alright. I re-enabled caching and behaviour is as expected.

Thanks a lot!
by hanno
Wed Jun 04, 2014 12:40 pm
Forum: Bugs
Topic: simplecache plugin and RSS not modified header
Replies: 6
Views: 7019

simplecache plugin and RSS not modified header

I've been using the simplecache plugin for ages now and up until now never experienced any serious problem. However I experienced something odd now: It seems that if you request the RSS feed with an If-modified-Since header it will *always* reply with "304 not modified". Just a testcase: $...
by hanno
Fri Nov 22, 2013 12:33 pm
Forum: Bugs
Topic: Invalid XHTML generated by flattr plugin
Replies: 1
Views: 2382

Invalid XHTML generated by flattr plugin

I just noted that my blog currently doesn't generate valid XHTML code. The cause is the flattr plugin. It produces errors like this: * there is no attribute "data-flattr-uid" * there is no attribute "data-flattr-tags" * there is no attribute "data-flattr-category" You c...
by hanno
Sun Jul 28, 2013 12:14 am
Forum: Bugs
Topic: PHP 5.5 / nl2br plugin / preg_replace() /e modifier
Replies: 12
Views: 10171

PHP 5.5 / nl2br plugin / preg_replace() /e modifier

It seems even with mysqli enabled there are still deprecation issues in serendipity (version 1.7.2) with php 5.5. I get this warning: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/hanno/websites/blog.hboeck.de/htdocs/plugins/serendipity_event_nl2br/serendi...
by hanno
Sat Mar 16, 2013 11:07 am
Forum: Bugs
Topic: spamblock brings strange error
Replies: 7
Views: 5341

Re: spamblock brings strange error

I checked and during I had the spamblock-plugin off, all settings were removed from the database. So I hoped I've resetted the plugins options with that. I think I once set manual keywords, but I think they should be gone now. Where are they stored in the database so I can check? I have: * mod_fcgid...
by hanno
Fri Mar 15, 2013 9:36 pm
Forum: Bugs
Topic: spamblock brings strange error
Replies: 7
Views: 5341

Re: spamblock brings strange error

I just tried uninstalling and reinstalling the spamblock-plugin and all its options and the problem persists. So I don't think there's anything wrong with the config. Garvin, setting production to true makes it work again, however in the backend I get this warning: Warning: Invalid argument supplied...
by hanno
Fri Mar 15, 2013 1:22 pm
Forum: Bugs
Topic: spamblock brings strange error
Replies: 7
Views: 5341

spamblock brings strange error

If I want to send a comment in my blog (recently updated to 1.7-rc3), I get the error message below. I get the same exception when I call the options of the spamblock-plugin in the backend. Fatal error: Uncaught exception 'ErrorException' with message 'Serendipity error: preg_match(): Compilation fa...
by hanno
Sun Sep 25, 2011 5:53 pm
Forum: Plugins
Topic: freetag: Invalid "Related tags" 1 2 3 (bug?)
Replies: 7
Views: 4090

Re: freetag: Invalid "Related tags" 1 2 3 (bug?)

I contacted garvin and he found the issue, the problem was that array_merge doesn't work as intended if there are tags which consist only of numbers. Has been fixed with this cvs commit: http://php-blog.cvs.sourceforge.net/viewvc/php-blog/additional_plugins/serendipity_event_freetag/serendipity_even...
by hanno
Tue Sep 13, 2011 12:00 pm
Forum: Plugins
Topic: freetag: Invalid "Related tags" 1 2 3 (bug?)
Replies: 7
Views: 4090

Re: freetag: Invalid "Related tags" 1 2 3 (bug?)

I think you still misunderstand me: There are no such tags as 1, 2, 3, they just appear in the frontend.
by hanno
Tue Sep 13, 2011 11:48 am
Forum: Plugins
Topic: freetag: Invalid "Related tags" 1 2 3 (bug?)
Replies: 7
Views: 4090

Re: freetag: Invalid "Related tags" 1 2 3 (bug?)

I'm not talking about the tags of the article, but about the "Related tags" on top of the page.
It starts with:

buch copyright politik 1 arbeit ...

(see the 1)
by hanno
Tue Sep 13, 2011 11:27 am
Forum: Plugins
Topic: freetag: Invalid "Related tags" 1 2 3 (bug?)
Replies: 7
Views: 4090

freetag: Invalid "Related tags" 1 2 3 (bug?)

Hi, On some of my tag pages, freetag links to bogus "Related tags" called 1, 2 and 3. See example here: http://www.hboeck.de/plugin/tag/raubdruck These tags don't exist and thus give a 404 (that's why I found them because google webmastertools told me there are invalid links). Any idea wha...
by hanno
Fri Dec 03, 2010 8:41 pm
Forum: Plugins
Topic: Feature request: CC Zero for Creative Commons Plugin
Replies: 1
Views: 1647

Feature request: CC Zero for Creative Commons Plugin

Hi, I'd like to see a possibility in the Creative Commons plugin to select CC Zero. For people who don't know that: CC Zero is not a real license, but a claim that you give up all your rights (very much like public domain, but with a legal text by lawyers, so also people in countries where no real p...
by hanno
Thu Dec 10, 2009 1:12 pm
Forum: Bugs
Topic: PHP 5.3 deprecation warning in Cache_Lite
Replies: 1
Views: 1675

PHP 5.3 deprecation warning in Cache_Lite

I just stepped over some deprecation warnings: Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/hanno/websites/hboeck.de/htdocs/bundled-libs/Cache/Lite.php on line 651 Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/hanno/websites/hboeck.de/htdocs/bundled...