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-10Use the router for the server replication pageMaurício Meneghini Fauth
2019-07-31Declare $containerBuilder global when necessaryMaurício Meneghini Fauth
2019-06-15Remove useless 'use'Hugues Peccatte
2019-06-15Remove as much as possible the old DI systemHugues Peccatte
2019-06-07Rename js/server_*.js to js/server/*.jsMaurício Meneghini Fauth
2019-06-01Inject dependencies (#15271)Hugues 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-04-07Create Server\ReplicationControllerMaurí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 server replicationMaurício Meneghini Fauth
2018-06-19Remove Template::get() methodMaurício Meneghini Fauth
2018-05-16Enable strict mode in PHP filesMaurício Meneghini Fauth
2018-03-28Replace static methods with instance methodsMaurício Meneghini Fauth
2017-11-03Use template for server sub page headerMaurício Meneghini Fauth
2017-10-10Remove is_superuser superglobalMichal Čihař
2017-09-13Refactor replication_gui functions to static methodsMaurício Meneghini Fauth
2017-09-08Refactor server_common functions to static methodsMaurí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-14Move js/zxcvbn.js to js/vendor/zxcvbn.jsMaurício Meneghini Fauth
2017-05-08zxcvbn dependency was missing.Dan Ungureanu
2016-12-07Simplify Response object handlingMichal Čihař
2016-10-11Use values from request parameter url_param only if it is an arrayDeven Bansod
2015-09-01Set namespace on Advisor, Config, Console and Util classes.Hugues Peccatte
2015-03-06Remove unneeded closing tagsRahul Kadyan
2014-11-09Replace $replication_info by a global variable.Hugues Peccatte
2014-11-09Use $replication_info everywhere, instead of $server_* variables.Hugues Peccatte
2013-08-02refactor server_variablesxmujay
2013-07-30Fix indentationMichal Čihař
2013-06-22refactor server_replicationxmujay
2013-06-211. change the function namexmujay
2013-06-201. fix the undefine errorxmujay
2013-06-19refactor server_replication.phpxmujay
2013-05-24Merge branch 'master' into OOP_DBIMadhura Jayaratne
2013-05-24Convert database interface to a classMadhura Jayaratne
2013-05-24End sentence with stopMichal Čihař
2013-05-23Rename PMA_replication_slave_bin_log_master -> PMA_Replication_Slave_binLogMa...Madhura Jayaratne
2013-05-23Rename PMA_replication_connect_to_master -> PMA_Replication_connectToMasterMadhura Jayaratne
2013-05-23Rename PMA_replication_slave_change_master -> PMA_Replication_Slave_changeMasterMadhura Jayaratne
2013-05-23Rename PMA_replication_slave_control -> PMA_Replication_Slave_controlMadhura Jayaratne
2013-05-15Fix merge conflictsMarc Delisle
2013-05-13Fix bug #3907 undefined variables, function parameter problemsJ.M
2013-04-30PMA_DBI_try_query --> PMA_DBI_tryQueryKasun Chathuranga
2012-11-07Remove the Synchronize featureMarc Delisle
2012-11-05Partial fix for bug #3583312 - Broken replication forms/linksRouslan Placella
2012-09-16Renamed ->method() with PMA_Util::method()Chanaka Indrajith
2012-09-16Remove variableChanaka Indrajith
2012-08-31Various coding style changesMadhura Jayaratne