<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>6895734e159a4dfa4af312b4945e275a66ac0075</id>
      </parent>
    </parents>
    <author>
      <name>Sven Fuchs</name>
      <email>svenfuchs@artweb-design.de</email>
    </author>
    <url>http://github.com/joshmh/globalize2/commit/2bdac5776a2f465a218e9764c962d2d591a8f991</url>
    <id>2bdac5776a2f465a218e9764c962d2d591a8f991</id>
    <committed-date>2009-11-14T02:13:32-08:00</committed-date>
    <authored-date>2009-11-14T02:13:32-08:00</authored-date>
    <message>whitespace</message>
    <tree>fde2cf687a2015ef9c24a74f6b89f358ac62eac8</tree>
    <committer>
      <name>Sven Fuchs</name>
      <email>svenfuchs@artweb-design.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7d826e1b5ce52c6a53996b02f2e24789275e9632</id>
      </parent>
    </parents>
    <author>
      <name>Sven Fuchs</name>
      <email>svenfuchs@artweb-design.de</email>
    </author>
    <url>http://github.com/joshmh/globalize2/commit/6895734e159a4dfa4af312b4945e275a66ac0075</url>
    <id>6895734e159a4dfa4af312b4945e275a66ac0075</id>
    <committed-date>2009-11-08T05:25:56-08:00</committed-date>
    <authored-date>2009-11-08T05:25:56-08:00</authored-date>
    <message>Regenerated gemspec for version 0.1.0</message>
    <tree>fec9ad1a8c42630e03f1f944d3f510d9141f876d</tree>
    <committer>
      <name>Sven Fuchs</name>
      <email>svenfuchs@artweb-design.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>95d80fa3681b83ce92e920453a0fa43ac013d925</id>
      </parent>
    </parents>
    <author>
      <name>Sven Fuchs</name>
      <email>svenfuchs@artweb-design.de</email>
    </author>
    <url>http://github.com/joshmh/globalize2/commit/7d826e1b5ce52c6a53996b02f2e24789275e9632</url>
    <id>7d826e1b5ce52c6a53996b02f2e24789275e9632</id>
    <committed-date>2009-11-08T05:24:11-08:00</committed-date>
    <authored-date>2009-11-08T05:24:11-08:00</authored-date>
    <message>prepare gemcutter release</message>
    <tree>4f93494c13f3c6e36442f47203f0c3b83fb0b9f8</tree>
    <committer>
      <name>Sven Fuchs</name>
      <email>svenfuchs@artweb-design.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>420b227d88673b9a50b64bbda3a5fae0f5c826bd</id>
      </parent>
    </parents>
    <author>
      <name>Sven Fuchs</name>
      <email>svenfuchs@artweb-design.de</email>
    </author>
    <url>http://github.com/joshmh/globalize2/commit/95d80fa3681b83ce92e920453a0fa43ac013d925</url>
    <id>95d80fa3681b83ce92e920453a0fa43ac013d925</id>
    <committed-date>2009-11-08T05:19:50-08:00</committed-date>
    <authored-date>2009-11-08T05:19:50-08:00</authored-date>
    <message>Version bump to 0.0.0</message>
    <tree>28f1afdaa99856a80a24fdd0a20cfdaa6ca4373f</tree>
    <committer>
      <name>Sven Fuchs</name>
      <email>svenfuchs@artweb-design.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>52797c99d4499bb7c43e7430099553f9ba64f67a</id>
      </parent>
    </parents>
    <author>
      <name>Patrick Huesler</name>
      <email>patrick.huesler@gmail.com</email>
    </author>
    <url>http://github.com/joshmh/globalize2/commit/420b227d88673b9a50b64bbda3a5fae0f5c826bd</url>
    <id>420b227d88673b9a50b64bbda3a5fae0f5c826bd</id>
    <committed-date>2009-11-08T03:29:43-08:00</committed-date>
    <authored-date>2009-10-10T08:27:55-07:00</authored-date>
    <message>added unit test to reproduce error when rails config.cache_classes is
set to false. This is the case in development mode.

The problem occurs,when the proxy class (e.g TagTranslation) exists already
when gloablize wants to create it.</message>
    <tree>1fd6ce51cf860b5aaa71a26cdb7c057187b89d31</tree>
    <committer>
      <name>Sven Fuchs</name>
      <email>svenfuchs@artweb-design.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>133da77c3c09618caffb41ba0324f81c18aabd53</id>
      </parent>
    </parents>
    <author>
      <name>Patrick Huesler</name>
      <email>patrick.huesler@gmail.com</email>
    </author>
    <url>http://github.com/joshmh/globalize2/commit/52797c99d4499bb7c43e7430099553f9ba64f67a</url>
    <id>52797c99d4499bb7c43e7430099553f9ba64f67a</id>
    <committed-date>2009-11-08T03:28:35-08:00</committed-date>
    <authored-date>2009-10-04T06:24:48-07:00</authored-date>
    <message> Check for the existence of the proxy class because it might exist already.
 Due to rails lazy class loading using const_missing I try to load the proxy class,
 if that fails I create a new one. After that, append the globalize methods to the
 class.

 I did not find a way to reproduce this error with a unit test. So here is how
 you can reproduce this:

 1. Have a model that needs translation (e.g Tag)
 2. Create a TagTranslation model and add a custom method to it (e.g slugname)
 3. ruby script/console
 4. Tag.new (Tag class is loaded and proxy class is being created)
 5. TagTranslation.new.respond_to?(:slugname) =&gt; false but should be true</message>
    <tree>8ac9d233cba20f85497ece605b5018fe79ecee29</tree>
    <committer>
      <name>Sven Fuchs</name>
      <email>svenfuchs@artweb-design.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>785e4bcd6743cab15f7850041aecb3ceb4a6ac65</id>
      </parent>
    </parents>
    <author>
      <name>Clemens Kofler and Sven Fuchs</name>
      <email>dev+clemens+sven@adva-cms.org</email>
    </author>
    <url>http://github.com/joshmh/globalize2/commit/133da77c3c09618caffb41ba0324f81c18aabd53</url>
    <id>133da77c3c09618caffb41ba0324f81c18aabd53</id>
    <committed-date>2009-11-08T03:16:25-08:00</committed-date>
    <authored-date>2009-09-22T07:39:06-07:00</authored-date>
    <message>backport changes from adva_cms

* fix issue with active_support/dependencies class reloading
* do not raise an exception on missing translations in static backend (dubious change)
* add a clear_cache method, only clear the cache on reload (i.e. keep the stash) (dubious change)
* add a translated_attributes method</message>
    <tree>5285421e4473ef5c246c54ebb563fa472759a9da</tree>
    <committer>
      <name>Sven Fuchs</name>
      <email>svenfuchs@artweb-design.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>178da3f7a7315c76d0265f83916a1d759242962a</id>
      </parent>
    </parents>
    <author>
      <name>Clemens Kofler and Sven Fuchs</name>
      <email>dev+clemens+sven@adva-cms.org</email>
    </author>
    <url>http://github.com/joshmh/globalize2/commit/785e4bcd6743cab15f7850041aecb3ceb4a6ac65</url>
    <id>785e4bcd6743cab15f7850041aecb3ceb4a6ac65</id>
    <committed-date>2009-11-08T03:10:18-08:00</committed-date>
    <authored-date>2009-09-22T02:24:25-07:00</authored-date>
    <message>allow to set_translation_table_name on client model. use the globalize_proxy.table_name instead of evaluating it.</message>
    <tree>7b6460941b8dfffe17816e289d9675673c23c679</tree>
    <committer>
      <name>Sven Fuchs</name>
      <email>svenfuchs@artweb-design.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5ee48ae1e15561729bdb254b83fb1e039eaa2446</id>
      </parent>
    </parents>
    <author>
      <name>hukl</name>
      <email>contact@smyck.org</email>
    </author>
    <url>http://github.com/joshmh/globalize2/commit/178da3f7a7315c76d0265f83916a1d759242962a</url>
    <id>178da3f7a7315c76d0265f83916a1d759242962a</id>
    <committed-date>2009-10-06T11:42:30-07:00</committed-date>
    <authored-date>2009-10-06T11:42:30-07:00</authored-date>
    <message>fixed deprecation warning introduced in rails 2.3.4</message>
    <tree>208657e87832db79045cd3a37ee18542ce2b46ab</tree>
    <committer>
      <name>hukl</name>
      <email>contact@smyck.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>aa137b36b95c7f6cda8b0f3af5c5ed61e9698b4e</id>
      </parent>
    </parents>
    <author>
      <name>hukl</name>
      <email>contact@smyck.org</email>
    </author>
    <url>http://github.com/joshmh/globalize2/commit/5ee48ae1e15561729bdb254b83fb1e039eaa2446</url>
    <id>5ee48ae1e15561729bdb254b83fb1e039eaa2446</id>
    <committed-date>2009-10-06T11:42:23-07:00</committed-date>
    <authored-date>2009-10-06T11:42:23-07:00</authored-date>
    <message>applied elsifaka's globalize2 patches for ultra long table names. did not pull because I rewrote the tests quite a bit so its more readable.</message>
    <tree>e4662aed0a1178380f20a4378197dd3ca0c32a8b</tree>
    <committer>
      <name>hukl</name>
      <email>contact@smyck.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2162a1dfe7718a1a6559e1c051d6d9cd1b3131ae</id>
      </parent>
    </parents>
    <author>
      <name>oliver</name>
      <email>oliver@Big-Mac.local</email>
    </author>
    <url>http://github.com/joshmh/globalize2/commit/aa137b36b95c7f6cda8b0f3af5c5ed61e9698b4e</url>
    <id>aa137b36b95c7f6cda8b0f3af5c5ed61e9698b4e</id>
    <committed-date>2009-10-06T10:50:15-07:00</committed-date>
    <authored-date>2009-10-06T07:45:56-07:00</authored-date>
    <message>applying patch http://gist.github.com/107265 to fix issue with form builder not showing translated field values. http://github.com/joshmh/globalize2/issues/#issue/2</message>
    <tree>e85c320987c939199a726664058b2e73efaf7ca4</tree>
    <committer>
      <name>John-P. Bader</name>
      <email>contact@smyck.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>33d015c61c480503bce5ba4501baaf5d4b27d554</id>
      </parent>
    </parents>
    <author>
      <name>Clemens Kofler and Sven Fuchs</name>
      <email>dev+clemens+svenfuchs@adva-cms.org</email>
    </author>
    <url>http://github.com/joshmh/globalize2/commit/2162a1dfe7718a1a6559e1c051d6d9cd1b3131ae</url>
    <id>2162a1dfe7718a1a6559e1c051d6d9cd1b3131ae</id>
    <committed-date>2009-09-14T02:39:49-07:00</committed-date>
    <authored-date>2009-09-14T02:39:49-07:00</authored-date>
    <message>use underscores instead of slashes for table names</message>
    <tree>8ac2d6330ea98b6ac187dd2d50f6a6f1ddbb105c</tree>
    <committer>
      <name>Clemens Kofler and Sven Fuchs</name>
      <email>dev+clemens+svenfuchs@adva-cms.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cf754e4eeee6dab221301777c88d2d9abbda2a62</id>
      </parent>
    </parents>
    <author>
      <name>Clemens Kofler and Sven Fuchs</name>
      <email>dev+clemens+svenfuchs@adva-cms.org</email>
    </author>
    <url>http://github.com/joshmh/globalize2/commit/33d015c61c480503bce5ba4501baaf5d4b27d554</url>
    <id>33d015c61c480503bce5ba4501baaf5d4b27d554</id>
    <committed-date>2009-09-14T02:31:50-07:00</committed-date>
    <authored-date>2009-09-14T02:31:50-07:00</authored-date>
    <message>hash long index names on translation tables</message>
    <tree>3fdbf361e41c92b30f04eb775952aa5c4988b6b3</tree>
    <committer>
      <name>Clemens Kofler and Sven Fuchs</name>
      <email>dev+clemens+svenfuchs@adva-cms.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>807ab0b26b5d65479ea9216b73f85d84c5a3653c</id>
      </parent>
    </parents>
    <author>
      <name>Clemens Kofler and Sven Fuchs</name>
      <email>dev+clemens+svenfuchs@adva-cms.org</email>
    </author>
    <url>http://github.com/joshmh/globalize2/commit/cf754e4eeee6dab221301777c88d2d9abbda2a62</url>
    <id>cf754e4eeee6dab221301777c88d2d9abbda2a62</id>
    <committed-date>2009-09-14T01:58:52-07:00</committed-date>
    <authored-date>2009-09-14T01:58:52-07:00</authored-date>
    <message>stop globalize2 from raising an exception when untranslated fields are handed to create_translation_table!</message>
    <tree>555350862f9d556f7fdfa970d3b305e4a4d3cf72</tree>
    <committer>
      <name>Clemens Kofler and Sven Fuchs</name>
      <email>dev+clemens+svenfuchs@adva-cms.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6f46eeb28f76f90906317f218e241f072820a5ae</id>
      </parent>
    </parents>
    <author>
      <name>Clemens Kofler and Sven Fuchs</name>
      <email>dev+clemens+svenfuchs@adva-cms.org</email>
    </author>
    <url>http://github.com/joshmh/globalize2/commit/807ab0b26b5d65479ea9216b73f85d84c5a3653c</url>
    <id>807ab0b26b5d65479ea9216b73f85d84c5a3653c</id>
    <committed-date>2009-09-14T01:51:08-07:00</committed-date>
    <authored-date>2009-09-14T01:51:08-07:00</authored-date>
    <message>fix #translate to work with namespaced models</message>
    <tree>6b751d4bc428a2bea3f24c6d41cc0ae66516f317</tree>
    <committer>
      <name>Clemens Kofler and Sven Fuchs</name>
      <email>dev+clemens+svenfuchs@adva-cms.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>df5bbb0360eb1767cc183a6bcd40fc08b9bbf2a9</id>
      </parent>
    </parents>
    <author>
      <name>Clemens Kofler and Sven Fuchs</name>
      <email>dev+clemens+svenfuchs@adva-cms.org</email>
    </author>
    <url>http://github.com/joshmh/globalize2/commit/6f46eeb28f76f90906317f218e241f072820a5ae</url>
    <id>6f46eeb28f76f90906317f218e241f072820a5ae</id>
    <committed-date>2009-09-14T01:50:41-07:00</committed-date>
    <authored-date>2009-09-14T01:50:41-07:00</authored-date>
    <message>let's have a test/all script</message>
    <tree>36f62156fb1351e14530a8afdff3cdd8e66373b2</tree>
    <committer>
      <name>Clemens Kofler and Sven Fuchs</name>
      <email>dev+clemens+svenfuchs@adva-cms.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5e5216f3cf75ab8d201a711d3809c3752d00b92f</id>
      </parent>
    </parents>
    <author>
      <name>Clemens Kofler and Sven Fuchs</name>
      <email>dev+clemens+svenfuchs@adva-cms.org</email>
    </author>
    <url>http://github.com/joshmh/globalize2/commit/df5bbb0360eb1767cc183a6bcd40fc08b9bbf2a9</url>
    <id>df5bbb0360eb1767cc183a6bcd40fc08b9bbf2a9</id>
    <committed-date>2009-09-14T01:50:34-07:00</committed-date>
    <authored-date>2009-09-14T01:50:34-07:00</authored-date>
    <message>yuck, whitespace</message>
    <tree>77fb3369366ee55834b3d4edf4cec49a429e46d8</tree>
    <committer>
      <name>Clemens Kofler and Sven Fuchs</name>
      <email>dev+clemens+svenfuchs@adva-cms.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>afa6db5a5b2ea54bba10c87f11cc61d261729ee4</id>
      </parent>
    </parents>
    <author>
      <name>Clemens Kofler and Sven Fuchs</name>
      <email>dev+clemens+svenfuchs@adva-cms.org</email>
    </author>
    <url>http://github.com/joshmh/globalize2/commit/5e5216f3cf75ab8d201a711d3809c3752d00b92f</url>
    <id>5e5216f3cf75ab8d201a711d3809c3752d00b92f</id>
    <committed-date>2009-09-14T01:49:41-07:00</committed-date>
    <authored-date>2009-09-14T01:49:41-07:00</authored-date>
    <message>rename data/post.rb to data/models.rb</message>
    <tree>b21f2e80a0e57b19e0cca96e68dc8d36793d1e45</tree>
    <committer>
      <name>Clemens Kofler and Sven Fuchs</name>
      <email>dev+clemens+svenfuchs@adva-cms.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8b455c3728f05c12f2da6b66f1faa57cca42faf9</id>
      </parent>
      <parent>
        <id>4840f93233212d10dae35b6b65992bb755a883c6</id>
      </parent>
    </parents>
    <author>
      <name>hukl</name>
      <email>contact@smyck.org</email>
    </author>
    <url>http://github.com/joshmh/globalize2/commit/afa6db5a5b2ea54bba10c87f11cc61d261729ee4</url>
    <id>afa6db5a5b2ea54bba10c87f11cc61d261729ee4</id>
    <committed-date>2009-07-21T06:49:48-07:00</committed-date>
    <authored-date>2009-07-21T06:49:48-07:00</authored-date>
    <message>Merge branch 'master' of git@github.com:joshmh/globalize2</message>
    <tree>664d49d1e9555a177b02b70f10521aab902e9d7c</tree>
    <committer>
      <name>hukl</name>
      <email>contact@smyck.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a24f43812b9483ab0239832ae30dd97e046235b3</id>
      </parent>
    </parents>
    <author>
      <name>hukl</name>
      <email>contact@smyck.org</email>
    </author>
    <url>http://github.com/joshmh/globalize2/commit/8b455c3728f05c12f2da6b66f1faa57cca42faf9</url>
    <id>8b455c3728f05c12f2da6b66f1faa57cca42faf9</id>
    <committed-date>2009-07-21T06:48:25-07:00</committed-date>
    <authored-date>2009-07-21T06:48:25-07:00</authored-date>
    <message>remove the index on the foreign key of the translation table when the table is dropped.
added tests and addition to test_helper - Thank you http://github.com/sgt</message>
    <tree>a842fc290e3d66f14a2272dc269a33bbb87f66ba</tree>
    <committer>
      <name>hukl</name>
      <email>contact@smyck.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a24f43812b9483ab0239832ae30dd97e046235b3</id>
      </parent>
    </parents>
    <author>
      <name>Samuel Oey</name>
      <email>oey@ubilabs.net</email>
    </author>
    <url>http://github.com/joshmh/globalize2/commit/4840f93233212d10dae35b6b65992bb755a883c6</url>
    <id>4840f93233212d10dae35b6b65992bb755a883c6</id>
    <committed-date>2009-07-21T06:21:01-07:00</committed-date>
    <authored-date>2009-05-27T10:00:39-07:00</authored-date>
    <message>added Rakefile for plugin testing

Signed-off-by: John-P. Bader &lt;contact@smyck.org&gt;</message>
    <tree>ea37ffadcbefda12ecc980ca3b7ef4334def1855</tree>
    <committer>
      <name>John-P. Bader</name>
      <email>contact@smyck.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2aa2a3af6cf2885e2070afeb763d0241187154f1</id>
      </parent>
    </parents>
    <author>
      <name>hukl</name>
      <email>contact@smyck.org</email>
    </author>
    <url>http://github.com/joshmh/globalize2/commit/a24f43812b9483ab0239832ae30dd97e046235b3</url>
    <id>a24f43812b9483ab0239832ae30dd97e046235b3</id>
    <committed-date>2009-07-21T06:06:09-07:00</committed-date>
    <authored-date>2009-07-21T06:06:09-07:00</authored-date>
    <message>Add an index to the foreign key of the translations table. Closes #4</message>
    <tree>901875729ad678bb1fba6421d78841ace58a7080</tree>
    <committer>
      <name>hukl</name>
      <email>contact@smyck.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>612292fc206c890b4afa9f9054bfa92e0d95685c</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Harvey</name>
      <email>joshmh@gmail.com</email>
    </author>
    <url>http://github.com/joshmh/globalize2/commit/2aa2a3af6cf2885e2070afeb763d0241187154f1</url>
    <id>2aa2a3af6cf2885e2070afeb763d0241187154f1</id>
    <committed-date>2009-05-26T01:41:12-07:00</committed-date>
    <authored-date>2009-05-26T01:41:12-07:00</authored-date>
    <message>added MIT license</message>
    <tree>1c3370ae016c54f8c1fe119a19bf080936dd71a3</tree>
    <committer>
      <name>Joshua Harvey</name>
      <email>joshmh@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>315ae9dde1c5550d331ca7ab7ea6bc83e3882f32</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Harvey</name>
      <email>joshmh@gmail.com</email>
    </author>
    <url>http://github.com/joshmh/globalize2/commit/612292fc206c890b4afa9f9054bfa92e0d95685c</url>
    <id>612292fc206c890b4afa9f9054bfa92e0d95685c</id>
    <committed-date>2009-05-01T14:22:55-07:00</committed-date>
    <authored-date>2009-05-01T14:22:55-07:00</authored-date>
    <message>tweaked new set_translations code a bit</message>
    <tree>276beac0cc77b0314a4c8e3779bf64eef5639a1d</tree>
    <committer>
      <name>Joshua Harvey</name>
      <email>joshmh@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0eef3b82561d3d2bfa7f604b1fa6f9f44c2616b6</id>
      </parent>
    </parents>
    <author>
      <name>hukl</name>
      <email>contact@smyck.org</email>
    </author>
    <url>http://github.com/joshmh/globalize2/commit/315ae9dde1c5550d331ca7ab7ea6bc83e3882f32</url>
    <id>315ae9dde1c5550d331ca7ab7ea6bc83e3882f32</id>
    <committed-date>2009-04-29T11:58:04-07:00</committed-date>
    <authored-date>2009-04-29T11:58:04-07:00</authored-date>
    <message>This patch makes sure globalize2 behaves as expected when a subclass of an untranslated model is translated.

class Comment &lt; ActiveRecord::Base
end

class TranslatedComment &lt; Comment
  translates :content
end</message>
    <tree>2bd86ffebb18771677bfb129f6a9552bb23bb815</tree>
    <committer>
      <name>hukl</name>
      <email>contact@smyck.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ecfe0ba42227fe28420bb3282c6492a351d4efd6</id>
      </parent>
    </parents>
    <author>
      <name>hukl</name>
      <email>contact@smyck.org</email>
    </author>
    <url>http://github.com/joshmh/globalize2/commit/0eef3b82561d3d2bfa7f604b1fa6f9f44c2616b6</url>
    <id>0eef3b82561d3d2bfa7f604b1fa6f9f44c2616b6</id>
    <committed-date>2009-04-29T02:47:36-07:00</committed-date>
    <authored-date>2009-04-29T02:47:36-07:00</authored-date>
    <message>added dependent destroy for globalize_translations. When a record with translated attributes is destroyed - the associated translations will be deleted as well. thanks to http://github.com/kares</message>
    <tree>ca7e969af0f5c7043f566b325150ed8591271d59</tree>
    <committer>
      <name>hukl</name>
      <email>contact@smyck.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3f7c2f64788500ab5936048f4453e2d2fa80b80d</id>
      </parent>
    </parents>
    <author>
      <name>hukl</name>
      <email>contact@smyck.org</email>
    </author>
    <url>http://github.com/joshmh/globalize2/commit/ecfe0ba42227fe28420bb3282c6492a351d4efd6</url>
    <id>ecfe0ba42227fe28420bb3282c6492a351d4efd6</id>
    <committed-date>2009-04-20T02:08:29-07:00</committed-date>
    <authored-date>2009-04-19T23:51:03-07:00</authored-date>
    <message>Passing options hash to reload so it doesn't break the default rails reload method.

Also removed alias_method_chain for reload to keep things up to date for Rails 3.0. That change didn't break anything.</message>
    <tree>2589350e9e2f3db64f744c2bcada63aa31e0a6fe</tree>
    <committer>
      <name>hukl</name>
      <email>contact@smyck.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a46ab1e885c37aff435823d992cc8c919b0e3c50</id>
      </parent>
    </parents>
    <author>
      <name>hukl</name>
      <email>contact@smyck.org</email>
    </author>
    <url>http://github.com/joshmh/globalize2/commit/3f7c2f64788500ab5936048f4453e2d2fa80b80d</url>
    <id>3f7c2f64788500ab5936048f4453e2d2fa80b80d</id>
    <committed-date>2009-04-08T13:00:03-07:00</committed-date>
    <authored-date>2009-04-08T12:20:03-07:00</authored-date>
    <message>adding set_translations method which allows to set multiple translations for a given translated record at once. It is possible to update only certain attributes for some locales as well leaving the other translations / attributes as they are. Options hash looks like:

options {
	:en =&gt; { :title =&gt; &quot;Hello&quot; }
	:de =&gt; { :title =&gt; &quot;Hallo&quot;, :text =&gt; &quot;Wie gehts?&quot;}
}

That would update only the :title on the english version of the record but updating :title and :text on the german one.

Added tests as well</message>
    <tree>4d6f64f11653f1182dc6426a66afec66447b8479</tree>
    <committer>
      <name>hukl</name>
      <email>contact@smyck.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>96b1db6f8d43bab931cae9a70573aee6eec9a91b</id>
      </parent>
    </parents>
    <author>
      <name>hukl</name>
      <email>contact@smyck.org</email>
    </author>
    <url>http://github.com/joshmh/globalize2/commit/a46ab1e885c37aff435823d992cc8c919b0e3c50</url>
    <id>a46ab1e885c37aff435823d992cc8c919b0e3c50</id>
    <committed-date>2009-03-31T08:29:22-07:00</committed-date>
    <authored-date>2009-03-31T08:29:22-07:00</authored-date>
    <message>added test for the include patch just to verify everything stays the same</message>
    <tree>3ffb0ade0aa8d82019f756c57dc6246abb7e4bc2</tree>
    <committer>
      <name>hukl</name>
      <email>contact@smyck.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e0935a0a6c0c7305e575d3a9962229bd5f44cb1a</id>
      </parent>
      <parent>
        <id>cee0b0a422a2e8cfab2b864a43fbde573659c8f7</id>
      </parent>
    </parents>
    <author>
      <name>hukl</name>
      <email>contact@smyck.org</email>
    </author>
    <url>http://github.com/joshmh/globalize2/commit/96b1db6f8d43bab931cae9a70573aee6eec9a91b</url>
    <id>96b1db6f8d43bab931cae9a70573aee6eec9a91b</id>
    <committed-date>2009-03-31T08:28:02-07:00</committed-date>
    <authored-date>2009-03-31T08:28:02-07:00</authored-date>
    <message>Merge branch 'master' of git://github.com/joshmh/globalize2</message>
    <tree>5ebdebf1f9c97f8968d0fe7b3bcef852a126496e</tree>
    <committer>
      <name>hukl</name>
      <email>contact@smyck.org</email>
    </committer>
  </commit>
</commits>
