<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>f5be4f6926189596bc07ac21c5c863d07f886d5f</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/2bd01d0a347940fd4dfe0b3818aabea11b87680f</url>
    <id>2bd01d0a347940fd4dfe0b3818aabea11b87680f</id>
    <committed-date>2009-05-21T14:28:34-07:00</committed-date>
    <authored-date>2009-05-21T14:28:34-07:00</authored-date>
    <message>count_by_sql: don't use table alias with any adapters starting with &quot;oracle&quot;

Partially resolves the #237 problem. With JDBC, it still remains an issue
because the adapter shows up as &quot;jdbc&quot;, not &quot;oracle&quot; or &quot;oci&quot;</message>
    <tree>edf6282ef11aed73fee8fef69b7b0d1b6562aaed</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>49cfe7682435909ab2c0a4e5ab0745c19c9d4a0e</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/5fb4061c776539875270c16eeca25496a318e243</url>
    <id>5fb4061c776539875270c16eeca25496a318e243</id>
    <committed-date>2009-05-21T14:08:40-07:00</committed-date>
    <authored-date>2009-05-21T14:08:40-07:00</authored-date>
    <message>Add back &quot;AS count_table&quot; alias to `paginate_by_sql` counter SQL

Oh damn, turns out alias is needed for other RDBMS (thanks Matt Murphy)

This reverts commit 6dc60a9f6140b23220afaf0ced1c98e2072ba59a.</message>
    <tree>ab589080958f7144e29356412ebc62b87b2f0200</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8c31282cb683c0acba7566e6f57f5d516598c3ab</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/6dc60a9f6140b23220afaf0ced1c98e2072ba59a</url>
    <id>6dc60a9f6140b23220afaf0ced1c98e2072ba59a</id>
    <committed-date>2009-05-20T04:12:42-07:00</committed-date>
    <authored-date>2009-05-20T04:02:20-07:00</authored-date>
    <message>remove &quot;AS count_table&quot; alias from `paginate_by_sql` counter SQL

it's not supported by Oracle and not needed for other RDBMS
[#237 state:resolved]</message>
    <tree>e6589f5649a990162a4a18ce4f62edf5a46d580c</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>11ca129a7e80442e02fcff165188765dfed8732f</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/b63e438094990aa1e6660614235009876c037801</url>
    <id>b63e438094990aa1e6660614235009876c037801</id>
    <committed-date>2009-05-20T04:12:42-07:00</committed-date>
    <authored-date>2009-05-20T01:08:54-07:00</authored-date>
    <message>check for method existance in a ruby 1.8- and 1.9-compatible way

this is a cherry-pick of ed6785b59ca76b4b70d6aef0053ff6fd1124521a
[#269 state:resolved]</message>
    <tree>7acd2836d816ead1a9feed7fe1c5b5afbc0cb22e</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>62b9f6c2114ea96a4b93be7bed766b7dc274a275</id>
      </parent>
    </parents>
    <author>
      <name>Darrick Wiebe</name>
      <email>dw@darrick-wiebes-macbook-pro.local</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/029964fe99a94c0c3f621df79f90a8eb36deac54</url>
    <id>029964fe99a94c0c3f621df79f90a8eb36deac54</id>
    <committed-date>2009-02-09T12:08:44-08:00</committed-date>
    <authored-date>2009-02-09T12:04:14-08:00</authored-date>
    <message>Removed all unnecessary &amp;block variables since they cause serious memory damage and lots of subsequent gc runs.</message>
    <tree>ac13ce59446036b7c09428acf696ffc456609b46</tree>
    <committer>
      <name>Darrick Wiebe</name>
      <email>dw@darrick-wiebes-macbook-pro.local</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f161d99c0cd4517b4954db214e49ba606ec70277</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/48fc49cfcfe90779ad4a36663671f9eac8faf458</url>
    <id>48fc49cfcfe90779ad4a36663671f9eac8faf458</id>
    <committed-date>2008-10-26T08:32:06-07:00</committed-date>
    <authored-date>2008-10-26T08:27:34-07:00</authored-date>
    <message>Rails 2.2 fix: stop using `extract_attribute_names_from_match` inernal AR method, it no longer exists</message>
    <tree>e24fb5ce8c1467c10268aa19925b4ed32aa54345</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>af80782c3a5537b8163b5f421c320d86c376385f</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/1449867975e6561bf954942c6811ccacf7151d73</url>
    <id>1449867975e6561bf954942c6811ccacf7151d73</id>
    <committed-date>2008-10-07T02:32:59-07:00</committed-date>
    <authored-date>2008-10-07T02:32:59-07:00</authored-date>
    <message>fixed paginate(:from) with Rails versions &lt; 2.1 (references #244)</message>
    <tree>2065ede39ed68062e2e8f4339d926651b9dfb8e4</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>39e77cfecb9c6ce5bfea5675aaceaa3c2989db51</id>
      </parent>
    </parents>
    <author>
      <name>Tobias Bielohlawek</name>
      <email>tobiasb@qype.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/068702d65eb60d0908dd46d48791563aa338ac7f</url>
    <id>068702d65eb60d0908dd46d48791563aa338ac7f</id>
    <committed-date>2008-10-07T01:50:13-07:00</committed-date>
    <authored-date>2008-10-07T01:50:13-07:00</authored-date>
    <message>scoped paginated_each now yields the block in an exclusive scope</message>
    <tree>a24d6a0d3b2a4adac03efb30701aa64f0587f123</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b9d857ea3927bbd2a4c85bc46bd76520e0d1e102</id>
      </parent>
    </parents>
    <author>
      <name>Ben Pickles</name>
      <email>spideryoung@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/5adc2de1b9bd2bc90a3852de3b0dff90bb44d58f</url>
    <id>5adc2de1b9bd2bc90a3852de3b0dff90bb44d58f</id>
    <committed-date>2008-09-12T15:22:47-07:00</committed-date>
    <authored-date>2008-06-09T02:22:43-07:00</authored-date>
    <message>Cope with scoped :select when counting.</message>
    <tree>caf9c5409e62d46df8d8c467a71fcadc16a3e093</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>48d409a2f4d1ff11021aab217791b818703a8c59</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/f54bc393f184a49ad4ba7d44b304719cf2fc9ba2</url>
    <id>f54bc393f184a49ad4ba7d44b304719cf2fc9ba2</id>
    <committed-date>2008-08-27T14:38:55-07:00</committed-date>
    <authored-date>2008-08-27T14:38:55-07:00</authored-date>
    <message>Ensure that paginate_by_sql doesn't change the original SQL query. Closes #235</message>
    <tree>d57c3aae57f3218a06b3860f9922ed67ba08255f</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9a93720c9f27c763ed58ec3a4d3a2e6b1a02379f</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/48d409a2f4d1ff11021aab217791b818703a8c59</url>
    <id>48d409a2f4d1ff11021aab217791b818703a8c59</id>
    <committed-date>2008-08-13T16:22:44-07:00</committed-date>
    <authored-date>2008-08-13T16:22:44-07:00</authored-date>
    <message>RDoc love (now live at http://mislav.caboo.se/static/will_paginate/doc/)</message>
    <tree>01917c72464d5d34e8f47abc798177c12bea3d93</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>24260c3363d938bb42c94522a28585ead63a0c51</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/b3caa0a44bfd08596e218c306d6fc93a578bad34</url>
    <id>b3caa0a44bfd08596e218c306d6fc93a578bad34</id>
    <committed-date>2008-05-16T03:58:59-07:00</committed-date>
    <authored-date>2008-05-16T03:58:59-07:00</authored-date>
    <message>added test for parent commit (removing :include from count in ActiveRecord 2.1)</message>
    <tree>7c8d76620893e58937c1f123d7037e16c854bc0b</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ef38bc83b7ff4b290a6b1f4d82df03585fbb7529</id>
      </parent>
    </parents>
    <author>
      <name>Denis Barushev</name>
      <email>barushev@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/24260c3363d938bb42c94522a28585ead63a0c51</url>
    <id>24260c3363d938bb42c94522a28585ead63a0c51</id>
    <committed-date>2008-05-16T03:42:05-07:00</committed-date>
    <authored-date>2008-05-15T11:11:22-07:00</authored-date>
    <message>Remove :include option from count_all query when it's possible.</message>
    <tree>ee9647cc8bed987a99cb2b7796e2d53e21b88a82</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5bd4767b35d106ae1229448e0510051435f7f718</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/44fe4cc29d27f51b67fdadcf400d3e18dcea1cc0</url>
    <id>44fe4cc29d27f51b67fdadcf400d3e18dcea1cc0</id>
    <committed-date>2008-04-04T07:18:15-07:00</committed-date>
    <authored-date>2008-04-04T07:18:15-07:00</authored-date>
    <message>doc love all around</message>
    <tree>ae63f8a215073641f53e5d2b73782cc48b86f22b</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b4c00a7a2ebf3722d6917a7332d3ff598f853890</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/3d3c21f8e5af174cb79cfaa99a50908bf4ac2f7f</url>
    <id>3d3c21f8e5af174cb79cfaa99a50908bf4ac2f7f</id>
    <committed-date>2008-04-02T18:33:30-07:00</committed-date>
    <authored-date>2008-04-02T18:33:30-07:00</authored-date>
    <message>add link to Jamis' #each from paginated_each</message>
    <tree>6580a878ad7442eec377134ffe940bdd34d3044e</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>61c6ddeba2d60fe7876e6d4d99d6146d0e2d1216</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/b4c00a7a2ebf3722d6917a7332d3ff598f853890</url>
    <id>b4c00a7a2ebf3722d6917a7332d3ff598f853890</id>
    <committed-date>2008-04-02T18:29:27-07:00</committed-date>
    <authored-date>2008-04-02T18:29:27-07:00</authored-date>
    <message>Add paginated_each method for faking cursors.  [Rick Olson]
Changed that count is skipped when 0 records are returned on page 1.</message>
    <tree>7657ee4fcbb393eaca7c2d522bdb7bdfff737c15</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ac279ca9bff6b1864ea36e9b6c89ea0254cba7dc</id>
      </parent>
    </parents>
    <author>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/6b77787c18d6e7947adbe2e55491459d64bc0564</url>
    <id>6b77787c18d6e7947adbe2e55491459d64bc0564</id>
    <committed-date>2008-02-27T12:35:19-08:00</committed-date>
    <authored-date>2008-02-27T12:35:19-08:00</authored-date>
    <message>Fix edge case with count_by_sql and Oracle.
References #187  [Jan Berkel]


git-svn-id: svn://errtheblog.com/svn/plugins/will_paginate@453 1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</message>
    <tree>d05c5e14d30b2e1a34c3ebf5b649dd03581ef39f</tree>
    <committer>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e1cde937783de11aedd66693cc5017515e0a6f76</id>
      </parent>
    </parents>
    <author>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/ac279ca9bff6b1864ea36e9b6c89ea0254cba7dc</url>
    <id>ac279ca9bff6b1864ea36e9b6c89ea0254cba7dc</id>
    <committed-date>2008-02-27T12:35:16-08:00</committed-date>
    <authored-date>2008-02-27T12:35:16-08:00</authored-date>
    <message>Doc love: tweak the section about importance of ordering


git-svn-id: svn://errtheblog.com/svn/plugins/will_paginate@452 1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</message>
    <tree>4f4663000cda9f496b59278815fa77f5374d82a3</tree>
    <committer>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>92f227568a091d47a4dd13de32401b22daf6934b</id>
      </parent>
    </parents>
    <author>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/e1cde937783de11aedd66693cc5017515e0a6f76</url>
    <id>e1cde937783de11aedd66693cc5017515e0a6f76</id>
    <committed-date>2008-02-23T14:40:41-08:00</committed-date>
    <authored-date>2008-02-23T14:40:41-08:00</authored-date>
    <message>Doc love for paginating finders


git-svn-id: svn://errtheblog.com/svn/plugins/will_paginate@451 1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</message>
    <tree>550289c410f50a7ca68c2cc1bc605edc7995f9c1</tree>
    <committer>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2fda1c7527e28cda8ca4c4a1a7398d688e612fc7</id>
      </parent>
    </parents>
    <author>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/92f227568a091d47a4dd13de32401b22daf6934b</url>
    <id>92f227568a091d47a4dd13de32401b22daf6934b</id>
    <committed-date>2008-02-23T14:40:38-08:00</committed-date>
    <authored-date>2008-02-23T14:40:38-08:00</authored-date>
    <message>Cleanup options handling; the original hash should stay intact.


git-svn-id: svn://errtheblog.com/svn/plugins/will_paginate@450 1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</message>
    <tree>ea32b66baf824a7d6bc1aaa754672ccee4c636f8</tree>
    <committer>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b21179cc9e28a4fa39500ca936e18d6ccd99247c</id>
      </parent>
    </parents>
    <author>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/2fda1c7527e28cda8ca4c4a1a7398d688e612fc7</url>
    <id>2fda1c7527e28cda8ca4c4a1a7398d688e612fc7</id>
    <committed-date>2008-02-23T12:39:06-08:00</committed-date>
    <authored-date>2008-02-23T12:39:06-08:00</authored-date>
    <message>Define `paginate` class method.  Partially revert changes that made `method_missing` actually define paginating finders; this is not so smart for associations.  Fixes #193  [mackles]


git-svn-id: svn://errtheblog.com/svn/plugins/will_paginate@449 1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</message>
    <tree>0106622f8110080ae2af88f019394d30c35e11b3</tree>
    <committer>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>843bf7c164378da3d07059256fa07530862c5ae1</id>
      </parent>
    </parents>
    <author>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/6a3be1e668b5326c4131ad0fbe0258755f12b6d7</url>
    <id>6a3be1e668b5326c4131ad0fbe0258755f12b6d7</id>
    <committed-date>2008-02-23T12:38:59-08:00</committed-date>
    <authored-date>2008-02-23T12:38:59-08:00</authored-date>
    <message>method_missing_with_paginate now DEFINES paginating finders on self, then calls them. for multiple pagination calls to the same resource, this can improve performance since method_missing is never hit


git-svn-id: svn://errtheblog.com/svn/plugins/will_paginate@447 1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</message>
    <tree>1429cadce4f9f4ebed8a2b067ec940c211ff4cf7</tree>
    <committer>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a9645f83a106e5c300a6704bdca3f1ff5d8239da</id>
      </parent>
    </parents>
    <author>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/805b0e6ede77c505e800fe49de20c9aab2d801dd</url>
    <id>805b0e6ede77c505e800fe49de20c9aab2d801dd</id>
    <committed-date>2008-01-28T14:26:57-08:00</committed-date>
    <authored-date>2008-01-28T14:26:57-08:00</authored-date>
    <message>Stress out the importance of the :order parameter when paginating models


git-svn-id: svn://errtheblog.com/svn/plugins/will_paginate@441 1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</message>
    <tree>331089d7ce0d45b0758f5a882554b9c30dd9809d</tree>
    <committer>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ed0ef1cd4915aa4041cf173ef802451ccbfe02af</id>
      </parent>
    </parents>
    <author>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/5ca330783824cf1b711124bf5b5ea48458df7855</url>
    <id>5ca330783824cf1b711124bf5b5ea48458df7855</id>
    <committed-date>2008-01-27T09:41:15-08:00</committed-date>
    <authored-date>2008-01-27T09:41:15-08:00</authored-date>
    <message>Better tests for count with :select option and DISTINCT.  Add :readonly to excludees in count.  [Todd Willey] [#178 state:resolved]


git-svn-id: svn://errtheblog.com/svn/plugins/will_paginate@438 1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</message>
    <tree>3f6f17c6d1954a3923866d2c74f53111fa81cfbe</tree>
    <committer>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3b8f0a65b2e5e79b9f3c21a58742f89fa7a2b519</id>
      </parent>
    </parents>
    <author>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/0abdbca72747628d86cb4e187cedf4de2ffe0308</url>
    <id>0abdbca72747628d86cb4e187cedf4de2ffe0308</id>
    <committed-date>2007-12-29T03:23:07-08:00</committed-date>
    <authored-date>2007-12-29T03:23:07-08:00</authored-date>
    <message>Will Paginate: remove ORDER BY clause when generating a count query in paginate_by_sql. [codyc] [#166 state:resolved]


git-svn-id: svn://errtheblog.com/svn/plugins/will_paginate@434 1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</message>
    <tree>44f697a4df7f9100754be3591091f381b874ad69</tree>
    <committer>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6802dab18d56e55ee4511d37180a3d4ff7329a79</id>
      </parent>
    </parents>
    <author>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/3b8f0a65b2e5e79b9f3c21a58742f89fa7a2b519</url>
    <id>3b8f0a65b2e5e79b9f3c21a58742f89fa7a2b519</id>
    <committed-date>2007-12-29T01:44:11-08:00</committed-date>
    <authored-date>2007-12-29T01:44:11-08:00</authored-date>
    <message>Will Paginate: fix that :total_entries setting in paginate_by_sql was ignored. Change protected wp_parse_options!() method not to return the options has anymore as it is passed by reference anyway. [Brendan Ribera] [#172 status:resolved]


git-svn-id: svn://errtheblog.com/svn/plugins/will_paginate@433 1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</message>
    <tree>d16163d198566d43e27308337ea52ee3b101a462</tree>
    <committer>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>312aa633ac90d4276d6abab62467ed858f59a72c</id>
      </parent>
    </parents>
    <author>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/138f00490b070fada50c2b8a3727dc780dcac1f4</url>
    <id>138f00490b070fada50c2b8a3727dc780dcac1f4</id>
    <committed-date>2007-12-24T18:30:55-08:00</committed-date>
    <authored-date>2007-12-24T18:30:55-08:00</authored-date>
    <message>Will Paginate Christmas doc love

git-svn-id: svn://errtheblog.com/svn/plugins/will_paginate@425 1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</message>
    <tree>c4cb1d61a3ed23b6a257288730bdff1178c1dac1</tree>
    <committer>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>23471475e3b2d4681f270df0abd512962ebc5b76</id>
      </parent>
    </parents>
    <author>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/357d51026e96321db61422c7b49a32f8b3c02c36</url>
    <id>357d51026e96321db61422c7b49a32f8b3c02c36</id>
    <committed-date>2007-11-04T17:08:59-08:00</committed-date>
    <authored-date>2007-11-04T17:08:59-08:00</authored-date>
    <message>Will Paginate: minor optimization when figuring out finders

git-svn-id: svn://errtheblog.com/svn/plugins/will_paginate@413 1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</message>
    <tree>367d14d0fddba168080be9960cd2d2db847c8591</tree>
    <committer>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d5dee204d491b0ecbafd97a6f860f9b19fe35b9e</id>
      </parent>
    </parents>
    <author>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/ba2d2cc0cb911ec3ad6633eb07228004fafdee53</url>
    <id>ba2d2cc0cb911ec3ad6633eb07228004fafdee53</id>
    <committed-date>2007-10-07T12:33:40-07:00</committed-date>
    <authored-date>2007-10-07T12:33:40-07:00</authored-date>
    <message>Will Paingate dox spellcheck ftw

git-svn-id: svn://errtheblog.com/svn/plugins/will_paginate@405 1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</message>
    <tree>f24c311d55de55589eaa92d2002fa38d6918255f</tree>
    <committer>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c05a7302a027683c1c85a088b0c2c333a7699074</id>
      </parent>
    </parents>
    <author>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/de74f46ce4638065d531c75699fa28882aa88f71</url>
    <id>de74f46ce4638065d531c75699fa28882aa88f71</id>
    <committed-date>2007-10-07T11:41:38-07:00</committed-date>
    <authored-date>2007-10-07T11:41:38-07:00</authored-date>
    <message>Will Paginate: include :select param in count if it begins with DISTINCT

git-svn-id: svn://errtheblog.com/svn/plugins/will_paginate@403 1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</message>
    <tree>6120bd6755dd98f13a1ed7c1e8b2b9af84a97164</tree>
    <committer>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b38f5d850e6ebc660f63e2fa6d72c49d46cb312a</id>
      </parent>
    </parents>
    <author>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/fe4dbd87f52a8eca37c5fb48b16ca711dc1a6a57</url>
    <id>fe4dbd87f52a8eca37c5fb48b16ca711dc1a6a57</id>
    <committed-date>2007-10-07T07:09:06-07:00</committed-date>
    <authored-date>2007-10-07T07:09:06-07:00</authored-date>
    <message>test implicit 'all' with dynamic finders

git-svn-id: svn://errtheblog.com/svn/plugins/will_paginate@400 1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</message>
    <tree>3bb7416cade5f2ab1b60b7bf8ce31e857a6a872a</tree>
    <committer>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b44d79e094a01a23d01d1dce920e6718b49b13c5</id>
      </parent>
    </parents>
    <author>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/b40c221c3d956ecd979806da456c68480eccc8dc</url>
    <id>b40c221c3d956ecd979806da456c68480eccc8dc</id>
    <committed-date>2007-10-06T11:34:55-07:00</committed-date>
    <authored-date>2007-10-06T11:34:55-07:00</authored-date>
    <message>Reorganize the complete will_paginate loading process to be modular. Hope I didn't break anything

git-svn-id: svn://errtheblog.com/svn/plugins/will_paginate@394 1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</message>
    <tree>9ee062a819fed160733a3ef053317adf0bf023f7</tree>
    <committer>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>406c611742e3be235fad25e09df2a21df02bbb67</id>
      </parent>
    </parents>
    <author>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/c7ec4a5f6c5060a9551adc62e7dd444d4f04d8e7</url>
    <id>c7ec4a5f6c5060a9551adc62e7dd444d4f04d8e7</id>
    <committed-date>2007-09-26T19:08:52-07:00</committed-date>
    <authored-date>2007-09-26T19:08:52-07:00</authored-date>
    <message>Will Paginate docs and contributors

git-svn-id: svn://errtheblog.com/svn/plugins/will_paginate@389 1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</message>
    <tree>f8edec4a03bfe22b9d5fc79a674ee86cadefb986</tree>
    <committer>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e72cd951c21118b346d1b53414808a43564d4a47</id>
      </parent>
    </parents>
    <author>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/406c611742e3be235fad25e09df2a21df02bbb67</url>
    <id>406c611742e3be235fad25e09df2a21df02bbb67</id>
    <committed-date>2007-09-26T18:08:58-07:00</committed-date>
    <authored-date>2007-09-26T18:08:58-07:00</authored-date>
    <message>Will Paginate lazy counting! Counting is done *after* the SELECT, but skipped entirely if Finder figures out that this is the last page. We are talking about saving us trips to the db here. Thanks, Elijah Miller. [#92 state:resolved]


git-svn-id: svn://errtheblog.com/svn/plugins/will_paginate@388 1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</message>
    <tree>9f036caa311f1a7796d5934a2b3e5b93a778f802</tree>
    <committer>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d74df2439cd86782560907daef8ffe6e9966fa70</id>
      </parent>
    </parents>
    <author>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/e72cd951c21118b346d1b53414808a43564d4a47</url>
    <id>e72cd951c21118b346d1b53414808a43564d4a47</id>
    <committed-date>2007-09-26T16:02:25-07:00</committed-date>
    <authored-date>2007-09-26T16:02:25-07:00</authored-date>
    <message>Will Paginate: fix a *terrible* oversight. The call to 'respond_to' which is supposed to check for scope_out also preloaded the *whole* association collection.

git-svn-id: svn://errtheblog.com/svn/plugins/will_paginate@387 1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</message>
    <tree>0bd7f4a7e7bcc3592103cfa40b18e324e0e08f43</tree>
    <committer>
      <name>mislav</name>
      <email>mislav@1eaa51fe-a21a-0410-9c2e-ae7a00a434c4</email>
    </committer>
  </commit>
</commits>
