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-20Merge branch 'QA_4_2' into QA_4_3Madhura Jayaratne
2014-11-20bug #4579 [security] XSS vulnerability in zoom search pageMadhura Jayaratne
2014-10-18Convert PMA_URL_getCommon calls to new styleAnn + J.M
2014-09-15Fix typoMarc Delisle
2014-09-14Fix code execution path warningMarc Delisle
2014-02-03Drop flashcanvasMichal Čihař
2013-08-07Better names for URL generating functionsMichal Čihař
2013-08-06Various coding style fixesMichal Čihař
2013-07-08Drop no longer needed date.jsMichal Čihař
2013-06-26Implement 'find and replace in a column' featureKasun Chathuranga
2013-06-14Use POST variables directlyMarc Delisle
2013-06-11refactor mysql_charsets.inc.phpxmujay
2013-05-26These constants are better as a part of DatabaseInterface classMadhura Jayaratne
2013-05-26Some more missing renamingsMadhura Jayaratne
2013-05-04PMA_DBI_get_fields_meta --> PMA_DBI_getFieldsMetaKasun Chathuranga
2013-05-04PMA_DBI_fetch_assoc --> PMA_DBI_fetchAssocKasun Chathuranga
2013-01-01Upgraded to jquery-ui-timepicker-addon 1.1.1Marc Delisle
2012-09-16Modified some untracked changesChanaka Indrajith
2012-09-16Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util::Chanaka Indrajith
2012-06-22Implement class behavior of common.lib.php fileChanaka Indrajith
2012-06-16Use PMA_TableSearch in tbl_zoom_select.phpAtul Pratap Singh
2012-06-15Resolve conflict in tbl_zoom_select.phpAtul Pratap Singh
2012-06-14Add comment after PMA_ajaxResponseAtul Pratap Singh
2012-06-13Fix some spacing and coding styles in tbl_zoom_select.phpAtul Pratap Singh
2012-06-12Move zoom-search result form's html to functionAtul Pratap Singh
2012-06-11Dropped PMA_ajaxResponse()Rouslan Placella
2012-06-11Dropped footer.inc.phpRouslan Placella
2012-06-11relation.lib.php is already included by common.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-06-11Fix zoom search point edit bugAtul Pratap Singh
2012-06-09Fix AJAX response extra_data in zoom searchAtul Pratap Singh
2012-06-09Use PMA_tblSearchGetColumnProperties to change table rowAtul Pratap Singh
2012-06-09Generalize column properties for search scriptsAtul Pratap Singh
2012-06-08Unset temporary variableAtul Pratap Singh
2012-06-08Remove unuseful incremental constant in loop variableAtul Pratap Singh
2012-06-08Remove variables left in 8a0d2d6766297b6168aaeAtul Pratap Singh
2012-06-08Improve some repetitive codeAtul Pratap Singh
2012-06-08Remove unused variables from post_params arrayAtul Pratap Singh
2012-06-07Use PMA_tblSearchGetSelectionForm to display zoom search formAtul Pratap Singh
2012-06-07Improve if statement that sets default datalabelAtul Pratap Singh
2012-06-07Formed function to display datalabel and maxrowplotlimit optionsAtul Pratap Singh
2012-06-07Remove unnecessary variable columnCountAtul Pratap Singh
2012-06-06Functions for some part of zoom search form displayAtul Pratap Singh
2012-06-02Fix function name: PMA_tbl_setTableHeader -> PMA_tbl_getTableHeaderAtul Pratap Singh
2012-06-01Use existing function to build SQL queryAtul Pratap Singh
2012-06-01Make variable names uniform in search scriptsAtul Pratap Singh
2012-05-30Remove some unused variables from tbl_zoom_select.phpAtul Pratap Singh
2012-05-30Search criteria now gets displayed after zoom search operationAtul Pratap Singh
2012-05-30Fix typoMichal Čihař