netgen/ibexa-admin-ui-extra 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

netgen/ibexa-admin-ui-extra

Composer 安装命令:

composer require netgen/ibexa-admin-ui-extra

包简介

Netgen's extra Admin UI bits for Ibexa CMS

README 文档

README

Downloads Latest stable Ibexa

Netgen's extra Admin UI bits for Ibexa CMS implements an enhanced administration UI for Ibexa DXP that adds some missing features we loved from eZ Publish Legacy administration interface.

Installation & license

Install the package with composer require netgen/ibexa-admin-ui-extra. This will automatically enable the bundle, but will not enable the new interface in Ibexa Admin UI. To enable the interface, you need to set the design of admin_group siteaccess group to ngadmin, e.g.:

ibexa:
    system:
        admin_group:
            design: ngadmin

Next, import the routes into your project:

netgen_ibexa_admin_ui_extra:
    resource: '@NetgenIbexaAdminUIExtraBundle/Resources/config/routing.yaml'

Content URLs by Siteaccess

This package enhances the visibility of Content URLs by Siteaccess. URLs can be viewed in the administration interface under the URL tab within the Content view.

The package distinguishes between two types of URLs:

  1. Siteaccess URLs that reside within the configured Siteaccess Content tree.
  2. Siteaccess URLs that exist outside the configured Siteaccess Content tree.

By default, the overview of URLs outside the configured Content tree is disabled. To display these URLs, you need to enable this option in your configuration:

netgen_ibexa_admin_ui_extra:
    show_siteaccess_urls_outside_configured_content_tree_root: true

Queues Module

The extra Admin UI also introduces a Queues module, which provides a dedicated interface for viewing the number of pending messages in each configured Symfony Messenger transport.

With this module, you can:

  • View all available Messenger transports
  • See the count of pending messages per transport
  • Restrict access to the queues via Ibexa policies

Configuration

You can customize the queues feature in your configuration:

netgen_ibexa_admin_ui_extra:
    queues:
        enabled: true
        transports:
            - transport1
            - transport2

If Symfony Messenger is not installed, the Queues module is automatically disabled and won’t appear in the menu or routes.

Permissions

Access to the Queues module is restricted by Ibexa policies. To access the module, the user’s role must include the following policy:

  • Module: queues
  • Function: read

Users without this policy will not see the Queues menu item and will receive an an Access Denied exception if they try to access the page directly.

Licensed under GPLv2

netgen/ibexa-admin-ui-extra 适用场景与选型建议

netgen/ibexa-admin-ui-extra 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 1.09k 次下载、GitHub Stars 达 0, 最近一次更新时间为 2024 年 05 月 03 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 netgen/ibexa-admin-ui-extra 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 netgen/ibexa-admin-ui-extra 我们能提供哪些服务?
定制开发 / 二次开发

基于 netgen/ibexa-admin-ui-extra 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 1.09k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 27
  • 依赖项目数: 3
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 6
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-only
  • 更新时间: 2024-05-03