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
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
2013-03-28Bug #3858 Incomplete error message when creating a foreign key constraintMadhura Jayaratne
2013-03-26#3861 Errors while editing foreign constraintsMadhura Jayaratne
2013-03-22No need to offer index maintenance if foreign key is not supportedSamith Dassanayake
2013-03-21Removed useless codeMohamed Ashraf
2013-03-21Added the index form to the end of the pageMohamed Ashraf
2013-03-14wrap long linesDieter Adriaenssens
2013-03-14wrap long linesDieter Adriaenssens
2013-03-14fix coding style : add space between if and parenthesisDieter Adriaenssens
2013-02-28Localize messageMarc Delisle
2013-02-27Contest 5: Naming foreign key constraintsManuj Jain
2013-01-25improve docblockDieter Adriaenssens
2013-01-25cleanup whitespaceDieter Adriaenssens
2013-01-25fix undefined variableDieter Adriaenssens
2012-11-26Used ajax responce for render html outputChanaka Indrajith