Download the PHP package arfaram/ezplatform-activities-log without Composer
On this page you can find all versions of the php package arfaram/ezplatform-activities-log. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download arfaram/ezplatform-activities-log
More information about arfaram/ezplatform-activities-log
Files in arfaram/ezplatform-activities-log
Package ezplatform-activities-log
Short Description UI Interface for several system activities and user history for eZ Platform Ibexa 4+
License GPL-2.0-only
Homepage https://github.com/arfaram/ezplatform-activities-log
Informations about the package ezplatform-activities-log
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.2Note 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.xNote 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
-
Activate the Bundle in
bundles.php
- Add
config/routes/ez_platform_activities_log.yaml
Validate mapping
Dump SQL
Create the database table
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:
or use parameters:
Default values are 15 for both.
Screenshots
- Note: Login history will be displayed after installing the bundle and first login
All versions of ezplatform-activities-log with dependencies
ibexa/core Version ^4.0
ibexa/admin-ui Version ^4.0
doctrine/orm Version ^2.12