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 (Collapse)Author
2015-07-06bug saved chart image does not have a proper name or an extensionMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-06-30Make Scrutinizer HappyNisarg Jhaveri
Signed-off-by: Nisarg Jhaveri <nisargjhaveri@gmail.com>
2015-05-18Organize table chart JavaScript codeMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-03-06rfe Pagination for GIS visualizationMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-12-04Use .prop() in place of .attr() in appropriate placesMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-12-02.live() and .die() methods are deprecated. Use .on() and .off() methods insteadMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-10-21Merge branch 'QA_4_2'Madhura Jayaratne
2014-10-21bug #4568 Date displayed incorrectly when charting a timelineMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-10-01Merge commit 'a020eac11a26977295cf2439ddd2e5b4af2c88fe'Atul Pratap Singh
Conflicts: js/config.js js/db_search.js js/functions.js js/makegrid.js js/server_privileges.js js/tbl_structure.js
2014-10-01Add js checks in multiple files if data is undefinedAtul Pratap Singh
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2014-08-21Merge branch 'QA_4_2'Madhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-08-21bug #4521 Initially allowed chart types do not match selected dataMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-08-17Fix merge conflictMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-08-17bug #4504 [security] Self-XSS in query chartsMadhura Jayaratne
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-07-03Fix coding style in JS filesAnn + J.M
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
2014-06-19Fix 'function declaration in loop' scrutinizer errors.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-06-06Allow saving query charts as imagesMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-05-30rfe #1527 Charts for data in <x-axis, series, value> formatMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-05-28Merge branch 'QA_4_2'Madhura Jayaratne
2014-05-28bug #4432 Error while displaying chart at server levelMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-05-24Code style fixesAnn + J.M
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
2013-12-26Fix chart tooltipsMadhura Jayaratne
2013-12-25Provide float valuesMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2013-12-25All the columns of a scatter chart should be numericMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2013-12-25Stacking only makes sense for some chart typesMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2013-12-24Add scatter chartsMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2013-12-22bug #4187 SQL query inline edit doesn't post changes on the first runMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
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ř
This prevents unexpected behavior when parsing string like 033, which would be treated as octal.
2013-04-15Use type cast safe comparisonMichal Čihař
The values like true, '' or 0 could compare to lot of other stuff with type casting.
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
Conflicts: js/tbl_chart.js
2013-01-15Merge remote-tracking branch 'origin/QA_3_5'Michal Čihař
Conflicts: js/tbl_chart.js
2013-01-15Fix possibly wrong commasMichal Čihař
2013-01-15Escape HTML in titles of table chartsMichal Čihař
Conflicts: js/tbl_chart.js
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 ↵Madhura Jayaratne
supported by jqPlot) with area chart.
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