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
b2759df1f9
Disable redirections in HTTP based drivers
2025-02-16 18:03:17 +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
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
Jakub Vrana
60ad161178
PostgreSQL: Fix parsing of foreign keys with non-ASCII column names (thanks to Tomas Pecina)
2021-05-14 06:21:09 +02:00
Vladimír Dudr
f6880b59d6
Prevent adminer to consider MariaDB sequences being views
2021-03-03 11:17:32 +01:00
Jakub Vrana
72beecc0ab
PostgreSQL: Support UPDATE OF triggers (bug #789 ) and triggers with more events (OR)
2021-03-03 11:07:58 +01:00
Jakub Vrana
af1a908f56
Unsubstite constants (PHP 5 is now required)
2021-02-23 12:42:11 +01:00
Jakub Vrana
205305d6b5
Avoid PHP warnings with PDO drivers (bug #786 )
2021-02-23 12:33:30 +01:00
Jaume Barber
0e5f39042a
Update ca.inc.php
...
Minor ca translation corrections
2021-02-18 08:52:19 +01:00
Jakub Vrana
f94f29124a
Oracle: Fix column name in index (thanks to Shirai Takashi)
2021-02-18 08:44:56 +01:00
Jakub Vrana
28996e2286
PostgreSQL < 10 PDO: Avoid displaying GENERATED ALWAYS BY IDENTITY everywhere (bug #785 )
2021-02-15 18:33:19 +01:00
Jakub Vrana
7f8c93a6f1
SQLite: Fix displayed types (bug #784 )
2021-02-15 18:33:19 +01:00
Jakub Vrana
ff45b8f7a9
Save bytes
2021-02-15 18:33:19 +01:00
Konstantinos Megas
3a36112a10
Fixes greek language typos and translated strings
2021-02-15 15:40:35 +01:00
Jakub Vrana
e9e61fce26
MySQL: Allow moving views to other DB and renaming DB with views (bug #783 )
2021-02-12 11:49:35 +01:00
Jakub Vrana
5a1498d160
Use common code
2021-02-12 11:28:55 +01:00
Jakub Vrana
ccb7442d1b
Fix more PHP 8 warnings (bug #781 )
2021-02-12 09:53:20 +01:00
Takashi SHIRAI
eebda8695b
Oracle: Fix the bugs for indexes.
...
Signed-off-by: Takashi SHIRAI <shirai@nintendo.co.jp >
2021-02-12 09:08:56 +01:00
Jakub Vrana
b83c61fca3
Release 4.8.0
2021-02-10 17:21:55 +01:00
Jakub Vrana
3882bfaac1
Remove .inc extension from driver plugins
2021-02-10 11:43:56 +01:00
Jakub Vrana
29e2475b5a
Oracle: Use correct DB in db_size, fix typo (thanks to Shirai Takashi)
2021-02-10 11:15:18 +01:00
Jakub Vrana
fd1dd4ecf4
MongoDB: Alpha
2021-02-10 09:50:21 +01:00
Jakub Vrana
dc9e87dbd6
MongoDB: Prefer driver used in other functions
2021-02-10 09:45:34 +01:00
Jakub Vrana
66f335fb63
Save bytes
2021-02-09 20:42:25 +01:00
Jakub Vrana
574c07b8f5
MongoDB: Fix edit operations in select
2021-02-09 20:36:23 +01:00