Commit graph

210 commits

Author SHA1 Message Date
Jakub Vrana 15715b32ff Export SQL command result (bug #3116854) 2011-02-15 17:22:50 +01:00
Jakub Vrana 806264851e Use IS NULL operator for null value in where_link function 2011-02-08 19:59:16 +01:00
Jakub Vrana 37d814649a Utilize oids in PostgreSQL 2011-02-01 16:19:39 +01:00
Jakub Vrana 9e8ab1df31 Whitespace 2011-01-31 14:36:47 +01:00
Jakub Vrana 56b0377451 Import supports TSV 2011-01-31 11:01:29 +01:00
Jakub Vrana 241fc4ef6c Ctrl+Up and Down in edit and in-place edit 2011-01-25 17:13:57 +01:00
Jakub Vrana 33aec2c764 Move <td> from Adminer::backwardKeysPrint 2011-01-18 17:33:17 +01:00
Jakub Vrana fc6e71a930 Disable AJAX export 2010-12-03 19:42:10 +01:00
Jakub Vrana ca27ffc2c4 Display 0 in SQLite (bug #3120685) 2010-11-29 11:12:06 +01:00
Jakub Vrana 38894b2977 Send all forms by AJAX 2010-11-23 13:01:30 +01:00
Jakub Vrana 6585b23ba8 Generic AJAX links 2010-11-22 18:00:53 +01:00
Jakub Vrana 71438d57c3 Handle keypress instead of keydown (bug #3112458) 2010-11-19 15:07:06 +01:00
Jakub Vrana 9802869d0a Merge from master 2010-11-12 17:52:09 +01:00
Jakub Vrana b535853694 Full AJAX only with pushState to work correctly with history 2010-11-12 17:09:54 +01:00
Jakub Vrana f4256013a9 Hide hidden columns in PostgreSQL (thanks to Pavel Stehule) 2010-11-11 10:51:20 +01:00
Jakub Vrana 81f58ed909 Link more foreign keys 2010-11-03 08:40:10 +01:00
Jakub Vrana 5a99ef5cf0 Save bytes 2010-10-30 09:21:42 +02:00
Jakub Vrana e225d22f97 TSV export and import (bug #3097657) 2010-10-29 18:02:20 +02:00
Jakub Vrana 772f71a780 Print CSV header only in CSV 2010-10-29 17:51:52 +02:00
Jakub Vrana be3410f822 Simplify dumpOutput, dumpFormat and dumpData methods 2010-10-29 17:23:03 +02:00
Jakub Vrana 095d472366 Customizable export 2010-10-29 17:03:02 +02:00
Jakub Vrana b05684a5c9 Order by DESC with grouping 2010-10-24 11:52:01 +02:00
Jakub Vrana 9bc9b9fa3a Don't overwrite variable 2010-10-24 11:36:32 +02:00
Jakub Vrana 04eccbad62 Allow bigger numbers under 32 bits 2010-10-22 23:36:56 +02:00
Jakub Vrana b37435d716 Don't use AJAX with Ctrl 2010-10-20 00:15:33 +02:00
Jakub Vrana 0ba6eaa3e2 Handle sending the form without AJAX after AJAX request 2010-10-19 16:44:12 +02:00
Jakub Vrana dfa1a98829 Merge branch 'master' into ajax 2010-10-19 01:45:48 +02:00
Jakub Vrana a93bc19108 Create confirm function 2010-10-18 23:57:39 +02:00
Jakub Vrana 6e3c7cba1f Use AJAX for pagination 2010-10-18 22:39:17 +02:00
Jakub Vrana 31afb968bc Last page with empty result (thanks to Frantisek Svoboda) 2010-10-18 22:20:17 +02:00
Jakub Vrana d8d419317d Last page with empty result (thanks to Frantisek Svoboda) 2010-10-18 22:17:43 +02:00
Jakub Vrana 390e38b8f5 Load long texts for inline-edit by AJAX
Display link to current page only under AJAX
2010-10-18 13:57:22 +02:00
Jakub Vrana a1f2769309 Merge branch 'master' into ajax 2010-10-18 07:52:49 +02:00
Jakub Vrana de24145d81 Clear POST with AJAX redirect 2010-10-18 00:05:39 +02:00
Jakub Vrana a93e069d06 Edit, clone and delete by AJAX 2010-10-17 23:54:41 +02:00
Jakub Vrana 0782a7b2c1 Save '' instead of NULL for empty char (some drivers don't have varchar) 2010-10-17 22:37:06 +02:00
Jakub Vrana 53d7f0306d Save NULL for empty string in inline-edit 2010-10-17 16:37:22 +02:00
Jakub Vrana 210802d1c4 Change message to "increase Text length" 2010-10-17 16:11:21 +02:00
Jakub Vrana 41f4c62fcd Change message to "increase Text length" 2010-10-17 16:07:09 +02:00
Jakub Vrana 1a5bec94d9 Send the form by AJAX with Ctrl+Enter 2010-10-17 08:02:12 +02:00
Jakub Vrana ea38096433 Merge from master 2010-10-17 07:55:58 +02:00
Jakub Vrana a6bbe1bb3b Save select data by AJAX 2010-10-17 07:50:40 +02:00
Jakub Vrana 644c355d94 Send the form by Ctrl+Enter in all textareas 2010-10-17 07:16:32 +02:00
Jakub Vrana 7eb85a75f8 Use AJAX in select 2010-10-17 02:22:22 +02:00
Jakub Vrana 1cf374bf48 Rename functions (avoid conflict with WordPress) 2010-10-16 15:47:51 +02:00
Jakub Vrana 7e644b4346 Save bytes ($connection->quote shortcut) 2010-10-13 18:25:14 +02:00
Jakub Vrana 5a73c01212 Treat binary type as hex 2010-10-01 08:05:05 +02:00
Jakub Vrana dba6a90674 Property num_rows can be empty 2010-08-03 17:25:51 +02:00
Jakub Vrana 6e50eb8ec0 Pass primary key to insert_update function 2010-07-22 17:57:26 +02:00
Jakub Vrana 2ad8ab4770 Primary key detection for other drivers 2010-07-22 17:43:43 +02:00