承接 arfaram/ezplatform-activities-log 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

arfaram/ezplatform-activities-log

最新稳定版本:v4.0.1

Composer 安装命令:

composer require arfaram/ezplatform-activities-log

包简介

UI Interface for several system activities and user history for eZ Platform Ibexa 4+

README 文档

README

GitHub tag (latest SemVer) Downloads License

Available also in premium version with more set of features: more infos

eZ Platform / Ibexa ActivitiesLog Bundle (open source)

This bundle allows you to log user and system events from the UI or using API. See screenshots.

It is a lightweight implementation compared to EdgarEzUIAuditBundle (!only for eZ Platform /Ibexa 2.x) which provide more details.

Requirement

Ibexa 4.x +

Note that this bundle is also available for eZ Platform 3.2. You have to require arfaram/ezplatform-activities-log:^3.2 and read the README file corresponding to version 3.2

Note that this bundle is also available for eZ Platform 3.0 and 3.1. You have to require arfaram/ezplatform-activities-log:^2.1 and read the README file corresponding to version 2.x

Note that this bundle is also available for eZ Platform 2.x. You have to require arfaram/ezplatform-activities-log:^1.0 and read the README file corresponding to version 1.x

Features

  • Content activities based on ibexa AfterEvent (* See limitations)
  • Current logged-in user activities
  • Activities on user level
  • Several policies to allow user the access to the activities panels
  • User Login History, see CHANGELOG file for more details or see screeshots below

Limitations

(*) in eZ Platform 2.x it was possible to trigger all API events based on MVCEvents::API_SIGNAL. The Signal provides an object and it was easy to serialize it and save it in the DB. Ibexa 3 introduces Before and After Events which provide several objects like content, contentInfo, VersionInfo etc. So it is no longer possible to serialize these objects anymore. On one hand it is easy to gather a lot of information from the several Events but on the other hand it makes the EventSubscriber implementation very long.

  • This version supports:
    • HideContentEvent
    • RevealContentEvent
    • CopyContentEvent
    • DeleteVersionEvent
    • DeleteContentEvent
    • CreateContentDraftEvent
    • UpdateContentEvent
    • PublishVersionEvent

Other Events will be added gradually :) Any contribution is welcome

Installation

composer require arfaram/ezplatform-activities-log
  • Activate the Bundle in bundles.php
EzPlatform\ActivitiesLogBundle\EzPlatformActivitiesLogBundle::class => ['all' => true],
  • Add config/routes/ez_platform_activities_log.yaml
ez_platform_activities_log:
    resource: "@EzPlatformActivitiesLogBundle/Resources/config/routing.yaml"
    prefix:   /

Validate mapping

 php bin/console doctrine:schema:validate

Dump SQL

php bin/console doctrine:schema:update --dump-sql

Create the database table

php bin/console doctrine:schema:update --dump-sql --force

Note: use doc/mysql.sql to create the DB activities_log table if you got some doctrine issues

Override pagination values

Add your pagination value to .env file:

# Activities menus(all, me)
ACTIVITIESLOG_PAGINATION_LIMIT=XX

#activity user tab menu in location view
ACTIVITIESLOG_USER_TAB_PAGINATION_LIMIT=XX

or use parameters:

parameters:
    env(ACTIVITIESLOG_PAGINATION_LIMIT): XX
    env(ACTIVITIESLOG_USER_TAB_PAGINATION_LIMIT): XX

Default values are 15 for both.

Screenshots

  • Note: Login history will be displayed after installing the bundle and first login

统计信息

  • 总下载量: 5.11k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-only
  • 更新时间: 2020-02-29