MySQL Management Script, PhpMyAdmin 5.2.3 Update & Maintenance Fixes#15
MySQL Management Script, PhpMyAdmin 5.2.3 Update & Maintenance Fixes#15geffen-tower wants to merge 6 commits into
Conversation
|
@diskyer Thanks for this, however the Regarding mysql-db-user-manager.sh, can you combine this into |
Hi @nntoan! Thanks for the feedback. I've updated the PR with the following changes:
You can review the latest changes here: 350f01e Looking forward to your thoughts! |
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
This PR adds small maintenance fixes to the DevilBox web config/theme, including a safer Redis password extraction step and some UI color adjustments (in support of the PhpMyAdmin update/compatibility work referenced in the description).
Changes:
- Adjusted custom CSS to set default text colors for table cells and the page body.
- Refactored Redis password extraction to avoid passing non-variables by reference.
Reviewed changes
Copilot reviewed 2 out of 4662 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| .devilbox/www/htdocs/assets/css/custom.css | Updates default text coloring for tables and body. |
| .devilbox/www/config.php | Refactors Redis password parsing to avoid end(end(...)) reference warnings. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
MySQL Management Script, PhpMyAdmin 5.2.3 Update (respect PHP 8.4)
Goal
DESCRIPTION
This PR includes the following changes:
1. MySQL Database & User Manager Script (inside
dvl.sh)new
./dvl.sh [command]2. PhpMyAdmin Update (v5.2.1 → v5.2.3)
.devilbox/www/3. Gitignore Improvements (
.gitignore)docker-compose.override*.dockerfile.zed,.obsidian