Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-21Bug #3960 NavigationBarIconic config not honoredMarc Delisle
2013-06-08bug #3921 Call to undefined function PMA_isSuperuser() if default server is ↵Marc Delisle
not set
2013-06-08Start to fix bug #3921Marc Delisle
2013-05-10Bug #3918 Greyed out tabs when there are no rows fixedSpun Nakandala
2012-12-14Split the server staus monitor features into a separate pageRouslan Placella
2012-11-24Refactored menuPrepare and menuResize into a jQuery pluginRouslan Placella
Also integrated this plugin with both the main menu and the resizable menu on the table structure page
2012-11-07Remove the Synchronize featureMarc Delisle
2012-10-31Implemented menu cachingRouslan Placella
2012-10-31Displaying the $message is not the job of the Menu classRouslan Placella
2012-09-16Modify classes with propertyChanaka Indrajith
2012-08-09Fixed display of table comments in the menuRouslan Placella
2012-08-02Dropped pointless lazy getter (if the menu is instanciated, we'll have to ↵Rouslan Placella
get a reference to the common functions anyway)
2012-08-02Fixed order of tabs in the top menu for empty databasesRouslan Placella
2012-08-01Activate search tab for both ordinary table search and zoom searchMadhura Jayaratne
2012-07-10Unused method: setCommonFunctions()Marc Delisle
2012-06-30Resolve conflictsChanaka Indrajith
2012-06-28PMA_DRIZZLE is not always defined in libraries/Menu.class.php#428J.M
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-27Resolved conflictsChanaka Indrajith
2012-06-27Resolved conflictsChanaka Indrajith
2012-06-24Sometimes the row count was not correctMarc Delisle
2012-06-22Implement class behavior of common.lib.php fileChanaka Indrajith
2012-06-17PMA_generateHtmlTabs() becomes PMA_getHtmlTabs()Marc Delisle
2012-06-11Added PMA_OutputBuffering class, dropped ob.lib.phpRouslan Placella
2012-06-11Coding style fixesRouslan Placella
2012-06-11Docblocks and coding style fixes for the new classesRouslan Placella
2012-06-11The PMA_Menu class no longer need to be a singletonRouslan Placella
2012-06-11New classes PMA_Header and PMA_ScriptsRouslan Placella
2012-05-13Resolve conflicts due to changes in method names of common.lib.phpChanaka Indrajith
2012-05-11Fix function names: PMA_generate_html_tabs -> PMA_generateHtmlTabsMadhura Jayaratne
2012-05-11Remove HTML rendering inside the functions in display_tbl.lib.php file itselvesChanaka Indrajith
2012-05-06private class variables should start with _ and some other coding style fixesDieter Adriaenssens
2012-05-05Coding style fixesRouslan Placella
2012-05-05Made the Menu class a singletonRouslan Placella
2012-05-05Added docblocks to PMA_Menu classRouslan Placella
2012-05-05Renamed the Menu class to PMA_MenuRouslan Placella
2012-05-05Moved the render of breadcrumbs to the Menu classRouslan Placella
2012-05-05is_superuser shouldn't be a class attributeRouslan Placella
(saves a function call when generating tabs for a table)
2012-05-05More consistent generation of db tabs in the Menu classRouslan Placella
2012-05-05Initial refactoring of the generation of the top menuRouslan Placella