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
2017-09-13Refactor replication_gui functions to static methodsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-09-07Refactor server_status functions to static methodsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-09-07Rename ServerStatusData to Server/Status/DataMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-07Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
- Move Sanitize to PhpMyAdmin namespace - Move SavedSearches to PhpMyAdmin namespace - Move Scripts to PhpMyAdmin namespace - Move ServerStatusData to PhpMyAdmin namespace - Move Sql to PhpMyAdmin namespace - Move StorageEngine to PhpMyAdmin namespace - Move SubPartition to PhpMyAdmin namespace - Move SysInfoLinux to PhpMyAdmin namespace - Move SysInfoSunOS to PhpMyAdmin namespace - Move SysInfoWINNT to PhpMyAdmin namespace - Move SysInfo to PhpMyAdmin namespace - Move SystemDatabase to PhpMyAdmin namespace Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-01Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
- Move OpenDocument to PhpMyAdmin namespace - Move OutputBuffering to PhpMyAdmin namespace - Move Partition to PhpMyAdmin namespace - Move Pdf class to PhpMyAdmin namespace - Move RecentFavoriteTable to PhpMyAdmin namespace - Move Response to PhpMyAdmin namespace Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-06-30Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
- Move Logging to PhpMyAdmin namespace - Move Menu to PhpMyAdmin namespace - Move Message to PhpMyAdmin namespace Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2016-12-07Simplify Response object handlingMichal Čihař
- always use use and short name - avoid calling getInstance() several times in one script Signed-off-by: Michal Čihař <michal@cihar.com>
2015-09-09Merge branch 'master' into useNamespaces_masterHugues Peccatte
2015-09-09Remove Drizzle support from functionalities in server levelMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-09-01Remove classes require_once.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-01Rename classes files.Hugues Peccatte
Rename classes. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-01Set namespace on Advisor, Config, Console and Util classes.Hugues Peccatte
Set namespace on DbQbe. Set namespace to 'DbSearch'. Split Advisor.class.php file. Change Advisor namespace. Rename DbQbe class and file. Set namespace on DisplayResults. Set namespace on Error. Use namespace for ErrorHandler. Add class autoloader. Change ErrorHandler filename. Remove some require. Update Config namespace path. Update PMA_Util to PMA\libraries\Util. Rename Font and File classes files. Use namespace for Footer. Set namespace in all libraries classes. Namespace OutputBuffering. Export SubPartition. Rename Partition file. Namespace PDF. Namespace RecentFavoriteTable. Replace PMA_Response by Response and PMA_Message by Message. Update uses and calls. Fix unit tests. Fix SqlParser autoload. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-31Fix #11445 MySQL 5.7 and Status page for an unprivileged userMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-03-06Remove unneeded closing tagsRahul Kadyan
Closing tags at the end of file are not mandatory. It is often suggested to omit to closing tags at the end of file to prevent unwanted effects as PHP will start output buffering if there is any character after closing tag. Reference: http://php.net/manual/en/language.basic-syntax.phptags.php Signed-off-by: Rahul Kadyan <hi@znck.me>
2014-11-09Replace $replication_info by a global variable.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-11-09Use $replication_info everywhere, instead of $server_* variables.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-06-24RFE-1490 Dynamic process listChirayu Chiripal
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-06-06One place to generate KILL queryMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-06-05Dynamically detect an amazon rds instanceCraig Duncan
This is to avoid more configuration options Signed-off-by: Craig Duncan <git@duncanc.co.uk>
2014-06-04Allow processes to be killed on Amazon RDSCraig Duncan
The 'KILL' syntax isn't available but a procedure to do the same thing is http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.MySQL.CommonDBATasks.html Signed-off-by: Craig Duncan <git@duncanc.co.uk>
2013-07-28Fix merge conflictsMarc Delisle
2013-07-16refactor server_status.phpxmujay
2013-07-07[security] Fix stored XSS in Server status monitor, see PMASA-2013-9J.M
2013-06-211. change the function namexmujay
2. fix Div function 3. using $_REQUEST when the variable is in the request list
2013-06-19refactor server_replication.phpxmujay
1. render HTML at once 2. split long functions
2013-06-04split long linesxmujay
2013-06-03refactor server_status.phpxmujay
1. using better function name 2. split long lines
2013-05-27Use CodeMirror to highlight in the processes listMarc Delisle
2013-05-26Merge branch 'master' into OOP_DBIMadhura Jayaratne
Conflicts: libraries/database_interface.lib.php
2013-05-26Clarify function nameMarc Delisle
2013-05-24Convert database interface to a classMadhura Jayaratne
2013-05-18Remove unnecessary message. When this page did not contain tabs for theMarc Delisle
various sections, it was useful to have a link to reach this section further down.
2013-05-15refactor function naming on server view filesxmujay
2013-05-11Add missing variable (yes there is a one-line duplication)Marc Delisle
2013-05-07refactor server_view:xmujay
1. add function for html render 2. code indention 3. split long lines
2013-05-05Merge branch 'master' into DBI_naming_cleanUp2Kasun Chathuranga
Conflicts: sql.php
2013-05-05server_status.php refactorxmujay
add getServerStateGeneralInfoHtml to correct general information
2013-05-04PMA_DBI_fetch_assoc --> PMA_DBI_fetchAssocKasun Chathuranga
2013-05-01Merge branch 'master' into DBI_naming_cleanUpKasun Chathuranga
Conflicts: ChangeLog
2013-05-01split the long function (getServerTrafficHtml) into three functions:xmujay
1. getServerStateTrafficHtml 2. getServerStateConnectionsHtml 3. getTableProcesslistHtml
2013-04-30PMA_DBI_fetch_value --> PMA_DBI_fetchValueKasun Chathuranga
2013-04-30PMA_DBI_try_query --> PMA_DBI_tryQueryKasun Chathuranga
2013-01-25remove unused variablesDieter Adriaenssens
2013-01-21Avoid undefined variable noticesMadhura Jayaratne
2012-12-18Use PMA_Util::getImage() for getting imagesRouslan Placella
2012-12-14phpcs fixesRouslan Placella
2012-12-14Removed redundant parameterRouslan Placella
2012-12-14Split the server staus monitor features into a separate pageRouslan Placella
2012-12-14Moved more features from server_status.php to own pagesRouslan Placella
Dropped live charting
2012-12-14Split the advisor feature into a separate pageRouslan Placella