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
2015-07-09Separate microhistory code conditionallyAtul Pratap Singh
2015-02-15Fix inspection issuesMarc Delisle
2015-02-15rfe #1605 After database creation, go to database structure pagePranav Sharma
2014-12-02More instances of .live() and .die() replaced with .on() and .off()Madhura Jayaratne
2014-12-02.live() and .die() methods are deprecated. Use .on() and .off() methods insteadMadhura Jayaratne
2014-10-03Feature#1546 Replace js sprintf library with a better oneAtul Pratap Singh
2014-10-01Merge commit 'a020eac11a26977295cf2439ddd2e5b4af2c88fe'Atul Pratap Singh
2014-10-01Add js checks in multiple files if data is undefinedAtul Pratap Singh
2014-05-24Code style fixesAnn + J.M
2013-10-06Merge branch 'QA_4_0'Marc Delisle
2013-10-06bug #4108 Missing refresh by deleting databasesMarc Delisle
2013-08-18Add HTML5 required, placeholder attributesJ.M
2013-05-01Don't use id attribute for checkall boxes, use class nameJ.M
2013-04-26Fix line breaks before +Michal Čihař
2013-04-16Reference javascript messages by dot notation instead of using ['strFoo']Michal Čihař
2013-04-15Various javascript spacing fixesMichal Čihař
2013-04-15Various spacing and identation fixesMichal Čihař
2013-04-15Explicitly define radix for parseIntMichal Čihař
2013-04-15Use type cast safe comparisonMichal Čihař
2012-12-22Removed the AjaxEnable directiveMarc Delisle
2012-12-20js cleanup: space after "if"Marc Delisle
2012-11-05Tear down correct event handlerRouslan Placella
2012-11-05Wrap notice in a styled divRouslan Placella
2012-11-05Fixed drop databases form submissionRouslan Placella
2012-10-31Implemented refreshing of the navigationRouslan Placella
2012-10-31Destroy registered jQuery events on page tear downRouslan Placella
2012-10-31Use AJAX.registerOnload() instead of $(document).ready()Rouslan Placella
2012-06-25The new "check all" checkbox should not be used to find a database name for d...Marc Delisle
2012-06-15Drop dead codeRouslan Placella
2012-06-15Validate database name on client side when creating oneRouslan Placella
2012-06-15Moved 'create database' ajax handler back to server_databases.js, since it's ...Rouslan Placella
2012-06-15Don't refresh the whole list when dropping databases in server_databases.phpRouslan Placella
2012-06-11Expect JSON for every ajax request in JavaScriptRouslan Placella
2012-04-22Remove stray trailing whitespacesRouslan Placella
2012-04-21Short-hand notation for jQuery document.ready eventJo Michael
2012-04-21Delete databases with AjaxJo Michael