Search found 6 matches

by costela
Wed Jul 02, 2008 10:09 pm
Forum: Bugs
Topic: [Feature request] category-RSS when browsing category
Replies: 10
Views: 4811

Hi!

Sorry for the delayed answer, the week has been a bit of a chaotic mess.


Hm, it might get hard to parse them out for Apache 1 only...better to remove it completely for .htaccess, is that possible? I haven't yet properly read the code to understand why named captures are required, though ...
by costela
Fri Jun 27, 2008 5:41 pm
Forum: Bugs
Topic: [Feature request] category-RSS when browsing category
Replies: 10
Views: 4811


1. that named captures might not work in all PHP versions? Do you know since which PCRE this became available? And as for mod_rewrite, does it work for both Apache1 and Apache2?

Tested on PHP5 (5.2.5) and PHP4 (4.4.4).
Unfortunately Apache 1.3.34 doesn't seem to support it. They could be parsed ...
by costela
Wed Jun 25, 2008 11:46 pm
Forum: Bugs
Topic: [Feature request] category-RSS when browsing category
Replies: 10
Views: 4811

Hi,

I put it on http://yourpaste.net/868/ because they have diff syntax highlighting and line numbering. :)

This patch was made on 1.3.1, but applies cleanly to a SVN checkout made yesterday.

Some (many?) comments on the patch:

The changes in compat.inc.php shouldn't probably be there, but I ...
by costela
Tue Jun 24, 2008 7:26 pm
Forum: Bugs
Topic: [Feature request] category-RSS when browsing category
Replies: 10
Views: 4811

Hi,

So, finally got around to writing that patch. Since it's kindda big (292 lines), should I post it here, in a new thread in the Development forum or send via email?
There are probably a few places where your input would be appreciated.


Nice to hear that. We could meet up to discuss the patch ...
by costela
Fri Jun 20, 2008 1:51 am
Forum: Bugs
Topic: [Feature request] category-RSS when browsing category
Replies: 10
Views: 4811

Hi,

Thanks for the pointers!

Would you accept a patch turning the RSS/Atom links in the default template into Smarty variables?
This way I could create a plugin to make the RSS links follow the category and make it available through Spartacus. Perhaps someone else finds this functionality useful ...
by costela
Thu Jun 19, 2008 12:31 am
Forum: Bugs
Topic: [Feature request] category-RSS when browsing category
Replies: 10
Views: 4811

[Feature request] category-RSS when browsing category

Hey there,

It occurred to me that when the user is browsing a specific category, he might expect the RSS provided by that page to also point to a category-specific feed.
I thought it might be a feature worth adding. What are the opinions here in the forum about this?

Then comes the other problem ...