Ticket #1790 (closed enhancement: fixed)

Opened 3 years ago

Last modified 2 years ago

Categories/date feeds should change the title to something more specific than just the site name

Reported by: remi Assigned to: ryan
Priority: normal Milestone: 2.2
Component: General Version: 1.5.2
Severity: normal Keywords: has-patch commit
Cc:

Description

When an XML feed for category or a date (day, month or year) is viewed, the title of the feed is still "bloginfo_rss('name')" but I think the additionnal info (cat's name, date) should be added after, to not be confused about the main feed.

Well, I modified my WP files to do it, but I'm not sure if I can modify the WP core files on the repository or if the developers has to agree.

It's my first ticket so, well, excuse me if I did something wrong. Excuse me also for my bad english. Thank you.

Attachments

category-title-in-category-feeds.patch (1.9 kB) - added by remi on 12/12/05 17:22:32.
1790.diff (2.1 kB) - added by rob1n on 03/24/07 20:20:33.
UNTESTED. *Theoretically* this should work, but theories don't necessarily work.
1790.2.diff (2.8 kB) - added by rob1n on 03/29/07 01:20:30.

Change History

11/19/05 10:51:16 changed by davidhouse

  • severity changed from normal to enhancement.

Create a patch and use the 'attach file' button to upload it.

12/12/05 17:22:32 changed by remi

  • attachment category-title-in-category-feeds.patch added.

03/10/07 05:50:19 changed by rob1n

  • owner changed from anonymous to rob1n.
  • status changed from new to assigned.

03/10/07 05:50:32 changed by rob1n

I think this is a great idea.

03/12/07 00:41:33 changed by foolswisdom

  • milestone set to 2.3.

03/15/07 02:23:06 changed by rob1n

  • summary changed from Customizable XML feeds for categories and dates to Categories/date feeds should change the title to something more specific than just the site name.

03/18/07 01:32:44 changed by rob1n

  • milestone changed from 2.3 to 2.2.

03/24/07 20:20:33 changed by rob1n

  • attachment 1790.diff added.

UNTESTED. *Theoretically* this should work, but theories don't necessarily work.

03/24/07 20:28:31 changed by rob1n

  • keywords set to has-patch needs-testing.

03/29/07 01:20:30 changed by rob1n

  • attachment 1790.2.diff added.

03/29/07 01:21:16 changed by rob1n

  • keywords changed from has-patch needs-testing to has-patch commit.

Tested, works on r5131.

03/29/07 01:23:17 changed by rob1n

  • owner changed from rob1n to ryan.
  • status changed from assigned to new.

Reassigning to ryan to be committed.

03/29/07 01:29:14 changed by rob1n

  • status changed from new to closed.
  • resolution set to fixed.

(In [5132]) Show more relevant titles (current category, date, etc.) in feed titles. fixes #1790