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
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ř
2010-06-03Merge remote branch 'origin/master'ninadsp
2010-05-31conform to relational terminology regarding columns and rowsMarc Delisle
2010-05-25Use ngettext.Michal Čihař
2010-05-22testing git setup - no major change made in code yetninadsp
2010-05-03strings to gettext, first batchMarc Delisle
2010-03-13Merge branch 'QA_3_3'Marc Delisle
2010-03-13patch #2969449 Name for MERGE engine varies depending on the MySQL versionDieter Adriaenssens
2010-03-06remove author names, as discussed at the 2010 developer meeting and according...Marc Delisle
2009-12-313.3Marc Delisle
2009-12-313.3Marc Delisle
2009-02-20patch #2596230 [XHTML] View table headers/footers completelyMarc Delisle
2008-11-24Adding @package, first part.Michal Čihař
2008-06-21adjust table comments protection to the updated advisory (db print view and d...Marc Delisle
2007-07-09patch #1749705, Allow multibyte characters in number formatting, thanks to garasMarc Delisle
2007-04-01XHTML standard: no language attribute in <script>Sebastian 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-10-25Rename db_* files to drop useless _details part.Michal Čihař
2006-04-27fixed bug 'no tables found', refactoredSebastian Mendel
2006-04-25style upgradeSebastian Mendel