From 200737bccef0125c56410911893d12c719f62e49 Mon Sep 17 00:00:00 2001 From: Smita Kumari Date: Tue, 20 May 2014 22:06:12 +0530 Subject: gsoc:central list of columns, added sync and remove column list on db_structure page Signed-off-by: Smita Kumari fixing indentation in mult_submits.inc.php Signed-off-by: Smita Kumari naming convention,typos, indentaion fix and removed unnecessory file db_sync_central_columns.php Signed-off-by: Smita Kumari check if central columns storage is configured, if not configured don't show the option to sync/remove Signed-off-by: Smita Kumari add/remove columns to central list of columns from tbl_structure page Signed-off-by: Smita Kumari added icon image for central columns add/delete Signed-off-by: Smita Kumari add/remove of columns option in tbl_structure page in columns rows depending upon if column is already present in central columns or not Signed-off-by: Smita Kumari fixed php notices, apporiprate message when a non existing column is removed and when a existing column is added to cenral list Signed-off-by: Smita Kumari documentation added for central_columns configuration Signed-off-by: Smita Kumari regenerated sprite Signed-off-by: Smita Kumari changed central_columns table structure + modified functions to add to central column as per new tbl def updated delete and other function as per new db structure Signed-off-by: Smita Kumari remove notices Signed-off-by: Smita Kumari sprintf for variable message Signed-off-by: Smita Kumari fix unit test failure errors Signed-off-by: Smita Kumari fixed whitespace issues plus function definition Signed-off-by: Smita Kumari refactoring code plus fixing coding style issues Signed-off-by: Smita Kumari --- examples/config.manyhosts.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/config.manyhosts.inc.php') diff --git a/examples/config.manyhosts.inc.php b/examples/config.manyhosts.inc.php index bced1fca2c..7d4d1fa98e 100644 --- a/examples/config.manyhosts.inc.php +++ b/examples/config.manyhosts.inc.php @@ -48,4 +48,5 @@ foreach ($hosts as $host) { $cfg['Servers'][$i]['usergroups'] = 'pma__usergroups'; $cfg['Servers'][$i]['navigationhiding'] = 'pma__navigationhiding'; $cfg['Servers'][$i]['savedsearches'] = 'pma__savedsearches'; + $cfg['Servers'][$i]['central_columns'] = 'pma__central_columns'; } -- cgit v1.2.3