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 |
|