Search found 14 matches

by puck
Sat Jul 28, 2007 8:18 am
Forum: Bugs
Topic: No RSS feed for all categories?
Replies: 15
Views: 8612

Re: No RSS feed for all categories?

Hi, Your browser uses conditional get when you called the URL once. Try: http://blog.etc.gen.nz/rss.php?serendipity[category]=all&nocache=true&blabla=1 Odd, while that didn't work from work, it does work from home. I've added a RewriteRule that converts the normal RSS to a variation on that....
by puck
Thu Jul 26, 2007 11:52 am
Forum: Bugs
Topic: No RSS feed for all categories?
Replies: 15
Views: 8612

Re: No RSS feed for all categories?

Hi Garvin,
garvinhicking wrote:Sorry, you need to use the link I first posted: It's serendipity[category] not serendipity[categories].
Sorry still no dice...
by puck
Thu Jul 26, 2007 6:48 am
Forum: Bugs
Topic: If you have a tag "admin" s9y goes to admin page.
Replies: 6
Views: 3489

Re: If you have a tag "admin" s9y goes to admin pa

Hi Garvin, It's a bit hidden in the file include/functions_permalinks.inc.php, function serendipity_permalinkPatterns(), $PAT['ADMIN']. Awesome. Here is a patch that won't match a tag called admin: diff --git a/include/functions_permalinks.inc.php b/include/functions_permalinks.inc.php index 85680a0...
by puck
Thu Jul 26, 2007 6:38 am
Forum: Bugs
Topic: No RSS feed for all categories?
Replies: 15
Views: 8612

Re: No RSS feed for all categories?

You can achieve what you want by enabled the Smarty Templating option of the Categories sidebar plugin, then edit the plugin_categories.tpl file of your template (copy over the one from templates/default/ if your themes doesn't have it). There you can change the all-categories link to point to &quo...
by puck
Thu Jul 26, 2007 6:27 am
Forum: Bugs
Topic: No RSS feed for all categories?
Replies: 15
Views: 8612

Re: No RSS feed for all categories?

For that you would need to uninstall the "Start Page category" link, or patch the categories sidebar (or other places) to link to the rss.php?serendipity[categories]=all feed instead. Hi Garvin, I've tried using rss.php?serendipity[categories]=all but I still get only the entries shown on...
by puck
Wed Jul 25, 2007 11:03 pm
Forum: Bugs
Topic: If you have a tag "admin" s9y goes to admin page.
Replies: 6
Views: 3489

Re: If you have a tag "admin" s9y goes to admin pa

Phew. I'm sorry, you'Re right. It is a custom Serendipity rewrite rule, that matches 'admin' too broadly: Ah ha, good to know that I'm not crazy. A better fix is to correct pattern. I've a had a look in the code I can't find where it is defined PAT_ADMIN. If you can point in the right direction I'l...
by puck
Wed Jul 25, 2007 10:49 pm
Forum: Bugs
Topic: No RSS feed for all categories?
Replies: 15
Views: 8612

Re: No RSS feed for all categories?

PS. isn't there something wrong with that logic? when i click "syndicate this blog", I want to syndicate to all the entries, and not only to those on the frontpage... People usually want to syndicate exactly what they offer on their frontpage. That's what was requested the past 5 years on...
by puck
Tue Jul 24, 2007 6:14 am
Forum: Bugs
Topic: No RSS feed for all categories?
Replies: 15
Views: 8612

Re: No RSS feed for all categories?

That's true, the RSS feed always displays what your frontpage display. You need to subscribe to http://blog.etc.gen.nz/rss.php?serendipity[category]=all if you want to see all categories. Ah, how confusing. :) So the "All categories" link in the categories sidebar is somewhat misleading. ...
by puck
Tue Jul 24, 2007 6:12 am
Forum: Bugs
Topic: If you have a tag "admin" s9y goes to admin page.
Replies: 6
Views: 3489

Re: If you have a tag "admin" s9y goes to admin pa

Gidday, Seems your redirect is wrong and listens to any occurence of "admin" in the URL? :-) I don't think so. This is my rewrite: RewriteRule ^/serendipity_admin.php(.*) https://blog.etc.gen.nz/serendipity_admin.php$1 [R=301,L] (All on one line of course) So I'd be surprised if that is ma...
by puck
Fri Jul 20, 2007 9:08 am
Forum: Bugs
Topic: If you have a tag "admin" s9y goes to admin page.
Replies: 6
Views: 3489

If you have a tag "admin" s9y goes to admin page.

Hi, I have a number of blog posts tagged with "admin" if they're general admin posts about my blog. The other day I tried clicking on the "admin" tag to see what posts I had. I was somewhat surprised to be redirect to the admin page for my blog. To see this try clicking on the &q...
by puck
Fri Jul 20, 2007 9:05 am
Forum: Bugs
Topic: Start Page Category plugin has typo in config page
Replies: 1
Views: 1720

Start Page Category plugin has typo in config page

Hi,

I've just noticed that the Start Page Category plugin (v1.7) has a typo in the config page. The description for "Multiple initial hide category" reads "If you want to show multiple..." the "show" in there should be "hide".

Cheers!
by puck
Fri Jul 20, 2007 9:03 am
Forum: Bugs
Topic: No RSS feed for all categories?
Replies: 15
Views: 8612

No RSS feed for all categories?

Hi, I've installed the Start Page Category plugin to limit the frontpage to only 2 categories. However now I can't provide an RSS feed of *all* categories. Reading the forum posts it sounds like the default "syndicate this blog" feed should be everything, but it isn't. Any suggestions? My ...
by puck
Wed May 02, 2007 11:57 pm
Forum: Bugs
Topic: IPv6
Replies: 4
Views: 8418

Re: Comments failing from IPv6 clients

garvinhicking wrote:Changing the column to varchar(64) or so in your case should suffice, yes.

I'll patch the upcoming s9y 1.2 version so that this will be the default.
Hey Gavin,

Yes, changing the database seems to have resolved that issue.

Thanks!
by puck
Mon Apr 30, 2007 10:59 am
Forum: Bugs
Topic: IPv6
Replies: 4
Views: 8418

Comments failing from IPv6 clients

Hey, I can't read/speak German but the gist of this message seems familiar. I can't post comments to my blog anymore because I'm now using an IPv6 address. Looking in the serendipity_comments table in my database I see that the IP column is a character varying(15) which implies to me that there are ...