Commit graph

2709 commits

Author SHA1 Message Date
Lionel Laffineur 22c078c50b Make sure table is marked active in select mode 2023-08-14 22:03:25 +02:00
Lionel Laffineur 4ffdb27d1d Replaced icons from PNG to SVG to reduce CSS file size 2023-08-14 21:54:18 +02:00
Lionel Laffineur d864f0f7e4 Merge branch 'main' of github.com:adminerevo/adminerevo into main 2023-08-14 21:33:54 +02:00
Lionel Laffineur b84c743881 Replaced Edit and Edit all of SQL Command history by icons 2023-08-14 21:33:47 +02:00
Lukáš Rajchl aca7d1d8d2 Remove undefined variable removed by #7442183 (for IE9 compatibility) 2023-08-14 19:15:33 +02:00
Lionel Laffineur 8629b2b200 Fieldset rounded corners 2023-08-14 15:29:17 +02:00
Lionel Laffineur d347d59d3c Make sure DISTINCT function is seen as a group query 2023-08-12 17:22:04 +02:00
Roy-Orbison a0dab7a81c Amend markup and style for new menu table
- Restore ID for CSS
- Use semantic <label> instead of <span>
- CSS into default style file instead of inline (except for width=1 trick
  to shrink first column)
- Fix default style to align with rest of menu blocks
- Move 'Use' button to its own row
2023-08-04 11:45:08 +09:30
Lukáš Rajchl 7338eadd7c Update cs.inc.php 2023-08-02 10:03:01 +02:00
Lionel 705e407825
Merge pull request #34 from Roy-Orbison/icon-bc
Main logo fixes
2023-07-29 16:20:22 +02:00
Roy-Orbison 92f243716a Better URL detection
- Closes #7
- Broader but more accurate email and URL detection in data
- Allows underscores in URLs
- Use non-capturing sub-patterns and POSIX character classes where
  possible.
2023-07-26 15:03:04 +09:30
Roy-Orbison b0d4e98e74 Main logo fixes
- Smaller as SVG (~4kB instead of ~7kB)
- Moved bg image to h1 for improved theme compatibility (bg colors set
  on h1 were wiped out)
- RTL support
2023-07-26 14:37:15 +09:30
Anastasia 33fcfbc13b
Update ru.inc.php
translated part of the text in Russian
2023-07-23 00:01:24 +03:00
Lionel Laffineur d2c4d437a1 Version 4.8.2 2023-07-21 21:50:18 +02:00
Lionel Laffineur 8b5390076d Minor finishing cosmetics 2023-07-21 21:47:25 +02:00
Lionel Laffineur 4053dbddd8 Some finishing touch for links and separators 2023-07-21 17:22:33 +02:00
Lionel 56434daac9
Merge pull request #28 from gerryd/feature/dutch-translation
Update Dutch translation
2023-07-21 11:54:03 +02:00
Lionel Laffineur 7442183b40 Implemented links bar through function 2023-07-21 11:52:03 +02:00
Lionel Laffineur 6278c57a74 Changed color of links to make is less flashy 2023-07-21 11:50:14 +02:00
Lionel Laffineur 7c9722aa44 Added function DISTINCT to db supporting it 2023-07-18 16:50:14 +02:00
Gerry Demaret 6024d73ae6 Update Dutch translation 2023-07-18 16:20:03 +02:00
Lionel Laffineur bb6a48566d Adjust height of bottom fieldsets 2023-07-17 22:52:19 +02:00
Lionel Laffineur f8b7f1531f DB & Schema: make it a table 2023-07-17 22:18:57 +02:00
Lionel Laffineur fd2c7a8561 Added one missing | between links 2023-07-17 22:17:49 +02:00
Lionel Laffineur c36df643e6 Added some more links separators 2023-07-15 17:30:58 +02:00
Lionel Laffineur 493de37977 Adding | to separate action links for better readability 2023-07-14 22:19:15 +02:00
Lionel Laffineur 73ea54a2c4 Evo identity: AdminEvo logo as favicon 2023-07-12 19:13:59 +02:00
Lionel Laffineur 016bfa1408 Separate action links by | for more clarity 2023-07-12 00:13:45 +02:00
Lionel Laffineur fdae5a9f4f Also slightly adjusted l&f of select 2023-07-11 23:53:45 +02:00
Lionel Laffineur 93cac8397f Some little cosmetics to give the personality Evo to Adminer 2023-07-11 21:53:25 +02:00
Lionel Laffineur 17fd1c5588 Fixed undefined variable 2023-07-10 22:08:15 +02:00
Lionel Laffineur 606734d0ca Renamed to AdminerEvo + changed link to new doc site 2023-07-10 16:29:10 +02:00
Lionel Laffineur 181e37352f Added missing italian translations 2023-07-09 10:44:52 +02:00
Lionel Laffineur 496ab9a262 Regenerated language files and added missing french translations 2023-07-01 21:07:09 +02:00
Lionel Laffineur 90d58ed550 Added body and html closing tags 2023-07-01 20:13:20 +02:00
Lionel Laffineur ff6fe2a89c Added one more copy to clipboard 2023-05-29 14:59:12 +02:00
Lionel Laffineur c38dedb7f6 Implemented copy-to-clipboard at 2 places 2023-05-28 21:33:24 +02:00
Lionel cdfc70faed
Merge pull request #14 from Roy-Orbison/patch_driver_name
Function to retrieve driver name
2023-05-27 20:00:42 +02:00
Roy-Orbison a424d469b6 Enable regular expressions when searching data
Allows use of the database-specific regex operator and pattern syntax
when searching multiple tables.
2023-05-22 12:17:33 +09:30
Roy-Orbison dadc1e1c58 Function to retrieve driver name
Plugins cannot access $drivers global after compilation.
2023-05-22 11:28:06 +09:30
Lionel b2c96c60a3
Merge pull request #12 from adminerevo/add_unix_timestamp
add unix_timestamp to functions for mysql
2023-05-21 18:31:41 +02:00
Lionel Laffineur e3c1f24ad6 Code cosmetics : removed trailing tabs 2023-05-21 15:03:36 +02:00
Lionel f21795b27d
Merge pull request #11 from adminerevo/misaligned_inputs
misaligned inputs
2023-05-20 13:22:19 +02:00
Lionel 8e15c96f10
Merge pull request #10 from adminerevo/modification_of_bangla_language_file
Modification of bangla language file
2023-05-18 16:13:23 +02:00
Michal Paulovic abe537dcd7 add unix_timestamp to functions for mysql 2022-11-15 10:16:09 +01:00
Hossain Ahmed Saiman 965598b640
Some informal words has been replaced with formal words. Some incorrect words has been corrected. 2021-11-29 15:26:42 +06:00
Hossain Ahmed Saiman a4ebae8706 Some informal words has been replaced with formal words. Some incorrect words has been corrected. 2021-11-29 14:41:24 +06:00
@krysits.COM fad4ce785b Latvian language translation 2021-09-19 00:51:39 +03:00
Roy-Orbison 2717333789 misaligned inputs
Signed-off-by: Roy-Orbison <Roy-Orbison@users.noreply.github.com>
2021-06-10 15:58:52 +09:30
Linus Törngren 88647b93e4 Improved spelling. 2021-05-23 13:40:36 +02:00
Jakub Vrana b8c5eec46d MS SQL: Support [ in udf_unescape 2021-05-23 12:50:14 +02:00
Jakub Vrana dadbb37f00 PostgreSQL: Don't reset table comments 2021-05-23 11:45:57 +02:00
Jakub Vrana ea1acfc8bc Preventively escape name 2021-05-23 11:38:51 +02:00
Jakub Vrana 2dd65f0c0f Support multi-line table comments 2021-05-23 11:38:04 +02:00
Jakub Vrana 473f7264f8 PostgreSQL: Use separator in limit1 2021-05-23 11:08:29 +02:00
Benjamin Cremer db01282e29 Use ST_SRID() in mysql driver for MySQL 8
`SRID()` is no longer available in MySQL 8 and has been replaced with `ST_SRID`
2021-05-23 09:45:55 +02:00
Jakub Vrana 1f173e18bd Release 4.8.1 2021-05-14 07:39:59 +02:00
Jakub Vrana 4043092ec2 Escape link in doc_link (bug #797) 2021-05-14 07:12:44 +02:00
Jakub Vrana 60ad161178 PostgreSQL: Fix parsing of foreign keys with non-ASCII column names (thanks to Tomas Pecina) 2021-05-14 06:21:09 +02:00
Vladimír Dudr f6880b59d6 Prevent adminer to consider MariaDB sequences being views 2021-03-03 11:17:32 +01:00
Jakub Vrana 72beecc0ab PostgreSQL: Support UPDATE OF triggers (bug #789) and triggers with more events (OR) 2021-03-03 11:07:58 +01:00
Jakub Vrana af1a908f56 Unsubstite constants (PHP 5 is now required) 2021-02-23 12:42:11 +01:00
Jakub Vrana 205305d6b5 Avoid PHP warnings with PDO drivers (bug #786) 2021-02-23 12:33:30 +01:00
Jaume Barber 0e5f39042a Update ca.inc.php
Minor ca translation corrections
2021-02-18 08:52:19 +01:00
Jakub Vrana f94f29124a Oracle: Fix column name in index (thanks to Shirai Takashi) 2021-02-18 08:44:56 +01:00
Jakub Vrana 28996e2286 PostgreSQL < 10 PDO: Avoid displaying GENERATED ALWAYS BY IDENTITY everywhere (bug #785) 2021-02-15 18:33:19 +01:00
Jakub Vrana 7f8c93a6f1 SQLite: Fix displayed types (bug #784) 2021-02-15 18:33:19 +01:00
Jakub Vrana ff45b8f7a9 Save bytes 2021-02-15 18:33:19 +01:00
Konstantinos Megas 3a36112a10 Fixes greek language typos and translated strings 2021-02-15 15:40:35 +01:00
Jakub Vrana e9e61fce26 MySQL: Allow moving views to other DB and renaming DB with views (bug #783) 2021-02-12 11:49:35 +01:00
Jakub Vrana 5a1498d160 Use common code 2021-02-12 11:28:55 +01:00
Jakub Vrana ccb7442d1b Fix more PHP 8 warnings (bug #781) 2021-02-12 09:53:20 +01:00
Takashi SHIRAI eebda8695b Oracle: Fix the bugs for indexes.
Signed-off-by: Takashi SHIRAI <shirai@nintendo.co.jp>
2021-02-12 09:08:56 +01:00
Jakub Vrana b83c61fca3 Release 4.8.0 2021-02-10 17:21:55 +01:00
Jakub Vrana 3882bfaac1 Remove .inc extension from driver plugins 2021-02-10 11:43:56 +01:00
Jakub Vrana 29e2475b5a Oracle: Use correct DB in db_size, fix typo (thanks to Shirai Takashi) 2021-02-10 11:15:18 +01:00
Jakub Vrana fd1dd4ecf4 MongoDB: Alpha 2021-02-10 09:50:21 +01:00
Jakub Vrana dc9e87dbd6 MongoDB: Prefer driver used in other functions 2021-02-10 09:45:34 +01:00
Jakub Vrana 66f335fb63 Save bytes 2021-02-09 20:42:25 +01:00
Jakub Vrana 574c07b8f5 MongoDB: Fix edit operations in select 2021-02-09 20:36:23 +01:00
Jakub Vrana 84e4122225 Fix typo 2021-02-09 20:20:19 +01:00
Jakub Vrana a61a76716b MongoDB: Use ObjectID only if used 2021-02-09 20:19:43 +01:00
Jakub Vrana 5d317111c7 MongoDB: Fix operators 2021-02-09 20:12:41 +01:00
Jakub Vrana 6af375c67d MongoDB: Handle errors 2021-02-09 20:09:11 +01:00
Jakub Vrana 609b8690ec MongoDB: Fix query 2021-02-09 19:47:51 +01:00
Jakub Vrana 13260dcb76 Save bytes 2021-02-09 16:56:16 +01:00
Jakub Vrana e002a3bc99 MongoDB: Display error when selecting wrong table 2021-02-09 16:53:05 +01:00
Jakub Vrana f44f186b38 MongoDB: Display arrays as JSON 2021-02-09 16:34:42 +01:00
Jakub Vrana c24a6a6aef MongoDB: Fix executeQuery 2021-02-09 16:32:38 +01:00
Jakub Vrana f11a31e0a9 MongoDB: Modern extension doesn't allow connecting with random user/password 2021-02-09 16:13:28 +01:00
Jakub Vrana 38e741054a MongoDB: Add operators 2021-02-09 11:31:37 +01:00
Jakub Vrana 513e1f425f MongoDB: Handle exceptions 2021-02-09 11:30:14 +01:00
Jakub Vrana a023e98c4d MongoDB: Fix getting binary fields 2021-02-09 11:07:47 +01:00
Jakub Vrana 633e7ced9c MongoDB: Fix num_rows 2021-02-09 11:04:18 +01:00
Jakub Vrana 3a3df6962b MongoDB: Move common code to function 2021-02-09 11:04:17 +01:00
Jakub Vrana 1e4fb073b5 MongoDB: Display Authentication failed instead of exception 2021-02-09 11:04:10 +01:00
Jakub Vrana 08637cee62 Delete duplicate code 2021-02-09 10:29:19 +01:00
Jakub Vrana 4742bde873 Fix operators init 2021-02-09 10:19:05 +01:00
Jakub Vrana 7a89b5a037 PostgreSQL: Fix displaying NULL bytea fields 2021-02-09 10:08:27 +01:00
Takashi SHIRAI c5b5b61be1 Avoid errors about 'view_trigger'
Signed-off-by: Takashi SHIRAI <shirai@nintendo.co.jp>
2021-02-09 09:57:29 +01:00