Peter Knut
|
0797cb6a10
|
Release 4.9.4
v4.9.4
|
2024-10-09 22:09:31 +02:00 |
|
Peter Knut
|
dd122a1056
|
Clean up the code for PHP < 5.6
|
2024-10-09 22:00:13 +02:00 |
|
Peter Knut
|
96c0177422
|
Editor: Fix building links with array parameters
This solves a situation when enum data type has a foreign key to another table.
|
2024-10-09 09:19:37 +02:00 |
|
Peter Knut
|
7d6c7998d8
|
Editor: Fix array conversion to string (issue #3)
|
2024-10-08 22:59:57 +02:00 |
|
Peter Knut
|
3df88d4a24
|
Refactor opening adminer.sql[.gz] file
|
2024-10-07 23:58:10 +02:00 |
|
Peter Knut
|
2d4b73653b
|
Refactor generating of private key and random strings
Generating of private key is atomic now.
More secure random strings on PHP 7+.
|
2024-10-07 23:38:33 +02:00 |
|
Peter Knut
|
a63fadd503
|
Refactor working with a locked file
|
2024-10-07 22:20:32 +02:00 |
|
Peter Knut
|
a494827dc5
|
Remove suppressing errors while reading local files with file_get_contents (issue #1)
|
2024-10-07 13:32:24 +02:00 |
|
Peter Knut
|
8ac486a57c
|
Firefox: Fix opening a database to the new browser's tab with Ctrl+click
|
2024-10-06 00:44:02 +02:00 |
|
Peter Knut
|
bfcc6d8297
|
Better default value for object definition (*.*) while creating new database user
|
2024-10-04 10:03:00 +02:00 |
|
Peter Knut
|
29fd200ef5
|
Unify displaying of 'New item' action based on privileges
|
2024-10-04 00:44:39 +02:00 |
|
Peter Knut
|
b6058368d3
|
Fix the width of inline edit field
|
2024-10-03 23:33:34 +02:00 |
|
Peter Knut
|
fd38c4261a
|
Bump version to 4.9.4-dev
|
2024-10-03 23:33:34 +02:00 |
|
Peter Knut
|
507f335371
|
Release 4.9.3
v4.9.3
|
2024-10-02 17:07:09 +02:00 |
|
Peter Knut
|
ea314b8103
|
Hide invalid edit form if table record is not found
|
2024-10-02 09:35:59 +02:00 |
|
Peter Knut
|
e250470768
|
PostgreSQL: Fix editing record that contains a field with GENERATED ALWAYS default value
Fields with GENERATED ALWAYS default values are also disabled.
Thanks to PurpleTape (https://github.com/adminerevo/adminerevo/issues/201).
|
2024-10-02 00:29:24 +02:00 |
|
Peter Knut
|
2fa42d50eb
|
Fix using undefined Min_DB::info property
|
2024-10-01 23:37:07 +02:00 |
|
Peter Knut
|
a366b7af09
|
MySQL: Fix editing user's proxy privilege, refactoring
- Uncheck all other priviledges if 'All privileges' is checked.
- Refactor related functions.
|
2024-10-01 23:22:26 +02:00 |
|
Peter Knut
|
b039a39e4d
|
Bigger font size for code blocks
|
2024-10-01 09:07:21 +02:00 |
|
SeaEagle
|
08e48c8641
|
MySQL: Fix where clause for JSON column
Issue: https://github.com/adminerevo/adminerevo/issues/175
|
2024-10-01 09:06:20 +02:00 |
|
Peter Knut
|
78c2041cfd
|
Fix background color of <pre> used as edit field
|
2024-10-01 00:33:47 +02:00 |
|
Peter Knut
|
5d7c5fa268
|
Do not include unchanged PARTITION BY definition into ALTER TABLE query
|
2024-09-22 00:33:55 +02:00 |
|
Peter Knut
|
8f1db4cf6f
|
Add helper methods for dumping variable to the output
|
2024-09-21 22:34:38 +02:00 |
|
Peter Knut
|
9daa88acca
|
MariaDB: Fix comparing CURRENT_TIMESTAMP definition while altering a table
|
2024-09-21 22:20:08 +02:00 |
|
Peter Knut
|
aa519b78ca
|
MySQL, PostgreSQL: Fix queries splitting and string constants
Thanks to alxivnov (https://github.com/vrana/adminer/pull/490).
|
2024-09-21 09:28:50 +02:00 |
|
Michael Graß
|
aee800efed
|
Do not limit unlimited memory, fix number conversion warning
|
2024-09-20 22:28:46 +02:00 |
|
Peter Knut
|
06d0f957d5
|
Bump version to 4.9.3-dev
|
2024-09-18 10:57:48 +02:00 |
|
Peter Knut
|
3f0bc24e01
|
Release 4.9.2
v4.9.2
|
2024-09-18 09:50:35 +02:00 |
|
Peter Knut
|
4863f48d33
|
Basic JS code cleanup
|
2024-09-18 09:39:17 +02:00 |
|
Peter Knut
|
9ea8f44919
|
Fix undefined property in error message if driver does not support error number
|
2024-09-18 00:46:34 +02:00 |
|
khoazero123
|
fa791b5461
|
PostgreSQL: Fix exporting CREATE TABLE with sequence default value
|
2024-09-18 00:31:15 +02:00 |
|
Roy-Orbison
|
203162b203
|
Function to retrieve driver name
Plugins cannot access $drivers global after compilation.
|
2024-09-18 00:27:02 +02:00 |
|
Peter Knut
|
e4e76b6384
|
PostgreSQL: Allow to set connection's sslmode with AdminerLoginSsl plugin
Thanks to wodka (https://github.com/vrana/adminer/pull/427/files)
|
2024-09-18 00:27:02 +02:00 |
|
Peter Knut
|
353cd452a3
|
PostgreSQL: Fix exporting CREATE TABLE query with GENERATED default values
Thanks to GottfriedCP (https://github.com/adminerevo/adminerevo/issues/157)
|
2024-09-18 00:27:02 +02:00 |
|
Peter Knut
|
5bc4ac6c18
|
Merge branch 'editor-search-fix'
|
2024-09-17 15:46:51 +02:00 |
|
Peter Knut
|
aec8275502
|
Editor: Fix searching in tables
Thanks to ytetsuro (https://github.com/vrana/adminer/pull/473)
|
2024-09-17 15:46:36 +02:00 |
|
Peter Knut
|
7d5077e687
|
Cleanup the code for searching
|
2024-09-17 15:36:02 +02:00 |
|
Peter Knut
|
91d0d8538f
|
MySQL: Do not show 'empty' enum value in strict mode
|
2024-09-10 23:47:06 +02:00 |
|
Peter Knut
|
2439369143
|
PostreSQL: Fix search condition for network address types, add macaddr8 type
This fixes issue https://github.com/adminerevo/adminerevo/issues/115
|
2024-09-10 10:27:59 +02:00 |
|
Peter Knut
|
d5bce9b3e9
|
PostreSQL: Fix search fields configuration
Regression from 4.9.
|
2024-09-10 08:28:18 +02:00 |
|
Peter Knut
|
b42762e4dc
|
Remove hardcoded textarea height
|
2024-09-09 23:54:51 +02:00 |
|
Peter Knut
|
695a720403
|
Bump version to 4.9.2-dev
|
2024-09-09 23:53:50 +02:00 |
|
Peter Knut
|
e6fdf2b400
|
Release 4.9.1
v4.9.1
|
2024-09-09 10:30:14 +02:00 |
|
Peter Knut
|
b542b6613c
|
PostgreSQL: Fix undefined properties on PHP 8
Thanks to FrancoisCapon (https://github.com/vrana/adminer/pull/429)
|
2024-09-08 23:22:44 +02:00 |
|
Peter Knut
|
374b8ed6a6
|
PostgreSQL: Fix documentation link for SERIAL type
Thanks to leggiero (https://github.com/vrana/adminer/pull/432)
|
2024-09-08 23:01:47 +02:00 |
|
Michal Paulovic
|
58cca3f951
|
MySQL: Add unix_timestamp to functions
|
2024-09-08 23:01:46 +02:00 |
|
caltong
|
5eecb8e6a3
|
PostgreSQL: Make data length calculation more accurate
|
2024-09-08 22:28:06 +02:00 |
|
Thomas Daniels
|
0d0936550c
|
PostgreSQL: Show only accessible databases
|
2024-09-08 01:02:49 +02:00 |
|
Peter Knut
|
c4ed9500a1
|
Add support for translations in plugins
|
2024-09-07 22:54:04 +02:00 |
|
Peter Knut
|
0863766970
|
Replace deprecated <acronym> with <abbr>
|
2024-09-07 22:53:18 +02:00 |
|