Jakub Vrana
|
595c228175
|
AdminerCodemirror: Use jsDelivr by default
|
2025-03-31 20:17:30 +02:00 |
|
Jakub Vrana
|
058a9ec2ce
|
Tests: Add comment
|
2025-03-31 19:42:34 +02:00 |
|
Jakub Vrana
|
7f6ae00b0d
|
AdminerSqlGemini: Empty query
|
2025-03-31 19:37:27 +02:00 |
|
Jakub Vrana
|
cfde891ea4
|
Unify textarea highlighting
|
2025-03-31 19:30:23 +02:00 |
|
Jakub Vrana
|
63ab8561be
|
Auth: Set token after unsuccessful login
Broken by d59830c
|
2025-03-31 18:40:18 +02:00 |
|
Jakub Vrana
|
5b095e9f4e
|
SQL: Stop session
|
2025-03-31 18:39:02 +02:00 |
|
Jakub Vrana
|
b2fb3587fd
|
AdminerForeignSystem: Add more views
|
2025-03-31 18:38:46 +02:00 |
|
Jakub Vrana
|
5cfd3f422c
|
Select: Align numeric null right
|
2025-03-31 17:14:02 +02:00 |
|
Jakub Vrana
|
eb6b23e014
|
Fix type when missing $field
This happens e.g. for INNODB_BUFFER_PAGE.IS_STALE which is undeclared but returned.
|
2025-03-31 17:07:27 +02:00 |
|
Jakub Vrana
|
10bc856ebe
|
Call static method
|
2025-03-31 12:35:45 +02:00 |
|
Jakub Vrana
|
7dd214a03c
|
Use a helper
|
2025-03-31 12:24:27 +02:00 |
|
Jakub Vrana
|
2504ea23c4
|
Tests: Fix MySQL PDO
|
2025-03-31 11:23:43 +02:00 |
|
Jakub Vrana
|
e6c0c8ab6b
|
Fix type of select_db()
|
2025-03-31 11:08:37 +02:00 |
|
Jakub Vrana
|
366342985d
|
Tests: Fix generating PDO after c7140c2
|
2025-03-31 10:50:17 +02:00 |
|
Jakub Vrana
|
27c688b902
|
SQLite: Do not return unrelated auto_increment
|
2025-03-31 10:42:53 +02:00 |
|
Jakub Vrana
|
41964badb0
|
SQLite: Fix type of $auto_increment
|
2025-03-31 10:42:30 +02:00 |
|
Jakub Vrana
|
c76b4f1805
|
Update PhpShrink
|
2025-03-31 10:23:03 +02:00 |
|
Jakub Vrana
|
1b52d3a975
|
Localize help links
|
2025-03-31 10:18:17 +02:00 |
|
Jakub Vrana
|
695ce8c4da
|
Use Lang::$translations instead of $translations
|
2025-03-31 10:18:14 +02:00 |
|
Jakub Vrana
|
30a8c4caca
|
MS SQL: Fix type
|
2025-03-31 10:09:31 +02:00 |
|
Jakub Vrana
|
21347e6ef5
|
Initialize optional variable
|
2025-03-31 10:09:31 +02:00 |
|
Jakub Vrana
|
f2871266ad
|
Tests: Fix
|
2025-03-31 10:09:31 +02:00 |
|
Jakub Vrana
|
79bebe77ba
|
AdminerForeignSystem: Support new tables
|
2025-03-31 10:09:30 +02:00 |
|
Jakub Vrana
|
007c97d0d2
|
Fix converting long values to unique_idf
Found by PHP error: Trying to access array offset on null
|
2025-03-31 10:09:30 +02:00 |
|
Jakub Vrana
|
b50d19629f
|
PHPStan: Use int for $limit
|
2025-03-31 10:09:30 +02:00 |
|
Jakub Vrana
|
016c1b2357
|
PHPStan: Fix types
|
2025-03-31 10:09:30 +02:00 |
|
Jakub Vrana
|
c05b1ac048
|
Tests: Add screenshots
|
2025-03-31 10:09:30 +02:00 |
|
Jakub Vrana
|
c64ee3d907
|
PostgreSQL: Fix login
|
2025-03-31 10:09:30 +02:00 |
|
Jakub Vrana
|
b64c80acc9
|
Schema: Reduce precision to pixels
|
2025-03-31 10:09:30 +02:00 |
|
Matrixman
|
fa22df0d7f
|
New version of design rmSOFT
New version of design rmSOFT
|
2025-03-31 10:09:30 +02:00 |
|
Jakub Vrana
|
a93e4cb694
|
Return Db from connection()
It's not a real type declaration because compile.php passes stdClass here.
|
2025-03-31 10:09:30 +02:00 |
|
Jakub Vrana
|
7ee6f4f7ac
|
Move connect() to Driver
|
2025-03-31 10:09:30 +02:00 |
|
Jakub Vrana
|
992561f75e
|
Add comment
|
2025-03-31 10:09:30 +02:00 |
|
Jakub Vrana
|
65fd673d05
|
Remove ignored errors
|
2025-03-31 10:09:30 +02:00 |
|
Jakub Vrana
|
4b262ededa
|
Remove unnecessary braces
|
2025-03-31 10:09:29 +02:00 |
|
Jakub Vrana
|
0d67bd9eb8
|
Update docs
|
2025-03-31 10:09:29 +02:00 |
|
Jakub Vrana
|
9b6943d5af
|
Add helper for $connection2
|
2025-03-29 22:21:18 +01:00 |
|
Jakub Vrana
|
291ae7f1ac
|
Fix types of $connection2
|
2025-03-29 22:17:16 +01:00 |
|
Jakub Vrana
|
712d96b22c
|
Use connection() instead of $connection
|
2025-03-29 22:10:20 +01:00 |
|
Jakub Vrana
|
168ea5ae6d
|
Use driver() instead of $driver
|
2025-03-29 22:05:31 +01:00 |
|
Jakub Vrana
|
845445baad
|
Use adminer() instead of $adminer
|
2025-03-29 21:43:29 +01:00 |
|
Jakub Vrana
|
87f149ce1d
|
Move HTML function, fix types
|
2025-03-29 18:10:32 +01:00 |
|
Jakub Vrana
|
79f5280f3d
|
AdminerCodemirror: Simplify code
|
2025-03-29 17:50:43 +01:00 |
|
Jakub Vrana
|
82450b1ad2
|
Changelog: Use bullets
|
2025-03-29 17:00:15 +01:00 |
|
Jakub Vrana
|
eeb13253a8
|
Add comment
|
2025-03-29 16:25:35 +01:00 |
|
Jakub Vrana
|
6a3161cd49
|
Fix type of permanentLogin()
|
2025-03-29 15:21:25 +01:00 |
|
Jakub Vrana
|
141db3cb8d
|
Add comment
|
2025-03-29 15:17:39 +01:00 |
|
Jakub Vrana
|
fd1661d811
|
Doc: Move type stripping
|
2025-03-29 15:01:51 +01:00 |
|
Jakub Vrana
|
6ea34e3b9a
|
CSS: Add --fg color
|
2025-03-29 14:51:25 +01:00 |
|
Jakub Vrana
|
e4ed78ff7a
|
Designs: Define --bg
|
2025-03-29 13:15:14 +01:00 |
|