Peter Knut
d8f1521b60
PostreSQL: Fix search condition for network address types, add macaddr8 type
...
This fixes issue https://github.com/adminerevo/adminerevo/issues/115
2025-02-19 11:16:38 +01:00
Peter Knut
cb6e2f9a86
Bump version to 4.9.2-dev
2025-02-19 11:16:37 +01:00
Peter Knut
4824c578bf
Release 4.9.1
2025-02-19 11:16:37 +01:00
Jakub Vrana
f4607d763c
Ignore undefined property PHP warning
2025-02-19 11:16:37 +01:00
Peter Knut
12293ce215
PostgreSQL: Fix documentation link for SERIAL type
...
Thanks to leggiero (https://github.com/vrana/adminer/pull/432 )
2025-02-19 11:16:37 +01:00
caltong
c47d933ab0
PostgreSQL: Make data length calculation more accurate
2025-02-19 11:16:37 +01:00
Thomas Daniels
6e6785ebc4
PostgreSQL: Show only accessible databases
2025-02-19 11:16:37 +01:00
Peter Knut
6d848bf165
Replace deprecated <acronym> with <abbr>
2025-02-19 11:16:37 +01:00
Peter Knut
2189947c43
AdminerLoginOtp: Autocomplete hints for OTP input field, code refactoring
...
Tanks to SGCBB (https://github.com/vrana/adminer/pull/488 )
2025-02-19 11:16:37 +01:00
Sneda8
b6f9f58712
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.
2025-02-19 11:16:36 +01:00
Peter Knut
fdeb9557cd
Improved displaying of long table names in menu
2025-02-19 11:16:36 +01:00
Peter Knut
11e1290b5b
Add .editorconfig file
...
Thanks to cweiske (https://github.com/adminerevo/adminerevo/pull/163 ).
2025-02-19 11:16:36 +01:00
Peter Knut
ac9fd04f87
Fix field selection in Elasticsearch
...
Thanks to cweiske: https://github.com/adminerevo/adminerevo/pull/159
2025-02-19 11:16:36 +01:00
Peter Knut
2128c05e53
Bump version to 4.9.1-dev
2025-02-19 11:16:36 +01:00
Peter Knut
550db0691e
Release 4.9
2025-02-19 11:16:36 +01:00
Adrian Jones
4484f5f620
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
2025-02-19 11:16:36 +01:00
Denitz
c2f8ccc8d8
Skip dump of generated columns
2025-02-19 11:16:36 +01:00
Peter Knut
bd279b2758
Update changes.txt
2025-02-19 11:16:36 +01:00
Peter Knut
76575a95f1
Move Elastic drivers to plugins, driver for Elastic 7+ is the default
2025-02-19 11:16:35 +01:00
Peter Knut
95bab4c077
Modify tables hierarchy for Elasticsearch 7
...
- Properly display list of databases, indexes, aliases and fields.
- Fix search and delete queries.
2025-02-19 11:16:35 +01:00
Peter Knut
e85af88227
New Elasticsearch 7 plugin as a copy of the old one
2025-02-19 11:16:35 +01:00
Peter Knut
c6bb98ad22
Improve code readability by using of empty lines
2025-02-19 11:16:35 +01:00
Peter Knut
2a0f17b6d9
Compatibility with Elasticsearch 7.14
...
- Removed empty body from requests.
- Fix deleting records.
2025-02-19 11:16:35 +01:00
Peter Knut
dc1ad9e8ed
Fix global search in all tables
2025-02-19 11:16:35 +01:00
Peter Knut
1270748f74
Fix version condition for deprecated mapping types
...
Mapping types are still supported in version 6, but only one mapping type can be created.
In version 7, mapping types are deprecated and there is only one system '_doc' mapping type.
See: https://www.elastic.co/guide/en/elasticsearch/reference/6.0/removal-of-types.html
2025-02-19 11:16:35 +01:00
Peter Knut
266fda37a1
Fix searching if "anywhere" field is selected
...
- Allow to search only in fields with index.
2025-02-19 11:16:35 +01:00
Peter Knut
1f14ab470f
Replace deprecated "filtered" query with "bool" query
...
- Allow to choose "must", "should", "must_not" condition.
- Add system "_id" column to the field list. So it can be used in search condition.
2025-02-19 11:16:35 +01:00
Peter Knut
501234c2d1
Fix undefined $sql variable
2025-02-19 11:16:34 +01:00
Peter Knut
197ab976b8
Update changes.txt
2025-02-16 18:03:17 +01:00
Peter Knut
b2759df1f9
Disable redirections in HTTP based drivers
2025-02-16 18:03:17 +01:00
Peter Knut
de07f00ccb
Bump version to 4.9.0-dev
2025-02-16 18:03:16 +01:00
Peter Knut
031d2c6a34
Make jush and JsShring submodules available
2025-02-16 18:03:16 +01:00
Lucas Sandery
e2810adc05
Allow responsive styles on larger devices
...
and fix a media query.
Signed-off-by: Lucas Sandery <lucas-sandery@users.noreply.github.com >
(cherry picked from commit 4b0b011b93f9b684e5ab81f493f239f478fc3f2b)
2025-02-16 18:03:16 +01:00
Peter Knut
baeeb362f7
Fix and complete Slovak translation
2025-02-16 18:03:16 +01:00
Lukáš Rajchl
347ac77bab
Update Czech translation
...
(cherry picked from commit 7338eadd7c
)
2025-02-16 18:03:16 +01:00
Anastasia
6b9eb3f446
Update Russian translation
...
(cherry picked from commit 33fcfbc13b
)
2025-02-16 18:03:16 +01:00
Gerry Demaret
f58b13e994
Update Dutch translation
...
(cherry picked from commit 6024d73ae6
)
2025-02-16 18:03:16 +01:00
Lionel Laffineur
fe295bc78a
Update French and Italian translations
...
(cherry picked from commit 496ab9a262
)
2025-02-16 18:03:09 +01:00
Hossain Ahmed Saiman
b39469eb9f
Bangla language corrections
...
Some informal words has been replaced with formal words. Some incorrect words has been corrected.
(cherry picked from commit a4ebae8706
)
(cherry picked from commit 965598b640
)
2025-02-15 14:05:39 +01:00
@krysits.COM
20684a5166
Add Latvian language translation
...
(cherry picked from commit fad4ce785b
)
2025-02-15 14:04:34 +01:00
Roy-Orbison
2c8dbf49cc
Fix misaligned inputs
...
Signed-off-by: Roy-Orbison <Roy-Orbison@users.noreply.github.com >
(cherry picked from commit 2717333789
)
2024-03-15 23:02:41 +01:00
Linus Törngren
88647b93e4
Improved spelling.
2021-05-23 13:40:36 +02:00
Jakub Vrana
b8c5eec46d
MS SQL: Support [ in udf_unescape
2021-05-23 12:50:14 +02:00
Jakub Vrana
dadbb37f00
PostgreSQL: Don't reset table comments
2021-05-23 11:45:57 +02:00
Jakub Vrana
ea1acfc8bc
Preventively escape name
2021-05-23 11:38:51 +02:00
Jakub Vrana
2dd65f0c0f
Support multi-line table comments
2021-05-23 11:38:04 +02:00
Jakub Vrana
473f7264f8
PostgreSQL: Use separator in limit1
2021-05-23 11:08:29 +02:00
Benjamin Cremer
db01282e29
Use ST_SRID() in mysql driver for MySQL 8
...
`SRID()` is no longer available in MySQL 8 and has been replaced with `ST_SRID`
2021-05-23 09:45:55 +02:00
Jakub Vrana
1f173e18bd
Release 4.8.1
v4.8.1
2021-05-14 07:39:59 +02:00
Jakub Vrana
4043092ec2
Escape link in doc_link (bug #797 )
2021-05-14 07:12:44 +02:00