Re: Where to report and/or fork? (GenericSetup: Possible Bug in TarballImportContext)
Víctor Fernández de Alba <[email protected]>
| Newsgroups | gmane.comp.web.zope.plone.devel |
|---|---|
| Message-ID | <[email protected]> |
I've done a similar approach in ploneorg.migration: https://github.com/collective/ploneorg.migration Maybe it's helpful for you. Cheers, V. Sent from my iPhone > On 29 Jul 2015, at 10:32, Dylan Jay <[email protected]> wrote: > > >> On 29 Jul 2015, at 3:16 pm, Tobias Herp <[email protected]> wrote: >> >> Hi, >> >> I’m currently trying to build a tool to export parts of a Plone site (and include used resources from other parts of the object tree), based on collective.transmogrifier. Since it should be usable by “mortal users”, I want to export tarballs and import uploaded tarballs. > > BTW, I’ve been considering something similar but based collective.jsonify since I’m not sure about including transmogrifier in the plone core. > Possibly not just to allow export and import of tarballs but also syncing of two subhierachies such as http://pythonhosted.org/Products.ZSyncer/ used to do. > It would be even nicer if it played back content changes over time however like a proper replication system does so that you could retain history and redirections. > >> >> However, there seems to be a problem with the TarballImportContext (GenericSetup). >> >> In Products/GenericSetup/context.py, there are several comparisons of path[-1] to ‘/’, which must fail for empty strings (which are apparently a known special case). IMO, here the endswith method must be used. >> >> I couldn’t find a repo to fork (I looked at https://github.com/plone/, and I tried to “develop” via my buildout script), and I couldn’t find an issue tracker. >> >> Where can I fork this product, and where can I report the error? >> >> Thanks! >> >> Tobias >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Plone-developers mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/plone-developers > > > ------------------------------------------------------------------------------ > _______________________________________________ > Plone-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/plone-developers ------------------------------------------------------------------------------ _______________________________________________ Plone-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plone-developers