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-17bug #4598 [security] XSS in multi submitMadhura Jayaratne
2013-11-19bug #4083 row deleting isn't binlogs friendlyMarc Delisle
2013-04-23- port security commit (unsafe usage of preg_replace()) from the 3.5Marc Delisle
2012-12-18Rename function because it does not return HTML but directly displays itMarc Delisle
2012-12-18Handler for multiple columns Change buttonMarc Delisle
2012-12-08Partial fix for bug #3593138. Still need to find how to go back toMarc Delisle
2012-10-31Fixed multi submit for table prefix manipulationsRouslan Placella
2012-10-31Fixed multi submit for drop tablesRouslan Placella
2012-09-16Renamed ->method() with PMA_Util::method()Chanaka Indrajith
2012-09-16Remove variableChanaka Indrajith
2012-08-30fix coding style : correct function parameter spacingDieter Adriaenssens
2012-08-06Clear tranformation information when deleting Columns, VIEWs, Tables and Data...Chanaka Indrajith
2012-08-02Fixed missing POST variables in multi submits (due to removal of grab_globals)Rouslan Placella
2012-08-02Fixed invalid HTML code (unnecessarily escaped quotes)Rouslan Placella
2012-08-02Merge branch 'QA_3_5'Rouslan Placella
2012-08-02Fixed bug #3553551 - Invalid HTML code in multi submits confirmation formRouslan Placella
2012-06-22Implement class behavior of common.lib.php fileChanaka Indrajith
2012-06-11Dropped footer.inc.phpRouslan Placella
2012-06-11Dropped header.inc.php in favor of the PMA_Header classRouslan Placella
2012-05-18Merged CSS stylesheetsRouslan Placella
2012-05-07Fixed unclosed HTML tagsRouslan Placella
2012-05-05Renamed tbl_common.php to tbl_common.inc.php for better consistencyRouslan Placella
2012-05-05Dropped tbl_links.inc.phpRouslan Placella
2012-05-05Dropped server_links.inc.phpRouslan Placella
2012-04-25Coding style improvements (ControlSignature)Madhura Jayaratne
2012-04-22Patch #3500882 Fixing checkbox behaviour while editing identical rowsAtul Pratap Singh
2012-04-22Remove stray trailing whitespacesRouslan Placella
2012-04-09Add parameter to strDoYouReally message for better translatabilityMarc Delisle
2012-03-30Missing handling of POST variablesMarc Delisle
2012-03-26ChangeLog entryMarc Delisle
2012-03-26Patch #3510656 Contest-1 Ignoring foreign keys while dropping tablesAtul Pratap Singh
2012-03-21Merge branch 'master' of github.com:phpmyadmin/phpmyadminMadhura Jayaratne
2012-03-21Coding style improvementsMadhura Jayaratne
2012-03-18Replaced HTML5-obsolete <tt> tags with <code>Jo Michael
2012-03-14Clearer confirmation of queryMichal Čihař
2012-03-07Improve globalization codeMarc Delisle
2012-03-04No longer depend on grab_globals.lib.php for $_GET variablesMarc Delisle
2011-11-24coding style : control structuresDieter Adriaenssens
2011-10-25Use package name PhpMyAdminMichal Čihař
2011-09-23Spaces between parameters in function callsMadhura Jayaratne
2011-09-23use include() instead of require() when including file conditionallyDieter Adriaenssens
2011-08-22require/include are statements not functions; no parentheses are requiredDieter Adriaenssens
2011-07-22Replace tabs with spaces, cleanup identationMichal Čihař
2011-07-22Fix spacing on opening code blockMichal Čihař
2011-07-22Spacing around ifMichal Čihař
2011-06-14Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyad...Madhura Jayaratne
2011-06-14Always use long <?php tagsMichal Čihař
2011-06-12Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyad...Madhura Jayaratne
2011-06-06Replace TRUE/FALSE with true/false.Michal Čihař
2011-05-25Spatial indexes added.Madhura Jayaratne