<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>94a5eac6d935a8cf3de0eb9ae0fedeaefa97e444</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/dd5cba24ec61345ab0d3fb2f6fbb45d1bc9a0865</url>
    <id>dd5cba24ec61345ab0d3fb2f6fbb45d1bc9a0865</id>
    <committed-date>2008-09-16T03:03:26-07:00</committed-date>
    <authored-date>2008-09-16T03:03:26-07:00</authored-date>
    <message>remove gem dependency to activesupport; release 2.3.4</message>
    <tree>4a3c38c4e4713d07d77881c87bfede04bbc704cc</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5adc2de1b9bd2bc90a3852de3b0dff90bb44d58f</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/94a5eac6d935a8cf3de0eb9ae0fedeaefa97e444</url>
    <id>94a5eac6d935a8cf3de0eb9ae0fedeaefa97e444</id>
    <committed-date>2008-09-12T15:41:13-07:00</committed-date>
    <authored-date>2008-09-12T15:41:13-07:00</authored-date>
    <message>Rails 2.1: fix a failing test (edge case); use ActiveSupport::Dependencies instead of just ::Dependencies</message>
    <tree>1058a498a51e40fbd4e976def41d0326108417de</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>057b6651834a9b56bdb3c168a07f9c0728711f15</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/b9d857ea3927bbd2a4c85bc46bd76520e0d1e102</url>
    <id>b9d857ea3927bbd2a4c85bc46bd76520e0d1e102</id>
    <committed-date>2008-09-04T04:05:00-07:00</committed-date>
    <authored-date>2008-09-04T04:05:00-07:00</authored-date>
    <message>CHANGELOG is now CHANGELOG.rdoc</message>
    <tree>fb6992c5db7c3a984f4f275d07d475b5a83595c2</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f54bc393f184a49ad4ba7d44b304719cf2fc9ba2</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/057b6651834a9b56bdb3c168a07f9c0728711f15</url>
    <id>057b6651834a9b56bdb3c168a07f9c0728711f15</id>
    <committed-date>2008-08-28T16:03:40-07:00</committed-date>
    <authored-date>2008-08-28T16:03:40-07:00</authored-date>
    <message>release 2.3.3</message>
    <tree>8bf67dfa7469ee5533967bb159074ea0e57cb532</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>7a3b81b10724f4798aef93eecd45ed045366209d</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/9a93720c9f27c763ed58ec3a4d3a2e6b1a02379f</url>
    <id>9a93720c9f27c763ed58ec3a4d3a2e6b1a02379f</id>
    <committed-date>2008-08-13T04:37:55-07:00</committed-date>
    <authored-date>2008-08-13T04:37:55-07:00</authored-date>
    <message>rename :prev_label to :previous_label for consistency. old name still functions but is deprecated</message>
    <tree>909be9dac2f0ed287ac218bb7b33955e1a139621</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>920f4c240553617d71a5fc69e8c10c9222c189db</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/7a3b81b10724f4798aef93eecd45ed045366209d</url>
    <id>7a3b81b10724f4798aef93eecd45ed045366209d</id>
    <committed-date>2008-08-12T12:33:15-07:00</committed-date>
    <authored-date>2008-08-12T12:33:15-07:00</authored-date>
    <message>test with Rails 2.1.0, also</message>
    <tree>409e4c0be3af37f63e223c53ec6115aa7d1e1585</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>853609ce634977e757945cf32b5560b906bfd057</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/920f4c240553617d71a5fc69e8c10c9222c189db</url>
    <id>920f4c240553617d71a5fc69e8c10c9222c189db</id>
    <committed-date>2008-06-19T15:46:51-07:00</committed-date>
    <authored-date>2008-06-19T15:46:51-07:00</authored-date>
    <message>my new local Hanna dir</message>
    <tree>60bd16e61462cfcc8c12653089f8eb5e994cc98e</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b3caa0a44bfd08596e218c306d6fc93a578bad34</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/853609ce634977e757945cf32b5560b906bfd057</url>
    <id>853609ce634977e757945cf32b5560b906bfd057</id>
    <committed-date>2008-05-16T04:02:06-07:00</committed-date>
    <authored-date>2008-05-16T04:02:06-07:00</authored-date>
    <message>CHANGELOG and bump up the tiny version number to 2.3.3</message>
    <tree>45f8b60d08e981a4c90d5151bf4f9c6086dcc9ae</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>c88fdb897c7aedc28e48a27eada8185e75a7a344</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/ef38bc83b7ff4b290a6b1f4d82df03585fbb7529</url>
    <id>ef38bc83b7ff4b290a6b1f4d82df03585fbb7529</id>
    <committed-date>2008-05-15T16:47:56-07:00</committed-date>
    <authored-date>2008-05-15T16:47:56-07:00</authored-date>
    <message>release 2.3.2 bugfix version</message>
    <tree>98f4df9eaa98f7714df256eda019dc29be24ae6c</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3c4725a98f24f311031d4d7ee61431f129e5566e</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/c88fdb897c7aedc28e48a27eada8185e75a7a344</url>
    <id>c88fdb897c7aedc28e48a27eada8185e75a7a344</id>
    <committed-date>2008-05-15T16:23:07-07:00</committed-date>
    <authored-date>2008-05-15T16:23:07-07:00</authored-date>
    <message>don't recommend adding gems.github.com to gem sources anymore</message>
    <tree>5b69ae047d9616d08d338b5911bf0b9eefdd1096</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>220067359c7da987fe5f6eb95343ad7e35b4c4bd</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/3c4725a98f24f311031d4d7ee61431f129e5566e</url>
    <id>3c4725a98f24f311031d4d7ee61431f129e5566e</id>
    <committed-date>2008-05-15T16:18:14-07:00</committed-date>
    <authored-date>2008-05-15T16:18:14-07:00</authored-date>
    <message>Oops, I used return in an iterator block. I obviously write too much JavaScript</message>
    <tree>d6e03e4464c92f525b49ed090a87f3e616917dd0</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>537f22c1432f3d03100927f07e9acdb5d64998ad</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/220067359c7da987fe5f6eb95343ad7e35b4c4bd</url>
    <id>220067359c7da987fe5f6eb95343ad7e35b4c4bd</id>
    <committed-date>2008-05-12T04:49:32-07:00</committed-date>
    <authored-date>2008-05-12T04:49:32-07:00</authored-date>
    <message>bump up the tiny version number to 2.3.2</message>
    <tree>3f08dc769f851d77b5637b1ca3c5cbafc71be056</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2fa688b9caf85053770e5c7363e1b0784c1058f3</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/537f22c1432f3d03100927f07e9acdb5d64998ad</url>
    <id>537f22c1432f3d03100927f07e9acdb5d64998ad</id>
    <committed-date>2008-05-12T04:48:11-07:00</committed-date>
    <authored-date>2008-05-12T04:48:11-07:00</authored-date>
    <message>ensure that 'href' values in pagination links are escaped URLs</message>
    <tree>c7a43296a2981c0ad55eabe3c9f2cb21ef50b065</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>802d8301923e570bc43ae61320fd02b223e22e8f</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/2fa688b9caf85053770e5c7363e1b0784c1058f3</url>
    <id>2fa688b9caf85053770e5c7363e1b0784c1058f3</id>
    <committed-date>2008-05-04T11:47:39-07:00</committed-date>
    <authored-date>2008-05-04T11:47:39-07:00</authored-date>
    <message>v2.3.1, bugfix release</message>
    <tree>d2f05bb4842e3136190fe7b3351a12901a6bd898</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>43abd3b63d7040e77e48b356da6ebe4fd5620a65</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/802d8301923e570bc43ae61320fd02b223e22e8f</url>
    <id>802d8301923e570bc43ae61320fd02b223e22e8f</id>
    <committed-date>2008-05-04T11:42:22-07:00</committed-date>
    <authored-date>2008-05-04T11:42:22-07:00</authored-date>
    <message>another fix with pagination and custom routing: account for that the first page number may be implicit</message>
    <tree>b04272a83f7b6590d8b366d1b926bb11663b7a03</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1ef16f1863d95b7df892e291b321352bde1d85c7</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/43abd3b63d7040e77e48b356da6ebe4fd5620a65</url>
    <id>43abd3b63d7040e77e48b356da6ebe4fd5620a65</id>
    <committed-date>2008-05-04T11:12:03-07:00</committed-date>
    <authored-date>2008-05-04T11:12:03-07:00</authored-date>
    <message>try to use Hanna for rake rdoc</message>
    <tree>1e0fe59d0047418165999e7dc0932503e186143d</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>87d3d8df099b08e3b5d81a5aaa1064325a7edbca</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/1ef16f1863d95b7df892e291b321352bde1d85c7</url>
    <id>1ef16f1863d95b7df892e291b321352bde1d85c7</id>
    <committed-date>2008-05-01T22:09:45-07:00</committed-date>
    <authored-date>2008-05-01T22:09:45-07:00</authored-date>
    <message>extract testing tasks to test/tasks.rake</message>
    <tree>c0788107a00b8c2b46607fbef49b8a9b4ea9de2c</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2e45f01bd13fae007412896335d266983e11ec03</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/87d3d8df099b08e3b5d81a5aaa1064325a7edbca</url>
    <id>87d3d8df099b08e3b5d81a5aaa1064325a7edbca</id>
    <committed-date>2008-04-29T13:26:47-07:00</committed-date>
    <authored-date>2008-04-29T13:13:24-07:00</authored-date>
    <message>release 2.3.0</message>
    <tree>0bdd03cdc42004baf19c31d0123796fb08eca4cf</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5586e8ea4b99394baa4a60539e766aa9d2a8a8b6</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/2e45f01bd13fae007412896335d266983e11ec03</url>
    <id>2e45f01bd13fae007412896335d266983e11ec03</id>
    <committed-date>2008-04-29T12:59:28-07:00</committed-date>
    <authored-date>2008-04-29T12:59:28-07:00</authored-date>
    <message>CHANGED LinkRenderer to receive collection, options and reference to view template NOT in constructor, but with the #prepare method.
This is a step towards supporting passing of LinkRenderer (or subclass) instances that may be preconfigured in some way.</message>
    <tree>a5d917a1ff32f6f5e558bf0480d2f696f14e4e9b</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>85e6d44e738d0bf27cbbcc6cdd60d994a9c3e1c5</id>
      </parent>
    </parents>
    <author>
      <name>Chris Eppstein</name>
      <email>chris@eppsteins.net</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/5586e8ea4b99394baa4a60539e766aa9d2a8a8b6</url>
    <id>5586e8ea4b99394baa4a60539e766aa9d2a8a8b6</id>
    <committed-date>2008-04-29T12:06:22-07:00</committed-date>
    <authored-date>2008-04-28T21:26:43-07:00</authored-date>
    <message>test cases for link renderer options</message>
    <tree>a405d5d69cae06501f5e8d3275ecd2a45c79a168</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cc485b2cc28cfdb306d8f04879d760043f03833c</id>
      </parent>
    </parents>
    <author>
      <name>Chris Eppstein</name>
      <email>chris@eppsteins.net</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/85e6d44e738d0bf27cbbcc6cdd60d994a9c3e1c5</url>
    <id>85e6d44e738d0bf27cbbcc6cdd60d994a9c3e1c5</id>
    <committed-date>2008-04-29T12:06:21-07:00</committed-date>
    <authored-date>2008-04-28T19:51:54-07:00</authored-date>
    <message>allow renderer to be a LinkRenderer instance or a class and make it easier to override rendering a link.</message>
    <tree>a184af8d00df8ff2223a4bef4860f86aba29d33f</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>eacdb75555d7839b3d7da952c2fc65cd7516a6a3</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/cc485b2cc28cfdb306d8f04879d760043f03833c</url>
    <id>cc485b2cc28cfdb306d8f04879d760043f03833c</id>
    <committed-date>2008-04-29T11:59:21-07:00</committed-date>
    <authored-date>2008-04-29T11:59:21-07:00</authored-date>
    <message>changed page_entries_info() method to adjust its output according to humanized class name of collection items.

  page_entries_info(@posts)  #-&gt;  &quot;Displaying all 12 posts&quot;

Override this with :entry_name parameter.</message>
    <tree>2ffea50a03cc25eada975766977658dea3768a05</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b77af9bea177052deb09c0207f5dcfa6ea3bf0e6</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/eacdb75555d7839b3d7da952c2fc65cd7516a6a3</url>
    <id>eacdb75555d7839b3d7da952c2fc65cd7516a6a3</id>
    <committed-date>2008-04-29T11:41:44-07:00</committed-date>
    <authored-date>2008-04-29T11:41:44-07:00</authored-date>
    <message>fix ActionView inline template for edge Rails</message>
    <tree>476f754d2c8bba8614ece7c0b91d6ed3221f0e3d</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>54bc63e86635a7b44539a2a550b726d1e4353462</id>
      </parent>
    </parents>
    <author>
      <name>Piotr Usewicz</name>
      <email>piotr@layer22.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/b77af9bea177052deb09c0207f5dcfa6ea3bf0e6</url>
    <id>b77af9bea177052deb09c0207f5dcfa6ea3bf0e6</id>
    <committed-date>2008-04-26T17:26:50-07:00</committed-date>
    <authored-date>2008-04-26T17:26:50-07:00</authored-date>
    <message>Added option to specify entry name in page_entries_info</message>
    <tree>1fd3e94e8d5b241bf3a94c91d07555f14f518e40</tree>
    <committer>
      <name>Piotr Usewicz</name>
      <email>piotr@layer22.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3334327b6a6ab8f46e29f88c59449f8ba4583833</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/54bc63e86635a7b44539a2a550b726d1e4353462</url>
    <id>54bc63e86635a7b44539a2a550b726d1e4353462</id>
    <committed-date>2008-04-26T09:33:28-07:00</committed-date>
    <authored-date>2008-04-26T09:33:28-07:00</authored-date>
    <message>goodbye, '.gemified'. we'll miss you</message>
    <tree>e5e7fb4e9e0eeeea2d5a999d8e9e53fc94668c99</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
</commits>
