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-03-26Replace PhpMyAdmin\Relation static callsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-09-04Merge branch 'QA_4_7'Michal Čihař
2017-09-04Remove no longer needed attributeMichal Čihař
Issue #13533 Signed-off-by: Michal Čihař <michal@cihar.com>
2017-08-23Refactor relation functions to static methodsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-16Move DI classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-14Move controllers to PhpMyAdmin namespaceMaurício Meneghini Fauth
- Move base controllers to PhpMyAdmin namespace - Move database controllers to PhpMyAdmin namespace - Move server controllers to PhpMyAdmin namespace - Move table controllers 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>
2016-01-04Remove /*overload*/ prefix from mb_* callsMichal Čihař
I believe this was temporary flagging to see which code is migrated and can be safely removed now. Signed-off-by: Michal Čihař <michal@cihar.com>
2015-10-19Make PHPCS happy.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-19Merge branch 'master' into useNamespaces_masterHugues Peccatte
2015-09-18Use the local variableMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-09-02Move PMA/DI namespace to PMA\libraries\di.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-01Add missing 'use'.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-01Update controllers' namespace.Hugues Peccatte
Move table controllers into 'table' folder. 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-08-30Remove classes require_once.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-29Rename classes files.Hugues Peccatte
Rename classes. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-29Set 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-17Add tests for TableStructureController and TableRelationControllerJason
Signed-off-by: Jason <jason.daurus@gmail.com>
2015-08-12Introduce the ResponseStubJason
Signed-off-by: Jason <jason.daurus@gmail.com>
2015-08-12Recover tests for PMA_Table and rename sGetStatusInfo to getStatusInfoJason
Signed-off-by: Jason <jason.daurus@gmail.com>
2015-07-23Fix test failuresJason
Signed-off-by: Jason <jason.daurus@gmail.com>
2015-07-22Coding style modification.Hugues Peccatte
Make PHPCS happy. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-07-17Use spaces in place of tabsMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-06Achieve constructor injection usign the introduced DICAtul Pratap Singh
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2015-07-03Test & fix TableGisVisualizationControllerJason
Also fix typos in controllers. Signed-off-by: Jason <jason.daurus@gmail.com>
2015-06-23Introduce Controllers for tbl related scriptsJason
Signed-off-by: Jason <jason.daurus@gmail.com>
2015-06-16Finish refactoring tbl_*.lib.phpJason
Signed-off-by: Jason <jason.daurus@gmail.com>
2015-06-14Fix typos.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@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>
2015-02-09rfe #1235 Relation view: move to main "Structure" pageMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-03Fix code execution path warningMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-11-04Use post params directlyMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-04Success message for display column change. Update display column in the ↵Madhura Jayaratne
database only if it has changed from the original value. Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-04Success message for internal relationsMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-10-04Function does not handle null values even if it was documented to handle themMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-08-17Fix issues reported by Scrutinizer.Ashutosh Dhundhara
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
2014-08-11Bug#4511: QBE fails to generate LEFT join for InnoDB foreign keys in absence ↵Ashutosh Dhundhara
of configuration storage. Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
2014-08-01RFE#919: Multiple-column foreign key relation.Ashutosh Dhundhara
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com> Fix missing master column. Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com> Fix failing test. Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com> Fix coding styles. Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com> Fix function doc. Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com> Fix coding styles. Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
2014-02-03tbl_relation.php: check if $existrel_foreign is defined before using itAnn + J.M
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
2013-09-06fix coding style : indentationDieter Adriaenssens
2013-08-30remove global variables and use super global variablesSpun Nakandala
2013-08-29errors correctedSpun Nakandala
2013-08-29added method PMA_handleUpdateForForeignKeySpun Nakandala
2013-08-28added method PMA_handleUpdatesForForeignKeysSpun Nakandala
2013-08-28added methods PMA_handleUpdatesForInternalRelations, ↵Spun Nakandala
PMA_getQueryForInternalRelationUpdate
2013-08-28added methods PMA_handleUpdateForDisplayField, PMA_getQueryForDisplayUpdateSpun Nakandala