Projet

Général

Profil

Paste
Télécharger (54,9 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / feeds / CHANGELOG.txt @ 7547bb19

1
Feeds 7.x 2.0 Beta 3, 2016-11-24
2
--------------------------------
3

    
4
- Issue #1870528 by MegaChriz: Added tests for rules event
5
  feeds_import_IMPORTER_ID and the rules action feeds_skip_item. Also specified
6
  bundle for all feeds_import_IMPORTER_ID events (previously this attribute was
7
  only declared for the node processor).
8
- Issue #1886230 by MegaChriz, generalredneck: fixed invoking rules events
9
  "feeds_before_import" and "feeds_after_import".
10
- By MegaChriz: add rules as a test dependency for issue #1886230.
11
- Issue #2822831 by MegaChriz: Fixed only delete non-existent when the option is
12
  explicitly set to FEEDS_DELETE_NON_EXISTENT.
13
- Issue #1171114 by drclaw, MegaChriz, twistor, impara, cgmonroe, Anas_maw,
14
  azinck, justanothermark, vinmassaro, rhouse, lwalley, patrik.hultgren,
15
  kenpeter, ufku, mahmost: Allow user to choose the method of file handling.
16
- Issue #1281496 by twistor, MegaChriz, natew: fixed prepend base url for
17
  relative links in entries in atom feeds.
18
- By MegaChriz: listed variable module as test dependency as somehow the testbot
19
  didn't checkout this module anymore. The variable module is a dependency of
20
  the i18n module.
21
- Issue #2822679 by MegaChriz: Improved documentation for options --file, --url
22
  and --stdin for the Drush command 'feeds-import'.
23
- Issue #2790741 by MegaChriz: added timezone option for date:end.
24
- Issue #2537926 by maximpodorov, MegaChriz, das-peter: Enhance tokens
25
  performance.
26
- Issue #2778655 by joelpittet: Renamed $form_status in feeds_ui_overview_form()
27
  to $form_state.
28
- Issue #2485059 by MegaChriz: Added delete protection for user id 1.
29
- Issue #2490782 by MegaChriz, heykarthikwithu: fixed a few comment docblocks.
30
- Issue #2771803 by MegaChriz: Added some tests for the CSV template.
31
- Issue #1570544 by MegaChriz, gaurav.goyal, AndrewsizZ, hpbruna, arrrgh,
32
  vcrkid, firfin: Add UID target to user processor.
33
- Issue #2655470 by alan-ps, Louis Delacretaz: Added a timezone target to the
34
  user processor.
35
- Issue #1143280 by David_Rothstein, MegaChriz, dshields, Matt V., marktheshark:
36
  Provide an option to delete the uploaded file after import is done.
37
- Issue #2719151 by MegaChriz: Fixed don't retrieve title from feed if feed node
38
  does not use the node title field.
39
- Issue #608408 by MegaChriz, andypost, queenvictoria, pcambra, twistor,
40
  ivanbueno, mparker17, kenorb, agnese.stelce, alan-ps, clemens.tolboom, TommyK,
41
  JurriaanRoelofs, ericduran, ShaunDychko, sir_squall, alex_b, markabur, Kasper
42
  Souren, eiriksm: Added drush integration for Feeds.
43
- Issue #2225019 by twistor: Make FeedsDateTime stringable.
44
- Issue #722740 by twistor, mglaman, relaxnow, dooug, willieseabrook,
45
  David_Rothstein, jeffschuler, lapek, Matthew Davidson: Feeds Date mapper
46
  converts imported dates to GMT unless in UNIX timestamp format.
47
- Issue #2730207 by MegaChriz, twistor: Correction for the fix to log items that
48
  are not UTF-8-encoded.
49
- Issue #2730207 by MegaChriz: Fixed logging failed items that are not
50
  UTF-8-encoded.
51
- Issue #2735981 by MegaChriz: Fixed failing branch tests due to new "administer
52
  fields" permission (see also change record #2483307).
53
- Issue #1611554 by MegaChriz, hanoii, webservant316, PascalAnimateur,
54
  eugene.ilyin: Added support for importing encrypted passwords.
55
- Issue #1894542 by mikran, MegaChriz: Fixed replace roles with
56
  "Additional roles" when replacing existing users.
57
- By MegaChriz: corrected a few indentations in plugins/FeedsUserProcessor.inc.
58
- Issue #1376774 by MegaChriz, PascalAnimateur, dooug, grndlvl, yannickoo,
59
  daveparrish, joelpittet, maxplus, twistor: Added mapping target for user
60
  roles.
61
- Issue #1804674 by Pancho, travismccauley, MegaChriz: Fixed broken link in
62
  missing feeds plugin message when the feeds_ui module is disabled.
63
- Issue #2704171 by MegaChriz: Fixed parse RSS feeds that contain additional
64
  whitespace.
65
- Issue #2704825 by alan-ps, MegaChriz: Fixed import Feeds importer overwrote
66
  importer existing in code without "Replace existing" option set.
67
- Issue #2648304 by MegaChriz, OWast: RSS 2.0: add support for item->source
68
  element.
69
- Issue #2645074 by MegaChriz, MiroslavBanov: Could not retrieve title from feed
70
  - support Title module.
71
- Issue #1621602 by MegaChriz, twistor: Fixed 'Could not retrieve title from
72
  feed' error message for parsers that cannot provide a title from the source.
73
- Issue #1810442 by David_Rothstein, MegaChriz: Corrected wording on importer
74
  page when there are no unique fields and when using the CSV parser.
75
- Issue #2382245 by MegaChriz, twistor: Added import links to the admin menu.
76
- Issue #2690169 by tterranigma, MegaChriz: updated README.txt: documented
77
  feeds_library_dir variable and removed no longer relevant parts.
78
- Issue #2367829 by MegaChriz, diamondsea: Added descriptions for options for
79
  "Update existing" setting.
80

    
81
Feeds 7.x 2.0 Beta 2, 2016-02-21
82
--------------------------------
83

    
84
- By MegaChriz: test dependencies should be specified in the main module.info
85
  file and be in the form project:module (see also issue 2651854).
86
- Issue #2662730 by joachim: 'clear-block' CSS class on admin form should be
87
  'clearfix'.
88
- Issue #2638722 by MegaChriz: Improve documentation for
89
  hook_feeds_processor_targets().
90
- Issue #1183440 by twistor, MegaChriz, stefan.r, drclaw, pcambra,
91
  olofjohansson, Calystod, colan, svendecabooter, Bobík, Manish Jain,
92
  AdamGerthel, mErilainen, kervi, Pocketpain et al: Multilingual Feeds - Make
93
  field import language-aware.
94
- Issue #1428272 by OnkelTem, eosrei, jtsnow, Jerenus, liquidcms, acouch,
95
  derhasi, Niremizov, MegaChriz: Added support of encoding conversions to the
96
  CSV Parser.
97
- Issue #2644868 by diamondsea: Skip verification of the certificate's name when
98
  accepting invalid SSL certificates.
99
- Issue #2309471 by Josh Waihi: File Fetcher doesn't obey allowed extensions.
100
- Issue #2117535 by gbirch, MegaChriz, cbfannin, batje, id.alan: fixed Undefined
101
  variable: original_author in _parser_common_syndication_atom10_parse().
102
- Issue #2636342 by AndyF, MegaChriz: Improved documentation of
103
  FeedsConfigurable::__get().
104
- Issue #2637118 by MegaChriz: Use "plural label" for "label plural" from entity
105
  info if available.
106
- Issue #2602508 by MegaChriz: Fixed clear out boolean field when an empty value
107
  is provided.
108
- Issue #1891404 by MegaChriz, twistor, jenlampton: Add a mapper for Updated
109
  date (changed).
110
- Issue #2147341 by milesw: fixed missing bundle property on entity of type
111
  taxonomy_term when replacing existing terms.
112
- Issue #2624344 by grahamC, MegaChriz: Import via pushImport() keeps looping /
113
  never completes.
114
- Issue #2629620 by GuyPaddock, MegaChriz: Fixed template for TSV contains the
115
  word "TAB" instead of tabs.
116
- Issue #2385601 by GerZah, MegaChriz, Jerenus: Sorting feed importers by
117
  readable names.
118
- Issue #2619788 by pcambra: Get instance info from the entity instead of from
119
  the source for file mappings.
120
- By MegaChriz: add entity_translation as a test dependency for issue #1183440.
121
- Issue #2529538 by twistor, MegaChriz, stefan.r, drclaw, olofjohansson, Manish
122
  Jain, et al: Added generic entity language support.
123
- Issue #1950182 by mikran, MegaChriz, twistor: Only update when mapped fields
124
  are updated.
125
- Issue #2556461 by MegaChriz: Fixed importing two hierarchical vocabularies
126
  with overlapping id's.
127
- Issue #2584443 by zniki.ru: http_request_create_absolute_url() ignore last
128
  path in $base_url.
129
- Issue #2533030 by rrfegade, MegaChriz, twistor: Spelling errors in D7.
130
- Issue #1393898 by MegaChriz, twistor: Order Log view by flid instead of
131
  log_time.
132
- Issue #2581135 by Anas_maw, MegaChriz: views integration for feeds source
133
  import date.
134
- Issue #2584157 by MegaChriz: fixed missing mapping targets in the UI for
135
  contrib processors.
136
- Issue #2574789 by MegaChriz: Wrong processor settings set in
137
  FeedsUIUserInterfaceTestCase::testImporterImport().
138
- Issue #2557581 by joelpittet: CSV column names escaped & upload field double
139
  escaping.
140
- By MegaChriz: add i18n_taxonomy as a test dependency for issue #2529538.
141
- Issue #2542416 by twistor, MegaChriz: Allow sources and targets to be marked
142
  as deprecated and hide them from the UI.
143
- Issue #2530670 by MegaChriz: Filter log in Views by "Message".
144
- Issue #2397151 by Pravin Ajaaz: importer UI for CSVs should quote column names
145
  that contain commas.
146
- Issue #2531858 by twistor: Add a FeedsSource::pushImport() method.
147
- Issue #2531706 by twistor: relation "cache_feeds_http" does not exist.
148
- Issue #2531828 by twistor: Simplify db queries in FeedsProcessor.
149
- Issue #1286298 by fietserwin, Triskelion, MegaChriz, charginghawk, osopolar:
150
  Don't create new items, only update existing.
151

    
152
Feeds 7.x 2.0 Beta 1, 2015-07-02
153
--------------------------------
154

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

    
340
Feeds 7.x 2.0 Alpha 8, 2013-04-22
341
---------------------------------
342

    
343
- Issue #1555974 by twistor | andyg5000: Fixed Save button should also add field
344
  mapping; Add button should also save config changes.
345
- Allow 0 as a term name.
346
- Issue #630288 by kulfi: Added import date compatibility issues with Google
347
  Groups' feeds.
348
- Issue #1878254 by facine: Fixed SimplePie download page url.
349
- Issue #1166100 by twistor | Niklas Fiekas: Fixed Notices and warnings on
350
  mapping page, when no content type is selected for NodeProcessor.
351
- Issue #1941302 by jshimota01: Fixed Radio buttons hidden in IE 7.
352
- Fix formatting of feeds_ui.css
353
- Issue #1362378 by gordon, colan, Sutharsan, MegaChriz | mukesh.agarwal17:
354
  Added is_new addtribute to feeds_item.
355
- Fixed: missing comma.
356
- Issue #1961998 by gordon: Added new hook hook_feeds_before_update().
357
- Issue #1025468 by 30equals: Added Allow operations to be performed on disabled
358
  Importers.
359
- Issue #1953008 by MegaChriz | carn1x: Fixed PHP Fatal error:  Nesting level
360
  too deep - recursive dependency? in FeedsProcessor.inc on line 199.
361
- git commit -m Issue
362
- Fix capitalization of Feeds on Importer import page.
363
- Issue #777888 by WorldFallz, liquidcms, firfin | timwood: Added UI to import
364
  views-style exportable (a.k.a. How to import importers?).
365
- Issue #697842 by eiriksm, franz, Webmaster Perpignan: Added Support array of
366
  values for dates.
367
- Tests for #1019688.
368
- Issue #1019688 by johnv, philipz, twistor, sin, ts145nera, David Hernández:
369
  Fixed Taxonomy mapper options: term name +tid, term name, tid, guid (avoids
370
  mapping error for Numeric taxonomy term, too).
371
- Issue #1958864 by DamienMcKenna: Fixed 'Division by zero' error in
372
  feeds_update_7208.
373
- Issue #1147734 by philipnorton42, znerol, David_Rothstein, twistor | johnv:
374
  Added Import files in public://feeds/ vs. private://feeds/.
375
- Issue #857216 by yareckon, wuinfo: behavior on importing empty/NULL/invalid
376
  dates.
377
- Fix coding standards.
378
- Ensure that headers is always set.
379
- Fix uid validation for Node processor.
380
- Issue #1201638 by rfay: Fixed Plugins should be listed in info file.
381
- Issue #1848726 by ojohansson, twistor: Fixed Hash check fails when running
382
  multiple importers on cron.
383
- Issue #1620110 by Cottser, JvE | Alan D.: Fixed Update default views fixes
384
  'Missing text format: 1.' in watchdog.
385
- Issue #1156982 by dooug, dotman: Fixed SQLSTATE[HY000]: General error: 1366
386
  Incorrect integer value: '' for column 'last_comment_uid()' at row 1.
387
- Issue #1660950 by valthebald: Fixed FeedsSource expects stored  to be array,
388
  which is not always the case.
389
- Use bundle() method.
390
- Use plugin key rather than class name.
391
- Issue #1300940 by colin_young: Fixed Undefined Index: unique in
392
  FeedsCSVParser.inc.
393
- Issue #1874322: Remove PHP version check from Common Syndication Parser.
394
- Issue #1870528 by cmriley: Fixed Undefined index: content_type() in
395
  feeds_rules_event_info() (line 56 feeds/feeds.rules.inc.
396
- Issue #1711648 Upgrade path.
397
- Issue #1711648 by twistor: Fixes for tests.
398
- Issue #1711648 by twistor: Abstract bundle handling.
399
- Issue #1827780 by pfrenssen: Type hinting missing from
400
  hook_feeds_parser_sources_alter() callback example.
401
- Issue #1825016 by David_Rothstein: Make it easier for the FeedsCSVParser
402
  source form to be altered.
403
- Issue #1744570 by Staratel: Added Invoke Before import event before start
404
  import.
405
- Move static method to member method.
406
- Issue #1843146 by twistor: Add pluginType() method to be able to determine the
407
  plugin type without having to lookup the inheritance.
408
- Always set is_new on node create rather than node_save().
409
- Re-fix replace existing behavior.
410
- Fix replace existing behavior.
411
- Issue #1165506 by Mile23 | 7wonders: Added pipe delimiter to csv parser.
412
- Use user_delete_multiple()
413
- Issue #1835106 by twistor: Make entity loading generic.
414
- Issue #1480902 by Staratel | faunt: Added Are there timeouts on Feed
415
  importers?.
416
- Issue #912682 by alex_b, snyderp, dman | dwhogg: Added CSV Parser: Support
417
  Mac-style line endings.
418
- Issue #1817992 by OnkelTem: Fixed Notice: Undefined property: stdClass:: in
419
  feeds_tokens()
420

    
421
Feeds 7.x 2.0 Alpha 7, 2012-10-12
422
---------------------------------
423

    
424
- Make sure target array is always initialized.
425
- Issue #1807920 by Rob_Feature: Fixed Imported nodes have NULL format.
426
- Make datetime tests fake unit tests.
427

    
428
Feeds 7.x 2.0 Alpha 6, 2012-10-10
429
---------------------------------
430

    
431
- Port authorization from 6.x to 7.x.
432
- Make FeedsDateTimeTest a real unit test.
433
- Don't hard code delta to 10.
434
- Issue #1567508 by kruser, beansboxchrispang: Fixed User import is incorrectly
435
  changing passwords.
436
- Fix failing test after making them stricter.
437
- Issue #837922 by twistor, andrewlevine: Added removeMappings() to test suite
438
  and more extensive addMapping testing.
439
- Issue #1074520 by ccheu: Commit #783098 not included in 7.x-2.0-alpha3.
440
- Fix for mapping ui and multiple mappings with configuration.
441
- Re-organize FeedsProcessor::process() so that it is clearer.
442
- Issue #1191498 by dooug, twistor: Set drupal_set_message() to not repeat
443
  'Missing Feeds plugin...'.
444
- Allow for 0 to be used in the number mapping.
445
- Issue #1420360 by anarchocoder: Fixed Common Syndication Parser sometimes
446
  creates php warning when feed item title is empty.
447
- Issue #1728634 by David_Rothstein: Fixed User and node 'created' dates (from
448
  feeds_to_unixtime()) default to the wrong timezone.
449
- Coder review fixes.
450
- Dang it. Add feeds_alter() back because contrib depends on it.
451
- Remove stupid feeds_alter().
452
- Issue #1466170 by peter.sogaard: Added Text format support in taxonomy term
453
  fields.
454
- Use consistent set target callbacks.
455
- Move text and numeric mappers to their own include.
456
- Simplify forced updating.
457
- Make link mapper less retarded.
458
- Issue #1551852 by Sergii: Fixed Text field mapper: support for FeedsElement
459
  object.
460
- Issue #1715124 by theduke: Fixed feeds_importer() 'config' column to short -
461
  change size to big.
462
- Issue #1784436 by stefan.norman: Fixed FeedsTermProcessor existingEntityId
463
  doesn't honour id column in feeds_item().
464
- Issue #1792318 by psynaptic: Fixed Invalid multibyte sequence in
465
  tests/feeds.test.
466
- Add quick test for skip_hash_check.
467
- Issue #1364116 by axel.rutz | Les Lim: Added Option to skip hash check on
468
  re-import.
469
- Revert term specific forced updating.
470
- Remove debug statements.
471
- Issue #1410296 by logaritmisk, vinmassaro: Added Reorder mappings.
472
- Don't set unique flag for things that don't have it.
473
- Add test for new mapping config.
474
- Issue #860748 by Niklas Fiekas, franz, twistor | infojunkie: Added Config for
475
  mappers?.
476
- Add support for SimplePie 1.3
477
- Fix path alias test for taxonomy terms.
478
- Un-prefix node path test.
479
- Move path mapping to path.inc and add tests.
480
- Issue #1724200 by balazs.hegedus: Added Support for drupal_http_request()
481
  timeout.
482
- Issue #1736976 by Chaulky: Added Trim feed urls to remove accidental spaces.
483
- Issue #1110762 by vaartio, franz, bancarddata, axel.rutz: Fixed Feeds does not
484
  catch file exceptions properly in file mapper and FeedsParser.inc getFile()
485
  function.
486
- Issue #1742740 by Staratel: Fixed Add magic method __isset() to
487
  FeedsConfigurable to use default entity wrapping.
488
- Issue #1739704 by axel.rutz: Fixed Node lookup by title in Nodeprocessor does
489
  not respect nodetype.
490
- Issue #1690434 by twistor | jzornig: Fixed Notice: Undefined variable: job in
491
  FeedsSource->scheduleClear() (line 319 of sites/all/modules/feeds/includes/FeedsSource.inc).
492
- Issue #1703074 by theduke: Added Include parser result in
493
  hook_feeds_presave().
494
- Issue #1070604 by Bobík: Added Feed's nid in mappings.
495
- Issue #1300500 by milesw | derekwormdahl: Fixed Not loading node status in
496
  FeedsNodeProcessor.inc is causing issue with Content Access module.
497
- Coder review fixes.
498
- Add stricter test for integer value.
499
- Fix doc strings.
500
- Issue #1112876 by chx: Added Support digest auth.
501
- Get FeedsMapperFileTestCase tests to pass.
502
- Issue #1688294 by twistor | Rob_Feature: Fixed Invalid URL (even though it's
503
  valid).
504
- Issue #1402788 by tbosviel | Cottser: Added All files are imported as MIME
505
  application/octet-stream.
506
- Issue #1271502 by twistor | oobie11: Fixed Im getting an error when I run
507
  cron.
508
- Issue #1460282 by elliotttf, MegaChriz | jday: Fixed Call to undefined method
509
  FeedsMissingPlugin::entityType() .
510
- Use entity type if entity label is not set.
511
- Issue #1661014 by twistor | johnv: Fixed feeds_entity_load() called too often
512
  / is not cached.
513
- Issue #1665450: Path alias target when using pathauto.
514
- Fixed: feeds_mapper_file.test.
515
- Method for downloading and extracting the simplepie library during tests.
516
- Try to shut up SimplePie.
517
- Allow setting a variable for the library path.
518
- Fix for taxonomy mapper test.
519
- Make descriptions in taxonomy term processor consistent.
520
- Make labels for taxonomy processor consistent.
521
- Issue #1044874 by marek.trunkat, bdragon | seth.vincent: Fixed Debug message:
522
  missing handler: feeds_log() feed_nid() field.
523
- Issue #1424992 by stevector: Added implementation of hook_entity_info_alter()
524
  so that ->feed_nid() is available to Rules.
525
- Issue #1662550 by pvhee: Fixed Invoke hook_feeds_after_import() after writing
526
  to the logs.
527
- Issue #1454666: Fixing unlock feature to also work with locked imports.
528
- Issue #1241754: Add targets for author name and email in node processor.
529
- Issue #1454666: Add tool to reset locked feeds
530
- Issue #1612246: Fixing introduced error on filepath generation.
531
- Small fix on comment alignment
532
- Issue #1632286 by facine: Fixed Cannot redeclare
533
  FeedsTermProcessor::setTargetElement().
534
- Issue #1001590 by tristanoneil, twistor, Bevan: Path alias mapping target.
535

    
536
Feeds 7.x 2.0 Alpha 5, 2012-05-28
537
---------------------------------
538

    
539
- Issue #1515204 by gnucifer: Malformed destination uri in FeedsEnclosure.
540
- Issue #1450714 by getgood: ATOM parser ignores 'updated' tag
541
- Issue #1152940 by bblake, rickmanelius, g089h515r806, darrylri, iMiksu,
542
  sdrycroft, johnbarclay, batje, axel.rutz, GaëlG: Feeds term import with
543
  hierarchy and weight
544
- Issue #1406260 by Xen, logaritmisk: Fetchers without source configuration
545
  fails.
546
- Issue #1407670 by Ivan Simonov, GaëlG, franz: drupal_strlen() doesn't work
547
  when parsing multibyte strings in CSVParser.
548
- Issue #1213472 by paulgemini, Nigel_S, emarchak, Jorenm: Fixed Unsupported
549
  operand types in FeedsConfigurable.
550
- Follow-up to #1245094 by agoradesign: menu links not really fixed.
551
- Issue #1245094 by chrisdejager, dman: Fixed Node menu link deleted on update.
552
- Issue #712304 by derhasi, twistor, jerdavis, alex_b, rjbrown99, rbayliss |
553
  ManyNancy: Fixed Batch import does not continue where it left off, instead
554
  starts from the beginning.
555
- Issue #959984 by kidrobot, desmondmorris, slashrsm, flailingmaster, rfay |
556
  dasjo: Fixed taxonomy_node_get_terms() doesn't work with drupal 7.
557
- Issue #1140194 by orb | emorency: Fixed SQLSTATE[HY000]: General error: 1366
558
  Incorrect string value for a field with accents.
559
- Issue #1427642 by elliotttf: Fixed Use drupal_exit() rather than exit() in
560
  PuSH/FeedsHTTPFetcher callbacks.
561
- Issue #1418382: Fixed unsubscribe requests to PuSH hubs failing due to
562
  transaction in node_delete().
563
- Issue #870556: Fixed PuSH verifications run before the subscription records
564
  have been saved."
565
- Issue #1289598 by emackn, andypost: Fixed Remove check_plain() on form
566
  options.
567
- Issue #996808 by twistor, marcvangend, joshuajabbour: Fixed Update existing
568
  doesn't reset targets that have real_target() set.
569
- Issue #1219180 by dandaman: Fixed Minor error in API code samples.
570
- Issue #686470 by johnv, wojtha, febbraro | rjbrown99: Fixed Filefield mapper:
571
  URLs with spaces not parsed properly.
572
- Issue #1380636 by gnucifer, emackn: Fixed Wrong response headers reported on
573
  3xx requests in function http_request_get().
574
- Issue #1382208 by slcp: Fixed FeedsSource.inc sourceSave() and sourceDelete()
575
  function descriptions are the wrong way round.
576
- Issue #1372074 by twistor, emackn: Fixed feeds_http_request() does not cache
577
  when using drupal_http_request().
578
- Issue #1191330 by twistor: Added Allow feeds_mapper().test to set field
579
  instance settings.
580
- Issue #1225672 by StepanKuzmin, tekante | guillaumev: Fixed Bug when importing
581
  a single year.
582
- Issue #1035684 by mikejoconnor: Source / Target sort order
583
- Issue #1005128 by dasjo, fago: Rules integration & enable modules to customize
584
  imports.
585
- Issue #1228568 by pcambra: Add user status to FeedsUserProcessor
586
- Issue #1139676 by Dave Reid, cosmicdreams: Fixed feeds_alter() doesn't support
587
  modulename.feeds.inc files supported by feeds_hook_info().
588
- Issue #1347894 by juampy | colin_young: Fixed Clear cache causes integrity
589
  constraint violation.  Fix for feeds info file
590
- Issue #1298326 by twistor, Dave Reid, and emackn: Fixed Only execute
591
  rebuild_menu() when necessary.
592
- Issue #1228570 by pcambra: Added user language to FeedsUserProcessor.
593
- Issue #1206042 by anon: Let node titles have unique option.
594
- Issue #126689 by tcindie :Additional targets for nodes
595
- issue #126689 by tcindie : 1298326Issue PageOnly execute rebuild_menu when
596
  necessary
597
- Issue #1128418 by mongolito404, Niklas Fiekas, jief: Fixed Deprecated:
598
  Assigning the return value of new by reference is deprecated in
599
  feeds_include_library().
600
- Issue #1046916 by eosrei: importing nodes with their original NID
601
- Issue #1197646: Skip importer config form validation if a machine name was not
602
  provided.
603
- Issue #1248712: Show an empty row result and hide the Save button if no
604
  importers are available.
605
- Issue #1248710: Use the core-provided machine_name FAPI element for the
606
  importer machine name field.
607
- Issue #1235394: Fixed menu paths violate UX standards and could not use
608
  breadcrumbs.
609
- Issue #1248648 by twistor, Dave Reid: Fixed bugs and inconsistencies in
610
  FeedsRSStoNodesTest.
611

    
612
Feeds 7.x 2.0 Alpha 4, 2011-06-28
613
---------------------------------
614

    
615
- Issue #1161810: Fixed declaration of FeedsSource::instance() should be
616
  compatible with that of FeedsConfigurable::instance().
617
- Issue #1201638: Plugins should be listed in feeds.info as files[] records for
618
  the class registry.
619
- Issue #1149226: Fixed invalid message parameter passed into feeds_log from
620
  FeedsProcessor::process().
621
- Issue #1044882 by rfay, Dave Reid: Fixed indexes for {feeds_item} are too long
622
  and can cause problems during install or uninstall.
623
- Fixing PHP strict error in _parser_common_syndication_atom10_parse().
624
- Added support for feeds hooks to be located in modulename.feeds.inc.
625
- Issue #1191554: Fixed failures in FeedsUIUserInterfaceTestCase.
626
- Issue #1191564: Use FeedsWebTestCase for FeedsDateTimeTest.
627
- Issue #1191494 by twistor, Dave Reid: Fixed link to node type feed importer
628
  did not use node_access().
629
- Issue #1191450: Fixed mismatch of arguments for t().
630
- Fixed possible XSS with field labels in Feed importer mapping settings.
631
- Fixed coder violations and standards.
632
- Issue #723548: Added unit tests for feeds_valid_url().
633
- Fixed PHP notice with undefined variables in
634
  http_request_get_common_syndication().
635
- Issue #723548: Added support for feed URLs with feed:// and webcal://.
636
- Fixed error when calling form_set_error() and title field on follow-up to fix
637
  feed node title fields not actually un-required.
638
- Issue #1191210: Added feeds_field_extra_fields() so the 'Feed' fieldset can be
639
  re-ordered through the Field UI.
640
- Issue #1191194: Fixed test failure in FeedsCSVtoUsersTest due to lack of
641
  'administer users' permission.
642
- Issue #1191200: Fixed display of the description field on the feed item
643
  content type.
644
- Issue #1066286: Added test to ensure 'Feed items' doesn't display on non-feed
645
  nodes.
646
- Use hook_form_node_form_alter() rather than hook_form_alter().
647
- Simplify FeedsMapperTestCase::createContentType() using
648
  DrupalWebTestCase::drupalCreateContentType().
649
- Issue #983220 by twistor: Fixed field mapper tests failed due to number.module
650
  not being enabled.
651
- Issue #1085092 by pfrenssen: Fixed module_list() is called twice in
652
  feeds_alter().
653
- Fixes and cleanups to tests.
654
- Use fetchObject() rather than fetch() since it is more explicit.
655
- Issue #1008384 by twistor: Fixed feeds not pulling publication date with feed
656
  using dc:date and RSS 2.0.
657
- Issue #769084: Fixed use of isset() rather than !empty() causes import
658
  problems with _parser_common_syndication_RSS20_parse().
659
- Issue #914210 by jyee, Dave Reid: Added mapper for user raw password.
660
- Issue #974494: Fixed PHP notice 'Undefined property: stdClass::$openid in
661
  FeedsUserProcessor->entitySave()'.
662
- Issue #1134684 by rfay, Dave Reid: Fixed improper parameters for
663
  file_field_widget_uri().
664
- Issue #1055582: Fixed strict notice that FeedsDateTime::setTimezone() is not
665
  compatible with DateTime::setTimezone().
666
- Issue #1085194: Not all selected mappings are removed.
667
- Issue #1032640: Added basic token integration.
668
- Issue #1066806: Use hook_entity_insert/update/delete rather than separate
669
  node, taxonomy term, and user hooks.
670
- Issue #1066822: Fixed bugs and inconsistencies with test files and getInfo()
671
  declarations.
672
- Issue #1066810: Fixed list of 'Expire nodes' options in FeedsNodeProcessor.
673
- Issue #1066286: Fixed 'View items' tab added to all content types.
674
- Issue #1011958 by David Goode: Allow hashes to be updated when content in a 
675
  feed is updated.
676
- Issue #1048642 by greg.harvey: Check for remove_flags in Feeds UI before using 
677
  that variable.
678
- #967018 jcarlson34, David Goode, alex_b: Mapping to String lists not supported
679

    
680
Feeds 7.x 2.0 Alpha 3, 2011-01-14
681
---------------------------------
682

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

    
686
Feeds 7.x 2.0 Alpha 2, 2010-11-02
687
---------------------------------
688

    
689
- #940866 tristanoneil: PHP 5.3 FeedsImporter::copy function must be compatible.
690
- #944986 tristanoneil: Link Mapper Upgrade.
691
- #959066 tristanoneil: Remove old mappers and tests.
692
- #883342 Steven Jones: Don't force usage of cURL.
693
- #776854 imclean et. al.: Support parsing CSV files without column headers.
694
- Ian Ward: ensure that arrays of numerics are handled correctly.
695
- #953728 tristanoneil: Upgrade text formats, use on all processors.
696
- alex_b: Fix file mapper, add file mapper tests, generate flickr.xml and
697
  files.csv dynamically.
698
- #953538 yhahn: Remove BOM from UTF-8 files.
699
  Adds sanitizeFile() and sanitizeRaw() methods to FeedsFetcherResult.
700
  Extending classes that override either the getRaw() or getFilePath() methods
701
  should call these sanitization methods to ensure that the returned output /
702
  file has been cleaned for parsing.
703
- #606612 alex_b: More detailed log.
704
- #949236 Ian Ward, alex_b: Allow mapping empty values to fields.
705
- #912630 twistor, alex_b: FeedsParserResult: make items accessible for
706
  modification.
707
- #933306 alex_b: Fix Feeds creates subscriptions for not existing importers.
708
- #946822 twistor: FeedsSitemapParser broken: Serialization of
709
  'SimpleXMLElement' is not allowed.
710
- #949916 alex_b: Convert values mapped to user->created.
711
- #949236 Ian Ward: Allow mapping empty values to fields.
712
- Allow for mapping to list_number field types.
713
- Fix entity inspection in file fetcher.
714
- #932772 alex_b: FeedsProcessor: Consolidate process() and clear().
715
  FeedsProcessor now implements the process() and clear() methods for creating
716
  and deleting entities. The extending processors FeedsNodeProcessor,
717
  FeedsTermProcessor and FeedsUserProcessor merely implement entity manipulation
718
  methods (newEntity(), entityLoad(), entitySave(), entityDeleteMultiple()...).
719
  This brings features previously only available on FeedsNodeProcessor to all
720
  entity processors: fast change detection on imported items with hashes,
721
  batching on process() and clear() and in the case of FeedsUserProcessor, the
722
  actual implementation of clear(). Together with #929066 this is a further
723
  step towards harmonizing features of processor plugins.
724
- Move term and user validation into a validate() method.
725
- Remove check for present name and mail. Needs to be solved on a more pluggable
726
  level.
727
- FeedsTermProcessor: Do not filter taxonomy_term_data table by vid when
728
  clearing.
729
- #932572 alex_b: FeedsTermProcessor: Batch term processing.
730
- Remove check for present name in terms that are imported. If we do such
731
  validation, we need to do this on a more pluggable level.
732
- Fix Feeds News tests, add a 'description' field to the  Feeds Item content
733
  type.
734
- #728534 alex_b: Remove FeedsFeedNodeProcessor. If you have used
735
  FeedsFeedNodeProcessor in the past, use FeedsNodeProcessor (Node Processor)
736
  instead now. It supports all of FeedsFeedNodeProcessor's functionality and
737
  more.
738
- #929066 alex_b: Track all imported items. Note: All views that use 'Feeds
739
  Item' fields or relationships need updating.
740
- #930018 alex_b: Don't show file upload when 'Supply path directly' is
741
  selected.
742
- #927892 alex_b: Add "Process in background" feature. Allows one-off imports to
743
  be processed in the background rather than using Batch API. Useful for very
744
  large imports.
745
- #929058 alex_b: Report status of source on import and delete forms, track
746
  last updated time on a source level.
747
- #928836: Set progress floating point directly. Note: fetchers and parsers
748
  must use $state->progress() for setting the batch progress now IF they support
749
  batching.
750
- #928728: Track source states by stage, not by plugin. Note: call signature of
751
  FeedsSource::state() has changed.
752
- Remove 6.x upgrade hooks.
753
- #923318: Fix Fatal error: Call to a member function import() on a non-object
754
  occurring on cron.
755
- Clean up basic settings form.
756
- Make getConfig() include configuration defaults.
757

    
758
Feeds 7.x 2.0 Alpha 1, 2010-09-29
759
---------------------------------
760

    
761
- #925842 alex_b: Support batching through directories on disk.
762
- #625196 mstrelan, alex_b: Fix array_merge(), array_intersect_key() warnings.
763
- Remove hidden setting feeds_worker_time. Use hook_cron_queue_info_alter() to
764
  modify this setting.
765
- #744660-80 alex_b: Expand batch support to fetchers and parsers.
766
 - Removed FeedsBatch classes in favor of FeedsResult classes.
767
 - Variable 'feeds_node_batch_size' is now called 'feeds_process_limit'.
768
 - Signature of FeedsParser::getSourceElement() changed.
769
 - Signature of FeedsProcessor::uniqueTargets() changed.
770
 - Signature of FeedsProcessor::existingItemId() changed.
771
 - Sigature for callbacks registered by hook_feeds_parser_sources_alter()
772
   changed.
773
 - Return value of FeedsFetcher::fetch() changed.
774
 - Signature and return value of FeedsParser::parse() changed.
775
 - Signature of FeedsProcessor::process() changed.
776
 - Signature of hook_feeds_after_parse() changed.
777
 - Signature of hook_feeds_after_import() changed.
778
 - Signature of hook_feeds_after_clear() changed.
779

    
780
Feeds 7.x 1.0 Alpha 1, 2010-09-21
781
---------------------------------
782

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

    
785
- Expire files returned by FeedsImportBatch after DRUPAL_MAXIMUM_TEMP_FILE_AGE
786
  seconds.
787
- FeedsFileFetcher: track uploaded files, delete unused files.
788
- yhahn: Upgrade FeedsTaxonomyProcessor.
789
- Remove handling of target items that are array. All target items must be
790
  objects now.
791
- Upgrade file and image mapper.
792
- Upgrade taxonomy mapper.
793
- Upgrade field mapper.
794
- Move plugin handling into FeedsPlugin class.
795
- Base level upgrade.
796

    
797
Feeds 6.x 1.0 Beta 6, 2010-09-16
798
--------------------------------
799

    
800
- #623432 Alex UA, dixon_, pvhee, cglusky, alex_b et al.: Mapper for emfield.
801
- #913672 andrewlevine: Break out CSV Parser into submethods so it is more
802
  easily overridable
803
- #853974 snoldak924, alex_b: Fix XSS vulnerabilities in module.
804
- #887846 ekes: Make FeedsSimplePieEnclosure (un)serialization safe.
805
- #908582 XiaN Vizjereij, alex_b: Fix "Cannot use object of type stdClass as
806
  array" error in mappers/taxonomy.inc.
807
- #906654 alex_b: Fix phantom subscriptions.
808
- #867892 alex_b: PubSubHubbub - slow down import frequency of feeds that are
809
  subscribed to hub.
810
- #908964 alex_b: Break out scheduler. Note: Features depends on Job Scheduler
811
  module now: http://drupal.org/project/job_scheduler
812
- #663860 funkmasterjones, infojunkie, alex_b et. al.: hook_feeds_after_parse().
813
- #755556 Monkey Master, andrewlevine, alex_b: Support saving local files in
814
  filefields.
815
- #891982 bangpound, twistor: Support Link 2.x.
816
- #870278 budda: Fix SQL query in taxonomy_get_term_by_name_vid().
817
- #795114 budda, alex_b: Taxonomy term processor doesn't require vocabulary to
818
  be set.
819

    
820
Feeds 6.x 1.0 Beta 5, 2010-09-10
821
--------------------------------
822

    
823
- #849840 adityakg, rbayliss, alex_b: Submit full mapping on every submission.
824
- #849834 rbayliss, alex_b: Generalize feeds_config_form() to feeds_form().
825
- #907064 alex_b: Track imported terms.
826
- #906720 alex_b: Introduce a hook_feeds_after_clear().
827
- #905820 tristan.oneil: Adjust delete message in FeedsDataProcessor to avoid
828
  misleading total numbers.
829
- #671538 mburak: Use CURLOPT_TIMEOUT to limit download time of feeds.
830
- #878002 Will White, David Goode: Support multiple sources per mapping target
831
  in FeedsDataProcessor.
832
- #904804 alex_b: Support exportable vocabularies.
833
- #836876 rsoden, Will White, alex_b: Add simple georss support to Common
834
  Syndication Parser.
835
- #889196 David Goode: Support for non-numeric vocabulary IDs for feature-based
836
  vocabularies.
837
- #632920 nickbits, dixon_, David Goode, alex_b et al: Inherit OG, taxonomy,
838
  language, user properties from parent feed node. Note: Signatures of
839
  FeedsProcessor::map(), existingItemId(), FeedsParser::getSourceElement()
840
  changed.
841
- #897258 TrevorBradley, alex_b: Mapping target nid.
842
- #873198 BWPanda, morningtime: Import multiple values to tag vocabulary.
843
- #872772 andrewlevine: Fix buildNode() (and node_load()) called unnecessarily.
844
- #873240 thsutton: Use isset() to avoid notices.
845
- #878528 Sutharsan: Don't show file in UI if file does not exist.
846
- #901798 alex_b: Fix time off in SitemapParser.
847
- #885724 eliotttf: Avoid array_flip() on non scalars.
848
- #885052 Hanno: Fix small typo in access rights.
849
- #863494 ekes, alex_b: Delete temporary enclosures file.
850
- #851194 alex_b: Featurize - move default functionality from feeds_defaults to
851
  feeds_fast_news, feeds_import and feeds_news features.
852
- #617486 alex_b: Create link to original source, view of items on feed nodes.
853
- #849986 lyricnz, alex_b: Cleaner batch support.
854
- #866492 lyricnz: Clean up tests.
855
- #862444 pounard: Do not name files after their enclosure class.
856
- #851570 morningtime: Avoid trailing slashes when passing file paths to
857
  file_check_directory().
858
- #836090 andrewlevine, alex_b: Include mapping configuration in hash.
859
- #853156 alex_b: Support real updates of terms.
860
- #858684 alex_b: Fix notices when file not found.
861

    
862
Feeds 6.x 1.0 Beta 4, 2010-07-25
863
--------------------------------
864

    
865
- #838018-12 Remove Formatted Number CCK mapper, cannot be properly tested, see
866
  #857928.
867

    
868
Feeds 6.x 1.0 Beta 3, 2010-07-18
869
--------------------------------
870

    
871
- #854628 DanielJohnston, alex_b: Fix user processor assigns all roles.
872
- #838018 infojunkie: Mapper for Formatted Number CCK field.
873
- #856408 c.ex: Pass all $targets for hook_feeds_node_processor_targets_alter()
874
  by reference.
875
- #853194 andrewlevine, alex_b: Mapping: don't reset all targets.
876
- #853144 alex_b: Consistent use of "replace" vs "update".
877
- #850998 alex_b: Clean up file upload form. Note: If you supply file paths
878
  directly in the textfield rather than uploading them through the UI, you will
879
  have to adjust your importer's File Fetcher settings.
880
- #850652 alex_b: Make ParserCSV (instead of FeedsCSVParser) populate column
881
  names.
882
- #850638 alex_b: Introduce FeedsSource::preview().
883
- #850298 alex_b: ParserCSV: Support batching (only affects library, full parser
884
  level batch support to be added later with #744660).
885
- Minor cleanup of admin UI language and CSS.
886
- #647222 cglusky, jeffschuler: Specify input format for feed items.
887

    
888
Feeds 6.x 1.0 Beta 2, 2010-07-10
889
--------------------------------
890

    
891
- #753426 Monkey Master, andrewlevine, alex_b: Partial update of nodes.
892
- #840626 andrewlevine, alex_b: Support using same mapping target multiple
893
  times.
894
- #624464 lyricnz, alex_b: Fix to "support tabs as delimiters".
895
- #840350 lyricnz: (Optionally) Transliterate enclosure filenames to provide
896
  protection from awkward names.
897
- #842040 dixon_: Accept all responses from the 2xx status code series.
898
- #836982 Steven Merrill: Fix Feeds.module tests do not work when run from the
899
  command line.
900

    
901
Feeds 6.x 1.0 Beta 1, 2010-06-23
902
--------------------------------
903

    
904
Feeds 6.x 1.0 Alpha 16, 2010-06-19
905
----------------------------------
906

    
907
- #830438 andrewlevine: More secret files in FeedsImportBatch::getFilePath().
908
- #759302 rjb, smartinm, et. al: Fix user warning: Duplicate entry.
909
- #819876 alex_b: Fix field 'url' and 'guid' don't have default values.
910
- #623444 mongolito404, pvhee, pdrake, servantleader, alex_b et. al.: Mapper for
911
  link module.
912
- #652180 ronald_istos, rjbrown99, et. al.: Assign author of imported nodes.
913
- #783098 elliotttf: Introduce hook_feeds_user_processor_targets_alter(), mapper
914
  for user profile fields.
915

    
916
Feeds 6.x 1.0 Alpha 15, 2010-05-16
917
----------------------------------
918

    
919
- #791296 B-Prod: Fix Feeds data processor does update id 0.
920
- #759904 lyricnz: Provide a Google Sitemap Parser.
921
- #774858 rjbrown99: Fix Node Processor updates node "created" time when
922
  updating.
923
- #704236 jerdavis: Support mapping to CCK float field.
924
- #783820 klonos: Fix warning: copy() [function.copy]: Filename cannot be empty
925
  in FeedsParser.inc on line 168.
926
- #778416 clemens.tolboom: Better message when plugin is missing.
927
- #760140 lyricnz: FeedsBatch->total not updated when addItem($item) is called.
928
- #755544 Monkey Master: Keep batch processing when mapping fails.
929
- alex_b: Reset import schedule after deleting items from feed.
930
- #653412 rbrandon: Do not create items older than expiry time.
931
- #725392 nicholasThompson: FeedsBatch does not check feeds folder exists before
932
  uploading.
933
- #776972 lyricnz: Messages use plural when describing single item.
934
- #701390 frega, morningtime, Mixologic, alex_b et. al.: Fix RSS 1.0 parsing
935
  and add basic test framework for common_syndication_parser.
936
- #781058 blakehall: Create teaser for imported nodes. NOTE: this may mean that
937
  your existing installation has shorter node teasers as expected. If this is
938
  the case, increase "Length of trimmed posts" on admin/content/node-settings.
939
- #622932-30 mikl: fix remaining non-standard SQL.
940
- #624464 bangpound: Support tabs as delimiters.
941

    
942
Feeds 6.x 1.0 Alpha 14, 2010-04-11
943
----------------------------------
944

    
945
- #758664: Fix regression introduced with #740962.
946

    
947
Feeds 6.x 1.0 Alpha 13, 2010-03-30
948
----------------------------------
949

    
950
- #622932 pounard: Fix SQL capitalization.
951
- #622932 pounard: Fix non-standard SQL (PostgreSQL compatibility)
952
- #705872 Scott Reynolds: Added HTTPFetcher autodiscovery
953
- #740962 alex_b: Fix FileFetcher Attached to Feed Node, Upload Field Not Saving
954
  File Path.
955
- #754938 Monkey Master: FeedsCSVParser.inc uses strtolower() while parsing
956
  UTF-8 files.
957
- #736684 Souvent22, Mixologic: FeedsDateTime & Batch DateTime causes core
958
  dumps.
959
- #750168 jtr: _parser_common_syndication_title does not strip html tags before
960
  constructing a title.
961
- #648080 pvhee: FeedsNodeProcessor - static caching of mapping targets makes
962
  mapping fail with multiple feed configurations.
963
- #735444 Doug Preble: PubSubHubbub - Fix "Subscription refused by callback URL"
964
  with PHP 5.2.0.
965
- alex_b: Suppress namespace warnings when parsing feeds for subscription in
966
  PuSHSubscriber.inc
967
- #724184 ekes: catch failures when parsing for PubSubHubbub hub and self.
968
- #706984 lyricnz: Add FeedsSimplePie::parseExtensions() to allow parsing to be
969
  customized.
970
- #728854 Scott Reynolds: Fix $queue->createItem() fails.
971
- #707098 alex_b: Improve performance of nodeapi and access checks.
972
- #726012 alex_b: Fix RSS descriptions not being reset in
973
  common_syndication_parser.inc.
974
- alex_b: Fix a typo in the return value of process() in FeedsTermProcessor.
975
- alex_b: Stop PubSubHubbub from subscribing if it is not enabled.
976
- #711664 neclimdul: guarantee compatibility with CTools 1.4  by declaring that
977
  Feeds uses hooks to define plugins via hook_ctools_plugin_plugins().
978
- #718460 jerdavis: In FeedsNodeProcessor, clear items only for the current
979
  importer id.
980
- #718474 jerdavis: In FeedsNodeProcessor, check for duplicate items within
981
  same importer id.
982

    
983
Feeds 6.x 1.0 Alpha 12, 2010-02-23
984
----------------------------------
985

    
986
- #600584 alex_b: PubSubHubbub support.
987
- alex_b: Debug log.
988
- alex_b: Add sourceSave() and sourceDelete() methods notifying plugin
989
  implementers of a source being saved or deleted.
990
- #717168 nicholasThompson: Fix feeds UI JS doesn't select labels correctly.
991
- #708228 Scott Reynolds, alex_b: Break FeedsImportBatch into separate classes.
992
  NOTE: Review your FeedsFetcher implementation for changes in the
993
  FeedsImportBatch class, small adjustments may be necessary.
994
- alex_b: Support mapping to OpenID, using OpenID as a unique mapping target.
995
- alex_b: Handle exceptions outside of Importer/Source facade methods.
996
- #600584 alex_b: Use Batch API.
997
  NOTE: third party plugins/extensions implementing FeedsProcessor::process(),
998
  FeedsProcessor::clear() or FeedsImporter::expire() need to adjust their
999
  implementations. Modules that directly use Feeds' API for importing or
1000
  clearing sources need may want to use feeds_batch_set() instead of
1001
  feeds_source()->import() or feeds_source()->clear().
1002

    
1003
Feeds 6.x 1.0 Alpha 11, 2010-02-10
1004
----------------------------------
1005

    
1006
- #701432 pounard, Will White: Fix array_shift() expects parameter 1 is Array
1007
  error. Note: Parsers are responsible to ensure that the parameter passed to
1008
  FeedsImportBatch::setItems() is an Array.
1009
- #698356 alex_b: Refactor and clean up FeedsScheduler::work() to allow more
1010
  scheduled tasks than 'import' and 'expire'.
1011

    
1012
Feeds 6.x 1.0 Alpha 10, 2010-01-25
1013
----------------------------------
1014

    
1015
- #647128 bigkevmcd, Michelle: Fix broken author info in FeedsSyndicationParser.
1016
- alex_b: Add mapping API for FeedsDataProcessor.
1017
- alex_b: Decode HTML entities for title and author name in
1018
  FeedsSimplePieParser.
1019
- #623448 David Goode, alex_b, et al.: Date mapper.
1020
- #624088 mongolito404, David Goode, alex_b: Imagefield/filefield mapper,
1021
  formalize feed elements.
1022
- #584034 aaroncouch, mongolito404: Views integration.
1023
- Redirect to node or import form after manual import or delete.
1024
- #663830 Aron Novak, alex_b: When download of URL failed, node w/ empty title
1025
  is created.
1026
- #654728 Aron Novak: Fix parsing + data handling error with RDF 1.0 feeds.
1027
- #641522 mongolito404, alex_b: Consolidate import stage results.
1028
- #662104 Aron Novak: Specify PHP requirement in .info file.
1029
- #657374 dtomasch: Common Parser does not get RSS Authors correctly.
1030

    
1031
Feeds 6.x 1.0 Alpha 9, 2009-12-14
1032
---------------------------------
1033

    
1034
- API change: feeds_source() takes an FeedsImporter id instead of an importer,
1035
  the methods import() and clear() moved from FeedsImporter to FeedsSource.
1036
  Import from a source with feeds_source($id, $nid)->import();
1037
- #629096 quickcel: Fix underscores in feed creation link.
1038
- #652848 BWPanda: Add 'clear-block' to admin-ui to fix float issues.
1039
- #623424 Kars-T, Eugen Mayer, alex_b: Mapper for Taxonomy.
1040
- #649552 rsoden: Provide variable for data table name.
1041
- #631962 velosol, alex_b: FeedsNodeProcessor: Update when changed.
1042
- #623452 mongolito404: Port basic test infrastructure for mappers, test for
1043
  basic CCK mapper.
1044

    
1045
Feeds 6.x 1.0 Alpha 8, 2009-11-18
1046
---------------------------------
1047

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

    
1053
Feeds 6.x 1.0 Alpha 7, 2009-11-04
1054
---------------------------------
1055

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

    
1060
Feeds 6.x 1.0 Alpha 6, 2009-11-03
1061
---------------------------------
1062

    
1063
- Split number of items to queue on cron from feeds_schedule_num variable
1064
  (see README.txt)
1065
- #619110 Fix node_delete() in FeedsNodeProcessor
1066
- Add descriptions to all mapping sources and targets
1067

    
1068
Feeds 6.x 1.0 Alpha 5, 2009-10-23
1069
---------------------------------
1070

    
1071
- #584500 Add Feeds default module
1072

    
1073
Feeds 6.x 1.0 Alpha 4, 2009-10-21
1074
---------------------------------
1075

    
1076
- Initial release