hypejunction/hypedbexplorer

DB explorer tool for Elgg


Keywords
database, plugin, elgg, developers, bulk actions
License
GPL-2.0

Documentation

hypeDBExplorer

Database explorer tool for Elgg. hypeDBExplorer collects Elgg entity information spread across multiple tables, and presents it in a human-readable format.

Screenshots

alt text alt text

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