<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>6caa002694f19b08b9c077c5d8217d94284e458d</id>
      </parent>
    </parents>
    <author>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </author>
    <url>http://github.com/jezdez/django-authority/commit/539a8bf6376fc843f7b6b51a15efdd2bd7f5f02d</url>
    <id>539a8bf6376fc843f7b6b51a15efdd2bd7f5f02d</id>
    <committed-date>2009-06-11T16:57:08-07:00</committed-date>
    <authored-date>2009-06-11T16:57:08-07:00</authored-date>
    <message>Removed some debug print statements and got rid of the importlib in authority.autodiscover()</message>
    <tree>9700d538d9fc449c37defa172e5bb06da33cf595</tree>
    <committer>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0ffda098d5258d3c8d1f5b158748372c5bccf4cf</id>
      </parent>
    </parents>
    <author>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </author>
    <url>http://github.com/jezdez/django-authority/commit/6caa002694f19b08b9c077c5d8217d94284e458d</url>
    <id>6caa002694f19b08b9c077c5d8217d94284e458d</id>
    <committed-date>2009-06-11T16:48:50-07:00</committed-date>
    <authored-date>2009-06-11T16:48:50-07:00</authored-date>
    <message>Removed old exceptions and the autodiscover call which should be made in urls.py like admin</message>
    <tree>9a1528a0108395c2cffc047377043c9193a9a493</tree>
    <committer>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6163e02b26e7c307701719df12559967175ea53b</id>
      </parent>
    </parents>
    <author>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </author>
    <url>http://github.com/jezdez/django-authority/commit/0ffda098d5258d3c8d1f5b158748372c5bccf4cf</url>
    <id>0ffda098d5258d3c8d1f5b158748372c5bccf4cf</id>
    <committed-date>2009-06-11T16:25:39-07:00</committed-date>
    <authored-date>2009-06-11T16:25:39-07:00</authored-date>
    <message>Got rid of unneeded importlib.import_module import, err.</message>
    <tree>d83fd05d3c1af64bc69e51329cf8b52631886d0f</tree>
    <committer>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ff0150398ca94726eb77b64a9c40ac8382c5f1d6</id>
      </parent>
    </parents>
    <author>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </author>
    <url>http://github.com/jezdez/django-authority/commit/6163e02b26e7c307701719df12559967175ea53b</url>
    <id>6163e02b26e7c307701719df12559967175ea53b</id>
    <committed-date>2009-06-11T16:22:43-07:00</committed-date>
    <authored-date>2009-06-11T16:22:43-07:00</authored-date>
    <message>A short description for the example FlatPagePermission</message>
    <tree>3a6c5b524a21211fa138829b59d8da1fec1d388e</tree>
    <committer>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dfa487e44d2d029b3c9d1d0585bb552f330b32cb</id>
      </parent>
    </parents>
    <author>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </author>
    <url>http://github.com/jezdez/django-authority/commit/ff0150398ca94726eb77b64a9c40ac8382c5f1d6</url>
    <id>ff0150398ca94726eb77b64a9c40ac8382c5f1d6</id>
    <committed-date>2009-06-11T16:12:51-07:00</committed-date>
    <authored-date>2009-06-11T16:12:51-07:00</authored-date>
    <message>Updated the FlatPage permissions to work with the latest changes. Added a custom permission check 'top_secret'. Added more examples to flatpage template.</message>
    <tree>62c6f70b3b1d4758bb8868a11051ca9df3e5869c</tree>
    <committer>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ea8f0168e8b0ef159554fa178f408970ee43d877</id>
      </parent>
    </parents>
    <author>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </author>
    <url>http://github.com/jezdez/django-authority/commit/dfa487e44d2d029b3c9d1d0585bb552f330b32cb</url>
    <id>dfa487e44d2d029b3c9d1d0585bb552f330b32cb</id>
    <committed-date>2009-06-11T16:11:06-07:00</committed-date>
    <authored-date>2009-06-11T16:11:06-07:00</authored-date>
    <message>Moved a bunch of methods to the model manager, which now resides in its own file. Promoted permission registry to a class to put some utility functions to it, including a function to compile a choice list for a given permission label. Updated __unicode__ of Permission model. Added new default permission check 'can_browse'. Added support for verbose names of permission checks. Updated forms to work with all changes. Moved codename field to base form class.</message>
    <tree>f4172b8f06a4c8071d50178d00cb123d3f440075</tree>
    <committer>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fd6da1d1292e9f4ad058af29666e5ae572af7595</id>
      </parent>
    </parents>
    <author>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </author>
    <url>http://github.com/jezdez/django-authority/commit/ea8f0168e8b0ef159554fa178f408970ee43d877</url>
    <id>ea8f0168e8b0ef159554fa178f408970ee43d877</id>
    <committed-date>2009-06-11T16:00:04-07:00</committed-date>
    <authored-date>2009-06-11T16:00:04-07:00</authored-date>
    <message>Removed ipython and added django-extensions, django-debug-toolbar</message>
    <tree>6ac20b294a8e6b453bf4c95388cc8019231c8f0e</tree>
    <committer>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9e666d90991b505c4937d73d45b4d3266690ec01</id>
      </parent>
    </parents>
    <author>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </author>
    <url>http://github.com/jezdez/django-authority/commit/fd6da1d1292e9f4ad058af29666e5ae572af7595</url>
    <id>fd6da1d1292e9f4ad058af29666e5ae572af7595</id>
    <committed-date>2009-06-11T15:59:00-07:00</committed-date>
    <authored-date>2009-06-11T15:59:00-07:00</authored-date>
    <message>Fixed manifest template</message>
    <tree>41ed52615294a29eb2a9d50dfdefadecd6e5df85</tree>
    <committer>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5c6fcfe88425eb917760da39d985282d44cecac2</id>
      </parent>
    </parents>
    <author>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </author>
    <url>http://github.com/jezdez/django-authority/commit/9e666d90991b505c4937d73d45b4d3266690ec01</url>
    <id>9e666d90991b505c4937d73d45b4d3266690ec01</id>
    <committed-date>2009-06-11T15:54:48-07:00</committed-date>
    <authored-date>2009-06-11T15:54:48-07:00</authored-date>
    <message>Renamed permissions template tags</message>
    <tree>868f79c5ea79c6e44771b7c7720b28e9711ba62b</tree>
    <committer>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1676c12e30ee214fbd552d179b2e58adb8b94f80</id>
      </parent>
    </parents>
    <author>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </author>
    <url>http://github.com/jezdez/django-authority/commit/5c6fcfe88425eb917760da39d985282d44cecac2</url>
    <id>5c6fcfe88425eb917760da39d985282d44cecac2</id>
    <committed-date>2009-06-11T15:54:34-07:00</committed-date>
    <authored-date>2009-06-11T15:54:34-07:00</authored-date>
    <message>Renamed permissions template tags

--HG--
rename : src/authority/templatetags/permissions_tags.py =&gt; src/authority/templatetags/permissions.py</message>
    <tree>c262bf91675a4db4d42765b233a9672807e9addd</tree>
    <committer>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4e91ac30e731e8f9f48996cca08794e7427c0780</id>
      </parent>
    </parents>
    <author>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </author>
    <url>http://github.com/jezdez/django-authority/commit/1676c12e30ee214fbd552d179b2e58adb8b94f80</url>
    <id>1676c12e30ee214fbd552d179b2e58adb8b94f80</id>
    <committed-date>2009-06-08T04:19:14-07:00</committed-date>
    <authored-date>2009-06-08T04:19:14-07:00</authored-date>
    <message>made flatpage template nicer, heh</message>
    <tree>e44a968e17192e09794ad0e4b3bf22e536e8e69a</tree>
    <committer>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5d76231cbe2588d490f6ba8b3e725c200b15e3b1</id>
      </parent>
    </parents>
    <author>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </author>
    <url>http://github.com/jezdez/django-authority/commit/4e91ac30e731e8f9f48996cca08794e7427c0780</url>
    <id>4e91ac30e731e8f9f48996cca08794e7427c0780</id>
    <committed-date>2009-06-08T04:18:54-07:00</committed-date>
    <authored-date>2009-06-08T04:18:54-07:00</authored-date>
    <message>Fixed fallback to Django's permission system</message>
    <tree>31676dc63b88f629ad35e5c77bd734c4fa3e0524</tree>
    <committer>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fd6f5d5d8ca57467062103fbab2e871406a9a055</id>
      </parent>
    </parents>
    <author>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </author>
    <url>http://github.com/jezdez/django-authority/commit/5d76231cbe2588d490f6ba8b3e725c200b15e3b1</url>
    <id>5d76231cbe2588d490f6ba8b3e725c200b15e3b1</id>
    <committed-date>2009-06-08T03:25:10-07:00</committed-date>
    <authored-date>2009-06-08T03:25:10-07:00</authored-date>
    <message>Hm, silly</message>
    <tree>a4dfcb8c4cb9e7f414673557a197851b68d74403</tree>
    <committer>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>93ee4e7239cb715506deadac13093213d3238877</id>
      </parent>
    </parents>
    <author>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </author>
    <url>http://github.com/jezdez/django-authority/commit/fd6f5d5d8ca57467062103fbab2e871406a9a055</url>
    <id>fd6f5d5d8ca57467062103fbab2e871406a9a055</id>
    <committed-date>2009-06-08T03:06:29-07:00</committed-date>
    <authored-date>2009-06-08T03:06:29-07:00</authored-date>
    <message>Updates to hgignore</message>
    <tree>781b0445288931784916dfdeeda7c26adab60b91</tree>
    <committer>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>96a80d27a1a7ba9fc7234593012f9ee8f674490c</id>
      </parent>
    </parents>
    <author>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </author>
    <url>http://github.com/jezdez/django-authority/commit/93ee4e7239cb715506deadac13093213d3238877</url>
    <id>93ee4e7239cb715506deadac13093213d3238877</id>
    <committed-date>2009-06-08T03:06:14-07:00</committed-date>
    <authored-date>2009-06-08T03:06:14-07:00</authored-date>
    <message>Added setup.py and LICENSE</message>
    <tree>27307d4e9750b562616d1332fc95e21c4d8554de</tree>
    <committer>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d0ebca03a2d4db95fa1fc0ba0a06dbc475bf76c4</id>
      </parent>
    </parents>
    <author>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </author>
    <url>http://github.com/jezdez/django-authority/commit/96a80d27a1a7ba9fc7234593012f9ee8f674490c</url>
    <id>96a80d27a1a7ba9fc7234593012f9ee8f674490c</id>
    <committed-date>2009-06-08T03:03:49-07:00</committed-date>
    <authored-date>2009-06-08T03:03:49-07:00</authored-date>
    <message>Added example project</message>
    <tree>0dbb498874e63465b539c05910675074284427fd</tree>
    <committer>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>efe086a5083cdaee22775ea5c32dfc691a6eb99e</id>
      </parent>
    </parents>
    <author>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </author>
    <url>http://github.com/jezdez/django-authority/commit/d0ebca03a2d4db95fa1fc0ba0a06dbc475bf76c4</url>
    <id>d0ebca03a2d4db95fa1fc0ba0a06dbc475bf76c4</id>
    <committed-date>2009-06-08T03:00:44-07:00</committed-date>
    <authored-date>2009-06-08T03:00:44-07:00</authored-date>
    <message>added authority app</message>
    <tree>2a6c9fa5661b83f065e206e5d1922b9788e9f0c7</tree>
    <committer>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </committer>
  </commit>
  <commit>
    <parents type="array"/>
    <author>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </author>
    <url>http://github.com/jezdez/django-authority/commit/efe086a5083cdaee22775ea5c32dfc691a6eb99e</url>
    <id>efe086a5083cdaee22775ea5c32dfc691a6eb99e</id>
    <committed-date>2009-06-08T02:58:38-07:00</committed-date>
    <authored-date>2009-06-08T02:58:38-07:00</authored-date>
    <message>initial checkin with buildout and some other default files</message>
    <tree>bafa9521dc0eca2278cfcc848fbf27fd6febd644</tree>
    <committer>
      <name>Jannis Leidel</name>
      <email>jannis@leidel.info</email>
    </committer>
  </commit>
</commits>
