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-07-13Escape HTML markup in transformation wrapperMichal Čihař
2016-07-13Do not use empty MIME typeMichal Čihař
2016-07-13Validate image scaling dimensionsMichal Čihař
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
2006-03-10bug #1444121, octetstream downloadMarc Delisle
2006-01-17(not complete) PEAR coding standardSebastian Mendel
2005-11-24Move footer.inc.php, header.inc.php and header_printview.inc.php to libraries...Michal Čihař
2005-11-20dbh becomes controllinkMarc Delisle
2005-11-18common.lib.php should REALLY REALLY and ALWAYS be the first includeSebastian Mendel
2005-11-15Use define rather than variable for conditional paths.Michal Čihař
2005-10-17removed queryframe.php and references to itSebastian Mendel
2004-08-21commands out of sync while displaying inline jpeg in mysqliMarc Delisle
2004-05-20Little code reorganistaion (RFE #957308), removed some remaining php3 compati...Michal Čihař
2004-01-22Added MySQLi library; Removed calls to old mysql_wrappers library.Alexander M. Turek