Peter Knut
507f335371
Release 4.9.3
v4.9.3
2024-10-02 17:07:09 +02:00
Peter Knut
ea314b8103
Hide invalid edit form if table record is not found
2024-10-02 09:35:59 +02:00
Peter Knut
e250470768
PostgreSQL: Fix editing record that contains a field with GENERATED ALWAYS default value
...
Fields with GENERATED ALWAYS default values are also disabled.
Thanks to PurpleTape (https://github.com/adminerevo/adminerevo/issues/201 ).
2024-10-02 00:29:24 +02:00
Peter Knut
2fa42d50eb
Fix using undefined Min_DB::info property
2024-10-01 23:37:07 +02:00
Peter Knut
a366b7af09
MySQL: Fix editing user's proxy privilege, refactoring
...
- Uncheck all other priviledges if 'All privileges' is checked.
- Refactor related functions.
2024-10-01 23:22:26 +02:00
Peter Knut
b039a39e4d
Bigger font size for code blocks
2024-10-01 09:07:21 +02:00
SeaEagle
08e48c8641
MySQL: Fix where clause for JSON column
...
Issue: https://github.com/adminerevo/adminerevo/issues/175
2024-10-01 09:06:20 +02:00
Peter Knut
78c2041cfd
Fix background color of <pre> used as edit field
2024-10-01 00:33:47 +02:00
Peter Knut
5d7c5fa268
Do not include unchanged PARTITION BY definition into ALTER TABLE query
2024-09-22 00:33:55 +02:00
Peter Knut
8f1db4cf6f
Add helper methods for dumping variable to the output
2024-09-21 22:34:38 +02:00
Peter Knut
9daa88acca
MariaDB: Fix comparing CURRENT_TIMESTAMP definition while altering a table
2024-09-21 22:20:08 +02:00
Peter Knut
aa519b78ca
MySQL, PostgreSQL: Fix queries splitting and string constants
...
Thanks to alxivnov (https://github.com/vrana/adminer/pull/490 ).
2024-09-21 09:28:50 +02:00
Michael Graß
aee800efed
Do not limit unlimited memory, fix number conversion warning
2024-09-20 22:28:46 +02:00
Peter Knut
06d0f957d5
Bump version to 4.9.3-dev
2024-09-18 10:57:48 +02:00
Peter Knut
3f0bc24e01
Release 4.9.2
v4.9.2
2024-09-18 09:50:35 +02:00
Peter Knut
4863f48d33
Basic JS code cleanup
2024-09-18 09:39:17 +02:00
Peter Knut
9ea8f44919
Fix undefined property in error message if driver does not support error number
2024-09-18 00:46:34 +02:00
khoazero123
fa791b5461
PostgreSQL: Fix exporting CREATE TABLE with sequence default value
2024-09-18 00:31:15 +02:00
Roy-Orbison
203162b203
Function to retrieve driver name
...
Plugins cannot access $drivers global after compilation.
2024-09-18 00:27:02 +02:00
Peter Knut
e4e76b6384
PostgreSQL: Allow to set connection's sslmode with AdminerLoginSsl plugin
...
Thanks to wodka (https://github.com/vrana/adminer/pull/427/files )
2024-09-18 00:27:02 +02:00
Peter Knut
353cd452a3
PostgreSQL: Fix exporting CREATE TABLE query with GENERATED default values
...
Thanks to GottfriedCP (https://github.com/adminerevo/adminerevo/issues/157 )
2024-09-18 00:27:02 +02:00
Peter Knut
5bc4ac6c18
Merge branch 'editor-search-fix'
2024-09-17 15:46:51 +02:00
Peter Knut
aec8275502
Editor: Fix searching in tables
...
Thanks to ytetsuro (https://github.com/vrana/adminer/pull/473 )
2024-09-17 15:46:36 +02:00
Peter Knut
7d5077e687
Cleanup the code for searching
2024-09-17 15:36:02 +02:00
Peter Knut
91d0d8538f
MySQL: Do not show 'empty' enum value in strict mode
2024-09-10 23:47:06 +02:00
Peter Knut
2439369143
PostreSQL: Fix search condition for network address types, add macaddr8 type
...
This fixes issue https://github.com/adminerevo/adminerevo/issues/115
2024-09-10 10:27:59 +02:00
Peter Knut
d5bce9b3e9
PostreSQL: Fix search fields configuration
...
Regression from 4.9.
2024-09-10 08:28:18 +02:00
Peter Knut
b42762e4dc
Remove hardcoded textarea height
2024-09-09 23:54:51 +02:00
Peter Knut
695a720403
Bump version to 4.9.2-dev
2024-09-09 23:53:50 +02:00
Peter Knut
e6fdf2b400
Release 4.9.1
v4.9.1
2024-09-09 10:30:14 +02:00
Peter Knut
b542b6613c
PostgreSQL: Fix undefined properties on PHP 8
...
Thanks to FrancoisCapon (https://github.com/vrana/adminer/pull/429 )
2024-09-08 23:22:44 +02:00
Peter Knut
374b8ed6a6
PostgreSQL: Fix documentation link for SERIAL type
...
Thanks to leggiero (https://github.com/vrana/adminer/pull/432 )
2024-09-08 23:01:47 +02:00
Michal Paulovic
58cca3f951
MySQL: Add unix_timestamp to functions
2024-09-08 23:01:46 +02:00
caltong
5eecb8e6a3
PostgreSQL: Make data length calculation more accurate
2024-09-08 22:28:06 +02:00
Thomas Daniels
0d0936550c
PostgreSQL: Show only accessible databases
2024-09-08 01:02:49 +02:00
Peter Knut
c4ed9500a1
Add support for translations in plugins
2024-09-07 22:54:04 +02:00
Peter Knut
0863766970
Replace deprecated <acronym> with <abbr>
2024-09-07 22:53:18 +02:00
Peter Knut
146a24efad
AdminerLoginOtp: Autocomplete hints for OTP input field, code refactoring
...
Tanks to SGCBB (https://github.com/vrana/adminer/pull/488 )
2024-09-07 22:53:08 +02:00
Sneda8
00b9fbda08
PHP 8.3 error suppression
...
PHP 8.3 has shortened the array access on null error message to "Trying to access array offset on null". This commit changes the regular expression used to circumvent errors.
2024-09-06 00:33:53 +02:00
Peter Knut
8ea329538f
Improved displaying of long table names in menu
2024-09-03 00:34:00 +02:00
Peter Knut
a3428cc7ff
Fix compiling jush external files
2024-09-02 23:18:44 +02:00
Peter Knut
2a01969c96
Add .editorconfig file
...
Thanks to cweiske (https://github.com/adminerevo/adminerevo/pull/163 ).
2024-08-26 00:56:10 +02:00
Peter Knut
9b8d14c3ee
Refactor and fix the plugin AdminerEditForeign
...
Thanks to Amunak (https://github.com/adminerevo/adminerevo/pull/86 ).
2024-08-25 23:48:02 +02:00
Peter Knut
2ce88d9bdc
Fix field selection in Elasticsearch
...
Thanks to cweiske: https://github.com/adminerevo/adminerevo/pull/159
2024-08-25 22:14:50 +02:00
Peter Knut
593c8e5bcc
Bump version to 4.9.1-dev
2024-08-21 00:07:57 +02:00
Peter Knut
a134193afa
Release 4.9
v4.9
2024-08-21 00:07:57 +02:00
Peter Knut
8a60243459
Add script for exporting compiled adminer variants
2024-08-21 00:07:55 +02:00
Peter Knut
b94636f8a7
Properly set PHP required version
2024-08-20 23:58:16 +02:00
Peter Knut
47ccfa2a2e
Avoid showing version on login page (and css/js version)
...
Thanks to MisterDuval (https://github.com/adminerevo/adminerevo/pull/180 )
2024-08-20 23:58:16 +02:00
Adrian Jones
949b39b191
Fix uninitialized string offset
...
This can happen if you include an unpaired single or double quote, eg: SELECT * FROM table_name WHERE field_name = 'test
2024-08-20 23:58:16 +02:00