<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>e1e4f029508989cafafffc0de49ace3169ff043a</id>
      </parent>
    </parents>
    <author>
      <name>AJ Christensen</name>
      <email>aj@junglist.gen.nz</email>
    </author>
    <url>http://github.com/mleung/feather/commit/160aa83ee44d0055f6464c769601d35a59cfe472</url>
    <id>160aa83ee44d0055f6464c769601d35a59cfe472</id>
    <committed-date>2008-07-21T03:49:46-07:00</committed-date>
    <authored-date>2008-07-21T03:49:46-07:00</authored-date>
    <message>Merb-action-arged the MA users controller.. Makin' it perrrty</message>
    <tree>6d23f284b153e322df9e445e31b1fc615d30ac66</tree>
    <committer>
      <name>AJ Christensen</name>
      <email>aj@junglist.gen.nz</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d06b02b52a66b8a0219a9c9fcf3bb71d1ec18fa9</id>
      </parent>
    </parents>
    <author>
      <name>Scott M. Likens</name>
      <email>damm@livid.dk</email>
    </author>
    <url>http://github.com/mleung/feather/commit/e1e4f029508989cafafffc0de49ace3169ff043a</url>
    <id>e1e4f029508989cafafffc0de49ace3169ff043a</id>
    <committed-date>2008-07-21T03:10:02-07:00</committed-date>
    <authored-date>2008-07-21T03:10:02-07:00</authored-date>
    <message>Added to the controller def delete, as it was lacking, and you could not delete users with edge.  Corrected, you can now delete.</message>
    <tree>e947a2de470b292e9a6b6866a2078c9d712b8201</tree>
    <committer>
      <name>Scott M. Likens</name>
      <email>damm@livid.dk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>261681fe782c39aa65ec41c33f9ff94e1886bf10</id>
      </parent>
    </parents>
    <author>
      <name>Scott M. Likens</name>
      <email>damm@livid.dk</email>
    </author>
    <url>http://github.com/mleung/feather/commit/d06b02b52a66b8a0219a9c9fcf3bb71d1ec18fa9</url>
    <id>d06b02b52a66b8a0219a9c9fcf3bb71d1ec18fa9</id>
    <committed-date>2008-07-21T02:13:54-07:00</committed-date>
    <authored-date>2008-07-21T02:13:54-07:00</authored-date>
    <message>Haml + MA Slice Form.

Signed-off-by: Scott M. Likens &lt;damm@livid.dk&gt;</message>
    <tree>ae6786617716b0c9c56937e835db7a1881382bdc</tree>
    <committer>
      <name>Scott M. Likens</name>
      <email>damm@livid.dk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d9fdcdc6d8770b111dbf9df8835d92c89aeec166</id>
      </parent>
    </parents>
    <author>
      <name>AJ Christensen</name>
      <email>aj@junglist.gen.nz</email>
    </author>
    <url>http://github.com/mleung/feather/commit/261681fe782c39aa65ec41c33f9ff94e1886bf10</url>
    <id>261681fe782c39aa65ec41c33f9ff94e1886bf10</id>
    <committed-date>2008-07-20T04:43:43-07:00</committed-date>
    <authored-date>2008-07-20T04:43:43-07:00</authored-date>
    <message>Somehow my render_plugin_views fix was lost in the Ether.

From my original commit:

Fixed the render_plugin_views helper to correctly render plugin hooks on
Merb edge.

Unfortunately we have to perform a fairly large assumption here, that is,
we have to assume that you'd like to use the Object being passed (with
:with =&gt;) inside the partial as the singular, downcased version.

e.g., you use &lt;%= render_plugin_views &quot;last_article_in_list&quot;,
:with =&gt; {:last =&gt; @articles.last} %&gt;. In your plugin hook
partial, you *have* to use the singular downcased representation of the
Object(s) you're passing.

Articles =&gt; article

11:48 &lt; fujin&gt; e.g. the view I'm testing uses 'article.something',
because it's expecting an Articles to be passed in /as/ 'article'
11:51 &lt; fujin&gt; very hard assumption to make - I either have to
*blanket* say that we'll be passing a singular downcased version of the
Object you're passing to :with
11:51 &lt; fujin&gt; or work out something else to do
11:52 &lt; TheWordNerd&gt; Doesn't seem like a bad assumption.
11:53 &lt; fujin&gt; output &lt;&lt; partial(template_location, { :with
=&gt; options[:with], :as =&gt;
options[:with].class.to_s.downcase.singular })</message>
    <tree>680cac669a14d84a0b3e13b0e6f101a5bf313b7b</tree>
    <committer>
      <name>AJ Christensen</name>
      <email>aj@junglist.gen.nz</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>eafb1861bfdc0f92b07282451731d59c3ba7a11d</id>
      </parent>
      <parent>
        <id>658fab8c25a8670708f811533cca6a7076720f08</id>
      </parent>
    </parents>
    <author>
      <name>El Draper</name>
      <email>el@eldiablo.co.uk</email>
    </author>
    <url>http://github.com/mleung/feather/commit/d9fdcdc6d8770b111dbf9df8835d92c89aeec166</url>
    <id>d9fdcdc6d8770b111dbf9df8835d92c89aeec166</id>
    <committed-date>2008-07-18T14:14:02-07:00</committed-date>
    <authored-date>2008-07-18T14:14:02-07:00</authored-date>
    <message>fixed conflicts

Merge branch 'master' of git://github.com/thewordnerd/feather into thewordnerd/master

Conflicts:

	config/init.rb
	spec/controllers/admin/articles_spec.rb
	spec/models/user_spec.rb</message>
    <tree>c0776e53a7068c7173dedb53f3e38cb9734e84de</tree>
    <committer>
      <name>El Draper</name>
      <email>el@eldiablo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>38a942e51b5909f781376a4ae9dcce072328b30f</id>
      </parent>
    </parents>
    <author>
      <name>El Draper</name>
      <email>el@eldiablo.co.uk</email>
    </author>
    <url>http://github.com/mleung/feather/commit/eafb1861bfdc0f92b07282451731d59c3ba7a11d</url>
    <id>eafb1861bfdc0f92b07282451731d59c3ba7a11d</id>
    <committed-date>2008-07-18T13:08:19-07:00</committed-date>
    <authored-date>2008-07-18T13:08:19-07:00</authored-date>
    <message>quick typo fix</message>
    <tree>56166af5ab9c0ff8031a44d7a12b8fbd06507781</tree>
    <committer>
      <name>El Draper</name>
      <email>el@eldiablo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e0f8a5ab5655ec6fac68305704496819dc882e24</id>
      </parent>
    </parents>
    <author>
      <name>Alexander Flatter</name>
      <email>flatter@alexander-flatters-macbook-pro.local</email>
    </author>
    <url>http://github.com/mleung/feather/commit/38a942e51b5909f781376a4ae9dcce072328b30f</url>
    <id>38a942e51b5909f781376a4ae9dcce072328b30f</id>
    <committed-date>2008-07-18T13:06:29-07:00</committed-date>
    <authored-date>2008-06-26T15:24:33-07:00</authored-date>
    <message>Some dependencies were added twice; Disable page caching in development mode [#6]</message>
    <tree>01c6a2fdaf0b217d687dc90484c790b29160cf00</tree>
    <committer>
      <name>El Draper</name>
      <email>el@eldiablo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a2e98b422d0aed46c5af28bbb3de7244f09c5151</id>
      </parent>
    </parents>
    <author>
      <name>Alexander Flatter</name>
      <email>flatter@alexander-flatters-macbook-pro.local</email>
    </author>
    <url>http://github.com/mleung/feather/commit/e0f8a5ab5655ec6fac68305704496819dc882e24</url>
    <id>e0f8a5ab5655ec6fac68305704496819dc882e24</id>
    <committed-date>2008-07-18T13:06:09-07:00</committed-date>
    <authored-date>2008-06-26T11:03:06-07:00</authored-date>
    <message>Fix usage of DataMapper::ValidationErrors#add [#16]</message>
    <tree>baf7a1626a5d651d6bfaf2c972011dd1d5aeb96a</tree>
    <committer>
      <name>El Draper</name>
      <email>el@eldiablo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4d00c4bfe62c5800fb8c01ba2323f047b09e1b6b</id>
      </parent>
    </parents>
    <author>
      <name>El Draper</name>
      <email>el@eldiablo.co.uk</email>
    </author>
    <url>http://github.com/mleung/feather/commit/a2e98b422d0aed46c5af28bbb3de7244f09c5151</url>
    <id>a2e98b422d0aed46c5af28bbb3de7244f09c5151</id>
    <committed-date>2008-07-18T13:03:25-07:00</committed-date>
    <authored-date>2008-07-18T13:03:25-07:00</authored-date>
    <message>removing rack.rb as we have no custom modifications, and so it's un-necessary</message>
    <tree>604646874236f606d9e55250f1dfd269e34fad2e</tree>
    <committer>
      <name>El Draper</name>
      <email>el@eldiablo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2169ebf4bf96c9a3c715fc37b7a98041ee483223</id>
      </parent>
      <parent>
        <id>41be02ea6a26193d5dfee02e71b2b67f0b69edb4</id>
      </parent>
    </parents>
    <author>
      <name>El Draper</name>
      <email>el@eldiablo.co.uk</email>
    </author>
    <url>http://github.com/mleung/feather/commit/4d00c4bfe62c5800fb8c01ba2323f047b09e1b6b</url>
    <id>4d00c4bfe62c5800fb8c01ba2323f047b09e1b6b</id>
    <committed-date>2008-07-18T12:59:03-07:00</committed-date>
    <authored-date>2008-07-18T12:59:03-07:00</authored-date>
    <message>Merge branch 'master' of git://github.com/dstrelau/feather into dstrelau/master</message>
    <tree>c237472ecfcc237707150acd035ef84a66942e28</tree>
    <committer>
      <name>El Draper</name>
      <email>el@eldiablo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>75283c3122f0490e32ac5ad93780d6e9f27f7e33</id>
      </parent>
    </parents>
    <author>
      <name>AJ Christensen</name>
      <email>aj@junglist.gen.nz</email>
    </author>
    <url>http://github.com/mleung/feather/commit/2169ebf4bf96c9a3c715fc37b7a98041ee483223</url>
    <id>2169ebf4bf96c9a3c715fc37b7a98041ee483223</id>
    <committed-date>2008-07-18T12:55:55-07:00</committed-date>
    <authored-date>2008-07-16T19:14:53-07:00</authored-date>
    <message>Using .config instead of .full_config, as full_config was occasionally returning a hash of strings instead of a hash of symbols, whereas .config seems to not exhibit this behaviour.</message>
    <tree>6f133bd6c41545444cb50699747b03ffbed70751</tree>
    <committer>
      <name>El Draper</name>
      <email>el@eldiablo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2a8771e796a02c864f6e5552b254ad309bcc0e54</id>
      </parent>
    </parents>
    <author>
      <name>AJ Christensen</name>
      <email>aj@junglist.gen.nz</email>
    </author>
    <url>http://github.com/mleung/feather/commit/75283c3122f0490e32ac5ad93780d6e9f27f7e33</url>
    <id>75283c3122f0490e32ac5ad93780d6e9f27f7e33</id>
    <committed-date>2008-07-18T12:55:38-07:00</committed-date>
    <authored-date>2008-07-08T15:52:58-07:00</authored-date>
    <message>Updated dashboard spec to be compatible with dm0.9</message>
    <tree>0a4e544fe3e33d9e899c07a34c44c8ded1759ff9</tree>
    <committer>
      <name>El Draper</name>
      <email>el@eldiablo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4cb5174ced58d3801765518821dab78cc8bb8bf9</id>
      </parent>
    </parents>
    <author>
      <name>AJ Christensen</name>
      <email>aj@junglist.gen.nz</email>
    </author>
    <url>http://github.com/mleung/feather/commit/2a8771e796a02c864f6e5552b254ad309bcc0e54</url>
    <id>2a8771e796a02c864f6e5552b254ad309bcc0e54</id>
    <committed-date>2008-07-18T12:55:27-07:00</committed-date>
    <authored-date>2008-07-08T15:52:30-07:00</authored-date>
    <message>Updated articles spec to be compatible with dm0.9</message>
    <tree>bc92e9c4c65db723c6c1b846fc25e0f68a6bd712</tree>
    <committer>
      <name>El Draper</name>
      <email>el@eldiablo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ddc2ff6934ccac018927ac406a28a1c9408b0621</id>
      </parent>
    </parents>
    <author>
      <name>AJ Christensen</name>
      <email>aj@junglist.gen.nz</email>
    </author>
    <url>http://github.com/mleung/feather/commit/4cb5174ced58d3801765518821dab78cc8bb8bf9</url>
    <id>4cb5174ced58d3801765518821dab78cc8bb8bf9</id>
    <committed-date>2008-07-18T12:55:15-07:00</committed-date>
    <authored-date>2008-07-08T15:45:30-07:00</authored-date>
    <message>Added an autotest rspec initialiser</message>
    <tree>9c50690335ca5beb19ae2fb5a8f2f8ed98eee98e</tree>
    <committer>
      <name>El Draper</name>
      <email>el@eldiablo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4904834fe0ae86fefa5ddbec97036aec104938e9</id>
      </parent>
    </parents>
    <author>
      <name>AJ Christensen</name>
      <email>aj@junglist.gen.nz</email>
    </author>
    <url>http://github.com/mleung/feather/commit/ddc2ff6934ccac018927ac406a28a1c9408b0621</url>
    <id>ddc2ff6934ccac018927ac406a28a1c9408b0621</id>
    <committed-date>2008-07-18T12:54:57-07:00</committed-date>
    <authored-date>2008-07-08T15:44:55-07:00</authored-date>
    <message>Updated User model specs that were broken a few patches back by me (doh)
Updated spec.opts to print coloured specdocs when you rake spec</message>
    <tree>54d8b5739abf5bdd49c790e8885a7df17037ce7a</tree>
    <committer>
      <name>El Draper</name>
      <email>el@eldiablo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3ecb1bc008c4d7156f2e4dc6e3fe95b8e8726c0d</id>
      </parent>
    </parents>
    <author>
      <name>AJ Christensen</name>
      <email>aj@junglist.gen.nz</email>
    </author>
    <url>http://github.com/mleung/feather/commit/4904834fe0ae86fefa5ddbec97036aec104938e9</url>
    <id>4904834fe0ae86fefa5ddbec97036aec104938e9</id>
    <committed-date>2008-07-18T12:54:13-07:00</committed-date>
    <authored-date>2008-07-08T15:25:11-07:00</authored-date>
    <message>Fixed the archive searcher to use repository.adapter.query instead of self.find_by_sql as the behaviour has changed. Also fixed the specific_date_function to no longer load up the config/database.yml</message>
    <tree>7937a38eb0efb934acbe87196d08a9331501d1c9</tree>
    <committer>
      <name>El Draper</name>
      <email>el@eldiablo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fc84d605255b31906249dab6d3f1c195b96815e3</id>
      </parent>
    </parents>
    <author>
      <name>AJ Christensen</name>
      <email>aj@junglist.gen.nz</email>
    </author>
    <url>http://github.com/mleung/feather/commit/3ecb1bc008c4d7156f2e4dc6e3fe95b8e8726c0d</url>
    <id>3ecb1bc008c4d7156f2e4dc6e3fe95b8e8726c0d</id>
    <committed-date>2008-07-18T12:54:01-07:00</committed-date>
    <authored-date>2008-07-08T15:25:01-07:00</authored-date>
    <message>Reenabled the Archive getter</message>
    <tree>b5e47637f802004850e3d6f102b21d1c3c760542</tree>
    <committer>
      <name>El Draper</name>
      <email>el@eldiablo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>25a0b3710ed0bafdfadd10ec29030f0aa76efc4f</id>
      </parent>
    </parents>
    <author>
      <name>AJ Christensen</name>
      <email>aj@junglist.gen.nz</email>
    </author>
    <url>http://github.com/mleung/feather/commit/fc84d605255b31906249dab6d3f1c195b96815e3</url>
    <id>fc84d605255b31906249dab6d3f1c195b96815e3</id>
    <committed-date>2008-07-18T12:53:19-07:00</committed-date>
    <authored-date>2008-07-03T16:54:29-07:00</authored-date>
    <message>Updated the ignore file to ignore my favicon</message>
    <tree>6b7a84e095c0ec2cbdfa12770a91ae538e9adb9e</tree>
    <committer>
      <name>El Draper</name>
      <email>el@eldiablo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>19a470729cf7df52c4e38d7f64f36d8ec0df4c18</id>
      </parent>
    </parents>
    <author>
      <name>Nolan Darilek</name>
      <email>nolan@thewordnerd.info</email>
    </author>
    <url>http://github.com/mleung/feather/commit/658fab8c25a8670708f811533cca6a7076720f08</url>
    <id>658fab8c25a8670708f811533cca6a7076720f08</id>
    <committed-date>2008-06-29T16:54:41-07:00</committed-date>
    <authored-date>2008-06-29T16:54:41-07:00</authored-date>
    <message>Ignore any database.yml files in config.</message>
    <tree>f3e6b7ebd52e260585081300cd0f72bcecb23f1d</tree>
    <committer>
      <name>Nolan Darilek</name>
      <email>nolan@thewordnerd.info</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>25a0b3710ed0bafdfadd10ec29030f0aa76efc4f</id>
      </parent>
      <parent>
        <id>7ab429a1d723c3ad933d2f45d348bf624de57f3c</id>
      </parent>
    </parents>
    <author>
      <name>Nolan Darilek</name>
      <email>nolan@thewordnerd.info</email>
    </author>
    <url>http://github.com/mleung/feather/commit/19a470729cf7df52c4e38d7f64f36d8ec0df4c18</url>
    <id>19a470729cf7df52c4e38d7f64f36d8ec0df4c18</id>
    <committed-date>2008-06-29T16:53:14-07:00</committed-date>
    <authored-date>2008-06-29T16:53:14-07:00</authored-date>
    <message>Merge branch 'master' of git://github.com/thewordnerd/feather into slices

Conflicts:

	app/controllers/admin/sessions.rb
	app/controllers/admin/users.rb
	app/views/admin/users/_user.html.erb
	config/router.rb
	lib/authenticated_system/authenticated_dependencies.rb
	lib/authenticated_system/authenticated_routes.rb
	lib/authenticated_system/authenticated_system_controller.rb
	lib/authenticated_system/authenticated_system_model.rb
	lib/authenticated_system/authenticated_system_orm_map.rb
	slices/merb-auth/app/views/users/show.html.erb
	spec/authenticated_system_spec_helper.rb
	spec/controllers/admin/sessions_spec.rb
	spec/controllers/admin/users_spec.rb
	spec/helpers/admin/sessions_helper_spec.rb
	spec/helpers/admin/users_helper_spec.rb
	spec/models/user_spec.rb
	spec/user_spec_helper.rb</message>
    <tree>736586e422bcc2be3580ea51fba1405a9a290cd9</tree>
    <committer>
      <name>Nolan Darilek</name>
      <email>nolan@thewordnerd.info</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cd979c3253173fc802b9fa62bd9afab2ab97fe09</id>
      </parent>
    </parents>
    <author>
      <name>Dean Strelau</name>
      <email>dean@strelau.net</email>
    </author>
    <url>http://github.com/mleung/feather/commit/41be02ea6a26193d5dfee02e71b2b67f0b69edb4</url>
    <id>41be02ea6a26193d5dfee02e71b2b67f0b69edb4</id>
    <committed-date>2008-06-27T14:05:35-07:00</committed-date>
    <authored-date>2008-06-27T14:05:35-07:00</authored-date>
    <message>Un-set published_at and permalink when un-publishing an Article.</message>
    <tree>d8da107104a69eede72c5573f0b2ad39ba0b947f</tree>
    <committer>
      <name>Dean Strelau</name>
      <email>dean@strelau.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b38aecb1fbcc97c8fcd580b3fb6b5bab987bba27</id>
      </parent>
    </parents>
    <author>
      <name>Dean Strelau</name>
      <email>dean@strelau.net</email>
    </author>
    <url>http://github.com/mleung/feather/commit/cd979c3253173fc802b9fa62bd9afab2ab97fe09</url>
    <id>cd979c3253173fc802b9fa62bd9afab2ab97fe09</id>
    <committed-date>2008-06-26T21:06:46-07:00</committed-date>
    <authored-date>2008-06-26T21:06:46-07:00</authored-date>
    <message>Cleaned up setting the :published attribute

* No more Article#is_published. Just use the built-in #published?</message>
    <tree>2d69b8b52db8e9cf4f919d420245d71dd92c2170</tree>
    <committer>
      <name>Dean Strelau</name>
      <email>dean@strelau.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>25a0b3710ed0bafdfadd10ec29030f0aa76efc4f</id>
      </parent>
    </parents>
    <author>
      <name>Dean Strelau</name>
      <email>dean@strelau.net</email>
    </author>
    <url>http://github.com/mleung/feather/commit/b38aecb1fbcc97c8fcd580b3fb6b5bab987bba27</url>
    <id>b38aecb1fbcc97c8fcd580b3fb6b5bab987bba27</id>
    <committed-date>2008-06-26T20:55:26-07:00</committed-date>
    <authored-date>2008-06-26T20:55:26-07:00</authored-date>
    <message>Static files should be served through merb by default.</message>
    <tree>f13e558eb78a2c9bd7bd37cd6fa85432eb955394</tree>
    <committer>
      <name>Dean Strelau</name>
      <email>dean@strelau.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b046b684dc92353bbbaa81715c948853adff6687</id>
      </parent>
      <parent>
        <id>7bc4c5be0eae82339c0d33be5e790713c14a9af1</id>
      </parent>
    </parents>
    <author>
      <name>El Draper</name>
      <email>el@eldiablo.co.uk</email>
    </author>
    <url>http://github.com/mleung/feather/commit/25a0b3710ed0bafdfadd10ec29030f0aa76efc4f</url>
    <id>25a0b3710ed0bafdfadd10ec29030f0aa76efc4f</id>
    <committed-date>2008-06-24T14:55:48-07:00</committed-date>
    <authored-date>2008-06-24T14:55:48-07:00</authored-date>
    <message>Merge branch 'master' of git://github.com/ivey/feather into ivey/master</message>
    <tree>828f3564a28151cc108fb729b23758dee6812a9b</tree>
    <committer>
      <name>El Draper</name>
      <email>el@eldiablo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5a0d6a4db28b15d010057ad7907d89acb74d0fbc</id>
      </parent>
    </parents>
    <author>
      <name>El Draper</name>
      <email>el@eldiablo.co.uk</email>
    </author>
    <url>http://github.com/mleung/feather/commit/b046b684dc92353bbbaa81715c948853adff6687</url>
    <id>b046b684dc92353bbbaa81715c948853adff6687</id>
    <committed-date>2008-06-24T14:51:03-07:00</committed-date>
    <authored-date>2008-06-24T14:51:03-07:00</authored-date>
    <message>adding session table to database setup</message>
    <tree>7b7da7d3341caf91193ec698cefb9a5cb8886848</tree>
    <committer>
      <name>El Draper</name>
      <email>el@eldiablo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>06f99deb3bd728836404c117e559ecd84780a8ef</id>
      </parent>
    </parents>
    <author>
      <name>El Draper</name>
      <email>el@eldiablo.co.uk</email>
    </author>
    <url>http://github.com/mleung/feather/commit/5a0d6a4db28b15d010057ad7907d89acb74d0fbc</url>
    <id>5a0d6a4db28b15d010057ad7907d89acb74d0fbc</id>
    <committed-date>2008-06-24T14:46:20-07:00</committed-date>
    <authored-date>2008-06-24T14:46:20-07:00</authored-date>
    <message>removing debugging statement</message>
    <tree>f173347fc1995f08b4cc0a284ad51890e6247222</tree>
    <committer>
      <name>El Draper</name>
      <email>el@eldiablo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6d3575f18f1c2b080c5965c7f173883d9ed045d1</id>
      </parent>
      <parent>
        <id>222e6ba6750bc76466873965f2c49d24d7c6385b</id>
      </parent>
    </parents>
    <author>
      <name>El Draper</name>
      <email>el@eldiablo.co.uk</email>
    </author>
    <url>http://github.com/mleung/feather/commit/06f99deb3bd728836404c117e559ecd84780a8ef</url>
    <id>06f99deb3bd728836404c117e559ecd84780a8ef</id>
    <committed-date>2008-06-24T14:41:05-07:00</committed-date>
    <authored-date>2008-06-24T14:41:05-07:00</authored-date>
    <message>Merge branch 'junglist' of git://github.com/fujin/feather into fujin/junglist</message>
    <tree>6bd7c8ff52ff72c283e8d78464c03a366ab9d06e</tree>
    <committer>
      <name>El Draper</name>
      <email>el@eldiablo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8dd5f85add347863e548dc49ddd25638c563e8af</id>
      </parent>
    </parents>
    <author>
      <name>Nolan Darilek</name>
      <email>nolan@thewordnerd.info</email>
    </author>
    <url>http://github.com/mleung/feather/commit/7ab429a1d723c3ad933d2f45d348bf624de57f3c</url>
    <id>7ab429a1d723c3ad933d2f45d348bf624de57f3c</id>
    <committed-date>2008-06-24T09:29:54-07:00</committed-date>
    <authored-date>2008-06-24T09:29:54-07:00</authored-date>
    <message>Ported user display/edit functionality to merb-auth.</message>
    <tree>d3f3e4be30c06676fcc0089e0802bfb8fa333011</tree>
    <committer>
      <name>Nolan Darilek</name>
      <email>nolan@thewordnerd.info</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>10d2f27a0dd9740ddf836e0dc75db7d577d9add9</id>
      </parent>
    </parents>
    <author>
      <name>Nolan Darilek</name>
      <email>nolan@thewordnerd.info</email>
    </author>
    <url>http://github.com/mleung/feather/commit/8dd5f85add347863e548dc49ddd25638c563e8af</url>
    <id>8dd5f85add347863e548dc49ddd25638c563e8af</id>
    <committed-date>2008-06-24T08:44:29-07:00</committed-date>
    <authored-date>2008-06-24T08:44:29-07:00</authored-date>
    <message>Remove call to ruby-debugger.</message>
    <tree>b6a0ee420802e3d3bf040b46658515f024b9ad1a</tree>
    <committer>
      <name>Nolan Darilek</name>
      <email>nolan@thewordnerd.info</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>749739aaa25ec4ae3dcc43f222ec1ec680995246</id>
      </parent>
    </parents>
    <author>
      <name>Nolan Darilek</name>
      <email>nolan@thewordnerd.info</email>
    </author>
    <url>http://github.com/mleung/feather/commit/10d2f27a0dd9740ddf836e0dc75db7d577d9add9</url>
    <id>10d2f27a0dd9740ddf836e0dc75db7d577d9add9</id>
    <committed-date>2008-06-24T08:40:52-07:00</committed-date>
    <authored-date>2008-06-24T08:40:52-07:00</authored-date>
    <message>Committed autotest code.</message>
    <tree>1b0f81675d8ee891510ea1f42108a95ddeb28e61</tree>
    <committer>
      <name>Nolan Darilek</name>
      <email>nolan@thewordnerd.info</email>
    </committer>
  </commit>
</commits>
