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
2017-07-16Move DI classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-14Move controllers to PhpMyAdmin namespaceMaurício Meneghini Fauth
- Move base controllers to PhpMyAdmin namespace - Move database controllers to PhpMyAdmin namespace - Move server controllers to PhpMyAdmin namespace - Move table controllers to PhpMyAdmin namespace Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-01Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
- Move OpenDocument to PhpMyAdmin namespace - Move OutputBuffering to PhpMyAdmin namespace - Move Partition to PhpMyAdmin namespace - Move Pdf class to PhpMyAdmin namespace - Move RecentFavoriteTable to PhpMyAdmin namespace - Move Response to PhpMyAdmin namespace Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2015-11-19New controller for server databases pageMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-09-13Merge branch 'master' into useNamespaces_masterHugues Peccatte
2015-09-12Merge branch 'QA_4_5'Marc Delisle
2015-09-12Fix error report #14350Marc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-09-09Merge branch 'master' into useNamespaces_masterHugues Peccatte
2015-09-09Remove Drizzle support from functionalities in server levelMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-09-01Set namespace on Advisor, Config, Console and Util classes.Hugues Peccatte
Set namespace on DbQbe. Set namespace to 'DbSearch'. Split Advisor.class.php file. Change Advisor namespace. Rename DbQbe class and file. Set namespace on DisplayResults. Set namespace on Error. Use namespace for ErrorHandler. Add class autoloader. Change ErrorHandler filename. Remove some require. Update Config namespace path. Update PMA_Util to PMA\libraries\Util. Rename Font and File classes files. Use namespace for Footer. Set namespace in all libraries classes. Namespace OutputBuffering. Export SubPartition. Rename Partition file. Namespace PDF. Namespace RecentFavoriteTable. Replace PMA_Response by Response and PMA_Message by Message. Update uses and calls. Fix unit tests. Fix SqlParser autoload. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
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