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 (Collapse)Author
2015-06-18Revert "Remove unused parameter $db"Madhura Jayaratne
This reverts commit d862940cb397cd9e69bba4d356a2e6b7b12dc3ca.
2015-06-18POST parameter 'db' is already written to GLOBALS in libraries/common.inc.phpMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-06-18Remove unused parameter $dbMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-03-06Remove unneeded closing tagsRahul Kadyan
Closing tags at the end of file are not mandatory. It is often suggested to omit to closing tags at the end of file to prevent unwanted effects as PHP will start output buffering if there is any character after closing tag. Reference: http://php.net/manual/en/language.basic-syntax.phptags.php Signed-off-by: Rahul Kadyan <hi@znck.me>
2014-08-24Simplify schema exportingMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-08-10Set default values for schema export optionsBimal Yashodha
Signed-off-by: Bimal Yashodha <kb.yashodha@gmail.com>
2014-08-09Cleanup globalsBimal Yashodha
Signed-off-by: Bimal Yashodha <kb.yashodha@gmail.com>
2014-08-09Schema export pluginsBimal Yashodha
Signed-off-by: Bimal Yashodha <kb.yashodha@gmail.com>
2014-07-23Use designer without configuring tablesBimal Yashodha
Signed-off-by: Bimal Yashodha <kb.yashodha@gmail.com>
2014-07-01Remove old relational schema edit/export page and related codeBimal Yashodha
Signed-off-by: Bimal Yashodha <kb.yashodha@gmail.com>
2014-06-30Export schema from designerBimal Yashodha
Signed-off-by: Bimal Yashodha <kb.yashodha@gmail.com>
2014-06-16Remove unnecessarily added empty lines.Dhananjay Nakrani
Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
2014-06-16Remove included 'common_error_reporting.php' script and its inclusion from ↵Dhananjay Nakrani
all the scripts. Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
2014-06-16Include error reporting script at the end of all the 'relevant' scripts.Dhananjay Nakrani
Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
2013-08-06Various coding style fixesMichal Čihař
2013-08-06Remove double inclusionMichal Čihař
2013-07-28Fix merge conflictsMarc Delisle
2013-07-23[security] Fix control user SQL injection in schema_export.php, see PMASA-2015Marc Delisle
2013-07-19Share schema export codeMichal Čihař
2013-07-10split output from constructor for Schema classesadamgsoc2013
remove "exit" which is unneeded action
2013-05-26Some more missing renamingsMadhura Jayaratne
2013-05-04PMA_DBI_select_db --> PMA_DBI_selectDbKasun Chathuranga
2012-10-16Use single quotes when we do not want to evaluate the stringMichal Čihař
2012-07-29Various coding style improvementsMadhura Jayaratne
2012-06-11relation.lib.php is already included by common.inc.phpRouslan Placella
2012-04-29Improve namingMarc Delisle
2012-04-29Missing variables since grab_globals removalMarc Delisle
2012-03-17Leading ./ paths for includes can be omitted, part 2Jo Michael
2012-03-17Leading ./ paths for links and favicons can be omitted, part 1Jo Michael
2011-10-25Use package name PhpMyAdminMichal Čihař
Needed to match phpdoc rules as package name must begin with upper case.
2011-09-23Spaces between parameters in function callsMadhura Jayaratne
2011-09-06use require() instead of include() when including file unconditionallyDieter Adriaenssens
2011-08-22require/include are statements not functions; no parentheses are requiredDieter Adriaenssens
2011-08-15Remove not needed param from PMA_REL_create_pageMichal Čihař
2011-07-08[security] Fixed local file inclusion vulnerability and code execution, see ↵Herman van Rink
PMASA-2011-11
2010-09-07Drop $Id$ expansion, nobody complained so far it not working.Michal Čihař
2010-08-23Better name for schema export script.Michal Čihař