Skip to content
Snippets Groups Projects
Commit 3c7b03cb authored by Youri van Koppen's avatar Youri van Koppen
Browse files

Updated changelog for 7.x-2.0-beta4.

parent e7806fea
No related branches found
Tags 7.x-1.0-beta3
No related merge requests found
Feeds 7.x 2.0 Beta 4, 2017-09-24
--------------------------------
- Issue #2911282 by MegaChriz: Fixed do not show bundle warning for non-entity
processors.
- Issue #2911281 by MegaChriz: changed messages related to rescheduling imports.
- Issue #2879005 by MegaChriz, anup.singh: fixed array_flip() notice that
occurred when mapping a float value to node author.
- Issue #1962006 by MegaChriz, gordon, twistor: Added hook
hook_feeds_config_defaults() to allow other modules to add extra
configuration.
- Issue #2884308 by ppavels: Fixed import links in admin menu for feed importers
that are attached to a content type which name contains underscores.
- Issue #1360910 by MegaChriz, leendertdb: Added an option for the HTTP Fetcher
to disable caching content fetched via HTTP.
- Issue #2877125 by MegaChriz: Replaced http_request_get() with
feeds_http_request() in order to easier implement more options for HTTP
requests.
- Issue #2662892 by MegaChriz: Do not cache downloaded source statically to
improve PHP memory usage.
- Issue #2854548 by MegaChriz: Don't display a warning about "Attach to content
type" setting being the same as the node processor's content type when the
importer is not attached to a content type.
- Issue #2854548 by MegaChriz: Added warning when user has the "Attach to
content type" setting the same as the node processor's content type.
- Issue #2445477 by MegaChriz: Added validation for combination of settings that
causes the "Process in background" setting to have no effect.
- Issue #2630694 by MegaChriz, twistor: Run background jobs directly in queue.
- Issue #2868134 by MegaChriz: Show next time that the source will be imported.
- Issue #2450365 by MegaChriz, twistor, littledynamo: Fixed importer is not
rescheduled for new sources when using attach to node.
- Issue #2871580 by MegaChriz: Fixed jobs for no longer existing feeds are kept
being scheduled.
- Issue #2871583 by MegaChriz: Fixed feeds jobs are not cleaned up when
uninstalling Feeds.
- Issue #2866377 by permanovd, MegaChriz: Fixed release file handle on
exception.
- Issue #2320781 by MegaChriz: Added validation for feed importer configuration:
check for invalid bundle and invalid language.
- Issue #2839706 by wmostrey, MegaChriz: Allow Feeds Importers to be edited even
when disabled.
- Issue #2867182 by MegaChriz: Added a finishImport() method to FeedsSource to
bundle tasks that need to be done at the end of an import.
- Issue #2867189 by MegaChriz: Added a method to FeedsSource to unlock a feed.
- Issue #2087091 by MegaChriz: Fixed clear states properly after import.
- Issue #2829097 by MegaChriz: fixed don't store raw source in feeds_source
table.
- Issue #2863209 by MegaChriz: fixed class 'FeedsHTTPCache' not found in
_cache_get_object() during/after performing database updates.
- Issue #2860047 by skessler, MegaChriz: Fixed link to feeds log page in
watchdog call.
- Issue #2847312 by mikran, MegaChriz: Added entity metadata properties for
feeds_item GUID and URL.
- Issue #2788125 by MegaChriz, PaulDinelle: Added support for i18n_node bundle
language settings.
- Issue #2857935 by MegaChriz: Fixed failing test
FeedsMapperMultilingualFieldsTestCase::testChangedLanguageImportForExistingNode().
- Issue #2854152 by renatog, MegaChriz: Delete feeds variables when uninstalling
Feeds.
- Issue #2851707 by MegaChriz: Added user validation.
- Issue #2752661 by MegaChriz, geru: build the list of available sources and
targets in feeds_ui_mapping_form() instead of in the theme function, so Feeds
Tamper can alter the form to fix the bug of temporary targets not showing in
the UI.
- Issue #1037188 by saurabh.tripathi.cs, msti, MegaChriz, twistor: Log
exceptions that are thrown when trying to fetch from a HTTP source.
- Issue #2829096 by MegaChriz: Cache result of HTTP source on file system.
- Issue #2828605 by David_Rothstein: fixed "The following module has moved
within the file system" warning that occurred when downloading or enabling a
new module or when enabling a previously installed module that was moved on
the file system.
- Issue #2762339 by MegaChriz: fixed feed node form inherits settings from the
standalone importer when switching from standalone to attach to content type.
- Issue #2839464 by MegaChriz: improved error message for when a download from a
url fails.
- Issue #2379631 by MegaChriz, cboyden, twistor, joelpittet, robhardwick,
dsnopek: fixed field_attach_validate() must be called before programmatic
entity saves.
- Issue #2445997 by MegaChriz: fixed do not load all Feeds plugins in
feeds_forms() when no Feeds form is requested.
- Issue #2838283 by MegaChriz: Fixed failing test
FeedsMapperDateMultipleTestCase::test().
- Issue #2834026 by bburg, MegaChriz: Fixed do not add blank column headers in
CSV template.
Feeds 7.x 2.0 Beta 3, 2016-11-24
--------------------------------
......@@ -488,7 +573,7 @@ Feeds 7.x 2.0 Alpha 6, 2012-10-10
- Issue #1739704 by axel.rutz: Fixed Node lookup by title in Nodeprocessor does
not respect nodetype.
- Issue #1690434 by twistor | jzornig: Fixed Notice: Undefined variable: job in
FeedsSource->scheduleClear() (line 319 of sites/all/modules/feeds/includes/FeedsSource.inc).
FeedsSource->scheduleClear()
- Issue #1703074 by theduke: Added Include parser result in
hook_feeds_presave().
- Issue #1070604 by Bobík: Added Feed's nid in mappings.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment