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-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>
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 configuration descriptions into classMichal Čihař
This avoids loading them all into global namespace on every request. Issue #11731 Signed-off-by: Michal Čihař <michal@cihar.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-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-07Fixed url query handling in table structureMichal Čihař
Fixes #13366 See also issue #13354 Signed-off-by: Michal Čihař <michal@cihar.com>
2017-03-20Fix method namesMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-03-20Move the tbl_info.inc.php code to Table classVishal Pandey
Fixes #12567 Signed-off-by: flash1452 <vishpandey2014@gmail.com>
2016-04-11Move MySQL charsets handling to the Charsets classMichal Čihař
Issue #11731 Signed-off-by: Michal Čihař <michal@cihar.com>
2016-03-09Remove bookmark library includesMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-11-08Make PHPCS happy.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-11-03Move the controller to appropriate packageMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-09-13Fix case issue.Hugues Peccatte
Use FQN to load class. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-13Remove duplicate 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-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-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-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-30Set 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-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-16Add tests for DatabaseStructureControllerJason
Signed-off-by: Jason <jason.daurus@gmail.com>
2015-08-12Introduce the ResponseStubJason
Signed-off-by: Jason <jason.daurus@gmail.com>
2015-08-10Create separate controllers from table and database structure pagesMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-08-03Fix: Unexpected dialog shown when creating tableJason
Signed-off-by: Jason <jason.daurus@gmail.com>
2015-07-31Remove structure.lib.php and display_structure.inc.phpJason
Signed-off-by: Jason <jason.daurus@gmail.com>
2015-07-30Creating StructureControllerJason
Signed-off-by: Jason <jason.daurus@gmail.com>
2015-07-26Refactor PMA_getHtmlForFavoriteAnchor and remove unused functionsJason
Signed-off-by: Jason <jason.daurus@gmail.com>
2015-07-23Fix test failuresJason
Signed-off-by: Jason <jason.daurus@gmail.com>
2015-07-13More show create queriesMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-10Updated sql-parser library.Dan Ungureanu
Refactoring and coding style fixes. Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-10Use new parser for table's structure.Dan Ungureanu
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-10Replaced PMA_SQP_isKeyWord().Dan Ungureanu
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-01Trial Approach to solve Privileges bug for RFE#657Deven Bansod
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-06-14Fix typos.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-05-18Page-related settings, rfe#1559Nisarg Jhaveri
Signed-off-by: Nisarg Jhaveri <nisargjhaveri@gmail.com>
2015-04-22Add icon for columns with indexMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-22Allow retrieving indexes by typesMadhura 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-10Improve message translatabilityMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-02-10Merge pull request #1491 from rakeshkaundilya/rfe#723Marc Delisle
Sanity Check for table name : Feature request #723
2015-02-09rfe #1235 Relation view: move to main "Structure" pageMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-02-08Feature request #723RAKESH KUMAR
Signed-off-by: RAKESH KUMAR <rakeshkumar4294@gmail.com>