-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Package Request] Adminer 4.7.6 #3888
Comments
@DigitalBox98 did you remove the patch file to enable connection to embedded PostgreSQL - or is such a patch still required? |
I have applied the same patch again on this version but I haven't tested if it was OK without it :) |
@DigitalBox98 so you adapted the patch file for the current Version? Otherwise the patch cannot be applied due modified source file and the build would fail. |
yes correct it was adapted :) |
- update adminer to version 4.7.6 - use design "rmsoft_blue" due design "nette" is outdated - use design (adminer.css) from source package instead of download from git - add ui wizards to allow configuration of allowed networks in .htaccess - replace target dir 'share/adminer' by 'web' - use source package containing externals folder
@DigitalBox98 and the reason for this patch is written in the patch file:
|
@DigitalBox98 did you use the information in the wiki to connect to the internal postgresql? |
@DigitalBox98 in my PR I switched to a different adminer design. As you can see in your screenshot above, the links to select data from tables is missing the icon. It shows |
To connect to the internal postgresql, I have created an additional admin user (pgadmin) so that I can choose the correct password to have access to all the databases. This part is not included in the package :) |
* Update adminer #3888 - update adminer to version 4.7.6 - use design "rmsoft_blue" due design "nette" is outdated - use design (adminer.css) from source package instead of download from git - add ui wizards to allow configuration of allowed networks in .htaccess - replace target dir 'share/adminer' by 'web' - use source package containing externals folder * incorporate code review
Name: Adminer
Description: Propose Adminer to latest version 4.7.6
I got it working and connecting to embedded PostgreSQL. If someone is interested let me know (I only have an issue with git and the PR process: I have created a new branch for Adminer but this PR is mixed with a previous one (postgresql))
The text was updated successfully, but these errors were encountered: