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-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
2012-06-11Dropped footer.inc.phpRouslan Placella
2012-06-11PMA_Footer and PMA_Header no longer need to be singletonsRouslan Placella
2012-06-11Dropped header.inc.php in favor of the PMA_Header classRouslan Placella
2012-05-10Remove unused parametersMadhura Jayaratne
2012-05-10Arguments with default values must be at the end of the argument list - more ...Madhura Jayaratne
2012-04-29Fix missing parameters 13 and 14 when tbl_create:112 calls PMA_Table::generat...Jo Michael
2012-04-22Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a m...Madhura Jayaratne
2012-04-14Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a mu...Madhura Jayaratne
2012-04-08Table type is an older term for storage engineMarc Delisle
2012-03-31Replaced HTML nowrap attribute with CSS for HTML5 validityJo Michael