[Jifty-commit] r4952 - in jifty/trunk/lib/Jifty/Plugin/Chart: Renderer Renderer/GD

Jifty commits jifty-commit at lists.jifty.org
Mon Jan 28 02:23:06 EST 2008


Author: bokutin
Date: Mon Jan 28 02:23:05 2008
New Revision: 4952

Modified:
   jifty/trunk/lib/Jifty/Plugin/Chart/Renderer.pm
   jifty/trunk/lib/Jifty/Plugin/Chart/Renderer/GD/Graph.pm
   jifty/trunk/lib/Jifty/Plugin/Chart/Renderer/XMLSWF.pm

Log:
fix pods.
WARN - DEPRECATED: renderer argument to Chart plugin is deprecated. Use DefaultRenderer instead. at trunk/lib/Jifty/Plugin/Chart.pm line 96.


Modified: jifty/trunk/lib/Jifty/Plugin/Chart/Renderer.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Chart/Renderer.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Chart/Renderer.pm	Mon Jan 28 02:23:05 2008
@@ -13,7 +13,7 @@
 
   Plugins:
     - Chart:
-        renderer: MyApp::Renderer;
+        DefaultRenderer: MyApp::Renderer
 
 In F<lib/MyApp/Renderer.pm>:
 

Modified: jifty/trunk/lib/Jifty/Plugin/Chart/Renderer/GD/Graph.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Chart/Renderer/GD/Graph.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Chart/Renderer/GD/Graph.pm	Mon Jan 28 02:23:05 2008
@@ -14,7 +14,7 @@
 
   Plugins:
     - Chart:
-        renderer: Jifty::Plugin::Chart::Renderer::GD::Graph
+        DefaultRenderer: Jifty::Plugin::Chart::Renderer::GD::Graph
 
 =head1 DESCRIPTION
 

Modified: jifty/trunk/lib/Jifty/Plugin/Chart/Renderer/XMLSWF.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Chart/Renderer/XMLSWF.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Chart/Renderer/XMLSWF.pm	Mon Jan 28 02:23:05 2008
@@ -16,7 +16,7 @@
 
   Plugins:
     - Chart:
-        renderer: XMLSWF
+        DefaultRenderer: XMLSWF
         license_key: YOUR_OPTIONAL_LICENSE_KEY
 
 =head1 METHODS


More information about the Jifty-commit mailing list