CHANGELOG.txt |
CHANGELOG.txt |
|
Feeds 6.x 1.0 Beta 13, 2012-12-18
---------------------------------
- Issue #1017538 by joshuajabbour: Added support for mapping taxonomy term
weights.
- Issue #925716 by tmcw: Fixed Zero values imported as NULL from CSVs using
Feeds.
- Back-port… |
common_syndication_parser.inc |
libraries/common_syndication_parser.inc |
|
Downloading and parsing functions for Common Syndication Parser.
Pillaged from FeedAPI common syndication parser. |
common_syndication_parser.test |
tests/common_syndication_parser.test |
|
|
content.inc |
mappers/content.inc |
|
On behalf implementation of Feeds mapping API for content.module (CCK). |
content_taxonomy.inc |
mappers/content_taxonomy.inc |
|
Enable the user of feeds to map taxonomy terms from the feed for the
current node to content_taxonomy CCK fields. |
date.inc |
mappers/date.inc |
|
On behalf implementation of Feeds mapping API for date |
email.inc |
mappers/email.inc |
|
On behalf implementation of Feeds mapping API for email.module (CCK). |
emfield.inc |
mappers/emfield.inc |
|
On behalf implementation of Feeds mapping API for emfield.module (Embedded
Media Field). |
feeds.api.php |
feeds.api.php |
|
Documentation of Feeds hooks. |
feeds.css |
feeds.css |
|
#edit-feeds-FeedsFileFetcher-upload-wrapper .file-info {
float: left;
width: 200px;
border-right: 1px solid #ddd;
margin-right: 10px;
} |
feeds.info |
feeds.info |
|
name = Feeds
description = Aggregates RSS/Atom/RDF feeds, imports CSV files and more.
package = Feeds
core = 6.x
php = 5.2
dependencies[] = ctools
dependencies[] = job_scheduler |
feeds.install |
feeds.install |
|
Schema definitions install/update/uninstall hooks. |
feeds.module |
feeds.module |
|
Feeds - basic API functions and hook implementations. |
feeds.pages.inc |
feeds.pages.inc |
|
Menu callbacks, form callbacks and helpers. |
feeds.plugins.inc |
feeds.plugins.inc |
|
CTools plugins declarations. |
feeds.test |
tests/feeds.test |
|
Common functionality for all Feeds tests. |
feeds.views.inc |
views/feeds.views.inc |
|
Views integration for Feeds tables. |
FeedsBatch.inc |
includes/FeedsBatch.inc |
|
|
FeedsConfigurable.inc |
includes/FeedsConfigurable.inc |
|
FeedsConfigurable and helper functions. |
FeedsCSVParser.inc |
plugins/FeedsCSVParser.inc |
|
|
FeedsDataHandler.inc |
includes/FeedsDataHandler.inc |
|
Data handler used in FeedsDataProcessor. |
FeedsDataProcessor.inc |
plugins/FeedsDataProcessor.inc |
|
Definition of FeedsDataProcessor. |
FeedsFeedNodeProcessor.inc |
plugins/FeedsFeedNodeProcessor.inc |
|
Class definition of FeedsFeedNodeProcessor. |
FeedsFetcher.inc |
plugins/FeedsFetcher.inc |
|
|
FeedsFileFetcher.inc |
plugins/FeedsFileFetcher.inc |
|
Home of the FeedsFileFetcher and related classes. |
FeedsHTTPFetcher.inc |
plugins/FeedsHTTPFetcher.inc |
|
|
FeedsImporter.inc |
includes/FeedsImporter.inc |
|
FeedsImporter class and related. |
FeedsNodeProcessor.inc |
plugins/FeedsNodeProcessor.inc |
|
Class definition of FeedsNodeProcessor. |
FeedsOPMLParser.inc |
plugins/FeedsOPMLParser.inc |
|
OPML Parser plugin. |
FeedsParser.inc |
plugins/FeedsParser.inc |
|
|
FeedsPlugin.inc |
plugins/FeedsPlugin.inc |
|
Definition of FeedsPlugin class. |
FeedsProcessor.inc |
plugins/FeedsProcessor.inc |
|
|
FeedsSimplePieParser.inc |
plugins/FeedsSimplePieParser.inc |
|
|
FeedsSitemapParser.inc |
plugins/FeedsSitemapParser.inc |
|
|
FeedsSource.inc |
includes/FeedsSource.inc |
|
Definition of FeedsSourceInterface and FeedsSource class. |
FeedsSyndicationParser.inc |
plugins/FeedsSyndicationParser.inc |
|
|
FeedsTermProcessor.inc |
plugins/FeedsTermProcessor.inc |
|
FeedsTermProcessor class. |
FeedsUserProcessor.inc |
plugins/FeedsUserProcessor.inc |
|
FeedsUserProcessor class. |
feeds_date_time.test |
tests/feeds_date_time.test |
|
Tests for FeedsDateTime class. |
feeds_fast_news.data_default.inc |
feeds_fast_news/feeds_fast_news.data_default.inc |
|
|
feeds_fast_news.features.inc |
feeds_fast_news/feeds_fast_news.features.inc |
|
|
feeds_fast_news.feeds_importer_default.inc |
feeds_fast_news/feeds_fast_news.feeds_importer_default.inc |
|
|
feeds_fast_news.info |
feeds_fast_news/feeds_fast_news.info |
|
core = "6.x"
dependencies[] = "data"
dependencies[] = "feeds"
description = "A fast news aggregator built with feeds, creates flat database records from imported feed items."
features[ctools][] =… |
feeds_fast_news.install |
feeds_fast_news/feeds_fast_news.install |
|
Install hooks. |
feeds_fast_news.module |
feeds_fast_news/feeds_fast_news.module |
|
|
feeds_fast_news.test |
feeds_fast_news/feeds_fast_news.test |
|
Tests for feeds_fast_news feature. |
feeds_import.features.inc |
feeds_import/feeds_import.features.inc |
|
|
feeds_import.feeds_importer_default.inc |
feeds_import/feeds_import.feeds_importer_default.inc |
|
|
feeds_import.info |
feeds_import/feeds_import.info |
|
core = "6.x"
dependencies[] = "feeds"
description = "An example of a node importer and a user importer."
features[ctools][] = "feeds:feeds_importer_default:1"
features[feeds_importer][] =… |
feeds_import.module |
feeds_import/feeds_import.module |
|
|