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 (Expand)Author
2014-11-09Replace $replication_info by a global variable.Hugues Peccatte
2014-11-09Use $replication_info everywhere, instead of $server_* variables.Hugues Peccatte
2014-10-16The minimum supported MySQL version is 5.5Marc Delisle
2014-03-19Remove no longer used JSON plugin for jQueryMichal Čihař
2013-07-08Drop no longer needed date.jsMichal Čihař
2013-06-171. using a better function name 2. fix code style issue 3. add doc for functionsxmujay
2013-06-16refactor the Ajax request part of server_status_monitor.phpxmujay
2013-06-13rename the function to a meaningful namexmujay
2013-06-11refactor server_status_monitor.phpxmujay
2013-05-27Fix typoMarc Delisle
2013-05-26Merge branch 'master' into OOP_DBIMadhura Jayaratne
2013-05-26isSuperuser() is also a part of DatabaseInterface classMadhura Jayaratne
2013-05-25Missing renamingsMarc Delisle
2013-05-25Fix merge conflictsMarc Delisle
2013-05-25Improve message appearanceMarc Delisle
2013-05-25Rename message in QA_4_0Atul Pratap Singh
2013-05-25Rename messageAtul Pratap Singh
2013-05-24End sentence with stopMichal Čihař
2013-05-24Merge branch 'master' of github.com:phpmyadmin/phpmyadminAtul Pratap Singh
2013-05-24Wrap chart and legend in a single div, fix rearrange charts feature in status...Atul Pratap Singh
2013-05-23Replace tabs with 4 whitespacesMadhura Jayaratne
2013-05-16Merge pull request #387 from xmujay/2332_xmujayMichal Čihař
2013-05-15Fix merge conflictsMarc Delisle
2013-05-15make function outside class starting with "PMA"; render HTML at oncexmujay
2013-05-13Fix bug #3907 undefined variables, function parameter problemsJ.M
2013-05-11Fix merge conflictsMarc Delisle
2013-05-10Consistent function naming and corrected documentationMichal Čihař
2013-05-10fix Undefined variable: ServerStatusDataxmujay
2013-05-07refactor server_view:xmujay
2013-05-05Merge branch 'master' into DBI_naming_cleanUp2Kasun Chathuranga
2013-05-05server_status_monitor.php refactor, split long function into small ones:xmujay
2013-05-04PMA_DBI_num_rows --> PMA_DBI_numRowsKasun Chathuranga
2013-05-04PMA_DBI_free_result --> PMA_DBI_freeResultKasun Chathuranga
2013-05-04PMA_DBI_fetch_assoc --> PMA_DBI_fetchAssocKasun Chathuranga
2013-05-04PMA_DBI_select_db --> PMA_DBI_selectDbKasun Chathuranga
2013-04-30Merge branch 'master' into DBI_naming_cleanUpKasun Chathuranga
2013-04-30PMA_DBI_fetch_result --> PMA_DBI_fetchResultKasun Chathuranga
2013-04-30PMA_DBI_try_query --> PMA_DBI_tryQueryKasun Chathuranga
2013-04-20Hide rearrange chart feature for nowAtul Pratap Singh
2013-02-04Cloning addChartForm duplicated whole set of inner elements, further breaking...Atul Pratap Singh
2013-01-01Upgraded to jquery-ui-timepicker-addon 1.1.1Marc Delisle
2012-12-20Upgraded jquery json plugin to v2.4Rouslan Placella
2012-12-17Fixed another multiple dialogs bug in server status monitorRouslan Placella
2012-12-17Fixed multiple dialogs bug in server status monitorRouslan Placella
2012-12-14phpcs fixesRouslan Placella
2012-12-14Removed redundant parameterRouslan Placella
2012-12-14Improved formatting and display of data in server status monitorRouslan Placella
2012-12-14Added missing js includeRouslan Placella
2012-12-14Don't json_encode server status monitor responses twiceRouslan Placella
2012-12-14Use response class for outputRouslan Placella