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-23Remove $dbi global from Database classesMaurício Meneghini Fauth
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-02-25Replace pmd* in CSS classes and IDs with designer*Maurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-24Rename $GLOBALS['PMD'] to $GLOBALS['designer']Maurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-24Rename js/pmd directory to js/designerMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-24Replace static methods with instance methodsMaurício Meneghini Fauth
Replace PhpMyAdmin\Database\Designer\Common static methods with instance methods. Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-24Rename PmdCommon to Database\Designer\CommonMaurício Meneghini Fauth
Rename PhpMyAdmin\PmdCommon to PhpMyAdmin\Database\Designer\Common. Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-23Replace static methods with instance methodsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-12-04Use 'elseif' keyword istead of 'else if'Maurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-10-12Port database/designer/query_details to TwigMaurí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-09-05Refactor db_designer functions to static methodsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-08-14Replace some double-quotes with single-quotes to match existing stylesIsaac Bennetch
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2017-07-22Allow designer to show tables from other DBRaghuram Vadapalli
Signed-off-by: Raghuram Vadapalli <raghuram.4350@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-14Move js/jquery to js/vendor/jqueryMaurício Meneghini Fauth
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>
2016-01-25Merge branch 'QA_4_5'Michal Čihař
2016-01-25Move databse check to correct locationMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-01-19Merge branch 'QA_4_5'Michal Čihař
2016-01-19Validate database before starting designerMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-01-08Remove iecanvas scriptMichal Čihař
It just provides support for older MSIE versions. Issue #11833 Signed-off-by: Michal Čihař <michal@cihar.com>
2015-11-08Make 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-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-08-13SimplifyMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-08-13Refactor - Extract methodMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-08-13FIx bug - Use control link for db operation related to configuration storageMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-25Make PHPCS happy.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-07-09These are also internal directives. Remove underscore to match with other ↵Madhura Jayaratne
similar ones Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-06-29Modified structure for pma__designer_settings tableDeven Bansod
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-06-24Changed the mysql reserved words conflicting column namesDeven Bansod
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-06-24Load in visual query builder the default pdf page if such existsMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-06-21Designer settings saved in a new table in configuration storageDeven Bansod
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-05-15Fix coding styleMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-04-30These images does not seem to be usedMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-08rfe #1650 Support a default page in designerMadhura 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>
2015-02-10Clarify function nameMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-02-09New designer menuZhang Hao
Signed-off-by: Zhang Hao <jason.daurus@gmail.com>
2014-10-04'same' and 'new' are the only choices hereMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-10-03rfe #1542 Better error reporting in DesignerMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-08-26Hide PDF page related icon in visual builderMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-08-26Remove spacesMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>