Commit graph

111 commits

Author SHA1 Message Date
Jakub Vrana dc85ba2d86 Delete type="text/javascript" from <script> as it is the default in HTML5 2018-01-11 14:13:43 +01:00
Jakub Vrana 9cb281868f Replace getElementById by shortcut for querySelector (requires IE8) 2018-01-11 13:51:32 +01:00
Jonathan Vollebregt 64a49e95e8 Add javascript move for editing 2017-02-19 13:55:50 +01:00
Jakub Vrana 8bd53120df Fix handling of 64 bit numbers in auto_increment 2014-11-24 18:17:43 -08:00
Jakub Vrana 0b0c0c7e89 Don't alter table comment if not changed (was crashing MySQL Cluster) 2014-11-18 09:50:02 -08:00
Jakub Vrana 8a1b8910c1 SQLite: Allow editing foreign keys 2013-08-09 15:16:15 -07:00
Jakub Vrana 646fb067ca MongoDB: database list, table list, indexes, basic select 2013-08-08 13:54:06 -07:00
Jakub Vrana e8c6ef04d2 Replace ereg*() by preg_*()
ereg() triggers deprecated error which is sent to custom error handlers.
It is also faster.
There are no more deprecated functions except mysql_connect().
2013-07-24 16:26:41 -07:00
Jakub Vrana 0be7532b70 Link help of partitioning types 2013-07-19 12:37:12 -07:00
Jakub Vrana 3b3d169c72 Display help for functions and MySQL engines 2013-07-19 11:56:45 -07:00
Jakub Vrana 6f6f69a891 Add links to documentation 2013-07-16 21:17:09 -07:00
Jakub Vrana 999215a7e9 Fix duplicate class in partitions 2013-07-11 11:20:04 -07:00
Jakub Vrana 4d7c675cab Highlight required fields in Chrome and after submit 2013-07-11 11:20:04 -07:00
Jakub Vrana d17b17e515 Driver for SimpleDB 2013-07-09 10:54:43 -07:00
Jakub Vrana e7c79f8725 Mark length as required for strings
Uses <input formnovalidate> instead of <form novalidate> to highlight error fields.
2013-07-06 23:06:50 -07:00
Jakub Vrana f4addc5259 Avoid double escaping in second page title 2013-07-05 01:34:15 -07:00
Jakub Vrana 273712ad72 Save bytes 2013-07-03 14:52:11 -07:00
Jakub Vrana 6948350552 Use drop_tables() 2013-07-03 12:32:52 -07:00
Jakub Vrana e51640eb98 Display error on invalid alter table and view pages 2013-06-24 09:08:26 -07:00
Jakub Vrana 68aba96c72 Increase click target for checkboxes (thanks to Roman) 2013-05-20 10:13:54 -07:00
Jakub Vrana 20915b1764 Save bytes 2013-05-08 12:13:04 -07:00
Jakub Vrana c38655418b Simplify process_fields() 2013-05-08 11:43:53 -07:00
Jakub Vrana a09916737e Simplify initializing post variables 2013-05-08 08:54:26 -07:00
Jakub Vrana b7021c9c7f Highlight default submit button 2013-05-06 09:27:35 -07:00
Jakub Vrana 9c78b3bb34 Add empty lines to source code 2013-05-01 18:28:04 -07:00
Jakub Vrana 46a7e7eea0 Selectable ON UPDATE CURRENT_TIMESTAMP field in create table 2013-04-17 09:41:58 -07:00
Jakub Vrana 7769cab32c Handle max_input_vars and generalize Suhosin compatibility 2013-04-02 18:14:27 -07:00
Jakub Vrana f86cb5f837 Use autocapitalize="off" 2013-01-30 23:47:53 -08:00
Jakub Vrana 2fb1ebc7f1 HTML5 input fields 2012-12-05 13:17:42 -08:00
Jakub Vrana ee8ffa575f Prolong comment length (thanks to Martin Dzubak) 2012-12-01 15:00:37 -08:00
Jakub Vrana 8ec3e5fcda Display table default values on wide screens 2012-09-22 12:24:16 -07:00
Jakub Vrana 944f141bf4 MySQL: Don't remove partitioning on non-partitioned tables 2012-09-09 00:00:59 -07:00
Jakub Vrana c2f95e0054 SQLite: Full alter table 2012-07-15 14:38:45 -07:00
Jakub Vrana 6591d485e9 Replace isset($var) by $var !== null 2012-05-14 01:11:08 -07:00
Jakub Vrana ef867e6bd1 Trim identifiers (bug #3405309) 2011-09-10 13:06:59 +02:00
Jakub Vrana 8e75d54e44 Save bytes 2011-08-02 17:46:13 +02:00
Jakub Vrana 3a148454c1 Respect defaults and comments checkbox after post (bug #3311791) 2011-06-07 15:00:18 +02:00
Jakub Vrana 52a67a9d7c Drop view from alter 2011-03-25 23:59:27 +01:00
Jakub Vrana 9565f74745 JS only label 2011-03-21 15:45:16 +01:00
Jakub Vrana 266d83215d Hide JS only elements with disabled JavaScript 2011-03-18 15:03:41 +01:00
Jakub Vrana 010b3e9307 Avoid warning with wrong table name 2011-03-17 10:07:58 +01:00
Jakub Vrana 740ae10a3d Don't send incomplete forms 2011-03-08 13:43:05 +01:00
Jakub Vrana 991944e82b Fix partitions count (thanks to Igor Aufricht) 2010-12-16 10:52:59 +01:00
Jakub Vrana 16c7dc6bb6 Auto focus new table name 2010-12-08 00:42:22 +01:00
Jakub Vrana c8b14a1eff Default type is int or integer 2010-12-08 00:25:01 +01:00
Jakub Vrana d7079f1778 MS SQL: Foreign key in create table 2010-11-29 22:02:11 +01:00
Jakub Vrana 4a2fe5eac1 MS SQL: Foreign key in create table 2010-11-29 22:02:10 +01:00
Jakub Vrana 341290ce12 Run <script> in AJAX 2010-11-22 18:00:53 +01:00
Jakub Vrana 5002b89bd5 Big numbers without E 2010-10-23 00:02:24 +02:00
Jakub Vrana 04eccbad62 Allow bigger numbers under 32 bits 2010-10-22 23:36:56 +02:00