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-10-21Fix #15477 - Display referential integrity check for InnoDBWilliam Desportes
2019-05-28Fix #14987 - Add check for empty input to change_collationWilliam Desportes
2019-04-28Fix #13178 - Issues with uppercase table and database namesWilliam Desportes
2018-11-11Retrieve parameters from $_POST in database and table operation pagesMadhura Jayaratne
2018-03-26Replace PhpMyAdmin\Relation static callsMaurício Meneghini Fauth
2018-02-25Replace static methods with instance methodsMaurício Meneghini Fauth
2017-09-13Refactor relation_cleanup functions to static methodsMaurício Meneghini Fauth
2017-09-12Refactor check_user_privileges to static methodsMaurício Meneghini Fauth
2017-08-23Refactor relation functions to static methodsMaurício Meneghini Fauth
2017-08-21Refactor operations functions to static methodsMaurício Meneghini Fauth
2017-07-08Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-07-01Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-06-30Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-06-29Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-06-28Remove custom layout for operations pagesMichal Čihař
2017-03-20Fix method namesMichal Čihař
2017-03-20Simplify getting table create optionsMichal Čihař
2017-03-20Simplify getting row formatMichal Čihař
2017-03-20Simplify getting table rowsMichal Čihař
2017-03-20Simplify getting table collationMichal Čihař
2017-03-20Simplify getting table commentMichal Čihař
2017-03-20Simplify getting storage engineMichal Čihař
2017-03-20Simplify rereading of informationMichal Čihař
2017-03-20Move the tbl_info.inc.php code to Table classVishal Pandey
2017-01-20Merge and fix conflicts from 3b07b39Isaac Bennetch
2017-01-10Fix PHP Notice 'Undefined index: row_format' when altering table options.Tim McLaughlin
2016-12-07Simplify checks for Ajax requestMichal Čihař
2016-12-07Simplify Response object handlingMichal Čihař
2016-12-01Rewrite PMA_getTableOptionDiv to use Table for engine flagsMichal Čihař
2016-12-01Make PMA_getTableAltersArray accept table instead of flagsMichal Čihař
2016-12-01Simplified parameters for PMA_getHtmlForTableMaintenanceMichal Čihař
2016-12-01Implement generic logic for checking table enginearimourao
2016-10-19Merge branch 'QA_4_6'Deven Bansod
2016-10-19Proper initialization of $_message variable according to value of $resultDeven Bansod
2016-09-19Merge branch 'QA_4_6'Michal Čihař
2016-09-19Store create options in serapate array instead of polluting global namespaceMichal Čihař
2016-06-16Make it clear whether addMessages expects string or Message objectMichal Čihař
2016-04-11Move MySQL charsets handling to the Charsets classMichal Čihař
2016-02-09Merge branch 'QA_4_5' into QA_4_6Michal Čihař
2016-02-09The storage engine needs to be upper case all the timeMichal Čihař
2016-01-18Fix #11866 Direct calling of functions.js #11866Marc Delisle
2016-01-04Remove /*overload*/ prefix from mb_* callsMichal Čihař
2015-12-21Remove unused PMA_String classMichal Čihař
2015-12-21Remove unused pmaString variableMichal Čihař
2015-12-21Merge branch 'QA_4_5'Michal Čihař
2015-12-21Remove unused codeMichal Čihař
2015-12-21Avoid not needed mb_strtoupperMichal Čihař
2015-12-16Fixed displaying of SQL query on table operationsMichal Čihař
2015-12-16No need to set type of message when we pass Message instanceMichal Čihař
2015-12-16Use default messages, no need to duplicate themMichal Čihař