Jakub Vrana
70ce02a798
AdminerTableIndexesStructure: Print algorithm
2025-04-18 15:00:08 +02:00
Jakub Vrana
dbec3a1b92
Pass $tableStatus to indexMethods, rename
2025-04-17 10:22:32 +02:00
Jakub Vrana
6da8bb670a
Plugins: Compatibility with PHP 5
2025-04-08 13:14:32 +02:00
Takashi SHIRAI
e601a3d8ce
Update Japanese translation
...
Signed-off-by: Takashi SHIRAI <shirai@nintendo.co.jp >
2025-04-08 13:10:05 +02:00
Jakub Vrana
91b3526e8d
Plugins: non-static $translations ( fix #1000 )
...
The main reason is that static properties are minified.
2025-04-08 12:57:03 +02:00
Jakub Vrana
3dd040abd1
Plugins: Translate descriptions ( fix #994 )
2025-04-07 18:26:28 +02:00
Jakub Vrana
3e455a4787
Plugins: Extend Adminer\Plugin
2025-04-07 17:02:16 +02:00
Jakub Vrana
45c045382a
Doc-comments: Move return types to declaration
2025-03-28 12:45:02 +01:00
Jakub Vrana
641ee4ff26
Doc-comments: Move param types to declaration
2025-03-28 12:45:02 +01:00
Jakub Vrana
911f3b71b7
Doc-comments: Add param names
2025-03-28 12:45:02 +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
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
50e7a65e6e
Use namespaces in plugins
2025-03-05 13:10:40 +01:00
Jakub Vrana
7ece69a8c4
Remove unused HTLM attribute
2025-02-23 11:42:05 +01:00
Jakub Vrana
f3938c1a66
Use HTTPS
2018-01-14 11:03:54 +01:00
Matthew Gamble
a10238516c
Add plugin for printing table indexes structure in expanded format
2017-02-18 19:22:47 +01:00