/DevDashboard

Developer Dashboard for Magento

Primary LanguagePHP

IntegerNet DevDashboard

Magento 1 extension: Provides an alternative admin dashboard for developers

Facts

Build Status Code Climate Test Coverage

Description

The extension adds a developer dashboard that you can choose as your start page for the admin panel. It contains the following widgets:

  • Cache control: View cache status, flush cache
  • Developer settings: View and set current developer settings
  • System information: Display PHP version and other system information
  • Patch information: Display applied and missing security patches (daily updated via http://tools.hypernode.com/)

Screenshot

Requirements

Compatibility

  • Magento CE 1.7.0.2 - Magento CE 1.9.2.4

Installation Instructions

  1. Add all files in to the Magento root or use modman to link them
  2. Clear the cache
  3. Log out admin user and log in again (if you don't have SSE AclReload installed)

Uninstallation

  1. Remove all extension files from your Magento installation

Test

To run the integration test suite, set up EcomDev PHPUnit and run from the Magento root:

phpunit --group IntegerNet_DevDashboard

Support

If you have any issues with this extension, open an issue on GitHub.

Contribution

Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.

Developer

Fabian Schmengler, integer_net GmbH (@fschmengler)

License

OSL - Open Software Licence 3.0

Copyright

Copyright (c) 2016 integer_net GmbH http://www.integer-net.com (@integer_net)


Used code to check for applied patches from Philwinkle_AppliedPatches

Copyright (c) 2015 Philwinkle LLC / Phillip Jackson (see source)