Peter Knut
ee26735ac6
Refactor drivers definition and compilation
...
- Rename 'server' driver to 'mysql'
- MySQL driver is no longer the required default
- Fix compiled SQLite single-driver Adminer
- Allow to compile only selected drivers
2024-11-19 22:00:11 +01:00
Peter Knut
214d7745a7
Compiler: Refactor languages compilation
...
- Allow to compile only selected languages
- Fix translations in plugins
2024-11-07 10:52:13 +01:00
Peter Knut
99b7c08e3a
Compiler: Add new lines before selected keywords, not after
2024-11-05 22:16:39 +01:00
Peter Knut
c815ea875b
Fix compiling single language version
2024-11-03 22:31:45 +01:00
Peter Knut
0519a0b985
Devel: Add modification time to CSS and JS links for easier development
2024-10-30 21:16:39 +01:00
Peter Knut
a3428cc7ff
Fix compiling jush external files
2024-09-02 23:18:44 +02:00
Peter Knut
8a60243459
Add script for exporting compiled adminer variants
2024-08-21 00:07:55 +02:00
Peter Knut
47ccfa2a2e
Avoid showing version on login page (and css/js version)
...
Thanks to MisterDuval (https://github.com/adminerevo/adminerevo/pull/180 )
2024-08-20 23:58:16 +02:00
Peter Knut
bff6f8ca93
Fix linking external dependencies
2024-03-18 00:35:07 +01:00
Peter Knut
a5780e58af
Move dependencies from submodules to Composer
2024-03-16 22:45:42 +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
Jakub Vrana
4d491d704e
Translate numbers in ar, bn, fa
2014-03-19 21:56:42 -07:00
Jakub Vrana
adae922f36
Defer loading of JUSH
2014-01-30 08:27:56 -08:00
Jakub Vrana
6ff96b3ec2
Include jush-txt in compiled version
2014-01-11 11:55:22 -08:00
Jakub Vrana
55ad89b309
Fix handling of long text in SQL textarea
2014-01-11 09:37:34 -08:00
Jakub Vrana
cb4eb8a467
Elasticsearch: Don't minimize $php_errormsg
2014-01-09 12:37:10 -08:00
Jakub Vrana
5444647f61
Don't shorten $http_response_header
2014-01-08 08:45:19 -08:00
Jakub Vrana
184273750a
Include JUSH textarea in compiled single driver file
2014-01-07 23:58:52 -08:00
Jakub Vrana
9995e35659
Update JUSH
2014-01-07 13:03:48 -08:00
Jakub Vrana
2c8d81c1ae
Include JUSH in the compiled version
2013-12-19 12:34:15 -08:00
Jakub Vrana
85d212c226
Use PHP 5
2013-08-08 17:20:14 -07:00
Jakub Vrana
8f96e15296
Use specific JUSH version
2013-07-22 15:49:19 -07:00
Jakub Vrana
1f7fa44923
Abstract DELETE, INSERT and INSERT+UPDATE
2013-07-09 10:34:52 -07:00
Jakub Vrana
d513de4d71
Allow using lang() in plugins
2013-04-28 08:17:40 -07:00
Jakub Vrana
18d51c6b6e
Allow using lang() in plugin with single language Adminer version
2013-04-27 23:36:43 -07:00
Jakub Vrana
75c430a986
Revert "Unuse binary characters"
...
This reverts commit f3c59bb3a5 .
2012-09-26 21:45:04 -07:00
Jakub Vrana
29e65523d3
Compile only one project at a time
2012-09-22 07:59:40 -07:00
Jakub Vrana
f3c59bb3a5
Unuse binary characters
2012-09-22 06:12:56 -07:00