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
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>
2017-06-13Remove _url_query attribute from DatabaseStructureController.phpMichal Čihař
It was used only in two locations and in both of them the different URL query was constructed, so it's better to contruct new queries directly. Fixes #13373 Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-06Merge branch 'QA_4_6'Michal Čihař
2016-04-06Improve performance of database structure pageMichal Čihař
There is no need to get full list of tables twice, it's enough to do it in the controller itself. Fixes #12129 Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-06Always set correct sub_part requestMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-03-22Make phpcs happyDeven Bansod
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-11-18Move packages for better organizationMadhura 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-09-02Move PMA/DI namespace to PMA\libraries\di.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-25Refactor db_info.inc.phpMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
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-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_getHtmlForShowCreate, PMA_tableHeader, ↵Jason
PMA_getHtmlForMoveColumnsDialog, PMA_getHtmlForStructureTableRow Signed-off-by: Jason <jason.daurus@gmail.com>
2015-07-26Refactor PMA_getHtmlForDisplayTableStats and move template calls into ↵Jason
db_structure.php and tbl_structure.php Signed-off-by: Jason <jason.daurus@gmail.com>
2015-07-23Resolve conflicts from upstreamJason
Signed-off-by: Jason <jason.daurus@gmail.com>
2015-06-14Fix typos.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-06-01Merge pull request #1708 from devenbansod/rfe701_using_cssIsaac Bennetch
RFE#701 - Print View using CSS - Rewrite
2015-06-01RFE#1676 : Actually a BugDeven Bansod
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-06-01RFE#701 - Print View using CSS - RewriteDeven Bansod
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-05-26Fix bug#4925Nisarg Jhaveri
- Don't show page-settings when not needed in db_structure 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-04-28Merge branch 'QA_4_4'Marc Delisle
2015-04-28bug: Table overhead stats: missing space before the unitMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-03-26Merge pull request #1547 from znck/masterMarc Delisle
Remove unneeded closing tags
2015-03-07Fix some more coding styleChirayu Chiripal
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@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>
2014-11-10Minor coding style modifications.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-11-09Replace $replication_info by a global variable.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-11-09Use $replication_info everywhere, instead of $server_* variables.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-10-18More fixes to new PMA_URL_getCommon styleAnn + J.M
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
2014-10-18Convert PMA_URL_getCommon calls to new styleAnn + J.M
Rewritten tests need validation Signed-Off-By: Ann + J.M. <phpMyAdmin@ZweiSteinSoft.de>
2014-10-16rfe1547 - Wrap message with message boxWojciech Mleczek
Signed-off-by: Chanaka Dharmarathna <pe.chanaka.ck@gmail.com>
2014-09-25Refactor duplicate codeMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-08-17Fix issues reported by Scrutinizer.Ashutosh Dhundhara
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
2014-05-18Fix some coding style violationsMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-05-10RFE: #1448 Allow clicking an approximate row count to get a correct one.Ashutosh Dhundhara
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>