Projet

Général

Profil

Paste
Télécharger (59,5 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / feeds / CHANGELOG.txt @ ed9a13f1

1
Feeds 7.x 2.0 Beta 4, 2017-09-24
2
--------------------------------
3

    
4
- Issue #2911282 by MegaChriz: Fixed do not show bundle warning for non-entity
5
  processors.
6
- Issue #2911281 by MegaChriz: changed messages related to rescheduling imports.
7
- Issue #2879005 by MegaChriz, anup.singh: fixed array_flip() notice that
8
  occurred when mapping a float value to node author.
9
- Issue #1962006 by MegaChriz, gordon, twistor: Added hook
10
  hook_feeds_config_defaults() to allow other modules to add extra
11
  configuration.
12
- Issue #2884308 by ppavels: Fixed import links in admin menu for feed importers
13
  that are attached to a content type which name contains underscores.
14
- Issue #1360910 by MegaChriz, leendertdb: Added an option for the HTTP Fetcher
15
  to disable caching content fetched via HTTP.
16
- Issue #2877125 by MegaChriz: Replaced http_request_get() with
17
  feeds_http_request() in order to easier implement more options for HTTP
18
  requests.
19
- Issue #2662892 by MegaChriz: Do not cache downloaded source statically to
20
  improve PHP memory usage.
21
- Issue #2854548 by MegaChriz: Don't display a warning about "Attach to content
22
  type" setting being the same as the node processor's content type when the
23
  importer is not attached to a content type.
24
- Issue #2854548 by MegaChriz: Added warning when user has the "Attach to
25
  content type" setting the same as the node processor's content type.
26
- Issue #2445477 by MegaChriz: Added validation for combination of settings that
27
  causes the "Process in background" setting to have no effect.
28
- Issue #2630694 by MegaChriz, twistor: Run background jobs directly in queue.
29
- Issue #2868134 by MegaChriz: Show next time that the source will be imported.
30
- Issue #2450365 by MegaChriz, twistor, littledynamo: Fixed importer is not
31
  rescheduled for new sources when using attach to node.
32
- Issue #2871580 by MegaChriz: Fixed jobs for no longer existing feeds are kept
33
  being scheduled.
34
- Issue #2871583 by MegaChriz: Fixed feeds jobs are not cleaned up when
35
  uninstalling Feeds.
36
- Issue #2866377 by permanovd, MegaChriz: Fixed release file handle on
37
  exception.
38
- Issue #2320781 by MegaChriz: Added validation for feed importer configuration:
39
  check for invalid bundle and invalid language.
40
- Issue #2839706 by wmostrey, MegaChriz: Allow Feeds Importers to be edited even
41
  when disabled.
42
- Issue #2867182 by MegaChriz: Added a finishImport() method to FeedsSource to
43
  bundle tasks that need to be done at the end of an import.
44
- Issue #2867189 by MegaChriz: Added a method to FeedsSource to unlock a feed.
45
- Issue #2087091 by MegaChriz: Fixed clear states properly after import.
46
- Issue #2829097 by MegaChriz: fixed don't store raw source in feeds_source
47
  table.
48
- Issue #2863209 by MegaChriz: fixed class 'FeedsHTTPCache' not found in
49
  _cache_get_object() during/after performing database updates.
50
- Issue #2860047 by skessler, MegaChriz: Fixed link to feeds log page in
51
  watchdog call.
52
- Issue #2847312 by mikran, MegaChriz: Added entity metadata properties for
53
  feeds_item GUID and URL.
54
- Issue #2788125 by MegaChriz, PaulDinelle: Added support for i18n_node bundle
55
  language settings.
56
- Issue #2857935 by MegaChriz: Fixed failing test
57
  FeedsMapperMultilingualFieldsTestCase::testChangedLanguageImportForExistingNode().
58
- Issue #2854152 by renatog, MegaChriz: Delete feeds variables when uninstalling
59
  Feeds.
60
- Issue #2851707 by MegaChriz: Added user validation.
61
- Issue #2752661 by MegaChriz, geru: build the list of available sources and
62
  targets in feeds_ui_mapping_form() instead of in the theme function, so Feeds
63
  Tamper can alter the form to fix the bug of temporary targets not showing in
64
  the UI.
65
- Issue #1037188 by saurabh.tripathi.cs, msti, MegaChriz, twistor: Log
66
  exceptions that are thrown when trying to fetch from a HTTP source.
67
- Issue #2829096 by MegaChriz: Cache result of HTTP source on file system.
68
- Issue #2828605 by David_Rothstein: fixed "The following module has moved
69
  within the file system" warning that occurred when downloading or enabling a
70
  new module or when enabling a previously installed module that was moved on
71
  the file system.
72
- Issue #2762339 by MegaChriz: fixed feed node form inherits settings from the
73
  standalone importer when switching from standalone to attach to content type.
74
- Issue #2839464 by MegaChriz: improved error message for when a download from a
75
  url fails.
76
- Issue #2379631 by MegaChriz, cboyden, twistor, joelpittet, robhardwick,
77
  dsnopek: fixed field_attach_validate() must be called before programmatic
78
  entity saves.
79
- Issue #2445997 by MegaChriz: fixed do not load all Feeds plugins in
80
  feeds_forms() when no Feeds form is requested.
81
- Issue #2838283 by MegaChriz: Fixed failing test
82
  FeedsMapperDateMultipleTestCase::test().
83
- Issue #2834026 by bburg, MegaChriz: Fixed do not add blank column headers in
84
  CSV template.
85

    
86
Feeds 7.x 2.0 Beta 3, 2016-11-24
87
--------------------------------
88

    
89
- Issue #1870528 by MegaChriz: Added tests for rules event
90
  feeds_import_IMPORTER_ID and the rules action feeds_skip_item. Also specified
91
  bundle for all feeds_import_IMPORTER_ID events (previously this attribute was
92
  only declared for the node processor).
93
- Issue #1886230 by MegaChriz, generalredneck: fixed invoking rules events
94
  "feeds_before_import" and "feeds_after_import".
95
- By MegaChriz: add rules as a test dependency for issue #1886230.
96
- Issue #2822831 by MegaChriz: Fixed only delete non-existent when the option is
97
  explicitly set to FEEDS_DELETE_NON_EXISTENT.
98
- Issue #1171114 by drclaw, MegaChriz, twistor, impara, cgmonroe, Anas_maw,
99
  azinck, justanothermark, vinmassaro, rhouse, lwalley, patrik.hultgren,
100
  kenpeter, ufku, mahmost: Allow user to choose the method of file handling.
101
- Issue #1281496 by twistor, MegaChriz, natew: fixed prepend base url for
102
  relative links in entries in atom feeds.
103
- By MegaChriz: listed variable module as test dependency as somehow the testbot
104
  didn't checkout this module anymore. The variable module is a dependency of
105
  the i18n module.
106
- Issue #2822679 by MegaChriz: Improved documentation for options --file, --url
107
  and --stdin for the Drush command 'feeds-import'.
108
- Issue #2790741 by MegaChriz: added timezone option for date:end.
109
- Issue #2537926 by maximpodorov, MegaChriz, das-peter: Enhance tokens
110
  performance.
111
- Issue #2778655 by joelpittet: Renamed $form_status in feeds_ui_overview_form()
112
  to $form_state.
113
- Issue #2485059 by MegaChriz: Added delete protection for user id 1.
114
- Issue #2490782 by MegaChriz, heykarthikwithu: fixed a few comment docblocks.
115
- Issue #2771803 by MegaChriz: Added some tests for the CSV template.
116
- Issue #1570544 by MegaChriz, gaurav.goyal, AndrewsizZ, hpbruna, arrrgh,
117
  vcrkid, firfin: Add UID target to user processor.
118
- Issue #2655470 by alan-ps, Louis Delacretaz: Added a timezone target to the
119
  user processor.
120
- Issue #1143280 by David_Rothstein, MegaChriz, dshields, Matt V., marktheshark:
121
  Provide an option to delete the uploaded file after import is done.
122
- Issue #2719151 by MegaChriz: Fixed don't retrieve title from feed if feed node
123
  does not use the node title field.
124
- Issue #608408 by MegaChriz, andypost, queenvictoria, pcambra, twistor,
125
  ivanbueno, mparker17, kenorb, agnese.stelce, alan-ps, clemens.tolboom, TommyK,
126
  JurriaanRoelofs, ericduran, ShaunDychko, sir_squall, alex_b, markabur, Kasper
127
  Souren, eiriksm: Added drush integration for Feeds.
128
- Issue #2225019 by twistor: Make FeedsDateTime stringable.
129
- Issue #722740 by twistor, mglaman, relaxnow, dooug, willieseabrook,
130
  David_Rothstein, jeffschuler, lapek, Matthew Davidson: Feeds Date mapper
131
  converts imported dates to GMT unless in UNIX timestamp format.
132
- Issue #2730207 by MegaChriz, twistor: Correction for the fix to log items that
133
  are not UTF-8-encoded.
134
- Issue #2730207 by MegaChriz: Fixed logging failed items that are not
135
  UTF-8-encoded.
136
- Issue #2735981 by MegaChriz: Fixed failing branch tests due to new "administer
137
  fields" permission (see also change record #2483307).
138
- Issue #1611554 by MegaChriz, hanoii, webservant316, PascalAnimateur,
139
  eugene.ilyin: Added support for importing encrypted passwords.
140
- Issue #1894542 by mikran, MegaChriz: Fixed replace roles with
141
  "Additional roles" when replacing existing users.
142
- By MegaChriz: corrected a few indentations in plugins/FeedsUserProcessor.inc.
143
- Issue #1376774 by MegaChriz, PascalAnimateur, dooug, grndlvl, yannickoo,
144
  daveparrish, joelpittet, maxplus, twistor: Added mapping target for user
145
  roles.
146
- Issue #1804674 by Pancho, travismccauley, MegaChriz: Fixed broken link in
147
  missing feeds plugin message when the feeds_ui module is disabled.
148
- Issue #2704171 by MegaChriz: Fixed parse RSS feeds that contain additional
149
  whitespace.
150
- Issue #2704825 by alan-ps, MegaChriz: Fixed import Feeds importer overwrote
151
  importer existing in code without "Replace existing" option set.
152
- Issue #2648304 by MegaChriz, OWast: RSS 2.0: add support for item->source
153
  element.
154
- Issue #2645074 by MegaChriz, MiroslavBanov: Could not retrieve title from feed
155
  - support Title module.
156
- Issue #1621602 by MegaChriz, twistor: Fixed 'Could not retrieve title from
157
  feed' error message for parsers that cannot provide a title from the source.
158
- Issue #1810442 by David_Rothstein, MegaChriz: Corrected wording on importer
159
  page when there are no unique fields and when using the CSV parser.
160
- Issue #2382245 by MegaChriz, twistor: Added import links to the admin menu.
161
- Issue #2690169 by tterranigma, MegaChriz: updated README.txt: documented
162
  feeds_library_dir variable and removed no longer relevant parts.
163
- Issue #2367829 by MegaChriz, diamondsea: Added descriptions for options for
164
  "Update existing" setting.
165

    
166
Feeds 7.x 2.0 Beta 2, 2016-02-21
167
--------------------------------
168

    
169
- By MegaChriz: test dependencies should be specified in the main module.info
170
  file and be in the form project:module (see also issue 2651854).
171
- Issue #2662730 by joachim: 'clear-block' CSS class on admin form should be
172
  'clearfix'.
173
- Issue #2638722 by MegaChriz: Improve documentation for
174
  hook_feeds_processor_targets().
175
- Issue #1183440 by twistor, MegaChriz, stefan.r, drclaw, pcambra,
176
  olofjohansson, Calystod, colan, svendecabooter, Bobík, Manish Jain,
177
  AdamGerthel, mErilainen, kervi, Pocketpain et al: Multilingual Feeds - Make
178
  field import language-aware.
179
- Issue #1428272 by OnkelTem, eosrei, jtsnow, Jerenus, liquidcms, acouch,
180
  derhasi, Niremizov, MegaChriz: Added support of encoding conversions to the
181
  CSV Parser.
182
- Issue #2644868 by diamondsea: Skip verification of the certificate's name when
183
  accepting invalid SSL certificates.
184
- Issue #2309471 by Josh Waihi: File Fetcher doesn't obey allowed extensions.
185
- Issue #2117535 by gbirch, MegaChriz, cbfannin, batje, id.alan: fixed Undefined
186
  variable: original_author in _parser_common_syndication_atom10_parse().
187
- Issue #2636342 by AndyF, MegaChriz: Improved documentation of
188
  FeedsConfigurable::__get().
189
- Issue #2637118 by MegaChriz: Use "plural label" for "label plural" from entity
190
  info if available.
191
- Issue #2602508 by MegaChriz: Fixed clear out boolean field when an empty value
192
  is provided.
193
- Issue #1891404 by MegaChriz, twistor, jenlampton: Add a mapper for Updated
194
  date (changed).
195
- Issue #2147341 by milesw: fixed missing bundle property on entity of type
196
  taxonomy_term when replacing existing terms.
197
- Issue #2624344 by grahamC, MegaChriz: Import via pushImport() keeps looping /
198
  never completes.
199
- Issue #2629620 by GuyPaddock, MegaChriz: Fixed template for TSV contains the
200
  word "TAB" instead of tabs.
201
- Issue #2385601 by GerZah, MegaChriz, Jerenus: Sorting feed importers by
202
  readable names.
203
- Issue #2619788 by pcambra: Get instance info from the entity instead of from
204
  the source for file mappings.
205
- By MegaChriz: add entity_translation as a test dependency for issue #1183440.
206
- Issue #2529538 by twistor, MegaChriz, stefan.r, drclaw, olofjohansson, Manish
207
  Jain, et al: Added generic entity language support.
208
- Issue #1950182 by mikran, MegaChriz, twistor: Only update when mapped fields
209
  are updated.
210
- Issue #2556461 by MegaChriz: Fixed importing two hierarchical vocabularies
211
  with overlapping id's.
212
- Issue #2584443 by zniki.ru: http_request_create_absolute_url() ignore last
213
  path in $base_url.
214
- Issue #2533030 by rrfegade, MegaChriz, twistor: Spelling errors in D7.
215
- Issue #1393898 by MegaChriz, twistor: Order Log view by flid instead of
216
  log_time.
217
- Issue #2581135 by Anas_maw, MegaChriz: views integration for feeds source
218
  import date.
219
- Issue #2584157 by MegaChriz: fixed missing mapping targets in the UI for
220
  contrib processors.
221
- Issue #2574789 by MegaChriz: Wrong processor settings set in
222
  FeedsUIUserInterfaceTestCase::testImporterImport().
223
- Issue #2557581 by joelpittet: CSV column names escaped & upload field double
224
  escaping.
225
- By MegaChriz: add i18n_taxonomy as a test dependency for issue #2529538.
226
- Issue #2542416 by twistor, MegaChriz: Allow sources and targets to be marked
227
  as deprecated and hide them from the UI.
228
- Issue #2530670 by MegaChriz: Filter log in Views by "Message".
229
- Issue #2397151 by Pravin Ajaaz: importer UI for CSVs should quote column names
230
  that contain commas.
231
- Issue #2531858 by twistor: Add a FeedsSource::pushImport() method.
232
- Issue #2531706 by twistor: relation "cache_feeds_http" does not exist.
233
- Issue #2531828 by twistor: Simplify db queries in FeedsProcessor.
234
- Issue #1286298 by fietserwin, Triskelion, MegaChriz, charginghawk, osopolar:
235
  Don't create new items, only update existing.
236

    
237
Feeds 7.x 2.0 Beta 1, 2015-07-02
238
--------------------------------
239

    
240
- Issue #2038525 by twistor, larsdesigns, DamienMcKenna: SimplePie Plugin
241
  Installation Documentation in README.txt.
242
- Issue #1449464 by klausi, cbergmann: Own cache Bin for feeds.
243
- Issue #2515196 by twistor: Only transliterate downloaded files.
244
- Issue #2510788 by twistor: Remove query string from path in FeedsEnclosure.
245
- Issue #2514300 by twistor: Fatal error when I try to import feed items.
246
- Issue #2511738 by deminy: Incorrect File Inclusion.
247
- Issue #2509444 by twistor: Field Feeds Presave Not Importing User Fields.
248
- Issue #2509464 by twistor, joelpittet: Feeds module cannot find its parser
249
  module due to filesystem restriction.
250
- Issue #2509464 by twistor, Max1: Feeds module cannot find its parser module
251
  due to filesystem restriction.
252
- Issue #2364103 by Luxian, MegaChriz: Feeds error log crashes when log messages
253
  are too long.
254
- Issue #1953008 by MegaChriz, twistor, klausi: PHP Fatal error:  Nesting level
255
  too deep - recursive dependency? in FeedsProcessor.inc on line 199.
256
- Issue #1107522 by MegaChriz, twistor, ditcheva, nielsonm, franz, Niklas
257
  Fiekas, cthiebault, Uhkis, gcb, mparker17, guillaumev: Framework for expected
258
  behavior when importing empty/blank values + text field fix.
259
- Issue #2092895 by mikran, MegaChriz, twistor: Block users not included in
260
  feed.
261
- Issue #2500185 by angel.h, MegaChriz: Error when having an entity without base
262
  table.
263
- Issue #2496735 by twistor, diarmy: For PHP 5.6.0 and above, Feeds should allow
264
  the use of cURL if open_basedir is enabled.
265
- Issue #1848498 by twistor: Respect allowed file extensions in file mapper.
266
- Issue #2502419 by klausi: Log messages XSS attack vector.
267
- Issue #2495145 by twistor, cashwilliams, greggles, klausi: Possible XSS in
268
  PuSHSubscriber.inc.
269
- Issue #2488036 by MegaChriz, orannezelehcim: Modules that define both an
270
  importer and a plugin can not be disabled.
271
- Issue #2333029 by twistor, MegaChriz: Extend mapping API to allow for defaults
272
  and multiple callbacks.
273
- Issue #2497507 by twistor: Pass plugin definition to FeedsPlugin objects.
274
- Add test for #2489006.
275
- Issue #2489006 by donquixote: Uninitialized array in
276
  taxonomy_feeds_set_target().
277
- Issue #2497729 by twistor: Implement all methods on FeedsMissingPlugin.
278
- Issue #2469219 by MegaChriz, twistor: Remove the Generic Entity Processor.
279
- Issue #1058424 by thijsvdanker: Port date mapper patch to d7 version to
280
  support dates before 13 Dec 1901.
281
- Issue #2427497 by ttaylor249: Fetching feed via SSL through proxy doesn't
282
  work.
283
- Issue #1978722 by klausi, ultimike: Entity property info for feeds node is
284
  broken.
285
- Issue #1988970 by msti: FeedsCSV parser - download template should use the
286
  default delimiter.
287
- Issue #2468401 by jiff: HTTP fetcher does not correctly decode urlencoded
288
  basic auth params.
289
- Issue #1815070 by twistor, joelpittet: No more mapping for numeric (boolean,
290
  decimal, integer, floats, and lists of them) fields.
291
- Issue #2339383 by mikran, MegaChriz, joelpittet: Items missing from feeds do
292
  not affect item hash even when action is taken based on that.
293
- Issue #2333009 by MegaChriz: Add importer validator for Views.
294
- Issue #2415283 by MegaChriz: Some tests are not executed by testbot.
295
- Issue #1829212 by alan-io1, agupta, MegaChriz, ac: SQLSTATE[42S22]: Column not
296
  found: 1054 Unknown column 'feeds_item.entity_type' in 'on clause'.
297
- Issue #2419111 by make77, MegaChriz: Configuration option to allow invalid SSL
298
  certificates is not used when option "Auto detect feeds" is enabled.
299
- Issue #2357981 by MegaChriz: hook_feeds_presave: $entity_id is missing.
300
- Issue #2011240 by ressa, Abelito: How to import the description of a file?.
301
- Issue #2397219 by joachim, MegaChriz: docs for my_module_mapper_unique() don't
302
  match implementation in tests.
303
- Issue #2397199 by joachim, MegaChriz: summary line for
304
  hook_feeds_processor_targets_alter() docs mentions nodes & is too long.
305
- Remove unused code from common_syndication_parser.inc.
306
- Issue #1982286 by AdamPS: Recoverable fatal error.
307
- Issue #2341407 by vinmassaro, twistor: Fix missing file/image mappings caused
308
  by #1080386 by adding :uri to mappings.
309
- Issue #2379915 by hydrant-mark, twistor: Taxonomy Mapper: Assumes there will
310
  only ever be one matching term.
311
- Issue #2387419 by MegaChriz: Auto detect dependencies when putting Feeds
312
  importer in a feature.
313
- Issue #2363779 by Niremizov, MegaChriz: CSVParser Source form translation fix.
314
- Issue #2053355 by ufku, vinmassaro: Notice: Undefined variable: file
315
  FeedsParser.inc:388.
316
- Issue #2390199 by GuyPaddock: Unhelpful failure upon uploading an empty CSV
317
  file.
318
- Issue #2308343 by MegaChriz, twistor, joelpittet, kruser: File upload
319
  disappears with Bootstrap Theme (abuse of #description in
320
  theme_feeds_upload()).
321
- Issue #1887632 by joelpittet: Exception: Empty configuration identifier.
322
- Issue #2379407 by twistor, MegaChriz: Make module required if plugins are in
323
  use.
324
- Issue #2248009 by twistor | djdevin: Fixed Remove the population of
325
  ->source_config from FeedsPlugin.
326
- Issue #2218999 by fietserwin: Fixed Warning: Invalid argument supplied for
327
  foreach() in element_children() (line 6420 of includes\common.inc).
328
- Issue #2349245 by Niremizov: Fixed error on importing empty csv file with no
329
  headers.
330
- Issue #2339983 by mikran: Fixed Unpublished nodes message has a wrong
331
  format_plural() parameter.
332
- Issue #2328605 by ekes, twistor: Fixed Unique item checking:
333
  FeedsProcessor::existingEntityId().
334
- Issue #2305919 by twistor: Fixed Return 404 when trying to edit a non-existent
335
  feed.
336
- Issue #1062178 by mansspams, MegaChriz, gmclelland, specky_rum, Dave Reid |
337
  iccle: Added configuration option to allow invalid/unverified or (self
338
  certified) SSL certificates.
339
- Issue #1470530 by stefan.r, GaëlG, mikran, Cottser, gnucifer, MegaChriz,
340
  vinmassaro, kostajh, Mithrandir, riho, jaanhoinatski, nrambeck, byronveale,
341
  dbassendine, PsycleInteractive, imclean: Added Unpublish/Delete nodes not
342
  included in feed.
343
- Issue #2305929 by twistor, MegaChriz: Show message that mapping settings must
344
  be saved after changes.
345
- Issue #2304247 by MegaChriz, undertext | twistor: Update included Feeds Import
346
  Feature.
347
- Issue #2307379 by twistor: Fixed Add FeedsConfigurable::hasConfigForm().
348
- Issue #661606 by MegaChriz, twistor, Cottser, scottrigby, manojbisht_drupal,
349
  Mohammed J. Razem, agileadam, emilyf, tmsimont, bradjones1, hairqles,
350
  ldavisrobeson, selim13, a.ross, chromix, g089h515r806 | lunk_rat: Added
351
  Support unique targets in mappers.
352
- Issue #2008168 by JeroenT | scottalan: Update included Feeds News Feature.
353
- Issue #2224643 by hanoii, MegaChriz: Added Support for input format
354
  configuration on a per-field basis .
355
- Issue #1981504 by twistor | Dale Baldwin: Fixed Status Report has a
356
  notification to install SimplePie library when SimplePie module isn't even
357
  installed.
358
- Issue #962912 by twistor, MegaChriz, Peacog, Niklas Fiekas | willmoy: Added
359
  Mapping to node summary.
360
- Backport assertFieldByXPath fix from 8.x.
361
- Issue #2175525 by MegaChriz | Max2505: Added User admin is not authorized to
362
  create content type.
363
- Issue #2275893 by twistor, dagomar: Fixed Process in background doesn't work
364
  on non-periodic imports.
365
- Issue #2275893 Add tests for import in background.
366
- Add a long csv file where the guids are ordered.
367
- Fix FeedsWebTestCase::removeMappings.
368
- Issue #1561200 by szt, osopolar: Added Use machine names for better
369
  identification of similar field names.
370
- Issue #2192819 by twistor, klausi: FeedsHTTPFetcherResult should store the
371
  result between batches.
372
- Issue #1231332 by klausi, twistor | nyl auster: Periodic import imports only
373
  one file per cron.
374
- Issue #2192851 by klausi: Hook_feeds_after_import() should have access to
375
  exceptions.
376
- Issue #2190551 by twistor: Hook_feeds_before_import only executes during form
377
  submission.
378
- Issue #1852048 by ianthomas_uk: Comments suggest exceptions are ignore, when
379
  in fact they are rethrown.
380
- Issue #1722180 by pcambra: Clear plugins cache on feeds_cache_clear.
381
- Issue #2093651 by twistor: Simplify target callbacks.
382
- Issue #1305698 by dman: Additional validation when creating terms - assert the
383
  Vocabulary is valid.
384
- Issue #1113312 by Niklas Fiekas: Show import page in admin overlay.
385
- Issue #2053355 by osopolar: Notice: Undefined variable: file
386
  FeedsParser.inc:388.
387
- Issue #1537776 by David_Rothstein | RyFo18: Importing a single 21st century
388
  year defaults to the current year.
389
- Issue #1333266 by dastagg | webchick: Link to feed importers broken when no
390
  feed importers exist.
391
- Issue #1951736 by twistor, John Morahan: Discovery sometimes fails.
392
- Issue #1996240 by msti, MegaChriz: Duplicate fields in CSV template.
393
- Issue #930652 by twistor, tristanoneil | alex_b: Expiry batching broken.
394
- Issue #1884516 by aaronbauman: Import with taxonomy term mapping fails if term
395
  name exceeds db size.
396
- Issue #2046335 by twistor, j0rd: Http:// prefix and error 1002.
397
- Issue #1485870 by brad.bulger, twistor: Remove custom error reporting for
398
  SimplePie.
399
- Issue #2178563 by twistor | alibama: Entityform does not seem to work.
400
- Issue #2174303 by twistor | bdanin: Feeds importer importer -- context and
401
  mapping not working.
402
- Issue #1107522 by ditcheva, Uhkis, cthiebault, franz, nielsonm, Niklas Fiekas,
403
  twistor, mparker17, Lasac, guillaumev | jptl: Framework for expected behavior
404
  when importing empty/blank values + text field fix.
405
- Issue #1033202 by jamesdixon, jamsilver, twistor, james.williams, Steven
406
  Jones, vordude, j0rd, mErilainen, gmario, rickmanelius, imclean, dasjo,
407
  guillaumev, jlyon, gilgabar, elliotttf, mukesh.agarwal17, patcon, wesnick,
408
  Bevan, kreynen, Grayside, fago, spotzero: [Meta] Generic entity processor.
409
- Issue #2149829 by chilic: Import/Update 0 value to text field.
410
- Issue #2150989 by chilic | osopolar: SimpleTest fails: Undefined index:
411
  content-type, Notice file: http_request.inc Line: 57.
412
- Issue #1984962 by mvd81NL, redsd, twistor: Fixed Use a 0 as mapping source.
413
- Issue #1159806 by VladimirAus, bigjim | Slim Pickens: Added proxy support.
414
- Issue #1989196 by beeradb: Fixed Never Pass FeedsDateTime objects into
415
  date_create().
416
- Issue #1222750 by Brandonian, twistor, lyricnz: Added SimplePie 1.3 support.
417
- Issue #1080386 by elizzle, twistor, rhouse, AndyF, chadmkidner, retiredpro,
418
  slefevre1, moonray, asgorobets, jwmeyerson: Added How to get title and alt
419
  fields into your image import for drupal 7 feeds.
420
- Use user-supplied id if available on import.
421
- Issue #777888 by WorldFallz, liquidcms, firfin, tmsimont | timwood: Followup
422
  to importing importers.
423
- Fix validation for importing importers.
424

    
425
Feeds 7.x 2.0 Alpha 8, 2013-04-22
426
---------------------------------
427

    
428
- Issue #1555974 by twistor | andyg5000: Fixed Save button should also add field
429
  mapping; Add button should also save config changes.
430
- Allow 0 as a term name.
431
- Issue #630288 by kulfi: Added import date compatibility issues with Google
432
  Groups' feeds.
433
- Issue #1878254 by facine: Fixed SimplePie download page url.
434
- Issue #1166100 by twistor | Niklas Fiekas: Fixed Notices and warnings on
435
  mapping page, when no content type is selected for NodeProcessor.
436
- Issue #1941302 by jshimota01: Fixed Radio buttons hidden in IE 7.
437
- Fix formatting of feeds_ui.css
438
- Issue #1362378 by gordon, colan, Sutharsan, MegaChriz | mukesh.agarwal17:
439
  Added is_new addtribute to feeds_item.
440
- Fixed: missing comma.
441
- Issue #1961998 by gordon: Added new hook hook_feeds_before_update().
442
- Issue #1025468 by 30equals: Added Allow operations to be performed on disabled
443
  Importers.
444
- Issue #1953008 by MegaChriz | carn1x: Fixed PHP Fatal error:  Nesting level
445
  too deep - recursive dependency? in FeedsProcessor.inc on line 199.
446
- git commit -m Issue
447
- Fix capitalization of Feeds on Importer import page.
448
- Issue #777888 by WorldFallz, liquidcms, firfin | timwood: Added UI to import
449
  views-style exportable (a.k.a. How to import importers?).
450
- Issue #697842 by eiriksm, franz, Webmaster Perpignan: Added Support array of
451
  values for dates.
452
- Tests for #1019688.
453
- Issue #1019688 by johnv, philipz, twistor, sin, ts145nera, David Hernández:
454
  Fixed Taxonomy mapper options: term name +tid, term name, tid, guid (avoids
455
  mapping error for Numeric taxonomy term, too).
456
- Issue #1958864 by DamienMcKenna: Fixed 'Division by zero' error in
457
  feeds_update_7208.
458
- Issue #1147734 by philipnorton42, znerol, David_Rothstein, twistor | johnv:
459
  Added Import files in public://feeds/ vs. private://feeds/.
460
- Issue #857216 by yareckon, wuinfo: behavior on importing empty/NULL/invalid
461
  dates.
462
- Fix coding standards.
463
- Ensure that headers is always set.
464
- Fix uid validation for Node processor.
465
- Issue #1201638 by rfay: Fixed Plugins should be listed in info file.
466
- Issue #1848726 by ojohansson, twistor: Fixed Hash check fails when running
467
  multiple importers on cron.
468
- Issue #1620110 by Cottser, JvE | Alan D.: Fixed Update default views fixes
469
  'Missing text format: 1.' in watchdog.
470
- Issue #1156982 by dooug, dotman: Fixed SQLSTATE[HY000]: General error: 1366
471
  Incorrect integer value: '' for column 'last_comment_uid()' at row 1.
472
- Issue #1660950 by valthebald: Fixed FeedsSource expects stored  to be array,
473
  which is not always the case.
474
- Use bundle() method.
475
- Use plugin key rather than class name.
476
- Issue #1300940 by colin_young: Fixed Undefined Index: unique in
477
  FeedsCSVParser.inc.
478
- Issue #1874322: Remove PHP version check from Common Syndication Parser.
479
- Issue #1870528 by cmriley: Fixed Undefined index: content_type() in
480
  feeds_rules_event_info() (line 56 feeds/feeds.rules.inc.
481
- Issue #1711648 Upgrade path.
482
- Issue #1711648 by twistor: Fixes for tests.
483
- Issue #1711648 by twistor: Abstract bundle handling.
484
- Issue #1827780 by pfrenssen: Type hinting missing from
485
  hook_feeds_parser_sources_alter() callback example.
486
- Issue #1825016 by David_Rothstein: Make it easier for the FeedsCSVParser
487
  source form to be altered.
488
- Issue #1744570 by Staratel: Added Invoke Before import event before start
489
  import.
490
- Move static method to member method.
491
- Issue #1843146 by twistor: Add pluginType() method to be able to determine the
492
  plugin type without having to lookup the inheritance.
493
- Always set is_new on node create rather than node_save().
494
- Re-fix replace existing behavior.
495
- Fix replace existing behavior.
496
- Issue #1165506 by Mile23 | 7wonders: Added pipe delimiter to csv parser.
497
- Use user_delete_multiple()
498
- Issue #1835106 by twistor: Make entity loading generic.
499
- Issue #1480902 by Staratel | faunt: Added Are there timeouts on Feed
500
  importers?.
501
- Issue #912682 by alex_b, snyderp, dman | dwhogg: Added CSV Parser: Support
502
  Mac-style line endings.
503
- Issue #1817992 by OnkelTem: Fixed Notice: Undefined property: stdClass:: in
504
  feeds_tokens()
505

    
506
Feeds 7.x 2.0 Alpha 7, 2012-10-12
507
---------------------------------
508

    
509
- Make sure target array is always initialized.
510
- Issue #1807920 by Rob_Feature: Fixed Imported nodes have NULL format.
511
- Make datetime tests fake unit tests.
512

    
513
Feeds 7.x 2.0 Alpha 6, 2012-10-10
514
---------------------------------
515

    
516
- Port authorization from 6.x to 7.x.
517
- Make FeedsDateTimeTest a real unit test.
518
- Don't hard code delta to 10.
519
- Issue #1567508 by kruser, beansboxchrispang: Fixed User import is incorrectly
520
  changing passwords.
521
- Fix failing test after making them stricter.
522
- Issue #837922 by twistor, andrewlevine: Added removeMappings() to test suite
523
  and more extensive addMapping testing.
524
- Issue #1074520 by ccheu: Commit #783098 not included in 7.x-2.0-alpha3.
525
- Fix for mapping ui and multiple mappings with configuration.
526
- Re-organize FeedsProcessor::process() so that it is clearer.
527
- Issue #1191498 by dooug, twistor: Set drupal_set_message() to not repeat
528
  'Missing Feeds plugin...'.
529
- Allow for 0 to be used in the number mapping.
530
- Issue #1420360 by anarchocoder: Fixed Common Syndication Parser sometimes
531
  creates php warning when feed item title is empty.
532
- Issue #1728634 by David_Rothstein: Fixed User and node 'created' dates (from
533
  feeds_to_unixtime()) default to the wrong timezone.
534
- Coder review fixes.
535
- Dang it. Add feeds_alter() back because contrib depends on it.
536
- Remove stupid feeds_alter().
537
- Issue #1466170 by peter.sogaard: Added Text format support in taxonomy term
538
  fields.
539
- Use consistent set target callbacks.
540
- Move text and numeric mappers to their own include.
541
- Simplify forced updating.
542
- Make link mapper less retarded.
543
- Issue #1551852 by Sergii: Fixed Text field mapper: support for FeedsElement
544
  object.
545
- Issue #1715124 by theduke: Fixed feeds_importer() 'config' column to short -
546
  change size to big.
547
- Issue #1784436 by stefan.norman: Fixed FeedsTermProcessor existingEntityId
548
  doesn't honour id column in feeds_item().
549
- Issue #1792318 by psynaptic: Fixed Invalid multibyte sequence in
550
  tests/feeds.test.
551
- Add quick test for skip_hash_check.
552
- Issue #1364116 by axel.rutz | Les Lim: Added Option to skip hash check on
553
  re-import.
554
- Revert term specific forced updating.
555
- Remove debug statements.
556
- Issue #1410296 by logaritmisk, vinmassaro: Added Reorder mappings.
557
- Don't set unique flag for things that don't have it.
558
- Add test for new mapping config.
559
- Issue #860748 by Niklas Fiekas, franz, twistor | infojunkie: Added Config for
560
  mappers?.
561
- Add support for SimplePie 1.3
562
- Fix path alias test for taxonomy terms.
563
- Un-prefix node path test.
564
- Move path mapping to path.inc and add tests.
565
- Issue #1724200 by balazs.hegedus: Added Support for drupal_http_request()
566
  timeout.
567
- Issue #1736976 by Chaulky: Added Trim feed urls to remove accidental spaces.
568
- Issue #1110762 by vaartio, franz, bancarddata, axel.rutz: Fixed Feeds does not
569
  catch file exceptions properly in file mapper and FeedsParser.inc getFile()
570
  function.
571
- Issue #1742740 by Staratel: Fixed Add magic method __isset() to
572
  FeedsConfigurable to use default entity wrapping.
573
- Issue #1739704 by axel.rutz: Fixed Node lookup by title in Nodeprocessor does
574
  not respect nodetype.
575
- Issue #1690434 by twistor | jzornig: Fixed Notice: Undefined variable: job in
576
  FeedsSource->scheduleClear().
577
- Issue #1703074 by theduke: Added Include parser result in
578
  hook_feeds_presave().
579
- Issue #1070604 by Bobík: Added Feed's nid in mappings.
580
- Issue #1300500 by milesw | derekwormdahl: Fixed Not loading node status in
581
  FeedsNodeProcessor.inc is causing issue with Content Access module.
582
- Coder review fixes.
583
- Add stricter test for integer value.
584
- Fix doc strings.
585
- Issue #1112876 by chx: Added Support digest auth.
586
- Get FeedsMapperFileTestCase tests to pass.
587
- Issue #1688294 by twistor | Rob_Feature: Fixed Invalid URL (even though it's
588
  valid).
589
- Issue #1402788 by tbosviel | Cottser: Added All files are imported as MIME
590
  application/octet-stream.
591
- Issue #1271502 by twistor | oobie11: Fixed Im getting an error when I run
592
  cron.
593
- Issue #1460282 by elliotttf, MegaChriz | jday: Fixed Call to undefined method
594
  FeedsMissingPlugin::entityType() .
595
- Use entity type if entity label is not set.
596
- Issue #1661014 by twistor | johnv: Fixed feeds_entity_load() called too often
597
  / is not cached.
598
- Issue #1665450: Path alias target when using pathauto.
599
- Fixed: feeds_mapper_file.test.
600
- Method for downloading and extracting the simplepie library during tests.
601
- Try to shut up SimplePie.
602
- Allow setting a variable for the library path.
603
- Fix for taxonomy mapper test.
604
- Make descriptions in taxonomy term processor consistent.
605
- Make labels for taxonomy processor consistent.
606
- Issue #1044874 by marek.trunkat, bdragon | seth.vincent: Fixed Debug message:
607
  missing handler: feeds_log() feed_nid() field.
608
- Issue #1424992 by stevector: Added implementation of hook_entity_info_alter()
609
  so that ->feed_nid() is available to Rules.
610
- Issue #1662550 by pvhee: Fixed Invoke hook_feeds_after_import() after writing
611
  to the logs.
612
- Issue #1454666: Fixing unlock feature to also work with locked imports.
613
- Issue #1241754: Add targets for author name and email in node processor.
614
- Issue #1454666: Add tool to reset locked feeds
615
- Issue #1612246: Fixing introduced error on filepath generation.
616
- Small fix on comment alignment
617
- Issue #1632286 by facine: Fixed Cannot redeclare
618
  FeedsTermProcessor::setTargetElement().
619
- Issue #1001590 by tristanoneil, twistor, Bevan: Path alias mapping target.
620

    
621
Feeds 7.x 2.0 Alpha 5, 2012-05-28
622
---------------------------------
623

    
624
- Issue #1515204 by gnucifer: Malformed destination uri in FeedsEnclosure.
625
- Issue #1450714 by getgood: ATOM parser ignores 'updated' tag
626
- Issue #1152940 by bblake, rickmanelius, g089h515r806, darrylri, iMiksu,
627
  sdrycroft, johnbarclay, batje, axel.rutz, GaëlG: Feeds term import with
628
  hierarchy and weight
629
- Issue #1406260 by Xen, logaritmisk: Fetchers without source configuration
630
  fails.
631
- Issue #1407670 by Ivan Simonov, GaëlG, franz: drupal_strlen() doesn't work
632
  when parsing multibyte strings in CSVParser.
633
- Issue #1213472 by paulgemini, Nigel_S, emarchak, Jorenm: Fixed Unsupported
634
  operand types in FeedsConfigurable.
635
- Follow-up to #1245094 by agoradesign: menu links not really fixed.
636
- Issue #1245094 by chrisdejager, dman: Fixed Node menu link deleted on update.
637
- Issue #712304 by derhasi, twistor, jerdavis, alex_b, rjbrown99, rbayliss |
638
  ManyNancy: Fixed Batch import does not continue where it left off, instead
639
  starts from the beginning.
640
- Issue #959984 by kidrobot, desmondmorris, slashrsm, flailingmaster, rfay |
641
  dasjo: Fixed taxonomy_node_get_terms() doesn't work with drupal 7.
642
- Issue #1140194 by orb | emorency: Fixed SQLSTATE[HY000]: General error: 1366
643
  Incorrect string value for a field with accents.
644
- Issue #1427642 by elliotttf: Fixed Use drupal_exit() rather than exit() in
645
  PuSH/FeedsHTTPFetcher callbacks.
646
- Issue #1418382: Fixed unsubscribe requests to PuSH hubs failing due to
647
  transaction in node_delete().
648
- Issue #870556: Fixed PuSH verifications run before the subscription records
649
  have been saved."
650
- Issue #1289598 by emackn, andypost: Fixed Remove check_plain() on form
651
  options.
652
- Issue #996808 by twistor, marcvangend, joshuajabbour: Fixed Update existing
653
  doesn't reset targets that have real_target() set.
654
- Issue #1219180 by dandaman: Fixed Minor error in API code samples.
655
- Issue #686470 by johnv, wojtha, febbraro | rjbrown99: Fixed Filefield mapper:
656
  URLs with spaces not parsed properly.
657
- Issue #1380636 by gnucifer, emackn: Fixed Wrong response headers reported on
658
  3xx requests in function http_request_get().
659
- Issue #1382208 by slcp: Fixed FeedsSource.inc sourceSave() and sourceDelete()
660
  function descriptions are the wrong way round.
661
- Issue #1372074 by twistor, emackn: Fixed feeds_http_request() does not cache
662
  when using drupal_http_request().
663
- Issue #1191330 by twistor: Added Allow feeds_mapper().test to set field
664
  instance settings.
665
- Issue #1225672 by StepanKuzmin, tekante | guillaumev: Fixed Bug when importing
666
  a single year.
667
- Issue #1035684 by mikejoconnor: Source / Target sort order
668
- Issue #1005128 by dasjo, fago: Rules integration & enable modules to customize
669
  imports.
670
- Issue #1228568 by pcambra: Add user status to FeedsUserProcessor
671
- Issue #1139676 by Dave Reid, cosmicdreams: Fixed feeds_alter() doesn't support
672
  modulename.feeds.inc files supported by feeds_hook_info().
673
- Issue #1347894 by juampy | colin_young: Fixed Clear cache causes integrity
674
  constraint violation.  Fix for feeds info file
675
- Issue #1298326 by twistor, Dave Reid, and emackn: Fixed Only execute
676
  rebuild_menu() when necessary.
677
- Issue #1228570 by pcambra: Added user language to FeedsUserProcessor.
678
- Issue #1206042 by anon: Let node titles have unique option.
679
- Issue #126689 by tcindie :Additional targets for nodes
680
- issue #126689 by tcindie : 1298326Issue PageOnly execute rebuild_menu when
681
  necessary
682
- Issue #1128418 by mongolito404, Niklas Fiekas, jief: Fixed Deprecated:
683
  Assigning the return value of new by reference is deprecated in
684
  feeds_include_library().
685
- Issue #1046916 by eosrei: importing nodes with their original NID
686
- Issue #1197646: Skip importer config form validation if a machine name was not
687
  provided.
688
- Issue #1248712: Show an empty row result and hide the Save button if no
689
  importers are available.
690
- Issue #1248710: Use the core-provided machine_name FAPI element for the
691
  importer machine name field.
692
- Issue #1235394: Fixed menu paths violate UX standards and could not use
693
  breadcrumbs.
694
- Issue #1248648 by twistor, Dave Reid: Fixed bugs and inconsistencies in
695
  FeedsRSStoNodesTest.
696

    
697
Feeds 7.x 2.0 Alpha 4, 2011-06-28
698
---------------------------------
699

    
700
- Issue #1161810: Fixed declaration of FeedsSource::instance() should be
701
  compatible with that of FeedsConfigurable::instance().
702
- Issue #1201638: Plugins should be listed in feeds.info as files[] records for
703
  the class registry.
704
- Issue #1149226: Fixed invalid message parameter passed into feeds_log from
705
  FeedsProcessor::process().
706
- Issue #1044882 by rfay, Dave Reid: Fixed indexes for {feeds_item} are too long
707
  and can cause problems during install or uninstall.
708
- Fixing PHP strict error in _parser_common_syndication_atom10_parse().
709
- Added support for feeds hooks to be located in modulename.feeds.inc.
710
- Issue #1191554: Fixed failures in FeedsUIUserInterfaceTestCase.
711
- Issue #1191564: Use FeedsWebTestCase for FeedsDateTimeTest.
712
- Issue #1191494 by twistor, Dave Reid: Fixed link to node type feed importer
713
  did not use node_access().
714
- Issue #1191450: Fixed mismatch of arguments for t().
715
- Fixed possible XSS with field labels in Feed importer mapping settings.
716
- Fixed coder violations and standards.
717
- Issue #723548: Added unit tests for feeds_valid_url().
718
- Fixed PHP notice with undefined variables in
719
  http_request_get_common_syndication().
720
- Issue #723548: Added support for feed URLs with feed:// and webcal://.
721
- Fixed error when calling form_set_error() and title field on follow-up to fix
722
  feed node title fields not actually un-required.
723
- Issue #1191210: Added feeds_field_extra_fields() so the 'Feed' fieldset can be
724
  re-ordered through the Field UI.
725
- Issue #1191194: Fixed test failure in FeedsCSVtoUsersTest due to lack of
726
  'administer users' permission.
727
- Issue #1191200: Fixed display of the description field on the feed item
728
  content type.
729
- Issue #1066286: Added test to ensure 'Feed items' doesn't display on non-feed
730
  nodes.
731
- Use hook_form_node_form_alter() rather than hook_form_alter().
732
- Simplify FeedsMapperTestCase::createContentType() using
733
  DrupalWebTestCase::drupalCreateContentType().
734
- Issue #983220 by twistor: Fixed field mapper tests failed due to number.module
735
  not being enabled.
736
- Issue #1085092 by pfrenssen: Fixed module_list() is called twice in
737
  feeds_alter().
738
- Fixes and cleanups to tests.
739
- Use fetchObject() rather than fetch() since it is more explicit.
740
- Issue #1008384 by twistor: Fixed feeds not pulling publication date with feed
741
  using dc:date and RSS 2.0.
742
- Issue #769084: Fixed use of isset() rather than !empty() causes import
743
  problems with _parser_common_syndication_RSS20_parse().
744
- Issue #914210 by jyee, Dave Reid: Added mapper for user raw password.
745
- Issue #974494: Fixed PHP notice 'Undefined property: stdClass::$openid in
746
  FeedsUserProcessor->entitySave()'.
747
- Issue #1134684 by rfay, Dave Reid: Fixed improper parameters for
748
  file_field_widget_uri().
749
- Issue #1055582: Fixed strict notice that FeedsDateTime::setTimezone() is not
750
  compatible with DateTime::setTimezone().
751
- Issue #1085194: Not all selected mappings are removed.
752
- Issue #1032640: Added basic token integration.
753
- Issue #1066806: Use hook_entity_insert/update/delete rather than separate
754
  node, taxonomy term, and user hooks.
755
- Issue #1066822: Fixed bugs and inconsistencies with test files and getInfo()
756
  declarations.
757
- Issue #1066810: Fixed list of 'Expire nodes' options in FeedsNodeProcessor.
758
- Issue #1066286: Fixed 'View items' tab added to all content types.
759
- Issue #1011958 by David Goode: Allow hashes to be updated when content in a 
760
  feed is updated.
761
- Issue #1048642 by greg.harvey: Check for remove_flags in Feeds UI before using 
762
  that variable.
763
- #967018 jcarlson34, David Goode, alex_b: Mapping to String lists not
764
  supported.
765

    
766
Feeds 7.x 2.0 Alpha 3, 2011-01-14
767
---------------------------------
768

    
769
- Add index for looking up by entity_type + url/ guid to feeds_item table.
770
- #994026 tristanoneil: Optionally defuse email addresses.
771

    
772
Feeds 7.x 2.0 Alpha 2, 2010-11-02
773
---------------------------------
774

    
775
- #940866 tristanoneil: PHP 5.3 FeedsImporter::copy function must be compatible.
776
- #944986 tristanoneil: Link Mapper Upgrade.
777
- #959066 tristanoneil: Remove old mappers and tests.
778
- #883342 Steven Jones: Don't force usage of cURL.
779
- #776854 imclean et. al.: Support parsing CSV files without column headers.
780
- Ian Ward: ensure that arrays of numerics are handled correctly.
781
- #953728 tristanoneil: Upgrade text formats, use on all processors.
782
- alex_b: Fix file mapper, add file mapper tests, generate flickr.xml and
783
  files.csv dynamically.
784
- #953538 yhahn: Remove BOM from UTF-8 files.
785
  Adds sanitizeFile() and sanitizeRaw() methods to FeedsFetcherResult.
786
  Extending classes that override either the getRaw() or getFilePath() methods
787
  should call these sanitization methods to ensure that the returned output /
788
  file has been cleaned for parsing.
789
- #606612 alex_b: More detailed log.
790
- #949236 Ian Ward, alex_b: Allow mapping empty values to fields.
791
- #912630 twistor, alex_b: FeedsParserResult: make items accessible for
792
  modification.
793
- #933306 alex_b: Fix Feeds creates subscriptions for not existing importers.
794
- #946822 twistor: FeedsSitemapParser broken: Serialization of
795
  'SimpleXMLElement' is not allowed.
796
- #949916 alex_b: Convert values mapped to user->created.
797
- #949236 Ian Ward: Allow mapping empty values to fields.
798
- Allow for mapping to list_number field types.
799
- Fix entity inspection in file fetcher.
800
- #932772 alex_b: FeedsProcessor: Consolidate process() and clear().
801
  FeedsProcessor now implements the process() and clear() methods for creating
802
  and deleting entities. The extending processors FeedsNodeProcessor,
803
  FeedsTermProcessor and FeedsUserProcessor merely implement entity manipulation
804
  methods (newEntity(), entityLoad(), entitySave(), entityDeleteMultiple()...).
805
  This brings features previously only available on FeedsNodeProcessor to all
806
  entity processors: fast change detection on imported items with hashes,
807
  batching on process() and clear() and in the case of FeedsUserProcessor, the
808
  actual implementation of clear(). Together with #929066 this is a further
809
  step towards harmonizing features of processor plugins.
810
- Move term and user validation into a validate() method.
811
- Remove check for present name and mail. Needs to be solved on a more pluggable
812
  level.
813
- FeedsTermProcessor: Do not filter taxonomy_term_data table by vid when
814
  clearing.
815
- #932572 alex_b: FeedsTermProcessor: Batch term processing.
816
- Remove check for present name in terms that are imported. If we do such
817
  validation, we need to do this on a more pluggable level.
818
- Fix Feeds News tests, add a 'description' field to the  Feeds Item content
819
  type.
820
- #728534 alex_b: Remove FeedsFeedNodeProcessor. If you have used
821
  FeedsFeedNodeProcessor in the past, use FeedsNodeProcessor (Node Processor)
822
  instead now. It supports all of FeedsFeedNodeProcessor's functionality and
823
  more.
824
- #929066 alex_b: Track all imported items. Note: All views that use 'Feeds
825
  Item' fields or relationships need updating.
826
- #930018 alex_b: Don't show file upload when 'Supply path directly' is
827
  selected.
828
- #927892 alex_b: Add "Process in background" feature. Allows one-off imports to
829
  be processed in the background rather than using Batch API. Useful for very
830
  large imports.
831
- #929058 alex_b: Report status of source on import and delete forms, track
832
  last updated time on a source level.
833
- #928836: Set progress floating point directly. Note: fetchers and parsers
834
  must use $state->progress() for setting the batch progress now IF they support
835
  batching.
836
- #928728: Track source states by stage, not by plugin. Note: call signature of
837
  FeedsSource::state() has changed.
838
- Remove 6.x upgrade hooks.
839
- #923318: Fix Fatal error: Call to a member function import() on a non-object
840
  occurring on cron.
841
- Clean up basic settings form.
842
- Make getConfig() include configuration defaults.
843

    
844
Feeds 7.x 2.0 Alpha 1, 2010-09-29
845
---------------------------------
846

    
847
- #925842 alex_b: Support batching through directories on disk.
848
- #625196 mstrelan, alex_b: Fix array_merge(), array_intersect_key() warnings.
849
- Remove hidden setting feeds_worker_time. Use hook_cron_queue_info_alter() to
850
  modify this setting.
851
- #744660-80 alex_b: Expand batch support to fetchers and parsers.
852
 - Removed FeedsBatch classes in favor of FeedsResult classes.
853
 - Variable 'feeds_node_batch_size' is now called 'feeds_process_limit'.
854
 - Signature of FeedsParser::getSourceElement() changed.
855
 - Signature of FeedsProcessor::uniqueTargets() changed.
856
 - Signature of FeedsProcessor::existingItemId() changed.
857
 - Sigature for callbacks registered by hook_feeds_parser_sources_alter()
858
   changed.
859
 - Return value of FeedsFetcher::fetch() changed.
860
 - Signature and return value of FeedsParser::parse() changed.
861
 - Signature of FeedsProcessor::process() changed.
862
 - Signature of hook_feeds_after_parse() changed.
863
 - Signature of hook_feeds_after_import() changed.
864
 - Signature of hook_feeds_after_clear() changed.
865

    
866
Feeds 7.x 1.0 Alpha 1, 2010-09-21
867
---------------------------------
868

    
869
Equal to http://github.com/lxbarth/Feeds/commits/DRUPAL-7--1-0-alpha1
870

    
871
- Expire files returned by FeedsImportBatch after DRUPAL_MAXIMUM_TEMP_FILE_AGE
872
  seconds.
873
- FeedsFileFetcher: track uploaded files, delete unused files.
874
- yhahn: Upgrade FeedsTaxonomyProcessor.
875
- Remove handling of target items that are array. All target items must be
876
  objects now.
877
- Upgrade file and image mapper.
878
- Upgrade taxonomy mapper.
879
- Upgrade field mapper.
880
- Move plugin handling into FeedsPlugin class.
881
- Base level upgrade.
882

    
883
Feeds 6.x 1.0 Beta 6, 2010-09-16
884
--------------------------------
885

    
886
- #623432 Alex UA, dixon_, pvhee, cglusky, alex_b et al.: Mapper for emfield.
887
- #913672 andrewlevine: Break out CSV Parser into submethods so it is more
888
  easily overridable
889
- #853974 snoldak924, alex_b: Fix XSS vulnerabilities in module.
890
- #887846 ekes: Make FeedsSimplePieEnclosure (un)serialization safe.
891
- #908582 XiaN Vizjereij, alex_b: Fix "Cannot use object of type stdClass as
892
  array" error in mappers/taxonomy.inc.
893
- #906654 alex_b: Fix phantom subscriptions.
894
- #867892 alex_b: PubSubHubbub - slow down import frequency of feeds that are
895
  subscribed to hub.
896
- #908964 alex_b: Break out scheduler. Note: Features depends on Job Scheduler
897
  module now: http://drupal.org/project/job_scheduler
898
- #663860 funkmasterjones, infojunkie, alex_b et. al.: hook_feeds_after_parse().
899
- #755556 Monkey Master, andrewlevine, alex_b: Support saving local files in
900
  filefields.
901
- #891982 bangpound, twistor: Support Link 2.x.
902
- #870278 budda: Fix SQL query in taxonomy_get_term_by_name_vid().
903
- #795114 budda, alex_b: Taxonomy term processor doesn't require vocabulary to
904
  be set.
905

    
906
Feeds 6.x 1.0 Beta 5, 2010-09-10
907
--------------------------------
908

    
909
- #849840 adityakg, rbayliss, alex_b: Submit full mapping on every submission.
910
- #849834 rbayliss, alex_b: Generalize feeds_config_form() to feeds_form().
911
- #907064 alex_b: Track imported terms.
912
- #906720 alex_b: Introduce a hook_feeds_after_clear().
913
- #905820 tristan.oneil: Adjust delete message in FeedsDataProcessor to avoid
914
  misleading total numbers.
915
- #671538 mburak: Use CURLOPT_TIMEOUT to limit download time of feeds.
916
- #878002 Will White, David Goode: Support multiple sources per mapping target
917
  in FeedsDataProcessor.
918
- #904804 alex_b: Support exportable vocabularies.
919
- #836876 rsoden, Will White, alex_b: Add simple georss support to Common
920
  Syndication Parser.
921
- #889196 David Goode: Support for non-numeric vocabulary IDs for feature-based
922
  vocabularies.
923
- #632920 nickbits, dixon_, David Goode, alex_b et al: Inherit OG, taxonomy,
924
  language, user properties from parent feed node. Note: Signatures of
925
  FeedsProcessor::map(), existingItemId(), FeedsParser::getSourceElement()
926
  changed.
927
- #897258 TrevorBradley, alex_b: Mapping target nid.
928
- #873198 BWPanda, morningtime: Import multiple values to tag vocabulary.
929
- #872772 andrewlevine: Fix buildNode() (and node_load()) called unnecessarily.
930
- #873240 thsutton: Use isset() to avoid notices.
931
- #878528 Sutharsan: Don't show file in UI if file does not exist.
932
- #901798 alex_b: Fix time off in SitemapParser.
933
- #885724 eliotttf: Avoid array_flip() on non scalars.
934
- #885052 Hanno: Fix small typo in access rights.
935
- #863494 ekes, alex_b: Delete temporary enclosures file.
936
- #851194 alex_b: Featurize - move default functionality from feeds_defaults to
937
  feeds_fast_news, feeds_import and feeds_news features.
938
- #617486 alex_b: Create link to original source, view of items on feed nodes.
939
- #849986 lyricnz, alex_b: Cleaner batch support.
940
- #866492 lyricnz: Clean up tests.
941
- #862444 pounard: Do not name files after their enclosure class.
942
- #851570 morningtime: Avoid trailing slashes when passing file paths to
943
  file_check_directory().
944
- #836090 andrewlevine, alex_b: Include mapping configuration in hash.
945
- #853156 alex_b: Support real updates of terms.
946
- #858684 alex_b: Fix notices when file not found.
947

    
948
Feeds 6.x 1.0 Beta 4, 2010-07-25
949
--------------------------------
950

    
951
- #838018-12 Remove Formatted Number CCK mapper, cannot be properly tested, see
952
  #857928.
953

    
954
Feeds 6.x 1.0 Beta 3, 2010-07-18
955
--------------------------------
956

    
957
- #854628 DanielJohnston, alex_b: Fix user processor assigns all roles.
958
- #838018 infojunkie: Mapper for Formatted Number CCK field.
959
- #856408 c.ex: Pass all $targets for hook_feeds_node_processor_targets_alter()
960
  by reference.
961
- #853194 andrewlevine, alex_b: Mapping: don't reset all targets.
962
- #853144 alex_b: Consistent use of "replace" vs "update".
963
- #850998 alex_b: Clean up file upload form. Note: If you supply file paths
964
  directly in the textfield rather than uploading them through the UI, you will
965
  have to adjust your importer's File Fetcher settings.
966
- #850652 alex_b: Make ParserCSV (instead of FeedsCSVParser) populate column
967
  names.
968
- #850638 alex_b: Introduce FeedsSource::preview().
969
- #850298 alex_b: ParserCSV: Support batching (only affects library, full parser
970
  level batch support to be added later with #744660).
971
- Minor cleanup of admin UI language and CSS.
972
- #647222 cglusky, jeffschuler: Specify input format for feed items.
973

    
974
Feeds 6.x 1.0 Beta 2, 2010-07-10
975
--------------------------------
976

    
977
- #753426 Monkey Master, andrewlevine, alex_b: Partial update of nodes.
978
- #840626 andrewlevine, alex_b: Support using same mapping target multiple
979
  times.
980
- #624464 lyricnz, alex_b: Fix to "support tabs as delimiters".
981
- #840350 lyricnz: (Optionally) Transliterate enclosure filenames to provide
982
  protection from awkward names.
983
- #842040 dixon_: Accept all responses from the 2xx status code series.
984
- #836982 Steven Merrill: Fix Feeds.module tests do not work when run from the
985
  command line.
986

    
987
Feeds 6.x 1.0 Beta 1, 2010-06-23
988
--------------------------------
989

    
990
Feeds 6.x 1.0 Alpha 16, 2010-06-19
991
----------------------------------
992

    
993
- #830438 andrewlevine: More secret files in FeedsImportBatch::getFilePath().
994
- #759302 rjb, smartinm, et. al: Fix user warning: Duplicate entry.
995
- #819876 alex_b: Fix field 'url' and 'guid' don't have default values.
996
- #623444 mongolito404, pvhee, pdrake, servantleader, alex_b et. al.: Mapper for
997
  link module.
998
- #652180 ronald_istos, rjbrown99, et. al.: Assign author of imported nodes.
999
- #783098 elliotttf: Introduce hook_feeds_user_processor_targets_alter(), mapper
1000
  for user profile fields.
1001

    
1002
Feeds 6.x 1.0 Alpha 15, 2010-05-16
1003
----------------------------------
1004

    
1005
- #791296 B-Prod: Fix Feeds data processor does update id 0.
1006
- #759904 lyricnz: Provide a Google Sitemap Parser.
1007
- #774858 rjbrown99: Fix Node Processor updates node "created" time when
1008
  updating.
1009
- #704236 jerdavis: Support mapping to CCK float field.
1010
- #783820 klonos: Fix warning: copy() [function.copy]: Filename cannot be empty
1011
  in FeedsParser.inc on line 168.
1012
- #778416 clemens.tolboom: Better message when plugin is missing.
1013
- #760140 lyricnz: FeedsBatch->total not updated when addItem($item) is called.
1014
- #755544 Monkey Master: Keep batch processing when mapping fails.
1015
- alex_b: Reset import schedule after deleting items from feed.
1016
- #653412 rbrandon: Do not create items older than expiry time.
1017
- #725392 nicholasThompson: FeedsBatch does not check feeds folder exists before
1018
  uploading.
1019
- #776972 lyricnz: Messages use plural when describing single item.
1020
- #701390 frega, morningtime, Mixologic, alex_b et. al.: Fix RSS 1.0 parsing
1021
  and add basic test framework for common_syndication_parser.
1022
- #781058 blakehall: Create teaser for imported nodes. NOTE: this may mean that
1023
  your existing installation has shorter node teasers as expected. If this is
1024
  the case, increase "Length of trimmed posts" on admin/content/node-settings.
1025
- #622932-30 mikl: fix remaining non-standard SQL.
1026
- #624464 bangpound: Support tabs as delimiters.
1027

    
1028
Feeds 6.x 1.0 Alpha 14, 2010-04-11
1029
----------------------------------
1030

    
1031
- #758664: Fix regression introduced with #740962.
1032

    
1033
Feeds 6.x 1.0 Alpha 13, 2010-03-30
1034
----------------------------------
1035

    
1036
- #622932 pounard: Fix SQL capitalization.
1037
- #622932 pounard: Fix non-standard SQL (PostgreSQL compatibility)
1038
- #705872 Scott Reynolds: Added HTTPFetcher autodiscovery
1039
- #740962 alex_b: Fix FileFetcher Attached to Feed Node, Upload Field Not Saving
1040
  File Path.
1041
- #754938 Monkey Master: FeedsCSVParser.inc uses strtolower() while parsing
1042
  UTF-8 files.
1043
- #736684 Souvent22, Mixologic: FeedsDateTime & Batch DateTime causes core
1044
  dumps.
1045
- #750168 jtr: _parser_common_syndication_title does not strip html tags before
1046
  constructing a title.
1047
- #648080 pvhee: FeedsNodeProcessor - static caching of mapping targets makes
1048
  mapping fail with multiple feed configurations.
1049
- #735444 Doug Preble: PubSubHubbub - Fix "Subscription refused by callback URL"
1050
  with PHP 5.2.0.
1051
- alex_b: Suppress namespace warnings when parsing feeds for subscription in
1052
  PuSHSubscriber.inc
1053
- #724184 ekes: catch failures when parsing for PubSubHubbub hub and self.
1054
- #706984 lyricnz: Add FeedsSimplePie::parseExtensions() to allow parsing to be
1055
  customized.
1056
- #728854 Scott Reynolds: Fix $queue->createItem() fails.
1057
- #707098 alex_b: Improve performance of nodeapi and access checks.
1058
- #726012 alex_b: Fix RSS descriptions not being reset in
1059
  common_syndication_parser.inc.
1060
- alex_b: Fix a typo in the return value of process() in FeedsTermProcessor.
1061
- alex_b: Stop PubSubHubbub from subscribing if it is not enabled.
1062
- #711664 neclimdul: guarantee compatibility with CTools 1.4  by declaring that
1063
  Feeds uses hooks to define plugins via hook_ctools_plugin_plugins().
1064
- #718460 jerdavis: In FeedsNodeProcessor, clear items only for the current
1065
  importer id.
1066
- #718474 jerdavis: In FeedsNodeProcessor, check for duplicate items within
1067
  same importer id.
1068

    
1069
Feeds 6.x 1.0 Alpha 12, 2010-02-23
1070
----------------------------------
1071

    
1072
- #600584 alex_b: PubSubHubbub support.
1073
- alex_b: Debug log.
1074
- alex_b: Add sourceSave() and sourceDelete() methods notifying plugin
1075
  implementers of a source being saved or deleted.
1076
- #717168 nicholasThompson: Fix feeds UI JS doesn't select labels correctly.
1077
- #708228 Scott Reynolds, alex_b: Break FeedsImportBatch into separate classes.
1078
  NOTE: Review your FeedsFetcher implementation for changes in the
1079
  FeedsImportBatch class, small adjustments may be necessary.
1080
- alex_b: Support mapping to OpenID, using OpenID as a unique mapping target.
1081
- alex_b: Handle exceptions outside of Importer/Source facade methods.
1082
- #600584 alex_b: Use Batch API.
1083
  NOTE: third party plugins/extensions implementing FeedsProcessor::process(),
1084
  FeedsProcessor::clear() or FeedsImporter::expire() need to adjust their
1085
  implementations. Modules that directly use Feeds' API for importing or
1086
  clearing sources need may want to use feeds_batch_set() instead of
1087
  feeds_source()->import() or feeds_source()->clear().
1088

    
1089
Feeds 6.x 1.0 Alpha 11, 2010-02-10
1090
----------------------------------
1091

    
1092
- #701432 pounard, Will White: Fix array_shift() expects parameter 1 is Array
1093
  error. Note: Parsers are responsible to ensure that the parameter passed to
1094
  FeedsImportBatch::setItems() is an Array.
1095
- #698356 alex_b: Refactor and clean up FeedsScheduler::work() to allow more
1096
  scheduled tasks than 'import' and 'expire'.
1097

    
1098
Feeds 6.x 1.0 Alpha 10, 2010-01-25
1099
----------------------------------
1100

    
1101
- #647128 bigkevmcd, Michelle: Fix broken author info in FeedsSyndicationParser.
1102
- alex_b: Add mapping API for FeedsDataProcessor.
1103
- alex_b: Decode HTML entities for title and author name in
1104
  FeedsSimplePieParser.
1105
- #623448 David Goode, alex_b, et al.: Date mapper.
1106
- #624088 mongolito404, David Goode, alex_b: Imagefield/filefield mapper,
1107
  formalize feed elements.
1108
- #584034 aaroncouch, mongolito404: Views integration.
1109
- Redirect to node or import form after manual import or delete.
1110
- #663830 Aron Novak, alex_b: When download of URL failed, node w/ empty title
1111
  is created.
1112
- #654728 Aron Novak: Fix parsing + data handling error with RDF 1.0 feeds.
1113
- #641522 mongolito404, alex_b: Consolidate import stage results.
1114
- #662104 Aron Novak: Specify PHP requirement in .info file.
1115
- #657374 dtomasch: Common Parser does not get RSS Authors correctly.
1116

    
1117
Feeds 6.x 1.0 Alpha 9, 2009-12-14
1118
---------------------------------
1119

    
1120
- API change: feeds_source() takes an FeedsImporter id instead of an importer,
1121
  the methods import() and clear() moved from FeedsImporter to FeedsSource.
1122
  Import from a source with feeds_source($id, $nid)->import();
1123
- #629096 quickcel: Fix underscores in feed creation link.
1124
- #652848 BWPanda: Add 'clear-block' to admin-ui to fix float issues.
1125
- #623424 Kars-T, Eugen Mayer, alex_b: Mapper for Taxonomy.
1126
- #649552 rsoden: Provide variable for data table name.
1127
- #631962 velosol, alex_b: FeedsNodeProcessor: Update when changed.
1128
- #623452 mongolito404: Port basic test infrastructure for mappers, test for
1129
  basic CCK mapper.
1130

    
1131
Feeds 6.x 1.0 Alpha 8, 2009-11-18
1132
---------------------------------
1133

    
1134
- #634886 Kars-T, EugenMayer: Add vid to node process functions.
1135
- #613494 miasma: Remove length limit from URL.
1136
- #631050 z.stolar: Add feed_nid on node_load of a feed item.
1137
- #631248 velosol: Set log message when creating a node in FeedsNodeProcessor.
1138

    
1139
Feeds 6.x 1.0 Alpha 7, 2009-11-04
1140
---------------------------------
1141

    
1142
- #622654 Don't show body as option for mapper when body is disabled
1143
- Allow cURL only to download via http or https
1144
- Throw an exception in FeedsHTTPFetcher if result is not 200
1145

    
1146
Feeds 6.x 1.0 Alpha 6, 2009-11-03
1147
---------------------------------
1148

    
1149
- Split number of items to queue on cron from feeds_schedule_num variable
1150
  (see README.txt)
1151
- #619110 Fix node_delete() in FeedsNodeProcessor
1152
- Add descriptions to all mapping sources and targets
1153

    
1154
Feeds 6.x 1.0 Alpha 5, 2009-10-23
1155
---------------------------------
1156

    
1157
- #584500 Add Feeds default module
1158

    
1159
Feeds 6.x 1.0 Alpha 4, 2009-10-21
1160
---------------------------------
1161

    
1162
- Initial release