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-02Minor coding style modifications.Hugues Peccatte
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-301NF: initial commitSmita Kumari
2014-05-17Fixed some documentation issues raised by scrutinizerChanaka Indrajith
2014-03-28Consistently use comma at the end of notification messagesMichal Čihař
2013-10-20Remove trailing white spacesMadhura Jayaratne
2013-09-14removed dead code. extracted method PMA_tryColumnCreationQuerySpun Nakandala
2013-08-07Better names for URL generating functionsMichal Čihař
2013-06-11Various coding style improvementsMichal Č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-08Moved duplicated codes in “tbl_addfield.php” and “tbl_create.php” to ...Samith Dassanayake
2013-05-04PMA_DBI_select_db --> PMA_DBI_selectDbKasun Chathuranga
2013-04-30Merge branch 'master' into DBI_naming_cleanUpKasun Chathuranga
2013-04-30PMA_DBI_try_query --> PMA_DBI_tryQueryKasun Chathuranga
2013-04-18Merge pull request #262 from scnakandala/RefactoringMarc Delisle
2013-04-16Corrected according to the pear coding standardsSpun Nakandala
2013-04-15Fix bug 3875 Lost location hash and token on table add fieldKasun Chathuranga
2013-03-29Fixed #3857 Missing error message when adding an existing columnSamith Dassanayake
2013-03-17Bug #3838 Modifying a column does not show the result of the operationMarc Delisle
2013-02-25Update tbl_addfield.phppuneet0191
2012-12-20The term "properties" has another meaning in phpMyAdmin 4.xMarc Delisle
2012-10-31Fixed add/edit column functionalityRouslan Placella
2012-10-15I assume PMA_DBI_getError should be used hereMichal Čihař
2012-09-16Renamed ->method() with PMA_Util::method()Chanaka Indrajith
2012-09-16Remove variableChanaka Indrajith
2012-06-30Resolve conflictsChanaka Indrajith
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-11Merge remote branch 'upstream/master'Chanaka Indrajith
2012-05-11Remove HTML rendering inside the functions in display_tbl.lib.php file itselvesChanaka Indrajith
2012-05-11Remove extra ,Michal Čihař
2012-05-10Arguments with default values must be at the end of the argument list - more ...Madhura Jayaratne
2012-05-05Renamed tbl_common.php to tbl_common.inc.php for better consistencyRouslan Placella
2012-05-05Dropped tbl_links.inc.phpRouslan Placella
2012-04-22Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a m...Madhura Jayaratne
2012-04-19Add trailing ; after ALTER TABLE (rfe #2009500)Michal Čihař
2012-04-14Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a mu...Madhura Jayaratne
2012-03-17Leading ./ paths for includes can be omitted, part 2Jo Michael
2011-11-24coding style : control structuresDieter Adriaenssens
2011-11-23Don't send table links in AJAX responsesRouslan Placella