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-07-06bug saved chart image does not have a proper name or an extensionMadhura Jayaratne
2015-06-30Make Scrutinizer HappyNisarg Jhaveri
2015-05-18Organize table chart JavaScript codeMadhura Jayaratne
2015-03-06rfe Pagination for GIS visualizationMadhura Jayaratne
2014-12-04Use .prop() in place of .attr() in appropriate placesMadhura Jayaratne
2014-12-02.live() and .die() methods are deprecated. Use .on() and .off() methods insteadMadhura Jayaratne
2014-10-21Merge branch 'QA_4_2'Madhura Jayaratne
2014-10-21bug #4568 Date displayed incorrectly when charting a timelineMadhura Jayaratne
2014-10-01Merge commit 'a020eac11a26977295cf2439ddd2e5b4af2c88fe'Atul Pratap Singh
2014-10-01Add js checks in multiple files if data is undefinedAtul Pratap Singh
2014-08-21Merge branch 'QA_4_2'Madhura Jayaratne
2014-08-21bug #4521 Initially allowed chart types do not match selected dataMadhura Jayaratne
2014-08-17Fix merge conflictMarc Delisle
2014-08-17bug #4504 [security] Self-XSS in query chartsMadhura Jayaratne
2014-07-03Fix coding style in JS filesAnn + J.M
2014-06-19Fix 'function declaration in loop' scrutinizer errors.Hugues Peccatte
2014-06-06Allow saving query charts as imagesMadhura Jayaratne
2014-05-30rfe #1527 Charts for data in <x-axis, series, value> formatMadhura Jayaratne
2014-05-28Merge branch 'QA_4_2'Madhura Jayaratne
2014-05-28bug #4432 Error while displaying chart at server levelMadhura Jayaratne
2014-05-24Code style fixesAnn + J.M
2013-12-26Fix chart tooltipsMadhura Jayaratne
2013-12-25Provide float valuesMadhura Jayaratne
2013-12-25All the columns of a scatter chart should be numericMadhura Jayaratne
2013-12-25Stacking only makes sense for some chart typesMadhura Jayaratne
2013-12-24Add scatter chartsMadhura Jayaratne
2013-12-22bug #4187 SQL query inline edit doesn't post changes on the first runMadhura Jayaratne
2013-10-02Coding style: Declare before usedMichal Čihař
2013-07-30Various coding style improvementsMichal Čihař
2013-04-16Reference javascript messages by dot notation instead of using ['strFoo']Michal Čihař
2013-04-15Various javascript spacing fixesMichal Čihař
2013-04-15Various spacing and identation fixesMichal Čihař
2013-04-15More javascript cleanup, more fixes of === / !===Michal Čihař
2013-04-15Explicitly define radix for parseIntMichal Čihař
2013-04-15Use type cast safe comparisonMichal Čihař
2013-03-06Enable tooltip in display chartAtul Pratap Singh
2013-01-27Show error messages when unable to display chartAtul Pratap Singh
2013-01-26many some minor fixes (sorry, see diff)Gemorroj
2013-01-15Add spline charts backMadhura Jayaratne
2013-01-15Merge branch 'master' into chartsMadhura Jayaratne
2013-01-15Merge remote-tracking branch 'origin/QA_3_5'Michal Čihař
2013-01-15Fix possibly wrong commasMichal Čihař
2013-01-15Escape HTML in titles of table chartsMichal Čihař
2013-01-15Escape HTML in titles of table chartsMichal Čihař
2013-01-14Draw timeline charts with queriesMadhura Jayaratne
2013-01-14Auto resize to use full widthMadhura Jayaratne
2013-01-14Fix query charts with the new chart library. Replace spline chart(not support...Madhura Jayaratne
2012-12-20js cleanup: space after "if"Marc Delisle
2012-10-31Destroy registered jQuery events on page tear downRouslan Placella
2012-10-31Use AJAX.registerOnload() instead of $(document).ready()Rouslan Placella