<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -84,6 +84,7 @@ module Rugalytics
         :view =&gt; options[:view],
         :tab  =&gt; options[:tab],
         :trows=&gt; options[:rows],
+        :tst  =&gt; options[:offset],
         :gdfmt=&gt; options[:gdfmt],
         :id   =&gt; profile_id
       }
@@ -116,6 +117,7 @@ module Rugalytics
         :tab     =&gt; 0,
         :format  =&gt; FORMAT_CSV,
         :rows    =&gt; 50,
+        :offset  =&gt; 0,
         :compute =&gt; 'average',
         :gdfmt   =&gt; 'nth_day',
         :view    =&gt; 0</diff>
      <filename>lib/rugalytics/profile.rb</filename>
    </modified>
    <modified>
      <diff>@@ -204,6 +204,7 @@ describe Profile do
     it_should_default :tab, '0'
     it_should_default :format, 'Rugalytics::FORMAT_CSV'
     it_should_default :rows, '50'
+    it_should_default :offset, '0'
     it_should_default :compute, '&quot;average&quot;'
     it_should_default :gdfmt, '&quot;nth_day&quot;'
     it_should_default :view, '0'
@@ -240,6 +241,7 @@ describe Profile do
     it_should_convert :format,  :fmt
     it_should_convert :view,    :view
     it_should_convert :rows,    :trows
+    it_should_convert :offset,  :tst
     it_should_convert :gdfmt,   :gdfmt
     it_should_convert :url,     :d1
     it_should_convert :page_title,:d1</diff>
      <filename>spec/lib/rugalytics/profile_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9d463ce68e45ce1cf874ca7b7ca704edebe24a41</id>
    </parent>
  </parents>
  <author>
    <name>Dan Webb</name>
    <email>dan@danwebb.net</email>
  </author>
  <url>http://github.com/robmckinnon/rugalytics/commit/782c7347cbfe3479f1688f7700ca8f1139fed3ec</url>
  <id>782c7347cbfe3479f1688f7700ca8f1139fed3ec</id>
  <committed-date>2009-03-09T10:48:07-07:00</committed-date>
  <authored-date>2009-03-09T10:48:07-07:00</authored-date>
  <message>added offset option to reports to enable paging</message>
  <tree>514a59b2028f6d559bc019eda1f1ab76680840ab</tree>
  <committer>
    <name>Dan Webb</name>
    <email>dan@danwebb.net</email>
  </committer>
</commit>
