![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
collective.updatelinksoncopy
Advanced tools
Update links to child objects in TextFields and ReferenceFields when an Archetypes based object is copied and pasted
A drop in package for Plone that improves the copy and paste operation of folder structures. Reference fields (e.g. relatedItems) and UID inline links in text fields are rewritten if they reference any of the content within the folder structure being copied so that they now link to the copied content.
the buildout in this package will create a test stub which can be run with::
./bin/test -s collective.updatelinksoncopy
See the doctests for more information of what this package does.
Edit buildout.cfg to point to either buildouts/buildout-plone3.cfg
or buildouts/buildout-plone4.cfg
. Don't forget to rerun
bootstrap.py with python2.4 or python2.6 for plone 3 and plone 4
respectively.
Initial development by Matt Halstead <matt@elyt.com>
__ sponsored by
Innovationz <http://www.innovationz.org>
__.
Addition of reference field handling by Matt Halstead <matt@elyt.com>
__ sponsored by
Informaat <http://www.informaat.nl/>
__.
This package requires Plone 3.x or later (tested on 3.3.x).
If you are using zc.buildout and the plone.recipe.zope2instance recipe
to manage your project, you can add collective.updatelinksoncopy
to the list of eggs to install, e.g.::
[buildout]
...
eggs =
...
collective.updatelinksoncopy
(If you are working with a version of Plone < 3.3 then you'll also need to install a ZCML slug.)
Gracefully handle unusual reference fields and missing uids.
Adjust tests to run with GenericSetup 1.6.3+
provide buildout for testing in plone 4 as well as 3
clean up use of field accessor/mutator in tests
update tests to work with plone 4
FAQs
Update links to child objects in TextFields and ReferenceFields when an Archetypes based object is copied and pasted
We found that collective.updatelinksoncopy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.