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
2009-02-08strFixed becomes strStaticMarc Delisle
2008-12-10use PMA_Table::sGetStatusInfo() for table information retrievalSebastian Mendel
2008-11-24Adding @package, third part.Michal Čihař
2008-07-09b to strong, and remove bold for MySQL charsetMarc Delisle
2008-05-09checking relation support is done in relation functionSebastian Mendel
2008-05-06$_REQUEST variables are ALWAYS already url decodedSebastian Mendel
2008-05-03sanitize table comments in print viewMarc Delisle
2008-02-07aggregate more index code into PMA_index classSebastian Mendel
2008-02-04new Class PMA_Index;Sebastian Mendel
2007-10-02removed MySQL < 5 codeSebastian Mendel
2007-09-05bug #1777620 Table Print preview: missing column headerMarc 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-04-01coding standard: no spaces inside bracesSebastian Mendel
2007-03-30do NEVER unset $table or $db;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-10-25Rename tbl_* files to drop useless _properties part.Michal Čihař
2006-09-21use @todo tag for todo items, to show up in generated documentationSebastian Mendel
2006-07-27bug #1521910, with selected ... print viewMarc Delisle
2006-07-09bug shortcut, thanks SebastianMarc Delisle
2006-07-09bug #1398748, print view and TIMESTAMP NULLMarc Delisle
2006-04-12fixed undefined variable by including libraries/tbl_properties_common.phpSebastian Mendel
2006-02-17fixed/cleaned printer outputSebastian Mendel
2006-01-21typoSebastian Mendel
2006-01-17(not complete) PEAR coding standardSebastian Mendel
2006-01-06bug #1389165, shows all columns as Null YesMarc Delisle
2005-12-31bug #1389165, Print view show all columns as Null Yes (MySQL 5.x)Marc Delisle
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-24Use native MySQL comments when applicable (RFE #1362923).Michal Čihař
2005-11-18common.lib.php should REALLY REALLY and ALWAYS be the first includeSebastian Mendel
2005-10-11no table statistics for information_schemaSebastian Mendel
2005-05-22bug #1193450: XHTML complianceMarc Delisle
2005-05-13bug #1178760, header not send in multi-tables print viewMarc Delisle
2005-03-07Actually use print style in themes, also fixes RFE #1120880.Michal Čihař
2005-02-14- Fix displaying indexes for print view, use same function as for normal view...Michal Čihař
2004-10-08removed superfluous spaces, introduced more CSS ID attributesGarvin Hicking
2004-08-21commands out of syncMarc 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
2004-01-20use PMA_DBI functionMarc Delisle
2004-01-20PMA_DBI_num_rowsMarc Delisle
2003-11-27Huge set of optimizations, please test!Alexander M. Turek
2003-11-22Final batch of PHP3-Compatibility fixes. Please test. :-)Garvin Hicking
2003-11-18no more support for php3Michal Čihař