Commit Graph

  • 0411495d20 Move inline event handlers to <script> Jakub Vrana 2018-01-12 17:19:35 +01:00
  • 3d69fbf5f7 Allow searching data in tables by Ctrl+Enter Jakub Vrana 2018-01-12 16:54:50 +01:00
  • 5e9df49fd1 Move inline event handlers to <script> Jakub Vrana 2018-01-12 16:51:45 +01:00
  • 565a5ca0eb Fix selectors in schema after 58b2904d Jakub Vrana 2018-01-12 16:38:40 +01:00
  • 9061583538 Rely on event always passed to handlers Jakub Vrana 2018-01-12 16:33:20 +01:00
  • 35b1db6974 Move inline event handlers to <script> Jakub Vrana 2018-01-12 16:29:18 +01:00
  • 068ee71bf7 Return false from editingRemoveRow Jakub Vrana 2018-01-12 16:06:00 +01:00
  • efcf37d162 Move inline event handlers to <script> Jakub Vrana 2018-01-12 16:05:14 +01:00
  • e645693147 Use script() for <script> Jakub Vrana 2018-01-12 15:27:44 +01:00
  • 12fbfc9847 Move inline event handlers to <script> Jakub Vrana 2018-01-12 14:55:00 +01:00
  • 6b2ba65084 Use <script> instead of inline event handler in print_fieldset() Jakub Vrana 2018-01-12 14:49:55 +01:00
  • a5ee3451ac Use <script> instead of inline event handler in confirm() Jakub Vrana 2018-01-12 14:43:55 +01:00
  • da671df728 Move inline event handlers to <script> Jakub Vrana 2018-01-12 14:35:22 +01:00
  • 650221357d Return false from ajaxSetHtml() Jakub Vrana 2018-01-12 13:55:33 +01:00
  • d996b48cfa Move inline event handlers to <script> Jakub Vrana 2018-01-12 13:54:08 +01:00
  • 22b4322710 Revert using @this in formChecked Jakub Vrana 2018-01-12 13:20:43 +01:00
  • 36edd445a6 Move inline event handlers to <script> Jakub Vrana 2018-01-12 13:18:44 +01:00
  • 7305783c21 Return false from toggle() Jakub Vrana 2018-01-12 13:09:30 +01:00
  • ee3a88d574 onchange='selectFieldChange Jakub Vrana 2018-01-12 13:08:21 +01:00
  • e5c52589ec Use @this in selectFieldChange Jakub Vrana 2018-01-12 12:50:09 +01:00
  • 3b0e1cf289 Move inline event handlers to <script> Jakub Vrana 2018-01-12 12:42:30 +01:00
  • 767fc0e47e Fix indexesAddColumn after 14778165 Jakub Vrana 2018-01-12 12:09:53 +01:00
  • 63581af0f6 Move inline event handlers to <script> Jakub Vrana 2018-01-12 11:56:03 +01:00
  • 813ada6661 Revert using @this in formChecked Jakub Vrana 2018-01-11 18:58:00 +01:00
  • 4be72a2a0d Allow customizing CSP Jakub Vrana 2018-01-09 18:53:17 +01:00
  • 541c3c1fed Allow img-src data: common in skins Jakub Vrana 2018-01-09 18:29:19 +01:00
  • 3408d4ad78 Use JSON.parse if available Jakub Vrana 2018-01-09 18:16:02 +01:00
  • e614ae08c4 Add Content Security Policy Jakub Vrana 2018-01-09 18:10:38 +01:00
  • 552d2a6be4 Always send security headers in customization Jakub Vrana 2018-01-09 13:48:51 +01:00
  • 415253b1b1 Add nosniff header Jakub Vrana 2018-01-09 11:04:02 +01:00
  • d07b7e3773 Use Referrer-Policy instead of <meta name="referrer"> Jakub Vrana 2018-01-09 11:01:37 +01:00
  • 3de101dff4 Editor: Fix doubleclick on database page Jakub Vrana 2018-01-11 17:24:51 +01:00
  • 48dacd1e97 Fix a typo from 9cb28186 Jakub Vrana 2018-01-11 17:05:37 +01:00
  • 14778165a8 Use @this in JavaScript (prepares for removing inline event handlers) Jakub Vrana 2018-01-11 17:00:39 +01:00
  • 72b199378a Prevent PHP 7.1 warning about non-numeric values Jakub Vrana 2018-01-11 16:21:33 +01:00
  • 329fa55af5 Unindent doc-comments Jakub Vrana 2018-01-11 15:14:05 +01:00
  • ecf34769ad Delete type="text/css" from <style> as it is the default in HTML5 Jakub Vrana 2018-01-11 14:13:18 +01:00
  • dc85ba2d86 Delete type="text/javascript" from <script> as it is the default in HTML5 Jakub Vrana 2018-01-11 14:10:46 +01:00
  • 741b76fbd4 Replace getElementsByTagName by shortcut for querySelectorAll Jakub Vrana 2018-01-11 13:42:45 +01:00
  • 58b2904d62 Use querySelector Jakub Vrana 2018-01-11 12:07:33 +01:00
  • 9cb281868f Replace getElementById by shortcut for querySelector (requires IE8) Jakub Vrana 2018-01-11 11:55:17 +01:00
  • 67f6aea77f Fix skin for Chrome 61 (thanks to Dominik Ulrich) Jakub Vrana 2017-10-28 15:05:07 +02:00
  • 7bcba262df Editor: Display field comment's text inside [] only in edit form Jakub Vrana 2017-10-01 08:45:17 -07:00
  • 75c0786d2e Fix hebrew typos (#228) Itamar Schen 2017-09-29 10:25:32 +03:00
  • c4f6cbb32e Add new Hebrew translations Jakub Vrana 2017-09-11 13:25:49 +02:00
  • b10e9e127e Add Hebrew translation Jakub Vrana 2017-09-09 12:06:14 +02:00
  • 32f1e856ad Editor: Don't set time zone from PHP Lukas Tribus 2017-09-09 11:44:42 +02:00
  • 17e45e9a9c Make sure all sidebar elements are pushed down, not just the form. Jonathan Vollebregt 2017-09-02 20:14:51 +02:00
  • e1f43da8df Update AdminerTablesFilter to produce li as per c9801e2e24 Jonathan Vollebregt 2017-05-03 22:14:14 +02:00
  • 70aef8a55a MySQL: Remove dedicated view for replication status Jakub Vrana 2017-05-19 11:11:44 +02:00
  • 0b824dad29 Sort table names (bug #552) Jakub Vrana 2017-05-19 10:56:17 +02:00
  • 65fa4b4e31 Update es.inc.php Alfonso Montero 2017-04-21 17:13:35 +02:00
  • c0a3f30060 Add a donate link Jakub Vrana 2017-04-16 10:42:27 +02:00
  • 7af1ee3702 Release 4.3.1 v4.3.1 Jakub Vrana 2017-04-14 09:48:11 +02:00
  • 3cbece1ec0 Fix SQL command autofocus Jakub Vrana 2017-04-09 12:29:42 +02:00
  • 0d73372c50 Add a todo Jakub Vrana 2017-04-09 12:13:18 +02:00
  • fb7bd02713 Don't overwrite previous cookies (bug #539) Jakub Vrana 2017-04-09 11:03:42 +02:00
  • fb71941daa PostgreSQL: Fix JSONB version support Jakub Vrana 2017-04-08 20:17:08 +02:00
  • 504c56216c PostgreSQL: Support JSON and JSONB data types (bug #542) Jakub Vrana 2017-04-08 19:59:13 +02:00
  • 88803c6d0e Update haeckel design (thanks to Klemens Haeckel) Jakub Vrana 2017-04-08 19:51:13 +02:00
  • b585ee8261 Updating Russian translation Andre Polykanine A.K.A. Menelion Elensúlë 2017-04-01 21:59:20 +03:00
  • f4817e8568 Fix table dependency on export Deni 2017-04-06 18:15:06 +02:00
  • 105aca9b04 Fix PostgreSQL nullable fields in export Deni 2017-04-06 17:39:25 +02:00
  • f556f6acb1 PostgreSQL: Fix index size computation in PostgreSQL < 9.0 (reverts 4c78976c) Jakub Vrana 2017-04-08 19:32:29 +02:00
  • 22d0cf4171 Release 4.3.0 v4.3.0 Jakub Vrana 2017-03-15 18:24:12 +01:00
  • fa0963f370 Reorder changelog Jakub Vrana 2017-03-15 16:57:58 +01:00
  • ba28845651 Update JUSH Jakub Vrana 2017-03-15 12:53:26 +01:00
  • 8fd7ff0187 Highlight JSON Jakub Vrana 2017-03-10 08:56:58 +01:00
  • e040b296c5 Print number of bytes in blob in italics Jakub Vrana 2017-03-10 08:19:58 +01:00
  • b616c57352 MySQL: Support JSON data type Jakub Vrana 2017-03-10 08:15:52 +01:00
  • 50390ea38c Support MySQL 8 Jakub Vrana 2017-03-09 18:52:00 +01:00
  • 9d7d30891e Use SameSite cookies (except session cookie) Jakub Vrana 2017-03-07 18:12:23 +01:00
  • 4cf73abccd Rely on noreferrer in Firefox too Jakub Vrana 2017-03-01 11:35:01 +01:00
  • 2d6451b99a Improve SQLite login error message Jakub Vrana 2017-03-01 11:23:20 +01:00
  • 40d1feec9f Update URL Jakub Vrana 2017-02-27 13:43:33 +01:00
  • e40d9692c7 Save bytes Jakub Vrana 2017-02-22 11:49:25 +01:00
  • 770fc9673c Lint PHP files Jakub Vrana 2017-02-21 13:47:19 +01:00
  • 56b6590a4f Simplify SQLite development Jakub Vrana 2017-02-21 13:13:39 +01:00
  • f8fd4dd6e3 Document new engines Jakub Vrana 2017-02-21 13:05:43 +01:00
  • d8c28d1c91 Avoid referencing global variable (doesn't work in PHP 7.1 if Adminer is included inside a function) Jakub Vrana 2017-02-21 11:52:28 +01:00
  • 46f39f3cdb Bump version Jakub Vrana 2017-02-20 18:11:31 +01:00
  • 8a9df8ede1 Elasticsearch: allow empty server name Jakub Vrana 2017-02-20 18:07:30 +01:00
  • e4d35f9591 Hide materialized views in MySQL Jakub Vrana 2017-02-19 15:11:05 +01:00
  • 346353153d Unindent Jakub Vrana 2017-02-19 14:32:01 +01:00
  • 9df33e82e6 Elasticsearch: Support HTTPS by inputting https://server (bug #446) Jakub Vrana 2017-02-20 18:06:14 +01:00
  • fa09eba15e Save bytes Jakub Vrana 2017-02-20 17:25:59 +01:00
  • d5b329a1a4 MySQL: Support spatial indexes (bug #455) Jakub Vrana 2017-02-20 17:25:19 +01:00
  • 0cd02bb98a Fix dropping foreign keys linking to other database Jakub Vrana 2017-02-20 16:59:13 +01:00
  • a7cbf66347 Move 'Create user' above the list of users Jakub Vrana 2017-02-20 16:52:10 +01:00
  • fa6865da6a Use 'Create database' instead of 'Create new database' Jakub Vrana 2017-02-20 16:47:03 +01:00
  • 63b6b99365 Support high Unicode characters in shorten_utf8 (bug #481) Jakub Vrana 2017-02-20 16:22:30 +01:00
  • a0a1476e5b Fix where() escaping in MS SQL (bug #496) Jakub Vrana 2017-02-20 15:23:22 +01:00
  • 8a9d803137 Add jsonly class to JS checkboxes Jakub Vrana 2017-02-20 15:11:47 +01:00
  • 4588af77ac Display message about missing master status Jakub Vrana 2017-02-20 14:06:19 +01:00
  • 91bd2e84f5 Add Czech translation Jakub Vrana 2017-02-20 12:55:57 +01:00
  • 2a534798fa Add basic support for MySQL replication Matthew Gamble 2015-12-05 10:43:28 +11:00
  • a062e9cc58 Checkbox for bool in psql Adam Kuśmierz 2016-06-29 18:27:34 +02:00
  • 6c84764334 Fixed all alternative designs after changes in a list of tables made here: https://github.com/vrana/adminer/pull/116 Peter Knut 2017-02-19 23:18:44 +01:00
  • a01ca3ade4 PostgreSQL: Allow changing materialized views Jakub Vrana 2017-02-20 12:13:09 +01:00
  • 6ee4692afd PostgreSQL: Fix index size computation Jakub Vrana 2017-02-20 12:06:41 +01:00