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
2017-10-25Remove usage of $GLOBALS['userlink']Michal Čihař
2017-10-10Remove is_superuser superglobalMichal Čihař
2017-09-08Refactor server_common functions to static methodsMaurício Meneghini Fauth
2017-07-08Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-06-13Avoid checking parameters which are set in same scriptMichal Čihař
2017-06-13Avoid passing empty parameterMichal Čihař
2016-02-22Refactored url parmeters generating, Issue #11990Durgesh
2015-09-09Merge branch 'master' into useNamespaces_masterHugues Peccatte
2015-09-09Remove Drizzle support from functionalities in server levelMadhura Jayaratne
2015-09-01Set namespace on Advisor, Config, Console and Util classes.Hugues Peccatte
2015-07-19Remove unneeded closing tags.Dan Ungureanu
2014-10-18Convert PMA_URL_getCommon calls to new styleAnn + J.M
2014-07-17RFE-1488/781: User privilege tab not shown in all relevant casesChirayu Chiripal
2014-06-29bug-4479 Missing permission in export dir not detectedChirayu Chiripal
2013-08-07Better names for URL generating functionsMichal Čihař
2013-06-07fix the issues:xmujay
2013-06-07move PMA_getSubPageHeader to server_common.inc.phpxmujay
2013-05-26These constants are better as a part of DatabaseInterface classMadhura Jayaratne
2013-05-24Convert database interface to a classMadhura Jayaratne
2013-05-04PMA_DBI_select_db --> PMA_DBI_selectDbKasun Chathuranga
2013-04-30Merge branch 'master' into DBI_naming_cleanUpKasun Chathuranga
2013-04-30PMA_DBI_fetch_result --> PMA_DBI_fetchResultKasun Chathuranga
2013-04-16Various coding style improvementsMichal Čihař
2012-10-31Dropped main.phpRouslan Placella
2012-09-16Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util::Chanaka Indrajith
2012-06-27Resolved conflictsChanaka Indrajith
2012-06-23Wrap a long lineMadhura Jayaratne
2012-06-22Implement class behavior of common.lib.php fileChanaka Indrajith
2012-06-11Drop display() from Header and Footer classes. The Response class will do all...Rouslan 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-05-08Removed pointless includes: If common.inc.php was not already included we wou...Rouslan Placella
2012-05-05Dropped server_links.inc.phpRouslan Placella
2012-03-21Coding style improvementsMadhura Jayaratne
2011-10-25Use package name PhpMyAdminMichal Čihař
2011-06-28Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-06-27Remove @uses tags from docblocksMichal Čihař
2011-05-25server_common.php for Drizzle: don't select 'mysql' table, skip listing of ma...Piotr Przybylski
2010-08-30Fix permissions.Michal Čihař
2010-07-23Fixed conflict due to upstream mergeninadsp
2010-07-20Drop @version tag from docblocks.Michal Čihař
2010-05-22testing git setup - no major change made in code yetninadsp
2008-11-24Adding @package, second part.Michal Čihař
2008-06-21protection against XSS when register_globals is on and .htaccess has no effectMarc Delisle
2007-03-30do NEVER unset $table or $db;Sebastian Mendel
2007-03-30do NEVER unset $table or $db;Sebastian Mendel
2007-03-20splitted common.lib.php into common.inc.php, core.lib.php and common.lib.phpSebastian Mendel
2007-03-19avoid vim error on loadingMarc Delisle
2007-03-13improved displaying of binary logs:Sebastian Mendel
2006-05-18bug #1490193 and code simplificationMarc Delisle