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-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
2006-01-17(not complete) PEAR coding standardSebastian Mendel
2005-12-05Use same script tag, use CDATA for scripts (RFE #995065).Michal Čihař
2005-11-24Move footer.inc.php, header.inc.php and header_printview.inc.php to libraries...Michal Čihař
2005-11-23drop PMA_setFontSizes()Sebastian Mendel
2005-11-18common.lib.php should REALLY REALLY and ALWAYS be the first includeSebastian Mendel
2005-05-22bug #1193450: XHTML complianceMarc Delisle
2005-03-07Actually use print style in themes, also fixes RFE #1120880.Michal Čihař
2004-05-20Little code reorganistaion (RFE #957308), removed some remaining php3 compati...Michal Čihař
2004-04-10Changed some queries to use MYSQLI_STORE_RESULT.Marcel Tschopp