1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 15:47:00 +02:00

Commit Graph

  • 434a8f7705 CSS: Disable odd on hover Jakub Vrana 2025-03-12 13:58:20 +01:00
  • f9478c67d2 CSS: Merge rules Jakub Vrana 2025-03-12 12:57:59 +01:00
  • f2ce6c0a71 Wrap long lines Jakub Vrana 2025-03-12 11:38:28 +01:00
  • a50b3d6385 MS SQL: Fix editing rows with datetime column in primary key Jakub Vrana 2025-03-12 09:26:17 +01:00
  • e39deca4f1 Wrap Schema: in navigation to <span> (fix #907) Jakub Vrana 2025-03-12 09:13:53 +01:00
  • ce69970f54 Update German translation (by @wintstar) Jakub Vrana 2025-03-12 09:09:09 +01:00
  • 51ac1312a1 MariaDB: Don't display NULL as default value Jakub Vrana 2025-03-12 08:51:25 +01:00
  • 4505544953 Code style: exclude removed extensions Jakub Vrana 2025-03-12 08:12:28 +01:00
  • fa75213ff6 Coverage: Fix newlines Jakub Vrana 2025-03-12 06:15:47 +01:00
  • 63acb37ea6 Coverage: Display drivers Jakub Vrana 2025-03-12 06:09:18 +01:00
  • 3ad6c16f59 Coverage: Modernize HTML Jakub Vrana 2025-03-12 06:05:35 +01:00
  • 22d08b4a50 Add comment Jakub Vrana 2025-03-12 06:01:29 +01:00
  • dd3cc4e683 Add plugin AdminerEditorViews (fix #905) Jakub Vrana 2025-03-12 05:22:57 +01:00
  • 5504a617d0 Compile: Support private static Jakub Vrana 2025-03-12 05:03:42 +01:00
  • 2fdebfda29 Ensure PHP 5.3 compatibility Jakub Vrana 2025-03-11 21:43:59 +01:00
  • dc2e945aef MySQL: Convert binary default value to hex when editing Jakub Vrana 2025-03-11 20:25:52 +01:00
  • 43d86287c4 Fix focusing first field Jakub Vrana 2025-03-11 20:16:49 +01:00
  • a94a727af7 PostgreSQL PDO: Escape bytea values (bug #218) Jakub Vrana 2025-03-11 19:26:21 +01:00
  • c2d29a6937 MySQL: Display default values of binary columns Jakub Vrana 2025-03-11 19:25:42 +01:00
  • c082136558 Rename variable Jakub Vrana 2025-03-11 18:40:34 +01:00
  • 7b1ea5fa2c AdminerDumpAlter: Use dumpFooter Jakub Vrana 2025-03-11 18:20:11 +01:00
  • 156839142e Fix plugin AdminerPrettyJsonColumn Jakub Vrana 2025-03-11 18:16:44 +01:00
  • 2ee4e3b2e1 Compile: Fix shortening in protected functions Jakub Vrana 2025-03-11 17:56:21 +01:00
  • 8b4c8b0156 Fix coverage Jakub Vrana 2025-03-11 14:37:08 +01:00
  • 9702878297 Develop Jakub Vrana 2025-03-11 13:53:42 +01:00
  • 4a54648995 Release 5.0.4 v5.0.4 Jakub Vrana 2025-03-11 13:52:53 +01:00
  • 2e5027a1aa Compile: Fix shortening in private methods Jakub Vrana 2025-03-11 13:50:23 +01:00
  • 5a4c4dd892 Release 5.0.3 v5.0.3 Jakub Vrana 2025-03-11 13:16:35 +01:00
  • 7ef009336f PostgreSQL: Fix where and order privileges (fix #902) Jakub Vrana 2025-03-11 13:07:00 +01:00
  • 1defc94d12 Fix $result visibility Jakub Vrana 2025-03-11 12:53:35 +01:00
  • 5d3376e620 Check more style Jakub Vrana 2025-03-11 12:21:07 +01:00
  • d410cdc5be Mongo: Add helper method Jakub Vrana 2025-03-11 11:13:40 +01:00
  • a44e625882 Set visibility to protected Jakub Vrana 2025-03-11 11:05:39 +01:00
  • ae57d42105 SQLite: Fix calling private property Jakub Vrana 2025-03-11 10:54:21 +01:00
  • 199edfe11f Plugins: Add method dumpFooter() Jakub Vrana 2025-03-11 08:59:38 +01:00
  • b02c3e1f7f Use private visibility Jakub Vrana 2025-03-11 08:36:35 +01:00
  • 98cb9b9aca Add comment Jakub Vrana 2025-03-11 08:29:01 +01:00
  • 514d64048d Disallow var Jakub Vrana 2025-03-11 08:09:57 +01:00
  • 1e963cf90f Change var to public Jakub Vrana 2025-03-11 08:08:32 +01:00
  • 0c15a9f42d Use private visibility on methods Jakub Vrana 2025-03-11 07:56:28 +01:00
  • c454ea8430 Use protected visibility Jakub Vrana 2025-03-11 07:49:10 +01:00
  • 607febea8e Use private visibility Jakub Vrana 2025-03-11 07:46:31 +01:00
  • ebd5f19dd4 Use protected visibility Jakub Vrana 2025-03-11 07:21:13 +01:00
  • 1b0984ff31 Compile: Change public to var Jakub Vrana 2025-03-11 07:16:04 +01:00
  • b017928256 Revert accidental revert Jakub Vrana 2025-03-11 07:05:16 +01:00
  • 526077535e Update changes Jakub Vrana 2025-03-11 07:00:21 +01:00
  • 8274b2e0e8 Update bug template Jakub Vrana 2025-03-11 06:50:04 +01:00
  • 8f7d456887 Update changes Jakub Vrana 2025-03-11 06:45:38 +01:00
  • 91b735c576 Compile: Support \r\n line ends Jakub Vrana 2025-03-11 06:30:31 +01:00
  • 916b9e62de Fix double unescaping Jakub Vrana 2025-03-11 06:19:01 +01:00
  • f25c65837f Add comment Jakub Vrana 2025-03-10 23:44:06 +01:00
  • b0182834bf Fix typo Jakub Vrana 2025-03-10 23:41:10 +01:00
  • 6bf0b85919 Compile: supports visibility modifiers David Grudl 2025-03-11 00:29:17 +01:00
  • 37e63dd82f MySQL: Stop treating enum as set as numbers (bug #475) Jakub Vrana 2025-03-10 23:32:28 +01:00
  • 6fdde32f86 Remove check for PHP version Jakub Vrana 2025-03-10 22:59:46 +01:00
  • aeac0a3329 MySQL: Allow setting default values of text column Jakub Vrana 2025-03-10 21:09:09 +01:00
  • fde7d7dde2 Elastic: Properly display sparse result rows Christian Weiske 2025-02-28 12:45:03 +01:00
  • e993462412 Elastic: Fix record insertion on Elasticsearch 7 Christian Weiske 2025-03-10 08:42:49 +01:00
  • 31f8f61d0e MySQL, MariaDB: Fix default values with ' (fix #895) Jakub Vrana 2025-03-10 21:01:21 +01:00
  • e589ee3fde MariaDB: Fix creating and altering generated columns (fixes #897) Jakub Vrana 2025-03-10 19:17:22 +01:00
  • 35274f18bb Update issue templates Jakub Vrána 2025-03-10 19:09:56 +01:00
  • f8b2640156 Fix gzip export (fixes #896) Jakub Vrana 2025-03-10 18:51:28 +01:00
  • bb23546478 Use <datalist> for altering collations Jakub Vrana 2025-03-10 11:53:34 +01:00
  • dddfc190a5 Split helper html_radios Jakub Vrana 2025-03-10 11:31:43 +01:00
  • 40760d153c Update changes Jakub Vrana 2025-03-10 09:08:33 +01:00
  • 4fe3d17255 Update Slovak translation Peter Knut 2025-03-02 23:34:25 +01:00
  • 6dcc5081e1 Fix importing multiple SQL files not terminated by semicolon Jakub Vrana 2025-03-10 08:33:25 +01:00
  • df6fe6b108 Fix link Jakub Vrana 2025-03-10 07:55:45 +01:00
  • e6339046ff Remove unused variable Jakub Vrana 2025-03-10 07:37:02 +01:00
  • 2c0cfbdd3f Develop Jakub Vrana 2025-03-10 07:19:00 +01:00
  • f13770c664 Make login to Elasticsearch work again Christian Weiske 2025-03-10 08:27:22 +01:00
  • 100a1f49bc Release 5.0.2 v5.0.2 Jakub Vrana 2025-03-10 07:18:15 +01:00
  • 47ccd9b44d Add comment Jakub Vrana 2025-03-09 07:26:56 +01:00
  • 7512bc2d51 Wrap username in <span> Dragsio 2025-03-09 16:03:40 +01:00
  • 4991817b0d Extract variable Jakub Vrana 2025-03-08 23:12:08 +01:00
  • e883ad428e Add support for "order" field privilege Peter Knut 2021-04-05 00:32:25 +02:00
  • 87d87248c1 Add support for "where" field privilege Peter Knut 2021-04-05 00:08:42 +02:00
  • 862e5b4aa4 Move variable initialization Jakub Vrana 2025-03-08 21:45:21 +01:00
  • ad2cbbf26e Use helper function Jakub Vrana 2025-03-08 19:57:36 +01:00
  • afe7dd9ad9 Display explain on first click Jakub Vrana 2025-03-08 18:14:13 +01:00
  • 3b2ef32349 Add missing namespace to plugin Jakub Vrana 2025-03-08 17:32:52 +01:00
  • 47b64f4752 Composer: Add script for cleaning Jakub Vrana 2025-03-08 17:10:21 +01:00
  • a1c3e34e04 Translations: check fullstops in 'ja' and 'he' Jakub Vrana 2025-03-08 17:06:30 +01:00
  • 608eec89dd Translations: Add missing placeholders Jakub Vrana 2025-03-08 10:03:06 +01:00
  • cfe39e48ca Update xx translation Jakub Vrana 2025-03-08 09:54:20 +01:00
  • 900a3c0d6a Translations: Fix fullstops Jakub Vrana 2025-03-08 08:09:29 +01:00
  • ead6a9a36f Polish: Change link to web Jakub Vrana 2025-03-08 06:49:32 +01:00
  • d05a758a88 Update Polish translation Matthaiks 2025-03-07 20:03:58 +01:00
  • b0450d0d2a PostgreSQL: Fix setting NULL and original value on enum (bug #884) Jakub Vrana 2025-03-08 06:44:12 +01:00
  • e7c3a046a7 Oracle: Fix Db::result Jakub Vrana 2025-03-08 06:14:26 +01:00
  • d35c896b92 Add helper function Jakub Vrana 2025-03-08 06:13:18 +01:00
  • 4b71549ca0 CockroachDB: Add support via PostgreSQL driver Jakub Vrana 2025-03-08 05:56:49 +01:00
  • ab0f07dd81 Don't create Driver with connection error Jakub Vrana 2025-03-08 05:37:01 +01:00
  • c19e6f27f1 Move issues to GitHub Jakub Vrana 2025-03-07 19:39:28 +01:00
  • 14b257784b Develop Jakub Vrana 2025-03-07 13:19:13 +01:00
  • b93d4e2882 Release 5.0.1 v5.0.1 Jakub Vrana 2025-03-07 13:17:55 +01:00
  • 28c171f681 PostgreSQL: Support indexes on materialized views (PR #467) Jakub Vrana 2025-03-07 13:13:53 +01:00
  • 22a544f71c Add missing namespace Jakub Vrana 2025-03-07 12:50:23 +01:00
  • 2c9f380c64 Elastic: Remove plugin for version 5 Jakub Vrana 2025-03-07 12:17:14 +01:00
  • 9918f4155e Pass credentials to connect() Jakub Vrana 2025-03-07 12:03:29 +01:00