website
website copied to clipboard
phpMyAdmin's website generator
The website of phpMyAdmin sadly looks very outdated when we compare it with those others Open Source projects like Sequel Pro. https://www.sequelpro.com/
It might be useful to have support for metalink for downloads. The good thing on it is that it can include checksums and PGP signature for automated checking. The bad...
2) CSP Improvements (for WebSite) https://www.phpmyadmin.net/ return the following CSP header: content-security-policy: default-src 'self'; script-src 'self' 'unsafe-inline' https://www.google-analytics.com/; img-src 'self' https://www.google-analytics.com/ https://www.paypalobjects.com/; style-src 'self' 'unsafe-inline'; child-src 'none'; object-src 'none' 2.1)...
We should add management command, which would go through all links inside database and check them: - Report broken links - Report links which use http while they should use...
Followup for https://github.com/phpmyadmin/phpmyadmin/issues/12796. It would be nice to have release data and downloads on GitHub as well. Currently when somebody browses to https://github.com/phpmyadmin/phpmyadmin/releases he gets list of releases with links...
I had the motivation to refresh the phpMyAdmin website a bit, i.e. update Bootstrap, add darkmode and improve the design a bit. Not a complete redesign, but just nice little...
This pull request was originally mainly to fix the errors in the workflows caused by the missing migration. Then I noticed that the workflows were using outdated `checkout` and `setup-python`...
I see that the demo server no longer updates the versions to the latest commit, both `QA_5_2` and `master`.
This improves the phpMyAdmin website. It updates the layout, many of the pages and cleans everything up a bit. # Changes - Updated Bootstrap to 5.3.3, which supports color modes,...
``` File "/home/runner/work/website/website/files/models.py", line 417, in class Theme(models.Model): File "/home/runner/work/website/website/files/models.py", line 474, in Theme def supported_versions_list(self) -> list[str]: TypeError: 'type' object is not subscriptable ``` I have no idea on...