Jakub Vrana
6d4896e03c
JS: Add ESLint config
...
To use this: Create package.json and run:
npm install --save-dev eslint @eslint/js
2025-03-20 09:54:44 +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
287667d631
Designs: Link screenshots
2025-03-20 06:53:52 +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
c73bd1233e
Changelog for new plugins
2025-03-19 20:29:20 +01:00
Jakub Vrana
e6ead2d12c
New plugin: Allow switching light and dark mode ( fix #926 )
2025-03-19 20:20:43 +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
2dd32cf534
Plugin pretty-json-column: fix with enum ( fix #928 )
...
Also add syntax highlighting.
2025-03-19 18:22:57 +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
740a4b8b1c
Issue template: Use italics
2025-03-19 17:33:46 +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
Jakub Vrana
8f489da2bd
Tests MS SQL: Use default server
2025-03-19 17:29:42 +01:00
Jakub Vrana
3138b1de88
CockroachDB: not actually fixed
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
8019b9ae4d
Autoloaded plugins: Drivers work too
2025-03-19 05:14:41 +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
ea3da56b6d
Add plugins/plugin.php for backwards compatibility
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
06c15aa263
IMAP: Use db mail
2025-03-18 19:46:40 +01:00
Jakub Vrana
8a64fb16cd
IMAP: Use imap_num_msg()
2025-03-18 19:46:08 +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
Matrixman
8613f97948
New version of design rmSOFT
2025-03-18 15:43:50 +01:00