Jakub Vrana
2e5027a1aa
Compile: Fix shortening in private methods
2025-03-11 13:50:36 +01:00
Jakub Vrana
1b0984ff31
Compile: Change public to var
2025-03-11 07:16:20 +01:00
Jakub Vrana
b017928256
Revert accidental revert
2025-03-11 07:05:16 +01:00
Jakub Vrana
91b735c576
Compile: Support \r\n line ends
2025-03-11 06:30:31 +01:00
David Grudl
6bf0b85919
Compile: supports visibility modifiers
2025-03-11 06:24:07 +01:00
Jakub Vrana
770a77ac33
Wrap long lines
2025-03-07 07:44:26 +01:00
Jakub Vrana
94a4f61db2
PHP: Use ?:
2025-03-06 18:12:22 +01:00
Jakub Vrana
f05f4b4cbc
Change $jush to constant
2025-03-06 17:51:20 +01:00
Jakub Vrana
3da09dd31a
Rename Min_ classes
2025-03-05 14:12:42 +01:00
Jakub Vrana
44c2e979f7
Compile: Support else after if (support)
2025-03-05 13:19:17 +01:00
Jakub Vrana
2a8b4009b1
Namespaces in compile
2025-03-05 13:14:21 +01:00
Jakub Vrana
52c5392089
PHP: Use namespace
2025-03-05 13:10:40 +01:00
Jakub Vrana
c52ba0308e
Specify coding style and follow it
2025-03-05 13:10:37 +01:00
Jakub Vrana
d23a0eb77e
PostgreSQL: Export ENUM types (bug #587 )
2025-02-26 23:55:17 +01:00
Jakub Vrana
45f24a8f62
Delete unused functions
2025-02-26 16:48:02 +01:00
Jakub Vrana
cf835515b1
Support compiling Elastic driver
2025-02-26 16:48:02 +01:00
Jakub Vrana
e3a2b1b57a
SQLite: Support CHECK constraint
2025-02-26 12:20:37 +01:00
Jakub Vrana
9d8864a6c7
Compile: Fix removing single driver login form field
2025-02-26 12:20:36 +01:00
Jakub Vrana
57ec1f924d
Allow compiling driver from plugins
2025-02-26 12:20:36 +01:00
Jakub Vrana
491b481b7f
Use __DIR__
2025-02-26 12:20:36 +01:00
Jakub Vrana
0d8028ddc5
Compile: Do not warn about functions without declared support
2025-02-25 06:30:22 +01:00
Jakub Vrana
836dba07af
Warn about missing functions only in single-driver compile
2025-02-24 10:05:31 +01:00
Jakub Vrana
1838df9465
Narrows screens: Move lang and logout under h1
2025-02-23 11:25:07 +01:00
Jakub Vrana
c34c672df9
Support constraint checks in compile
2025-02-22 20:40:14 +01:00
Jakub Vrana
6fe9827eea
Trim trailing whitespace
2025-02-21 13:59:17 +01:00
Peter Knut
d4f99d5cdc
Bump version to 4.10-dev
2025-02-19 11:16:40 +01:00
Sneda8
b6f9f58712
PHP 8.3 error suppression
...
PHP 8.3 has shortened the array access on null error message to "Trying to access array offset on null". This commit changes the regular expression used to circumvent errors.
2025-02-19 11:16:36 +01:00
Jakub Vrana
af1a908f56
Unsubstite constants (PHP 5 is now required)
2021-02-23 12:42:11 +01:00
Jakub Vrana
51abdcdab9
SimpleDB, Firebird, ClickHouse: Move to plugin
2021-02-08 19:56:15 +01:00
Jakub Vrana
b89d418dcf
Re-enable PHP warnings
2020-12-09 15:45:54 +01:00
David Grudl
50bb83dbf2
Fix compatibility with PHP 8
2020-12-06 12:56:01 +01:00
Jakub Vrana
3310e18efa
Do not put unused doc links to single driver compiled version
2019-08-28 10:57:47 +02:00
Jakub Vrana
6ebbd8c719
Use file caching only in non-dev
2018-02-20 22:08:52 +01:00
Jakub Vrana
8bb51bec36
Editor: Delete images from compiled version
2018-02-20 16:53:53 +01:00
Jakub Vrana
fc5ddddf92
Remove driver from file URLs (stored in path)
2018-02-20 16:40:14 +01:00
Jakub Vrana
b4392b3f91
Use single \ in ' strings
2018-02-20 16:27:40 +01:00
Jakub Vrana
33f0023d37
Ignore functions in Min_Driver
2018-02-06 16:32:56 +01:00
Jakub Vrana
f09d26a51d
Remove unnecessary quotes
2018-02-06 16:25:58 +01:00
Jakub Vrana
4417a8b220
Add missing function to compile.php
2018-02-06 15:52:48 +01:00
Jakub Vrana
b9ad864b75
Delete unused variable
2018-02-01 13:57:46 +01:00
Jakub Vrana
6c3e1e2768
Add min_version to compile.php
2018-01-30 14:47:22 +01:00
Jakub Vrana
6a95b71164
Do not warn about MySQL specific functions
2018-01-22 12:00:38 +01:00
Jakub Vrana
a414896885
Hide driver selection in single-driver version (regression from e762a6aa
)
2018-01-22 11:34:25 +01:00
Jakub Vrana
9d532fc0a1
Use script_src for <script src>
2018-01-13 16:25:11 +01:00
Jakub Vrana
dc85ba2d86
Delete type="text/javascript" from <script> as it is the default in HTML5
2018-01-11 14:13:43 +01:00
Jakub Vrana
70aef8a55a
MySQL: Remove dedicated view for replication status
2017-05-19 11:11:44 +02:00
Jakub Vrana
8fd7ff0187
Highlight JSON
2017-03-10 08:56:58 +01:00
Jakub Vrana
d8c28d1c91
Avoid referencing global variable (doesn't work in PHP 7.1 if Adminer is included inside a function)
2017-02-21 12:07:13 +01:00
Matthew Gamble
2a534798fa
Add basic support for MySQL replication
2017-02-20 12:54:40 +01:00
Jakub Vrana
bad3c6b086
Disallow selecting driver if there's only one
2016-11-28 10:07:03 -08:00