Peter Knut
c6bb5b80a8
Release 4.13
v4.13
2025-01-23 10:57:54 +01:00
Peter Knut
c50cdef293
Fix main visual glitches in designs, remove broken designs
2025-01-23 09:51:01 +01:00
Peter Knut
69dbf1b83f
SQLite: Fix exporting and recreating tables with UNIQUE column constraint
...
- Fix using 'false' query result as array
Note that conflict clause (https://www.sqlite.org/syntax/conflict-clause.html ) is not supported at all.
Thanks to @everslick (https://github.com/adminerevo/adminerevo/issues/227 )
2025-01-22 10:45:48 +01:00
Peter Knut
4c68b268a6
Declare compatibility with PHP 8.4
2025-01-14 00:08:06 +01:00
Peter Knut
ae327d9a15
Ignore folders with compiled files from version 5
2025-01-13 22:44:28 +01:00
Peter Knut
edd6d6c117
Bump version to 4.12.1-dev
2025-01-13 22:42:30 +01:00
Peter Knut
c24af3087c
Update German translation
...
Thanks to @odysseuscm (8de7d61da8 (commitcomment-151238844) )
2025-01-13 22:37:43 +01:00
Kian-Meng Ang
7fc071c716
Fix some typos
...
https://github.com/adminerevo/adminerevo/pull/210
2025-01-11 22:53:16 +01:00
Peter Knut
3cbf8a8eb2
Remove donation link from logout message
2025-01-10 22:14:32 +01:00
Peter Knut
8de7d61da8
Update German translation
...
Thanks to wintstar (https://github.com/adminerevo/adminerevo/issues/219 )
2024-12-03 14:39:43 +01:00
Peter Knut
4112aaf26f
Release 4.12
v4.12
2024-11-21 12:54:30 +01:00
Peter Knut
5fdc9dc427
Update docs
2024-11-21 09:59:57 +01:00
Peter Knut
cc646de4ca
Remove funding config
2024-11-19 23:41:47 +01:00
Peter Knut
b6b379a8ce
Improve arrays formatting in dump method
2024-11-19 23:11:36 +01:00
Peter Knut
f93db81c0e
Update translations
2024-11-19 22:58:20 +01:00
Peter Knut
2cafcd7fc8
Handle the situation when no driver is found
...
This can happen if Adminer for MySQL with existing login is replaced by Adminer for PostgreSQL.
2024-11-19 22:58:20 +01:00
Peter Knut
53799ff6ab
Update Spanish translations
...
Thanks to isaacpolaino (https://github.com/adminerevo/adminerevo/discussions/21#discussioncomment-11283326 )
2024-11-19 22:00:12 +01:00
Peter Knut
638288cc04
Cleanup: Definition of custom PDO statement class
2024-11-19 22:00:12 +01:00
Peter Knut
99f4c22c72
MSSQL: Allow to set Encrypt and TrustServerCertificate with AdminerLoginSsl plugin (issue #5 )
...
https://learn.microsoft.com/en-us/dotnet/framework/data/adonet/connection-string-syntax#use-trustservercertificate
2024-11-19 22:00:12 +01:00
Peter Knut
55e0c348b8
MSSQL, MongoDB: Connect to localhost with default port if server is not specified
2024-11-19 22:00:12 +01:00
Peter Knut
379003fc8d
MongoDB: Fix parsing WHERE condition from SQL query
...
Thanks to herobank110 (https://github.com/vrana/adminer/pull/491 )
2024-11-19 22:00:12 +01:00
Peter Knut
0933e4e67d
MongoDB: Small cleanup
2024-11-19 22:00:12 +01:00
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
b1ecb0649e
Improve dumping methods if run from terminal
2024-11-05 15:56:57 +01:00
vukbgit
2430ad2702
MariaDB: Add support for UUID data type
...
- MariaDB >= 10.7
- UUID string data type
- uuid() function for UUID type on new/edit item form
2024-11-04 14:40:50 +01:00
Peter Knut
9eeeca6b0e
Fix highlighting default submit button in indexes form
2024-11-03 22:31:45 +01:00
Peter Knut
d165cd9aec
Change logo link to main page (login)
2024-11-03 22:31:45 +01:00
Peter Knut
a0a0d44c7c
Update project URL and info
2024-11-03 22:31:45 +01:00
Peter Knut
316754af47
Enhance checking of new version
...
- Do not verify version on login page
- Do not show error from version checking
- Sync expiration of version cookie with file
- Clean up the code
2024-11-03 22:31:45 +01:00
Peter Knut
47f1f19970
Fix SQL query code direction if RTL language is used
2024-11-03 22:31:45 +01:00
Peter Knut
5c4dc82081
PostgreSQL: Fix layout of stored function parameters
2024-11-03 22:31:45 +01:00
Peter Knut
226d4ad54b
MySQL: Print comments of stored procedures and functions
2024-11-03 22:31:45 +01:00
Peter Knut
85c0c8f003
Fix disappearing dragged row
2024-11-03 22:31:45 +01:00
Peter Knut
c815ea875b
Fix compiling single language version
2024-11-03 22:31:45 +01:00
Peter Knut
872991fa14
Docs: Update migration section
2024-11-03 22:31:45 +01:00
Peter Knut
35411d8f4e
Bump version to 4.12-dev
2024-11-03 22:31:45 +01:00
Peter Knut
81e337bed1
Release 4.11
v4.11
2024-10-30 22:14:44 +01:00
Peter Knut
18ddbf1d60
MySQL: Fix highlighting current table in menu on macOS
2024-10-30 22:12:59 +01:00
Peter Knut
e4235d21e5
Clean up JS code
2024-10-30 21:16:39 +01:00
Peter Knut
10dfc54bf4
Show help popup after a short delay, refactoring
2024-10-30 21:16:39 +01:00
Peter Knut
af3c863be3
Fix drag-n-drop moving of function parameters
2024-10-30 21:16:39 +01:00
Peter Knut
6cd5495c1b
PostgreSQL: Show list of schemas in database, unify lists of sequences and user types
2024-10-30 21:16:39 +01:00
Peter Knut
78ad8381ab
Update CS and SK translations
2024-10-30 21:16:39 +01:00
Peter Knut
87fc82f88e
Fix printing error message while validating server URL
2024-10-30 21:16:39 +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
f61cf1ba0c
Support drag-n-drop moving on touch screens
2024-10-30 21:16:39 +01:00
HyP3r
fc2e025603
MS SQL: Prefix Unicode strings with 'N' so they are treated correctly
2024-10-30 21:16:39 +01:00
Peter Knut
659e72b692
MariaDB: Fix several links to documentation pages
2024-10-30 21:16:39 +01:00