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-03-06Remove unneeded closing tagsRahul Kadyan
Closing tags at the end of file are not mandatory. It is often suggested to omit to closing tags at the end of file to prevent unwanted effects as PHP will start output buffering if there is any character after closing tag. Reference: http://php.net/manual/en/language.basic-syntax.phptags.php Signed-off-by: Rahul Kadyan <hi@znck.me>
2014-11-09Replace $replication_info by a global variable.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
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
1. move functions to separated files 2. render HTML at once 3. refactor function name to PMA_getHtmlForSubPageHeader
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
Conflicts: ChangeLog
2013-05-01Don't use id attribute for checkall boxes, use class nameJ.M
2013-04-30Merge branch 'master' into DBI_naming_cleanUpKasun Chathuranga
Conflicts: libraries/database_interface.lib.php libraries/db_table_exists.lib.php libraries/relation.lib.php libraries/rte/rte_triggers.lib.php libraries/schema/Dia_Relation_Schema.class.php libraries/schema/Visio_Relation_Schema.class.php tbl_addfield.php
2013-04-30PMA_DBI_get_databases_full --> PMA_DBI_getDatabasesFullKasun Chathuranga
2013-04-11Merge pull request #235 from xmujay/gsoc2013_4Marc Delisle
[Refactor] server_databases.php refactor:
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
0.split long lines 1 render the HTML element at once 2 fix code indention 3 use $html for readability
2013-04-10Revert "Count real number of shown databases"Michal Čihař
This reverts commit bb317b2fc1b441e3c59f883c4c8c0d1179cda39f. This forces fetching of all databases again, but we need complete count (see bug #3870).
2013-03-02[Contest1] No hard-coded icons in cssSamith Dassanayake
Modified "list-style-type" to "none" for the list items that has an image as the bullet point and aligned them
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ř
server_databases.php ajax fixes
2012-06-15Drop dead codeRouslan Placella
2012-06-15Don't refresh the whole list when dropping databases in server_databases.phpRouslan Placella
(Avoids pointless AJAX request)
2012-06-14Modifications to PMA_listNavigator() function in common.lib.php and renamed ↵Chanaka Indrajith
as PMA_getListNavigator()
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 ↵Madhura Jayaratne
multi-line IF statement must be on a new line)
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