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-11-02Fix #15316 CROSS JOIN clause is removed on exportHugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-11-02Fix #12241 Remove alias removalHugues Peccatte
In former versions, export on queries was available only for queries with one single table. This is not true anymore, so we should keep the aliases. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2018-11-11Retrieve parameters from $_POST in table structureMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-03-26Replace PhpMyAdmin\Relation static callsMaurício Meneghini Fauth
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-04Refactor display_export 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-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>
2017-03-20Move the tbl_info.inc.php code to Table classVishal Pandey
Fixes #12567 Signed-off-by: flash1452 <vishpandey2014@gmail.com>
2017-01-23Merge branch 'QA_4_6'Michal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-01-23Update to SQL Parser 4.0.1Michal Čihař
It now follows PSR-4 and uses PhpMyAdmin namespace prefix. See https://github.com/phpmyadmin/sql-parser/issues/126 Signed-off-by: Michal Čihař <michal@cihar.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>
2016-10-05Merge branch 'QA_4_6'Deven Bansod
2016-10-05Don't append FROM clause for replacing in UNION statementsDeven Bansod
If global statement has atleast one union, it should not have a FROM. Fix #12619 Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2016-09-28Merge branch 'QA_4_6'Deven Bansod
Conflicts: po/sk.po
2016-09-28Replace FROM clause aliases only if FROM clause is presentDeven Bansod
Fix #12579 Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2016-03-22Make phpcs happyDeven Bansod
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-12-14Fix merge conflictMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-12-13Fixes #11679Achilles-96
Signed-off-by: Raghuram Vadapalli <raghuram.vadapalli@research.iiit.ac.in>
2015-11-21Refactor handling of export template actionsMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-10-19Make PHPCS happy.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-10-04Merge remote-tracking branch 'origin/master' into useNamespaces_masterHugues Peccatte
2015-10-03Clarify method nameMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-10-01Merge remote-tracking branch 'origin/master' into useNamespaces_masterHugues Peccatte
2015-10-01Merge branch 'QA_4_5'Marc Delisle
2015-10-01Fixes #11509, #11512, #11518.Dan Ungureanu
Updated sql-parser library to udan11/sql-parser@2f5d2daabbf7057141a97a69936ff217df6085f6 (v2.1.1). Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-09-13Merge branch 'master' into useNamespaces_masterHugues Peccatte
2015-09-12Set namespace on plugins classes.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-12Remove duplicationMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
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-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-07-23Make PHPCS happy.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-07-17Use correct name formatMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-10Updated sql-parser library to udan11/sql-parser@5278427.Dan Ungureanu
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-10Coding style fixes.Dan Ungureanu
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-10Using the new parser for exporting.Dan Ungureanu
Updated sql-parser library to udan11/sql-parser@06c0a64. Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-09This is an internal directive. Use without underscore to match other similar ↵Madhura Jayaratne
ones Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-09Underscores are preferred to separate words in configuration storage table ↵Madhura Jayaratne
names/directives Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-06Make scrutinizer happyMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-02Allow using templates created for other databases/tablesMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-02rfe #812 store export definitions for reuseMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>