Commit Graph

40 Commits

Author SHA1 Message Date
Kasun Chathuranga
03fc9b9256 PMA_is_system_schema --> PMA_isSystemSchema 2013-05-12 08:51:54 +05:30
Michal Čihař
8f663d55b1 Merge remote-tracking branch 'origin/QA_4_0' 2013-05-10 08:20:08 +02:00
Spun Nakandala
5b82f4359a Bug #3918 Greyed out tabs when there are no rows fixed 2013-05-10 02:09:14 +05:30
Kasun Chathuranga
fbe4438628 PMA_DBI_fetch_result --> PMA_DBI_fetchResult 2013-05-01 00:05:16 +05:30
Kasun Chathuranga
a85d9eaa2c PMA_DBI_get_tables --> PMA_DBI_getTables 2013-04-30 23:29:55 +05:30
Rouslan Placella
b621d2b56c Split the server staus monitor features into a separate page 2012-12-14 19:05:04 +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
Marc Delisle
c4ff4bee20 Remove the Synchronize feature 2012-11-07 13:09:47 -05:00
Rouslan Placella
886f926c0b Implemented menu caching 2012-10-30 20:24:00 +00:00
Rouslan Placella
2737754356 Displaying the $message is not the job of the Menu class 2012-10-30 20:07:01 +00:00
Chanaka Indrajith
0ff571a128 Modify classes with property 2012-09-16 15:29:56 +05:30
Rouslan Placella
5ed8c9815c Fixed display of table comments in the menu 2012-08-09 10:41:51 +02:00
Rouslan Placella
2428a6f4c2 Dropped pointless lazy getter (if the menu is instanciated, we'll have to get a reference to the common functions anyway) 2012-08-02 19:02:14 +02:00
Rouslan Placella
ba7a49e81c Fixed order of tabs in the top menu for empty databases 2012-08-02 18:57:24 +02:00
Madhura Jayaratne
d32f413857 Activate search tab for both ordinary table search and zoom search 2012-08-01 23:09:52 +05:30
Marc Delisle
03f34c4ef0 Unused method: setCommonFunctions() 2012-07-10 12:36:27 -04:00
Chanaka Indrajith
106265a7f8 Resolve conflicts 2012-06-30 11:30:39 +05:30
J.M
bbb4a6c5aa PMA_DRIZZLE is not always defined in libraries/Menu.class.php#428
Use of undefined constant PMA_DRIZZLE - assumed 'PMA_DRIZZLE'

Backtrace

.\libraries\Menu.class.php#104: PMA_Menu->_getServerTabs()
.\libraries\Menu.class.php#75: PMA_Menu->_getMenu()
.\libraries\Header.class.php#315: PMA_Menu->getDisplay()
.\libraries\Response.class.php#244: PMA_Header->getDisplay()
.\libraries\Response.class.php#257: PMA_Response->_getDisplay()
.\libraries\Response.class.php#308: PMA_Response->_htmlResponse()
.\libraries\OutputBuffering.class.php#110: PMA_Response::response()
PMA_OutputBuffering::stop()
2012-06-28 14:55:28 +02:00
Chanaka Indrajith
39d37fafcc Resolved conflicts 2012-06-27 21:53:59 +05:30
Chanaka Indrajith
1cc49d32d9 Resolved conflicts 2012-06-27 07:06:34 +05:30
Marc Delisle
948f5c31cf Sometimes the row count was not correct 2012-06-24 07:19:26 -04:00
Chanaka Indrajith
766466135e Implement class behavior of common.lib.php file 2012-06-22 23:38:33 +05:30
Marc Delisle
dbc7758f12 PMA_generateHtmlTabs() becomes PMA_getHtmlTabs() 2012-06-17 08:39:31 -04:00
Rouslan Placella
41cb6e20b0 Added PMA_OutputBuffering class, dropped ob.lib.php 2012-06-11 14:06:03 +01:00
Rouslan Placella
e712968b96 Coding style fixes 2012-06-11 14:06:03 +01:00
Rouslan Placella
de36567ea6 Docblocks and coding style fixes for the new classes 2012-06-11 14:06:03 +01:00
Rouslan Placella
88c899ff6a The PMA_Menu class no longer need to be a singleton 2012-06-11 14:06:02 +01:00
Rouslan Placella
97449dae42 New classes PMA_Header and PMA_Scripts 2012-06-11 14:06:02 +01:00
Chanaka Indrajith
dd237eb924 Resolve conflicts due to changes in method names of common.lib.php 2012-05-13 12:39:31 +05:30
Madhura Jayaratne
60f84a045e Fix function names: PMA_generate_html_tabs -> PMA_generateHtmlTabs 2012-05-11 22:18:20 +05:30
Chanaka Indrajith
bf15800089 Remove HTML rendering inside the functions in display_tbl.lib.php file itselves 2012-05-11 16:05:55 +05:30
Dieter Adriaenssens
b5d676b6cf private class variables should start with _ and some other coding style fixes 2012-05-05 22:23:58 +02:00
Rouslan Placella
b0ba9696f5 Coding style fixes 2012-05-05 17:42:48 +01:00
Rouslan Placella
98ae666457 Made the Menu class a singleton 2012-05-05 17:40:16 +01:00
Rouslan Placella
98776b374c Added docblocks to PMA_Menu class 2012-05-05 17:40:14 +01:00
Rouslan Placella
e33e486da9 Renamed the Menu class to PMA_Menu 2012-05-05 17:35:27 +01:00
Rouslan Placella
ff01dc25b5 Moved the render of breadcrumbs to the Menu class 2012-05-05 17:35:27 +01:00
Rouslan Placella
499868887b is_superuser shouldn't be a class attribute
(saves a function call when generating tabs for a table)
2012-05-05 16:44:27 +01:00
Rouslan Placella
f3afd09f47 More consistent generation of db tabs in the Menu class 2012-05-05 16:44:27 +01:00
Rouslan Placella
7245a3bf4d Initial refactoring of the generation of the top menu 2012-05-05 16:44:27 +01:00