Isaac Bennetch

Results 96 comments of Isaac Bennetch

It seems like no one is working on it. You could look at https://github.com/phpmyadmin/phpmyadmin/pull/13422 for some inspiration from the project that made many of the other pages responsive. This feature...

Thanks for bringing this up. There are several issues here that should be addressed. About the display of the binary field, I thought that was what the "Well Known Binary"...

On the Change password link from the main page and also on the User accounts tab where a super user can change anyone's password.

I suggest the 'employee data' database from https://dev.mysql.com/doc/index-other.html. It becomes rather large (mine claims to be 194 MiB). 'sakila' is another good choice but only around 6 MiB.

Is something like ``` use PhpMyAdmin\Response; require_once 'libraries/common.inc.php'; $response = Response::getInstance(); $response->getHeader()->disableMenuAndConsole(); $response->getFooter()->setMinimal(); $response->addHTML(var_dump($_SESSION)); ``` more like what you're after?

I'd love to release this for 5.2 if it could be updated.

Personally, I really like this theme. The icons are bold and the whole thing is appropriately dark. Anyway, I'm merging and releasing it. Thank you for your contribution and for...

I'd like to just add a dark theme to the full regular official release, which would of course also be included in the Docker image. We have three good candidates...

This falls squarely (and solely) on me. I should have created a new release some time ago. We are due for another release, so stay tuned.