Changes between Version 3 and Version 4 of GoogleChartPlugin


Ignore:
Timestamp:
Oct 28, 2008, 5:30:29 PM (15 years ago)
Author:
Martin Aspeli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GoogleChartPlugin

    v3 v4  
    44
    55Provides a simple way to chart the result of any query.
     6
     7'''NOTE''': This plugin currently uses an eval() statement to turn parameters in Python dict syntax into an actual dictionary. This is convenient, because it means you can pass tuples and lists to the engine. However, it is also quite dangerous, since you are allowing the author of the wiki page to execute arbitrary Python. Until this has been replaced by a more limited parser that only accepts primitive types, do not use this plugin in an environment where you don't trust your users.
     8
     9Patches to fix this would be welcome!
    610
    711== Bugs/Feature Requests ==