CHANGELOG.txt 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996
  1. Feeds 7.x 2.0 Beta 2, 2016-02-17
  2. --------------------------------
  3. - By MegaChriz: test dependencies should be specified in the main module.info
  4. file and be in the form project:module (see also issue 2651854).
  5. - Issue #2662730 by joachim: 'clear-block' CSS class on admin form should be
  6. 'clearfix'.
  7. - Issue #2638722 by MegaChriz: Improve documentation for
  8. hook_feeds_processor_targets().
  9. - Issue #1183440 by twistor, MegaChriz, stefan.r, drclaw, pcambra,
  10. olofjohansson, Calystod, colan, svendecabooter, Bobík, Manish Jain,
  11. AdamGerthel, mErilainen, kervi, Pocketpain et al: Multilingual Feeds - Make
  12. field import language-aware.
  13. - Issue #1428272 by OnkelTem, eosrei, jtsnow, Jerenus, liquidcms, acouch,
  14. derhasi, Niremizov, MegaChriz: Added support of encoding conversions to the
  15. CSV Parser.
  16. - Issue #2644868 by diamondsea: Skip verification of the certificate's name when
  17. accepting invalid SSL certificates.
  18. - Issue #2309471 by Josh Waihi: File Fetcher doesn't obey allowed extensions.
  19. - Issue #2117535 by gbirch, MegaChriz, cbfannin, batje, id.alan: fixed Undefined
  20. variable: original_author in _parser_common_syndication_atom10_parse().
  21. - Issue #2636342 by AndyF, MegaChriz: Improved documentation of
  22. FeedsConfigurable::__get().
  23. - Issue #2637118 by MegaChriz: Use "plural label" for "label plural" from entity
  24. info if available.
  25. - Issue #2602508 by MegaChriz: Fixed clear out boolean field when an empty value
  26. is provided.
  27. - Issue #1891404 by MegaChriz, twistor, jenlampton: Add a mapper for Updated
  28. date (changed).
  29. - Issue #2147341 by milesw: fixed missing bundle property on entity of type
  30. taxonomy_term when replacing existing terms.
  31. - Issue #2624344 by grahamC, MegaChriz: Import via pushImport() keeps looping /
  32. never completes.
  33. - Issue #2629620 by GuyPaddock, MegaChriz: Fixed template for TSV contains the
  34. word "TAB" instead of tabs.
  35. - Issue #2385601 by GerZah, MegaChriz, Jerenus: Sorting feed importers by
  36. readable names.
  37. - Issue #2619788 by pcambra: Get instance info from the entity instead of from
  38. the source for file mappings.
  39. - By MegaChriz: add entity_translation as a test dependency for issue #1183440.
  40. - Issue #2529538 by twistor, MegaChriz, stefan.r, drclaw, olofjohansson, Manish
  41. Jain, et al: Added generic entity language support.
  42. - Issue #1950182 by mikran, MegaChriz, twistor: Only update when mapped fields
  43. are updated.
  44. - Issue #2556461 by MegaChriz: Fixed importing two hierarchical vocabularies
  45. with overlapping id's.
  46. - Issue #2584443 by zniki.ru: http_request_create_absolute_url() ignore last
  47. path in $base_url.
  48. - Issue #2533030 by rrfegade, MegaChriz, twistor: Spelling errors in D7.
  49. - Issue #1393898 by MegaChriz, twistor: Order Log view by flid instead of
  50. log_time.
  51. - Issue #2581135 by Anas_maw, MegaChriz: views integration for feeds source
  52. import date.
  53. - Issue #2584157 by MegaChriz: fixed missing mapping targets in the UI for
  54. contrib processors.
  55. - Issue #2574789 by MegaChriz: Wrong processor settings set in
  56. FeedsUIUserInterfaceTestCase::testImporterImport().
  57. - Issue #2557581 by joelpittet: CSV column names escaped & upload field double
  58. escaping.
  59. - By MegaChriz: add i18n_taxonomy as a test dependency for issue #2529538.
  60. - Issue #2542416 by twistor, MegaChriz: Allow sources and targets to be marked
  61. as deprecated and hide them from the UI.
  62. - Issue #2530670 by MegaChriz: Filter log in Views by "Message".
  63. - Issue #2397151 by Pravin Ajaaz: importer UI for CSVs should quote column names
  64. that contain commas.
  65. - Issue #2531858 by twistor: Add a FeedsSource::pushImport() method.
  66. - Issue #2531706 by twistor: relation "cache_feeds_http" does not exist.
  67. - Issue #2531828 by twistor: Simplify db queries in FeedsProcessor.
  68. - Issue #1286298 by fietserwin, Triskelion, MegaChriz, charginghawk, osopolar:
  69. Don't create new items, only update existing.
  70. Feeds 7.x 2.0 Beta 1, 2015-07-02
  71. --------------------------------
  72. - Issue #2038525 by twistor, larsdesigns, DamienMcKenna: SimplePie Plugin
  73. Installation Documentation in README.txt.
  74. - Issue #1449464 by klausi, cbergmann: Own cache Bin for feeds.
  75. - Issue #2515196 by twistor: Only transliterate downloaded files.
  76. - Issue #2510788 by twistor: Remove query string from path in FeedsEnclosure.
  77. - Issue #2514300 by twistor: Fatal error when I try to import feed items.
  78. - Issue #2511738 by deminy: Incorrect File Inclusion.
  79. - Issue #2509444 by twistor: Field Feeds Presave Not Importing User Fields.
  80. - Issue #2509464 by twistor, joelpittet: Feeds module cannot find its parser
  81. module due to filesystem restriction.
  82. - Issue #2509464 by twistor, Max1: Feeds module cannot find its parser module
  83. due to filesystem restriction.
  84. - Issue #2364103 by Luxian, MegaChriz: Feeds error log crashes when log messages
  85. are too long.
  86. - Issue #1953008 by MegaChriz, twistor, klausi: PHP Fatal error: Nesting level
  87. too deep - recursive dependency? in FeedsProcessor.inc on line 199.
  88. - Issue #1107522 by MegaChriz, twistor, ditcheva, nielsonm, franz, Niklas
  89. Fiekas, cthiebault, Uhkis, gcb, mparker17, guillaumev: Framework for expected
  90. behavior when importing empty/blank values + text field fix.
  91. - Issue #2092895 by mikran, MegaChriz, twistor: Block users not included in
  92. feed.
  93. - Issue #2500185 by angel.h, MegaChriz: Error when having an entity without base
  94. table.
  95. - Issue #2496735 by twistor, diarmy: For PHP 5.6.0 and above, Feeds should allow
  96. the use of cURL if open_basedir is enabled.
  97. - Issue #1848498 by twistor: Respect allowed file extensions in file mapper.
  98. - Issue #2502419 by klausi: Log messages XSS attack vector.
  99. - Issue #2495145 by twistor, cashwilliams, greggles, klausi: Possible XSS in
  100. PuSHSubscriber.inc.
  101. - Issue #2488036 by MegaChriz, orannezelehcim: Modules that define both an
  102. importer and a plugin can not be disabled.
  103. - Issue #2333029 by twistor, MegaChriz: Extend mapping API to allow for defaults
  104. and multiple callbacks.
  105. - Issue #2497507 by twistor: Pass plugin definition to FeedsPlugin objects.
  106. - Add test for #2489006.
  107. - Issue #2489006 by donquixote: Uninitialized array in
  108. taxonomy_feeds_set_target().
  109. - Issue #2497729 by twistor: Implement all methods on FeedsMissingPlugin.
  110. - Issue #2469219 by MegaChriz, twistor: Remove the Generic Entity Processor.
  111. - Issue #1058424 by thijsvdanker: Port date mapper patch to d7 version to
  112. support dates before 13 Dec 1901.
  113. - Issue #2427497 by ttaylor249: Fetching feed via SSL through proxy doesn't
  114. work.
  115. - Issue #1978722 by klausi, ultimike: Entity property info for feeds node is
  116. broken.
  117. - Issue #1988970 by msti: FeedsCSV parser - download template should use the
  118. default delimiter.
  119. - Issue #2468401 by jiff: HTTP fetcher does not correctly decode urlencoded
  120. basic auth params.
  121. - Issue #1815070 by twistor, joelpittet: No more mapping for numeric (boolean,
  122. decimal, integer, floats, and lists of them) fields.
  123. - Issue #2339383 by mikran, MegaChriz, joelpittet: Items missing from feeds do
  124. not affect item hash even when action is taken based on that.
  125. - Issue #2333009 by MegaChriz: Add importer validator for Views.
  126. - Issue #2415283 by MegaChriz: Some tests are not executed by testbot.
  127. - Issue #1829212 by alan-io1, agupta, MegaChriz, ac: SQLSTATE[42S22]: Column not
  128. found: 1054 Unknown column 'feeds_item.entity_type' in 'on clause'.
  129. - Issue #2419111 by make77, MegaChriz: Configuration option to allow invalid SSL
  130. certificates is not used when option "Auto detect feeds" is enabled.
  131. - Issue #2357981 by MegaChriz: hook_feeds_presave: $entity_id is missing.
  132. - Issue #2011240 by ressa, Abelito: How to import the description of a file?.
  133. - Issue #2397219 by joachim, MegaChriz: docs for my_module_mapper_unique() don't
  134. match implementation in tests.
  135. - Issue #2397199 by joachim, MegaChriz: summary line for
  136. hook_feeds_processor_targets_alter() docs mentions nodes & is too long.
  137. - Remove unused code from common_syndication_parser.inc.
  138. - Issue #1982286 by AdamPS: Recoverable fatal error.
  139. - Issue #2341407 by vinmassaro, twistor: Fix missing file/image mappings caused
  140. by #1080386 by adding :uri to mappings.
  141. - Issue #2379915 by hydrant-mark, twistor: Taxonomy Mapper: Assumes there will
  142. only ever be one matching term.
  143. - Issue #2387419 by MegaChriz: Auto detect dependencies when putting Feeds
  144. importer in a feature.
  145. - Issue #2363779 by Niremizov, MegaChriz: CSVParser Source form translation fix.
  146. - Issue #2053355 by ufku, vinmassaro: Notice: Undefined variable: file
  147. FeedsParser.inc:388.
  148. - Issue #2390199 by GuyPaddock: Unhelpful failure upon uploading an empty CSV
  149. file.
  150. - Issue #2308343 by MegaChriz, twistor, joelpittet, kruser: File upload
  151. disappears with Bootstrap Theme (abuse of #description in
  152. theme_feeds_upload()).
  153. - Issue #1887632 by joelpittet: Exception: Empty configuration identifier.
  154. - Issue #2379407 by twistor, MegaChriz: Make module required if plugins are in
  155. use.
  156. - Issue #2248009 by twistor | djdevin: Fixed Remove the population of
  157. ->source_config from FeedsPlugin.
  158. - Issue #2218999 by fietserwin: Fixed Warning: Invalid argument supplied for
  159. foreach() in element_children() (line 6420 of includes\common.inc).
  160. - Issue #2349245 by Niremizov: Fixed error on importing empty csv file with no
  161. headers.
  162. - Issue #2339983 by mikran: Fixed Unpublished nodes message has a wrong
  163. format_plural() parameter.
  164. - Issue #2328605 by ekes, twistor: Fixed Unique item checking:
  165. FeedsProcessor::existingEntityId().
  166. - Issue #2305919 by twistor: Fixed Return 404 when trying to edit a non-existent
  167. feed.
  168. - Issue #1062178 by mansspams, MegaChriz, gmclelland, specky_rum, Dave Reid |
  169. iccle: Added configuration option to allow invalid/unverified or (self
  170. certified) SSL certificates.
  171. - Issue #1470530 by stefan.r, GaëlG, mikran, Cottser, gnucifer, MegaChriz,
  172. vinmassaro, kostajh, Mithrandir, riho, jaanhoinatski, nrambeck, byronveale,
  173. dbassendine, PsycleInteractive, imclean: Added Unpublish/Delete nodes not
  174. included in feed.
  175. - Issue #2305929 by twistor, MegaChriz: Show message that mapping settings must
  176. be saved after changes.
  177. - Issue #2304247 by MegaChriz, undertext | twistor: Update included Feeds Import
  178. Feature.
  179. - Issue #2307379 by twistor: Fixed Add FeedsConfigurable::hasConfigForm().
  180. - Issue #661606 by MegaChriz, twistor, Cottser, scottrigby, manojbisht_drupal,
  181. Mohammed J. Razem, agileadam, emilyf, tmsimont, bradjones1, hairqles,
  182. ldavisrobeson, selim13, a.ross, chromix, g089h515r806 | lunk_rat: Added
  183. Support unique targets in mappers.
  184. - Issue #2008168 by JeroenT | scottalan: Update included Feeds News Feature.
  185. - Issue #2224643 by hanoii, MegaChriz: Added Support for input format
  186. configuration on a per-field basis .
  187. - Issue #1981504 by twistor | Dale Baldwin: Fixed Status Report has a
  188. notification to install SimplePie library when SimplePie module isn't even
  189. installed.
  190. - Issue #962912 by twistor, MegaChriz, Peacog, Niklas Fiekas | willmoy: Added
  191. Mapping to node summary.
  192. - Backport assertFieldByXPath fix from 8.x.
  193. - Issue #2175525 by MegaChriz | Max2505: Added User admin is not authorized to
  194. create content type.
  195. - Issue #2275893 by twistor, dagomar: Fixed Process in background doesn't work
  196. on non-periodic imports.
  197. - Issue #2275893 Add tests for import in background.
  198. - Add a long csv file where the guids are ordered.
  199. - Fix FeedsWebTestCase::removeMappings.
  200. - Issue #1561200 by szt, osopolar: Added Use machine names for better
  201. identification of similar field names.
  202. - Issue #2192819 by twistor, klausi: FeedsHTTPFetcherResult should store the
  203. result between batches.
  204. - Issue #1231332 by klausi, twistor | nyl auster: Periodic import imports only
  205. one file per cron.
  206. - Issue #2192851 by klausi: Hook_feeds_after_import() should have access to
  207. exceptions.
  208. - Issue #2190551 by twistor: Hook_feeds_before_import only executes during form
  209. submission.
  210. - Issue #1852048 by ianthomas_uk: Comments suggest exceptions are ignore, when
  211. in fact they are rethrown.
  212. - Issue #1722180 by pcambra: Clear plugins cache on feeds_cache_clear.
  213. - Issue #2093651 by twistor: Simplify target callbacks.
  214. - Issue #1305698 by dman: Additional validation when creating terms - assert the
  215. Vocabulary is valid.
  216. - Issue #1113312 by Niklas Fiekas: Show import page in admin overlay.
  217. - Issue #2053355 by osopolar: Notice: Undefined variable: file
  218. FeedsParser.inc:388.
  219. - Issue #1537776 by David_Rothstein | RyFo18: Importing a single 21st century
  220. year defaults to the current year.
  221. - Issue #1333266 by dastagg | webchick: Link to feed importers broken when no
  222. feed importers exist.
  223. - Issue #1951736 by twistor, John Morahan: Discovery sometimes fails.
  224. - Issue #1996240 by msti, MegaChriz: Duplicate fields in CSV template.
  225. - Issue #930652 by twistor, tristanoneil | alex_b: Expiry batching broken.
  226. - Issue #1884516 by aaronbauman: Import with taxonomy term mapping fails if term
  227. name exceeds db size.
  228. - Issue #2046335 by twistor, j0rd: Http:// prefix and error 1002.
  229. - Issue #1485870 by brad.bulger, twistor: Remove custom error reporting for
  230. SimplePie.
  231. - Issue #2178563 by twistor | alibama: Entityform does not seem to work.
  232. - Issue #2174303 by twistor | bdanin: Feeds importer importer -- context and
  233. mapping not working.
  234. - Issue #1107522 by ditcheva, Uhkis, cthiebault, franz, nielsonm, Niklas Fiekas,
  235. twistor, mparker17, Lasac, guillaumev | jptl: Framework for expected behavior
  236. when importing empty/blank values + text field fix.
  237. - Issue #1033202 by jamesdixon, jamsilver, twistor, james.williams, Steven
  238. Jones, vordude, j0rd, mErilainen, gmario, rickmanelius, imclean, dasjo,
  239. guillaumev, jlyon, gilgabar, elliotttf, mukesh.agarwal17, patcon, wesnick,
  240. Bevan, kreynen, Grayside, fago, spotzero: [Meta] Generic entity processor.
  241. - Issue #2149829 by chilic: Import/Update 0 value to text field.
  242. - Issue #2150989 by chilic | osopolar: SimpleTest fails: Undefined index:
  243. content-type, Notice file: http_request.inc Line: 57.
  244. - Issue #1984962 by mvd81NL, redsd, twistor: Fixed Use a 0 as mapping source.
  245. - Issue #1159806 by VladimirAus, bigjim | Slim Pickens: Added proxy support.
  246. - Issue #1989196 by beeradb: Fixed Never Pass FeedsDateTime objects into
  247. date_create().
  248. - Issue #1222750 by Brandonian, twistor, lyricnz: Added SimplePie 1.3 support.
  249. - Issue #1080386 by elizzle, twistor, rhouse, AndyF, chadmkidner, retiredpro,
  250. slefevre1, moonray, asgorobets, jwmeyerson: Added How to get title and alt
  251. fields into your image import for drupal 7 feeds.
  252. - Use user-supplied id if available on import.
  253. - Issue #777888 by WorldFallz, liquidcms, firfin, tmsimont | timwood: Followup
  254. to importing importers.
  255. - Fix validation for importing importers.
  256. Feeds 7.x 2.0 Alpha 8, 2012-04-22
  257. ---------------------------------
  258. - Issue #1555974 by twistor | andyg5000: Fixed Save button should also add field
  259. mapping; Add button should also save config changes.
  260. - Allow 0 as a term name.
  261. - Issue #630288 by kulfi: Added import date compatibility issues with Google
  262. Groups' feeds.
  263. - Issue #1878254 by facine: Fixed SimplePie download page url.
  264. - Issue #1166100 by twistor | Niklas Fiekas: Fixed Notices and warnings on
  265. mapping page, when no content type is selected for NodeProcessor.
  266. - Issue #1941302 by jshimota01: Fixed Radio buttons hidden in IE 7.
  267. - Fix formatting of feeds_ui.css
  268. - Issue #1362378 by gordon, colan, Sutharsan, MegaChriz | mukesh.agarwal17:
  269. Added is_new addtribute to feeds_item.
  270. - Fixed: missing comma.
  271. - Issue #1961998 by gordon: Added new hook hook_feeds_before_update().
  272. - Issue #1025468 by 30equals: Added Allow operations to be performed on disabled
  273. Importers.
  274. - Issue #1953008 by MegaChriz | carn1x: Fixed PHP Fatal error: Nesting level
  275. too deep - recursive dependency? in FeedsProcessor.inc on line 199.
  276. - git commit -m Issue
  277. - Fix capitalization of Feeds on Importer import page.
  278. - Issue #777888 by WorldFallz, liquidcms, firfin | timwood: Added UI to import
  279. views-style exportable (a.k.a. How to import importers?).
  280. - Issue #697842 by eiriksm, franz, Webmaster Perpignan: Added Support array of
  281. values for dates.
  282. - Tests for #1019688.
  283. - Issue #1019688 by johnv, philipz, twistor, sin, ts145nera, David Hernández:
  284. Fixed Taxonomy mapper options: term name +tid, term name, tid, guid (avoids
  285. mapping error for Numeric taxonomy term, too).
  286. - Issue #1958864 by DamienMcKenna: Fixed 'Division by zero' error in
  287. feeds_update_7208.
  288. - Issue #1147734 by philipnorton42, znerol, David_Rothstein, twistor | johnv:
  289. Added Import files in public://feeds/ vs. private://feeds/.
  290. - Issue #857216 by yareckon, wuinfo: behavior on importing empty/NULL/invalid
  291. dates.
  292. - Fix coding standards.
  293. - Ensure that headers is always set.
  294. - Fix uid validation for Node processor.
  295. - Issue #1201638 by rfay: Fixed Plugins should be listed in info file.
  296. - Issue #1848726 by ojohansson, twistor: Fixed Hash check fails when running
  297. multiple importers on cron.
  298. - Issue #1620110 by Cottser, JvE | Alan D.: Fixed Update default views fixes
  299. 'Missing text format: 1.' in watchdog.
  300. - Issue #1156982 by dooug, dotman: Fixed SQLSTATE[HY000]: General error: 1366
  301. Incorrect integer value: '' for column 'last_comment_uid()' at row 1.
  302. - Issue #1660950 by valthebald: Fixed FeedsSource expects stored to be array,
  303. which is not always the case.
  304. - Use bundle() method.
  305. - Use plugin key rather than class name.
  306. - Issue #1300940 by colin_young: Fixed Undefined Index: unique in
  307. FeedsCSVParser.inc.
  308. - Issue #1874322: Remove PHP version check from Common Syndication Parser.
  309. - Issue #1870528 by cmriley: Fixed Undefined index: content_type() in
  310. feeds_rules_event_info() (line 56 feeds/feeds.rules.inc.
  311. - Issue #1711648 Upgrade path.
  312. - Issue #1711648 by twistor: Fixes for tests.
  313. - Issue #1711648 by twistor: Abstract bundle handling.
  314. - Issue #1827780 by pfrenssen: Type hinting missing from
  315. hook_feeds_parser_sources_alter() callback example.
  316. - Issue #1825016 by David_Rothstein: Make it easier for the FeedsCSVParser
  317. source form to be altered.
  318. - Issue #1744570 by Staratel: Added Invoke Before import event before start
  319. import.
  320. - Move static method to member method.
  321. - Issue #1843146 by twistor: Add pluginType() method to be able to determine the
  322. plugin type without having to lookup the inheritance.
  323. - Always set is_new on node create rather than node_save().
  324. - Re-fix replace existing behavior.
  325. - Fix replace existing behavior.
  326. - Issue #1165506 by Mile23 | 7wonders: Added pipe delimiter to csv parser.
  327. - Use user_delete_multiple()
  328. - Issue #1835106 by twistor: Make entity loading generic.
  329. - Issue #1480902 by Staratel | faunt: Added Are there timeouts on Feed
  330. importers?.
  331. - Issue #912682 by alex_b, snyderp, dman | dwhogg: Added CSV Parser: Support
  332. Mac-style line endings.
  333. - Issue #1817992 by OnkelTem: Fixed Notice: Undefined property: stdClass:: in
  334. feeds_tokens()
  335. Feeds 7.x 2.0 Alpha 7, 2012-10-12
  336. ---------------------------------
  337. - Make sure target array is always initialized.
  338. - Issue #1807920 by Rob_Feature: Fixed Imported nodes have NULL format.
  339. - Make datetime tests fake unit tests.
  340. Feeds 7.x 2.0 Alpha 6, 2012-10-10
  341. ---------------------------------
  342. - Port authorization from 6.x to 7.x.
  343. - Make FeedsDateTimeTest a real unit test.
  344. - Don't hard code delta to 10.
  345. - Issue #1567508 by kruser, beansboxchrispang: Fixed User import is incorrectly
  346. changing passwords.
  347. - Fix failing test after making them stricter.
  348. - Issue #837922 by twistor, andrewlevine: Added removeMappings() to test suite
  349. and more extensive addMapping testing.
  350. - Issue #1074520 by ccheu: Commit #783098 not included in 7.x-2.0-alpha3.
  351. - Fix for mapping ui and multiple mappings with configuration.
  352. - Re-organize FeedsProcessor::process() so that it is clearer.
  353. - Issue #1191498 by dooug, twistor: Set drupal_set_message() to not repeat
  354. 'Missing Feeds plugin...'.
  355. - Allow for 0 to be used in the number mapping.
  356. - Issue #1420360 by anarchocoder: Fixed Common Syndication Parser sometimes
  357. creates php warning when feed item title is empty.
  358. - Issue #1728634 by David_Rothstein: Fixed User and node 'created' dates (from
  359. feeds_to_unixtime()) default to the wrong timezone.
  360. - Coder review fixes.
  361. - Dang it. Add feeds_alter() back because contrib depends on it.
  362. - Remove stupid feeds_alter().
  363. - Issue #1466170 by peter.sogaard: Added Text format support in taxonomy term
  364. fields.
  365. - Use consistent set target callbacks.
  366. - Move text and numeric mappers to their own include.
  367. - Simplify forced updating.
  368. - Make link mapper less retarded.
  369. - Issue #1551852 by Sergii: Fixed Text field mapper: support for FeedsElement
  370. object.
  371. - Issue #1715124 by theduke: Fixed feeds_importer() 'config' column to short -
  372. change size to big.
  373. - Issue #1784436 by stefan.norman: Fixed FeedsTermProcessor existingEntityId
  374. doesn't honour id column in feeds_item().
  375. - Issue #1792318 by psynaptic: Fixed Invalid multibyte sequence in
  376. tests/feeds.test.
  377. - Add quick test for skip_hash_check.
  378. - Issue #1364116 by axel.rutz | Les Lim: Added Option to skip hash check on
  379. re-import.
  380. - Revert term specific forced updating.
  381. - Remove debug statements.
  382. - Issue #1410296 by logaritmisk, vinmassaro: Added Reorder mappings.
  383. - Don't set unique flag for things that don't have it.
  384. - Add test for new mapping config.
  385. - Issue #860748 by Niklas Fiekas, franz, twistor | infojunkie: Added Config for
  386. mappers?.
  387. - Add support for SimplePie 1.3
  388. - Fix path alias test for taxonomy terms.
  389. - Un-prefix node path test.
  390. - Move path mapping to path.inc and add tests.
  391. - Issue #1724200 by balazs.hegedus: Added Support for drupal_http_request()
  392. timeout.
  393. - Issue #1736976 by Chaulky: Added Trim feed urls to remove accidental spaces.
  394. - Issue #1110762 by vaartio, franz, bancarddata, axel.rutz: Fixed Feeds does not
  395. catch file exceptions properly in file mapper and FeedsParser.inc getFile()
  396. function.
  397. - Issue #1742740 by Staratel: Fixed Add magic method __isset() to
  398. FeedsConfigurable to use default entity wrapping.
  399. - Issue #1739704 by axel.rutz: Fixed Node lookup by title in Nodeprocessor does
  400. not respect nodetype.
  401. - Issue #1690434 by twistor | jzornig: Fixed Notice: Undefined variable: job in
  402. FeedsSource->scheduleClear() (line 319 of sites/all/modules/feeds/includes/FeedsSource.inc).
  403. - Issue #1703074 by theduke: Added Include parser result in
  404. hook_feeds_presave().
  405. - Issue #1070604 by Bobík: Added Feed's nid in mappings.
  406. - Issue #1300500 by milesw | derekwormdahl: Fixed Not loading node status in
  407. FeedsNodeProcessor.inc is causing issue with Content Access module.
  408. - Coder review fixes.
  409. - Add stricter test for integer value.
  410. - Fix doc strings.
  411. - Issue #1112876 by chx: Added Support digest auth.
  412. - Get FeedsMapperFileTestCase tests to pass.
  413. - Issue #1688294 by twistor | Rob_Feature: Fixed Invalid URL (even though it's
  414. valid).
  415. - Issue #1402788 by tbosviel | Cottser: Added All files are imported as MIME
  416. application/octet-stream.
  417. - Issue #1271502 by twistor | oobie11: Fixed Im getting an error when I run
  418. cron.
  419. - Issue #1460282 by elliotttf, MegaChriz | jday: Fixed Call to undefined method
  420. FeedsMissingPlugin::entityType() .
  421. - Use entity type if entity label is not set.
  422. - Issue #1661014 by twistor | johnv: Fixed feeds_entity_load() called too often
  423. / is not cached.
  424. - Issue #1665450: Path alias target when using pathauto.
  425. - Fixed: feeds_mapper_file.test.
  426. - Method for downloading and extracting the simplepie library during tests.
  427. - Try to shut up SimplePie.
  428. - Allow setting a variable for the library path.
  429. - Fix for taxonomy mapper test.
  430. - Make descriptions in taxonomy term processor consistent.
  431. - Make labels for taxonomy processor consistent.
  432. - Issue #1044874 by marek.trunkat, bdragon | seth.vincent: Fixed Debug message:
  433. missing handler: feeds_log() feed_nid() field.
  434. - Issue #1424992 by stevector: Added implementation of hook_entity_info_alter()
  435. so that ->feed_nid() is available to Rules.
  436. - Issue #1662550 by pvhee: Fixed Invoke hook_feeds_after_import() after writing
  437. to the logs.
  438. - Issue #1454666: Fixing unlock feature to also work with locked imports.
  439. - Issue #1241754: Add targets for author name and email in node processor.
  440. - Issue #1454666: Add tool to reset locked feeds
  441. - Issue #1612246: Fixing introduced error on filepath generation.
  442. - Small fix on comment alignment
  443. - Issue #1632286 by facine: Fixed Cannot redeclare
  444. FeedsTermProcessor::setTargetElement().
  445. - Issue #1001590 by tristanoneil, twistor, Bevan: Path alias mapping target.
  446. Feeds 7.x 2.0 Alpha 5, 2012-05-28
  447. ---------------------------------
  448. - Issue #1515204 by gnucifer: Malformed destination uri in FeedsEnclosure.
  449. - Issue #1450714 by getgood: ATOM parser ignores 'updated' tag
  450. - Issue #1152940 by bblake, rickmanelius, g089h515r806, darrylri, iMiksu,
  451. sdrycroft, johnbarclay, batje, axel.rutz, GaëlG: Feeds term import with
  452. hierarchy and weight
  453. - Issue #1406260 by Xen, logaritmisk: Fetchers without source configuration
  454. fails.
  455. - Issue #1407670 by Ivan Simonov, GaëlG, franz: drupal_strlen() doesn't work
  456. when parsing multibyte strings in CSVParser.
  457. - Issue #1213472 by paulgemini, Nigel_S, emarchak, Jorenm: Fixed Unsupported
  458. operand types in FeedsConfigurable.
  459. - Follow-up to #1245094 by agoradesign: menu links not really fixed.
  460. - Issue #1245094 by chrisdejager, dman: Fixed Node menu link deleted on update.
  461. - Issue #712304 by derhasi, twistor, jerdavis, alex_b, rjbrown99, rbayliss |
  462. ManyNancy: Fixed Batch import does not continue where it left off, instead
  463. starts from the beginning.
  464. - Issue #959984 by kidrobot, desmondmorris, slashrsm, flailingmaster, rfay |
  465. dasjo: Fixed taxonomy_node_get_terms() doesn't work with drupal 7.
  466. - Issue #1140194 by orb | emorency: Fixed SQLSTATE[HY000]: General error: 1366
  467. Incorrect string value for a field with accents.
  468. - Issue #1427642 by elliotttf: Fixed Use drupal_exit() rather than exit() in
  469. PuSH/FeedsHTTPFetcher callbacks.
  470. - Issue #1418382: Fixed unsubscribe requests to PuSH hubs failing due to
  471. transaction in node_delete().
  472. - Issue #870556: Fixed PuSH verifications run before the subscription records
  473. have been saved."
  474. - Issue #1289598 by emackn, andypost: Fixed Remove check_plain() on form
  475. options.
  476. - Issue #996808 by twistor, marcvangend, joshuajabbour: Fixed Update existing
  477. doesn't reset targets that have real_target() set.
  478. - Issue #1219180 by dandaman: Fixed Minor error in API code samples.
  479. - Issue #686470 by johnv, wojtha, febbraro | rjbrown99: Fixed Filefield mapper:
  480. URLs with spaces not parsed properly.
  481. - Issue #1380636 by gnucifer, emackn: Fixed Wrong response headers reported on
  482. 3xx requests in function http_request_get().
  483. - Issue #1382208 by slcp: Fixed FeedsSource.inc sourceSave() and sourceDelete()
  484. function descriptions are the wrong way round.
  485. - Issue #1372074 by twistor, emackn: Fixed feeds_http_request() does not cache
  486. when using drupal_http_request().
  487. - Issue #1191330 by twistor: Added Allow feeds_mapper().test to set field
  488. instance settings.
  489. - Issue #1225672 by StepanKuzmin, tekante | guillaumev: Fixed Bug when importing
  490. a single year.
  491. - Issue #1035684 by mikejoconnor: Source / Target sort order
  492. - Issue #1005128 by dasjo, fago: Rules integration & enable modules to customize
  493. imports.
  494. - Issue #1228568 by pcambra: Add user status to FeedsUserProcessor
  495. - Issue #1139676 by Dave Reid, cosmicdreams: Fixed feeds_alter() doesn't support
  496. modulename.feeds.inc files supported by feeds_hook_info().
  497. - Issue #1347894 by juampy | colin_young: Fixed Clear cache causes integrity
  498. constraint violation. Fix for feeds info file
  499. - Issue #1298326 by twistor, Dave Reid, and emackn: Fixed Only execute
  500. rebuild_menu() when necessary.
  501. - Issue #1228570 by pcambra: Added user language to FeedsUserProcessor.
  502. - Issue #1206042 by anon: Let node titles have unique option.
  503. - Issue #126689 by tcindie :Additional targets for nodes
  504. - issue #126689 by tcindie : 1298326Issue PageOnly execute rebuild_menu when
  505. necessary
  506. - Issue #1128418 by mongolito404, Niklas Fiekas, jief: Fixed Deprecated:
  507. Assigning the return value of new by reference is deprecated in
  508. feeds_include_library().
  509. - Issue #1046916 by eosrei: importing nodes with their original NID
  510. - Issue #1197646: Skip importer config form validation if a machine name was not
  511. provided.
  512. - Issue #1248712: Show an empty row result and hide the Save button if no
  513. importers are available.
  514. - Issue #1248710: Use the core-provided machine_name FAPI element for the
  515. importer machine name field.
  516. - Issue #1235394: Fixed menu paths violate UX standards and could not use
  517. breadcrumbs.
  518. - Issue #1248648 by twistor, Dave Reid: Fixed bugs and inconsistencies in
  519. FeedsRSStoNodesTest.
  520. Feeds 7.x 2.0 Alpha 4, 2011-06-28
  521. ---------------------------------
  522. - Issue #1161810: Fixed declaration of FeedsSource::instance() should be
  523. compatible with that of FeedsConfigurable::instance().
  524. - Issue #1201638: Plugins should be listed in feeds.info as files[] records for
  525. the class registry.
  526. - Issue #1149226: Fixed invalid message parameter passed into feeds_log from
  527. FeedsProcessor::process().
  528. - Issue #1044882 by rfay, Dave Reid: Fixed indexes for {feeds_item} are too long
  529. and can cause problems during install or uninstall.
  530. - Fixing PHP strict error in _parser_common_syndication_atom10_parse().
  531. - Added support for feeds hooks to be located in modulename.feeds.inc.
  532. - Issue #1191554: Fixed failures in FeedsUIUserInterfaceTestCase.
  533. - Issue #1191564: Use FeedsWebTestCase for FeedsDateTimeTest.
  534. - Issue #1191494 by twistor, Dave Reid: Fixed link to node type feed importer
  535. did not use node_access().
  536. - Issue #1191450: Fixed mismatch of arguments for t().
  537. - Fixed possible XSS with field labels in Feed importer mapping settings.
  538. - Fixed coder violations and standards.
  539. - Issue #723548: Added unit tests for feeds_valid_url().
  540. - Fixed PHP notice with undefined variables in
  541. http_request_get_common_syndication().
  542. - Issue #723548: Added support for feed URLs with feed:// and webcal://.
  543. - Fixed error when calling form_set_error() and title field on follow-up to fix
  544. feed node title fields not actually un-required.
  545. - Issue #1191210: Added feeds_field_extra_fields() so the 'Feed' fieldset can be
  546. re-ordered through the Field UI.
  547. - Issue #1191194: Fixed test failure in FeedsCSVtoUsersTest due to lack of
  548. 'administer users' permission.
  549. - Issue #1191200: Fixed display of the description field on the feed item
  550. content type.
  551. - Issue #1066286: Added test to ensure 'Feed items' doesn't display on non-feed
  552. nodes.
  553. - Use hook_form_node_form_alter() rather than hook_form_alter().
  554. - Simplify FeedsMapperTestCase::createContentType() using
  555. DrupalWebTestCase::drupalCreateContentType().
  556. - Issue #983220 by twistor: Fixed field mapper tests failed due to number.module
  557. not being enabled.
  558. - Issue #1085092 by pfrenssen: Fixed module_list() is called twice in
  559. feeds_alter().
  560. - Fixes and cleanups to tests.
  561. - Use fetchObject() rather than fetch() since it is more explicit.
  562. - Issue #1008384 by twistor: Fixed feeds not pulling publication date with feed
  563. using dc:date and RSS 2.0.
  564. - Issue #769084: Fixed use of isset() rather than !empty() causes import
  565. problems with _parser_common_syndication_RSS20_parse().
  566. - Issue #914210 by jyee, Dave Reid: Added mapper for user raw password.
  567. - Issue #974494: Fixed PHP notice 'Undefined property: stdClass::$openid in
  568. FeedsUserProcessor->entitySave()'.
  569. - Issue #1134684 by rfay, Dave Reid: Fixed improper parameters for
  570. file_field_widget_uri().
  571. - Issue #1055582: Fixed strict notice that FeedsDateTime::setTimezone() is not
  572. compatible with DateTime::setTimezone().
  573. - Issue #1085194: Not all selected mappings are removed.
  574. - Issue #1032640: Added basic token integration.
  575. - Issue #1066806: Use hook_entity_insert/update/delete rather than separate
  576. node, taxonomy term, and user hooks.
  577. - Issue #1066822: Fixed bugs and inconsistencies with test files and getInfo()
  578. declarations.
  579. - Issue #1066810: Fixed list of 'Expire nodes' options in FeedsNodeProcessor.
  580. - Issue #1066286: Fixed 'View items' tab added to all content types.
  581. - Issue #1011958 by David Goode: Allow hashes to be updated when content in a 
  582. feed is updated.
  583. - Issue #1048642 by greg.harvey: Check for remove_flags in Feeds UI before using 
  584. that variable.
  585. - #967018 jcarlson34, David Goode, alex_b: Mapping to String lists not supported
  586. Feeds 7.x 2.0 Alpha 3, 2011-01-14
  587. ---------------------------------
  588. - Add index for looking up by entity_type + url/ guid to feeds_item table.
  589. - #994026 tristanoneil: Optionally defuse email addresses.
  590. Feeds 7.x 2.0 Alpha 2, 2010-11-02
  591. ---------------------------------
  592. - #940866 tristanoneil: PHP 5.3 FeedsImporter::copy function must be compatible.
  593. - #944986 tristanoneil: Link Mapper Upgrade.
  594. - #959066 tristanoneil: Remove old mappers and tests.
  595. - #883342 Steven Jones: Don't force usage of cURL.
  596. - #776854 imclean et. al.: Support parsing CSV files without column headers.
  597. - Ian Ward: ensure that arrays of numerics are handled correctly.
  598. - #953728 tristanoneil: Upgrade text formats, use on all processors.
  599. - alex_b: Fix file mapper, add file mapper tests, generate flickr.xml and
  600. files.csv dynamically.
  601. - #953538 yhahn: Remove BOM from UTF-8 files.
  602. Adds sanitizeFile() and sanitizeRaw() methods to FeedsFetcherResult.
  603. Extending classes that override either the getRaw() or getFilePath() methods
  604. should call these sanitization methods to ensure that the returned output /
  605. file has been cleaned for parsing.
  606. - #606612 alex_b: More detailed log.
  607. - #949236 Ian Ward, alex_b: Allow mapping empty values to fields.
  608. - #912630 twistor, alex_b: FeedsParserResult: make items accessible for
  609. modification.
  610. - #933306 alex_b: Fix Feeds creates subscriptions for not existing importers.
  611. - #946822 twistor: FeedsSitemapParser broken: Serialization of
  612. 'SimpleXMLElement' is not allowed.
  613. - #949916 alex_b: Convert values mapped to user->created.
  614. - #949236 Ian Ward: Allow mapping empty values to fields.
  615. - Allow for mapping to list_number field types.
  616. - Fix entity inspection in file fetcher.
  617. - #932772 alex_b: FeedsProcessor: Consolidate process() and clear().
  618. FeedsProcessor now implements the process() and clear() methods for creating
  619. and deleting entities. The extending processors FeedsNodeProcessor,
  620. FeedsTermProcessor and FeedsUserProcessor merely implement entity manipulation
  621. methods (newEntity(), entityLoad(), entitySave(), entityDeleteMultiple()...).
  622. This brings features previously only available on FeedsNodeProcessor to all
  623. entity processors: fast change detection on imported items with hashes,
  624. batching on process() and clear() and in the case of FeedsUserProcessor, the
  625. actual implementation of clear(). Together with #929066 this is a further
  626. step towards harmonizing features of processor plugins.
  627. - Move term and user validation into a validate() method.
  628. - Remove check for present name and mail. Needs to be solved on a more pluggable
  629. level.
  630. - FeedsTermProcessor: Do not filter taxonomy_term_data table by vid when
  631. clearing.
  632. - #932572 alex_b: FeedsTermProcessor: Batch term processing.
  633. - Remove check for present name in terms that are imported. If we do such
  634. validation, we need to do this on a more pluggable level.
  635. - Fix Feeds News tests, add a 'description' field to the Feeds Item content
  636. type.
  637. - #728534 alex_b: Remove FeedsFeedNodeProcessor. If you have used
  638. FeedsFeedNodeProcessor in the past, use FeedsNodeProcessor (Node Processor)
  639. instead now. It supports all of FeedsFeedNodeProcessor's functionality and
  640. more.
  641. - #929066 alex_b: Track all imported items. Note: All views that use 'Feeds
  642. Item' fields or relationships need updating.
  643. - #930018 alex_b: Don't show file upload when 'Supply path directly' is
  644. selected.
  645. - #927892 alex_b: Add "Process in background" feature. Allows one-off imports to
  646. be processed in the background rather than using Batch API. Useful for very
  647. large imports.
  648. - #929058 alex_b: Report status of source on import and delete forms, track
  649. last updated time on a source level.
  650. - #928836: Set progress floating point directly. Note: fetchers and parsers
  651. must use $state->progress() for setting the batch progress now IF they support
  652. batching.
  653. - #928728: Track source states by stage, not by plugin. Note: call signature of
  654. FeedsSource::state() has changed.
  655. - Remove 6.x upgrade hooks.
  656. - #923318: Fix Fatal error: Call to a member function import() on a non-object
  657. occurring on cron.
  658. - Clean up basic settings form.
  659. - Make getConfig() include configuration defaults.
  660. Feeds 7.x 2.0 Alpha 1, 2010-09-29
  661. ---------------------------------
  662. - #925842 alex_b: Support batching through directories on disk.
  663. - #625196 mstrelan, alex_b: Fix array_merge(), array_intersect_key() warnings.
  664. - Remove hidden setting feeds_worker_time. Use hook_cron_queue_info_alter() to
  665. modify this setting.
  666. - #744660-80 alex_b: Expand batch support to fetchers and parsers.
  667. - Removed FeedsBatch classes in favor of FeedsResult classes.
  668. - Variable 'feeds_node_batch_size' is now called 'feeds_process_limit'.
  669. - Signature of FeedsParser::getSourceElement() changed.
  670. - Signature of FeedsProcessor::uniqueTargets() changed.
  671. - Signature of FeedsProcessor::existingItemId() changed.
  672. - Sigature for callbacks registered by hook_feeds_parser_sources_alter()
  673. changed.
  674. - Return value of FeedsFetcher::fetch() changed.
  675. - Signature and return value of FeedsParser::parse() changed.
  676. - Signature of FeedsProcessor::process() changed.
  677. - Signature of hook_feeds_after_parse() changed.
  678. - Signature of hook_feeds_after_import() changed.
  679. - Signature of hook_feeds_after_clear() changed.
  680. Feeds 7.x 1.0 Alpha 1, 2010-09-21
  681. ---------------------------------
  682. Equal to http://github.com/lxbarth/Feeds/commits/DRUPAL-7--1-0-alpha1
  683. - Expire files returned by FeedsImportBatch after DRUPAL_MAXIMUM_TEMP_FILE_AGE
  684. seconds.
  685. - FeedsFileFetcher: track uploaded files, delete unused files.
  686. - yhahn: Upgrade FeedsTaxonomyProcessor.
  687. - Remove handling of target items that are array. All target items must be
  688. objects now.
  689. - Upgrade file and image mapper.
  690. - Upgrade taxonomy mapper.
  691. - Upgrade field mapper.
  692. - Move plugin handling into FeedsPlugin class.
  693. - Base level upgrade.
  694. Feeds 6.x 1.0 Beta 6, 2010-09-16
  695. --------------------------------
  696. - #623432 Alex UA, dixon_, pvhee, cglusky, alex_b et al.: Mapper for emfield.
  697. - #913672 andrewlevine: Break out CSV Parser into submethods so it is more
  698. easily overridable
  699. - #853974 snoldak924, alex_b: Fix XSS vulnerabilities in module.
  700. - #887846 ekes: Make FeedsSimplePieEnclosure (un)serialization safe.
  701. - #908582 XiaN Vizjereij, alex_b: Fix "Cannot use object of type stdClass as
  702. array" error in mappers/taxonomy.inc.
  703. - #906654 alex_b: Fix phantom subscriptions.
  704. - #867892 alex_b: PubSubHubbub - slow down import frequency of feeds that are
  705. subscribed to hub.
  706. - #908964 alex_b: Break out scheduler. Note: Features depends on Job Scheduler
  707. module now: http://drupal.org/project/job_scheduler
  708. - #663860 funkmasterjones, infojunkie, alex_b et. al.: hook_feeds_after_parse().
  709. - #755556 Monkey Master, andrewlevine, alex_b: Support saving local files in
  710. filefields.
  711. - #891982 bangpound, twistor: Support Link 2.x.
  712. - #870278 budda: Fix SQL query in taxonomy_get_term_by_name_vid().
  713. - #795114 budda, alex_b: Taxonomy term processor doesn't require vocabulary to
  714. be set.
  715. Feeds 6.x 1.0 Beta 5, 2010-09-10
  716. --------------------------------
  717. - #849840 adityakg, rbayliss, alex_b: Submit full mapping on every submission.
  718. - #849834 rbayliss, alex_b: Generalize feeds_config_form() to feeds_form().
  719. - #907064 alex_b: Track imported terms.
  720. - #906720 alex_b: Introduce a hook_feeds_after_clear().
  721. - #905820 tristan.oneil: Adjust delete message in FeedsDataProcessor to avoid
  722. misleading total numbers.
  723. - #671538 mburak: Use CURLOPT_TIMEOUT to limit download time of feeds.
  724. - #878002 Will White, David Goode: Support multiple sources per mapping target
  725. in FeedsDataProcessor.
  726. - #904804 alex_b: Support exportable vocabularies.
  727. - #836876 rsoden, Will White, alex_b: Add simple georss support to Common
  728. Syndication Parser.
  729. - #889196 David Goode: Support for non-numeric vocabulary IDs for feature-based
  730. vocabularies.
  731. - #632920 nickbits, dixon_, David Goode, alex_b et al: Inherit OG, taxonomy,
  732. language, user properties from parent feed node. Note: Signatures of
  733. FeedsProcessor::map(), existingItemId(), FeedsParser::getSourceElement()
  734. changed.
  735. - #897258 TrevorBradley, alex_b: Mapping target nid.
  736. - #873198 BWPanda, morningtime: Import multiple values to tag vocabulary.
  737. - #872772 andrewlevine: Fix buildNode() (and node_load()) called unnecessarily.
  738. - #873240 thsutton: Use isset() to avoid notices.
  739. - #878528 Sutharsan: Don't show file in UI if file does not exist.
  740. - #901798 alex_b: Fix time off in SitemapParser.
  741. - #885724 eliotttf: Avoid array_flip() on non scalars.
  742. - #885052 Hanno: Fix small typo in access rights.
  743. - #863494 ekes, alex_b: Delete temporary enclosures file.
  744. - #851194 alex_b: Featurize - move default functionality from feeds_defaults to
  745. feeds_fast_news, feeds_import and feeds_news features.
  746. - #617486 alex_b: Create link to original source, view of items on feed nodes.
  747. - #849986 lyricnz, alex_b: Cleaner batch support.
  748. - #866492 lyricnz: Clean up tests.
  749. - #862444 pounard: Do not name files after their enclosure class.
  750. - #851570 morningtime: Avoid trailing slashes when passing file paths to
  751. file_check_directory().
  752. - #836090 andrewlevine, alex_b: Include mapping configuration in hash.
  753. - #853156 alex_b: Support real updates of terms.
  754. - #858684 alex_b: Fix notices when file not found.
  755. Feeds 6.x 1.0 Beta 4, 2010-07-25
  756. --------------------------------
  757. - #838018-12 Remove Formatted Number CCK mapper, cannot be properly tested, see
  758. #857928.
  759. Feeds 6.x 1.0 Beta 3, 2010-07-18
  760. --------------------------------
  761. - #854628 DanielJohnston, alex_b: Fix user processor assigns all roles.
  762. - #838018 infojunkie: Mapper for Formatted Number CCK field.
  763. - #856408 c.ex: Pass all $targets for hook_feeds_node_processor_targets_alter()
  764. by reference.
  765. - #853194 andrewlevine, alex_b: Mapping: don't reset all targets.
  766. - #853144 alex_b: Consistent use of "replace" vs "update".
  767. - #850998 alex_b: Clean up file upload form. Note: If you supply file paths
  768. directly in the textfield rather than uploading them through the UI, you will
  769. have to adjust your importer's File Fetcher settings.
  770. - #850652 alex_b: Make ParserCSV (instead of FeedsCSVParser) populate column
  771. names.
  772. - #850638 alex_b: Introduce FeedsSource::preview().
  773. - #850298 alex_b: ParserCSV: Support batching (only affects library, full parser
  774. level batch support to be added later with #744660).
  775. - Minor cleanup of admin UI language and CSS.
  776. - #647222 cglusky, jeffschuler: Specify input format for feed items.
  777. Feeds 6.x 1.0 Beta 2, 2010-07-10
  778. --------------------------------
  779. - #753426 Monkey Master, andrewlevine, alex_b: Partial update of nodes.
  780. - #840626 andrewlevine, alex_b: Support using same mapping target multiple
  781. times.
  782. - #624464 lyricnz, alex_b: Fix to "support tabs as delimiters".
  783. - #840350 lyricnz: (Optionally) Transliterate enclosure filenames to provide
  784. protection from awkward names.
  785. - #842040 dixon_: Accept all responses from the 2xx status code series.
  786. - #836982 Steven Merrill: Fix Feeds.module tests do not work when run from the
  787. command line.
  788. Feeds 6.x 1.0 Beta 1, 2010-06-23
  789. --------------------------------
  790. Feeds 6.x 1.0 Alpha 16, 2010-06-19
  791. ----------------------------------
  792. - #830438 andrewlevine: More secret files in FeedsImportBatch::getFilePath().
  793. - #759302 rjb, smartinm, et. al: Fix user warning: Duplicate entry.
  794. - #819876 alex_b: Fix field 'url' and 'guid' don't have default values.
  795. - #623444 mongolito404, pvhee, pdrake, servantleader, alex_b et. al.: Mapper for
  796. link module.
  797. - #652180 ronald_istos, rjbrown99, et. al.: Assign author of imported nodes.
  798. - #783098 elliotttf: Introduce hook_feeds_user_processor_targets_alter(), mapper
  799. for user profile fields.
  800. Feeds 6.x 1.0 Alpha 15, 2010-05-16
  801. ----------------------------------
  802. - #791296 B-Prod: Fix Feeds data processor does update id 0.
  803. - #759904 lyricnz: Provide a Google Sitemap Parser.
  804. - #774858 rjbrown99: Fix Node Processor updates node "created" time when
  805. updating.
  806. - #704236 jerdavis: Support mapping to CCK float field.
  807. - #783820 klonos: Fix warning: copy() [function.copy]: Filename cannot be empty
  808. in FeedsParser.inc on line 168.
  809. - #778416 clemens.tolboom: Better message when plugin is missing.
  810. - #760140 lyricnz: FeedsBatch->total not updated when addItem($item) is called.
  811. - #755544 Monkey Master: Keep batch processing when mapping fails.
  812. - alex_b: Reset import schedule after deleting items from feed.
  813. - #653412 rbrandon: Do not create items older than expiry time.
  814. - #725392 nicholasThompson: FeedsBatch does not check feeds folder exists before
  815. uploading.
  816. - #776972 lyricnz: Messages use plural when describing single item.
  817. - #701390 frega, morningtime, Mixologic, alex_b et. al.: Fix RSS 1.0 parsing
  818. and add basic test framework for common_syndication_parser.
  819. - #781058 blakehall: Create teaser for imported nodes. NOTE: this may mean that
  820. your existing installation has shorter node teasers as expected. If this is
  821. the case, increase "Length of trimmed posts" on admin/content/node-settings.
  822. - #622932-30 mikl: fix remaining non-standard SQL.
  823. - #624464 bangpound: Support tabs as delimiters.
  824. Feeds 6.x 1.0 Alpha 14, 2010-04-11
  825. ----------------------------------
  826. - #758664: Fix regression introduced with #740962.
  827. Feeds 6.x 1.0 Alpha 13, 2010-03-30
  828. ----------------------------------
  829. - #622932 pounard: Fix SQL capitalization.
  830. - #622932 pounard: Fix non-standard SQL (PostgreSQL compatibility)
  831. - #705872 Scott Reynolds: Added HTTPFetcher autodiscovery
  832. - #740962 alex_b: Fix FileFetcher Attached to Feed Node, Upload Field Not Saving
  833. File Path.
  834. - #754938 Monkey Master: FeedsCSVParser.inc uses strtolower() while parsing
  835. UTF-8 files.
  836. - #736684 Souvent22, Mixologic: FeedsDateTime & Batch DateTime causes core
  837. dumps.
  838. - #750168 jtr: _parser_common_syndication_title does not strip html tags before
  839. constructing a title.
  840. - #648080 pvhee: FeedsNodeProcessor - static caching of mapping targets makes
  841. mapping fail with multiple feed configurations.
  842. - #735444 Doug Preble: PubSubHubbub - Fix "Subscription refused by callback URL"
  843. with PHP 5.2.0.
  844. - alex_b: Suppress namespace warnings when parsing feeds for subscription in
  845. PuSHSubscriber.inc
  846. - #724184 ekes: catch failures when parsing for PubSubHubbub hub and self.
  847. - #706984 lyricnz: Add FeedsSimplePie::parseExtensions() to allow parsing to be
  848. customized.
  849. - #728854 Scott Reynolds: Fix $queue->createItem() fails.
  850. - #707098 alex_b: Improve performance of nodeapi and access checks.
  851. - #726012 alex_b: Fix RSS descriptions not being reset in
  852. common_syndication_parser.inc.
  853. - alex_b: Fix a typo in the return value of process() in FeedsTermProcessor.
  854. - alex_b: Stop PubSubHubbub from subscribing if it is not enabled.
  855. - #711664 neclimdul: guarantee compatibility with CTools 1.4 by declaring that
  856. Feeds uses hooks to define plugins via hook_ctools_plugin_plugins().
  857. - #718460 jerdavis: In FeedsNodeProcessor, clear items only for the current
  858. importer id.
  859. - #718474 jerdavis: In FeedsNodeProcessor, check for duplicate items within
  860. same importer id.
  861. Feeds 6.x 1.0 Alpha 12, 2010-02-23
  862. ----------------------------------
  863. - #600584 alex_b: PubSubHubbub support.
  864. - alex_b: Debug log.
  865. - alex_b: Add sourceSave() and sourceDelete() methods notifying plugin
  866. implementers of a source being saved or deleted.
  867. - #717168 nicholasThompson: Fix feeds UI JS doesn't select labels correctly.
  868. - #708228 Scott Reynolds, alex_b: Break FeedsImportBatch into separate classes.
  869. NOTE: Review your FeedsFetcher implementation for changes in the
  870. FeedsImportBatch class, small adjustments may be necessary.
  871. - alex_b: Support mapping to OpenID, using OpenID as a unique mapping target.
  872. - alex_b: Handle exceptions outside of Importer/Source facade methods.
  873. - #600584 alex_b: Use Batch API.
  874. NOTE: third party plugins/extensions implementing FeedsProcessor::process(),
  875. FeedsProcessor::clear() or FeedsImporter::expire() need to adjust their
  876. implementations. Modules that directly use Feeds' API for importing or
  877. clearing sources need may want to use feeds_batch_set() instead of
  878. feeds_source()->import() or feeds_source()->clear().
  879. Feeds 6.x 1.0 Alpha 11, 2010-02-10
  880. ----------------------------------
  881. - #701432 pounard, Will White: Fix array_shift() expects parameter 1 is Array
  882. error. Note: Parsers are responsible to ensure that the parameter passed to
  883. FeedsImportBatch::setItems() is an Array.
  884. - #698356 alex_b: Refactor and clean up FeedsScheduler::work() to allow more
  885. scheduled tasks than 'import' and 'expire'.
  886. Feeds 6.x 1.0 Alpha 10, 2010-01-25
  887. ----------------------------------
  888. - #647128 bigkevmcd, Michelle: Fix broken author info in FeedsSyndicationParser.
  889. - alex_b: Add mapping API for FeedsDataProcessor.
  890. - alex_b: Decode HTML entities for title and author name in
  891. FeedsSimplePieParser.
  892. - #623448 David Goode, alex_b, et al.: Date mapper.
  893. - #624088 mongolito404, David Goode, alex_b: Imagefield/filefield mapper,
  894. formalize feed elements.
  895. - #584034 aaroncouch, mongolito404: Views integration.
  896. - Redirect to node or import form after manual import or delete.
  897. - #663830 Aron Novak, alex_b: When download of URL failed, node w/ empty title
  898. is created.
  899. - #654728 Aron Novak: Fix parsing + data handling error with RDF 1.0 feeds.
  900. - #641522 mongolito404, alex_b: Consolidate import stage results.
  901. - #662104 Aron Novak: Specify PHP requirement in .info file.
  902. - #657374 dtomasch: Common Parser does not get RSS Authors correctly.
  903. Feeds 6.x 1.0 Alpha 9, 2009-12-14
  904. ---------------------------------
  905. - API change: feeds_source() takes an FeedsImporter id instead of an importer,
  906. the methods import() and clear() moved from FeedsImporter to FeedsSource.
  907. Import from a source with feeds_source($id, $nid)->import();
  908. - #629096 quickcel: Fix underscores in feed creation link.
  909. - #652848 BWPanda: Add 'clear-block' to admin-ui to fix float issues.
  910. - #623424 Kars-T, Eugen Mayer, alex_b: Mapper for Taxonomy.
  911. - #649552 rsoden: Provide variable for data table name.
  912. - #631962 velosol, alex_b: FeedsNodeProcessor: Update when changed.
  913. - #623452 mongolito404: Port basic test infrastructure for mappers, test for
  914. basic CCK mapper.
  915. Feeds 6.x 1.0 Alpha 8, 2009-11-18
  916. ---------------------------------
  917. - #634886 Kars-T, EugenMayer: Add vid to node process functions.
  918. - #613494 miasma: Remove length limit from URL.
  919. - #631050 z.stolar: Add feed_nid on node_load of a feed item.
  920. - #631248 velosol: Set log message when creating a node in FeedsNodeProcessor.
  921. Feeds 6.x 1.0 Alpha 7, 2009-11-04
  922. ---------------------------------
  923. - #622654 Don't show body as option for mapper when body is disabled
  924. - Allow cURL only to download via http or https
  925. - Throw an exception in FeedsHTTPFetcher if result is not 200
  926. Feeds 6.x 1.0 Alpha 6, 2009-11-03
  927. ---------------------------------
  928. - Split number of items to queue on cron from feeds_schedule_num variable
  929. (see README.txt)
  930. - #619110 Fix node_delete() in FeedsNodeProcessor
  931. - Add descriptions to all mapping sources and targets
  932. Feeds 6.x 1.0 Alpha 5, 2009-10-23
  933. ---------------------------------
  934. - #584500 Add Feeds default module
  935. Feeds 6.x 1.0 Alpha 4, 2009-10-21
  936. ---------------------------------
  937. - Initial release