Isaac Bennetch
4dd05de348
Update to 5.1.2 release
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com >
5.1.2
2022-01-21 22:08:10 -05:00
William Desportes
7c28533a32
Fix #325 - Upgrade to PHP 8
2021-08-23 17:39:00 +02:00
William Desportes
056d2b51fd
Write CHANGELOG entries since 4.9.2
2021-08-23 17:26:34 +02:00
William Desportes
030928a01e
Fix #345 - Add back composer.json and remove non needed source files
2021-08-23 16:46:30 +02:00
William Desportes
a73a82a790
Change the tags list link to the official image
2021-08-13 02:59:02 +02:00
William Desportes
0f4250dc7f
Move test section to the end
...
I bet most users to not care about it
2021-08-13 02:55:48 +02:00
William Desportes
17b7a91289
Add a warning and example on the README
...
Ref: #338
Ref: #342
2021-08-13 02:53:23 +02:00
William Desportes
886f7ae6e3
Fix yaml format fence on the README
2021-08-13 02:47:32 +02:00
William Desportes
1655371fb0
Remove microbadger, it has shutdown
2021-08-13 02:45:41 +02:00
William Desportes
60c187d10d
Add some format details from the PHP FAQ
...
Closes : #328
2021-08-13 02:42:49 +02:00
William Desportes
3dafd123f8
Merge #341 - Fix GPG keyservers
2021-08-13 01:43:47 +02:00
Daniel Rudolf
e8ade8e3b1
Follow-up: GPG: Fix GPG keyservers
...
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de >
2021-08-11 20:25:33 +02:00
Daniel Rudolf
12e6fdf738
GPG: Fix GPG keyservers
...
sks-keyservers.net was shut down some time ago. keys.gnupg.net is just
an alias. Neither pgp.mit.edu, nor keyserver.pgp.com are available
right now, but there was no take-down notice, so we should assume they
are temporarily unavailable. Use keys.openpgp.org as main alternative.
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de >
2021-08-11 18:49:58 +02:00
Isaac Bennetch
935605b8d0
Update to 5.1.1 release
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com >
5.1.1
2021-06-04 00:45:29 -04:00
Isaac Bennetch
4482d47ca7
Improve documentation
...
Add some missing information, fix typos, restructure, and improve
readability
Signed-off-by: Isaac Bennetch <bennetch@gmail.com >
2021-03-17 21:22:05 -04:00
Isaac Bennetch
3d8c2ba403
Update to 5.1.0 release
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com >
5.1.0
2021-02-24 01:44:19 -05:00
William Desportes
e09f731a32
Merge #324 - Add expose_php env back
...
It was broken in #320 implementation
2021-02-07 22:02:42 +01:00
J0WI
d383a98040
Revert HIDE_PHP_VERSION removal
2021-02-07 21:25:36 +01:00
William Desportes
bd7de17631
Add MEMORY_LIMIT to allowed ENV names
...
Added in #320
See: https://github.com/docker-library/official-images/pull/9426
2021-02-02 00:12:33 +01:00
William Desportes
49a7e0fba7
Make the new MEMORY_LIMIT ENV work for phpMyAdmin configs
...
Added in #320
See: https://github.com/docker-library/official-images/pull/9426
2021-02-02 00:08:42 +01:00
William Desportes
b0beabb4ed
Add back HIDE_PHP_VERSION to Docker hub readme
...
Removed in #320 by mistake
See: https://github.com/docker-library/official-images/pull/9426
2021-02-02 00:05:26 +01:00
William Desportes
1a7be47268
Fix PMA_QUERYHISTORYMAX ENV in config.inc.php
...
See: https://github.com/docker-library/official-images/pull/9426
2021-02-01 23:53:40 +01:00
William Desportes
8dc7e66dec
Merge #320 - Generate phpmyadmin-misc.ini from ENVs
2021-01-30 00:22:21 +01:00
William Desportes
d6ab5de683
Add a missed assertion on max_execution_time
2021-01-30 00:15:16 +01:00
J0WI and William Desportes
e1bfab5583
Generate phpmyadmin-misc.ini from ENVs
2021-01-30 00:02:30 +01:00
William Desportes
3ba3be3492
Merge #322 - Add PMA_CONTROLPASS
2021-01-29 23:59:11 +01:00
William Desportes
4537d1869c
Merge #323 - Re work the test system
2021-01-29 23:58:01 +01:00
William Desportes
d7b3994b3a
Add a test for PMA_HOST
2021-01-29 23:52:24 +01:00
William Desportes
d91c4ba999
Clean old CI files
2021-01-29 23:00:38 +01:00
William Desportes
56fbf97a95
Add more tests for UPLOAD_LIMIT
2021-01-29 21:52:36 +01:00
William Desportes
71627ad719
Re-work the testing scripts
2021-01-29 21:12:55 +01:00
William Desportes
568e5ed308
Use healthcheck strategy for running tests
2021-01-29 14:14:08 +01:00
William Desportes
a4dd0817f0
Add a test for PMA_CONTROLPASS secret file
2021-01-28 22:50:06 +01:00
William Desportes
508c9b991c
Add PMA_CONTROLPASS to the README file
2021-01-28 22:49:22 +01:00
William Desportes
5d45c24548
Update different versions to add PMA_CONTROLPASS
2021-01-28 22:49:08 +01:00
William Desportes
4e6ed4b275
Update actions/checkout to v2
2021-01-28 22:46:14 +01:00
nicolas.clementz
d0f71fbf3b
Add PMA_CONTROLPASS to variables thas can be read from a file using _FILE
2021-01-28 11:56:40 +11:00
William Desportes
a66e868fd0
Merge #317 - Fix #309 QueryHistoryMax is an int
2020-12-31 11:08:11 +01:00
w3goodies and GitHub
9322b7afdf
Update config.inc.php
...
PMA_QUERYHISTORYMAX is integer value. Using boolval on it will either result in 1 or 0 for max query history.
2020-12-31 06:19:01 +03:00
William Desportes
0225133981
Merge #292 - Documentation fixes
2020-12-26 12:19:54 +01:00
William Desportes
d6da7ca981
Wording improvement
2020-12-26 12:19:09 +01:00
William Desportes
76b8d29695
Improvements and document #309
2020-12-26 12:15:33 +01:00
Isaac Bennetch and William Desportes
00ad857703
Document more ENV variables that were added with https://github.com/phpmyadmin/docker/pull/152/
...
Related to 85198de04f and 93e2be73ec
Fixes #151
Signed-off-by: Isaac Bennetch <bennetch@gmail.com >
2020-12-26 12:05:40 +01:00
Isaac Bennetch and William Desportes
b2edf5d8fd
Grammar fixes
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com >
2020-12-26 12:05:10 +01:00
William Desportes
4b1fe4dc6f
Merge #314 - Add the possibility to change max_execution_time
2020-12-26 12:02:34 +01:00
William Desportes
a2b0f3a5c0
Merge #309 - Add PMA_QUERYHISTORYMAX config parameter
2020-12-26 12:01:05 +01:00
Dennis Paul and William Desportes
a3a4c4e0fd
[+] ENV MAX_EXECUTION_TIME
2020-12-26 11:58:45 +01:00
William Desportes
06cc93a972
#313 - Drop Build Images from TravisCI
2020-12-26 11:53:10 +01:00
William Desportes
7f5e91546b
Merge #305 - Add 'max_input_vars = 10000' to phpmyadmin_misc.ini
2020-12-26 11:44:14 +01:00
William Desportes
7e3ee4e83c
Merge #313 - Add GitHub CI
2020-12-26 11:42:36 +01:00