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
2015-09-01Set namespace on Advisor, Config, Console and Util classes.Hugues Peccatte
2015-03-06Remove unneeded closing tagsRahul Kadyan
2014-10-04Replace mb functions by standard string functions.Hugues Peccatte
2014-09-28Replace PMA_String uses by mb_* calls.Hugues Peccatte
2014-09-06Mass modifications to use PMA_String.Hugues Peccatte
2013-08-21Directly use the request parametersMarc Delisle
2013-08-07CS compliant transformation helper functionsMichal Čihař
2013-08-06Various coding style fixesMichal Čihař
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_fetch_assoc --> PMA_DBI_fetchAssocKasun Chathuranga
2013-05-04PMA_DBI_select_db --> PMA_DBI_selectDbKasun Chathuranga
2013-04-12PHP keywords must be lowercaseMadhura Jayaratne
2012-10-28Coding style - null should be lower caseMadhura Jayaratne
2012-10-16Fix merge conflictsMarc Delisle
2012-10-16bug #3577468 [display] Incorrect imagejpeg Syntax Breaks Image TransformationMarc Delisle
2012-09-16Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util::Chanaka Indrajith
2012-07-02merge masterAlex Marin
2012-07-02Add neutral string for transformations in pma_column_infoAlex Marin
2012-06-22Implement class behavior of common.lib.php fileChanaka Indrajith
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-01Fix function name: PMA_download_header -> PMA_downloadHeaderMadhura Jayaratne
2012-04-30Wrap some long linesMadhura Jayaratne
2012-03-15No longer depend on grab_globalsMarc Delisle
2011-10-25Use package name PhpMyAdminMichal Čihař
2011-09-01Fix transformation without downloadMichal Čihař
2011-09-01Fix parameter orderMichal Čihař
2011-08-04Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-08-04Use new function for download headersMichal Čihař
2011-07-22Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-07-22Fix spacing on opening code blockMichal Čihař
2011-06-17Replace all SHOW FIELDS calls with PMA_DBI_get_columns() or PMA_DBI_get_colum...Piotr Przybylski
2011-05-09For easier reading, replace "!isset" with "! isset"Marc Delisle
2010-08-30Fix permissions.Michal Čihař
2010-07-29Resolve merge conflicts for upstream mergeninadsp
2010-07-26No need to explicitely include relation.lib its anyway included in common.incMichal Č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
2010-03-27remove author namesMarc Delisle
2009-12-30primary_key is really a WHERE clause (that works also on tables where no PK i...Marc Delisle
2008-11-24Adding @package, third part.Michal Čihař
2008-05-06$_REQUEST variables are ALWAYS already url decodedSebastian Mendel
2007-10-16removed closing of db connection, closing database connection is only require...Sebastian Mendel
2007-04-01coding standard: no spaces inside bracesSebastian Mendel
2007-04-01coding standard: no braces around includeSebastian Mendel
2007-03-20splitted common.lib.php into common.inc.php, core.lib.php and common.lib.phpSebastian Mendel
2007-03-20fixed/added page level docblockSebastian Mendel
2007-03-19synced/fixed vim lineSebastian Mendel