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-09-01Set namespace on Advisor, Config, Console and Util classes.Hugues Peccatte
2015-08-17Add tests for TableStructureController and TableRelationControllerJason
2015-08-12Introduce the ResponseStubJason
2015-08-12Recover tests for PMA_Table and rename sGetStatusInfo to getStatusInfoJason
2015-07-23Fix test failuresJason
2015-07-22Coding style modification.Hugues Peccatte
2015-07-17Use spaces in place of tabsMadhura Jayaratne
2015-07-06Achieve constructor injection usign the introduced DICAtul Pratap Singh
2015-07-03Test & fix TableGisVisualizationControllerJason
2015-06-23Introduce Controllers for tbl related scriptsJason
2015-06-16Finish refactoring tbl_*.lib.phpJason
2015-06-14Fix typos.Hugues Peccatte
2015-03-06Remove unneeded closing tagsRahul Kadyan
2015-02-09rfe #1235 Relation view: move to main "Structure" pageMadhura Jayaratne
2014-11-03Fix code execution path warningMarc Delisle
2014-11-04Use post params directlyMadhura Jayaratne
2014-11-04Success message for display column change. Update display column in the datab...Madhura Jayaratne
2014-11-04Success message for internal relationsMadhura Jayaratne
2014-10-04Function does not handle null values even if it was documented to handle themMadhura Jayaratne
2014-08-17Fix issues reported by Scrutinizer.Ashutosh Dhundhara
2014-08-11Bug#4511: QBE fails to generate LEFT join for InnoDB foreign keys in absence ...Ashutosh Dhundhara
2014-08-01RFE#919: Multiple-column foreign key relation.Ashutosh Dhundhara
2014-02-03tbl_relation.php: check if $existrel_foreign is defined before using itAnn + J.M
2013-09-06fix coding style : indentationDieter Adriaenssens
2013-08-30remove global variables and use super global variablesSpun Nakandala
2013-08-29errors correctedSpun Nakandala
2013-08-29added method PMA_handleUpdateForForeignKeySpun Nakandala
2013-08-28added method PMA_handleUpdatesForForeignKeysSpun Nakandala
2013-08-28added methods PMA_handleUpdatesForInternalRelations, PMA_getQueryForInternalR...Spun Nakandala
2013-08-28added methods PMA_handleUpdateForDisplayField, PMA_getQueryForDisplayUpdateSpun Nakandala
2013-08-28added methods PMA_sendHtmlForTableOrColumnDropdownList, PMA_sendHtmlForColumn...Spun Nakandala
2013-08-28extracted methods from tbl_relation.php to tbl_relation.lib.php for rendering...Spun Nakandala
2013-08-07Better names for URL generating functionsMichal Čihař
2013-08-07Remove unused param from PMA_Util::showMySQLDocuMichal Čihař
2013-06-26Add hints for the new relational view dropdownsMarc Delisle
2013-06-24Merge branch 'master' into relViewKasun Chathuranga
2013-06-24functions in the tbl_relation.php added to a new file libraries/tbl_relation....Spun Nakandala
2013-06-19Pass parameter values without backquotes to avoid confusionsKasun Chathuranga
2013-06-19Improved relation view interfaceKasun Chathuranga
2013-05-26These constants are better as a part of DatabaseInterface classMadhura Jayaratne
2013-05-24Convert database interface to a classMadhura Jayaratne
2013-05-04PMA_DBI_num_rows --> PMA_DBI_numRowsKasun Chathuranga
2013-05-04PMA_DBI_fetch_row --> PMA_DBI_fetchRowKasun Chathuranga
2013-04-30Merge branch 'master' into DBI_naming_cleanUpKasun Chathuranga
2013-04-30PMA_DBI_get_columns --> PMA_DBI_getColumnsKasun Chathuranga
2013-04-30PMA_DBI_try_query --> PMA_DBI_tryQueryKasun Chathuranga
2013-04-25Consistently include colon in strings to translateMichal Čihař
2013-04-12PHP keywords must be lowercaseMadhura Jayaratne
2013-03-28Display the error returned by MySQL rather than the ambiguous "Error" message.Madhura Jayaratne
2013-03-28Change mysqlDie() to return the error message when $exit parameter is falseMadhura Jayaratne