Moodle Plugins directory: Debug toolbar: Versions: 1.1.2 | Moodle.org
Debug toolbar
Local plugins ::: local_debugtoolbar
Maintained by
Julien Boulen
A plugin for developers that turns performance information into a toolbar.
Debug toolbar 1.1.2
Moodle 4.0, 4.1, 4.2, 4.3, 4.4
Released: dushanba, 16 oktabr 2023, 6:25 PM
local_debugtoolbar
Description
Inspired by the web debug toolbar of Symfony project, the local_debugtoolbar
reuses performance information from Moodle to display it in an always-visible toolbar at the bottom of the page.
Installation
cd /your/moodle/path
git clone https://github.com/DSI-Universite-Rennes2/moodle-local_debugtoolbar local/debugtoolbar
php admin/cli/upgrade.php
Configuration
After you have installed this local plugin, you should see a new option in the settings block:
Site administration -> Plugins -> Local plugins -> Debug toolbar
Screenshots
Reporting security issues
We take security seriously. If you discover a security issue, please bring it to their attention right away!
Please DO NOT file a public issue, instead send your report privately to foss-security@univ-rennes2.fr.
Security reports are greatly appreciated and we will publicly thank you for it.
Version information
- Version build number
- 2023101600
- Version release name
- 1.1.2
- Maturity
- Stable version
- MD5 Sum
- 62d031aa2f554d158abef922e2a6eb9b
- Supported software
- Moodle 4.0, Moodle 4.1, Moodle 4.2, Moodle 4.3, Moodle 4.4
- The more recent release 1.1.3 (2023101601) exists for Moodle 4.0
- The more recent release 1.1.3 (2023101601) exists for Moodle 4.1
- The more recent release 1.1.3 (2023101601) exists for Moodle 4.2
- The more recent release 1.1.3 (2023101601) exists for Moodle 4.3
- The more recent release 1.2.1 (2024100300) exists for Moodle 4.4
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS tag
- v1.1.2
Default installation instructions for plugins of the type Local plugins
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder in the "local" subdirectory.
- Visit http://yoursite.com/admin to finish the installation.