用于检查和操作上下文portlet分配的plone实用程序

collective.fgrcon.portletadmin的Python项目详细描述


collective.fgrcon.portletadmin允许查看plone站点中的所有portlet分配
或其子树。此外,它还提供了编辑、移动或删除任何单个portlet的链接。

请自行承担使用风险-使用前备份。它是为plone 5.1开发的。

功能

加载项提供了一个视图:@portlet admin,它可以附加到站点根目录或站点的任何子文件夹中。

  • it lists all portlet assignments on all containers within the selected range recursively
  • for each listed container it provides a link to view the container/page
  • for each existing portlet manager in the container it lists all assigned portlets
  • for each portlet listed there is:
    • a link to edit the portlet directly
    • a link to remove (delete) the portlet
    • an option to move the portlet assignment to a different portlet manager within the same or a different container. (when selecting a different target container the available portlet managers will be fetched via an AJAX call.)

示例/文档

  • See all portlet assignments of the whole site e.g.: http://Server/Plone/@@portlet-admin

    ./docs/screen-all-overview.jpg./docs/screen-all-detail.jpg
  • See all portlet assignments in Folder 1 an below only

    ./docs/screen-folder1.jpg

    Move Collection portlet from right portlets in /Plone/folder1/page1-in-folder-one to left-portlets in /Plone/folder1 (parent)

    ./docs/screen-move_portlet.jpg
  • Virtual Hosting

    The addon can handle something like http://1.2.3.4:8080/Plone and mapped this (rewritten) as http:/example.org

翻译

本产品仅提供英文版本,只是一个实用程序,不适用于最终用户。

安装

通过将collective.fgrcon.portletadmin添加到构建中来安装它:

[buildout]

...

eggs =
    collective.fgrcon.portletadmin

然后运行bin/buildout

支架

如果您有问题,请使用问题跟踪器

许可证

该项目是根据gplv2授权的。

贡献者

变更日志

1.2(2018-04-18)

1.0(2018-04-17)

  • 初次发布。 [fgrcon]

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java如何按顺序显示父节点属性值和关联的子节点属性值?   java Zip 2在Spring Webfux中的不同Mono   java Twitter oauth_签名创建   SpringBoot中未标识java自定义依赖项   如何使用Java访问netbeans中的json Post方法值   在Java中查找数字的位数之和   java Hibernate使用date where子句过滤单列数据   java Spring@ExceptionHandler未捕获AccessDeniedException   java如何知道bean是否有一些值   javavaadin谷歌描述   javafx如何修复“java未命名模块从y和z读取程序包x”   Java generictyped方法返回错误的类型   java Android从应用程序发送电子邮件崩溃电子邮件强制关闭   Java与C版本的相同算法   Java编程异常   java动态生成收据   java使用ACRCloud将音频记录保存在文件中   java在注册到web应用程序后激活帐户   Java数组删除最后存储的元素