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-11-11Retrieve parameters from $_POST in server replicationMaurí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
2012-06-22Implement class behavior of common.lib.php fileChanaka Indrajith
2012-06-11Dropped footer.inc.phpRouslan Placella
2012-06-11PMA_Footer and PMA_Header no longer need to be singletonsRouslan Placella
2012-06-11Dropped header.inc.php in favor of the PMA_Header classRouslan Placella
2012-05-05Dropped server_links.inc.phpRouslan Placella
2012-03-31Corrected <div> nesting inside <li> in server replication forms for HTML5 val...Jo Michael
2012-03-17Leading ./ paths for includes can be omitted, part 2Jo Michael
2012-03-07Improve globalization codeMarc Delisle
2012-03-03For replication, no longer depend on grab_globals.lib.php for $_GET variablesMarc Delisle
2011-10-25Use package name PhpMyAdminMichal Čihař
2011-09-26Replaced use of hard coded images with the sprite-aware PMA_getImage() functi...Rouslan Placella
2011-09-23File is being conditionally included; use "include" insteadMadhura Jayaratne
2011-08-24Create PMA_is_system_schema() function which checks whether current database ...Piotr Przybylski
2011-07-15pma spritify part 2Tyron Madlener