1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-06 22:56:46 +02:00

Commit Graph

  • 109b0df6de Readme: Remove duplicite information Jakub Vrana 2025-03-26 10:34:11 +01:00
  • 6e7158537f Add comment Jakub Vrana 2025-03-26 10:25:13 +01:00
  • c5f87110ff Notices: Use idx() Jakub Vrana 2025-03-26 07:55:30 +01:00
  • 1a2ae0e29e AdminerDarkSwitcher: Work with compiled version (bug #926) Jakub Vrana 2025-03-26 07:28:34 +01:00
  • 1b8a428d2f Notices: Avoid accessing offset on null Jakub Vrana 2025-03-26 04:16:17 +01:00
  • d3be21e000 Tests: Add schema Jakub Vrana 2025-03-26 07:17:25 +01:00
  • 012562571a MySQL: Simplify condition in fk_support Jakub Vrana 2025-03-26 03:29:22 +01:00
  • 41aad5bc37 Doc-comment: Use type aliases for arrays Jakub Vrana 2025-03-26 02:23:29 +01:00
  • cd5ccddd22 Display error for invalid table Jakub Vrana 2025-03-26 01:37:53 +01:00
  • cccc784da4 Always return array from table_status() Jakub Vrana 2025-03-26 01:34:48 +01:00
  • cd207238b7 Move icons to CSS Jakub Vrana 2025-03-26 00:08:16 +01:00
  • 67fa4c2a6f Schema: Move style to CSS Jakub Vrana 2025-03-25 22:35:31 +01:00
  • eac7d042ed Avoid <optgroup> in <datalist> Jakub Vrana 2025-03-25 21:58:43 +01:00
  • a2077070af CSS: Invert icons in dark mode Jakub Vrana 2025-03-25 21:47:25 +01:00
  • 26adca1003 Simplify designs.php Jakub Vrana 2025-03-25 21:10:02 +01:00
  • 76d810faca lucas-sandery design: Icons with uncompiled version (fix #954) Jakub Vrana 2025-03-25 21:06:43 +01:00
  • db0e44221b Doc-comments: Use special PHPStan types Jakub Vrana 2025-03-25 15:14:19 +01:00
  • 01e2fe4234 Doc-comments: Use array shapes in @return Jakub Vrana 2025-03-25 15:08:13 +01:00
  • 4d2b5144b1 Doc-comments: Improve array @var Jakub Vrana 2025-03-25 14:41:26 +01:00
  • 2ee325183b Doc-comment: Improve array @param Jakub Vrana 2025-03-25 14:31:27 +01:00
  • 26aa48122f Doc-comments: Improve array @return Jakub Vrana 2025-03-25 13:08:03 +01:00
  • 19b7358452 AdminerSqlGemini: Highlight button Jakub Vrana 2025-03-25 07:13:43 +01:00
  • a1080ea8dc JS: Simplify SubmitHighlight Jakub Vrana 2025-03-25 06:58:35 +01:00
  • 9b1b779dbd AdminerSqlGemini: Handle Ctrl+Enter Jakub Vrana 2025-03-25 06:56:00 +01:00
  • 4bbbea2fbe AdminerSqlGemini: Wrap returned text to comment Jakub Vrana 2025-03-25 06:49:34 +01:00
  • 16e49d27cb AdminerSqlGemini: Return more columns by default Jakub Vrana 2025-03-25 06:29:41 +01:00
  • 190d91a0f9 AdminerSqlGemini: Send vendor Jakub Vrana 2025-03-25 06:17:21 +01:00
  • 2c72b879e9 Simplify saving flavor Jakub Vrana 2025-03-25 06:15:09 +01:00
  • 001f5ac21a AdminerSqlGemini: Avoid button jumping Jakub Vrana 2025-03-25 06:07:51 +01:00
  • b13c76149f Add comment Jakub Vrana 2025-03-25 05:39:25 +01:00
  • 27a5aeea86 AdminerSqlLog: Update comment Jakub Vrana 2025-03-24 23:49:30 +01:00
  • 5a1be8ae65 More developer notes Jakub Vrana 2025-03-24 19:17:18 +01:00
  • 5dea23a07a Develop Jakub Vrana 2025-03-24 17:35:59 +01:00
  • 99a0949d2a Release 5.1.0 v5.1.0 Jakub Vrana 2025-03-24 17:35:22 +01:00
  • 1cf5a91d98 Export: Use output buffering Jakub Vrana 2025-03-24 17:28:53 +01:00
  • dcde78eef2 Document //! Jakub Vrana 2025-03-24 17:21:44 +01:00
  • 88821a5780 Move beforeunload to plugin Jakub Vrana 2025-03-24 16:55:40 +01:00
  • 078a8b3d6b Improve handling of translations with ' Jakub Vrana 2025-03-24 15:57:46 +01:00
  • 4df205d4ec Added Uzbek language Inoyatulloh 2025-03-24 01:41:52 +05:00
  • a50395c275 AdminerTablesFilter: Fix JS variable visibility Karel Uhlík 2025-03-23 21:19:00 +01:00
  • 8b93d51c68 MS SQL PDO: Hide unsupported EXPLAIN Jakub Vrana 2025-03-24 14:47:55 +01:00
  • 50cdbbe415 Non-MySQL: Better field types in SQL command Jakub Vrana 2025-03-24 14:41:08 +01:00
  • f5d23a8cad MS SQL PDO: Display last insert ID Jakub Vrana 2025-03-24 14:25:38 +01:00
  • 3bc675b0fc MS SQL: Common parent for PDO Db Jakub Vrana 2025-03-24 14:11:25 +01:00
  • b86a9cb5fb Turn on output buffering only after sending headers Jakub Vrana 2025-03-24 14:02:01 +01:00
  • cd53c54b6a Tests MS SQL: Connect to default server Jakub Vrana 2025-03-24 13:45:38 +01:00
  • 99163feefb SQLite PDO: Display results in SQL query Jakub Vrana 2025-03-24 13:43:55 +01:00
  • 84e4971b1e Tests: Check loaded plugin Jakub Vrana 2025-03-24 12:56:58 +01:00
  • d22b1091f1 Notices: fetch_field in PDO Jakub Vrana 2025-03-24 12:43:28 +01:00
  • b349830758 PostgreSQL: Fix number of affected rows after clone Jakub Vrana 2025-03-24 10:24:47 +01:00
  • b8eb0ad8f5 Notices: Declare properties in fetch_field() Jakub Vrana 2025-03-24 09:49:42 +01:00
  • c47590bb0d Fix JS error on AI column input Jakub Vrana 2025-03-24 08:39:04 +01:00
  • 486f164247 Notices: Declare Db::$info at least in MySQL Jakub Vrana 2025-03-24 12:16:24 +01:00
  • edce93ca80 Tests: Fix AI Jakub Vrana 2025-03-24 08:32:33 +01:00
  • 858c914a50 AdminerDarkSwitcher: Icon Jakub Vrana 2025-03-24 07:38:33 +01:00
  • 9fd9a1fc8d Mute the same error in PHP 5 Jakub Vrana 2025-03-24 07:25:17 +01:00
  • 60555c5736 Editor: Fix pre-selecting empty enum Jakub Vrana 2025-03-24 06:41:31 +01:00
  • 8cec1bd611 Notices: Declare Adminer::$error Jakub Vrana 2025-03-24 06:17:38 +01:00
  • 9b84908b99 Notices: Require declared properties Jakub Vrana 2025-03-24 06:08:07 +01:00
  • 3dd1b41472 Notices: Store maria into a declared variable Jakub Vrana 2025-03-24 05:58:35 +01:00
  • b89f628e40 Reset onbeforeupload after Save and continue edit Jakub Vrana 2025-03-23 22:31:30 +01:00
  • 708646156a Notices: Enable E_NOTICE and E_STRICT Jakub Vrana 2025-03-23 22:11:05 +01:00
  • 9e52f0fa2e Notices: Check session status before restarting Jakub Vrana 2025-03-23 22:09:46 +01:00
  • 3cd50c9a02 Notices: Silent unavoidable error Jakub Vrana 2025-03-23 21:40:49 +01:00
  • f5ecb18896 Notices: Add helper for reset() with expression Jakub Vrana 2025-03-23 21:38:36 +01:00
  • 0501846743 AdminerSqlGemini: Support multiple instructions Jakub Vrana 2025-03-23 20:24:25 +01:00
  • 8db8b7a10d Plugins: Use call_user_func_array Jakub Vrana 2025-03-23 20:15:04 +01:00
  • d6a417fa58 Add comment Jakub Vrana 2025-03-23 19:59:54 +01:00
  • 4477f95426 AdminerEditCalendar: Avoid work in constructor Jakub Vrana 2025-03-23 18:41:09 +01:00
  • 6a64c7771b Plugins: Display doc-comments at server overview Jakub Vrana 2025-03-23 18:34:13 +01:00
  • c32e4f82fe AdminerSqlGemini: Display progress Jakub Vrana 2025-03-23 17:27:43 +01:00
  • 19bb320e7a New plugin: Verify new versions from GitHub Jakub Vrana 2025-03-23 17:15:07 +01:00
  • fb47ba6bbb Add instructions to translation files Jakub Vrana 2025-03-23 15:35:30 +01:00
  • 03ff0bbc04 JS: Use classList instead of className Jakub Vrana 2025-03-23 15:10:18 +01:00
  • e8055329a6 CSS: Move Logout down on narrow screens (fix #938) Jakub Vrana 2025-03-23 14:06:11 +01:00
  • 9142e7e8a5 AdminerDumpAlter: Rename colliding method (fix #943) Jakub Vrana 2025-03-23 13:56:40 +01:00
  • e975e546e1 Docs: improve style thanks to ChatGPT Jakub Vrana 2025-03-23 13:33:59 +01:00
  • 1b59b10f62 MySQLi: Avoid using PHP 8.1 method Jakub Vrana 2025-03-23 12:37:11 +01:00
  • f1a8bd9ef8 Chrome 134 on iOS: Allow zooming out (bug #940) Jakub Vrana 2025-03-23 12:34:55 +01:00
  • 204176b33b New plugin: AI prompt in SQL command creating the queries with Google Gemini Jakub Vrana 2025-03-23 07:34:33 +01:00
  • cf436d7317 Add CONTRIBUTING Jakub Vrana 2025-03-22 23:48:20 +01:00
  • 7eb92d9601 Add notes for developers Jakub Vrana 2025-03-22 23:40:07 +01:00
  • 8da9239279 Plugins: Remove obsolete instructions Jakub Vrana 2025-03-22 22:34:52 +01:00
  • e0dde9034f Doc-comments: Use consistent style Jakub Vrana 2025-03-22 21:04:58 +01:00
  • 9b162e8291 PostgreSQL: Fix clone after e395fe5 Jakub Vrana 2025-03-22 20:55:51 +01:00
  • 359fdf3d07 MySQLi: Use fetch_column Jakub Vrana 2025-03-22 08:50:47 +01:00
  • 00b7056147 MySQLi: Add comment Jakub Vrana 2025-03-22 08:28:39 +01:00
  • db829fd463 PDO: Handle PHP warnings for internal queries Jakub Vrana 2025-03-22 08:25:51 +01:00
  • 359d153130 Tests PostgreSQL: Fix after e395fe5 Jakub Vrana 2025-03-22 08:03:30 +01:00
  • ab44927442 Tests: Run also in PDO Jakub Vrana 2025-03-22 07:22:06 +01:00
  • 01a6af8b70 Tests: Remove localhost:8080 Jakub Vrana 2025-03-22 06:47:25 +01:00
  • 3f2eec9b92 URL parameter ?ext=pdo to force using PDO Jakub Vrana 2025-03-22 06:15:57 +01:00
  • aaca1eee8e JS: Unsupport event.srcElement Jakub Vrana 2025-03-21 23:41:46 +01:00
  • 26db8596aa JS: Simplify hiding ajaxstatus Jakub Vrana 2025-03-21 23:31:56 +01:00
  • 5aedb33fb6 JS: Simplify onbeforeunload Jakub Vrana 2025-03-21 23:19:31 +01:00
  • 7fca87dfd7 JS: Unsupport old IE Jakub Vrana 2025-03-21 23:11:08 +01:00
  • 711f41d05b Ctrl+click in select moves the cursor in modern browsers Jakub Vrana 2025-03-21 23:10:44 +01:00
  • f7b20b5f6f Increase space after SQL result (fix #937) Jakub Vrana 2025-03-21 22:31:44 +01:00
  • 719c1e7067 Plugins autoloading: Link help Jakub Vrana 2025-03-21 08:18:40 +01:00
  • 83a8b18c85 Spanish translation upgrade John F. Arroyave Gutiérrez 2025-03-21 10:07:10 -05:00