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
2018-05-30Fix some PSR-2 coding standard errorsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-05-30Use short array syntax instead of long array syntaxMaurício Meneghini Fauth
Replaces array() with []. Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-05-16Enable strict mode in PHP filesMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-04-01Refactor PhpMyAdmin\Export static methodsMaurício Meneghini Fauth
Replaces static methods with instance methods. Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-01-14Refactor PhpMyAdmin\Display\Export classMaurício Meneghini Fauth
The static methods are replaced with instance methods. Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-09-06Remove no longer needed page_settings.forms.php and user_preferences.forms.phpMichal Čihař
Issue #11731 Signed-off-by: Michal Čihař <michal@cihar.com>
2017-09-05Refactor export functions to static methodsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-09-04Refactor display_export to static methodsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-08-16Use Response::addHTML to render error messageMichal Čihař
This way the rendering is explicit instead of relying on hidden logic in handling global variables. See #13585 Signed-off-by: Michal Čihař <michal@cihar.com>
2017-08-14show error message on export page when database is emptyManish Bisht
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
2017-07-09Move config classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
- Move ConfigFile to PhpMyAdmin namespace - Move FormDisplay to PhpMyAdmin namespace - Move Form to PhpMyAdmin namespace - Move PageSettings to PhpMyAdmin namespace - Move ServerConfigChecks to PhpMyAdmin namespace - Move Validator to PhpMyAdmin namespace 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-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-07Remove odd/even markupMichal Čihař
Issue #12070 Signed-off-by: Michal Čihař <michal@cihar.com>
2016-11-15Merge branch 'QA_4_6'Michal Čihař
2016-11-15Check parameter type before processingMichal Čihař
Fixes #12443 Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-23Fix #12017 Cannot easily select multiple tables when exportingMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-10-18Add missing checksMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-09-12Set namespace on plugins classes.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-12Merge branch 'master' into useNamespaces_masterHugues Peccatte
2015-09-11Fix coding styleMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-09-11Remove duplicationMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-09-11Refactor to remove display_export.inc.phpMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-09-06Add missing require.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-06Add missing require.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-01Set namespace on config classes.Hugues Peccatte
Update config classes. Add @noinspection tag. Update documentation and script. Set ConfigGenerator in a namespace. Rename ConfigGenerator filename. Remove ConfigGenerator requires. Fix namespaces of mock objects. Remove useless require. Add missing 'use'. Add missing require. Update PHPDoc. Fix class test typo. 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-25Refactor db_info.inc.phpMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-07-25Make PHPCS happy.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-07-18As suggested by ScrutinizerMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-07-18CleanupMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-07-17Remove duplicate codeMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-06-27rfe#1603 select structure or data for each table when exportingNisarg Jhaveri
Signed-off-by: Nisarg Jhaveri <nisargjhaveri@gmail.com>
2015-05-18Page-related settings, rfe#1559Nisarg Jhaveri
Signed-off-by: Nisarg Jhaveri <nisargjhaveri@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>
2013-08-06Various coding style fixesMichal Čihař
2013-08-01Directly use POST parametersMarc Delisle
2013-07-21rename server_export.lib.php to display_export.lib.php due to it works for ↵xmujay
server and database, table level export
2013-05-21bug #3948 Server export problemsMadhura Jayaratne
2012-10-31Dropped (again) some server side code for checking all items in a listRouslan Placella
2012-10-31Wrap long linesRouslan Placella
2012-06-11Dropped footer.inc.phpRouslan Placella
2012-06-11PMA_Footer and PMA_Header no longer need to be singletonsRouslan Placella
2012-06-11Dropped header.inc.php in favor of the PMA_Header classRouslan Placella
2012-04-14Coding style improvementsMadhura Jayaratne
2012-03-17Leading ./ paths for includes can be omitted, part 2Jo Michael
2011-10-25Use package name PhpMyAdminMichal Čihař
Needed to match phpdoc rules as package name must begin with upper case.
2011-09-06use include() instead of require() when including file conditionallyDieter Adriaenssens
2011-07-22Spacing around ifMichal Čihař