<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>659afc964510fff98e2ea2aaea316df21ddb98f3</id>
      </parent>
    </parents>
    <author>
      <name>Fabricio Zuardi</name>
      <email>fabricio@gmail.com</email>
    </author>
    <url>http://github.com/fczuardi/gae-rest/commit/4488ccbec233f09f066e09d44a8aa7a2b6ddb469</url>
    <id>4488ccbec233f09f066e09d44a8aa7a2b6ddb469</id>
    <committed-date>2008-07-07T12:13:24-07:00</committed-date>
    <authored-date>2008-07-07T12:13:24-07:00</authored-date>
    <message>The feed was throwing error when a value have unicode characteres</message>
    <tree>e580ac001ea5b43d13def4c971275b6137a8dc6a</tree>
    <committer>
      <name>Fabricio Zuardi</name>
      <email>fabricio@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5f97a0a3e442f1970c3a2effed9ec61e16b3608d</id>
      </parent>
    </parents>
    <author>
      <name>Fabricio Zuardi</name>
      <email>fabricio@gmail.com</email>
    </author>
    <url>http://github.com/fczuardi/gae-rest/commit/659afc964510fff98e2ea2aaea316df21ddb98f3</url>
    <id>659afc964510fff98e2ea2aaea316df21ddb98f3</id>
    <committed-date>2008-07-07T10:24:11-07:00</committed-date>
    <authored-date>2008-07-07T10:24:11-07:00</authored-date>
    <message>Atom feeds now returns id on entries, plus you can now query by id='&#8230;'</message>
    <tree>dcb5fdd10fd778ecedcc416c462ef248ef562aa6</tree>
    <committer>
      <name>Fabricio Zuardi</name>
      <email>fabricio@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>249db215b84aefe92e34aac3c5b8c76baa378c81</id>
      </parent>
    </parents>
    <author>
      <name>Fabricio Zuardi</name>
      <email>fabricio@gmail.com</email>
    </author>
    <url>http://github.com/fczuardi/gae-rest/commit/5f97a0a3e442f1970c3a2effed9ec61e16b3608d</url>
    <id>5f97a0a3e442f1970c3a2effed9ec61e16b3608d</id>
    <committed-date>2008-07-06T22:42:06-07:00</committed-date>
    <authored-date>2008-07-06T22:42:06-07:00</authored-date>
    <message>Allow one entity property to be used as value for 2 or more known atom
elements.
For example, if the user wants to use the same attribute as summary and
content</message>
    <tree>c25fb162eabecdd9356f99f6c9ead2d91219d086</tree>
    <committer>
      <name>Fabricio Zuardi</name>
      <email>fabricio@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e0d4cfed1cd1b4230f9a5b2e64b75e862e274188</id>
      </parent>
    </parents>
    <author>
      <name>Jonas Galvez</name>
      <email>jonas@codeazur.com.br</email>
    </author>
    <url>http://github.com/fczuardi/gae-rest/commit/ebd9c6edb5f6365ea9b34f4c3498a16cef83a446</url>
    <id>ebd9c6edb5f6365ea9b34f4c3498a16cef83a446</id>
    <committed-date>2008-07-06T15:42:43-07:00</committed-date>
    <authored-date>2008-07-06T15:42:43-07:00</authored-date>
    <message>Improved way special handlers are defined.</message>
    <tree>1acac9bf37a9073258974464b65afa3ceadcbe99</tree>
    <committer>
      <name>Jonas Galvez</name>
      <email>jonas@codeazur.com.br</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6ea93bff7ff52f2b479befcd7df8fc3851aa3182</id>
      </parent>
    </parents>
    <author>
      <name>Fabricio Zuardi</name>
      <email>fabricio@Zuardi-main.local</email>
    </author>
    <url>http://github.com/fczuardi/gae-rest/commit/e0d4cfed1cd1b4230f9a5b2e64b75e862e274188</url>
    <id>e0d4cfed1cd1b4230f9a5b2e64b75e862e274188</id>
    <committed-date>2008-07-06T14:30:19-07:00</committed-date>
    <authored-date>2008-07-06T13:41:24-07:00</authored-date>
    <message>Added rules to map certain attributes to the atom standard elements, like summary, title published, updated, author. And a new config file in the place of the models.py</message>
    <tree>f5d7fcae15be4cac707471d8f17cd9d34003d5cd</tree>
    <committer>
      <name>Fabricio Zuardi</name>
      <email>fabricio@Zuardi-main.local</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f74317ef809a48f9f93f0ba49d817e5c9a6fe78a</id>
      </parent>
    </parents>
    <author>
      <name>Jonas Galvez</name>
      <email>jonas@codeazur.com.br</email>
    </author>
    <url>http://github.com/fczuardi/gae-rest/commit/6ea93bff7ff52f2b479befcd7df8fc3851aa3182</url>
    <id>6ea93bff7ff52f2b479befcd7df8fc3851aa3182</id>
    <committed-date>2008-07-06T10:39:53-07:00</committed-date>
    <authored-date>2008-07-06T10:39:53-07:00</authored-date>
    <message>* Added special handler for author elements.
* Moved models.py into config.py for greater flexibility.</message>
    <tree>85cb47e05c64ab9afa57f8f10032d8a5db66be5f</tree>
    <committer>
      <name>Jonas Galvez</name>
      <email>jonas@codeazur.com.br</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>258066f5e1a32c999e04a9313943fdfa8e64edd9</id>
      </parent>
    </parents>
    <author>
      <name>Fabricio Zuardi</name>
      <email>fabricio@Zuardi-main.local</email>
    </author>
    <url>http://github.com/fczuardi/gae-rest/commit/75fb6b3e1387c75b804bb447f312bf15459d861e</url>
    <id>75fb6b3e1387c75b804bb447f312bf15459d861e</id>
    <committed-date>2008-07-05T14:57:40-07:00</committed-date>
    <authored-date>2008-07-05T14:53:20-07:00</authored-date>
    <message>Changed the way we find all content type classes to be a manually entered array. Plus we incorporated the example/cars version of the xn.py into the main one because that was better KTHXBAI OMGWTFLOL</message>
    <tree>c6572c320c54295aab53c74eaeaeba914baa6716</tree>
    <committer>
      <name>Fabricio Zuardi</name>
      <email>fabricio@Zuardi-main.local</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c181714b0cc9dafc0503add7092344810b7b910d</id>
      </parent>
    </parents>
    <author>
      <name>Jonas Galvez</name>
      <email>jonas@codeazur.com.br</email>
    </author>
    <url>http://github.com/fczuardi/gae-rest/commit/a4277212d5a458a596444895c74191af5de01f12</url>
    <id>a4277212d5a458a596444895c74191af5de01f12</id>
    <committed-date>2008-06-21T14:37:53-07:00</committed-date>
    <authored-date>2008-06-21T14:37:53-07:00</authored-date>
    <message>XNQueryHandler using XNQueryParser and GQLQueryBuilder</message>
    <tree>ea7138d69f0ff1652f8736fea2b597871f0e7cba</tree>
    <committer>
      <name>Jonas Galvez</name>
      <email>jonas@codeazur.com.br</email>
    </committer>
  </commit>
</commits>
