用于检查和操作上下文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调用AmazonAWSAPI?   Java中的渗流   java在dao端使用逻辑不是一个好的实践吗?   java Swing绘制网格。韦尔德结果   java如何设置PlusOneButton对话框的共享选项的默认文本   java如何在firebase存储中管理多个上载/下载?   java Wicket在多个位置显示相同的文本   java使用j2me通过蓝牙从一个手机向另一个手机发送短信   java为什么不让DialogWait框自动关闭?   java Visual Studio代码JDBC访问Derby数据库   在java中如何根据日期从文件夹中获取文件   java如何从数据库加载多个数据   java匿名类和同步以及“this”   java无法使用Selenium上载文件   java多线程JAXR调用parallelStream还是Futures?   获取要编译的Netbeans Java程序   java检查二叉树是否为有效BST的函数中的“min”和“max”是什么?   java有人能解释为什么这段代码只在构造函数中工作吗?   java如何将多种类型的用户重定向到各自的活动?