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
2018-05-30Fix some PSR-2 coding standard errorsMaurí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
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-19Add tests for TableSearchController, TableStructureController.Jason
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-06-30Use DI in controllers and simplify directory structureJason
2015-06-30Introduce dependency injection containerJason
2015-06-23Introduce Controllers for tbl related scriptsJason
2015-06-12Make PHPcs happy.Hugues Peccatte
2015-06-12Merge pull request #1720 from devenbansod/rfe1594Isaac Bennetch
2015-06-13Replace script names as config options with plain english wordsDeven Bansod
2015-06-08Refactoring tbl_indexes.lib.php & tbl_chart.lib.phpJason
2015-03-06Remove unneeded closing tagsRahul Kadyan
2014-10-30Fix PHPCS issues.Hugues Peccatte
2014-09-28Replace PMA_String uses by mb_* calls.Hugues Peccatte
2014-09-06Mass modifications to use PMA_String.Hugues Peccatte
2014-05-28bug #4432 Error while displaying chart at server levelMadhura Jayaratne
2014-02-03Drop flashcanvasMichal Čihař
2013-08-23added libraries/tbl_chart.lib.php and extracted methods to generate html contentSpun Nakandala
2013-08-07Better names for URL generating functionsMichal Čihař
2013-05-26Some more missing renamingsMadhura Jayaratne
2013-05-04PMA_DBI_get_fields_meta --> PMA_DBI_getFieldsMetaKasun Chathuranga
2013-05-04PMA_DBI_fetch_assoc --> PMA_DBI_fetchAssocKasun Chathuranga
2013-04-30Merge branch 'master' into DBI_naming_cleanUpKasun Chathuranga
2013-04-30PMA_DBI_try_query --> PMA_DBI_tryQueryKasun Chathuranga
2013-04-25Consistently include colon in strings to translateMichal Čihař
2013-03-25Check whether operands are identical. Otherwise 0 makes the condition trueMadhura Jayaratne
2013-03-08Fail fast if no numeric column was detected in the result set to plot. Allow ...Madhura Jayaratne
2013-03-08If there is only on numeric column, select it despite it being chosen for the...Madhura Jayaratne
2013-03-06Enable tooltip in display chartAtul Pratap Singh
2013-02-08When referring to a table, we use the term "column"Marc Delisle
2013-01-27Coding style improvementsMadhura Jayaratne
2013-01-27Show error messages when unable to display chartAtul Pratap Singh
2013-01-21If the original query has a limit clause, an incorrect SQL was generatedMadhura Jayaratne
2013-01-17improve coding style : remove mixed php and htmlDieter Adriaenssens