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 (Collapse)Author
2015-06-09Add select all to database selector in replication guiMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-06-09bug #4950 Issues in database selection for replicationMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2013-04-15Various spacing and identation fixesMichal Čihař
2013-04-15Use type cast safe comparisonMichal Čihař
The values like true, '' or 0 could compare to lot of other stuff with type casting.
2013-03-14fix coding style : remove tab charactersDieter Adriaenssens
2013-03-13Fix replication pages to use correct mysql config syntaxDirk-jan
2012-10-31Destroy registered jQuery events on page tear downRouslan Placella
2012-10-31Use AJAX.registerOnload() instead of $(document).ready()Rouslan Placella
2012-04-21Short-hand notation for jQuery document.ready eventJo Michael
2012-04-07Better compatibility with newer versions of jQuery.Gemorroj
Method of "attr" changed to "prop", method of "removeAttr" changed to "removeProp", attr("value" is replaced by the method of "val".
2012-02-18Merge branch 'QA_3_4' into QA_3_5Marc Delisle
2012-02-16Do not put database names as htmlMichal Čihař
2011-08-05Coding style, function definitionsMichal Čihař
2010-08-30Fix permissions.Michal Čihař
Most files were made executable somewhere in ninadsp tree, reverting this.
2010-05-22testing git setup - no major change made in code yetninadsp
only added a few comments
2010-04-09Rewrite generating master configuration.Michal Čihař
- Avoid code duplication. - Fix case when user unselected all databases.
2010-04-05finish conversion of Replication feature from Mootools to jQueryMarc Delisle
2010-04-03start porting Replication to jQueryMarc Delisle