Initial commit of SimpleFeed, a module that parses feeds into nodes. More...
Initial commit of SimpleFeed, a module that parses feeds into nodes. More documentation and a screen cast coming soon. [DB] simplefeed_item.install
View Articlemake better use of the cache when cron times out, this prevents duplication...
make better use of the cache when cron times out, this prevents duplication in the cache. requires a db update, no upgrade path provided. simply drop your cache table and recreate it to make use of...
View Articlefix uninstall to drop cache table
fix uninstall to drop cache table [DB] simplefeed_item.install
View Article- new hook system, modules can alter when feed expires, when feeds are...
- new hook system, modules can alter when feed expires, when feeds are paresed and when feeds are saved cvs commit -m [DB] simplefeed_item.install
View Articlefix feeds that don't have permalinks, patch by bill and ted
fix feeds that don't have permalinks, patch by bill and ted [DB] simplefeed_item.install
View Article#138314, delete nodes too when simplefeed is uninstalled, patch by webchick
#138314, delete nodes too when simplefeed is uninstalled, patch by webchick [DB] simplefeed_item.install
View Articlesignificantly improved duplicate checking, much faster, NOTE - many table...
significantly improved duplicate checking, much faster, NOTE - many table changes, please drop and recreate tables, no upgrade path since this is still under development [DB] simplefeed_item.install
View ArticleUpdated the simplefeed installs to remove parse & save.Removed feed/feed_item...
Updated the simplefeed installs to remove parse & save.\rRemoved feed/feed_item delete so that a migration can be done from simplefeed to feedapi [DB] simplefeed_item.install
View Articlesignificant rewrite of processing algorithm, considerably faster, uses less...
significant rewrite of processing algorithm, considerably faster, uses less memory, lots of small bug fixes [DB] simplefeed_item.install
View Article