oxid-community/moduleinternals

Display module internals

Installs: 77 644

Dependents: 3

Suggesters: 0

Security: 0

Stars: 10

Watchers: 21

Forks: 12

Open Issues: 21

Type:oxideshop-module

3.1.0 2021-05-14 09:31 UTC

README

There is no active maintainance anymore.

Since OXID 6.2 it's recommend to use https://github.com/vanilla-thunder/oxid-module-devutils instead of module internals.

Oxid Module Internals

Internal OXID eShop 6 module system information and troubleshooting tools.

proudly presented by OXID Hackathon 2017 ;-)

Original module (for Oxid eShop 5.x/4.x) by Alfonsas Cirtautas.

Features

Codacy Badge Next Release Test Status

  • Display highlighted metadata file content.
  • Reset module related shop cache data.
  • Toggle module activation / deactivation
  • Compare and troubleshoot metadata vs internally stores data
    • Extended classes
    • Template blocks
    • Settings
    • Registered files
    • Registered templates
    • Version
    • Events
  • Console command to fix modules

Installation

composer require oxid-community/moduleinternals

Screenshot

OXID_moduleinternals

Compatibillity Map

oxid eshop module internals
6.0 ^2.0
6.1 ^2.0 || 3.0
6.2 Not yet supported !

Next Release Test Status|

Changelog

  • 2021-05-14 3.1.0 remove frontend translation files
  • 2020-06-16 3.0.0 better error output, using shopswitcher lib, improve compatibility for oxid console
  • 2020-01-09 3.0.0-alpha3 compatible with oe console and oxrun
  • 2019-12-19 3.0.0-alpha better compatibility with oxid 6.2
  • 2019-01-21 2.0.0 Option to disable blocks,autodiscover module version number from composer,automatic module state fix (when opening admin module list) with feedback, overview page with accordion, admin homepage warnings, improved logging, improved fixing, remove state from disabled modules, support for different console versions
  • 2018-12-12 1.5.2 avoid php warning if module namespace can not be found
  • 2018-11-23 1.5.1 avoid error when fixing deactive module that has controllers
  • 2018-11-23 1.5.0 do not scan deactivated modules
  • 2018-11-23 1.4.3 fix error (modullist not shown, if oxid console is not installed)
  • 2018-11-23 1.4.2 ** WARNING KNOWN BUG see 1.4.3 ** fix compatibility with console applications by supporting new command registration via services.yml
  • 2018-11-23 1.4.1 add compatibility code for oxrun
  • 2018-11-22 1.4.0 improve performance, added module:fix console command, fixed module controller check
  • 2018-11-21 1.3.0 Show blocks, case sensitive file exist checks, support legacy class names, warn when extending edition namespace, highlight modules with issues.
  • 2018-11-21 1.2.2 fix fixing extensions
  • 2018-11-14 1.2.1 migration support from 1.0.1
  • 2018-11-14 1.2.0 support metadata v2.1
  • 2018-09-13 1.1.0 add external module healthy status page
  • 2017-12-15 1.0.1 namespace, docblocks
  • 2017-12-09 1.0.0 module release

Related Projects

Oxid Console