silverstripe-archive / silverstripe-sitetreeimporter

SilverStripe SiteTree Importer Module
9 stars 10 forks source link

json data import and legacy url redirection #9

Closed mparkhill closed 9 years ago

mparkhill commented 9 years ago

Added optional support for loading data attributes to the imported pages through JSON encoded data.

Added optional support for redirecting legacy urls for each imported item, using the redirected urls module.

chillu commented 9 years ago

I've removed the LegacyURL stuff, its coupling together two modules which shouldn't really be coupled on that level - its quite easy to add this custom functionality in your Page, I've written it up as a recipe in README instead. Wanna review @mparkhill ?

mparkhill commented 9 years ago

@chillu looks good, I'm happy with that conscious decoupling