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
2016-11-08Handle multiple `:p` while sanitizing MySQL hostsDeven Bansod
2016-10-04Correctly parse string length when checking serialized dataMichal Čihař
2016-09-02Stricter URL validationMichal Čihař
2016-08-18Strip null bytes from MySQL usernameMichal Čihař
2016-07-22Backport cookie encryption from 4.6 branchMichal Čihař
2016-07-18Improve URL filtering in url.phpMichal Čihař
2016-07-12Validate serialized data before unserializingMichal Čihař
2016-07-12Sanitize MySQL host name before connectingMichal Čihař
2016-07-11Remove debugging codeMichal Čihař
2016-05-30Pass links from changelog through url.phpMichal Čihař
2016-05-30Extend url whitelist to match masterMichal Čihař
2016-05-30Use url.php even in the setup scriptMichal Čihař
2016-05-23Backport URL redirection from later releasesMichal Čihař
2016-01-26Use hash_equals for comparing tokenMichal Čihař
2016-01-26Escape javascript variable contentMadhura Jayaratne
2013-01-27add comment why variables are still neededDieter Adriaenssens
2013-01-27Revert "remove unused variables"Dieter Adriaenssens
2013-01-24remove unused variablesDieter Adriaenssens
2013-01-15improve coding styleDieter Adriaenssens
2013-01-15Fix merge conflictsMarc Delisle
2013-01-15bug #3599362 [core] Double-escaped error messageMarc Delisle
2012-11-27PMA_Messages can be added directly to the responseRouslan Placella
2012-11-01Define fake __ function in case of gettext is not loaded for fatal errorMichal Čihař
2012-10-31Respond with a properly encoded JSON message on fatal errorRouslan Placella
2012-09-16Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util::Chanaka Indrajith
2012-09-06Do not use gettext for list of PHP manual translationsMichal Čihař
2012-09-06Do not use gettext for list of PHP manual translationsMichal Čihař
2012-09-05Various coding style improvementsMichal Čihař
2012-06-30PMA_mimeDefaultFunction() function moved back to PMA_DisplayResults classChanaka Indrajith
2012-06-27Resolved conflictsChanaka Indrajith
2012-06-25Do not emit headers when running testsuiteMichal Čihař
2012-06-22Implement class behavior of common.lib.php fileChanaka Indrajith
2012-06-17Introduce PMA_CommonFunctions classChanaka Indrajith
2012-06-11Dropped PMA_includeJS() in favor of the PMA_Scripts classRouslan Placella
2012-06-11Finished integrating the PMA_Footer classRouslan Placella
2012-06-11PMA_Footer and PMA_Header no longer need to be singletonsRouslan Placella
2012-06-11Removed some references to the non-existent header.inc.php fileRouslan Placella
2012-06-11Dropped header.inc.php in favor of the PMA_Header classRouslan Placella
2012-06-01Fix function name: PMA_get_real_size -> PMA_getRealSizeMadhura Jayaratne
2012-06-01Fix function name: PMA_array_merge_recursive -> PMA_arrayMergeRecursiveMadhura Jayaratne
2012-06-01Fix function name: PMA_no_cache_header -> PMA_noCacheHeaderMadhura Jayaratne
2012-06-01Fix function name: PMA_download_header -> PMA_downloadHeaderMadhura Jayaratne
2012-06-01Fix function name: PMA_array_read -> PMA_arrayReadMadhura Jayaratne
2012-06-01Fix function name: PMA_array_write -> PMA_arrayWriteMadhura Jayaratne
2012-06-01Fix function name: PMA_array_remove -> PMA_arrayRemoveMadhura Jayaratne
2012-05-25Fix function names: PMA_AddJSCode -> PMA_addJSCodeMadhura Jayaratne
2012-05-25Fix function names: PMA_AddJSVar -> PMA_addJSVarMadhura Jayaratne
2012-05-12Documentation commentsMadhura Jayaratne
2012-05-11Pass parameter as parameter instead of defining constantMichal Čihař
2012-05-09Use PMA_fatalError instead of dieMichal Čihař