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
2017-09-13Refactor replication_gui functions to static methodsMaurício Meneghini Fauth
2017-09-13Refactor replication functions to static methodsMaurício Meneghini Fauth
2017-06-29Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-06-03Refactor the core functions into static methodsMaurício Meneghini Fauth
2016-12-08Add missing use callMichal Čihař
2016-11-10Merge branch 'QA_4_6'Michal Čihař
2016-10-29Properly escape strings in MySQL statement valuesDeven Bansod
2016-10-11Replace call to an old and unavailable functionDeven Bansod
2016-07-29Move hostname sanitization to correct placeMichal Čihař
2016-07-29Merge branch 'master' into master-securityMichal Čihař
2016-07-29Determine correct user/password for connect in DatabaseInterfaceMichal Čihař
2016-07-29Indentify connection type by one flagMichal Čihař
2016-07-12Sanitize MySQL host name before connectingMichal Čihař
2016-01-04Remove /*overload*/ prefix from mb_* callsMichal Čihař
2015-11-08Make PHPCS happy.Hugues Peccatte
2015-09-01Set namespace on Advisor, Config, Console and Util classes.Hugues Peccatte
2015-07-19Remove unneeded closing tags.Dan Ungureanu
2015-05-13Revert 86c740bc570c193c0d904970c9802ecd49486361. This is being referredMadhura Jayaratne
2015-05-13Avoid fetching these data on file inclusion, rather fetch them when requiredMadhura Jayaratne
2015-05-13Fetch this only when it is requiredMadhura Jayaratne
2014-11-12These two should be $server_slave_replicationMadhura Jayaratne
2014-11-11Refactor replication_info filling.Hugues Peccatte
2014-11-11Manage empty values of slave replication.Hugues Peccatte
2014-11-11Manage empty values of slave replication.Hugues Peccatte
2014-11-09Replace $replication_info by a global variable.Hugues Peccatte
2014-11-09Use $replication_info everywhere, instead of $server_* variables.Hugues Peccatte
2014-11-02Fix PHPCS issues.Hugues Peccatte
2014-09-28Replace PMA_String uses by mb_* calls.Hugues Peccatte
2014-09-06Merge pull request #1353 from Tithugues/securityStringSquashHugues Peccatte
2014-09-06Merge branch 'master' into securityStringSquashHugues Peccatte
2014-09-06Mass modifications to use PMA_String.Hugues Peccatte
2014-09-03https://github.com/phpmyadmin/phpmyadmin/pull/1351/files#r16997280Igor Prokopenkov
2014-09-02Fixed undefined index noticesIgor Prokopenkov
2014-09-02Support of MariaDB 10+ multi-master replication functionality See https://mar...cmyker
2014-05-08Fix return value typesMichal Čihař
2014-01-25Fix undefined variable noticeMarc Delisle
2013-11-11Huge PHPDoc update.Hugues Peccatte
2013-11-07Remove dead codeMarc Delisle
2013-06-211. change the function namexmujay
2013-06-19refactor server_replication.phpxmujay
2013-05-24Few renamings that got missedMadhura Jayaratne
2013-05-24Convert database interface to a classMadhura Jayaratne
2013-05-23Wrap more long linesMadhura Jayaratne
2013-05-23Wrap some long linesMadhura Jayaratne
2013-05-23Rename PMA_replication_master_replicated_dbs -> PMA_Replication_Master_getRep...Madhura Jayaratne
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-23Rename PMA_extract_db_or_table -> PMA_extractDbOrTableMadhura Jayaratne