]>
git.joonet.de Git - adminer.git/log
Jakub Vrana [Fri, 12 Jan 2018 16:33:23 +0000 (17:33 +0100)]
Clone onchange in cloneNode()
Jakub Vrana [Fri, 12 Jan 2018 16:19:35 +0000 (17:19 +0100)]
Move inline event handlers to <script>
Jakub Vrana [Fri, 12 Jan 2018 15:54:50 +0000 (16:54 +0100)]
Allow searching data in tables by Ctrl+Enter
Jakub Vrana [Fri, 12 Jan 2018 15:51:45 +0000 (16:51 +0100)]
Move inline event handlers to <script>
Jakub Vrana [Fri, 12 Jan 2018 15:38:40 +0000 (16:38 +0100)]
Fix selectors in schema after
58b2904d
Jakub Vrana [Fri, 12 Jan 2018 15:33:20 +0000 (16:33 +0100)]
Rely on event always passed to handlers
Jakub Vrana [Fri, 12 Jan 2018 15:29:18 +0000 (16:29 +0100)]
Move inline event handlers to <script>
Jakub Vrana [Fri, 12 Jan 2018 15:06:00 +0000 (16:06 +0100)]
Return false from editingRemoveRow
Jakub Vrana [Fri, 12 Jan 2018 15:05:14 +0000 (16:05 +0100)]
Move inline event handlers to <script>
Jakub Vrana [Fri, 12 Jan 2018 14:27:44 +0000 (15:27 +0100)]
Use script() for <script>
Jakub Vrana [Fri, 12 Jan 2018 13:55:00 +0000 (14:55 +0100)]
Move inline event handlers to <script>
Jakub Vrana [Fri, 12 Jan 2018 13:49:55 +0000 (14:49 +0100)]
Use <script> instead of inline event handler in print_fieldset()
Jakub Vrana [Fri, 12 Jan 2018 13:43:55 +0000 (14:43 +0100)]
Use <script> instead of inline event handler in confirm()
Jakub Vrana [Fri, 12 Jan 2018 13:35:22 +0000 (14:35 +0100)]
Move inline event handlers to <script>
Jakub Vrana [Fri, 12 Jan 2018 12:55:33 +0000 (13:55 +0100)]
Return false from ajaxSetHtml()
Jakub Vrana [Fri, 12 Jan 2018 12:54:08 +0000 (13:54 +0100)]
Move inline event handlers to <script>
Jakub Vrana [Fri, 12 Jan 2018 12:20:43 +0000 (13:20 +0100)]
Revert using @this in formChecked
Jakub Vrana [Fri, 12 Jan 2018 12:18:44 +0000 (13:18 +0100)]
Move inline event handlers to <script>
Jakub Vrana [Fri, 12 Jan 2018 12:09:30 +0000 (13:09 +0100)]
Return false from toggle()
Jakub Vrana [Fri, 12 Jan 2018 12:08:21 +0000 (13:08 +0100)]
onchange='selectFieldChange
Jakub Vrana [Fri, 12 Jan 2018 11:50:09 +0000 (12:50 +0100)]
Use @this in selectFieldChange
Jakub Vrana [Fri, 12 Jan 2018 11:42:30 +0000 (12:42 +0100)]
Move inline event handlers to <script>
Jakub Vrana [Fri, 12 Jan 2018 11:09:53 +0000 (12:09 +0100)]
Fix indexesAddColumn after
14778165
Jakub Vrana [Fri, 12 Jan 2018 10:56:03 +0000 (11:56 +0100)]
Move inline event handlers to <script>
Jakub Vrana [Thu, 11 Jan 2018 17:58:00 +0000 (18:58 +0100)]
Revert using @this in formChecked
Jakub Vrana [Tue, 9 Jan 2018 17:53:17 +0000 (18:53 +0100)]
Allow customizing CSP
Jakub Vrana [Tue, 9 Jan 2018 17:29:19 +0000 (18:29 +0100)]
Allow img-src data: common in skins
Jakub Vrana [Tue, 9 Jan 2018 17:16:02 +0000 (18:16 +0100)]
Use JSON.parse if available
Jakub Vrana [Tue, 9 Jan 2018 17:10:38 +0000 (18:10 +0100)]
Add Content Security Policy
Jakub Vrana [Tue, 9 Jan 2018 12:48:51 +0000 (13:48 +0100)]
Always send security headers in customization
Jakub Vrana [Tue, 9 Jan 2018 10:04:02 +0000 (11:04 +0100)]
Add nosniff header
Jakub Vrana [Tue, 9 Jan 2018 10:01:37 +0000 (11:01 +0100)]
Use Referrer-Policy instead of <meta name="referrer">
To make securityheaders.io happy.
Also fix a typo in the value (https://lists.w3.org/Archives/Public/public-webappsec/2015May/0059.html).
Jakub Vrana [Thu, 11 Jan 2018 16:24:51 +0000 (17:24 +0100)]
Editor: Fix doubleclick on database page
Jakub Vrana [Thu, 11 Jan 2018 16:05:37 +0000 (17:05 +0100)]
Jakub Vrana [Thu, 11 Jan 2018 16:00:39 +0000 (17:00 +0100)]
Use @this in JavaScript (prepares for removing inline event handlers)
Jakub Vrana [Thu, 11 Jan 2018 15:21:33 +0000 (16:21 +0100)]
Prevent PHP 7.1 warning about non-numeric values
Jakub Vrana [Thu, 11 Jan 2018 14:14:05 +0000 (15:14 +0100)]
Unindent doc-comments
Jakub Vrana [Thu, 11 Jan 2018 13:13:18 +0000 (14:13 +0100)]
Delete type="text/css" from <style> as it is the default in HTML5
Jakub Vrana [Thu, 11 Jan 2018 13:10:46 +0000 (14:10 +0100)]
Delete type="text/javascript" from <script> as it is the default in HTML5
Jakub Vrana [Thu, 11 Jan 2018 12:42:45 +0000 (13:42 +0100)]
Replace getElementsByTagName by shortcut for querySelectorAll
Jakub Vrana [Thu, 11 Jan 2018 11:07:33 +0000 (12:07 +0100)]
Use querySelector
Jakub Vrana [Thu, 11 Jan 2018 10:55:17 +0000 (11:55 +0100)]
Replace getElementById by shortcut for querySelector (requires IE8)
Jakub Vrana [Sat, 28 Oct 2017 13:05:07 +0000 (15:05 +0200)]
Fix skin for Chrome 61 (thanks to Dominik Ulrich)
Jakub Vrana [Sun, 1 Oct 2017 15:45:17 +0000 (08:45 -0700)]
Editor: Display field comment's text inside [] only in edit form
Itamar Schen [Fri, 29 Sep 2017 07:25:32 +0000 (10:25 +0300)]
Fix hebrew typos (#228)
Jakub Vrana [Mon, 11 Sep 2017 11:25:49 +0000 (13:25 +0200)]
Add new Hebrew translations
Jakub Vrana [Sat, 9 Sep 2017 10:06:14 +0000 (12:06 +0200)]
Add Hebrew translation
Lukas Tribus [Sat, 9 Sep 2017 09:44:42 +0000 (11:44 +0200)]
Editor: Don't set time zone from PHP
Current implementation checks the delta between the local time and
UTC, and applies the delta as time zone for MySQL.
This assumption is wrong if the current time is DST enabled, but the
time that is converted isn't - and vice versa.
For example, Europe/Prague is "CET-1CEST,M3.5.0,M10.5.0/3", when
the MySQL connections is setup now (September, DST enabled) and
we are reading a TIMESTAMP from November, then MySQL applies +0200
instead of +0100 to that timestamp even though November is supposed
to be DST disabled.
There is no reliable and portable way in PHP to understand the
time zone, especially since PHP >= 5.4.0 ignores environment
variable and OS settings [1].
MySQL needs to be properly setup (TZ data loaded [2] and default
TZ set [3]), then everything will work just fine.
The current implementation however causes wrong data 50% of the
time, even when OS/MySQL/PHP is properly setup. As a MySQL
connection will converte timestamps from both DST enabled and
DST disabled dates, a static UTC offset must never be set at
connection level (set time_zone = ...).
This change removes the current implementation, therefor maintaining
OS/MySQL defaults, fixing the DST issue in properly configured
environments.
[1] http://php.net/manual/en/function.date-default-timezone-get.php
[2] https://dev.mysql.com/doc/refman/5.5/en/mysql-tzinfo-to-sql.html
[3] https://dev.mysql.com/doc/refman/5.5/en/time-zone-support.html
Jonathan Vollebregt [Sat, 2 Sep 2017 18:14:51 +0000 (20:14 +0200)]
Make sure all sidebar elements are pushed down, not just the form.
This was breaking the #logins block at the log in screen.
Jonathan Vollebregt [Wed, 3 May 2017 20:14:14 +0000 (22:14 +0200)]
Update AdminerTablesFilter to produce li as per
c9801e2e2418
Jakub Vrana [Fri, 19 May 2017 09:11:44 +0000 (11:11 +0200)]
MySQL: Remove dedicated view for replication status
Jakub Vrana [Fri, 19 May 2017 08:56:17 +0000 (10:56 +0200)]
Sort table names (bug #552)
Alfonso Montero [Fri, 21 Apr 2017 15:13:35 +0000 (17:13 +0200)]
Update es.inc.php
Jakub Vrana [Sun, 16 Apr 2017 08:42:27 +0000 (10:42 +0200)]
Add a donate link
Jakub Vrana [Fri, 14 Apr 2017 07:48:11 +0000 (09:48 +0200)]
Release 4.3.1
Jakub Vrana [Sun, 9 Apr 2017 10:29:42 +0000 (12:29 +0200)]
Fix SQL command autofocus
Jakub Vrana [Sun, 9 Apr 2017 10:13:18 +0000 (12:13 +0200)]
Add a todo
Jakub Vrana [Sun, 9 Apr 2017 09:03:42 +0000 (11:03 +0200)]
Don't overwrite previous cookies (bug #539)
Jakub Vrana [Sat, 8 Apr 2017 18:17:08 +0000 (20:17 +0200)]
PostgreSQL: Fix JSONB version support
Jakub Vrana [Sat, 8 Apr 2017 17:59:13 +0000 (19:59 +0200)]
PostgreSQL: Support JSON and JSONB data types (bug #542)
Jakub Vrana [Sat, 8 Apr 2017 17:51:13 +0000 (19:51 +0200)]
Update haeckel design (thanks to Klemens Haeckel)
Andre Polykanine A.K.A. Menelion Elensúlë [Sat, 1 Apr 2017 18:59:20 +0000 (21:59 +0300)]
Updating Russian translation
Deni [Thu, 6 Apr 2017 16:15:06 +0000 (18:15 +0200)]
Fix table dependency on export
Deni [Thu, 6 Apr 2017 15:39:25 +0000 (17:39 +0200)]
Fix PostgreSQL nullable fields in export
Jakub Vrana [Sat, 8 Apr 2017 17:32:29 +0000 (19:32 +0200)]
PostgreSQL: Fix index size computation in PostgreSQL < 9.0 (reverts
4c78976c )
Jakub Vrana [Wed, 15 Mar 2017 17:24:12 +0000 (18:24 +0100)]
Release 4.3.0
Jakub Vrana [Wed, 15 Mar 2017 15:57:58 +0000 (16:57 +0100)]
Reorder changelog
Jakub Vrana [Wed, 15 Mar 2017 11:53:26 +0000 (12:53 +0100)]
Update JUSH
Jakub Vrana [Fri, 10 Mar 2017 07:56:58 +0000 (08:56 +0100)]
Highlight JSON
Jakub Vrana [Fri, 10 Mar 2017 07:19:58 +0000 (08:19 +0100)]
Print number of bytes in blob in italics
Jakub Vrana [Fri, 10 Mar 2017 07:15:52 +0000 (08:15 +0100)]
MySQL: Support JSON data type
Jakub Vrana [Thu, 9 Mar 2017 17:52:00 +0000 (18:52 +0100)]
Support MySQL 8
Jakub Vrana [Tue, 7 Mar 2017 17:12:23 +0000 (18:12 +0100)]
Use SameSite cookies (except session cookie)
Jakub Vrana [Wed, 1 Mar 2017 10:35:01 +0000 (11:35 +0100)]
Rely on noreferrer in Firefox too
Jakub Vrana [Wed, 1 Mar 2017 10:23:20 +0000 (11:23 +0100)]
Improve SQLite login error message
Jakub Vrana [Mon, 27 Feb 2017 12:43:33 +0000 (13:43 +0100)]
Update URL
Jakub Vrana [Wed, 22 Feb 2017 10:49:25 +0000 (11:49 +0100)]
Save bytes
Jakub Vrana [Tue, 21 Feb 2017 12:47:19 +0000 (13:47 +0100)]
Lint PHP files
Jakub Vrana [Tue, 21 Feb 2017 12:13:39 +0000 (13:13 +0100)]
Simplify SQLite development
Jakub Vrana [Tue, 21 Feb 2017 12:05:43 +0000 (13:05 +0100)]
Document new engines
Jakub Vrana [Tue, 21 Feb 2017 10:52:28 +0000 (11:52 +0100)]
Avoid referencing global variable (doesn't work in PHP 7.1 if Adminer is included inside a function)
Jakub Vrana [Mon, 20 Feb 2017 17:11:31 +0000 (18:11 +0100)]
Bump version
Jakub Vrana [Mon, 20 Feb 2017 17:07:30 +0000 (18:07 +0100)]
Elasticsearch: allow empty server name
Jakub Vrana [Sun, 19 Feb 2017 14:11:05 +0000 (15:11 +0100)]
Hide materialized views in MySQL
Jakub Vrana [Sun, 19 Feb 2017 13:32:01 +0000 (14:32 +0100)]
Unindent
Jakub Vrana [Mon, 20 Feb 2017 17:06:14 +0000 (18:06 +0100)]
Elasticsearch: Support HTTPS by inputting https://server (bug #446)
Jakub Vrana [Mon, 20 Feb 2017 16:25:59 +0000 (17:25 +0100)]
Save bytes
Jakub Vrana [Mon, 20 Feb 2017 16:25:19 +0000 (17:25 +0100)]
MySQL: Support spatial indexes (bug #455)
Jakub Vrana [Mon, 20 Feb 2017 15:59:13 +0000 (16:59 +0100)]
Fix dropping foreign keys linking to other database
Jakub Vrana [Mon, 20 Feb 2017 15:52:10 +0000 (16:52 +0100)]
Move 'Create user' above the list of users
Jakub Vrana [Mon, 20 Feb 2017 15:47:03 +0000 (16:47 +0100)]
Use 'Create database' instead of 'Create new database'
Jakub Vrana [Mon, 20 Feb 2017 15:22:30 +0000 (16:22 +0100)]
Support high Unicode characters in shorten_utf8 (bug #481)
Jakub Vrana [Mon, 20 Feb 2017 14:23:22 +0000 (15:23 +0100)]
Fix where() escaping in MS SQL (bug #496)
Jakub Vrana [Mon, 20 Feb 2017 14:11:47 +0000 (15:11 +0100)]
Add jsonly class to JS checkboxes
Jakub Vrana [Mon, 20 Feb 2017 13:06:19 +0000 (14:06 +0100)]
Display message about missing master status
Jakub Vrana [Mon, 20 Feb 2017 11:55:57 +0000 (12:55 +0100)]
Add Czech translation
Matthew Gamble [Fri, 4 Dec 2015 23:43:28 +0000 (10:43 +1100)]
Add basic support for MySQL replication
Adam Kuśmierz [Wed, 29 Jun 2016 16:27:34 +0000 (18:27 +0200)]
Checkbox for bool in psql
Peter Knut [Sun, 19 Feb 2017 22:18:44 +0000 (23:18 +0100)]
Fixed all alternative designs after changes in a list of tables made here: https://github.com/vrana/adminer/pull/116
Jakub Vrana [Mon, 20 Feb 2017 11:13:09 +0000 (12:13 +0100)]
PostgreSQL: Allow changing materialized views