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-06-01RFE#701 - Print View using CSS - RewriteDeven Bansod
2015-03-06Remove unneeded closing tagsRahul Kadyan
2014-12-02bug #4616 Warning in db structure print view pageMadhura Jayaratne
2014-10-30Improve multibytes string manipulation performances.Hugues Peccatte
2014-10-18Convert PMA_URL_getCommon calls to new styleAnn + J.M
2014-09-28Replace PMA_String uses by mb_* calls.Hugues Peccatte
2014-09-06Mass modifications to use PMA_String.Hugues Peccatte
2014-08-25Refactoring db print viewMarc Delisle
2014-01-14bug #4230 "in use" displayed for all views in database print viewMarc Delisle
2013-08-07Better names for URL generating functionsMichal Čihař
2013-05-24Convert database interface to a classMadhura Jayaratne
2013-05-12Added missing semicolonChanaka Indrajith
2013-05-10Replace HTML/PHP mix with PHPMichal Čihař
2013-05-10Drop historic commented out codeMichal Čihař
2013-05-04PMA_DBI_num_rows --> PMA_DBI_numRowsKasun Chathuranga
2013-05-04PMA_DBI_free_result --> PMA_DBI_freeResultKasun Chathuranga
2013-05-04PMA_DBI_fetch_row --> PMA_DBI_fetchRowKasun Chathuranga
2013-05-04PMA_DBI_fetch_assoc --> PMA_DBI_fetchAssocKasun Chathuranga
2013-04-30Merge branch 'master' into DBI_naming_cleanUpKasun Chathuranga
2013-04-30PMA_DBI_get_tables_full --> PMA_DBI_geTablesFullKasun Chathuranga
2013-04-25Consistently include colon in strings to translateMichal Čihař
2012-09-16Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util::Chanaka Indrajith
2012-09-16Renamed ->method() with PMA_Util::method()Chanaka Indrajith
2012-09-16Remove variableChanaka Indrajith
2012-06-22Implement class behavior of common.lib.php fileChanaka Indrajith
2012-06-14Modifications to PMA_printButton() function in common.lib.php and renamed as ...Chanaka Indrajith
2012-06-11Drop display() from Header and Footer classes. The Response class will do all...Rouslan Placella
2012-06-11Dropped footer.inc.phpRouslan Placella
2012-06-11PMA_Footer and PMA_Header no longer need to be singletonsRouslan Placella
2012-06-11Removed the last references to the old header filesRouslan Placella
2012-05-13Use print.css in header_printview.inc.phpRouslan Placella
2012-05-07Don't display the menu bar in print viewRouslan Placella
2012-04-14Coding style improvementsMadhura Jayaratne
2012-03-31Replaced HTML nowrap attribute with CSS for HTML5 validityJo Michael
2012-03-18Replaced td[align] with td[class] due to HTML5Jo Michael
2012-03-17Leading ./ paths for includes can be omitted, part 2Jo Michael
2011-11-24Disabled floating of the menubar in designer and fixed designer menu renderin...Rouslan Placella
2011-11-24A different solution for preventing the menubar from floating in print viewRouslan Placella
2011-10-25Use package name PhpMyAdminMichal Čihař
2011-10-24Unify print button code and factor it out to functionMichal Čihař
2011-09-05fix coding style : control structuresDieter Adriaenssens
2011-06-27Fix escaping on LIKE queriesMichal Čihař
2011-06-21Use PMA_sqlAddSlashes for database queries instead of addslashes.Michal Čihař
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 require_once footerMichal Čihař
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ř