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
2013-05-26Some more missing renamingsMadhura Jayaratne
2013-05-04PMA_DBI_get_fields_meta --> PMA_DBI_getFieldsMetaKasun 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_try_query --> PMA_DBI_tryQueryKasun Chathuranga
2013-04-25Consistently include colon in strings to translateMichal Čihař
2013-03-25Check whether operands are identical. Otherwise 0 makes the condition trueMadhura Jayaratne
2013-03-08Fail fast if no numeric column was detected in the result set to plot. Allow ...Madhura Jayaratne
2013-03-08If there is only on numeric column, select it despite it being chosen for the...Madhura Jayaratne
2013-03-06Enable tooltip in display chartAtul Pratap Singh
2013-02-08When referring to a table, we use the term "column"Marc Delisle
2013-01-27Coding style improvementsMadhura Jayaratne
2013-01-27Show error messages when unable to display chartAtul Pratap Singh
2013-01-21If the original query has a limit clause, an incorrect SQL was generatedMadhura Jayaratne
2013-01-17improve coding style : remove mixed php and htmlDieter Adriaenssens
2013-01-15Merge branch 'master' into chartsMadhura Jayaratne
2013-01-15More space needed due to increase of chart typesMadhura Jayaratne
2013-01-15Add spline charts backMadhura Jayaratne
2013-01-15wrap long linesDieter Adriaenssens
2013-01-15improve coding style : correct syntax with if-then-else statementsDieter Adriaenssens
2013-01-14Draw timeline charts with queriesMadhura Jayaratne
2013-01-14Fix query charts with the new chart library. Replace spline chart(not support...Madhura Jayaratne
2012-12-20Fix display chartAtul Pratap Singh
2012-12-19Upgraded jquery and jquery-uiRouslan Placella
2012-10-28Fix bug #3571970 for masterAtul Pratap Singh
2012-09-08Fix merge conflictsMarc Delisle
2012-09-08Resizer for Display chartMarc Delisle
2012-09-07Remove calling of highchartsMarc Delisle
2012-08-31Initial porting to jqplotMarc Delisle
2012-06-11Dropped footer.inc.phpRouslan Placella
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-05-05Renamed tbl_common.php to tbl_common.inc.php for better consistencyRouslan Placella
2012-05-05Dropped tbl_links.inc.phpRouslan Placella
2012-05-05Dropped server_links.inc.phpRouslan Placella
2012-04-29Make the width fixedMadhura Jayaratne
2012-04-28More space for the chartMadhura Jayaratne
2012-04-28Use a mulitiselect to select seriesMadhura Jayaratne
2012-04-28Improve creating charts with query resultsMadhura Jayaratne
2012-04-22Remove stray trailing whitespacesRouslan Placella
2012-04-08Fixed title with table name is "test<>'"&test&&]]>", fixed chart with column ...Gemorroj
2012-03-27Final removal of grab_globals scriptMarc Delisle
2012-03-17Leading ./ paths for includes can be omitted, part 2Jo Michael
2011-12-19Use label tagsYuichiro
2011-12-04Use pgettext for chart typeYuichiro
2011-10-25Use package name PhpMyAdminMichal Čihař
2011-09-23use include() instead of require() when including file conditionallyDieter Adriaenssens
2011-09-09Escape HTML in column names and values before json_encode()Marc Delisle
2011-09-05fix coding style : control structuresDieter Adriaenssens
2011-08-10Load flashcanvas.js only for IE version below 9Tyron Madlener