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
2019-08-23Fix some bugs with strange table and database namesWilliam Desportes
- Fix export - Fix split on . to have db and table - Replace some $_REQUEST occurences - Add translations to "add tables from another database" : "None" > strNone - Refactor the ugly code that used globals to use an object "DesignerTable" - Fix save a new added table - Fix delete page items - Fix more bugs Fixes: #15446 Fixes: #13370 Fixes: #14945 Closes: #15438 Signed-off-by: William Desportes <williamdes@wdes.fr>
2018-03-26Replace PhpMyAdmin\Relation static callsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-09-14Refactor schema_export function to a static methodMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-09-14Refactor pmd_common functions to static methodsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-09-12Refactor plugin_interface functions to static methodsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-08-23Refactor relation functions to static methodsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-20Move plugins classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-08Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
- Move Table to PhpMyAdmin namespace - Move Template to PhpMyAdmin namespace - Move ThemeManager to PhpMyAdmin namespace - Move Theme to PhpMyAdmin namespace - Move Tracker to PhpMyAdmin namespace - Move Transformations to PhpMyAdmin namespace - Move TypesMySQL to PhpMyAdmin namespace - Move Types to PhpMyAdmin namespace - Move Util to PhpMyAdmin namespace - Move VersionInformation to PhpMyAdmin namespace - Move Url to PhpMyAdmin namespace Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-06-29Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
- Move Advisor to PhpMyAdmin namespace - Move Bookmark to PhpMyAdmin namespace - Move Charsets to PhpMyAdmin namespace - Move Config class to PhpMyAdmin namespace - Move Console class to PhpMyAdmin namespace - Move Core to PhpMyAdmin namespace - Move DatabaseInterface to PhpMyAdmin namespace - Move DbList to PhpMyAdmin namespace - Move DbQbe to PhpMyAdmin namespace - Move DbSearch to PhpMyAdmin namespace - Move DisplayResults to PhpMyAdmin namespace - Move Encoding to PhpMyAdmin namespace - Move Error to PhpMyAdmin namespace - Move ErrorHandler to PhpMyAdmin namespace - Move File to PhpMyAdmin namespace - Move Font to PhpMyAdmin namespace - Move Footer to PhpMyAdmin namespace - Move Header to PhpMyAdmin namespace - Move Index to PhpMyAdmin namespace - Move IndexColumn to PhpMyAdmin namespace - Move LanguageManager to PhpMyAdmin namespace - Move Language to PhpMyAdmin namespace - Move Linter to PhpMyAdmin namespace - Move ListAbstract to PhpMyAdmin namespace - Move ListDatabase to PhpMyAdmin namespace Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-06-03Refactor the core functions into static methodsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2016-01-19Merge branch 'QA_4_5'Michal Čihař
2016-01-19Check for parameter before using itMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-09-05Add namespace on part of plugins classes.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@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-06-18Revert "Remove unused parameter $db"Madhura Jayaratne
This reverts commit d862940cb397cd9e69bba4d356a2e6b7b12dc3ca.
2015-06-18POST parameter 'db' is already written to GLOBALS in libraries/common.inc.phpMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-06-18Remove unused parameter $dbMadhura 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-08-24Simplify schema exportingMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-08-10Set default values for schema export optionsBimal Yashodha
Signed-off-by: Bimal Yashodha <kb.yashodha@gmail.com>
2014-08-09Cleanup globalsBimal Yashodha
Signed-off-by: Bimal Yashodha <kb.yashodha@gmail.com>
2014-08-09Schema export pluginsBimal Yashodha
Signed-off-by: Bimal Yashodha <kb.yashodha@gmail.com>
2014-07-23Use designer without configuring tablesBimal Yashodha
Signed-off-by: Bimal Yashodha <kb.yashodha@gmail.com>
2014-07-01Remove old relational schema edit/export page and related codeBimal Yashodha
Signed-off-by: Bimal Yashodha <kb.yashodha@gmail.com>
2014-06-30Export schema from designerBimal Yashodha
Signed-off-by: Bimal Yashodha <kb.yashodha@gmail.com>
2014-06-16Remove unnecessarily added empty lines.Dhananjay Nakrani
Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
2014-06-16Remove included 'common_error_reporting.php' script and its inclusion from ↵Dhananjay Nakrani
all the scripts. Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
2014-06-16Include error reporting script at the end of all the 'relevant' scripts.Dhananjay Nakrani
Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
2013-08-06Various coding style fixesMichal Čihař
2013-08-06Remove double inclusionMichal Čihař
2013-07-28Fix merge conflictsMarc Delisle
2013-07-23[security] Fix control user SQL injection in schema_export.php, see PMASA-2015Marc Delisle
2013-07-19Share schema export codeMichal Čihař
2013-07-10split output from constructor for Schema classesadamgsoc2013
remove "exit" which is unneeded action
2013-05-26Some more missing renamingsMadhura Jayaratne
2013-05-04PMA_DBI_select_db --> PMA_DBI_selectDbKasun Chathuranga
2012-10-16Use single quotes when we do not want to evaluate the stringMichal Čihař
2012-07-29Various coding style improvementsMadhura Jayaratne
2012-06-11relation.lib.php is already included by common.inc.phpRouslan Placella
2012-04-29Improve namingMarc Delisle
2012-04-29Missing variables since grab_globals removalMarc Delisle
2012-03-17Leading ./ paths for includes can be omitted, part 2Jo Michael
2012-03-17Leading ./ paths for links and favicons can be omitted, part 1Jo Michael
2011-10-25Use package name PhpMyAdminMichal Čihař
Needed to match phpdoc rules as package name must begin with upper case.
2011-09-23Spaces between parameters in function callsMadhura Jayaratne
2011-09-06use require() instead of include() when including file unconditionallyDieter Adriaenssens
2011-08-22require/include are statements not functions; no parentheses are requiredDieter Adriaenssens
2011-08-15Remove not needed param from PMA_REL_create_pageMichal Čihař