<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>df6e83ef1ee4ceb57df845dde9b24425869f5b6b</id>
      </parent>
    </parents>
    <author>
      <name>Jaroslaw Zabiello</name>
      <email>hipertracker@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb-plugins/commit/579436e3fa6b9367dcc723851ffa88e208ab1cfe</url>
    <id>579436e3fa6b9367dcc723851ffa88e208ab1cfe</id>
    <committed-date>2008-09-13T08:55:45-07:00</committed-date>
    <authored-date>2008-09-13T01:09:37-07:00</authored-date>
    <message>Fixed broken Sequel generator

Signed-off-by: Michael S. Klishin &lt;michael@novemberain.com&gt;</message>
    <tree>357ba426ad36e10fb78435a4174e2b0f47509854</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e2b66b76c7b32a371f7267ec812e59cd9475481c</id>
      </parent>
    </parents>
    <author>
      <name>Fabien Franzen</name>
      <email>info@atelierfabien.be</email>
    </author>
    <url>http://github.com/wycats/merb-plugins/commit/df6e83ef1ee4ceb57df845dde9b24425869f5b6b</url>
    <id>df6e83ef1ee4ceb57df845dde9b24425869f5b6b</id>
    <committed-date>2008-09-11T09:57:13-07:00</committed-date>
    <authored-date>2008-09-11T09:57:13-07:00</authored-date>
    <message>Code cosmetics...</message>
    <tree>acad971f3c0b4ce4b044f38cc7330c828e13a7b4</tree>
    <committer>
      <name>Fabien Franzen</name>
      <email>info@atelierfabien.be</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>691822ad56663d1dbaf4f007dda01927573c8bdc</id>
      </parent>
    </parents>
    <author>
      <name>Michael Sheakoski</name>
      <email>michael@mjsdigital.com</email>
    </author>
    <url>http://github.com/wycats/merb-plugins/commit/e2b66b76c7b32a371f7267ec812e59cd9475481c</url>
    <id>e2b66b76c7b32a371f7267ec812e59cd9475481c</id>
    <committed-date>2008-09-11T01:09:40-07:00</committed-date>
    <authored-date>2008-09-11T01:09:40-07:00</authored-date>
    <message>renamed _form_class to _default_builder</message>
    <tree>17717a357432938d370e6e65916694362eae8a11</tree>
    <committer>
      <name>Michael Sheakoski</name>
      <email>michael@mjsdigital.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c960ed76c68c2d92de9cc201154ea2001b9b2975</id>
      </parent>
    </parents>
    <author>
      <name>Fabien Franzen</name>
      <email>info@atelierfabien.be</email>
    </author>
    <url>http://github.com/wycats/merb-plugins/commit/691822ad56663d1dbaf4f007dda01927573c8bdc</url>
    <id>691822ad56663d1dbaf4f007dda01927573c8bdc</id>
    <committed-date>2008-09-10T12:05:49-07:00</committed-date>
    <authored-date>2008-09-10T12:05:49-07:00</authored-date>
    <message>Updated AR/Sequel specs to work with next rubygems release</message>
    <tree>2be5630911d1131b718369277577f713aaaab2b0</tree>
    <committer>
      <name>Fabien Franzen</name>
      <email>info@atelierfabien.be</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d1980c2c2d29a80c4596b776676f4ca17545eec2</id>
      </parent>
      <parent>
        <id>60ecb7badabf44ac2eede98ff2e5cc1fb6d4d0cf</id>
      </parent>
    </parents>
    <author>
      <name>Michael Sheakoski</name>
      <email>michael@mjsdigital.com</email>
    </author>
    <url>http://github.com/wycats/merb-plugins/commit/c960ed76c68c2d92de9cc201154ea2001b9b2975</url>
    <id>c960ed76c68c2d92de9cc201154ea2001b9b2975</id>
    <committed-date>2008-09-09T13:58:29-07:00</committed-date>
    <authored-date>2008-09-09T13:58:29-07:00</authored-date>
    <message>Merge branch 'master' of git@github.com:wycats/merb-plugins</message>
    <tree>72f570e3d2ee0663af357cb62512f0b8566d012c</tree>
    <committer>
      <name>Michael Sheakoski</name>
      <email>michael@mjsdigital.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>61c358c37829d74a92e38fc5a627a011d79e76d9</id>
      </parent>
    </parents>
    <author>
      <name>Michael Sheakoski</name>
      <email>michael@mjsdigital.com</email>
    </author>
    <url>http://github.com/wycats/merb-plugins/commit/d1980c2c2d29a80c4596b776676f4ca17545eec2</url>
    <id>d1980c2c2d29a80c4596b776676f4ca17545eec2</id>
    <committed-date>2008-09-09T13:33:16-07:00</committed-date>
    <authored-date>2008-09-09T13:33:16-07:00</authored-date>
    <message>Some minor housecleaning
 * Privatized methods not being used directly as helpers
 * Rearrange methods so they are grouped together more logically</message>
    <tree>9d294760848e41b1c3661f1fe040ef896a5c7f25</tree>
    <committer>
      <name>Michael Sheakoski</name>
      <email>michael@mjsdigital.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6c6768b253fd9501f632d08c66d6a830b7752021</id>
      </parent>
    </parents>
    <author>
      <name>Jonas Nicklas</name>
      <email>jonas.nicklas@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb-plugins/commit/60ecb7badabf44ac2eede98ff2e5cc1fb6d4d0cf</url>
    <id>60ecb7badabf44ac2eede98ff2e5cc1fb6d4d0cf</id>
    <committed-date>2008-09-09T11:27:48-07:00</committed-date>
    <authored-date>2008-09-09T11:27:48-07:00</authored-date>
    <message>templater 0.2 syntax for merb_sequel</message>
    <tree>95f83e42b09ccdf98ce674efe87848c8e3504073</tree>
    <committer>
      <name>Jonas Nicklas</name>
      <email>jonas.nicklas@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6d7535e084eb7a2df9426248b0d08c83ec57f628</id>
      </parent>
    </parents>
    <author>
      <name>Jonas Nicklas</name>
      <email>jonas.nicklas@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb-plugins/commit/6c6768b253fd9501f632d08c66d6a830b7752021</url>
    <id>6c6768b253fd9501f632d08c66d6a830b7752021</id>
    <committed-date>2008-09-09T10:53:24-07:00</committed-date>
    <authored-date>2008-09-09T10:53:24-07:00</authored-date>
    <message>adapted merb_activerecord to templater 0.2 syntax</message>
    <tree>2feec8b037738fde4bb8838f5c1429c8538e4ef4</tree>
    <committer>
      <name>Jonas Nicklas</name>
      <email>jonas.nicklas@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4d32cba2e2090dbc654ae971b2ab80a751c146f3</id>
      </parent>
    </parents>
    <author>
      <name>Foy Savas</name>
      <email>foysavas@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb-plugins/commit/6d7535e084eb7a2df9426248b0d08c83ec57f628</url>
    <id>6d7535e084eb7a2df9426248b0d08c83ec57f628</id>
    <committed-date>2008-09-09T09:25:11-07:00</committed-date>
    <authored-date>2008-09-09T09:25:11-07:00</authored-date>
    <message>Handle :selected arrays in options.</message>
    <tree>bc4c82cc24022e10f90ab8e3cbf27498a4d52a62</tree>
    <committer>
      <name>Foy Savas</name>
      <email>foysavas@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cf9d8536300ec6600968b41c56a90f53839f65b7</id>
      </parent>
      <parent>
        <id>61c358c37829d74a92e38fc5a627a011d79e76d9</id>
      </parent>
    </parents>
    <author>
      <name>Foy Savas</name>
      <email>foysavas@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb-plugins/commit/4d32cba2e2090dbc654ae971b2ab80a751c146f3</url>
    <id>4d32cba2e2090dbc654ae971b2ab80a751c146f3</id>
    <committed-date>2008-09-08T17:27:44-07:00</committed-date>
    <authored-date>2008-09-08T17:27:44-07:00</authored-date>
    <message>Merge branch 'master' of git://github.com/wycats/merb-plugins</message>
    <tree>41dbe69335d4430481ddf874c2e5e4e25cc88c24</tree>
    <committer>
      <name>Foy Savas</name>
      <email>foysavas@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2700e837c3354f3016b73832af2fac1e60cd6cbe</id>
      </parent>
    </parents>
    <author>
      <name>Bryan Ray</name>
      <email>bryansray@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb-plugins/commit/61c358c37829d74a92e38fc5a627a011d79e76d9</url>
    <id>61c358c37829d74a92e38fc5a627a011d79e76d9</id>
    <committed-date>2008-09-08T16:16:53-07:00</committed-date>
    <authored-date>2008-09-08T16:16:53-07:00</authored-date>
    <message>Ticket #154 - This includes the form helpers in to the Merb::PartController so that method_missing is not called up the chain.

Thanks for the pointer carllereche.</message>
    <tree>41dbe69335d4430481ddf874c2e5e4e25cc88c24</tree>
    <committer>
      <name>Bryan Ray</name>
      <email>bryansray@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>eda19c63587bed8b76ca2541a904d1ffa23a3ea4</id>
      </parent>
      <parent>
        <id>17425c76f6673a76f8ab8215f7ad3837f40d24f1</id>
      </parent>
    </parents>
    <author>
      <name>Bryan Ray</name>
      <email>bryansray@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb-plugins/commit/2700e837c3354f3016b73832af2fac1e60cd6cbe</url>
    <id>2700e837c3354f3016b73832af2fac1e60cd6cbe</id>
    <committed-date>2008-09-08T15:49:21-07:00</committed-date>
    <authored-date>2008-09-08T15:49:21-07:00</authored-date>
    <message>Merge branch 'master' of git@github.com:wycats/merb-plugins</message>
    <tree>e100052d2feb3c19dd42172b61e55a373f6502c8</tree>
    <committer>
      <name>Bryan Ray</name>
      <email>bryansray@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9e68fba7d4d3f7a560a57e628fd34bd253575b6c</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/wycats/merb-plugins/commit/17425c76f6673a76f8ab8215f7ad3837f40d24f1</url>
    <id>17425c76f6673a76f8ab8215f7ad3837f40d24f1</id>
    <committed-date>2008-09-08T15:41:07-07:00</committed-date>
    <authored-date>2008-09-08T15:41:07-07:00</authored-date>
    <message>Bump up versions.</message>
    <tree>f2d77d491fcc25201d7727be57e080db4564e496</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>08cff8b9a9fcd8901dd3400251404a41644543cb</id>
      </parent>
      <parent>
        <id>9e68fba7d4d3f7a560a57e628fd34bd253575b6c</id>
      </parent>
    </parents>
    <author>
      <name>Foy Savas</name>
      <email>foysavas@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb-plugins/commit/cf9d8536300ec6600968b41c56a90f53839f65b7</url>
    <id>cf9d8536300ec6600968b41c56a90f53839f65b7</id>
    <committed-date>2008-09-07T20:06:21-07:00</committed-date>
    <authored-date>2008-09-07T20:06:21-07:00</authored-date>
    <message>Merge branch 'master' of git://github.com/wycats/merb-plugins</message>
    <tree>21d12979e5289e925469aac4522313b743bc052c</tree>
    <committer>
      <name>Foy Savas</name>
      <email>foysavas@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dde7edf7d58e6b21071183ddd95fa85bf8ea782b</id>
      </parent>
    </parents>
    <author>
      <name>Fabien Franzen</name>
      <email>info@atelierfabien.be</email>
    </author>
    <url>http://github.com/wycats/merb-plugins/commit/9e68fba7d4d3f7a560a57e628fd34bd253575b6c</url>
    <id>9e68fba7d4d3f7a560a57e628fd34bd253575b6c</id>
    <committed-date>2008-09-07T09:46:19-07:00</committed-date>
    <authored-date>2008-09-07T09:46:19-07:00</authored-date>
    <message>Merged in new-sessions branch</message>
    <tree>21d12979e5289e925469aac4522313b743bc052c</tree>
    <committer>
      <name>Fabien Franzen</name>
      <email>info@atelierfabien.be</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>07fb0b23671dbd62cea0e23b5adbb6da8cbd462a</id>
      </parent>
      <parent>
        <id>dde7edf7d58e6b21071183ddd95fa85bf8ea782b</id>
      </parent>
    </parents>
    <author>
      <name>Bryan Ray</name>
      <email>bryansray@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb-plugins/commit/eda19c63587bed8b76ca2541a904d1ffa23a3ea4</url>
    <id>eda19c63587bed8b76ca2541a904d1ffa23a3ea4</id>
    <committed-date>2008-09-06T09:52:52-07:00</committed-date>
    <authored-date>2008-09-06T09:52:52-07:00</authored-date>
    <message>Merge branch 'master' of git@github.com:wycats/merb-plugins</message>
    <tree>b35ac212f4215c0e1a35c7bcad5b2fe7bbd6a457</tree>
    <committer>
      <name>Bryan Ray</name>
      <email>bryansray@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bbdf79b8fc1e2d41add47860b51062759ce47f7e</id>
      </parent>
    </parents>
    <author>
      <name>Fabien Franzen</name>
      <email>info@atelierfabien.be</email>
    </author>
    <url>http://github.com/wycats/merb-plugins/commit/dde7edf7d58e6b21071183ddd95fa85bf8ea782b</url>
    <id>dde7edf7d58e6b21071183ddd95fa85bf8ea782b</id>
    <committed-date>2008-09-06T02:06:35-07:00</committed-date>
    <authored-date>2008-09-06T02:06:35-07:00</authored-date>
    <message>Consolidating raw Rakefile commands to merb-core/tasks/merb_rake_helper.rb</message>
    <tree>fc1e79703e7dd2b72ee0f9a3a1062c28b854673d</tree>
    <committer>
      <name>Fabien Franzen</name>
      <email>info@atelierfabien.be</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c3919069ff87e7303d8553bbde19b4088edd3a4f</id>
      </parent>
    </parents>
    <author>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb-plugins/commit/bbdf79b8fc1e2d41add47860b51062759ce47f7e</url>
    <id>bbdf79b8fc1e2d41add47860b51062759ce47f7e</id>
    <committed-date>2008-09-05T21:34:06-07:00</committed-date>
    <authored-date>2008-09-05T21:34:06-07:00</authored-date>
    <message> not just this</message>
    <tree>970e0baece41bb88a38c4c9e9d99f6f8715def97</tree>
    <committer>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4d60389bd3f409486c3ff4df03531f66f0ec1ddb</id>
      </parent>
    </parents>
    <author>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb-plugins/commit/c3919069ff87e7303d8553bbde19b4088edd3a4f</url>
    <id>c3919069ff87e7303d8553bbde19b4088edd3a4f</id>
    <committed-date>2008-09-05T21:32:36-07:00</committed-date>
    <authored-date>2008-09-05T21:32:36-07:00</authored-date>
    <message>Make it even easier</message>
    <tree>02b0ff1e5f52cba95ee41f65b38f8cd1c9ad2c2c</tree>
    <committer>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>91c5f336e898b06c0a811eb827f58c61d8c513da</id>
      </parent>
    </parents>
    <author>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb-plugins/commit/4d60389bd3f409486c3ff4df03531f66f0ec1ddb</url>
    <id>4d60389bd3f409486c3ff4df03531f66f0ec1ddb</id>
    <committed-date>2008-09-05T21:31:40-07:00</committed-date>
    <authored-date>2008-09-05T21:31:26-07:00</authored-date>
    <message>Adds more robust mock events</message>
    <tree>6dc3e8aeb05637b2bac07652f68f786af73aafaa</tree>
    <committer>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a269b9b92ca1fc4acc14dce60202fc8d8a6e2aa8</id>
      </parent>
    </parents>
    <author>
      <name>Michael Sheakoski</name>
      <email>michael@Michaels-iMac.local</email>
    </author>
    <url>http://github.com/wycats/merb-plugins/commit/91c5f336e898b06c0a811eb827f58c61d8c513da</url>
    <id>91c5f336e898b06c0a811eb827f58c61d8c513da</id>
    <committed-date>2008-09-05T17:00:29-07:00</committed-date>
    <authored-date>2008-09-05T17:00:29-07:00</authored-date>
    <message>Added a public #label helper. Specs provided by Bryan Ray. Closes #155</message>
    <tree>9003fe9a64abb51b2c6c302172fccdaaa67f99c0</tree>
    <committer>
      <name>Michael Sheakoski</name>
      <email>michael@Michaels-iMac.local</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7901bc900d8228e676d92769787691fa7fe66c16</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/wycats/merb-plugins/commit/a269b9b92ca1fc4acc14dce60202fc8d8a6e2aa8</url>
    <id>a269b9b92ca1fc4acc14dce60202fc8d8a6e2aa8</id>
    <committed-date>2008-09-05T15:50:49-07:00</committed-date>
    <authored-date>2008-09-05T15:50:49-07:00</authored-date>
    <message>Strip trailing whitespaces and untabify.</message>
    <tree>aabfda4dd5c1f2c29dce798449e01df125feb9db</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6ef0db113e68ac29aa9ae847a27e051fd38b9703</id>
      </parent>
      <parent>
        <id>7901bc900d8228e676d92769787691fa7fe66c16</id>
      </parent>
    </parents>
    <author>
      <name>Bryan Ray</name>
      <email>bryansray@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb-plugins/commit/07fb0b23671dbd62cea0e23b5adbb6da8cbd462a</url>
    <id>07fb0b23671dbd62cea0e23b5adbb6da8cbd462a</id>
    <committed-date>2008-09-05T10:55:40-07:00</committed-date>
    <authored-date>2008-09-05T10:55:40-07:00</authored-date>
    <message>Merge branch 'master' of git@github.com:wycats/merb-plugins</message>
    <tree>32f263a612a84581054da0db8d04c0d9fd6d9471</tree>
    <committer>
      <name>Bryan Ray</name>
      <email>bryansray@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b1c92ff60211f5673ee1b3b8998fbb0609d85d2f</id>
      </parent>
    </parents>
    <author>
      <name>Quin Hoxie</name>
      <email>qhoxie@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb-plugins/commit/7901bc900d8228e676d92769787691fa7fe66c16</url>
    <id>7901bc900d8228e676d92769787691fa7fe66c16</id>
    <committed-date>2008-09-04T01:04:38-07:00</committed-date>
    <authored-date>2008-08-24T16:27:48-07:00</authored-date>
    <message>Add truncate method to String.

Truncate allows strings to be shortened to a specified length and have an ending appended to denote truncation.

Add String truncate method specs

Added specs for the String truncate method.

Signed-off-by: Michael S. Klishin &lt;michael@novemberain.com&gt;</message>
    <tree>28087965629dfc11371826c1ca4af1b20e023a16</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>aabcd2d3e8e1ce4d8e7be2694c591daa8be456a3</id>
      </parent>
    </parents>
    <author>
      <name>Michael Sheakoski</name>
      <email>michael@Michaels-iMac.local</email>
    </author>
    <url>http://github.com/wycats/merb-plugins/commit/b1c92ff60211f5673ee1b3b8998fbb0609d85d2f</url>
    <id>b1c92ff60211f5673ee1b3b8998fbb0609d85d2f</id>
    <committed-date>2008-09-03T21:48:05-07:00</committed-date>
    <authored-date>2008-09-03T21:48:05-07:00</authored-date>
    <message>Slight tweak to &quot;Fix multiple select not honored in params&quot; patch in commit 4b8c9cfcce6059b097cdbc40096a2a9881f869f7</message>
    <tree>5ffdaf4390fe20b09d138db7d9486c34c8b59def</tree>
    <committer>
      <name>Michael Sheakoski</name>
      <email>michael@Michaels-iMac.local</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fb0de79f2b38f4db9014fb782f9e5238612a9d3c</id>
      </parent>
    </parents>
    <author>
      <name>Andy Delcambre</name>
      <email>adelcambre@engineyard.com</email>
    </author>
    <url>http://github.com/wycats/merb-plugins/commit/aabcd2d3e8e1ce4d8e7be2694c591daa8be456a3</url>
    <id>aabcd2d3e8e1ce4d8e7be2694c591daa8be456a3</id>
    <committed-date>2008-09-03T21:07:07-07:00</committed-date>
    <authored-date>2008-09-02T14:19:23-07:00</authored-date>
    <message>implemented unbound_radio_group

Signed-off-by: Michael S. Klishin &lt;michael@novemberain.com&gt;</message>
    <tree>5841d5d0ebc3be328079256832e944e2eaaa86ab</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4b8c9cfcce6059b097cdbc40096a2a9881f869f7</id>
      </parent>
    </parents>
    <author>
      <name>Matt Colyer</name>
      <email>matt@colyer.name</email>
    </author>
    <url>http://github.com/wycats/merb-plugins/commit/fb0de79f2b38f4db9014fb782f9e5238612a9d3c</url>
    <id>fb0de79f2b38f4db9014fb782f9e5238612a9d3c</id>
    <committed-date>2008-09-03T20:51:39-07:00</committed-date>
    <authored-date>2008-08-28T08:57:29-07:00</authored-date>
    <message>Remove negative priority on mysql keepalive thread.

Signed-off-by: Michael S. Klishin &lt;michael@novemberain.com&gt;</message>
    <tree>a9f8eee22d8ec639eb025b968dd845c7a88fe776</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f490b9373590bd98e830f2052ee48cf6b605348a</id>
      </parent>
    </parents>
    <author>
      <name>Goh Toh Chye</name>
      <email>tohchye@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb-plugins/commit/4b8c9cfcce6059b097cdbc40096a2a9881f869f7</url>
    <id>4b8c9cfcce6059b097cdbc40096a2a9881f869f7</id>
    <committed-date>2008-09-03T20:50:27-07:00</committed-date>
    <authored-date>2008-09-03T17:53:13-07:00</authored-date>
    <message>Fix multiple select not honored in params bug.

Original ticket #443 was submitted to merb-core.

This fix adds a suffix of [] to select tag name attribute when :multiple =&gt; true.

Signed-off-by: Michael S. Klishin &lt;michael@novemberain.com&gt;</message>
    <tree>ee2bb92cc0fd2d72836bdd613c44f2a8a4b35d44</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5104e2b1453a23ec08b1ba28b2d3c97b4073dee5</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/wycats/merb-plugins/commit/f490b9373590bd98e830f2052ee48cf6b605348a</url>
    <id>f490b9373590bd98e830f2052ee48cf6b605348a</id>
    <committed-date>2008-09-03T20:40:04-07:00</committed-date>
    <authored-date>2008-09-03T20:40:04-07:00</authored-date>
    <message>Add cycle helper. Thanks Jason (crash2burn).

Squashed commit of the following:

commit a19f2809af5535fb5b4d1258a936c0b494468a1a
Author: jason &lt;jpearlman@jpearlman-ubuntu.(none)&gt;
Date:   Wed Sep 3 22:38:29 2008 -0400

    added cycle functionality and more tests

    Signed-off-by: Michael S. Klishin &lt;michael@novemberain.com&gt;

commit 6aea641d6da7e08dc8d951024d044bed543867d8
Author: jason &lt;jpearlman@jpearlman-ubuntu.(none)&gt;
Date:   Wed Sep 3 03:07:01 2008 -0400

    added cycle feature and text helper module

    Signed-off-by: Michael S. Klishin &lt;michael@novemberain.com&gt;</message>
    <tree>f69dbeeb4101e84b5985d566a6913e28901160f5</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ffaa6e82b04c0e2b0929607e4bc3594a2147e6db</id>
      </parent>
    </parents>
    <author>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb-plugins/commit/5104e2b1453a23ec08b1ba28b2d3c97b4073dee5</url>
    <id>5104e2b1453a23ec08b1ba28b2d3c97b4073dee5</id>
    <committed-date>2008-09-03T04:57:27-07:00</committed-date>
    <authored-date>2008-09-03T04:57:27-07:00</authored-date>
    <message>Fixes bug reported by Martin</message>
    <tree>f848f47f6642f775922593c01fc978eafb4bab81</tree>
    <committer>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </committer>
  </commit>
</commits>
