Commit Graph

127 Commits

Author SHA1 Message Date
Rouslan Placella
4d1e6f302f Fix column border visibility in makegrid.js 2011-11-06 12:46:02 +00:00
Madhura Jayaratne
5fd403f326 Adding missing semicolons 2011-09-10 19:31:30 +05:30
Madhura Jayaratne
eabe018a9e bug #3403282 [AJAX] Grid editor does not work for ENUM fields 2011-09-10 19:27:04 +05:30
Piotr Przybylski
a2093e66e2 bugfix: makegrid broke styling of rows with conditions in table search 2011-09-01 14:43:20 +02:00
Aris Feryanto
f82ad2318c Grid edit: fix bug - show NULL checkbox for normal grid-editable text 2011-08-23 02:10:58 +08:00
Aris Feryanto
c19dae384a Grid edit: fix bug - browse foreign value not work 2011-08-22 10:30:15 +08:00
Aris Feryanto
e73110f21f Grid edit: remove unused function 2011-08-19 15:30:26 +08:00
Aris Feryanto
61a9a2f3a8 Grid edit: handle escaping HTML entities + remove 'edit area' when editing normal text 2011-08-19 14:29:46 +08:00
Aris Feryanto
de176a3da7 Fix wrong relative position introduced in commit 2fdfc4fc1e 2011-08-19 00:02:54 +08:00
Piotr Przybylski
2fdfc4fc1e "position: relative" on tables was required for grid, add it dynamically in PMA_makegrid 2011-08-17 18:25:56 +02:00
Aris Feryanto
5e60aa8380 Fix merge conflict with origin/master 2011-08-17 13:41:38 +08:00
Aris Feryanto
3193c113c8 Grid edit: fix NULL-related things when editing datetime field 2011-08-17 13:38:39 +08:00
Aris Feryanto
88f3796f1e Grid edit: add datetimepicker support for date, datetime, and timestamp field 2011-08-17 13:12:31 +08:00
Michal Čihař
ba5b79d98b Remove trailing comma to avoid problems with MSIE 2011-08-15 17:05:44 +02:00
Aris Feryanto
a24eeef70c Only send column order and visibility when AjaxEnable is set to true 2011-08-12 15:53:30 +08:00
Aris Feryanto
fe7eadab72 Add configuration for maximum tbl_uiprefs records, as suggested by Piotr 2011-08-12 15:49:53 +08:00
Aris Feryanto
faa11abaed Fixed go to link text 2011-08-12 11:56:51 +08:00
Aris Feryanto
8073b74f20 Added hint for grid editing feature when hovering 'Edit' link in each table rows 2011-08-12 11:30:25 +08:00
Aris Feryanto
e3d069f653 Add more comments in makegrid.js 2011-08-11 14:08:37 +08:00
Aris Feryanto
ba5598a190 Refactor makegrid.js 2011-08-11 13:35:51 +08:00
Aris Feryanto
a9cd487f0f Fix merge conflict with origin/master 2011-08-10 21:27:31 +08:00
Aris Feryanto
0e441d93b2 Fix merge conflict with grid branch 2011-08-09 16:25:48 +08:00
Aris Feryanto
af099deba4 Grid edit: alert user when saving non-unique table 2011-08-09 15:53:58 +08:00
Aris Feryanto
0319a00d92 Fix bug - duplicate ID in some data and text for makegrid.js 2011-08-09 15:33:46 +08:00
Aris Feryanto
124b6793fb Grid edit: nullify lastXHR after post successful 2011-08-09 15:06:27 +08:00
Michal Čihař
f16efa15dd Whitespace cleanup 2011-08-08 15:23:27 +02:00
Michal Čihař
021e811653 Use standard way for passing messages 2011-08-08 15:23:20 +02:00
Aris Feryanto
ca0aa169c0 Fix merge conflict with grid branch 2011-08-08 15:48:51 +08:00
Aris Feryanto
ba7913a260 Remove inline edit feature 2011-08-08 14:07:59 +08:00
Aris Feryanto
7a20d6d4df Grid edit: turn off grid edit when AJAXEnable = off 2011-08-08 13:05:56 +08:00
Aris Feryanto
a0391ec15a Fix bug - cursor permanently changed to arrow after reordering or resizing column 2011-08-08 10:26:55 +08:00
Aris Feryanto
ce7909e331 use PMA_urldecode 2011-08-06 01:23:33 +08:00
Aris Feryanto
341e18b10f Merge branch 'grid' into aris 2011-08-03 11:59:03 +08:00
Aris Feryanto
91d85841fc Grid edit: fix bug - update where_clause precisely (previous version cannot handle space or special characters) 2011-08-03 10:21:41 +08:00
Aris Feryanto
5ccd1f9254 Merge branch 'grid' into aris 2011-08-02 17:02:29 +08:00
Aris Feryanto
65bea22f1f Grid edit: fix bug - multi rows edit not work correctly on grid edited rows, if the primary key changed (case if there is a primary key) or some field changed (case if there is no primary key) 2011-08-02 13:07:25 +08:00
Aris Feryanto
5f154503d0 Grid edit: fix bug - (1) update delete confirmation message after grid editing, (2) change wrongly named variable, 'nonunique', copied from inline edit code 2011-08-02 13:02:05 +08:00
Aris Feryanto
8eff621a15 Fix bug - duplicate ID in some data and text for makegrid.js 2011-08-02 10:20:41 +08:00
Aris Feryanto
03503c914b Grid edit: fix bug - Clicking on other place while grid edit still loading, make the field become NULL, if it is NULLABLE 2011-08-01 17:21:07 +08:00
Aris Feryanto
080e0b6d00 Grid edit: fix bug - alert not shown when leaving edited page 2011-08-01 17:11:08 +08:00
Aris Feryanto
4f5d6a59aa Grid edit: fix bug - wrong update on isCellEditActive value 2011-07-29 18:11:33 +08:00
Aris Feryanto
5cf1288f91 Grid edit: 2 fixes - update edited field correctly when SaveCellsAtOnce is false; enable edit field after save AJAX request is complete 2011-07-29 17:59:55 +08:00
Aris Feryanto
c2790e1195 Grid edit: fix disabled state 2011-07-29 17:12:42 +08:00
Aris Feryanto
8ae900a3f8 Grid edit: fix bug - alert everytime leave Browse page 2011-07-29 17:01:16 +08:00
Aris Feryanto
ac1703e7ff Grid edit: fix for WHERE clause handling 2011-07-29 16:13:25 +08:00
Aris Feryanto
926f5950a9 Grid edit: detect nonunique class 2011-07-29 14:43:00 +08:00
Aris Feryanto
8f08c0283d Grid edit: correctly update the WHERE clause 2011-07-29 14:41:28 +08:00
Aris Feryanto
351afca2c7 Grid edit: null-related things 2011-07-29 12:48:39 +08:00
Aris Feryanto
d5054f6775 Grid edit: add loading indicator when saving data 2011-07-28 18:17:17 +08:00
Aris Feryanto
a752c74d59 Grid edit: better AJAX request handling 2011-07-28 18:05:32 +08:00