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-16Add tests for DatabaseStructureControllerJason
2015-08-12Introduce the ResponseStubJason
2015-08-10Create separate controllers from table and database structure pagesMadhura Jayaratne
2015-08-03Fix: Unexpected dialog shown when creating tableJason
2015-07-31Remove structure.lib.php and display_structure.inc.phpJason
2015-07-30Creating StructureControllerJason
2015-07-26Refactor PMA_getHtmlForFavoriteAnchor and remove unused functionsJason
2015-07-23Fix test failuresJason
2015-07-13More show create queriesMadhura Jayaratne
2015-07-10Updated sql-parser library.Dan Ungureanu
2015-07-10Use new parser for table's structure.Dan Ungureanu
2015-07-10Replaced PMA_SQP_isKeyWord().Dan Ungureanu
2015-07-01Trial Approach to solve Privileges bug for RFE#657Deven Bansod
2015-06-14Fix typos.Hugues Peccatte
2015-05-18Page-related settings, rfe#1559Nisarg Jhaveri
2015-04-22Add icon for columns with indexMadhura Jayaratne
2015-04-22Allow retrieving indexes by typesMadhura Jayaratne
2015-03-06Remove unneeded closing tagsRahul Kadyan
2015-02-10Improve message translatabilityMarc Delisle
2015-02-10Merge pull request #1491 from rakeshkaundilya/rfe#723Marc Delisle
2015-02-09rfe #1235 Relation view: move to main "Structure" pageMadhura Jayaratne
2015-02-08Feature request #723RAKESH KUMAR
2015-01-14Reload navigation after adding indexesMadhura Jayaratne
2015-01-14bug #4705 Table structure: adding primary key doesn't refresh pageMadhura Jayaratne
2015-01-09Fix coding styleMarc Delisle
2015-01-09Plural form of messageMarc Delisle
2015-01-08FRE #1578: warn about reserved kywordSmita Kumari
2013-08-22renamed to better reflect its purposeSpun Nakandala
2013-08-22added method PMA_displayTableBrowseForSelectedColumnsSpun Nakandala
2013-08-14added method PMA_getMultipleFieldCommandTypeSpun Nakandala
2013-08-07Better names for URL generating functionsMichal Čihař
2013-08-06Various coding style fixesMichal Čihař
2013-08-01$true_selected was used when we are modifying the structure ofMarc Delisle
2013-07-23Clarify commentsMarc Delisle
2013-07-23replaced include sql.php from tbl_structure.phpSpun Nakandala
2013-06-24Merge remote-tracking branch 'origin/QA_4_0'Michal Čihař
2013-06-21Bug #3960 NavigationBarIconic config not honoredMarc Delisle
2013-06-11refactor mysql_charsets.inc.phpxmujay
2013-05-24Convert database interface to a classMadhura Jayaratne
2013-05-23Coding style fixesMadhura Jayaratne
2013-05-12Bug fix 3898-Structure/page not refreshed. Updating Table statsayusun
2013-05-08Refactored "tbl_structure.php" by Creating "display_structure.lib.php" file t...Samith Dassanayake
2013-05-08Extracted methods PMA_getColumnsWithUniqueIndex() and PMA_getReservedWordColu...Samith Dassanayake
2013-04-30PMA_DBI_fetch_value --> PMA_DBI_fetchValueKasun Chathuranga
2013-04-30PMA_DBI_get_columns --> PMA_DBI_getColumnsKasun Chathuranga
2013-04-28Add rfe #1422 [interface] Provide feedback if no columns selected for multi-s...J.M
2013-03-21Merge branch 'master' of git://github.com/phpmyadmin/phpmyadmin into contest-4Mohamed Ashraf
2013-03-21Merge pull request #216 from ayushchd/reserved_words_issueMarc Delisle
2013-03-21Added ability to disable MySQL reserved word warningayushchd