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
2016-09-16Avoid using mb_strlen for checking whether string is emptyMichal Čihař
2016-02-22Refactored url parmeters generating, Issue #11990Durgesh
2016-01-04Remove /*overload*/ prefix from mb_* callsMichal Čihař
2015-12-21Remove unused PMA_String classMichal Čihař
2015-12-21Remove unused pmaString variableMichal Čihař
2015-10-04Merge remote-tracking branch 'origin/master' into useNamespaces_masterHugues Peccatte
2015-10-03Clarify method nameMarc Delisle
2015-09-30Merge remote-tracking branch 'origin/master' into useNamespaces_masterHugues Peccatte
2015-09-30Allow adding and editing partitionsMadhura Jayaratne
2015-09-29Merge remote-tracking branch 'origin/master' into useNamespaces_masterHugues Peccatte
2015-09-28Add comments. Improved handling of partition restrictionsMadhura Jayaratne
2015-09-27Only RANGE and LIST type partitions allow having subpartitionsMadhura Jayaratne
2015-09-25Fix #11490 UI for defining partitioning in create table windowMadhura Jayaratne
2015-09-14Revert PMA_String rename.Hugues Peccatte
2015-09-01Rename classes files.Hugues Peccatte
2015-09-01Set namespace on Advisor, Config, Console and Util classes.Hugues Peccatte
2015-03-06Remove unneeded closing tagsRahul Kadyan
2014-10-30Improve multibytes string manipulation performances.Hugues Peccatte
2014-10-18Convert PMA_URL_getCommon calls to new styleAnn + J.M
2014-09-28Replace PMA_String uses by mb_* calls.Hugues Peccatte
2014-09-06Mass modifications to use PMA_String.Hugues Peccatte
2014-07-12RFE-637: Custom field handlers (input transformations)Chirayu Chiripal
2014-06-06RFE#1145: Preview SQL instead of executing it.Ashutosh Dhundhara
2014-05-17Fixed some documentation issues raised by scrutinizerChanaka Indrajith
2014-03-05Fixes the problem with the breadcrumb navigation(Bug 4306)Aditya Sastry
2013-08-20Remove unneeded commentMarc Delisle
2013-08-18added possibility of setting the MIME type and transformationSpun Nakandala
2013-08-16phpcs errors correctedSpun Nakandala
2013-08-16added method PMA_getTableCreationQuerySpun Nakandala
2013-08-16put similar things togetherSpun Nakandala
2013-08-16added method PMA_getNumberOfFieldsFromRequestSpun Nakandala
2013-08-16dead code removedSpun Nakandala
2013-08-16variable never usedSpun Nakandala
2013-08-16added comment to describe the usageSpun Nakandala
2013-08-16initialization not requiredSpun Nakandala
2013-08-16removed dead codeSpun Nakandala
2013-08-16removed dead codeSpun Nakandala
2013-08-07Better names for URL generating functionsMichal Čihař
2013-05-24Convert database interface to a classMadhura Jayaratne
2013-05-23Coding style fixesMadhura Jayaratne
2013-05-14Renamed the function names, using "column" instead of "field".Samith Dassanayake
2013-05-12Updated the description of the "create_addfield.lib.php" fileSamith Dassanayake
2013-05-08Moved duplicated codes in “tbl_addfield.php” and “tbl_create.php” to ...Samith Dassanayake
2013-05-04PMA_DBI_free_result --> PMA_DBI_freeResultKasun Chathuranga
2013-05-04PMA_DBI_fetch_assoc --> PMA_DBI_fetchAssocKasun Chathuranga
2013-05-04PMA_DBI_select_db --> PMA_DBI_selectDbKasun 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-18Merge pull request #262 from scnakandala/RefactoringMarc Delisle