Epinova.InRiverConnector
by: Optimera Epinova inRiver - Arve Systad
- 1,132 total downloads
- Latest version: 1.2.0.37
Connector between Episerver and inRiver PIM [revision:ef8e7ce ]
Change log:
2017-12-12 Ok, why all the fuzz? Let Episerver create the URL segment itself, ensuring it's unique
2017-12-12 Logging when duplicate filenames happen
2017-12-12 Ok, simplified what it looks for in ze exception message
2017-12-12 Duplicate blob-filenames causing issues should now be handled well
2017-12-06 Updated nuspec
2017-12-06 Flush caches also when it crashes, to get a clean start without restarting it
2017-12-05 Added request object for pushing catalog xml too, no longer relying on text/plain
2017-12-05 All config keys should now align with the moon and the stars
2017-11-30 Fixed log statement
2017-11-30 Fixed some log statements
2017-11-30 We only have "IsMainImage" true/false, so explicitly setting the main image first by the SortOrder property
2017-11-27 No longer adding an item to the channel if its parent is not present
2017-11-27 Order things correctly. Items with multiple parents now get the correct one
2017-11-27 Removed unused dependency from ChannelHelper
2017-11-27 Show the actual name
2017-11-27 Readme update
2017-11-27 Removed the extra loop to get "distinct entities". No need, as all stuff added to the output is checked for duplicates.
2017-11-27 Readme update + version number bumping, yay
2017-11-27 Readme update
2017-11-27 Nuspec update
2017-11-24 Uh yeh lets keep naming consistent
2017-11-24 Assemblyinfo updates
2017-11-24 Updated config keys + degree of parallelism is now configurable
2017-11-24 Parallelising the resource import, quickening it up quite a bit.
2017-11-24 Reduced some duplication and moved resource xml parsing into episerver. No need to save xml file, read it back in and then post it somewhere else.
2017-11-23 Fixing stuff
2017-11-23 No need to run this in a separate thread. Original behaviour maintained, but removed return value from http call + removed periodic checking status...
2017-11-23 Just check every ten seconds, no need to delay the entire thing by minutes for large imports
2017-11-23 Simplified error display slightly
2017-11-23 More logging and duplication-reduction