Commit Graph

303 Commits

Author SHA1 Message Date
Marc Delisle
d4d5a03766 Bug #3960 NavigationBarIconic config not honored 2013-06-21 10:00:41 -04:00
ayusun
db6af26e47 Bug fix 3898-Structure/page not refreshed. Updating Table stats 2013-05-12 21:37:32 +05:30
J.M
14eb3c32ca Add rfe #1422 [interface] Provide feedback if no columns selected for multi-submit 2013-04-28 15:17:45 +02:00
Mohamed Ashraf
68dda7f537 Merge branch 'master' of git://github.com/phpmyadmin/phpmyadmin into contest-4 2013-03-21 21:17:53 +02:00
Marc Delisle
b48affc999 Merge pull request #216 from ayushchd/reserved_words_issue
Reserved words issue
2013-03-21 09:45:57 -07:00
ayushchd
27967e7f79 Added ability to disable MySQL reserved word warning
Disable MySQL reserved word warning $cfg['ReservedWordDisableWarning'],
documentation and ability to change from prefs pane
2013-03-21 18:29:24 +05:30
Mohamed Ashraf
75bcf1fc62 moved the method PMA_getHtmlForDisplayIndexes to the index.lib.php file 2013-03-21 14:35:22 +02:00
Marc Delisle
fc35b6c8ce Bug #3838 Modifying a column does not show the result of the operation 2013-03-17 08:36:55 -04:00
ayushchd
665ffd4b4c Reserved word warning config
This commit removes reserved word warning from the Browse pages and the
warning on structure page can be switched on/off using the config
variable $cfg['ReservedWordWarning']
2013-03-10 19:45:19 +05:30
Spun Nakandala
a0dc226332 Contest-3 bug fixed 2013-03-06 14:51:27 +05:30
Marc Delisle
ad82f67475 Bug #3825 Structure tab for a view results in undefined index notices 2013-02-15 12:58:50 -05:00
Marc Delisle
2723495a4f Removed the AjaxEnable directive 2012-12-21 16:04:57 -05:00
Marc Delisle
95fa48fc8e Remove remaining code in tbl_alter.php 2012-12-18 15:44:39 -05:00
Marc Delisle
5e300fc3bb Rename function because it does not return HTML but directly displays it 2012-12-18 12:54:03 -05:00
Marc Delisle
270392daa3 Partially handle the regenerate logic 2012-12-18 12:41:23 -05:00
Marc Delisle
34b18e0ae9 Refactoring attempt to start fixing the "Missing redirection to table structure" bug 2012-12-17 07:49:09 -05:00
Marc Delisle
048c2d87ab Partial fix for bug #3593138. Still need to find how to go back to
tbl_structure.php after the ALTER TABLE has been executed.
2012-12-08 09:34:28 -05:00
Rouslan Placella
38c326ea3c Fixed undefined variable 2012-11-24 23:10:22 +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
fb2e76f36e Dropped dead code 2012-11-23 21:04:48 +00:00
Rouslan Placella
f56663f1ce Removed rubbish comments 2012-11-23 21:04:37 +00:00
Rouslan Placella
238ba50728 Whitespace cleanup 2012-11-23 20:53:13 +00:00
Rouslan Placella
0d6c1fb175 Drop "Check All/Uncheck All" functionality in PHP, this is already handled in JS 2012-10-30 20:04:51 +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
Dieter Adriaenssens
3eda5eccf5 simplify code 2012-08-31 13:53:20 +02:00
Dieter Adriaenssens
3a17a439f5 fix coding style 2012-08-31 13:40:26 +02:00
Madhura Jayaratne
9edee90ba5 Fix coding style 2012-08-30 22:45:52 +05:30
Madhura Jayaratne
35f29764f0 Fix multi line conditions 2012-08-30 22:35:56 +05:30
Dieter Adriaenssens
112f8b92e3 fix coding style : correct function parameter spacing 2012-08-30 17:56:11 +02:00
thilinaa
8e232a8120 correct camel case 2012-08-17 21:59:02 +05:30
thilinaa
8fc7f57131 changed function name 2012-08-17 21:47:00 +05:30
thilinaa
e5851bc2fa correct camel case 2012-08-17 21:40:34 +05:30
Thilina Buddika
313a200466 implementation of PMA_getHtmlForDisplayTableStats() 2012-08-16 08:08:06 +05:30
Thilina Buddika
3df9f18c3b remove echo and some formatting 2012-08-15 07:34:12 +05:30
Thilina Buddika
a19def7818 get action titles and hidden action titles 2012-08-15 05:58:43 +05:30
Thilina Buddika
f50b4532c0 remove duplicates, remove some HTML tags and functions for render HTML 2012-08-14 23:35:08 +05:30
Thilina Buddika
37bef7f5dd implementation of PMA_getHtmlForMoreOptionInTableStructure() 2012-08-13 22:44:52 +05:30
Thilina Buddika
865e9e488f missing function parameters and remove some HTML duplicates 2012-08-13 08:12:48 +05:30
Thilina Buddika
c50d0a5d49 Render html for information tables and add missing doc comment 2012-08-13 01:19:55 +05:30
Thilina Buddika
3653bd9862 remove duplicate code from Space usage table 2012-08-12 22:54:49 +05:30
Thilina Buddika
539bf1b505 implementation of PMA_getHtmlForDisplayIndexes() 2012-08-12 20:45:41 +05:30
Thilina Buddika
2d60319e2a implementation of PMA_getHtmlForAddColumn() 2012-08-12 18:49:55 +05:30
thilinaa
ceb7ed98b8 implementation of PMA_getHtmlForSomeLinks() 2012-08-12 13:36:41 +05:30
thilinaa
7dad8df8cd implementation of PMA_getHtmlForEditView() 2012-08-12 12:44:45 +05:30
thilinaa
7919242b0b implementation of PMA_getHtmlDivForMoveColumnsDialog() 2012-08-12 12:15:03 +05:30
thilinaa
a6983208d3 implementation of PMA_getHtmlForCheckAlltableColumn() 2012-08-12 11:14:22 +05:30
thilinaa
ee771439bb remove some html tags 2012-08-12 10:17:58 +05:30
thilinaa
f003cc1abd change function name 2012-08-12 03:14:54 +05:30