]>
git.joonet.de Git - adminer.git/log
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
Jakub Vrana [Mon, 20 Feb 2017 11:06:41 +0000 (12:06 +0100)]
PostgreSQL: Fix index size computation
Jakub Vrana [Sun, 19 Feb 2017 13:22:41 +0000 (14:22 +0100)]
Verify commit success after import.
Fixes https://sourceforge.net/p/adminer/bugs-and-features/521/.
Jonathan Vollebregt [Tue, 31 May 2016 18:36:00 +0000 (20:36 +0200)]
Add javascript move for editing
Jan Kalina [Fri, 15 Jul 2016 22:34:42 +0000 (00:34 +0200)]
foreign key link fix - added missing ns
Peter Knut [Sun, 7 Dec 2014 23:01:52 +0000 (00:01 +0100)]
Tables list implemented as <ul>
Encapsulation of list items is necessery for advanced CSS themes.
newsiram [Wed, 17 Dec 2014 09:47:57 +0000 (10:47 +0100)]
Changed NULL format
+ <i> was not italics
+ reduce font & showed border
Loren Klingman [Tue, 30 Dec 2014 15:54:28 +0000 (10:54 -0500)]
Fix MS SQL Driver to not show warnings for version fetching on connection and to retrieve the next set of results properly
Mathieu Rochette [Wed, 11 Mar 2015 16:52:11 +0000 (17:52 +0100)]
fix logger for SQL commands
Felix Geyer [Sun, 7 Jun 2015 19:52:43 +0000 (21:52 +0200)]
Hide databases the user can't connect to
pg_database lists all databases including the ones the user can't connect to.
There is little point in showing them when we know connecting will fail.
0xACE [Fri, 14 Aug 2015 01:26:35 +0000 (03:26 +0200)]
Breadcumb no longer blocks the logout button.
Not sure why the top bar is blocking the logout button. This patch allows the user to see and click the logout button.
Kakysha [Mon, 14 Sep 2015 22:34:01 +0000 (01:34 +0300)]
Edit json and jsonb types in textarea
Gargaj [Sat, 19 Sep 2015 21:24:09 +0000 (23:24 +0200)]
Add namespace to routine call
MSSQL is picky about this, shouldn't affect the drivers that don't use namespaces.
K0n24d [Mon, 21 Sep 2015 19:35:51 +0000 (21:35 +0200)]
Do not set input type as numeric if field is an array
isra00 [Mon, 5 Oct 2015 19:02:53 +0000 (21:02 +0200)]
New skin 'flat'
nafex [Tue, 6 Oct 2015 13:08:02 +0000 (15:08 +0200)]
make bytea fields shortable
Lubor Bilek [Thu, 10 Jul 2014 10:34:08 +0000 (12:34 +0200)]
PostgreSQL export: table structure, columns, sequences, indexes, foreign keys, comments, trigger definition
Matthew Gamble [Sun, 6 Dec 2015 00:43:49 +0000 (11:43 +1100)]
Add plugin for printing table indexes structure in expanded format
Matthew Gamble [Sat, 5 Dec 2015 23:14:55 +0000 (10:14 +1100)]
Add plugin for printing table structure in expanded format
Instead of trying to squeeze everything into three columns, this plugin
uses multiple columns for each part of a column's structure.
Matthew Gamble [Sat, 5 Dec 2015 14:21:37 +0000 (01:21 +1100)]
Move rendering of table structure and indexes list into plugin system
This allows the creation of a plugin to extend the display of either or
both of these things.
Matthew Gamble [Sun, 6 Dec 2015 03:11:48 +0000 (14:11 +1100)]
Handle checkboxes properly in selectAddRow()
Ion Bazan [Wed, 16 Mar 2016 11:05:51 +0000 (12:05 +0100)]
fixed Elastic table_status()
Jiří Barouš [Tue, 26 Apr 2016 10:31:40 +0000 (12:31 +0200)]
Improve limit check in edit-foreign plugin
The limit is enforced in the query to prevent out-of-memory errors for big target tables.
Jonathan Vollebregt [Tue, 31 May 2016 22:18:25 +0000 (00:18 +0200)]
AdminerTablesFilter: Persist filter value in a tab
Jonathan Vollebregt [Tue, 31 May 2016 19:02:16 +0000 (21:02 +0200)]
Update AdminerTablesFilter
* Removes children request (Should work on IE6, 7, 8 now)
* Uses <strong> instead of <b>
* Doesn't leave said <strong> tags behind after updating the list
* Highlights multiple matches in a single table name
* Works case insensitively
* Improves performance with setTimeout
With 400 tables, the old implementation locks up the tab (or
browser if using something without multiprocess) for about
half a second per keyup. Yes, this includes modifiers that
don't actually change the filter. The new version handles
the same event in 0.09 milliseconds.
That's with all the above improvements.
Tested in firefox 45.1.1 performance monitor.
Alessandro Frangioni [Tue, 28 Jun 2016 08:25:39 +0000 (10:25 +0200)]
Added support for binary foreign keys selection on edit
Adam Kuśmierz [Wed, 29 Jun 2016 16:34:58 +0000 (18:34 +0200)]
Plugin: Use <select> on custom user types in psql
Janne Cederberg [Thu, 7 Jul 2016 12:34:59 +0000 (15:34 +0300)]
Tabs must also be escaped in JSON strings
If database table data contains tab characters (0x09) then those
must also be escaped along with newlines and carriage returns for
the resulting JSON file to be valid.
PiR-B- [Thu, 18 Aug 2016 12:15:03 +0000 (14:15 +0200)]
Fix index length with Postgresql
soleuu [Tue, 30 Aug 2016 11:23:14 +0000 (13:23 +0200)]
postgresql error with index on hidden columns (ctid)
Daniel Berthereau [Sat, 8 Oct 2016 22:00:00 +0000 (00:00 +0200)]
Fixed background of the list of the tables.
Jakub Vrana [Sat, 18 Feb 2017 16:37:12 +0000 (17:37 +0100)]
Document changes
Charles Wu [Mon, 10 Oct 2016 23:47:16 +0000 (16:47 -0700)]
Added pdo_dblib as a driver for MSSQL (as native MSSQL driver does not exist for PHP7)
Jakub Vrana [Sat, 18 Feb 2017 16:31:54 +0000 (17:31 +0100)]
Use null instead of undefined on after parsing JSON
shaununderwood [Sun, 23 Oct 2016 19:23:38 +0000 (20:23 +0100)]
Changed 'undefined' to 'null'
'undefined' is not a valid JSON attribute value and should been 'null'
Massimiliano Torromeo [Tue, 15 Nov 2016 13:54:01 +0000 (14:54 +0100)]
Fixed mssql driver for usage with microsoft's php7 sqlsrv extension
Adam Kusmierz [Tue, 20 Dec 2016 08:43:55 +0000 (09:43 +0100)]
Plugin which shows sql structure comments in field names title
Adam Kusmierz [Tue, 20 Dec 2016 08:38:22 +0000 (09:38 +0100)]
PHP Warning hidden and better parsing times (at least for postgresql)