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-03-06Remove unneeded closing tagsRahul Kadyan
2014-11-09Replace $replication_info by a global variable.Hugues Peccatte
2013-10-20Remove trailing white spacesMadhura Jayaratne
2013-08-29refactor server_databases: add function for drop multiple databasesxmujay
2013-08-26refactor the PMA_getListForSortDatabasexmujay
2013-08-07Better names for URL generating functionsMichal Čihař
2013-08-02refactor server_variablesxmujay
2013-06-23refactor of server_databases.phpxmujay
2013-05-24Convert database interface to a classMadhura Jayaratne
2013-05-12PMA_is_system_schema --> PMA_isSystemSchemaKasun Chathuranga
2013-05-01Merge branch 'master' into DBI_naming_cleanUpKasun Chathuranga
2013-05-01Don't use id attribute for checkall boxes, use class nameJ.M
2013-04-30Merge branch 'master' into DBI_naming_cleanUpKasun Chathuranga
2013-04-30PMA_DBI_get_databases_full --> PMA_DBI_getDatabasesFullKasun Chathuranga
2013-04-11Merge pull request #235 from xmujay/gsoc2013_4Marc Delisle
2013-04-11add $html definitionxmujay
2013-04-10fix some indentionxmujay
2013-04-10merge with $html="" with php statements belowxmujay
2013-04-10[Refactor] server_databases.php refactor:xmujay
2013-04-10Revert "Count real number of shown databases"Michal Čihař
2013-03-02[Contest1] No hard-coded icons in cssSamith Dassanayake
2013-02-14Count real number of shown databasesMichal Čihař
2012-12-22Removed the AjaxEnable directiveMarc Delisle
2012-11-05Fixed drop databases form submissionRouslan Placella
2012-10-31Drop "Check All/Uncheck All" functionality in PHP, this is already handled in JSRouslan Placella
2012-09-16Renamed ->method() with PMA_Util::method()Chanaka Indrajith
2012-09-16Remove variableChanaka Indrajith
2012-08-30Coding style improvementsMadhura Jayaratne
2012-06-27Resolved conflictsChanaka Indrajith
2012-06-27Resolved conflictsChanaka Indrajith
2012-06-24Use checkbox for checking/unchecking all rows in a tableJ.M
2012-06-22Implement class behavior of common.lib.php fileChanaka Indrajith
2012-06-18Merge pull request #73 from roccivic/server-databases-ajax-fixesMichal Čihař
2012-06-15Drop dead codeRouslan Placella
2012-06-15Don't refresh the whole list when dropping databases in server_databases.phpRouslan Placella
2012-06-14Modifications to PMA_listNavigator() function in common.lib.php and renamed a...Chanaka Indrajith
2012-06-11Dropped PMA_ajaxResponse()Rouslan Placella
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-11Remove HTML rendering inside the functions in display_tbl.lib.php file itselvesChanaka Indrajith
2012-05-05Dropped server_links.inc.phpRouslan Placella
2012-04-25Coding style improvements (Inline control structures are discouraged)Madhura Jayaratne
2012-04-22Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a m...Madhura Jayaratne
2012-04-22Remove stray trailing whitespacesRouslan Placella
2012-04-21Delete databases with AjaxJo Michael
2012-04-13Coding style improvementsMadhura Jayaratne
2012-04-11Drop $cfg['MainPageIconic'].Michal Čihař
2012-03-21Plural formMarc Delisle
2012-03-17Leading ./ paths for includes can be omitted, part 2Jo Michael