From #1075206: Feed for "New modules" includes sandbox projects → feed for new "full projects"?.

The patch adds a new RSS feed display attached to project_index page.

The views config is:

  • Display type: Node (Use default site RSS settings)
  • Items to display: 25 (as current rss feed)
  • Argument: Taxonomy: Term ID, Title: %1 feed
  • Sort criteria: Node: Post date desc (as current rss feed)
  • Path: project/%/feed
  • Attach to: Page (project/%/index)

The views is look like as current RSS feed: http://drupal.org/taxonomy/term/14/0/feed

Some examples of new RSS feeds URLs are:

http://example.com/project/modules/feed -> RSS for new full projects modules
http://example.com/project/modules/feed?project-status=1 -> RSS for new sandbox projects modules
http://example.com/project/themes/feed -> RSS for new full projects themes
http://example.com/project/installation+profiles/feed -> RSS for new full projects installation profiles

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

smartinm’s picture

Status: Active » Needs review

Status: Needs review » Needs work

The last submitted patch, project-feed-projects.patch, failed testing.

smartinm’s picture

Status: Needs work » Needs review

Failed test result I think is not related to the patch.

smartinm’s picture

New patch with Views export code cleanup (validate_argument_node_type, validate_argument_vocabulary, etc.)

Status: Needs review » Needs work

The last submitted patch, project-feed-projects-cleanup.patch, failed testing.

smartinm’s picture

Status: Needs work » Needs review
FileSize
3.25 KB

Status: Needs review » Needs work

The last submitted patch, project-feed-projects-newcleanup.patch, failed testing.

smartinm’s picture

Status: Needs work » Needs review
BenK’s picture

Subscribing

christefano’s picture

Status: Needs review » Needs work

The last submitted patch, project-feed-projects-newcleanup.patch, failed testing.

Dave Reid’s picture

FileSize
10.02 KB

I can't get the project/modules/feed path to work on my Drupal.org sandbox. Here's an alternative view based on http://drupal.org/node/1075206#comment-4590370 that has the following:

1. taxonomy/term/[tid]/full/feed - Full project RSS feed
2. taxonomy/term/[tid]/sandbox/feed - Sandbox project RSS feed

Both paths work alongside and do not overwrite the existing taxonomy/term/[tid]/[depth]/feed provided by core.

Vacilando’s picture

Subscribing.

mathieu’s picture

As a temporary workaround, here are two feeds providing separate RSS feeds, using yahoo pipes :

krak’s picture

subscribe

Robin Millette’s picture

subbing

Dave Reid’s picture

Status: Needs work » Needs review

Marking #13 as needs review.

Wim Leers’s picture

@mathieu: thanks for that!

Subscribing.

mathieu’s picture

I just happened to see that http://drupalmodules.com/rss-feeds has a feed for new modules, which only publishes modules that have at least one release. This is an interesting idea for a new module feed.

Itangalo’s picture

Here are two feeds, parsed by Yahoo Pipes.
The filter is set to check the URL, excluding items that contains/doesn't contain "drupal.org/sandbox".

http://pipes.yahoo.com/itangalo/drupalmodules
http://pipes.yahoo.com/itangalo/sandboxmodules

hansfn’s picture

Itangalo, how does your pipes differ from the ones in comment #15 (which seems to work OK).

joep.hendrix’s picture

#21
Wonderfull!

aries’s picture

The pipes mentioned in #15 and #21 are empty now.

Vacilando’s picture

Indeed. I have been using used the latter -- will you bring them back, Itangalo, or should we look for other solutions? Thanks.

Vacilando’s picture

Apparently even the d.o. modules feed is down since the upgrade... it used to be here: https://drupal.org/taxonomy/term/14/0/feed

blainelang’s picture

And the twitter feed has not had any updates since Oct 31 which as I recall was around the time the site was updated to D7.

I miss these feeds!

blainelang’s picture

Version: 6.x-1.x-dev » 7.x-2.x-dev
Category: Feature request » Support request
Issue summary: View changes
Status: Needs review » Active
Vacilando’s picture

Here's a temporary feed of new d.o. projects we can use in the meantime: http://feeds.feedburner.com/latest_drupalorg_projects (only full releases, no sandboxes).

tvn’s picture

Status: Active » Closed (duplicate)
Parent issue: » #2126331: Restore RSS feeds of new modules, themes, distributions

#2126331: Restore RSS feeds of new modules, themes, distributions fixed this. RSS feeds are restored, and they are now separate for full and sandbox projects.