Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
feeds
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
drupal.org
feeds
Commits
c6468d5a
Commit
c6468d5a
authored
8 years ago
by
Megachriz
Browse files
Options
Downloads
Patches
Plain Diff
Updated changelog for 7.x-2.0-beta3.
parent
23584efb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.txt
+81
-1
81 additions, 1 deletion
CHANGELOG.txt
with
81 additions
and
1 deletion
CHANGELOG.txt
+
81
−
1
View file @
c6468d5a
Feeds 7.x 2.0 Beta 3, 2016-11-24
--------------------------------
- Issue #1870528 by MegaChriz: Added tests for rules event
feeds_import_IMPORTER_ID and the rules action feeds_skip_item. Also specified
bundle for all feeds_import_IMPORTER_ID events (previously this attribute was
only declared for the node processor).
- Issue #1886230 by MegaChriz, generalredneck: fixed invoking rules events
"feeds_before_import" and "feeds_after_import".
- By MegaChriz: add rules as a test dependency for issue #1886230.
- Issue #2822831 by MegaChriz: Fixed only delete non-existent when the option is
explicitly set to FEEDS_DELETE_NON_EXISTENT.
- Issue #1171114 by drclaw, MegaChriz, twistor, impara, cgmonroe, Anas_maw,
azinck, justanothermark, vinmassaro, rhouse, lwalley, patrik.hultgren,
kenpeter, ufku, mahmost: Allow user to choose the method of file handling.
- Issue #1281496 by twistor, MegaChriz, natew: fixed prepend base url for
relative links in entries in atom feeds.
- By MegaChriz: listed variable module as test dependency as somehow the testbot
didn't checkout this module anymore. The variable module is a dependency of
the i18n module.
- Issue #2822679 by MegaChriz: Improved documentation for options --file, --url
and --stdin for the Drush command 'feeds-import'.
- Issue #2790741 by MegaChriz: added timezone option for date:end.
- Issue #2537926 by maximpodorov, MegaChriz, das-peter: Enhance tokens
performance.
- Issue #2778655 by joelpittet: Renamed $form_status in feeds_ui_overview_form()
to $form_state.
- Issue #2485059 by MegaChriz: Added delete protection for user id 1.
- Issue #2490782 by MegaChriz, heykarthikwithu: fixed a few comment docblocks.
- Issue #2771803 by MegaChriz: Added some tests for the CSV template.
- Issue #1570544 by MegaChriz, gaurav.goyal, AndrewsizZ, hpbruna, arrrgh,
vcrkid, firfin: Add UID target to user processor.
- Issue #2655470 by alan-ps, Louis Delacretaz: Added a timezone target to the
user processor.
- Issue #1143280 by David_Rothstein, MegaChriz, dshields, Matt V., marktheshark:
Provide an option to delete the uploaded file after import is done.
- Issue #2719151 by MegaChriz: Fixed don't retrieve title from feed if feed node
does not use the node title field.
- Issue #608408 by MegaChriz, andypost, queenvictoria, pcambra, twistor,
ivanbueno, mparker17, kenorb, agnese.stelce, alan-ps, clemens.tolboom, TommyK,
JurriaanRoelofs, ericduran, ShaunDychko, sir_squall, alex_b, markabur, Kasper
Souren, eiriksm: Added drush integration for Feeds.
- Issue #2225019 by twistor: Make FeedsDateTime stringable.
- Issue #722740 by twistor, mglaman, relaxnow, dooug, willieseabrook,
David_Rothstein, jeffschuler, lapek, Matthew Davidson: Feeds Date mapper
converts imported dates to GMT unless in UNIX timestamp format.
- Issue #2730207 by MegaChriz, twistor: Correction for the fix to log items that
are not UTF-8-encoded.
- Issue #2730207 by MegaChriz: Fixed logging failed items that are not
UTF-8-encoded.
- Issue #2735981 by MegaChriz: Fixed failing branch tests due to new "administer
fields" permission (see also change record #2483307).
- Issue #1611554 by MegaChriz, hanoii, webservant316, PascalAnimateur,
eugene.ilyin: Added support for importing encrypted passwords.
- Issue #1894542 by mikran, MegaChriz: Fixed replace roles with
"Additional roles" when replacing existing users.
- By MegaChriz: corrected a few indentations in plugins/FeedsUserProcessor.inc.
- Issue #1376774 by MegaChriz, PascalAnimateur, dooug, grndlvl, yannickoo,
daveparrish, joelpittet, maxplus, twistor: Added mapping target for user
roles.
- Issue #1804674 by Pancho, travismccauley, MegaChriz: Fixed broken link in
missing feeds plugin message when the feeds_ui module is disabled.
- Issue #2704171 by MegaChriz: Fixed parse RSS feeds that contain additional
whitespace.
- Issue #2704825 by alan-ps, MegaChriz: Fixed import Feeds importer overwrote
importer existing in code without "Replace existing" option set.
- Issue #2648304 by MegaChriz, OWast: RSS 2.0: add support for item->source
element.
- Issue #2645074 by MegaChriz, MiroslavBanov: Could not retrieve title from feed
- support Title module.
- Issue #1621602 by MegaChriz, twistor: Fixed 'Could not retrieve title from
feed' error message for parsers that cannot provide a title from the source.
- Issue #1810442 by David_Rothstein, MegaChriz: Corrected wording on importer
page when there are no unique fields and when using the CSV parser.
- Issue #2382245 by MegaChriz, twistor: Added import links to the admin menu.
- Issue #2690169 by tterranigma, MegaChriz: updated README.txt: documented
feeds_library_dir variable and removed no longer relevant parts.
- Issue #2367829 by MegaChriz, diamondsea: Added descriptions for options for
"Update existing" setting.
Feeds 7.x 2.0 Beta 2, 2016-02-21
--------------------------------
...
...
@@ -257,7 +337,7 @@ Feeds 7.x 2.0 Beta 1, 2015-07-02
to importing importers.
- Fix validation for importing importers.
Feeds 7.x 2.0 Alpha 8, 201
2
-04-22
Feeds 7.x 2.0 Alpha 8, 201
3
-04-22
---------------------------------
- Issue #1555974 by twistor | andyg5000: Fixed Save button should also add field
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment