1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-28 08:39:53 +02:00

Commit Graph

  • 3f47f63c61 SimpleDB: Allow inserting JSON Jakub Vrana 2013-08-09 16:26:51 -07:00
  • 6317c7737d NoSQL: Allow editing complex values Jakub Vrana 2013-08-09 15:49:34 -07:00
  • 8a1b8910c1 SQLite: Allow editing foreign keys Jakub Vrana 2013-08-09 15:16:15 -07:00
  • 62e582456e Save bytes Jakub Vrana 2013-08-08 19:36:15 -07:00
  • 1dcde25561 SQLite: Don't overwrite first type by unknown type Jakub Vrana 2013-08-08 19:34:40 -07:00
  • 804fb36faa Save bytes Jakub Vrana 2013-08-08 19:29:10 -07:00
  • 390d10284d Respect foreign key pseudo type after error Jakub Vrana 2013-08-08 19:28:05 -07:00
  • 145a8c62ff SQLite: Fix primary key handling Jakub Vrana 2013-08-08 19:20:27 -07:00
  • f6e24b1646 SQLite: Detect auto_increment primary key Jakub Vrana 2013-08-08 19:09:43 -07:00
  • bc725959e6 SQLite: Fix changing primary key Jakub Vrana 2013-08-08 19:07:18 -07:00
  • 7aca91a808 Save bytes Jakub Vrana 2013-08-08 18:17:18 -07:00
  • 28856804a4 Simplify format_time() Jakub Vrana 2013-08-08 17:18:39 -07:00
  • 85d212c226 Use PHP 5 Jakub Vrana 2013-08-08 17:16:04 -07:00
  • 961ec0b857 Simplify OS detection Jakub Vrana 2013-08-08 17:09:09 -07:00
  • facd49a195 Specify quoting charset in PDO_MySQL Jakub Vrana 2013-08-08 17:06:51 -07:00
  • faabb9ef38 Simplify exception handling in PHP 5 Jakub Vrana 2013-08-08 16:44:39 -07:00
  • 9fdcff3c1c Elastic: Report number of rows Jakub Vrana 2013-08-08 16:02:23 -07:00
  • e411291537 Increase readability Jakub Vrana 2013-08-08 16:01:49 -07:00
  • 21cc6ceb59 Elastic: Use select() instead of SELECT Jakub Vrana 2013-08-08 16:01:29 -07:00
  • 6664b0fb7e SQLite: Allow editing primary key Jakub Vrana 2013-08-08 15:32:36 -07:00
  • 4e22af6de0 Add missing space in query Jakub Vrana 2013-08-08 14:50:43 -07:00
  • 646fb067ca MongoDB: database list, table list, indexes, basic select Jakub Vrana 2013-08-08 13:24:20 -07:00
  • e85aff166f Elastic: Prepare for better selecting Jakub Vrana 2013-08-08 13:21:34 -07:00
  • 114aaec91e SQLite: Respect column order and DESC in primary key Jakub Vrana 2013-08-07 16:00:37 -07:00
  • 33236f7a83 SQLite: Don't treat multi-column primary key as auto_increment Jakub Vrana 2013-08-07 15:31:15 -07:00
  • 2e245412dc PostgreSQL: Support creating array columns Jakub Vrana 2013-08-06 15:48:45 -07:00
  • 9ffca2f6e6 SimpleDB: Allow selecting arrays Jakub Vrana 2013-08-06 14:55:56 -07:00
  • 076a0a2634 Check default value on key press Jakub Vrana 2013-08-06 13:44:47 -07:00
  • 74f965df88 Link Auto Increment help Jakub Vrana 2013-08-05 19:23:31 -07:00
  • e7e5559df5 Generalize doc_link() Jakub Vrana 2013-08-05 18:55:27 -07:00
  • 3cf3560a20 SQLite: Show primary key when altering indexes Jakub Vrana 2013-08-05 18:35:20 -07:00
  • 21dc4d939c Use MD5 for editing long keys only in supported drivers Jakub Vrana 2013-08-05 17:56:04 -07:00
  • d92531c7fb Hide link to SQL command if not supported Jakub Vrana 2013-08-02 15:11:00 -07:00
  • 376384d98d Unify Create table label Jakub Vrana 2013-08-02 13:20:04 -07:00
  • 58bbea56cd Fit <pre> to <textarea> Jakub Vrana 2013-08-02 12:03:27 -07:00
  • 507b224c95 Split SQL command and import Jakub Vrana 2013-08-02 11:45:55 -07:00
  • 5e2afaba9f Generalize removeRow() Jakub Vrana 2013-08-02 10:07:20 -07:00
  • 9043c4b219 Use negative position instead of z-index to hide element Jakub Vrana 2013-08-01 18:32:02 -07:00
  • e8c6ef04d2 Replace ereg*() by preg_*() Jakub Vrana 2013-07-24 16:26:41 -07:00
  • 34349f1482 Revert Displaying SQL edit form on Ctrl+click on the select query Jakub Vrana 2013-07-24 13:00:37 -07:00
  • cbd690dd71 Execute query by Tab + Enter Jakub Vrana 2013-07-23 18:43:36 -07:00
  • 5a0d56e910 Change focus by Tab in <textarea> Jakub Vrana 2013-07-23 18:41:38 -07:00
  • e2ef558e5f Generalize JUSH URL rewriting Jakub Vrana 2013-07-23 18:14:32 -07:00
  • 07ba250939 Highlight submit for syntax highlighted textareas Jakub Vrana 2013-07-23 16:33:07 -07:00
  • 0d074077bb Don't use deprecated function Jakub Vrana 2013-07-23 12:55:32 -07:00
  • e0ef072bd0 Keep form values after refresh in Firefox Jakub Vrana 2013-07-22 19:40:03 -07:00
  • 877f9cf360 Close help after changing type Jakub Vrana 2013-07-22 18:03:30 -07:00
  • 8f96e15296 Use specific JUSH version Jakub Vrana 2013-07-22 15:49:19 -07:00
  • 90b09fc60f Highlight code in <textarea> Jakub Vrana 2013-07-22 11:45:09 -07:00
  • aef38b0530 Save bytes Jakub Vrana 2013-07-19 16:32:53 -07:00
  • 19b4148a37 Link collations help Jakub Vrana 2013-07-19 16:29:20 -07:00
  • 9a7805c318 Link types help Jakub Vrana 2013-07-19 16:24:59 -07:00
  • e8e3c5789b Link foreign key constraints help Jakub Vrana 2013-07-19 16:01:31 -07:00
  • 39b5bd5fc4 Elastic: Allow only numeric limit Jakub Vrana 2013-07-19 14:15:46 -07:00
  • c95be3adae Elastic: Shorten strings Jakub Vrana 2013-07-19 14:10:16 -07:00
  • 837e6b6b31 Elastic: Hide select functions Jakub Vrana 2013-07-19 14:10:02 -07:00
  • 6e839eddbb Elastic: Respect limit, page, order, select and first where Jakub Vrana 2013-07-19 14:09:43 -07:00
  • 9e2592f35f Ignore mousing over border of select Jakub Vrana 2013-07-19 13:04:14 -07:00
  • 32ff363ee3 Stay on privileges page when changing database Jakub Vrana 2013-07-19 12:51:34 -07:00
  • 0be7532b70 Link help of partitioning types Jakub Vrana 2013-07-19 12:37:12 -07:00
  • 3b3d169c72 Display help for functions and MySQL engines Jakub Vrana 2013-07-19 11:55:49 -07:00
  • f8453fe65c Introduce getTarget(event) Jakub Vrana 2013-07-19 10:41:06 -07:00
  • a338f9bf58 Display help in tooltip Jakub Vrana 2013-07-19 10:35:31 -07:00
  • b8ece2fb5d Don't crash when parsing overly long enum type Jakub Vrana 2013-07-18 13:28:35 -07:00
  • 6f6f69a891 Add links to documentation Jakub Vrana 2013-07-16 18:37:33 -07:00
  • ddd5c7586b Update readme Jakub Vrana 2013-07-16 08:32:03 -07:00
  • dec121d455 Save by Enter key when altering a routine Jakub Vrana 2013-07-15 10:13:41 -07:00
  • 10c7c4eb93 Don't change colors of JUSH links on hover Jakub Vrana 2013-07-15 09:15:10 -07:00
  • feeda916f7 Don't append newlines to uploaded files Jakub Vrana 2013-07-13 18:36:27 -07:00
  • ffb2b5e80c Fix whitespace Jakub Vrana 2013-07-13 11:23:43 -07:00
  • 9b32d638bb Use isTag() JS function Jakub Vrana 2013-07-12 14:06:44 -07:00
  • be6b7c6cac Allow using json_row() in HTML Jakub Vrana 2013-07-12 11:12:57 -07:00
  • 352f29804e SimpleDB: Disable searching database Jakub Vrana 2013-07-12 10:39:52 -07:00
  • 127b3f6154 SimpleDB: Display overflown table names Jakub Vrana 2013-07-12 08:33:13 -07:00
  • 75439423d9 SimpleDB: Disable searching database Jakub Vrana 2013-07-11 17:47:28 -07:00
  • af4269f26d Remove number of selected rows from confirmation Jakub Vrana 2013-07-11 17:02:14 -07:00
  • e1ad0e4f39 Display number of selected databases Jakub Vrana 2013-07-11 16:57:16 -07:00
  • 5328619593 Format numbers in JS Jakub Vrana 2013-07-11 16:45:52 -07:00
  • 36d839cf28 Mark approximate number of selected rows Jakub Vrana 2013-07-11 16:34:14 -07:00
  • 166a2f67f8 Disable inactive buttons Jakub Vrana 2013-07-11 16:30:31 -07:00
  • 999215a7e9 Fix duplicate class in partitions Jakub Vrana 2013-07-10 18:27:49 -07:00
  • 0ec2fbb4d4 Use alterClass() Jakub Vrana 2013-07-10 18:24:36 -07:00
  • 4d7c675cab Highlight required fields in Chrome and after submit Jakub Vrana 2013-07-10 13:13:36 -07:00
  • bbc2c6a9da Fix Enter key on indexes Jakub Vrana 2013-07-10 12:44:03 -07:00
  • 73225975d7 Display number of tables to search in Jakub Vrana 2013-07-10 10:20:12 -07:00
  • 491cdefc84 Display number of rows to export Jakub Vrana 2013-07-10 10:12:58 -07:00
  • 9ab32bdb3c Put SQL command and Dump on a single line Jakub Vrana 2013-07-10 09:07:48 -07:00
  • 20285c4550 Add editing row after writing first character Jakub Vrana 2013-07-10 09:02:31 -07:00
  • 07db5e0bfb Style icon in create database Jakub Vrana 2013-07-10 08:57:08 -07:00
  • b788a9e69b Prepare Elasticsearch Jakub Vrana 2013-07-09 17:38:13 -07:00
  • fc427f4f3a Add more class="links" Jakub Vrana 2013-07-09 16:44:00 -07:00
  • e80754a191 Save bytes Jakub Vrana 2013-07-09 16:37:10 -07:00
  • 89b366bc1b Display number of selected tables in database overview Jakub Vrana 2013-07-09 12:06:53 -07:00
  • 7a1133a2fd Generalize transactions Jakub Vrana 2013-07-09 11:43:01 -07:00
  • 56b0917acd Improve speed of CSV import Jakub Vrana 2013-07-09 11:34:12 -07:00
  • 9de402aaf0 Prepare for multi insertUpdate() Jakub Vrana 2013-07-09 11:01:21 -07:00
  • e5dad4ade2 SimpleDB: Implement insertUpdate() Jakub Vrana 2013-07-09 10:51:38 -07:00
  • c1b0ecda3e SimpleDB: Handle XML error Jakub Vrana 2013-07-06 22:33:19 -07:00
  • c6b4f2e1d3 SimpleDB: Compute number of affected rows Jakub Vrana 2013-07-06 22:29:36 -07:00
  • 1060a3f9eb Move SimpleDB fields computation Jakub Vrana 2013-07-06 22:22:13 -07:00