Commit Graph

74 Commits

Author SHA1 Message Date
Rouslan Placella
12eacbffea Error notifications should not time out 2011-11-28 13:47:06 +00:00
Madhura Jayaratne
b5c2473afa bug #3431427: Fix for enum and set columns 2011-11-20 23:01:58 +05:30
Aris Feryanto
bb28217cff Fix bug #3431427: Dropdown displaying results - setting NULL does not work 2011-11-07 10:27:55 +08:00
Rouslan Placella
860586e3b2 Stick table tools to top of page on scroll 2011-10-31 22:03:44 +00:00
Madhura Jayaratne
c1c81ed80a Load OpenLayers.js in a synchronous manner. 2011-09-13 21:52:52 +05:30
Madhura Jayaratne
0e84927693 Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin into OpenGIS
Conflicts:
	libraries/common.lib.php
2011-08-08 07:45:53 +05:30
Michal Čihař
1ec0b69e6b Coding style, function definitions 2011-08-05 14:49:23 +02:00
Madhura Jayaratne
d3bd2d5d91 Refractor common code to gis_data_editor.js. Remove hidden input to track null checkbox. 2011-07-31 18:33:02 +05:30
Madhura Jayaratne
5ccc1dec16 Styles adjusted to suit the AJAX dialog 2011-07-31 16:11:16 +05:30
Madhura Jayaratne
01976f1663 Handle the cases where URL is too long 2011-07-30 22:47:58 +05:30
Madhura Jayaratne
6f35aaa8e4 Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin into OpenGIS
Conflicts:
	libraries/import.lib.php
2011-07-20 23:15:01 +05:30
Madhura Jayaratne
47762d7b14 Better organized JS code 2011-07-20 23:07:53 +05:30
Madhura Jayaratne
0e4435266b Change of classes to avoid conflicts with classes used in tbl_gis_visualization.js 2011-07-18 14:03:21 +05:30
Madhura Jayaratne
2a402a3103 OpenStreetMaps based data visualization for GIS data editor 2011-07-18 13:43:46 +05:30
Madhura Jayaratne
5a6379f93e SVG based data visualization for GIS data editor 2011-07-17 16:59:25 +05:30
Madhura Jayaratne
d85c777c78 Chose the correct GIS type 2011-07-16 14:17:17 +05:30
Madhura Jayaratne
1b9ddd2efa These should be PMA_messages[] 2011-07-16 13:23:11 +05:30
Madhura Jayaratne
ba93a625b9 Make JS messages translatable. 2011-07-16 13:14:29 +05:30
Madhura Jayaratne
7af88c04c7 Cleanup spaces 2011-07-16 11:05:53 +05:30
Madhura Jayaratne
ed23518a44 Handle adding polygons and geometry objects 2011-07-16 10:50:22 +05:30
Madhura Jayaratne
83d8d3a8ed Handle adding linestrings and inner rings. Better comments 2011-07-16 02:11:18 +05:30
Madhura Jayaratne
b2d703dbea Add points with JavaScript 2011-07-16 00:29:00 +05:30
Madhura Jayaratne
166b571964 Non JS version does not need this parameters. 2011-07-15 23:13:00 +05:30
Madhura Jayaratne
f5bd53fae0 Remove hidden fields not used. 2011-07-15 18:31:15 +05:30
Madhura Jayaratne
6e7c3adbc1 Trigger AJAX calls on data change and update the output 2011-07-15 00:27:31 +05:30
Madhura Jayaratne
fd0cb076c0 Better styling for GIS data editor. 2011-07-15 00:03:48 +05:30
Madhura Jayaratne
b1634f80fd GIS data editor extended for JS enabled browsers 2011-07-14 19:39:39 +05:30
Piotr Przybylski
5b1c85455c Simplify fractionReplace 2011-07-09 23:31:58 +02:00
Marc Delisle
eec80b2a1f Bug #3291923, Insert Ajax form does not generate default values - partial fix for text fields 2011-04-30 14:56:02 -04:00
Marc Delisle
70100c8044 Remove invalid_value class before validation 2011-04-30 10:57:30 -04:00
Marc Delisle
b276728666 Undefined variable 2011-04-30 10:54:03 -04:00
Marc Delisle
8f16bfbc53 Move common code into a function 2011-04-24 08:56:54 -04:00
aris_feryanto
24e05e1cb2 Patch #3292396 Insert Ajax form generates wrong query 2011-04-24 06:51:47 -04:00
Rouslan Placella
752a31414d Fix item #1 in bug #3204461 - "Continue insertion" and ENUM columns 2011-04-04 11:59:04 +02:00
Rouslan Placella
ecd7ab7f1c Improved fix for issue#1 from bug #3204461 - "Continue insertion" and some column types 2011-04-04 11:57:39 +02:00
Rouslan Placella
c33ba84655 Partial fix for bug #3204461 - Datepicker not showing up on 'continue insertion'. 2011-03-31 10:29:09 +02:00
Marc Delisle
2817ebe8e9 - Avoid incorrect validation after using datepicker
- Partly jQueryfy a function
- After fixing an incorrect value, the field remained red
2011-01-14 09:20:09 -05:00
Marc Delisle
5bae920417 Handle null checkboxes inside rows generated by "Continue insertion" 2011-01-03 16:34:20 -05:00
Marc Delisle
3a2e9d425f Remove old onchange attribute 2011-01-03 11:19:18 -05:00
Marc Delisle
027f4286ed Rename function to a better name 2011-01-03 10:59:08 -05:00
Marc Delisle
e9ee1615e7 Function was called from just one place to fold it inside caller; also recode it with jQuery 2011-01-03 10:52:17 -05:00
Marc Delisle
032d6d5e0c The Ignore checkbox is not unticked when data is inserted inside rows added with Continue insertion 2011-01-03 10:10:24 -05:00
Marc Delisle
1b0116ba3b The filter on textfield did not do the intended result, it was catching
other input elements;
Unneeded wrapping of jQuery objects
Prefix jQuery objects with dollar sign
2011-01-01 09:38:33 -05:00
Marc Delisle
386581bcb6 This is not a primary key but a row number 2010-12-19 05:42:40 -05:00
Marc Delisle
02b9dc8008 "Continue insertion" feature did not work with "Browse foreign values" links 2010-12-18 08:47:50 -05:00
Marc Delisle
9d9d88b83f bug #3119937 cannot upload into a BLOB 2010-12-04 06:35:55 -05:00
Michal Čihař
2574c009da Fix docs. 2010-11-23 10:31:12 +01:00
Marc Delisle
473181a8a3 prefix for variable holding jQuery object; remove extra wrapping for the object 2010-10-31 18:06:44 -04:00
Marc Delisle
91a64c1ee2 bug 3084745 (error when editing and changing nothing) 2010-10-31 18:01:31 -04:00
Marc Delisle
1c9ec21792 unnecessary wrapping of a jQuery object; add $ as object prefix 2010-10-31 07:37:15 -04:00