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-18Move GIS editor out of insert form so it wont be affected by input validationsMadhura Jayaratne
2015-06-05Performance improvements: Avoid expensive PMA_Table::analyzeStructure() callMadhura Jayaratne
2015-05-18Page-related settings, rfe#1559Nisarg Jhaveri
2015-04-04Feature 763 jquery validation feature squashedAayush Anand
2015-03-06Remove unneeded closing tagsRahul Kadyan
2014-10-20Fix syntax error.Hugues Peccatte
2014-10-10Refactor code duplicationMarc Delisle
2014-10-08Merge from master.Hugues Peccatte
2014-10-04Refactor: we had three similar functions, refactored into just one.Marc Delisle
2014-09-28Replace PMA_String uses by mb_* calls.Hugues Peccatte
2014-09-06Mass modifications to use PMA_String.Hugues Peccatte
2014-08-07fix parameter typesChirayu Chiripal
2014-08-04Improve validation on insert pageChirayu Chiripal
2014-07-12RFE-637: Custom field handlers (input transformations)Chirayu Chiripal
2014-05-14FR #1487: Browse Foreign Values should be modal dialogChirayu Chiripal
2014-01-22bug #3579 NOW() function incorrectly selected (regression)Marc Delisle
2013-10-20Remove trailing white spacesMadhura Jayaratne
2013-09-17coding style : fix indentingDieter Adriaenssens
2013-09-14value tab offset error correctedSpun Nakandala
2013-09-14extracted methods to insert_edit.lib.phpSpun Nakandala
2013-08-26Browse foreigners did not work since commit b2e1f81c0c58ca645852cb213cbb483bd...Marc Delisle
2013-08-18Fix minor comment typos in tbl_change.phpJ.M
2013-08-07Better names for URL generating functionsMichal Čihař
2013-07-31The SQL term is columnMarc Delisle
2013-07-31error correctedSpun Nakandala
2013-07-31added back mistakenly removed require_once statement.Spun Nakandala
2013-07-30updated the comment.Spun Nakandala
2013-07-30can be done only onceSpun Nakandala
2013-07-30added method PMA_getUrlParametersSpun Nakandala
2013-07-30can be done in a single placeSpun Nakandala
2013-07-30added method PMA_getCommentsMapSpun Nakandala
2013-07-30transfered to PMA_determineInsertOrEditSpun Nakandala
2013-07-30added method PMA_determineInsertOrEditSpun Nakandala
2013-07-30unwanted require_once statement removedSpun Nakandala
2013-07-30added method PMA_getTableFieldsSpun Nakandala
2013-07-30new variable used only once. So removedSpun Nakandala
2013-07-30unused code segmentSpun Nakandala
2013-07-30the variable is never used.Spun Nakandala
2013-05-24Convert database interface to a classMadhura Jayaratne
2013-05-14Fix merge conflictsMarc Delisle
2013-05-13PMA_Table::analyzeStructure() method to centralize the analysis of the struct...Kasun Chathuranga
2013-05-04PMA_DBI_field_len --> PMA_DBI_fieldLenKasun Chathuranga
2013-05-04PMA_DBI_select_db --> PMA_DBI_selectDbKasun Chathuranga
2013-04-30PMA_DBI_fetch_value --> PMA_DBI_fetchValueKasun Chathuranga
2013-04-30PMA_DBI_get_columns --> PMA_DBI_getColumnsKasun Chathuranga
2013-02-21Merge pull request #174 from scnakandala/Branch_blob_errorDieter Adriaenssens
2013-02-20This pull request corrects error #3832(http://sourceforge.net/p/phpmyadmin/bu...Supun Nakandala
2013-02-03Include keyhandler.js globallyRouslan Placella
2013-01-31Attempt to fix bug #3787; works for table creation but not for editing aMarc Delisle