Peter Knut
09720b31f1
Remove hardcoded textarea height
2025-03-20 15:26:06 +01:00
Jakub Vrana
0e28daac55
Multi-edit: Increase size of textarea
2025-03-20 15:19:32 +01:00
Jakub Vrana
3eb478b65a
CSS: Fix adminer.css recognition (includes version)
2025-03-20 14:50:58 +01:00
Jakub Vrana
bcd5164e2f
Plugins: Handle autoloading errors
2025-03-20 14:33:17 +01:00
Jakub Vrana
cd686c7a1e
CSS: Light background in dark bold error
2025-03-20 14:33:17 +01:00
Jakub Vrana
1f5a7fa717
JS: Use arrow functions
...
All function () {} left in the code reference `this` and thus couldn't use arrow functions.
2025-03-20 10:35:08 +01:00
Jakub Vrana
5ef77ec399
JS: Fix typo after def9e07
2025-03-20 09:17:04 +01:00
Jakub Vrana
62c18efbd5
JS: Use let/const for globals
2025-03-20 08:59:07 +01:00
Jakub Vrana
101229043e
JS: Use let/const in spaghetti code
2025-03-20 08:58:48 +01:00
Jakub Vrana
0e21106e48
JS: Change var to let/const
...
Created by `eslint . --fix` with rules no-var and then prefer-const.
2025-03-20 08:32:23 +01:00
Jakub Vrana
f16a6d415a
JS: Style issues
2025-03-20 08:03:54 +01:00
Jakub Vrana
11699223df
JS: Remove outdated check
2025-03-20 07:39:21 +01:00
Jakub Vrana
7c75d3f86c
JS: Remove unnecessary escape
2025-03-20 07:26:17 +01:00
Jakub Vrana
ef4c340cc2
PostgreSQL 11: Support PROCEDURE
2025-03-19 22:43:40 +01:00
Jakub Vrana
f2a5d5127a
Display collation at table structure if different from table
2025-03-19 22:42:02 +01:00
Jakub Vrana
889ffe28c7
JS: Add missing function
2025-03-19 22:04:30 +01:00
Jakub Vrana
5f6aa1e267
JS: Depend on JSON
2025-03-19 21:51:25 +01:00
Jakub Vrana
def9e07831
JS: Use for..of
2025-03-19 21:51:23 +01:00
Jakub Vrana
4802389ce6
Delete stale comment after 3eba731
2025-03-19 19:21:22 +01:00
Takashi SHIRAI
7845b70d7d
Modify the Japanese messages.
...
Signed-off-by: Takashi SHIRAI <shirai@nintendo.co.jp >
2025-03-19 18:38:54 +01:00
Takashi SHIRAI
9f8344e53c
Fix the uncaught exception because of namespace.
...
Signed-off-by: Takashi SHIRAI <shirai@nintendo.co.jp >
2025-03-19 18:35:32 +01:00
Jakub Vrana
0b063262ee
Remove ns= from auth_url
2025-03-19 17:53:26 +01:00
Peter Knut
458d07122f
Bigger font size for code blocks
2025-03-19 17:45:31 +01:00
Jakub Vrana
6be1e1c069
Plugins: Fix displaying with legacy AdminerPlugin
2025-03-19 17:29:42 +01:00
Jakub Vrana
b861500910
Make Adminer\Plugins visible for adminer_object
2025-03-19 17:29:42 +01:00
Jakub Vrana
eca176f362
MS SQL: Fix collation issues when retrieving default values
...
I was getting this error:
Error in query (4189): Cannot convert to text/ntext or collate to 'Czech_100_CI_AI_SC_UTF8' because these legacy LOB types do not support UTF-8 or UTF-16 encodings. Use types varchar(max), nvarchar(max) or a collation which does not have the _SC or _UTF8 flags.
This reverts part of a2adb67
.
2025-03-19 17:29:42 +01:00
Matthaiks
e723158bbf
Update Polish translation
2025-03-19 17:29:31 +01:00
Jakub Vrana
feed6e4488
PostgreSQL: Use language sql when creating routines by default
2025-03-19 06:49:48 +01:00
Jakub Vrana
9b345fbafb
CockroachDB: Do not use version number when linking docs
2025-03-19 06:49:48 +01:00
Jakub Vrana
ca30d04575
PostgreSQL: Display shorter version (regression from 5.0.5)
2025-03-19 06:49:48 +01:00
Jakub Vrana
b4e41f5e4b
CockroachDB: Pass param length to routine drop ( cockroachdb/cockroach#142886 )
2025-03-19 06:49:30 +01:00
Jakub Vrana
8979baca28
Remove forgotten newline
2025-03-19 05:45:22 +01:00
Jakub Vrana
7fec2992d9
Autoloaded plugins: Use in Editor
2025-03-19 05:08:24 +01:00
Jakub Vrana
df98f2453d
Plugins: Load config from adminer-plugins.php
2025-03-19 05:05:42 +01:00
Jakub Vrana
eb1d8d5468
Display loaded plugins
2025-03-18 22:30:51 +01:00
Jakub Vrana
41dabfb4f2
Plugins: Autoload plugins in adminer-plugins/
2025-03-18 22:30:49 +01:00
Jakub Vrana
ff0fe92c00
Add forgotten space
2025-03-18 19:51:25 +01:00
Jakub Vrana
bda53f0734
CSS: Allow more custom styles with dark mode ( fix #925 )
2025-03-18 17:49:33 +01:00
Jakub Vrana
bc9de24d77
Add helper for <input type=hidden>
2025-03-18 17:15:10 +01:00
Jakub Vrana
9cfea02e19
Avoid excessive PHP and HTML mixing
2025-03-18 16:45:15 +01:00
Jakub Vrana
eeb78d7e48
Vendor display: Do not overwrite PostgreSQL by MySQL at the same server
2025-03-18 16:30:23 +01:00
Jakub Vrana
751405e006
- PostgreSQL: Avoid warning about crdb_version ( fix #924 , regression from 5.0.5)
2025-03-18 16:20:44 +01:00
Jakub Vrana
3fb6cac361
PostgreSQL: Display description of system variables
2025-03-18 16:00:21 +01:00
Jakub Vrana
a3d1ab34bb
Move engines() to Driver
2025-03-18 13:41:24 +01:00
Jakub Vrana
1c5a192cb5
Add forgotten colon
2025-03-18 12:57:29 +01:00
Jakub Vrana
336fdaf09c
Revert "Table-less drivers: Hide Create table link"
...
This reverts commit 841f76fb00
.
This reverts commit 8fed1523ec
.
2025-03-18 12:55:30 +01:00
Jakub Vrana
8fed1523ec
Table-less drivers: Hide Create table link
2025-03-18 11:35:15 +01:00
Jakub Vrana
5069e5a400
JSON: Remove unnecessary escape
2025-03-18 11:15:03 +01:00
Jakub Vrana
33b69ed82b
Edit: prefer JSON over text
2025-03-18 11:12:07 +01:00
Jakub Vrana
4e4f280061
Table-less drivers: display empty field only without fields()
2025-03-18 11:00:57 +01:00