]>
git.joonet.de Git - adminer.git/log
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)
soleuu [Mon, 16 Jan 2017 16:03:02 +0000 (17:03 +0100)]
postgresql : ERROR: function connection_id() does not exist
soleuu [Tue, 17 Jan 2017 09:25:35 +0000 (10:25 +0100)]
postgresql : unique partial index musn't be considered as unique. can cause problems on row edition
Jakub Vrana [Thu, 16 Feb 2017 18:05:45 +0000 (19:05 +0100)]
Fix error found by PHPStan
jose [Wed, 1 Feb 2017 15:37:44 +0000 (15:37 +0000)]
mistype correction
Jakub Vrana [Mon, 23 Jan 2017 23:12:42 +0000 (15:12 -0800)]
Add accessibility labels to Foreign keys
Jakub Vrana [Mon, 23 Jan 2017 22:29:00 +0000 (14:29 -0800)]
Add accessibility labels to Indexes
Jakub Vrana [Mon, 23 Jan 2017 22:10:50 +0000 (14:10 -0800)]
Use class instead inline style
Jakub Vrana [Mon, 23 Jan 2017 22:05:47 +0000 (14:05 -0800)]
Add accessibility labels to databases and tables checkboxes
Jakub Vrana [Mon, 23 Jan 2017 21:30:05 +0000 (13:30 -0800)]
Escape quote in field name to make it work in Chrome (thanks to zcepenela pani)
Lucas Sandery [Wed, 31 Aug 2016 12:39:02 +0000 (22:09 +0930)]
Additional theme with responsive and RTL support
Signed-off-by: Lucas Sandery <lucas-sandery@users.noreply.github.com>
Lucas Sandery [Wed, 31 Aug 2016 12:37:45 +0000 (22:07 +0930)]
RTL layout fixes
Signed-off-by: Lucas Sandery <lucas-sandery@users.noreply.github.com>
Jakub Vrana [Mon, 28 Nov 2016 18:09:51 +0000 (10:09 -0800)]
Add SQLite auto-login plugin
Jakub Vrana [Mon, 28 Nov 2016 18:07:03 +0000 (10:07 -0800)]
Disallow selecting driver if there's only one
MegaXLR [Wed, 21 Sep 2016 13:04:59 +0000 (15:04 +0200)]
Changed 'geraakt' to 'beinvloed' in Dutch translation
Jakub Vrana [Wed, 28 Sep 2016 05:04:44 +0000 (22:04 -0700)]
Change comment not supported by compile.php
Jakub Vrana [Wed, 28 Sep 2016 04:53:11 +0000 (21:53 -0700)]
Add Cache-Control: immutable to static files
Jakub Vrana [Mon, 19 Sep 2016 15:21:41 +0000 (17:21 +0200)]
Make maxlength in edit fields a soft limit
Jakub Vrana [Mon, 19 Sep 2016 13:27:34 +0000 (15:27 +0200)]
Add accessibility labels to Create Table fields
Jakub Vrana [Fri, 22 Jul 2016 15:30:38 +0000 (17:30 +0200)]
Update Indonesian translation (thanks to Benny)
Jakub Vrana [Wed, 1 Jun 2016 17:09:29 +0000 (10:09 -0700)]
Release 4.2.5
Jakub Vrana [Wed, 1 Jun 2016 16:57:17 +0000 (09:57 -0700)]
SQLite: Require credentials to use (thanks to Vincent Waart)
Jakub Vrana [Wed, 1 Jun 2016 16:05:16 +0000 (09:05 -0700)]
Fix remote execution in SQLite query (thanks to Vincent Waart)
Jakub Vrana [Sun, 28 Feb 2016 20:30:52 +0000 (12:30 -0800)]
Remove global variable
Bernhard J. M. Gruen [Wed, 18 Mar 2015 09:34:35 +0000 (10:34 +0100)]
improved kill command support for MySQL and initial support for PgSQL
Petr Sedlacek [Sun, 28 Feb 2016 09:22:05 +0000 (10:22 +0100)]
Fix http:// links in stylesheets to protocol-independent ones (//)
The http links do not load on https pages due to mixed content restriction
of modern browsers
Jakub Vrana [Sat, 6 Feb 2016 19:10:16 +0000 (11:10 -0800)]
Release 4.2.4
Jakub Vrana [Sat, 6 Feb 2016 19:00:19 +0000 (11:00 -0800)]
Fix remote execution in SQLite query (discovered by 庞申杰(千霄))
Jakub Vrana [Sat, 6 Feb 2016 18:50:57 +0000 (10:50 -0800)]
Add Finnish translation
Jakub Vrana [Mon, 1 Feb 2016 17:10:07 +0000 (09:10 -0800)]
Add Bosnian translation
ekurtovic [Thu, 7 Jan 2016 10:52:00 +0000 (11:52 +0100)]
Bosnian language
Jakub Vrana [Sun, 24 Jan 2016 22:25:17 +0000 (14:25 -0800)]
Delete unused variable and method
Jakub Vrana [Sun, 24 Jan 2016 20:02:10 +0000 (12:02 -0800)]
Support PHP 7
Angristan [Fri, 8 Jan 2016 22:52:32 +0000 (23:52 +0100)]
Use HTTPS Google Font URL
Jakub Vrana [Sun, 15 Nov 2015 18:49:48 +0000 (10:49 -0800)]
Release 4.2.3
Jakub Vrana [Sun, 8 Nov 2015 20:15:45 +0000 (12:15 -0800)]
Add escaping (not fixing any XSS)
Jakub Vrana [Sun, 8 Nov 2015 19:41:44 +0000 (11:41 -0800)]
Fix XSS in indexes (non-MySQL only)
Jakub Vrana [Tue, 3 Nov 2015 16:48:08 +0000 (08:48 -0800)]
Update Bulgarian translation
Jakub Vrana [Sun, 1 Nov 2015 19:33:04 +0000 (11:33 -0800)]
Add Bulgarian translation
David Grudl [Sat, 15 Aug 2015 15:16:15 +0000 (17:16 +0200)]
plugin.php: added missing arguments
David Grudl [Sat, 15 Aug 2015 15:04:21 +0000 (17:04 +0200)]
uses PHP 5 constructors
Jakub Vrana [Tue, 22 Sep 2015 15:52:53 +0000 (08:52 -0700)]
Update xx translation
Jakub Vrana [Tue, 22 Sep 2015 15:35:06 +0000 (08:35 -0700)]
Update Greek translation
Jakub Vrana [Sun, 20 Sep 2015 18:24:28 +0000 (11:24 -0700)]
Add Galician translation
Jakub Vrana [Sun, 20 Sep 2015 18:06:40 +0000 (11:06 -0700)]
Add Greek translation
Jakub Vrana [Tue, 8 Sep 2015 16:23:25 +0000 (09:23 -0700)]
Change links to HTTPS
Jakub Vrana [Tue, 8 Sep 2015 18:41:29 +0000 (11:41 -0700)]
Change protocol to HTTPS
Nabil Kadimi [Wed, 12 Aug 2015 15:16:27 +0000 (16:16 +0100)]
Improve Arabic translation
Nabil Kadimi [Wed, 12 Aug 2015 15:11:21 +0000 (16:11 +0100)]
Improve Arabic translation
Jakub Vrana [Thu, 6 Aug 2015 16:01:14 +0000 (09:01 -0700)]
Add nicu style
Jakub Vrana [Thu, 6 Aug 2015 02:13:29 +0000 (19:13 -0700)]
Add galkaev design
Jakub Vrana [Thu, 6 Aug 2015 01:29:29 +0000 (18:29 -0700)]
Add release date