Closed (won't fix)
Project:
Drupal core
Version:
8.0.x-dev
Component:
aggregator.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2007 at 16:02 UTC
Updated:
29 Jul 2014 at 17:37 UTC
Jump to comment: Most recent file
Comments
Comment #1
boris mann commentedMuch as I would love to see this teleport straight to RTBC, it needs to be reviewed first.
Comment #2
tcblack commentedSorry. I guess I inadvertently ignored protocol.
Comment #3
csevb10 commentedI've replicated what was there in a working patch against 6.x-dev at the moment.
I replaced the l() with the new version of l() for Drupal 6.
theme_aggregator_block_item has the same issue with the misused l() for Drupal 6. I haven't fixed that here, but the code should essentially be identical
Comment #4
catchNo longer applies, bumping to D7.
Comment #5
Shai commentedThe issue of the "blog-it" feature is being discussed now at: http://drupal.org/node/233407
There the conversation is trending against the inclusion of this functionality at all (in core).
Comment #6
boris mann commentedI love how we keep adding and removing this feature every other version. I was p'o'd as hell when it got removed for pretty much no reason. But, times change. The hardcoded bits do need to get removed (probably folded into blog.module), and really, I'd rather see effort put into feedapi-like functionality in core.
Comment #7
casey commentedWe're in alpha fase for D7 already.
I agree on moving this into blog.module or creating a contrib module for it.
Comment #8
devin carlson commentedBlog module has been removed from Drupal 8 as of #233301: Remove blog module from core and you can implement this yourself in a theme/module by overriding the theme function as is done in the original patch.