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-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
2013-04-16tbl_create.php refactored according to pear coding standardsSpun Nakandala
2013-03-28Change mysqlDie() to return the error message when $exit parameter is falseMadhura Jayaratne
2012-12-20The term "properties" has another meaning in phpMyAdmin 4.xMarc Delisle
2012-10-31Dropped main.phpRouslan Placella
2012-10-22bug #3526598 [interface] SQL query not shown when creating tableMadhura Jayaratne
2012-09-16Renamed ->method() with PMA_Util::method()Chanaka Indrajith
2012-09-16Remove variableChanaka Indrajith
2012-09-05Wrap long linesMadhura Jayaratne
2012-08-12Merge branch 'QA_3_5'Marc Delisle
2012-08-12Merge branch 'QA_3_4' into MAINT_3_5_2Marc Delisle
2012-08-12[security] properly escape name of newly created table, see PMASA-2012-4Dieter Adriaenssens
2012-06-22Implement class behavior of common.lib.php fileChanaka Indrajith
2012-06-11Dropped PMA_ajaxResponse()Rouslan Placella
2012-06-11Drop display() from Header and Footer classes. The Response class will do all...Rouslan Placella