Questions tagged [transmogrifier]

Transmogrifier is a framework for creating repeatable/shareable processes in Python with modules called blueprints, combined into a pipeline.

Transmogrifier is a framework for creating repeatable/shareable processes in Python with modules called blueprint, constructing a pipeline.

It was developed for and primarily used by Plone CMS developers/integrators to perform content migrations.

Useful links:

24 questions
1
vote
0 answers

How to set dates on content using a transmogrifier pipeline

I'm importing content to Plone using a transmogrifier pipeline and I need to set the dates (creation, effective and modification) on the items when creating them. The fields I'm trying to update are: creation_date, effective_date and…
hvelarde
  • 2,875
  • 14
  • 34
1
vote
1 answer

mr.migrator: wordpress2plone AttributeError: Context instance has no attribute 'getPhysicalPath'

I borrowed ideas from the configuration files at https://github.com/aclark4life/wordpress2plone/ to extend my Plone 4.3 buildout. The intention is to make it possible to import data that had been exported from a wordpress site into my Plone site.…
David Bain
  • 2,439
  • 1
  • 17
  • 19
1
vote
0 answers

Using mr.migrator and transmogrify.filesystem to import images (especially news items with images)

I'm looking at this example (https://github.com/aclark4life/mr_migrator_demo/tree/master/data), which mostly does what I need. What I'm not seeing is how to include images or news items with images. Would appreciates a few pointers in the right…
David Bain
  • 2,439
  • 1
  • 17
  • 19
1
vote
1 answer

Unauthorized exception when uploading contents in Plone with transmogrifier

When running a transmogrifier pipeline, and creating new objects, I get an Unauthorized exception on creating certain content types (for example "Document" - it is raised at plone.app.transmogrifier.atschemaupdater.py on this call:…
jsbueno
  • 99,910
  • 10
  • 151
  • 209
0
votes
1 answer

How to set title and publish content created by the transmogrifier folders section?

I'm using collective.transmogrifier.sections.folders pipeline section to create parent folders of content I'm importing into Plone. My problem is those folders are created without a title and are not being published. How can I solve that?
hvelarde
  • 2,875
  • 14
  • 34
0
votes
0 answers

Exporting Plone content: how to get the tarball created by quintagroup.transmogrifier.writer

I have a transmogrifier pipeline which exports a path from my Plone site (and is supposed to export all used resources which are stored in other parts of the site). The pipeline is pretty standard: [transmogrifier] pipeline = sitewalker …
Tobias
  • 2,481
  • 3
  • 26
  • 38
0
votes
0 answers

Export Plone content based on a catalog search (quintagroup.transmogrifier)

In my Plone 4 site, I have installed quintagroup.transmogrifier (I tried both release 0.5 and the bleeding-edge github version) and collective.transmogrifier 1.5. I found an example for an export based on a portal_catalog search here. I have the…
Tobias
  • 2,481
  • 3
  • 26
  • 38
0
votes
1 answer

Make quintagroup.transmogrifier work (version conflict, configuration_id) (Plone)

I'd like to use transmogrifier to copy a little excerpt of the one Plone 4 site to another. I followed the instructions in the quintagroup documentation, e.g. here. I added both collective.transmogrifier and quintagroup.transmogrifier to my…
Tobias
  • 2,481
  • 3
  • 26
  • 38
0
votes
0 answers

Quintagroup.transmogrifier problems with non-binary files

I was trying to export and import a Plone site with quintagroup.transmogrifier. I was having a bit of a problem with the File items: when the File item contained a binary file (like a zip or a png) the File item exported successfully. But when the…
albieback
  • 343
  • 1
  • 11
1
2