Commit Graph

157 Commits

Author SHA1 Message Date
Michal Čihař
0ef64c9d17 Merge branch 'bug-#4184' of git://github.com/lakshit/phpmyadmin into integration 2014-01-03 10:38:27 +01:00
Lakshit Arora
c86dec0378 Fixed Bug #4184 2014-01-03 02:16:26 +05:30
Atul Pratap Singh
8a2f65a8c9 Bug#4179: It's better with tolerance set to pointer
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2013-12-12 15:23:00 +05:30
Atul Pratap Singh
38d92b7875 Fix bug 4105: More disappears in table Structure 2013-10-01 16:16:34 +05:30
Marc Delisle
d9fecc136d Fix merge conflicts 2013-08-02 08:27:01 -04:00
Marc Delisle
4711126d12 Missing hints when changing a column's structure 2013-08-02 08:23:52 -04:00
Michal Čihař
3fc2ab9cf9 Move function declaration to top 2013-07-30 14:36:43 +02:00
Rouslan Placella
93dd321437 JSlint fixes 2013-06-12 16:02:06 +01:00
Michal Čihař
31cfc4e34e Hook SQL highlighter to more places
Unfortunately there are quite many places where SQL query might appear,
hopefully I've made it correctly.
2013-05-24 09:59:38 +02:00
Marc Delisle
c1f719d161 Merge branch 'QA_4_0' 2013-05-20 08:33:10 -04:00
Spun Nakandala
6713c0b332 Bug #3947 Missing Sql Query after modify structure fixed 2013-05-20 16:27:38 +05:30
Marc Delisle
888f9c3854 Fix merge conflicts 2013-05-13 13:14:42 -04:00
ayusun
db6af26e47 Bug fix 3898-Structure/page not refreshed. Updating Table stats 2013-05-12 21:37:32 +05:30
J.M
fc62e1f9f6 Merge branch 'origin/QA_4_0'
Conflicts:
	js/keyhandler.js
	js/tbl_structure.js
2013-04-30 17:46:36 +02:00
J.M
472b5ec196 Re-add dropped calls to PMA_verifyColumnsProperties, prevent double event handlers for append fields form submit 2013-04-28 18:30:06 +02:00
J.M
add86949b9 Fix Ajax problems introduced with 14eb3c32, correct spacing for column editor 2013-04-28 16:53:55 +02:00
J.M
14eb3c32ca Add rfe #1422 [interface] Provide feedback if no columns selected for multi-submit 2013-04-28 15:17:45 +02:00
J.M
09321ecb8d Show loading message while loading edit single column structure 2013-04-28 13:55:05 +02:00
Michal Čihař
27b213431c Reference javascript messages by dot notation instead of using ['strFoo'] 2013-04-16 13:32:51 +02:00
Michal Čihař
c92409704b Move declaration before function usage 2013-04-15 16:21:26 +02:00
Michal Čihař
e2571c5628 Various javascript spacing fixes 2013-04-15 16:20:04 +02:00
Michal Čihař
a1b6f206b2 Various spacing and identation fixes 2013-04-15 15:13:14 +02:00
Michal Čihař
c935413fcc Various javascript fixes
- missing ;
- confusing !
2013-04-15 14:10:53 +02:00
Michal Čihař
e6517db98a More javascript cleanup, more fixes of === / !=== 2013-04-15 13:25:50 +02:00
Michal Čihař
502165de66 Explicitly define radix for parseInt
This prevents unexpected behavior when parsing string like 033, which
would be treated as octal.
2013-04-15 12:05:44 +02:00
Michal Čihař
020a3e1ce4 Use type cast safe comparison
The values like true, '' or 0 could compare to lot of other stuff with
type casting.
2013-04-15 12:03:11 +02:00
Mohamed Ashraf
d019381903 Moved the event handlers for the index form to indexes.js 2013-03-21 14:37:11 +02:00
Marc Delisle
2dc656b943 Fix merge conflicts 2013-01-28 07:25:20 -05:00
Marc Delisle
d4730db69c Escape HTML for index drop confirmation message 2013-01-28 07:21:45 -05:00
Gemorroj
fc51a91713 many some minor fixes (sorry, see diff) 2013-01-26 15:35:29 +03:00
Marc Delisle
14ef5901f4 Regroup all AJAX.registerOnload() and AJAX.registerTeardown() sections at top of file 2013-01-21 08:12:40 -05:00
Rouslan Placella
26dc7d3141 Bind events according to the new AJAX spec:
http://wiki.phpmyadmin.net/pma/Page_loader#The_onload_event
2013-01-21 00:29:27 +00:00
Rouslan Placella
b11c4016d9 Table structure functionality belongs in tbl_structure.js file 2013-01-21 00:26:40 +00:00
Marc Delisle
1fe7ca8901 Coding standards 2013-01-12 07:15:24 -05:00
Marc Delisle
2723495a4f Removed the AjaxEnable directive 2012-12-21 16:04:57 -05:00
Marc Delisle
ab75961279 js cleanup: space after "if" 2012-12-20 05:53:55 -05:00
Marc Delisle
aac1a7b8c6 Catch remote errors 2012-12-18 15:01:35 -05:00
Marc Delisle
d72f2507bc Call the function that adjusts the displayed column properties 2012-12-18 12:22:08 -05:00
Marc Delisle
4547c9a7c8 Handle the multiple columns Change input (for IE < 9) 2012-12-18 08:19:13 -05:00
Marc Delisle
56c2393978 Handler for multiple columns Change button 2012-12-18 08:08:07 -05:00
Marc Delisle
5c639aebbc Handler for column Change 2012-12-18 07:27:39 -05:00
Rouslan Placella
2ce0beec90 Comment for table structure menu resizer callback 2012-11-26 17:29:11 +00:00
Rouslan Placella
aca7ccdd4c Display executed queries on tbl_structure.php 2012-11-24 21:18:27 +00:00
Rouslan Placella
7a4bbd57aa Fixed action links on table structure page 2012-11-24 19:05:02 +00:00
Rouslan Placella
49aa878dfa Fixed invalid function name 2012-11-24 18:31:29 +00:00
Rouslan Placella
2e1bc1bd8d Refactored menuPrepare and menuResize into a jQuery plugin
Also integrated this plugin with both the main menu and the resizable
menu on the table structure page
2012-11-24 17:25:37 +00:00
Rouslan Placella
da4196f03f Dropped the "More" dropdown from tbl_structure.php 2012-11-23 21:36:08 +00:00
Rouslan Placella
203c104aa5 Speed up selector: http://goo.gl/54k7w 2012-10-30 20:23:59 +00:00
Rouslan Placella
018d75e1db Fixed "More" dropdown on tbl_structure.php 2012-10-30 20:23:59 +00:00
Rouslan Placella
7356b407ad Rewrite and integration of js/common.js 2012-10-30 20:23:59 +00:00