<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>8aaef7e81bf96a15e5e4f624eeb7b14601887c89</id>
      </parent>
    </parents>
    <author>
      <name>courtenay</name>
      <email>court3nay@gmail.com</email>
    </author>
    <url>http://github.com/courtenay/engines/commit/0ef9ca82de17093bf336d1e2e1c70ea5a0661ec8</url>
    <id>0ef9ca82de17093bf336d1e2e1c70ea5a0661ec8</id>
    <committed-date>2008-04-27T21:20:32-07:00</committed-date>
    <authored-date>2008-04-27T21:20:32-07:00</authored-date>
    <message>fix for rails plugin reloading (only call init once)</message>
    <tree>f889f94826bb445135667aa0f8327fef2a55e698</tree>
    <committer>
      <name>courtenay</name>
      <email>court3nay@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>652701c328abd25697cb17cee7f29dd22f0c077f</id>
      </parent>
    </parents>
    <author>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </author>
    <url>http://github.com/courtenay/engines/commit/8aaef7e81bf96a15e5e4f624eeb7b14601887c89</url>
    <id>8aaef7e81bf96a15e5e4f624eeb7b14601887c89</id>
    <committed-date>2008-04-13T06:46:59-07:00</committed-date>
    <authored-date>2008-04-13T06:46:59-07:00</authored-date>
    <message>It looks like view paths need to be 'processed' before they can be used. The new ActionView::TemplateFinder class is nice, but doesn't let us aribtrarily insert parts just before the default path, so we cant use append/prepend_view_path at the moment.

git-svn-id: http://svn.rails-engines.org/engines/trunk@683 61cc408d-6c04-0410-aff7-b3608aa29ce9</message>
    <tree>81ca63329089b2345edbdda8dd3cfdee94604304</tree>
    <committer>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>905b03b14e13a4ed41591893947a7f3545ece5a3</id>
      </parent>
    </parents>
    <author>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </author>
    <url>http://github.com/courtenay/engines/commit/652701c328abd25697cb17cee7f29dd22f0c077f</url>
    <id>652701c328abd25697cb17cee7f29dd22f0c077f</id>
    <committed-date>2008-04-13T06:38:04-07:00</committed-date>
    <authored-date>2008-04-13T06:38:04-07:00</authored-date>
    <message>Fixed bug in ActionMailer extentions to work with the new TemplateFinder class. This could do with a more thorough consideration, but time does not permit that at the moment.

git-svn-id: http://svn.rails-engines.org/engines/trunk@682 61cc408d-6c04-0410-aff7-b3608aa29ce9</message>
    <tree>66d5c04acf26fbbd4fd6857121346fc7d24912b4</tree>
    <committer>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>58f412a960028854becd9630e82d01df4c5cc57a</id>
      </parent>
    </parents>
    <author>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </author>
    <url>http://github.com/courtenay/engines/commit/905b03b14e13a4ed41591893947a7f3545ece5a3</url>
    <id>905b03b14e13a4ed41591893947a7f3545ece5a3</id>
    <committed-date>2008-04-13T06:27:48-07:00</committed-date>
    <authored-date>2008-04-13T06:27:48-07:00</authored-date>
    <message>Fixed migration to integrate with time-stamped migrations in edge rails (http://dev.rubyonrails.org/changeset/9244). The new behaviour in rails includes a helper which can replace the wrapped_table_name extension, so we don't need that anymore.

git-svn-id: http://svn.rails-engines.org/engines/trunk@681 61cc408d-6c04-0410-aff7-b3608aa29ce9</message>
    <tree>dfb01160c35fbe741a25237a824924c6bb0a054f</tree>
    <committer>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a690fd5a91fa20093ac59a51ff872bff274227f5</id>
      </parent>
    </parents>
    <author>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </author>
    <url>http://github.com/courtenay/engines/commit/58f412a960028854becd9630e82d01df4c5cc57a</url>
    <id>58f412a960028854becd9630e82d01df4c5cc57a</id>
    <committed-date>2008-04-13T05:03:56-07:00</committed-date>
    <authored-date>2008-04-13T05:03:56-07:00</authored-date>
    <message>Fixed patching of initialize_schema_migrations_table (was: initialize_schema_information) by plugin migrations

git-svn-id: http://svn.rails-engines.org/engines/trunk@679 61cc408d-6c04-0410-aff7-b3608aa29ce9</message>
    <tree>de511b42004314687d947733f3fd4137005e10ef</tree>
    <committer>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bc0a0c79f6932148be506ac73df2727a3480d7ed</id>
      </parent>
    </parents>
    <author>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </author>
    <url>http://github.com/courtenay/engines/commit/a690fd5a91fa20093ac59a51ff872bff274227f5</url>
    <id>a690fd5a91fa20093ac59a51ff872bff274227f5</id>
    <committed-date>2008-03-22T14:58:34-07:00</committed-date>
    <authored-date>2008-03-22T14:58:34-07:00</authored-date>
    <message>Ensure that public asset files are copied even when there are no subdirectories in the plugin

git-svn-id: http://svn.rails-engines.org/engines/trunk@671 61cc408d-6c04-0410-aff7-b3608aa29ce9</message>
    <tree>e81f7c91f8b0c7828b28ad572eb51f34b868211f</tree>
    <committer>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2d46fdfe3e29460836559fda71cb6a14d1c95c4f</id>
      </parent>
    </parents>
    <author>
      <name>svenfuchs</name>
      <email>svenfuchs@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </author>
    <url>http://github.com/courtenay/engines/commit/bc0a0c79f6932148be506ac73df2727a3480d7ed</url>
    <id>bc0a0c79f6932148be506ac73df2727a3480d7ed</id>
    <committed-date>2008-02-20T10:38:08-08:00</committed-date>
    <authored-date>2008-02-20T10:38:08-08:00</authored-date>
    <message>adding rake tasks db:migrate:all, db:migrate:plugins and db:migrate:plugin

git-svn-id: http://svn.rails-engines.org/engines/trunk@669 61cc408d-6c04-0410-aff7-b3608aa29ce9</message>
    <tree>cb9692418945ea03dbb94d298fae1099fa4d66cd</tree>
    <committer>
      <name>svenfuchs</name>
      <email>svenfuchs@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1507e52a7ebd566517cd26cea10b4e67b9273d53</id>
      </parent>
    </parents>
    <author>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </author>
    <url>http://github.com/courtenay/engines/commit/2d46fdfe3e29460836559fda71cb6a14d1c95c4f</url>
    <id>2d46fdfe3e29460836559fda71cb6a14d1c95c4f</id>
    <committed-date>2007-12-28T15:38:46-08:00</committed-date>
    <authored-date>2007-12-28T15:38:46-08:00</authored-date>
    <message>Clarified message in generated plugin_assets/README file

git-svn-id: http://svn.rails-engines.org/engines/trunk@664 61cc408d-6c04-0410-aff7-b3608aa29ce9</message>
    <tree>2668a39208d8802c09526b5730b55ac7668dcd80</tree>
    <committer>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2e6095fdacec1282b001d7de0c3adfe7364a526c</id>
      </parent>
    </parents>
    <author>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </author>
    <url>http://github.com/courtenay/engines/commit/1507e52a7ebd566517cd26cea10b4e67b9273d53</url>
    <id>1507e52a7ebd566517cd26cea10b4e67b9273d53</id>
    <committed-date>2007-12-22T14:29:53-08:00</committed-date>
    <authored-date>2007-12-22T14:29:53-08:00</authored-date>
    <message>Minor tweak to prevent rake tasks failing with Rake 0.8.0

git-svn-id: http://svn.rails-engines.org/engines/trunk@663 61cc408d-6c04-0410-aff7-b3608aa29ce9</message>
    <tree>0d94b192a9527abcef359a74fa41df3f05424a82</tree>
    <committer>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>64ea89d6510319cde045d3975b7626dc4ecd4736</id>
      </parent>
    </parents>
    <author>
      <name>svenfuchs</name>
      <email>svenfuchs@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </author>
    <url>http://github.com/courtenay/engines/commit/2e6095fdacec1282b001d7de0c3adfe7364a526c</url>
    <id>2e6095fdacec1282b001d7de0c3adfe7364a526c</id>
    <committed-date>2007-12-12T08:05:58-08:00</committed-date>
    <authored-date>2007-12-12T08:05:58-08:00</authored-date>
    <message>added test for fixture copying in Engines::Testing
moved mirror_files_from(source, dest) from Engines::Assets back to Engines

git-svn-id: http://svn.rails-engines.org/engines/trunk@662 61cc408d-6c04-0410-aff7-b3608aa29ce9</message>
    <tree>3c44a3c0a1029f47d5683ad1c71717074185b321</tree>
    <committer>
      <name>svenfuchs</name>
      <email>svenfuchs@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c2158488a9a8477c39ecf4a1281e9b451a483426</id>
      </parent>
    </parents>
    <author>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </author>
    <url>http://github.com/courtenay/engines/commit/64ea89d6510319cde045d3975b7626dc4ecd4736</url>
    <id>64ea89d6510319cde045d3975b7626dc4ecd4736</id>
    <committed-date>2007-12-09T14:31:26-08:00</committed-date>
    <authored-date>2007-12-09T14:31:26-08:00</authored-date>
    <message>Updated some documentation and other misc things for Rails 2.0

git-svn-id: http://svn.rails-engines.org/engines/trunk@661 61cc408d-6c04-0410-aff7-b3608aa29ce9</message>
    <tree>715639cfaac8564f65918929a2e761cb6b954a38</tree>
    <committer>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e83d76c8135d768463c67d78a077a080ae0b3232</id>
      </parent>
      <parent>
        <id>ecc7037375f5bc4345204a356781c8f39324b7d3</id>
      </parent>
    </parents>
    <author>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </author>
    <url>http://github.com/courtenay/engines/commit/c2158488a9a8477c39ecf4a1281e9b451a483426</url>
    <id>c2158488a9a8477c39ecf4a1281e9b451a483426</id>
    <committed-date>2007-12-09T14:20:49-08:00</committed-date>
    <authored-date>2007-12-09T14:20:49-08:00</authored-date>
    <message>Re-instating trunk engines plugin from Rails 2.0 test code


git-svn-id: http://svn.rails-engines.org/engines/trunk@658 61cc408d-6c04-0410-aff7-b3608aa29ce9</message>
    <tree>6d5a8bc0dc5e39388b53c8d330cd5c0f024fd9b9</tree>
    <committer>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bdf10acc1fbbb4762d39d9368cae4619cb44efd5</id>
      </parent>
    </parents>
    <author>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </author>
    <url>http://github.com/courtenay/engines/commit/ecc7037375f5bc4345204a356781c8f39324b7d3</url>
    <id>ecc7037375f5bc4345204a356781c8f39324b7d3</id>
    <committed-date>2007-12-09T14:17:25-08:00</committed-date>
    <authored-date>2007-12-09T14:17:25-08:00</authored-date>
    <message>Merged some missing messages from the trunk changelog

git-svn-id: http://svn.rails-engines.org/test/engines/rails_2.0/vendor/plugins/engines@656 61cc408d-6c04-0410-aff7-b3608aa29ce9</message>
    <tree>6d5a8bc0dc5e39388b53c8d330cd5c0f024fd9b9</tree>
    <committer>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8da4a5a5c9c1d2ab61d149eff5ac819e11554bcb</id>
      </parent>
    </parents>
    <author>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </author>
    <url>http://github.com/courtenay/engines/commit/bdf10acc1fbbb4762d39d9368cae4619cb44efd5</url>
    <id>bdf10acc1fbbb4762d39d9368cae4619cb44efd5</id>
    <committed-date>2007-12-09T14:12:55-08:00</committed-date>
    <authored-date>2007-12-09T14:12:55-08:00</authored-date>
    <message>Fixed ActionMailer extensions to work with plugin mail templates

git-svn-id: http://svn.rails-engines.org/test/engines/rails_2.0/vendor/plugins/engines@655 61cc408d-6c04-0410-aff7-b3608aa29ce9</message>
    <tree>0251f713874986189f4437a403f9f2561463fa72</tree>
    <committer>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e671f4910e987b92a48644865657ddabdd2d5e31</id>
      </parent>
    </parents>
    <author>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </author>
    <url>http://github.com/courtenay/engines/commit/8da4a5a5c9c1d2ab61d149eff5ac819e11554bcb</url>
    <id>8da4a5a5c9c1d2ab61d149eff5ac819e11554bcb</id>
    <committed-date>2007-12-09T13:43:00-08:00</committed-date>
    <authored-date>2007-12-09T13:43:00-08:00</authored-date>
    <message>We dont need the custom action_view extensions anymore

git-svn-id: http://svn.rails-engines.org/test/engines/rails_2.0/vendor/plugins/engines@654 61cc408d-6c04-0410-aff7-b3608aa29ce9</message>
    <tree>dc5f7d9f950c651acf227b0eb2ee9296dc6dd03a</tree>
    <committer>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>038cd9d4bcdd2ab11e9745b8fc2e7d0ff4711fd6</id>
      </parent>
    </parents>
    <author>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </author>
    <url>http://github.com/courtenay/engines/commit/e671f4910e987b92a48644865657ddabdd2d5e31</url>
    <id>e671f4910e987b92a48644865657ddabdd2d5e31</id>
    <committed-date>2007-12-08T10:31:53-08:00</committed-date>
    <authored-date>2007-12-08T10:31:53-08:00</authored-date>
    <message>Using the view_paths mechanism also makes ActionMailer template-related patches obsolete

git-svn-id: http://svn.rails-engines.org/test/engines/rails_2.0/vendor/plugins/engines@651 61cc408d-6c04-0410-aff7-b3608aa29ce9</message>
    <tree>1004b5bd442cbb8e5cc085dc4a24a68cd571049d</tree>
    <committer>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0792dc40361c7212277bb2748b921758d4327d1d</id>
      </parent>
    </parents>
    <author>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </author>
    <url>http://github.com/courtenay/engines/commit/038cd9d4bcdd2ab11e9745b8fc2e7d0ff4711fd6</url>
    <id>038cd9d4bcdd2ab11e9745b8fc2e7d0ff4711fd6</id>
    <committed-date>2007-12-08T10:30:18-08:00</committed-date>
    <authored-date>2007-12-08T10:30:18-08:00</authored-date>
    <message>Using the view_paths architecture already in Rails, we may not need to alter ActionView

git-svn-id: http://svn.rails-engines.org/test/engines/rails_2.0/vendor/plugins/engines@650 61cc408d-6c04-0410-aff7-b3608aa29ce9</message>
    <tree>def8b2599c4302a65a5a5fe3720a975d456ec2a3</tree>
    <committer>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7caaa8a9f2decf500a4dad3ad0cbf9233732a792</id>
      </parent>
    </parents>
    <author>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </author>
    <url>http://github.com/courtenay/engines/commit/0792dc40361c7212277bb2748b921758d4327d1d</url>
    <id>0792dc40361c7212277bb2748b921758d4327d1d</id>
    <committed-date>2007-12-08T09:37:58-08:00</committed-date>
    <authored-date>2007-12-08T09:37:58-08:00</authored-date>
    <message>Fixed ActionMailer extensions for existing tests

git-svn-id: http://svn.rails-engines.org/test/engines/rails_2.0/vendor/plugins/engines@648 61cc408d-6c04-0410-aff7-b3608aa29ce9</message>
    <tree>45627df695563854909ff40e7d94f21295e7e6be</tree>
    <committer>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a8838f0dd6a1d88f6aa883d837184a3b891bb68c</id>
      </parent>
    </parents>
    <author>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </author>
    <url>http://github.com/courtenay/engines/commit/7caaa8a9f2decf500a4dad3ad0cbf9233732a792</url>
    <id>7caaa8a9f2decf500a4dad3ad0cbf9233732a792</id>
    <committed-date>2007-12-08T09:01:02-08:00</committed-date>
    <authored-date>2007-12-08T09:01:02-08:00</authored-date>
    <message>extensions are the rails extensions

git-svn-id: http://svn.rails-engines.org/test/engines/rails_2.0/vendor/plugins/engines@647 61cc408d-6c04-0410-aff7-b3608aa29ce9</message>
    <tree>2cf5c24aedf1c51bc14102ff93767ed56fbda79a</tree>
    <committer>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c517a30f4c74a6691e03b36e9f4cbc2009800704</id>
      </parent>
    </parents>
    <author>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </author>
    <url>http://github.com/courtenay/engines/commit/a8838f0dd6a1d88f6aa883d837184a3b891bb68c</url>
    <id>a8838f0dd6a1d88f6aa883d837184a3b891bb68c</id>
    <committed-date>2007-12-07T16:12:38-08:00</committed-date>
    <authored-date>2007-12-07T16:12:38-08:00</authored-date>
    <message>A few doc tweaks - lets start updating the CHANGELOG

git-svn-id: http://svn.rails-engines.org/test/engines/rails_2.0/vendor/plugins/engines@646 61cc408d-6c04-0410-aff7-b3608aa29ce9</message>
    <tree>8ac462f444a1f23c26310f116cc559ec4a97af9a</tree>
    <committer>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f5cb42d36eba358259e26dfea444b7d641d4f16f</id>
      </parent>
    </parents>
    <author>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </author>
    <url>http://github.com/courtenay/engines/commit/c517a30f4c74a6691e03b36e9f4cbc2009800704</url>
    <id>c517a30f4c74a6691e03b36e9f4cbc2009800704</id>
    <committed-date>2007-12-07T15:58:23-08:00</committed-date>
    <authored-date>2007-12-07T15:58:23-08:00</authored-date>
    <message>Massaged external module inclusions for better RDoc output

git-svn-id: http://svn.rails-engines.org/test/engines/rails_2.0/vendor/plugins/engines@645 61cc408d-6c04-0410-aff7-b3608aa29ce9</message>
    <tree>2183e692811f360985604d40b750ad29efe5aa1e</tree>
    <committer>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3a2580f09f712ef6ec2559f1ff13a910de26fa1c</id>
      </parent>
    </parents>
    <author>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </author>
    <url>http://github.com/courtenay/engines/commit/f5cb42d36eba358259e26dfea444b7d641d4f16f</url>
    <id>f5cb42d36eba358259e26dfea444b7d641d4f16f</id>
    <committed-date>2007-12-07T15:34:14-08:00</committed-date>
    <authored-date>2007-12-07T15:34:14-08:00</authored-date>
    <message>We should test that named routes from with plugins work

git-svn-id: http://svn.rails-engines.org/test/engines/rails_2.0/vendor/plugins/engines@644 61cc408d-6c04-0410-aff7-b3608aa29ce9</message>
    <tree>973b3534476ff6fc18c59c86ec5d9b3ee701e399</tree>
    <committer>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5fe7bf00277f09a87475843106e71df1d994843b</id>
      </parent>
    </parents>
    <author>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </author>
    <url>http://github.com/courtenay/engines/commit/3a2580f09f712ef6ec2559f1ff13a910de26fa1c</url>
    <id>3a2580f09f712ef6ec2559f1ff13a910de26fa1c</id>
    <committed-date>2007-12-07T15:22:45-08:00</committed-date>
    <authored-date>2007-12-07T15:22:45-08:00</authored-date>
    <message>Better not too abbreviate

git-svn-id: http://svn.rails-engines.org/test/engines/rails_2.0/vendor/plugins/engines@643 61cc408d-6c04-0410-aff7-b3608aa29ce9</message>
    <tree>49dad69737d9704597ca108f96c4607751374b17</tree>
    <committer>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>740a5dd798b76bb2cd34e32704964a2baf0ca9f4</id>
      </parent>
    </parents>
    <author>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </author>
    <url>http://github.com/courtenay/engines/commit/5fe7bf00277f09a87475843106e71df1d994843b</url>
    <id>5fe7bf00277f09a87475843106e71df1d994843b</id>
    <committed-date>2007-12-07T14:57:02-08:00</committed-date>
    <authored-date>2007-12-07T14:57:02-08:00</authored-date>
    <message>I just like symbols

git-svn-id: http://svn.rails-engines.org/test/engines/rails_2.0/vendor/plugins/engines@642 61cc408d-6c04-0410-aff7-b3608aa29ce9</message>
    <tree>507588441982ebd1ee6e6fd9dbe92cd4ebdb9f37</tree>
    <committer>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>55b4e5ee7921a771e98d80ce028bd5d7d657a6ea</id>
      </parent>
    </parents>
    <author>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </author>
    <url>http://github.com/courtenay/engines/commit/740a5dd798b76bb2cd34e32704964a2baf0ca9f4</url>
    <id>740a5dd798b76bb2cd34e32704964a2baf0ca9f4</id>
    <committed-date>2007-12-07T14:55:16-08:00</committed-date>
    <authored-date>2007-12-07T14:55:16-08:00</authored-date>
    <message>The upgrading information is no longer relevant

git-svn-id: http://svn.rails-engines.org/test/engines/rails_2.0/vendor/plugins/engines@641 61cc408d-6c04-0410-aff7-b3608aa29ce9</message>
    <tree>b2a64913bbabc738b47be5cf04ed9ce3be48f1d3</tree>
    <committer>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fbbbdd321046d22a8102cce8d1add639d5c94f35</id>
      </parent>
    </parents>
    <author>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </author>
    <url>http://github.com/courtenay/engines/commit/55b4e5ee7921a771e98d80ce028bd5d7d657a6ea</url>
    <id>55b4e5ee7921a771e98d80ce028bd5d7d657a6ea</id>
    <committed-date>2007-12-07T14:48:10-08:00</committed-date>
    <authored-date>2007-12-07T14:48:10-08:00</authored-date>
    <message>Minor whitespace tweaks

git-svn-id: http://svn.rails-engines.org/test/engines/rails_2.0/vendor/plugins/engines@639 61cc408d-6c04-0410-aff7-b3608aa29ce9</message>
    <tree>394d56ac126f7b001d9ae5c6d653d1b352a60e8f</tree>
    <committer>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f43bb8ee17d95872a8a906e6663a69a4cac86aec</id>
      </parent>
    </parents>
    <author>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </author>
    <url>http://github.com/courtenay/engines/commit/fbbbdd321046d22a8102cce8d1add639d5c94f35</url>
    <id>fbbbdd321046d22a8102cce8d1add639d5c94f35</id>
    <committed-date>2007-12-07T14:44:12-08:00</committed-date>
    <authored-date>2007-12-07T14:44:12-08:00</authored-date>
    <message>We shouldn't add methods to the global namespace - logger becomes Engines.logger

git-svn-id: http://svn.rails-engines.org/test/engines/rails_2.0/vendor/plugins/engines@638 61cc408d-6c04-0410-aff7-b3608aa29ce9</message>
    <tree>80c4b3e22490430ab3e0106000313637f278c139</tree>
    <committer>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>956627c99499a7cd12680e88154ab5aadde9d141</id>
      </parent>
    </parents>
    <author>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </author>
    <url>http://github.com/courtenay/engines/commit/f43bb8ee17d95872a8a906e6663a69a4cac86aec</url>
    <id>f43bb8ee17d95872a8a906e6663a69a4cac86aec</id>
    <committed-date>2007-12-07T14:38:45-08:00</committed-date>
    <authored-date>2007-12-07T14:38:45-08:00</authored-date>
    <message>Refer to plugins as plugins, not engines

git-svn-id: http://svn.rails-engines.org/test/engines/rails_2.0/vendor/plugins/engines@636 61cc408d-6c04-0410-aff7-b3608aa29ce9</message>
    <tree>bccd7c1d100cff91382a74d80b7e3b474bd8d3d6</tree>
    <committer>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4811a3c7f05407c3326e97229caa2468f1f830ac</id>
      </parent>
    </parents>
    <author>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </author>
    <url>http://github.com/courtenay/engines/commit/956627c99499a7cd12680e88154ab5aadde9d141</url>
    <id>956627c99499a7cd12680e88154ab5aadde9d141</id>
    <committed-date>2007-12-07T14:08:55-08:00</committed-date>
    <authored-date>2007-12-07T14:08:55-08:00</authored-date>
    <message>We killed the notion of 'an engine' some time ago, best not to encourage it in the tests... renaming stuff...

git-svn-id: http://svn.rails-engines.org/test/engines/rails_2.0/vendor/plugins/engines@635 61cc408d-6c04-0410-aff7-b3608aa29ce9</message>
    <tree>91eb33725e6c04253dd84f91d6e8de5958a7017f</tree>
    <committer>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>592a3186f484372ea38dcc99f9f1a77cc8781b6a</id>
      </parent>
    </parents>
    <author>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </author>
    <url>http://github.com/courtenay/engines/commit/4811a3c7f05407c3326e97229caa2468f1f830ac</url>
    <id>4811a3c7f05407c3326e97229caa2468f1f830ac</id>
    <committed-date>2007-12-05T15:52:26-08:00</committed-date>
    <authored-date>2007-12-05T15:52:26-08:00</authored-date>
    <message>Use the code mixing file types as defined in the Engines module, rather than any hard-coded values

git-svn-id: http://svn.rails-engines.org/test/engines/rails_2.0/vendor/plugins/engines@633 61cc408d-6c04-0410-aff7-b3608aa29ce9</message>
    <tree>ffedf4a4172719d0ff84c2ec8cb3a67d039def68</tree>
    <committer>
      <name>lazyatom</name>
      <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
    </committer>
  </commit>
</commits>
