1
|
Feeds 7.x 2.0 Alpha 8, 2012-04-22
|
2
|
---------------------------------
|
3
|
|
4
|
- Issue #1555974 by twistor | andyg5000: Fixed Save button should also add field
|
5
|
mapping; Add button should also save config changes.
|
6
|
- Allow 0 as a term name.
|
7
|
- Issue #630288 by kulfi: Added import date compatibility issues with Google
|
8
|
Groups' feeds.
|
9
|
- Issue #1878254 by facine: Fixed SimplePie download page url.
|
10
|
- Issue #1166100 by twistor | Niklas Fiekas: Fixed Notices and warnings on
|
11
|
mapping page, when no content type is selected for NodeProcessor.
|
12
|
- Issue #1941302 by jshimota01: Fixed Radio buttons hidden in IE 7.
|
13
|
- Fix formatting of feeds_ui.css
|
14
|
- Issue #1362378 by gordon, colan, Sutharsan, MegaChriz | mukesh.agarwal17:
|
15
|
Added is_new addtribute to feeds_item.
|
16
|
- Fixed: missing comma.
|
17
|
- Issue #1961998 by gordon: Added new hook hook_feeds_before_update().
|
18
|
- Issue #1025468 by 30equals: Added Allow operations to be performed on disabled
|
19
|
Importers.
|
20
|
- Issue #1953008 by MegaChriz | carn1x: Fixed PHP Fatal error: Nesting level
|
21
|
too deep - recursive dependency? in FeedsProcessor.inc on line 199.
|
22
|
- git commit -m Issue
|
23
|
- Fix capitalization of Feeds on Importer import page.
|
24
|
- Issue #777888 by WorldFallz, liquidcms, firfin | timwood: Added UI to import
|
25
|
views-style exportable (a.k.a. How to import importers?).
|
26
|
- Issue #697842 by eiriksm, franz, Webmaster Perpignan: Added Support array of
|
27
|
values for dates.
|
28
|
- Tests for #1019688.
|
29
|
- Issue #1019688 by johnv, philipz, twistor, sin, ts145nera, David Hernández:
|
30
|
Fixed Taxonomy mapper options: term name +tid, term name, tid, guid (avoids
|
31
|
mapping error for Numeric taxonomy term, too).
|
32
|
- Issue #1958864 by DamienMcKenna: Fixed 'Division by zero' error in
|
33
|
feeds_update_7208.
|
34
|
- Issue #1147734 by philipnorton42, znerol, David_Rothstein, twistor | johnv:
|
35
|
Added Import files in public://feeds/ vs. private://feeds/.
|
36
|
- Issue #857216 by yareckon, wuinfo: behavior on importing empty/NULL/invalid
|
37
|
dates.
|
38
|
- Fix coding standards.
|
39
|
- Ensure that headers is always set.
|
40
|
- Fix uid validation for Node processor.
|
41
|
- Issue #1201638 by rfay: Fixed Plugins should be listed in info file.
|
42
|
- Issue #1848726 by ojohansson, twistor: Fixed Hash check fails when running
|
43
|
multiple importers on cron.
|
44
|
- Issue #1620110 by Cottser, JvE | Alan D.: Fixed Update default views fixes
|
45
|
'Missing text format: 1.' in watchdog.
|
46
|
- Issue #1156982 by dooug, dotman: Fixed SQLSTATE[HY000]: General error: 1366
|
47
|
Incorrect integer value: '' for column 'last_comment_uid()' at row 1.
|
48
|
- Issue #1660950 by valthebald: Fixed FeedsSource expects stored to be array,
|
49
|
which is not always the case.
|
50
|
- Use bundle() method.
|
51
|
- Use plugin key rather than class name.
|
52
|
- Issue #1300940 by colin_young: Fixed Undefined Index: unique in
|
53
|
FeedsCSVParser.inc.
|
54
|
- Issue #1874322: Remove PHP version check from Common Syndication Parser.
|
55
|
- Issue #1870528 by cmriley: Fixed Undefined index: content_type() in
|
56
|
feeds_rules_event_info() (line 56 feeds/feeds.rules.inc.
|
57
|
- Issue #1711648 Upgrade path.
|
58
|
- Issue #1711648 by twistor: Fixes for tests.
|
59
|
- Issue #1711648 by twistor: Abstract bundle handling.
|
60
|
- Issue #1827780 by pfrenssen: Type hinting missing from
|
61
|
hook_feeds_parser_sources_alter() callback example.
|
62
|
- Issue #1825016 by David_Rothstein: Make it easier for the FeedsCSVParser
|
63
|
source form to be altered.
|
64
|
- Issue #1744570 by Staratel: Added Invoke Before import event before start
|
65
|
import.
|
66
|
- Move static method to member method.
|
67
|
- Issue #1843146 by twistor: Add pluginType() method to be able to determine the
|
68
|
plugin type without having to lookup the inheritance.
|
69
|
- Always set is_new on node create rather than node_save().
|
70
|
- Re-fix replace existing behavior.
|
71
|
- Fix replace existing behavior.
|
72
|
- Issue #1165506 by Mile23 | 7wonders: Added pipe delimiter to csv parser.
|
73
|
- Use user_delete_multiple()
|
74
|
- Issue #1835106 by twistor: Make entity loading generic.
|
75
|
- Issue #1480902 by Staratel | faunt: Added Are there timeouts on Feed
|
76
|
importers?.
|
77
|
- Issue #912682 by alex_b, snyderp, dman | dwhogg: Added CSV Parser: Support
|
78
|
Mac-style line endings.
|
79
|
- Issue #1817992 by OnkelTem: Fixed Notice: Undefined property: stdClass:: in
|
80
|
feeds_tokens()
|
81
|
|
82
|
Feeds 7.x 2.0 Alpha 7, 2012-10-12
|
83
|
---------------------------------
|
84
|
|
85
|
- Make sure target array is always initialized.
|
86
|
- Issue #1807920 by Rob_Feature: Fixed Imported nodes have NULL format.
|
87
|
- Make datetime tests fake unit tests.
|
88
|
|
89
|
Feeds 7.x 2.0 Alpha 6, 2012-10-10
|
90
|
---------------------------------
|
91
|
|
92
|
- Port authorization from 6.x to 7.x.
|
93
|
- Make FeedsDateTimeTest a real unit test.
|
94
|
- Don't hard code delta to 10.
|
95
|
- Issue #1567508 by kruser, beansboxchrispang: Fixed User import is incorrectly
|
96
|
changing passwords.
|
97
|
- Fix failing test after making them stricter.
|
98
|
- Issue #837922 by twistor, andrewlevine: Added removeMappings() to test suite
|
99
|
and more extensive addMapping testing.
|
100
|
- Issue #1074520 by ccheu: Commit #783098 not included in 7.x-2.0-alpha3.
|
101
|
- Fix for mapping ui and multiple mappings with configuration.
|
102
|
- Re-organize FeedsProcessor::process() so that it is clearer.
|
103
|
- Issue #1191498 by dooug, twistor: Set drupal_set_message() to not repeat
|
104
|
'Missing Feeds plugin...'.
|
105
|
- Allow for 0 to be used in the number mapping.
|
106
|
- Issue #1420360 by anarchocoder: Fixed Common Syndication Parser sometimes
|
107
|
creates php warning when feed item title is empty.
|
108
|
- Issue #1728634 by David_Rothstein: Fixed User and node 'created' dates (from
|
109
|
feeds_to_unixtime()) default to the wrong timezone.
|
110
|
- Coder review fixes.
|
111
|
- Dang it. Add feeds_alter() back because contrib depends on it.
|
112
|
- Remove stupid feeds_alter().
|
113
|
- Issue #1466170 by peter.sogaard: Added Text format support in taxonomy term
|
114
|
fields.
|
115
|
- Use consistent set target callbacks.
|
116
|
- Move text and numeric mappers to their own include.
|
117
|
- Simplify forced updating.
|
118
|
- Make link mapper less retarded.
|
119
|
- Issue #1551852 by Sergii: Fixed Text field mapper: support for FeedsElement
|
120
|
object.
|
121
|
- Issue #1715124 by theduke: Fixed feeds_importer() 'config' column to short -
|
122
|
change size to big.
|
123
|
- Issue #1784436 by stefan.norman: Fixed FeedsTermProcessor existingEntityId
|
124
|
doesn't honour id column in feeds_item().
|
125
|
- Issue #1792318 by psynaptic: Fixed Invalid multibyte sequence in
|
126
|
tests/feeds.test.
|
127
|
- Add quick test for skip_hash_check.
|
128
|
- Issue #1364116 by axel.rutz | Les Lim: Added Option to skip hash check on
|
129
|
re-import.
|
130
|
- Revert term specific forced updating.
|
131
|
- Remove debug statements.
|
132
|
- Issue #1410296 by logaritmisk, vinmassaro: Added Reorder mappings.
|
133
|
- Don't set unique flag for things that don't have it.
|
134
|
- Add test for new mapping config.
|
135
|
- Issue #860748 by Niklas Fiekas, franz, twistor | infojunkie: Added Config for
|
136
|
mappers?.
|
137
|
- Add support for SimplePie 1.3
|
138
|
- Fix path alias test for taxonomy terms.
|
139
|
- Un-prefix node path test.
|
140
|
- Move path mapping to path.inc and add tests.
|
141
|
- Issue #1724200 by balazs.hegedus: Added Support for drupal_http_request()
|
142
|
timeout.
|
143
|
- Issue #1736976 by Chaulky: Added Trim feed urls to remove accidental spaces.
|
144
|
- Issue #1110762 by vaartio, franz, bancarddata, axel.rutz: Fixed Feeds does not
|
145
|
catch file exceptions properly in file mapper and FeedsParser.inc getFile()
|
146
|
function.
|
147
|
- Issue #1742740 by Staratel: Fixed Add magic method __isset() to
|
148
|
FeedsConfigurable to use default entity wrapping.
|
149
|
- Issue #1739704 by axel.rutz: Fixed Node lookup by title in Nodeprocessor does
|
150
|
not respect nodetype.
|
151
|
- Issue #1690434 by twistor | jzornig: Fixed Notice: Undefined variable: job in
|
152
|
FeedsSource->scheduleClear() (line 319 of sites/all/modules/feeds/includes/FeedsSource.inc).
|
153
|
- Issue #1703074 by theduke: Added Include parser result in
|
154
|
hook_feeds_presave().
|
155
|
- Issue #1070604 by Bobík: Added Feed's nid in mappings.
|
156
|
- Issue #1300500 by milesw | derekwormdahl: Fixed Not loading node status in
|
157
|
FeedsNodeProcessor.inc is causing issue with Content Access module.
|
158
|
- Coder review fixes.
|
159
|
- Add stricter test for integer value.
|
160
|
- Fix doc strings.
|
161
|
- Issue #1112876 by chx: Added Support digest auth.
|
162
|
- Get FeedsMapperFileTestCase tests to pass.
|
163
|
- Issue #1688294 by twistor | Rob_Feature: Fixed Invalid URL (even though it's
|
164
|
valid).
|
165
|
- Issue #1402788 by tbosviel | Cottser: Added All files are imported as MIME
|
166
|
application/octet-stream.
|
167
|
- Issue #1271502 by twistor | oobie11: Fixed Im getting an error when I run
|
168
|
cron.
|
169
|
- Issue #1460282 by elliotttf, MegaChriz | jday: Fixed Call to undefined method
|
170
|
FeedsMissingPlugin::entityType() .
|
171
|
- Use entity type if entity label is not set.
|
172
|
- Issue #1661014 by twistor | johnv: Fixed feeds_entity_load() called too often
|
173
|
/ is not cached.
|
174
|
- Issue #1665450: Path alias target when using pathauto.
|
175
|
- Fixed: feeds_mapper_file.test.
|
176
|
- Method for downloading and extracting the simplepie library during tests.
|
177
|
- Try to shut up SimplePie.
|
178
|
- Allow setting a variable for the library path.
|
179
|
- Fix for taxonomy mapper test.
|
180
|
- Make descriptions in taxonomy term processor consistent.
|
181
|
- Make labels for taxonomy processor consistent.
|
182
|
- Issue #1044874 by marek.trunkat, bdragon | seth.vincent: Fixed Debug message:
|
183
|
missing handler: feeds_log() feed_nid() field.
|
184
|
- Issue #1424992 by stevector: Added implementation of hook_entity_info_alter()
|
185
|
so that ->feed_nid() is available to Rules.
|
186
|
- Issue #1662550 by pvhee: Fixed Invoke hook_feeds_after_import() after writing
|
187
|
to the logs.
|
188
|
- Issue #1454666: Fixing unlock feature to also work with locked imports.
|
189
|
- Issue #1241754: Add targets for author name and email in node processor.
|
190
|
- Issue #1454666: Add tool to reset locked feeds
|
191
|
- Issue #1612246: Fixing introduced error on filepath generation.
|
192
|
- Small fix on comment alignment
|
193
|
- Issue #1632286 by facine: Fixed Cannot redeclare
|
194
|
FeedsTermProcessor::setTargetElement().
|
195
|
- Issue #1001590 by tristanoneil, twistor, Bevan: Path alias mapping target.
|
196
|
|
197
|
Feeds 7.x 2.0 Alpha 5, 2012-05-28
|
198
|
---------------------------------
|
199
|
|
200
|
- Issue #1515204 by gnucifer: Malformed destination uri in FeedsEnclosure.
|
201
|
- Issue #1450714 by getgood: ATOM parser ignores 'updated' tag
|
202
|
- Issue #1152940 by bblake, rickmanelius, g089h515r806, darrylri, iMiksu,
|
203
|
sdrycroft, johnbarclay, batje, axel.rutz, GaëlG: Feeds term import with
|
204
|
hierarchy and weight
|
205
|
- Issue #1406260 by Xen, logaritmisk: Fetchers without source configuration
|
206
|
fails.
|
207
|
- Issue #1407670 by Ivan Simonov, GaëlG, franz: drupal_strlen() doesn't work
|
208
|
when parsing multibyte strings in CSVParser.
|
209
|
- Issue #1213472 by paulgemini, Nigel_S, emarchak, Jorenm: Fixed Unsupported
|
210
|
operand types in FeedsConfigurable.
|
211
|
- Follow-up to #1245094 by agoradesign: menu links not really fixed.
|
212
|
- Issue #1245094 by chrisdejager, dman: Fixed Node menu link deleted on update.
|
213
|
- Issue #712304 by derhasi, twistor, jerdavis, alex_b, rjbrown99, rbayliss |
|
214
|
ManyNancy: Fixed Batch import does not continue where it left off, instead
|
215
|
starts from the beginning.
|
216
|
- Issue #959984 by kidrobot, desmondmorris, slashrsm, flailingmaster, rfay |
|
217
|
dasjo: Fixed taxonomy_node_get_terms() doesn't work with drupal 7.
|
218
|
- Issue #1140194 by orb | emorency: Fixed SQLSTATE[HY000]: General error: 1366
|
219
|
Incorrect string value for a field with accents.
|
220
|
- Issue #1427642 by elliotttf: Fixed Use drupal_exit() rather than exit() in
|
221
|
PuSH/FeedsHTTPFetcher callbacks.
|
222
|
- Issue #1418382: Fixed unsubscribe requests to PuSH hubs failing due to
|
223
|
transaction in node_delete().
|
224
|
- Issue #870556: Fixed PuSH verifications run before the subscription records
|
225
|
have been saved."
|
226
|
- Issue #1289598 by emackn, andypost: Fixed Remove check_plain() on form
|
227
|
options.
|
228
|
- Issue #996808 by twistor, marcvangend, joshuajabbour: Fixed Update existing
|
229
|
doesn't reset targets that have real_target() set.
|
230
|
- Issue #1219180 by dandaman: Fixed Minor error in API code samples.
|
231
|
- Issue #686470 by johnv, wojtha, febbraro | rjbrown99: Fixed Filefield mapper:
|
232
|
URLs with spaces not parsed properly.
|
233
|
- Issue #1380636 by gnucifer, emackn: Fixed Wrong response headers reported on
|
234
|
3xx requests in function http_request_get().
|
235
|
- Issue #1382208 by slcp: Fixed FeedsSource.inc sourceSave() and sourceDelete()
|
236
|
function descriptions are the wrong way round.
|
237
|
- Issue #1372074 by twistor, emackn: Fixed feeds_http_request() does not cache
|
238
|
when using drupal_http_request().
|
239
|
- Issue #1191330 by twistor: Added Allow feeds_mapper().test to set field
|
240
|
instance settings.
|
241
|
- Issue #1225672 by StepanKuzmin, tekante | guillaumev: Fixed Bug when importing
|
242
|
a single year.
|
243
|
- Issue #1035684 by mikejoconnor: Source / Target sort order
|
244
|
- Issue #1005128 by dasjo, fago: Rules integration & enable modules to customize
|
245
|
imports.
|
246
|
- Issue #1228568 by pcambra: Add user status to FeedsUserProcessor
|
247
|
- Issue #1139676 by Dave Reid, cosmicdreams: Fixed feeds_alter() doesn't support
|
248
|
modulename.feeds.inc files supported by feeds_hook_info().
|
249
|
- Issue #1347894 by juampy | colin_young: Fixed Clear cache causes integrity
|
250
|
constraint violation. Fix for feeds info file
|
251
|
- Issue #1298326 by twistor, Dave Reid, and emackn: Fixed Only execute
|
252
|
rebuild_menu() when necessary.
|
253
|
- Issue #1228570 by pcambra: Added user language to FeedsUserProcessor.
|
254
|
- Issue #1206042 by anon: Let node titles have unique option.
|
255
|
- Issue #126689 by tcindie :Additional targets for nodes
|
256
|
- issue #126689 by tcindie : 1298326Issue PageOnly execute rebuild_menu when
|
257
|
necessary
|
258
|
- Issue #1128418 by mongolito404, Niklas Fiekas, jief: Fixed Deprecated:
|
259
|
Assigning the return value of new by reference is deprecated in
|
260
|
feeds_include_library().
|
261
|
- Issue #1046916 by eosrei: importing nodes with their original NID
|
262
|
- Issue #1197646: Skip importer config form validation if a machine name was not
|
263
|
provided.
|
264
|
- Issue #1248712: Show an empty row result and hide the Save button if no
|
265
|
importers are available.
|
266
|
- Issue #1248710: Use the core-provided machine_name FAPI element for the
|
267
|
importer machine name field.
|
268
|
- Issue #1235394: Fixed menu paths violate UX standards and could not use
|
269
|
breadcrumbs.
|
270
|
- Issue #1248648 by twistor, Dave Reid: Fixed bugs and inconsistencies in
|
271
|
FeedsRSStoNodesTest.
|
272
|
|
273
|
Feeds 7.x 2.0 Alpha 4, 2011-06-28
|
274
|
---------------------------------
|
275
|
|
276
|
- Issue #1161810: Fixed declaration of FeedsSource::instance() should be
|
277
|
compatible with that of FeedsConfigurable::instance().
|
278
|
- Issue #1201638: Plugins should be listed in feeds.info as files[] records for
|
279
|
the class registry.
|
280
|
- Issue #1149226: Fixed invalid message parameter passed into feeds_log from
|
281
|
FeedsProcessor::process().
|
282
|
- Issue #1044882 by rfay, Dave Reid: Fixed indexes for {feeds_item} are too long
|
283
|
and can cause problems during install or uninstall.
|
284
|
- Fixing PHP strict error in _parser_common_syndication_atom10_parse().
|
285
|
- Added support for feeds hooks to be located in modulename.feeds.inc.
|
286
|
- Issue #1191554: Fixed failures in FeedsUIUserInterfaceTestCase.
|
287
|
- Issue #1191564: Use FeedsWebTestCase for FeedsDateTimeTest.
|
288
|
- Issue #1191494 by twistor, Dave Reid: Fixed link to node type feed importer
|
289
|
did not use node_access().
|
290
|
- Issue #1191450: Fixed mismatch of arguments for t().
|
291
|
- Fixed possible XSS with field labels in Feed importer mapping settings.
|
292
|
- Fixed coder violations and standards.
|
293
|
- Issue #723548: Added unit tests for feeds_valid_url().
|
294
|
- Fixed PHP notice with undefined variables in
|
295
|
http_request_get_common_syndication().
|
296
|
- Issue #723548: Added support for feed URLs with feed:// and webcal://.
|
297
|
- Fixed error when calling form_set_error() and title field on follow-up to fix
|
298
|
feed node title fields not actually un-required.
|
299
|
- Issue #1191210: Added feeds_field_extra_fields() so the 'Feed' fieldset can be
|
300
|
re-ordered through the Field UI.
|
301
|
- Issue #1191194: Fixed test failure in FeedsCSVtoUsersTest due to lack of
|
302
|
'administer users' permission.
|
303
|
- Issue #1191200: Fixed display of the description field on the feed item
|
304
|
content type.
|
305
|
- Issue #1066286: Added test to ensure 'Feed items' doesn't display on non-feed
|
306
|
nodes.
|
307
|
- Use hook_form_node_form_alter() rather than hook_form_alter().
|
308
|
- Simplify FeedsMapperTestCase::createContentType() using
|
309
|
DrupalWebTestCase::drupalCreateContentType().
|
310
|
- Issue #983220 by twistor: Fixed field mapper tests failed due to number.module
|
311
|
not being enabled.
|
312
|
- Issue #1085092 by pfrenssen: Fixed module_list() is called twice in
|
313
|
feeds_alter().
|
314
|
- Fixes and cleanups to tests.
|
315
|
- Use fetchObject() rather than fetch() since it is more explicit.
|
316
|
- Issue #1008384 by twistor: Fixed feeds not pulling publication date with feed
|
317
|
using dc:date and RSS 2.0.
|
318
|
- Issue #769084: Fixed use of isset() rather than !empty() causes import
|
319
|
problems with _parser_common_syndication_RSS20_parse().
|
320
|
- Issue #914210 by jyee, Dave Reid: Added mapper for user raw password.
|
321
|
- Issue #974494: Fixed PHP notice 'Undefined property: stdClass::$openid in
|
322
|
FeedsUserProcessor->entitySave()'.
|
323
|
- Issue #1134684 by rfay, Dave Reid: Fixed improper parameters for
|
324
|
file_field_widget_uri().
|
325
|
- Issue #1055582: Fixed strict notice that FeedsDateTime::setTimezone() is not
|
326
|
compatible with DateTime::setTimezone().
|
327
|
- Issue #1085194: Not all selected mappings are removed.
|
328
|
- Issue #1032640: Added basic token integration.
|
329
|
- Issue #1066806: Use hook_entity_insert/update/delete rather than separate
|
330
|
node, taxonomy term, and user hooks.
|
331
|
- Issue #1066822: Fixed bugs and inconsistencies with test files and getInfo()
|
332
|
declarations.
|
333
|
- Issue #1066810: Fixed list of 'Expire nodes' options in FeedsNodeProcessor.
|
334
|
- Issue #1066286: Fixed 'View items' tab added to all content types.
|
335
|
- Issue #1011958 by David Goode: Allow hashes to be updated when content in a
|
336
|
feed is updated.
|
337
|
- Issue #1048642 by greg.harvey: Check for remove_flags in Feeds UI before using
|
338
|
that variable.
|
339
|
- #967018 jcarlson34, David Goode, alex_b: Mapping to String lists not supported
|
340
|
|
341
|
Feeds 7.x 2.0 Alpha 3, 2011-01-14
|
342
|
---------------------------------
|
343
|
|
344
|
- Add index for looking up by entity_type + url/ guid to feeds_item table.
|
345
|
- #994026 tristanoneil: Optionally defuse email addresses.
|
346
|
|
347
|
Feeds 7.x 2.0 Alpha 2, 2010-11-02
|
348
|
---------------------------------
|
349
|
|
350
|
- #940866 tristanoneil: PHP 5.3 FeedsImporter::copy function must be compatible.
|
351
|
- #944986 tristanoneil: Link Mapper Upgrade.
|
352
|
- #959066 tristanoneil: Remove old mappers and tests.
|
353
|
- #883342 Steven Jones: Don't force usage of cURL.
|
354
|
- #776854 imclean et. al.: Support parsing CSV files without column headers.
|
355
|
- Ian Ward: ensure that arrays of numerics are handled correctly.
|
356
|
- #953728 tristanoneil: Upgrade text formats, use on all processors.
|
357
|
- alex_b: Fix file mapper, add file mapper tests, generate flickr.xml and
|
358
|
files.csv dynamically.
|
359
|
- #953538 yhahn: Remove BOM from UTF-8 files.
|
360
|
Adds sanitizeFile() and sanitizeRaw() methods to FeedsFetcherResult.
|
361
|
Extending classes that override either the getRaw() or getFilePath() methods
|
362
|
should call these sanitization methods to ensure that the returned output /
|
363
|
file has been cleaned for parsing.
|
364
|
- #606612 alex_b: More detailed log.
|
365
|
- #949236 Ian Ward, alex_b: Allow mapping empty values to fields.
|
366
|
- #912630 twistor, alex_b: FeedsParserResult: make items accessible for
|
367
|
modification.
|
368
|
- #933306 alex_b: Fix Feeds creates subscriptions for not existing importers.
|
369
|
- #946822 twistor: FeedsSitemapParser broken: Serialization of
|
370
|
'SimpleXMLElement' is not allowed.
|
371
|
- #949916 alex_b: Convert values mapped to user->created.
|
372
|
- #949236 Ian Ward: Allow mapping empty values to fields.
|
373
|
- Allow for mapping to list_number field types.
|
374
|
- Fix entity inspection in file fetcher.
|
375
|
- #932772 alex_b: FeedsProcessor: Consolidate process() and clear().
|
376
|
FeedsProcessor now implements the process() and clear() methods for creating
|
377
|
and deleting entities. The extending processors FeedsNodeProcessor,
|
378
|
FeedsTermProcessor and FeedsUserProcessor merely implement entity manipulation
|
379
|
methods (newEntity(), entityLoad(), entitySave(), entityDeleteMultiple()...).
|
380
|
This brings features previously only available on FeedsNodeProcessor to all
|
381
|
entity processors: fast change detection on imported items with hashes,
|
382
|
batching on process() and clear() and in the case of FeedsUserProcessor, the
|
383
|
actual implementation of clear(). Together with #929066 this is a further
|
384
|
step towards harmonizing features of processor plugins.
|
385
|
- Move term and user validation into a validate() method.
|
386
|
- Remove check for present name and mail. Needs to be solved on a more pluggable
|
387
|
level.
|
388
|
- FeedsTermProcessor: Do not filter taxonomy_term_data table by vid when
|
389
|
clearing.
|
390
|
- #932572 alex_b: FeedsTermProcessor: Batch term processing.
|
391
|
- Remove check for present name in terms that are imported. If we do such
|
392
|
validation, we need to do this on a more pluggable level.
|
393
|
- Fix Feeds News tests, add a 'description' field to the Feeds Item content
|
394
|
type.
|
395
|
- #728534 alex_b: Remove FeedsFeedNodeProcessor. If you have used
|
396
|
FeedsFeedNodeProcessor in the past, use FeedsNodeProcessor (Node Processor)
|
397
|
instead now. It supports all of FeedsFeedNodeProcessor's functionality and
|
398
|
more.
|
399
|
- #929066 alex_b: Track all imported items. Note: All views that use 'Feeds
|
400
|
Item' fields or relationships need updating.
|
401
|
- #930018 alex_b: Don't show file upload when 'Supply path directly' is
|
402
|
selected.
|
403
|
- #927892 alex_b: Add "Process in background" feature. Allows one-off imports to
|
404
|
be processed in the background rather than using Batch API. Useful for very
|
405
|
large imports.
|
406
|
- #929058 alex_b: Report status of source on import and delete forms, track
|
407
|
last updated time on a source level.
|
408
|
- #928836: Set progress floating point directly. Note: fetchers and parsers
|
409
|
must use $state->progress() for setting the batch progress now IF they support
|
410
|
batching.
|
411
|
- #928728: Track source states by stage, not by plugin. Note: call signature of
|
412
|
FeedsSource::state() has changed.
|
413
|
- Remove 6.x upgrade hooks.
|
414
|
- #923318: Fix Fatal error: Call to a member function import() on a non-object
|
415
|
occuring on cron.
|
416
|
- Clean up basic settings form.
|
417
|
- Make getConfig() include configuration defaults.
|
418
|
|
419
|
Feeds 7.x 2.0 Alpha 1, 2010-09-29
|
420
|
---------------------------------
|
421
|
|
422
|
- #925842 alex_b: Support batching through directories on disk.
|
423
|
- #625196 mstrelan, alex_b: Fix array_merge(), array_intersect_key() warnings.
|
424
|
- Remove hidden setting feeds_worker_time. Use hook_cron_queue_info_alter() to
|
425
|
modify this setting.
|
426
|
- #744660-80 alex_b: Expand batch support to fetchers and parsers.
|
427
|
- Removed FeedsBatch classes in favor of FeedsResult classes.
|
428
|
- Variable 'feeds_node_batch_size' is now called 'feeds_process_limit'.
|
429
|
- Signature of FeedsParser::getSourceElement() changed.
|
430
|
- Signature of FeedsProcessor::uniqueTargets() changed.
|
431
|
- Signature of FeedsProcessor::existingItemId() changed.
|
432
|
- Sigature for callbacks registered by hook_feeds_parser_sources_alter()
|
433
|
changed.
|
434
|
- Return value of FeedsFetcher::fetch() changed.
|
435
|
- Signature and return value of FeedsParser::parse() changed.
|
436
|
- Signature of FeedsProcessor::process() changed.
|
437
|
- Signature of hook_feeds_after_parse() changed.
|
438
|
- Signature of hook_feeds_after_import() changed.
|
439
|
- Signature of hook_feeds_after_clear() changed.
|
440
|
|
441
|
Feeds 7.x 1.0 Alpha 1, 2010-09-21
|
442
|
---------------------------------
|
443
|
|
444
|
Equal to http://github.com/lxbarth/Feeds/commits/DRUPAL-7--1-0-alpha1
|
445
|
|
446
|
- Expire files returned by FeedsImportBatch after DRUPAL_MAXIMUM_TEMP_FILE_AGE
|
447
|
seconds.
|
448
|
- FeedsFileFetcher: track uploaded files, delete unused files.
|
449
|
- yhahn: Upgrade FeedsTaxonomyProcessor.
|
450
|
- Remove handling of target items that are array. All target items must be
|
451
|
objects now.
|
452
|
- Upgrade file and image mapper.
|
453
|
- Upgrade taxonomy mapper.
|
454
|
- Upgrade field mapper.
|
455
|
- Move plugin handling into FeedsPlugin class.
|
456
|
- Base level upgrade.
|
457
|
|
458
|
Feeds 6.x 1.0 Beta 6, 2010-09-16
|
459
|
--------------------------------
|
460
|
|
461
|
- #623432 Alex UA, dixon_, pvhee, cglusky, alex_b et al.: Mapper for emfield.
|
462
|
- #913672 andrewlevine: Break out CSV Parser into submethods so it is more
|
463
|
easily overridable
|
464
|
- #853974 snoldak924, alex_b: Fix XSS vulnerabilities in module.
|
465
|
- #887846 ekes: Make FeedsSimplePieEnclosure (un)serialization safe.
|
466
|
- #908582 XiaN Vizjereij, alex_b: Fix "Cannot use object of type stdClass as
|
467
|
array" error in mappers/taxonomy.inc.
|
468
|
- #906654 alex_b: Fix phantom subscriptions.
|
469
|
- #867892 alex_b: PubSubHubbub - slow down import frequency of feeds that are
|
470
|
subscribed to hub.
|
471
|
- #908964 alex_b: Break out scheduler. Note: Features depends on Job Scheduler
|
472
|
module now: http://drupal.org/project/job_scheduler
|
473
|
- #663860 funkmasterjones, infojunkie, alex_b et. al.: hook_feeds_after_parse().
|
474
|
- #755556 Monkey Master, andrewlevine, alex_b: Support saving local files in
|
475
|
filefields.
|
476
|
- #891982 bangpound, twistor: Support Link 2.x.
|
477
|
- #870278 budda: Fix SQL query in taxonomy_get_term_by_name_vid().
|
478
|
- #795114 budda, alex_b: Taxonomy term processor doesn't require vocabulary to
|
479
|
be set.
|
480
|
|
481
|
Feeds 6.x 1.0 Beta 5, 2010-09-10
|
482
|
--------------------------------
|
483
|
|
484
|
- #849840 adityakg, rbayliss, alex_b: Submit full mapping on every submission.
|
485
|
- #849834 rbayliss, alex_b: Generalize feeds_config_form() to feeds_form().
|
486
|
- #907064 alex_b: Track imported terms.
|
487
|
- #906720 alex_b: Introduce a hook_feeds_after_clear().
|
488
|
- #905820 tristan.oneil: Adjust delete message in FeedsDataProcessor to avoid
|
489
|
misleading total numbers.
|
490
|
- #671538 mburak: Use CURLOPT_TIMEOUT to limit download time of feeds.
|
491
|
- #878002 Will White, David Goode: Support multiple sources per mapping target
|
492
|
in FeedsDataProcessor.
|
493
|
- #904804 alex_b: Support exportable vocabularies.
|
494
|
- #836876 rsoden, Will White, alex_b: Add simple georss support to Common
|
495
|
Syndication Parser.
|
496
|
- #889196 David Goode: Support for non-numeric vocabulary IDs for feature-based
|
497
|
vocabularies.
|
498
|
- #632920 nickbits, dixon_, David Goode, alex_b et al: Inherit OG, taxonomy,
|
499
|
language, user properties from parent feed node. Note: Signatures of
|
500
|
FeedsProcessor::map(), existingItemId(), FeedsParser::getSourceElement()
|
501
|
changed.
|
502
|
- #897258 TrevorBradley, alex_b: Mapping target nid.
|
503
|
- #873198 BWPanda, morningtime: Import multiple values to tag vocabulary.
|
504
|
- #872772 andrewlevine: Fix buildNode() (and node_load()) called unnecessarily.
|
505
|
- #873240 thsutton: Use isset() to avoid notices.
|
506
|
- #878528 Sutharsan: Don't show file in UI if file does not exist.
|
507
|
- #901798 alex_b: Fix time off in SitemapParser.
|
508
|
- #885724 eliotttf: Avoid array_flip() on non scalars.
|
509
|
- #885052 Hanno: Fix small typo in access rights.
|
510
|
- #863494 ekes, alex_b: Delete temporary enclosures file.
|
511
|
- #851194 alex_b: Featurize - move default functionality from feeds_defaults to
|
512
|
feeds_fast_news, feeds_import and feeds_news features.
|
513
|
- #617486 alex_b: Create link to original source, view of items on feed nodes.
|
514
|
- #849986 lyricnz, alex_b: Cleaner batch support.
|
515
|
- #866492 lyricnz: Clean up tests.
|
516
|
- #862444 pounard: Do not name files after their enclosure class.
|
517
|
- #851570 morningtime: Avoid trailing slashes when passing file paths to
|
518
|
file_check_directory().
|
519
|
- #836090 andrewlevine, alex_b: Include mapping configuration in hash.
|
520
|
- #853156 alex_b: Support real updates of terms.
|
521
|
- #858684 alex_b: Fix notices when file not found.
|
522
|
|
523
|
Feeds 6.x 1.0 Beta 4, 2010-07-25
|
524
|
--------------------------------
|
525
|
|
526
|
- #838018-12 Remove Formatted Number CCK mapper, cannot be properly tested, see
|
527
|
#857928.
|
528
|
|
529
|
Feeds 6.x 1.0 Beta 3, 2010-07-18
|
530
|
--------------------------------
|
531
|
|
532
|
- #854628 DanielJohnston, alex_b: Fix user processor assigns all roles.
|
533
|
- #838018 infojunkie: Mapper for Formatted Number CCK field.
|
534
|
- #856408 c.ex: Pass all $targets for hook_feeds_node_processor_targets_alter()
|
535
|
by reference.
|
536
|
- #853194 andrewlevine, alex_b: Mapping: don't reset all targets.
|
537
|
- #853144 alex_b: Consistent use of "replace" vs "update".
|
538
|
- #850998 alex_b: Clean up file upload form. Note: If you supply file paths
|
539
|
directly in the textfield rather than uploading them through the UI, you will
|
540
|
have to adjust your importer's File Fetcher settings.
|
541
|
- #850652 alex_b: Make ParserCSV (instead of FeedsCSVParser) populate column
|
542
|
names.
|
543
|
- #850638 alex_b: Introduce FeedsSource::preview().
|
544
|
- #850298 alex_b: ParserCSV: Support batching (only affects library, full parser
|
545
|
level batch support to be added later with #744660).
|
546
|
- Minor cleanup of admin UI language and CSS.
|
547
|
- #647222 cglusky, jeffschuler: Specify input format for feed items.
|
548
|
|
549
|
Feeds 6.x 1.0 Beta 2, 2010-07-10
|
550
|
--------------------------------
|
551
|
|
552
|
- #753426 Monkey Master, andrewlevine, alex_b: Partial update of nodes.
|
553
|
- #840626 andrewlevine, alex_b: Support using same mapping target multiple
|
554
|
times.
|
555
|
- #624464 lyricnz, alex_b: Fix to "support tabs as delimiters".
|
556
|
- #840350 lyricnz: (Optionally) Transliterate enclosure filenames to provide
|
557
|
protection from awkward names.
|
558
|
- #842040 dixon_: Accept all responses from the 2xx status code series.
|
559
|
- #836982 Steven Merrill: Fix Feeds.module tests do not work when run from the
|
560
|
command line.
|
561
|
|
562
|
Feeds 6.x 1.0 Beta 1, 2010-06-23
|
563
|
--------------------------------
|
564
|
|
565
|
Feeds 6.x 1.0 Alpha 16, 2010-06-19
|
566
|
----------------------------------
|
567
|
|
568
|
- #830438 andrewlevine: More secret files in FeedsImportBatch::getFilePath().
|
569
|
- #759302 rjb, smartinm, et. al: Fix user warning: Duplicate entry.
|
570
|
- #819876 alex_b: Fix field 'url' and 'guid' don't have default values.
|
571
|
- #623444 mongolito404, pvhee, pdrake, servantleader, alex_b et. al.: Mapper for
|
572
|
link module.
|
573
|
- #652180 ronald_istos, rjbrown99, et. al.: Assign author of imported nodes.
|
574
|
- #783098 elliotttf: Introduce hook_feeds_user_processor_targets_alter(), mapper
|
575
|
for user profile fields.
|
576
|
|
577
|
Feeds 6.x 1.0 Alpha 15, 2010-05-16
|
578
|
----------------------------------
|
579
|
|
580
|
- #791296 B-Prod: Fix Feeds data processor does update id 0.
|
581
|
- #759904 lyricnz: Provide a Google Sitemap Parser.
|
582
|
- #774858 rjbrown99: Fix Node Processor updates node "created" time when
|
583
|
updating.
|
584
|
- #704236 jerdavis: Support mapping to CCK float field.
|
585
|
- #783820 klonos: Fix warning: copy() [function.copy]: Filename cannot be empty
|
586
|
in FeedsParser.inc on line 168.
|
587
|
- #778416 clemens.tolboom: Better message when plugin is missing.
|
588
|
- #760140 lyricnz: FeedsBatch->total not updated when addItem($item) is called.
|
589
|
- #755544 Monkey Master: Keep batch processing when mapping fails.
|
590
|
- alex_b: Reset import schedule after deleting items from feed.
|
591
|
- #653412 rbrandon: Do not create items older than expiry time.
|
592
|
- #725392 nicholasThompson: FeedsBatch does not check feeds folder exists before
|
593
|
uploading.
|
594
|
- #776972 lyricnz: Messages use plural when describing single item.
|
595
|
- #701390 frega, morningtime, Mixologic, alex_b et. al.: Fix RSS 1.0 parsing
|
596
|
and add basic test framework for common_syndication_parser.
|
597
|
- #781058 blakehall: Create teaser for imported nodes. NOTE: this may mean that
|
598
|
your existing installation has shorter node teasers as expected. If this is
|
599
|
the case, increase "Length of trimmed posts" on admin/content/node-settings.
|
600
|
- #622932-30 mikl: fix remaining non-standard SQL.
|
601
|
- #624464 bangpound: Support tabs as delimiters.
|
602
|
|
603
|
Feeds 6.x 1.0 Alpha 14, 2010-04-11
|
604
|
----------------------------------
|
605
|
|
606
|
- #758664: Fix regression introduced with #740962.
|
607
|
|
608
|
Feeds 6.x 1.0 Alpha 13, 2010-03-30
|
609
|
----------------------------------
|
610
|
|
611
|
- #622932 pounard: Fix SQL capitalization.
|
612
|
- #622932 pounard: Fix non-standard SQL (PostgreSQL compatibility)
|
613
|
- #705872 Scott Reynolds: Added HTTPFetcher autodiscovery
|
614
|
- #740962 alex_b: Fix FileFetcher Attached to Feed Node, Upload Field Not Saving
|
615
|
File Path.
|
616
|
- #754938 Monkey Master: FeedsCSVParser.inc uses strtolower() while parsing
|
617
|
UTF-8 files.
|
618
|
- #736684 Souvent22, Mixologic: FeedsDateTime & Batch DateTime causes core
|
619
|
dumps.
|
620
|
- #750168 jtr: _parser_common_syndication_title does not strip html tags before
|
621
|
constructing a title.
|
622
|
- #648080 pvhee: FeedsNodeProcessor - static caching of mapping targets makes
|
623
|
mapping fail with multiple feed configurations.
|
624
|
- #735444 Doug Preble: PubSubHubbub - Fix "Subscription refused by callback URL"
|
625
|
with PHP 5.2.0.
|
626
|
- alex_b: Suppress namespace warnings when parsing feeds for subscription in
|
627
|
PuSHSubscriber.inc
|
628
|
- #724184 ekes: catch failures when parsing for PubSubHubbub hub and self.
|
629
|
- #706984 lyricnz: Add FeedsSimplePie::parseExtensions() to allow parsing to be
|
630
|
customized.
|
631
|
- #728854 Scott Reynolds: Fix $queue->createItem() fails.
|
632
|
- #707098 alex_b: Improve performance of nodeapi and access checks.
|
633
|
- #726012 alex_b: Fix RSS descriptions not being reset in
|
634
|
common_syndication_parser.inc.
|
635
|
- alex_b: Fix a typo in the return value of process() in FeedsTermProcessor.
|
636
|
- alex_b: Stop PubSubHubbub from subscribing if it is not enabled.
|
637
|
- #711664 neclimdul: guarantee compatibility with CTools 1.4 by declaring that
|
638
|
Feeds uses hooks to define plugins via hook_ctools_plugin_plugins().
|
639
|
- #718460 jerdavis: In FeedsNodeProcessor, clear items only for the current
|
640
|
importer id.
|
641
|
- #718474 jerdavis: In FeedsNodeProcessor, check for duplicate items within
|
642
|
same importer id.
|
643
|
|
644
|
Feeds 6.x 1.0 Alpha 12, 2010-02-23
|
645
|
----------------------------------
|
646
|
|
647
|
- #600584 alex_b: PubSubHubbub support.
|
648
|
- alex_b: Debug log.
|
649
|
- alex_b: Add sourceSave() and sourceDelete() methods notifying plugin
|
650
|
implementers of a source being saved or deleted.
|
651
|
- #717168 nicholasThompson: Fix feeds UI JS doesn't select labels correctly.
|
652
|
- #708228 Scott Reynolds, alex_b: Break FeedsImportBatch into separate classes.
|
653
|
NOTE: Review your FeedsFetcher implementation for changes in the
|
654
|
FeedsImportBatch class, small adjustments may be necessary.
|
655
|
- alex_b: Support mapping to OpenID, using OpenID as a unique mapping target.
|
656
|
- alex_b: Handle exceptions outside of Importer/Source facade methods.
|
657
|
- #600584 alex_b: Use Batch API.
|
658
|
NOTE: third party plugins/extensions implementing FeedsProcessor::process(),
|
659
|
FeedsProcessor::clear() or FeedsImporter::expire() need to adjust their
|
660
|
implementations. Modules that directly use Feeds' API for importing or
|
661
|
clearing sources need may want to use feeds_batch_set() instead of
|
662
|
feeds_source()->import() or feeds_source()->clear().
|
663
|
|
664
|
Feeds 6.x 1.0 Alpha 11, 2010-02-10
|
665
|
----------------------------------
|
666
|
|
667
|
- #701432 pounard, Will White: Fix array_shift() expects parameter 1 is Array
|
668
|
error. Note: Parsers are responsible to ensure that the parameter passed to
|
669
|
FeedsImportBatch::setItems() is an Array.
|
670
|
- #698356 alex_b: Refactor and clean up FeedsScheduler::work() to allow more
|
671
|
scheduled tasks than 'import' and 'expire'.
|
672
|
|
673
|
Feeds 6.x 1.0 Alpha 10, 2010-01-25
|
674
|
----------------------------------
|
675
|
|
676
|
- #647128 bigkevmcd, Michelle: Fix broken author info in FeedsSyndicationParser.
|
677
|
- alex_b: Add mapping API for FeedsDataProcessor.
|
678
|
- alex_b: Decode HTML entities for title and author name in
|
679
|
FeedsSimplePieParser.
|
680
|
- #623448 David Goode, alex_b, et al.: Date mapper.
|
681
|
- #624088 mongolito404, David Goode, alex_b: Imagefield/filefield mapper,
|
682
|
formalize feed elements.
|
683
|
- #584034 aaroncouch, mongolito404: Views integration.
|
684
|
- Redirect to node or import form after manual import or delete.
|
685
|
- #663830 Aron Novak, alex_b: When download of URL failed, node w/ empty title
|
686
|
is created.
|
687
|
- #654728 Aron Novak: Fix parsing + data handling error with RDF 1.0 feeds.
|
688
|
- #641522 mongolito404, alex_b: Consolidate import stage results.
|
689
|
- #662104 Aron Novak: Specify PHP requirement in .info file.
|
690
|
- #657374 dtomasch: Common Parser does not get RSS Authors correctly.
|
691
|
|
692
|
Feeds 6.x 1.0 Alpha 9, 2009-12-14
|
693
|
---------------------------------
|
694
|
|
695
|
- API change: feeds_source() takes an FeedsImporter id instead of an importer,
|
696
|
the methods import() and clear() moved from FeedsImporter to FeedsSource.
|
697
|
Import from a source with feeds_source($id, $nid)->import();
|
698
|
- #629096 quickcel: Fix underscores in feed creation link.
|
699
|
- #652848 BWPanda: Add 'clear-block' to admin-ui to fix float issues.
|
700
|
- #623424 Kars-T, Eugen Mayer, alex_b: Mapper for Taxonomy.
|
701
|
- #649552 rsoden: Provide variable for data table name.
|
702
|
- #631962 velosol, alex_b: FeedsNodeProcessor: Update when changed.
|
703
|
- #623452 mongolito404: Port basic test infrastructure for mappers, test for
|
704
|
basic CCK mapper.
|
705
|
|
706
|
Feeds 6.x 1.0 Alpha 8, 2009-11-18
|
707
|
---------------------------------
|
708
|
|
709
|
- #634886 Kars-T, EugenMayer: Add vid to node process functions.
|
710
|
- #613494 miasma: Remove length limit from URL.
|
711
|
- #631050 z.stolar: Add feed_nid on node_load of a feed item.
|
712
|
- #631248 velosol: Set log message when creating a node in FeedsNodeProcessor.
|
713
|
|
714
|
Feeds 6.x 1.0 Alpha 7, 2009-11-04
|
715
|
---------------------------------
|
716
|
|
717
|
- #622654 Don't show body as option for mapper when body is disabled
|
718
|
- Allow cURL only to download via http or https
|
719
|
- Throw an exception in FeedsHTTPFetcher if result is not 200
|
720
|
|
721
|
Feeds 6.x 1.0 Alpha 6, 2009-11-03
|
722
|
---------------------------------
|
723
|
|
724
|
- Split number of items to queue on cron from feeds_schedule_num variable
|
725
|
(see README.txt)
|
726
|
- #619110 Fix node_delete() in FeedsNodeProcessor
|
727
|
- Add descriptions to all mapping sources and targets
|
728
|
|
729
|
Feeds 6.x 1.0 Alpha 5, 2009-10-23
|
730
|
---------------------------------
|
731
|
|
732
|
- #584500 Add Feeds default module
|
733
|
|
734
|
Feeds 6.x 1.0 Alpha 4, 2009-10-21
|
735
|
---------------------------------
|
736
|
|
737
|
- Initial release
|