Search found 91 matches

by gregman
Thu Jun 28, 2012 7:19 am
Forum: Generelles in Deutsch
Topic: Verwendung von s9y auf "großen" Websites?
Replies: 3
Views: 2853

Re: Verwendung von s9y auf "großen" Websites?

Hallo, den Showcase hast Du sicher schon gesehen... Ansonsten kann ich aus eigener Erfahrung sagen, dass sich s9y aufgrund seines klar strukturierten Codes und seiner Plugin-Technik für sehr viele Zwecke eignet, die über das Bloggen hinausgehen. Wirklich Sinn macht der Einsatz von s9y aber IMHO nur,...
by gregman
Tue Jun 19, 2012 1:58 pm
Forum: Bugs
Topic: REGEX pattern in serendipity_getUriArguments()
Replies: 23
Views: 13419

Re: REGEX pattern in serendipity_getUriArguments()

Hi, after some time I come back to this issue... mainly because the provided patch does not work for phrases and some other special characters, which are wisely encoded by s9y but my apache aparently decodes when performing a rewrite rule. Here you can see that this bug/behavior is resolved/changed ...
by gregman
Fri May 04, 2012 9:45 am
Forum: Plugins
Topic: serendipity_event_freetag PHP warning
Replies: 1
Views: 2306

serendipity_event_freetag PHP warning

Hi there, serendipity_event_freetag causes a PHP warning "Cannot use a scalar value as an array" on lines 1224+ when extended_smarty is set to true and categories page is called with no entry to print (for some reason in this scenario $eventData is 1). I could fix this by adding if (!is_ar...
by gregman
Thu Apr 26, 2012 2:07 pm
Forum: Plugins
Topic: serendipity_event_staticpage and error_404 (AGAIN)
Replies: 4
Views: 3811

Re: serendipity_event_staticpage and error_404 (AGAIN)

Maybe I don't understand the code right but IMHO it should be as follows: 1) index.php couldn't find a page according to the given url. 2) Now staticpage plugin looks into the permalinks table and finds a page corresponding to the given (nice) url. 3) If the found page is itself defined as 404_error...
by gregman
Tue Apr 24, 2012 8:58 am
Forum: Plugins
Topic: serendipity_event_staticpage and error_404 (AGAIN)
Replies: 4
Views: 3811

Re: serendipity_event_staticpage and error_404 (AGAIN)

I'm sorry but this doesn't make any sense. Serendipity's view isn't "404" any more, when there is a staticpage plugin which can handle the request. This in fact was one of the hardest issues, I had to struggle with, when I rebulit my blog system. I would wish that core and staticpage plugi...
by gregman
Tue Apr 24, 2012 8:49 am
Forum: Bugs
Topic: REGEX pattern in serendipity_getUriArguments()
Replies: 23
Views: 13419

Re: REGEX pattern in serendipity_getUriArguments()

Ok, I see. My Apache was pre installed by my Hosting provider, but have no doubt that it's the commonly spread version on ubuntu 10.04 systems.

Greg
by gregman
Sun Apr 22, 2012 9:48 pm
Forum: Plugins
Topic: serendipity_event_staticpage and error_404 (AGAIN)
Replies: 4
Views: 3811

serendipity_event_staticpage and error_404 (AGAIN)

Hi there, I suggest to add $serendipity['view'] = 'plugin'; unset($serendipity['viewtype']); after $this->error_404 = FALSE; in serendipity_event_staticpage. Reason: If staticpage plugin found that one page is existing, variables $serendipity['view'] and $serendipity['viewtype'] which could formerly...
by gregman
Sat Apr 21, 2012 10:19 am
Forum: Bugs
Topic: REGEX pattern in serendipity_getUriArguments()
Replies: 23
Views: 13419

Re: REGEX pattern in serendipity_getUriArguments()

I still can't imagine why Apache should lose urlencoding on its way... on some systems.... Me neither untill I experienced it on my own system after a server upgrade. I did try the NE flag with no change. Because of the upgrade there are many other construction areas I have to deal with. So I didn'...
by gregman
Fri Apr 20, 2012 5:56 pm
Forum: Bugs
Topic: REGEX pattern in serendipity_getUriArguments()
Replies: 23
Views: 13419

Re: REGEX pattern in serendipity_getUriArguments()

Well, it's that easy: On my server I discovered a problem with serendipity handling searchterms with umlauts. In detail: Searchterms were broken just before an umlaut. As I went to examine whats going on I found, that 1) Apache does not keep the urlencoding when using mod_rwrite. Affected rewrite ru...
by gregman
Fri Apr 20, 2012 5:00 pm
Forum: Bugs
Topic: REGEX pattern in serendipity_getUriArguments()
Replies: 23
Views: 13419

Re: REGEX pattern in serendipity_getUriArguments()

For me your snip does not work for searching as my Permalink is 'search', not Suche. Of course! I thought it would be self-evident to adapt the permalink structure to your own config. I don't have a "clean" blog running right now, so I can't test the default behavior of s9y on my server c...
by gregman
Thu Apr 19, 2012 8:30 pm
Forum: Bugs
Topic: REGEX pattern in serendipity_getUriArguments()
Replies: 23
Views: 13419

Re: REGEX pattern in serendipity_getUriArguments()

In my template the urls are untasted. I just add a "Pxx.html" to the current url. This is really weird. Could you try one more thing on your blog for me, please? In order to have a pretty looking url displayed when a user performs a search I fetch the call and make a 301 redirect to the ni...
by gregman
Tue Apr 17, 2012 6:03 pm
Forum: Bugs
Topic: REGEX pattern in serendipity_getUriArguments()
Replies: 23
Views: 13419

Re: REGEX pattern in serendipity_getUriArguments()

I haven't figured it out in detail. It may have something to do with "allow encoded slashes". As I didn't change the standard config of my hoster, it surley is something that could "happen" to other users as well. Greg EDIT: In your case you did a boolean search which behaves qui...
by gregman
Tue Apr 17, 2012 5:11 pm
Forum: Bugs
Topic: REGEX pattern in serendipity_getUriArguments()
Replies: 23
Views: 13419

Re: REGEX pattern in serendipity_getUriArguments()

Sure, the urls are correctly displayed (e.g.: /Suche/K%C3%BCndigung/P2.html), but my Apache kicks the urlencoding. I could get over this, if I would urlencode all uris with umlauts twice (http://blog.perplexedlabs.com/2008/03/20/mod_rewrite-urlencode-and-special-characters/), but I think its better ...
by gregman
Tue Apr 17, 2012 4:49 pm
Forum: Plugins
Topic: serendipity_event_freetag does not validate...
Replies: 1
Views: 2428

serendipity_event_freetag does not validate...

if 'admin_show_taglist' is disabled. This is caused by a missing opening HTML-tag "fieldset" which is located in the if-statement of 'admin_show_taglist' in lines 912/943 of the plugin. It could be corrected by either moving "fieldset" out of the if-statement or adding an else-st...
by gregman
Tue Apr 17, 2012 4:27 pm
Forum: Bugs
Topic: REGEX pattern in serendipity_getUriArguments()
Replies: 23
Views: 13419

Re: REGEX pattern in serendipity_getUriArguments()

I'm not sure if I got your question right. If you have mod_rewrite enabled the prev/next links in the footer of each search result page looks like described above.

Regards
Greg