IDG SERPRO

Results 63 issues of IDG SERPRO

To simulate: ``` plonecli create addon teste.teste cd teste.teste plonecli build bin/flake8 src src/teste/teste/tests/test_setup.py:3:1: I001 isort found an import in the wrong position src/teste/teste/tests/test_robot.py:2:1: I001 isort found an import in...

Only "addon" and "theme_package" add this. The idea is to to follow the concepts in https://github.com/plone/bobtemplates.plone/issues/383#issuecomment-493512288.

The problem is that the commit that gave the short names for behaviors in https://github.com/plone/plone.app.dexterity/commit/3ce7790965a054f9a3bada1628dd82ca2f724359#diff-c8b45814ea37ca1b5066572d772726cc comes in plone.app.dexterity 2.2.0, but Plone 4.3-latest, [right now, uses 2.0.19](http://dist.plone.org/release/4.3-latest/versions.cfg). So the added behaviors...

When creating a new profile, we need to edit: - configure.zcml with `

31 needs: help
03 type: feature (plip)
14 prio: low
41 lvl: easy

Since there's a `requirements.txt` in the buildout template, it would be nice to add instructions that are added to addons as well. Mayber other files, like LICENSE and such?

I created a package with plonecli, setting do Plone 4.3. Then, ran `plonecli build`. At the end of the buildout, I got: ``` # Required by: # collective.themesitesetup==2.1.2 zope.app.localpermission =...

04 type: enhancement
31 needs: help
14 prio: low
41 lvl: easy

I have in the beginning of `[buildout]` section: ``` # mr.developer settings: auto-checkout = * always-checkout = true versions = versions extensions = mr.developer ``` And then, next to `[sources]`...

In plonecli https://github.com/plone/plonecli#build-your-package we can use `plonecli build`. When creating a package, *using* plonecli, the `DEVELOP.rst` doesn't [state this possibility](https://github.com/plone/bobtemplates.plone/blob/55173e5196a5b442a649d0ea77d26e198b25eb40/bobtemplates/plone/addon/DEVELOP.rst). What about using "You can use plonecli to build your...

- Add translation plugin (https://www.npmjs.com/package/datatables.net-plugins); - Check if translation files are already included on plugin; - Pass the 'language' option ([as per datatable docs](https://datatables.net/plug-ins/i18n/)) in [the parameter to the Datatable...

In [Accessing and displaying related items](https://github.com/plone/training/blob/e235e8031dd6b68eba3dd52fe47a32afc0bcbae5/mastering-plone/relations.rst#accessing-and-displaying-related-items), it says: >We use :py:meth:`rel.to_path` and use the items path to query the catalog for its catalog-entry. This is much more efficient than using...