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 (Expand)Author
2019-08-16Use the router for the table indexes pageMaurício Meneghini Fauth
2019-07-31Declare $containerBuilder global when necessaryMaurício Meneghini Fauth
2019-06-15Remove Di\Container in tbl_indexes.phpHugues Peccatte
2019-06-15Define correctly the Table\IndexesController parametersHugues Peccatte
2019-05-19Define controllers as services in an external configuration fileHugues Peccatte
2019-04-18Get $dbi from DIC instead of global in entry pointsMaurício Meneghini Fauth
2019-02-14Rename TableIndexesController to IndexesControllerMaurício Meneghini Fauth
2019-01-07Format array declarationsMaurício Meneghini Fauth
2019-01-06Adds space after not (!) and type castMaurício Meneghini Fauth
2018-12-22Define an absolute path to use for require statementsMaurício Meneghini Fauth
2018-12-13Merge branch 'QA_4_8'Maurício Meneghini Fauth
2018-11-11Retrieve parameters from $_POST in tbl_indexes.phpMaurício Meneghini Fauth
2018-06-19Some coding style fixesMaurício Meneghini Fauth
2018-05-30Use short array syntax instead of long array syntaxMaurício Meneghini Fauth
2018-05-16Enable strict mode in PHP filesMaurício Meneghini Fauth
2017-07-16Move DI classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-07-14Move controllers to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-07-01Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-06-29Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2015-10-19Make PHPCS happy.Hugues Peccatte
2015-09-02Move PMA/DI namespace to PMA\libraries\di.Hugues Peccatte
2015-09-01Add missing 'use'.Hugues Peccatte
2015-09-01Update controllers' namespace.Hugues Peccatte
2015-09-01Remove classes require_once.Hugues Peccatte
2015-09-01Rename classes files.Hugues Peccatte
2015-09-01Set namespace on Advisor, Config, Console and Util classes.Hugues Peccatte
2015-08-30Remove classes require_once.Hugues Peccatte
2015-08-29Rename classes files.Hugues Peccatte
2015-08-29Set namespace on Advisor, Config, Console and Util classes.Hugues Peccatte
2015-08-12Complete tests for TableIndexesControllerJason
2015-08-12Introduce the ResponseStubJason
2015-07-23Make PHPCS happy.Hugues Peccatte
2015-07-17Use spaces in place of tabsMadhura Jayaratne
2015-07-06Achieve constructor injection usign the introduced DICAtul Pratap Singh
2015-07-03Test & fix TableGisVisualizationControllerJason
2015-06-23Introduce Controllers for tbl related scriptsJason
2015-06-16Finish refactoring tbl_*.lib.phpJason
2015-06-12Make PHPcs happy.Hugues Peccatte
2015-06-10Fix preview sql for creating indexesJason
2015-06-08Refactoring tbl_indexes.lib.php & tbl_chart.lib.phpJason
2015-03-06Remove unneeded closing tagsRahul Kadyan
2015-01-28Distinguish between index type and index choiceMadhura Jayaratne
2014-07-22RFE#908: Improvements for the table editor (index creation).Ashutosh Dhundhara
2013-08-21removed display_indexes.lib.php. added tbl_display.lib.php and extracted meth...Spun Nakandala
2013-05-24Convert database interface to a classMadhura Jayaratne
2013-05-02libraries/display_indexes.lib.php file added. HTML generation for the create/...Spun Nakandala
2013-04-30PMA_DBI_get_columns_full --> PMA_DBI_getColumnsFullKasun Chathuranga
2013-03-26Bug #3839 Index comment is supported only starting with MySQL 5.5Marc Delisle
2013-01-08Implemented rfe #3599046 - Added comments for indexesRouslan Placella
2012-12-22Removed the AjaxEnable directiveMarc Delisle