hypejunction / hypedbexplorer
DB explorer tool for Elgg
Installs: 220
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 0
Open Issues: 0
Type:elgg-plugin
Requires (Dev)
- composer/installers: >=1.0.8
This package is auto-updated.
Last update: 2024-10-29 04:19:56 UTC
README
Database explorer tool for Elgg. hypeDBExplorer collects Elgg entity information spread across multiple tables, and presents it in a human-readable format.
Screenshots
Dependencies
Install with composer:
{ "require": { "hypejunction/hypedbexplorer": "3.1.*" } }
Install bower dependencies:
bower install
Features
- jqGrid integration with real-time pagination and search
- Multi-column filtering
- Bulk user management (validate, ban, unban, disable, enable, delete)
- Bulk content management (disable, enable, delete)
- elgg_entities table joined with object, user, group, site attributes
- elgg_metadata table joined with metastring values
- Subgrid: owned entities
- Subgrid: contained entities
- Subgrid: river items
- Subgrid: entity attributes table
- Subgrid: access collections ownership and membership
- Subgrid: entity metadata and metadata ownership
- Subgrid: entity annotations and annotations ownership
- Subgrid: private settings
- Subgrid: entity relationships
- Popup grid view on any entity guid
- Multiple popups with highlighting
Credits / Acknolwedgements
- Uses the URL sniffer class by Steve Clay (ufcoe) - https://github.com/mrclay