Commit Graph

145 Commits

Author SHA1 Message Date
Madhura Jayaratne
e144e3e41e No need to do index checking if the table is not InnoDB 2013-09-25 09:32:13 +05:30
Madhura Jayaratne
352c60d4ca bug #4102 ALTER TABLE ORDER BY and InnoDB 2013-09-25 06:43:15 +05:30
Marc Delisle
bd15a48ff2 Fix undefined variable notice 2013-03-23 07:23:06 -04:00
Rouslan Placella
5491e69d58 Fixed broken storage engine selection on tbl_operation.php 2012-11-30 11:56:58 +00:00
Chanaka Indrajith
e6894be57f Renamed ->method() with PMA_Util::method() 2012-09-16 14:35:45 +05:30
Chanaka Indrajith
0829709064 Remove variable 2012-09-16 14:31:22 +05:30
Madhura Jayaratne
97da49085b Remove trailing white spaces 2012-08-30 22:36:30 +05:30
Dieter Adriaenssens
112f8b92e3 fix coding style : correct function parameter spacing 2012-08-30 17:56:11 +02:00
Dieter Adriaenssens
a9c4a1a5e5 fix coding style 2012-08-30 17:41:33 +02:00
Thilina Buddika
9948b26fbe missing function parameter in operation-lib 2012-08-15 21:52:57 +05:30
Rouslan Placella
3a3aa643dd Fixed double confirmation message display on table options form submission 2012-08-09 10:27:21 +02:00
Thilina Buddika
7337affd40 remove echo 2012-08-06 06:53:55 +05:30
Thilina Buddika
2d10c24867 implementation of PMA_getQueryAndResultForPartition() 2012-08-06 05:50:49 +05:30
Thilina Buddika
165cec112d implementation of PMA_getWarningMessagesArray() 2012-08-06 03:32:58 +05:30
Thilina Buddika
829b7a7ae7 remove global variable definitions and remove php notices and formatting 2012-08-06 03:14:57 +05:30
Thilina Buddika
80cfd8d6ed implementation of PMA_getTableAltersArray() 2012-08-05 20:30:47 +05:30
Thilina Buddika
ed8cc33285 PMA_getQueryAndResultForReorderingTable() implementation and formatting 2012-08-05 08:49:48 +05:30
Thilina Buddika
3c42744ed2 remove php notice 2012-08-03 05:45:24 +05:30
Thilina Buddika
69e525f911 implementation of PMA_getHtmlForReferentialIntegrityCheck() 2012-08-02 06:02:58 +05:30
Thilina Buddika
769ce97e8c impelementation of PMA_getHtmlForPartitionMaintenance() 2012-08-01 19:10:44 +05:30
Thilina Buddika
4af9a84945 impelementation of PMA_getHtmlForDeleteDataOrTable() 2012-08-01 17:29:50 +05:30
Thilina Buddika
a7b2b663e0 further refactoring for PMA_getHtmlForTableMaintenance() 2012-07-31 21:48:14 +05:30
Thilina Buddika
5521c6bfdb PMA_getHtmlForTableMaintenance() function implementation 2012-07-30 21:55:45 +05:30
Thilina Buddika
d993322397 remove some HTML tags from tbl_operation script 2012-07-29 22:53:19 +05:30
Chanaka Indrajith
39d37fafcc Resolved conflicts 2012-06-27 21:53:59 +05:30
J.M
fea07f0a0e ajax_request might not be set in tbl_operations 2012-06-25 16:27:08 +02:00
Chanaka Indrajith
766466135e Implement class behavior of common.lib.php file 2012-06-22 23:38:33 +05:30
Rouslan Placella
a16e723048 Dropped PMA_ajaxResponse() 2012-06-11 17:58:35 +01:00
Rouslan Placella
eb98110541 Dropped footer.inc.php 2012-06-11 14:06:04 +01:00
Chanaka Indrajith
bf15800089 Remove HTML rendering inside the functions in display_tbl.lib.php file itselves 2012-05-11 16:05:55 +05:30
Chanaka Indrajith
dfc73d3494 Resolved conflicts after merge 2012-05-08 23:57:59 +05:30
Chanaka Indrajith
004f4f5258 Render HTML content in PMA_displayTableHeaders() function at once, in display_tbl.lib.php file 2012-05-08 22:19:40 +05:30
Rouslan Placella
28923b496e Renamed tbl_common.php to tbl_common.inc.php for better consistency 2012-05-05 16:44:27 +01:00
Rouslan Placella
2c805ade8b Dropped tbl_links.inc.php 2012-05-05 16:44:27 +01:00
Jo Michael
161a5a9321 Fix new checkstyle warnings 2012-04-29 03:16:11 +02:00
Jo Michael
7c1411d3e0 Fix checkstyle InlineControlStructure warnings 2012-04-29 02:36:12 +02:00
Jo Michael
6839781e88 Fix checkstyle MultiLineAssignment warnings 2012-04-29 02:16:40 +02:00
Madhura Jayaratne
4b8d52d937 Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a multi-line IF statement must be on a new line) 2012-04-22 21:28:41 +05:30
Michal Čihař
03cb361420 Add trailing ; after ALTER TABLE (rfe #2009500) 2012-04-19 13:48:30 +02:00
Jo Michael
4130b9bc38 Fix PHP notices 2012-04-09 23:09:49 +02:00
Marc Delisle
dd5aae9a67 jQuery UI is already included from common.inc.php 2012-04-09 09:09:07 -04:00
Marc Delisle
1a5adbb7e2 Table type is an older term for storage engine 2012-04-08 10:56:06 -04:00
Jo Michael
b2fd866d87 Leading ./ paths for includes can be omitted, part 2 2012-03-16 23:11:57 +01:00
Dieter Adriaenssens
4a5e87186b fix coding style 2012-01-26 14:40:39 +01:00
Michal Čihař
e56949f160 Use package name PhpMyAdmin
Needed to match phpdoc rules as package name must begin with upper case.
2011-10-25 10:13:17 +02:00
Piotr Przybylski
4a5cb00df5 Fix jQuery UI version number
It's 1.8.16, not 1.8.6
2011-10-11 02:00:45 +02:00
Piotr Przybylski
ac365e0262 Upgrade jQuery UI to 1.8.6 2011-10-10 22:35:36 +02:00
Madhura Jayaratne
4cef030dd4 Merge branch 'QA_3_4' 2011-10-10 22:58:33 +05:30
Madhura Jayaratne
2d1b7bff0c Proper layout for table maintenance page 2011-10-10 22:57:45 +05:30
Madhura Jayaratne
13adb5adf7 Use lower case for true, false and null 2011-09-23 11:11:41 +05:30