Commit graph

2229 commits

Author SHA1 Message Date
Jakub Vrana 2a97e02cdd Update designs 2012-08-12 16:35:53 -07:00
Jan Kosco bcf7e7e04b Fix haeckel theme for 3.5 adminer 2012-08-12 15:45:51 -07:00
Jakub Vrana 65a8c7dde4 Style logout button as link in Editor 2012-08-11 23:02:56 -07:00
Jakub Vrana 3a381564e5 Use VALUES() in INSERT+UPDATE export 2012-08-11 22:59:20 -07:00
Jakub Vrana f9cbf50bd7 Export data settings only with data 2012-08-11 22:37:30 -07:00
Jakub Vrana f0d97a7c7f Edit strings with \n in textarea 2012-08-11 21:45:09 -07:00
Jakub Vrana 98bc4fc4d2 Style logout button as link 2012-08-10 07:06:01 -07:00
Jakub Vrana 2d18afaf7f Release 3.5.1 2012-08-09 22:47:12 -07:00
Jakub Vrana 9a3b3db4f6 Comment 2012-08-09 12:18:31 -07:00
Jakub Vrana a4e38a266d Remove definer from routine and event 2012-08-09 09:39:12 -07:00
Jakub Vrana ca32e71e42 Ignore bit type when searching strings 2012-08-09 09:37:51 -07:00
Jakub Vrana 4b4fa16a37 Autodisplay long table names in tables filter plugin 2012-08-09 09:11:55 -07:00
Jakub Vrana 69d49e30c5 Support same name fields in CSV export 2012-08-09 08:57:45 -07:00
Jakub Vrana 7fcfb0d16a Don't include trailing space to delimiter 2012-08-09 08:39:54 -07:00
Jakub Vrana 1501d60f14 Descending order after second click on column caption 2012-08-08 22:40:38 -07:00
Jakub Vrana e5b1c99d87 Support Shift+click in export 2012-08-08 09:23:46 -07:00
Jakub Vrana b49061b863 Add JS function for getting parent tag 2012-08-08 09:22:23 -07:00
Jakub Vrana 5fd21e122a Set source checkbox only in click without Shift 2012-08-08 08:54:15 -07:00
Jakub Vrana b783b9487d Don't display tables list on server pages 2012-08-08 08:41:52 -07:00
Jakub Vrana 99343701ab Autodisplay long logins in saved logins list 2012-08-08 08:27:50 -07:00
Jakub Vrana c09a147b2e Develop 2012-08-05 09:15:05 -07:00
Jakub Vrana a0af3eec5c Release 3.5.0 2012-08-04 22:53:20 -07:00
Jakub Vrana 1dd6dbcce2 Support one click search in Editor 2012-08-04 22:52:50 -07:00
Jakub Vrana 95f0a5f0f0 Fix test 2012-08-04 22:34:38 -07:00
Jakub Vrana 335ab7eab2 Done 2012-07-30 00:57:24 -07:00
Jakub Vrana 6a486181dd Autodisplay long table names in tables list 2012-07-29 16:05:37 -07:00
Jakub Vrana 57e5896b55 Autohide column context menu in select 2012-07-29 13:55:39 -07:00
Jakub Vrana ac668d1331 Treat queries with no limit as full table scans 2012-07-29 13:28:04 -07:00
Jakub Vrana 55831095b6 Warn about grouping data without index 2012-07-29 13:25:59 -07:00
Jakub Vrana 07e2c3b2a4 Save bytes 2012-07-29 11:29:21 -07:00
Jakub Vrana e2dbb9c7bd Links for column search in select 2012-07-29 11:29:00 -07:00
Jakub Vrana e8b95f127f SQLite: Display number of rows in database overview 2012-07-29 10:45:38 -07:00
Jakub Vrana f1153aa35a Display assigned auto_increment after clone 2012-07-27 17:37:20 -07:00
Jakub Vrana 5e4b815893 Highlight also killed queries 2012-07-27 16:08:09 -07:00
Jakub Vrana a227ec1c97 Don't treat enum in PostgreSQL as special (bug #3545899) 2012-07-21 09:50:50 -07:00
Jakub Vrana 98483e101d SQLite: Better editing in tables without a primary key 2012-07-15 14:55:46 -07:00
Jakub Vrana c2f95e0054 SQLite: Full alter table 2012-07-15 14:38:45 -07:00
Jakub Vrana 5fb2368b66 Ignore SQLite autoindexes 2012-07-15 12:24:20 -07:00
Jakub Vrana 385fdd45b8 Document trigger type 2012-07-15 12:04:04 -07:00
Jakub Vrana 56cd77f0d1 Save bytes 2012-07-15 10:05:13 -07:00
Jakub Vrana 7291ae608d Reset error before using in SQL query 2012-07-15 09:21:22 -07:00
Jakub Vrana 6a3cf71db5 Develop 2012-06-30 05:26:22 -07:00
Jakub Vrana 514ff41c7c Release 3.4.0 2012-06-30 05:04:37 -07:00
Jakub Vrana dafd2deef2 Avoid flicker before the image is loaded 2012-06-30 05:02:43 -07:00
Jakub Vrana 6a96c14948 Tests compatible with strict mode 2012-06-30 03:50:23 -07:00
Jakub Vrana 091a4d04f4 Link to documentation 2012-06-30 03:17:16 -07:00
Jakub Vrana a71b99096c Remove CodeMirror
- uses other colors than JUSH
- not used everywhere (triggers, routines, ...)
- Ctrl+Left and similar works bad
- missing autocomplete
- blocking loader
2012-06-30 01:51:35 -07:00
Jakub Vrana a833468c0a Fix datetime type parsing (bug #3418043) 2012-06-29 16:41:12 -07:00
Jakub Vrana 54f464a893 Set character set in SQLSRV (bug #3479986) 2012-06-29 15:23:35 -07:00
Jakub Vrana 7de0b21e16 Fix indexes with duplicate tables in different schemas 2012-06-29 14:59:04 -07:00