Jakub Vrana
6e7158537f
Add comment
2025-03-26 10:25:13 +01:00
Jakub Vrana
c5f87110ff
Notices: Use idx()
2025-03-26 10:21:36 +01:00
Jakub Vrana
1a2ae0e29e
AdminerDarkSwitcher: Work with compiled version (bug #926 )
2025-03-26 07:28:47 +01:00
Jakub Vrana
1b8a428d2f
Notices: Avoid accessing offset on null
...
Thanks to @peterpp at 62017e3
.
2025-03-26 07:20:10 +01:00
Jakub Vrana
d3be21e000
Tests: Add schema
2025-03-26 07:18:46 +01:00
Jakub Vrana
012562571a
MySQL: Simplify condition in fk_support
2025-03-26 03:29:22 +01:00
Jakub Vrana
41aad5bc37
Doc-comment: Use type aliases for arrays
...
Type aliases could be defined either globally (https://phpstan.org/writing-php-code/phpdoc-types#global-type-aliases ) or just for a class.
I prefer having them at the place where they are created.
2025-03-26 02:43:08 +01:00
Jakub Vrana
cd5ccddd22
Display error for invalid table
2025-03-26 01:37:53 +01:00
Jakub Vrana
cccc784da4
Always return array from table_status()
2025-03-26 01:34:48 +01:00
Jakub Vrana
cd207238b7
Move icons to CSS
2025-03-26 00:08:16 +01:00
Jakub Vrana
67fa4c2a6f
Schema: Move style to CSS
2025-03-25 22:35:31 +01:00
Jakub Vrana
eac7d042ed
Avoid <optgroup> in <datalist>
2025-03-25 22:04:19 +01:00
Jakub Vrana
a2077070af
CSS: Invert icons in dark mode
2025-03-25 21:47:25 +01:00
Jakub Vrana
26adca1003
Simplify designs.php
2025-03-25 21:10:02 +01:00
Jakub Vrana
76d810faca
lucas-sandery design: Icons with uncompiled version ( fix #954 )
2025-03-25 21:07:34 +01:00
Jakub Vrana
db0e44221b
Doc-comments: Use special PHPStan types
2025-03-25 15:18:47 +01:00
Jakub Vrana
01e2fe4234
Doc-comments: Use array shapes in @return
...
This uses https://phpstan.org/writing-php-code/phpdoc-types#array-shapes
I'm not going to do this in @param, it would be better to use https://phpstan.org/writing-php-code/phpdoc-types#global-type-aliases
2025-03-25 15:08:13 +01:00
Jakub Vrana
4d2b5144b1
Doc-comments: Improve array @var
2025-03-25 14:41:26 +01:00
Jakub Vrana
2ee325183b
Doc-comment: Improve array @param
...
This uses syntax from https://phpstan.org/writing-php-code/phpdoc-types#general-arrays .
int[] means an array of ints with arbitrary keys (usually strings)
list<string> means an array of strings with sequential integer keys starting at 0
list<string>[] means an arbitrary array of string lists
list<string[]> means list of arbitrary string arrays
string[][] means two dimensional array with arbitrary keys in both dimensions
array was left in the comments for https://phpstan.org/writing-php-code/phpdoc-types#array-shapes
2025-03-25 14:31:27 +01:00
Jakub Vrana
26aa48122f
Doc-comments: Improve array @return
2025-03-25 13:27:54 +01:00
Jakub Vrana
19b7358452
AdminerSqlGemini: Highlight button
2025-03-25 07:33:30 +01:00
Jakub Vrana
a1080ea8dc
JS: Simplify SubmitHighlight
2025-03-25 07:03:42 +01:00
Jakub Vrana
9b1b779dbd
AdminerSqlGemini: Handle Ctrl+Enter
2025-03-25 06:56:00 +01:00
Jakub Vrana
4bbbea2fbe
AdminerSqlGemini: Wrap returned text to comment
2025-03-25 06:49:34 +01:00
Jakub Vrana
16e49d27cb
AdminerSqlGemini: Return more columns by default
2025-03-25 06:29:41 +01:00
Jakub Vrana
190d91a0f9
AdminerSqlGemini: Send vendor
2025-03-25 06:17:27 +01:00
Jakub Vrana
2c72b879e9
Simplify saving flavor
2025-03-25 06:15:09 +01:00
Jakub Vrana
001f5ac21a
AdminerSqlGemini: Avoid button jumping
2025-03-25 06:09:00 +01:00
Jakub Vrana
b13c76149f
Add comment
2025-03-25 06:08:54 +01:00
Jakub Vrana
27a5aeea86
AdminerSqlLog: Update comment
2025-03-24 23:49:30 +01:00
Jakub Vrana
5a1be8ae65
More developer notes
2025-03-24 19:17:18 +01:00
Jakub Vrana
5dea23a07a
Develop
2025-03-24 17:36:47 +01:00
Jakub Vrana
99a0949d2a
Release 5.1.0
v5.1.0
2025-03-24 17:35:22 +01:00
Jakub Vrana
1cf5a91d98
Export: Use output buffering
2025-03-24 17:28:53 +01:00
Jakub Vrana
dcde78eef2
Document //!
2025-03-24 17:21:44 +01:00
Jakub Vrana
88821a5780
Move beforeunload to plugin
2025-03-24 16:55:40 +01:00
Jakub Vrana
078a8b3d6b
Improve handling of translations with '
2025-03-24 15:57:46 +01:00
Inoyatulloh
4df205d4ec
Added Uzbek language
2025-03-24 15:44:30 +01:00
Karel Uhlík
a50395c275
AdminerTablesFilter: Fix JS variable visibility
...
fix error: Uncaught ReferenceError: reg is not defined
2025-03-24 15:28:02 +01:00
Jakub Vrana
8b93d51c68
MS SQL PDO: Hide unsupported EXPLAIN
2025-03-24 14:47:55 +01:00
Jakub Vrana
50cdbbe415
Non-MySQL: Better field types in SQL command
2025-03-24 14:43:15 +01:00
Jakub Vrana
f5d23a8cad
MS SQL PDO: Display last insert ID
2025-03-24 14:25:38 +01:00
Jakub Vrana
3bc675b0fc
MS SQL: Common parent for PDO Db
2025-03-24 14:11:25 +01:00
Jakub Vrana
b86a9cb5fb
Turn on output buffering only after sending headers
...
Otherwise output sent before Location (usually errors) is lost.
2025-03-24 14:04:17 +01:00
Jakub Vrana
cd53c54b6a
Tests MS SQL: Connect to default server
2025-03-24 13:53:11 +01:00
Jakub Vrana
99163feefb
SQLite PDO: Display results in SQL query
2025-03-24 13:53:11 +01:00
Jakub Vrana
84e4971b1e
Tests: Check loaded plugin
2025-03-24 13:53:11 +01:00
Jakub Vrana
d22b1091f1
Notices: fetch_field in PDO
2025-03-24 13:53:10 +01:00
Jakub Vrana
b349830758
PostgreSQL: Fix number of affected rows after clone
2025-03-24 12:18:24 +01:00
Jakub Vrana
b8eb0ad8f5
Notices: Declare properties in fetch_field()
2025-03-24 12:18:24 +01:00