<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>cc2c15543c72ba16fd11b16af49c29c5cc0afe73</id>
      </parent>
    </parents>
    <author>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </author>
    <url>http://github.com/vito/chyrp/commit/78aa173cce00f68bbb74cbc7c56916009470fe5e</url>
    <id>78aa173cce00f68bbb74cbc7c56916009470fe5e</id>
    <committed-date>2009-07-26T18:27:17-07:00</committed-date>
    <authored-date>2009-07-26T18:27:17-07:00</authored-date>
    <message>Admin theming. [#1 state:resolved]

One difference from the original plan; admin themes go in /admin/themes instead of /themes/admin.</message>
    <tree>6eb60e1972b01e4bb8e372023a1e4376dccf92de</tree>
    <committer>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4e4c50dbbc6e94bb294d274118554ecc90e5f75b</id>
      </parent>
    </parents>
    <author>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </author>
    <url>http://github.com/vito/chyrp/commit/04f5b4fb7de37a4dbf8fc48fd5d34da8e272f8dd</url>
    <id>04f5b4fb7de37a4dbf8fc48fd5d34da8e272f8dd</id>
    <committed-date>2009-07-20T17:46:26-07:00</committed-date>
    <authored-date>2009-07-20T17:46:26-07:00</authored-date>
    <message>* Initial support for PostgreSQL.
* SQL-&gt;replace now takes another argument listing the columns to match the replace on.
* SQL-&gt;latest now requires a table name to be passed.
* Fixed errors triggered by the installer failing.</message>
    <tree>10521afe699bdc51d80a5ab19dfdf62636214398</tree>
    <committer>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e795987e9a5cd9fb29998031c6725cb74a68d5c8</id>
      </parent>
    </parents>
    <author>
      <name>David Abdemoulaie</name>
      <email>github@hobodave.com</email>
    </author>
    <url>http://github.com/vito/chyrp/commit/ac93915dca5fd0256e5856c83a21fa370f673110</url>
    <id>ac93915dca5fd0256e5856c83a21fa370f673110</id>
    <committed-date>2009-07-15T16:31:04-07:00</committed-date>
    <authored-date>2009-07-15T14:36:06-07:00</authored-date>
    <message>Added USE_ZLIB constant to toggle zlib usage. Whitespace fixes

Signed-off-by: Alex Suraci &lt;i.am@toogeneric.com&gt;</message>
    <tree>fc2f4a89ca48254911a0d8489cd3687d1c5a1bd4</tree>
    <committer>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dc443002d28a44404ab39edd61a8bc22f6cc711c</id>
      </parent>
    </parents>
    <author>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </author>
    <url>http://github.com/vito/chyrp/commit/09a424df47e2c60196b4db2fe573b9dacc3247fd</url>
    <id>09a424df47e2c60196b4db2fe573b9dacc3247fd</id>
    <committed-date>2009-06-19T21:01:57-07:00</committed-date>
    <authored-date>2009-06-19T21:01:57-07:00</authored-date>
    <message>Fixed users column upgrade step ignoring the table prefix.</message>
    <tree>06448045e81a93eff7283eb7f72c93a6976d7cea</tree>
    <committer>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fdf1ba991bc6ace2d88ce3fbc63b48f7cc9c21dd</id>
      </parent>
    </parents>
    <author>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </author>
    <url>http://github.com/vito/chyrp/commit/6e5e34d3d90cc95dca80a0164b933e11fbfcc601</url>
    <id>6e5e34d3d90cc95dca80a0164b933e11fbfcc601</id>
    <committed-date>2009-06-17T08:04:00-07:00</committed-date>
    <authored-date>2009-06-17T08:04:00-07:00</authored-date>
    <message>Updated the maximum length for the password column to 60, so users with CRYPT_BLOWFISH can have working password hashing.</message>
    <tree>1ac7001cff3722f42e86d82fc2a3a5662de988da</tree>
    <committer>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5616965115216b18e398dbdc3256fa7904528b4d</id>
      </parent>
    </parents>
    <author>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </author>
    <url>http://github.com/vito/chyrp/commit/870df6e2526e260a1fe3afecb5e3eb36a14ab9ac</url>
    <id>870df6e2526e260a1fe3afecb5e3eb36a14ab9ac</id>
    <committed-date>2009-05-16T18:27:42-07:00</committed-date>
    <authored-date>2009-05-16T18:27:42-07:00</authored-date>
    <message>* Added upgrader for users table password column.
* Include PasswordHash into installer.
* Moved the PasswordHash class to the /includes/lib dir instead.</message>
    <tree>52471ec80ab558d128b30b1a6567bc73bc30f38a</tree>
    <committer>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>558f8f3f1acc05604d01a8b45ad44c6215663e31</id>
      </parent>
    </parents>
    <author>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </author>
    <url>http://github.com/vito/chyrp/commit/07d37d914496da2c6df52bfc5245527bd2fab31c</url>
    <id>07d37d914496da2c6df52bfc5245527bd2fab31c</id>
    <committed-date>2009-04-01T18:31:12-07:00</committed-date>
    <authored-date>2009-04-01T18:31:12-07:00</authored-date>
    <message>&quot;Verdana&quot; -&gt; Verdana</message>
    <tree>f77c0f33edf753e984a4d22c140b15c747e2066b</tree>
    <committer>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d02d92a8ce163a9b97ea006e9dda4e25e975f601</id>
      </parent>
    </parents>
    <author>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </author>
    <url>http://github.com/vito/chyrp/commit/558f8f3f1acc05604d01a8b45ad44c6215663e31</url>
    <id>558f8f3f1acc05604d01a8b45ad44c6215663e31</id>
    <committed-date>2009-04-01T18:25:42-07:00</committed-date>
    <authored-date>2009-04-01T18:25:42-07:00</authored-date>
    <message>* Added more constants to the upgrade.php header.
* Fixed very strange error with the Tagginator's upgrader.</message>
    <tree>6a51a89a79a3286fd1e81a09d2bab6c56117256b</tree>
    <committer>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1242d5f215f1f4e6304d19feb30d8fd5cf559d6a</id>
      </parent>
    </parents>
    <author>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </author>
    <url>http://github.com/vito/chyrp/commit/7dc85ce02a92a791fdfe8c9c197441cac0a2a256</url>
    <id>7dc85ce02a92a791fdfe8c9c197441cac0a2a256</id>
    <committed-date>2008-10-25T20:58:33-07:00</committed-date>
    <authored-date>2008-10-25T20:58:33-07:00</authored-date>
    <message>Documentation tweaks.</message>
    <tree>1bd7d1c70697b8d74557c3fad7b67c134a88c430</tree>
    <committer>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c176b620b590f282058e24641341e68560d34411</id>
      </parent>
    </parents>
    <author>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </author>
    <url>http://github.com/vito/chyrp/commit/e2624225868850a497d7be35539702e66719aa25</url>
    <id>e2624225868850a497d7be35539702e66719aa25</id>
    <committed-date>2008-10-25T11:32:07-07:00</committed-date>
    <authored-date>2008-10-25T11:32:07-07:00</authored-date>
    <message>Fixed empty CDATA field wonkiness in the make_posts_safe upgrade task.</message>
    <tree>4aa1d9f6556ef753bfd39c2dfafe9fdd20321cf6</tree>
    <committer>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>37207e939908a8d85e40a0d319c2bde73e37e35e</id>
      </parent>
    </parents>
    <author>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </author>
    <url>http://github.com/vito/chyrp/commit/c176b620b590f282058e24641341e68560d34411</url>
    <id>c176b620b590f282058e24641341e68560d34411</id>
    <committed-date>2008-10-25T11:18:44-07:00</committed-date>
    <authored-date>2008-10-25T11:18:44-07:00</authored-date>
    <message>* Finished the upgrader for the Tagginator module for converting the post_attributes to YAML.
* Added helpful messages to indicate that a backup was saved in the event of failure.</message>
    <tree>2ac9e0ce51218d600cfd6ab6c2e0dca57154e474</tree>
    <committer>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bf8b8353f924a376e0e32b639386dd306dce84db</id>
      </parent>
    </parents>
    <author>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </author>
    <url>http://github.com/vito/chyrp/commit/9f55a9418f16192ad53cb87298c31f208d38f098</url>
    <id>9f55a9418f16192ad53cb87298c31f208d38f098</id>
    <committed-date>2008-10-24T14:45:35-07:00</committed-date>
    <authored-date>2008-10-24T14:45:35-07:00</authored-date>
    <message>* Split fallback() into oneof() for returning (use @ to silence missing variables) and fallback() for setting.
  * Both functions take as many arguments until one is non-empty. fallback()'s first argument is the variable to fallback.
* Minor template cleanups/enhancements, mostly on deletion pages.</message>
    <tree>d00b4a998e2a91ccdbe4e68fee89afd5583bd219</tree>
    <committer>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>db00f2d2a330b06a30bb3a2451b6b04d4251a2ba</id>
      </parent>
    </parents>
    <author>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </author>
    <url>http://github.com/vito/chyrp/commit/bf8b8353f924a376e0e32b639386dd306dce84db</url>
    <id>bf8b8353f924a376e0e32b639386dd306dce84db</id>
    <committed-date>2008-10-22T17:12:28-07:00</committed-date>
    <authored-date>2008-10-22T17:12:28-07:00</authored-date>
    <message>Tweaked backup post dump logic.</message>
    <tree>27288679b9553355fcc3dbadefce3757a7513afb</tree>
    <committer>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b2ae85ad18db9b894a434d92e465b44ff390e55f</id>
      </parent>
    </parents>
    <author>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </author>
    <url>http://github.com/vito/chyrp/commit/db00f2d2a330b06a30bb3a2451b6b04d4251a2ba</url>
    <id>db00f2d2a330b06a30bb3a2451b6b04d4251a2ba</id>
    <committed-date>2008-10-22T17:10:38-07:00</committed-date>
    <authored-date>2008-10-22T17:10:38-07:00</authored-date>
    <message>* Tweaked the upgrader to not use ALTER TABLE when removing the `xml` column.
* Fixed the .htaccess update task check regexp.</message>
    <tree>7066e1cdff373b0e84bbb9f1da54a145ef469a9d</tree>
    <committer>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>79448c21ab163f53a096dcfb866af657e3018d0e</id>
      </parent>
    </parents>
    <author>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </author>
    <url>http://github.com/vito/chyrp/commit/2f916c9eee8cd53b381968bf0a01f61d235d94ab</url>
    <id>2f916c9eee8cd53b381968bf0a01f61d235d94ab</id>
    <committed-date>2008-10-19T16:07:45-07:00</committed-date>
    <authored-date>2008-10-19T16:07:45-07:00</authored-date>
    <message>Added primitive .twig protection to the .htaccess.</message>
    <tree>c9567e0bbb2f49508109a428e8eb44c78de15c25</tree>
    <committer>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>581fef9e036d142e8a3ee9fe37cadfcd002f7b35</id>
      </parent>
    </parents>
    <author>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </author>
    <url>http://github.com/vito/chyrp/commit/79448c21ab163f53a096dcfb866af657e3018d0e</url>
    <id>79448c21ab163f53a096dcfb866af657e3018d0e</id>
    <committed-date>2008-10-19T15:50:11-07:00</committed-date>
    <authored-date>2008-10-19T15:50:11-07:00</authored-date>
    <message>Updated the post-upgrade group permissions blurb to include a link to Manage Groups.</message>
    <tree>62084ebb72b8bb06f9fdd8702d7d4e5a928f00b6</tree>
    <committer>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>873b09450e42cb85803739c16d8570f27a2d2d93</id>
      </parent>
    </parents>
    <author>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </author>
    <url>http://github.com/vito/chyrp/commit/ca72a76ce3f41876738ce34957f277777677b027</url>
    <id>ca72a76ce3f41876738ce34957f277777677b027</id>
    <committed-date>2008-10-19T15:37:45-07:00</committed-date>
    <authored-date>2008-10-19T15:37:45-07:00</authored-date>
    <message>Adjusted the post-upgrade instructions.</message>
    <tree>5cc9eb82281bb7a6698acf3cb787b1c0a3f0c63a</tree>
    <committer>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cc6cfb695ae440c2562a49e05a5ef784c31e0d3b</id>
      </parent>
    </parents>
    <author>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </author>
    <url>http://github.com/vito/chyrp/commit/c547f582a6db205c49716558fd8f60bac47799f9</url>
    <id>c547f582a6db205c49716558fd8f60bac47799f9</id>
    <committed-date>2008-10-17T14:19:59-07:00</committed-date>
    <authored-date>2008-10-17T14:19:59-07:00</authored-date>
    <message>* Changed self_url() to use HTTP_HOST instead of SERVER_NAME. [#230 state:resolved]
* Fixed a typo in the upgrader.</message>
    <tree>af661dabb6d00af746c2654d4451764c47ac3430</tree>
    <committer>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9cfed713189f274c8d44aaebc87776306b5a4374</id>
      </parent>
    </parents>
    <author>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </author>
    <url>http://github.com/vito/chyrp/commit/64c754159269df11bce534fa09c25537e2c7a532</url>
    <id>64c754159269df11bce534fa09c25537e2c7a532</id>
    <committed-date>2008-10-14T14:05:07-07:00</committed-date>
    <authored-date>2008-10-14T14:05:07-07:00</authored-date>
    <message>Tagginator module now uses the post_attributes table.</message>
    <tree>24afab654dc81d03eeb4d152edbc7b48a1c5be28</tree>
    <committer>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9ec6c3a3a95818d9c03126d846a999a41f941d22</id>
      </parent>
    </parents>
    <author>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </author>
    <url>http://github.com/vito/chyrp/commit/7ba83c513b264284ce783706a9543a9f24d34456</url>
    <id>7ba83c513b264284ce783706a9543a9f24d34456</id>
    <committed-date>2008-10-11T16:39:47-07:00</committed-date>
    <authored-date>2008-10-11T16:39:47-07:00</authored-date>
    <message>A few upgrader tweaks to work back to beta 1.</message>
    <tree>c9b9bd712a502146f70196a77b7dcc8d76cdc0f3</tree>
    <committer>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5980be6418ca86847f5a3988eae669caac4bade2</id>
      </parent>
    </parents>
    <author>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </author>
    <url>http://github.com/vito/chyrp/commit/7f2ab84694b9971aa5a2de336f01ea2470c1b157</url>
    <id>7f2ab84694b9971aa5a2de336f01ea2470c1b157</id>
    <committed-date>2008-10-11T14:45:02-07:00</committed-date>
    <authored-date>2008-10-11T14:45:02-07:00</authored-date>
    <message>Upgrader updates. Tested with 1.1.3.2.</message>
    <tree>c401cc7a6e5f1843753f29c582f2363bd0231515</tree>
    <committer>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7b38189ef16277214f178295eb16c8e33d7f011c</id>
      </parent>
    </parents>
    <author>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </author>
    <url>http://github.com/vito/chyrp/commit/522b397d8ac6b09cc233d576b30d9707c6626b96</url>
    <id>522b397d8ac6b09cc233d576b30d9707c6626b96</id>
    <committed-date>2008-10-11T13:01:51-07:00</committed-date>
    <authored-date>2008-10-11T13:01:51-07:00</authored-date>
    <message>Fixed post_xml_to_db upgrade task with empty or NULL XML columns.</message>
    <tree>4c1ed750935282fef72f80f5c85c10503c9694b3</tree>
    <committer>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a4a1bb3dbe66bdf0ab629f49b202d31b146ad5b0</id>
      </parent>
    </parents>
    <author>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </author>
    <url>http://github.com/vito/chyrp/commit/7b38189ef16277214f178295eb16c8e33d7f011c</url>
    <id>7b38189ef16277214f178295eb16c8e33d7f011c</id>
    <committed-date>2008-10-11T12:58:55-07:00</committed-date>
    <authored-date>2008-10-11T12:58:55-07:00</authored-date>
    <message>Re-added the &quot;xml&quot; column to the &quot;posts&quot; structure in the update_post_status_column, since it'll likely still be being used for attributes when this upgrade task is run.</message>
    <tree>28c40851fdce2a130e4c2b62e026aa9e52610820</tree>
    <committer>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8213f926d4cd3d0397697e0ae90837983c5b7003</id>
      </parent>
    </parents>
    <author>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </author>
    <url>http://github.com/vito/chyrp/commit/a4a1bb3dbe66bdf0ab629f49b202d31b146ad5b0</url>
    <id>a4a1bb3dbe66bdf0ab629f49b202d31b146ad5b0</id>
    <committed-date>2008-10-11T12:54:52-07:00</committed-date>
    <authored-date>2008-10-11T12:54:52-07:00</authored-date>
    <message>Updated the update_post_status_column upgrade task to not use ALTER TABLE.</message>
    <tree>18ceb0b698a2a3ace76136140eda39a40fa4c317</tree>
    <committer>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5d337bb40cfe420e931d0c66735ad335ea4f74c0</id>
      </parent>
    </parents>
    <author>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </author>
    <url>http://github.com/vito/chyrp/commit/8213f926d4cd3d0397697e0ae90837983c5b7003</url>
    <id>8213f926d4cd3d0397697e0ae90837983c5b7003</id>
    <committed-date>2008-10-11T12:31:38-07:00</committed-date>
    <authored-date>2008-10-11T12:31:38-07:00</authored-date>
    <message>Consistency.</message>
    <tree>b3b0177d3f7f18e08d0921bee7aac30904f1f281</tree>
    <committer>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c5ada11b43089137316a6e93989e1d3351391344</id>
      </parent>
    </parents>
    <author>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </author>
    <url>http://github.com/vito/chyrp/commit/5d337bb40cfe420e931d0c66735ad335ea4f74c0</url>
    <id>5d337bb40cfe420e931d0c66735ad335ea4f74c0</id>
    <committed-date>2008-10-11T11:54:16-07:00</committed-date>
    <authored-date>2008-10-11T11:54:16-07:00</authored-date>
    <message>Added documentation to the upgrade tasks.</message>
    <tree>c7021cc814f750e5003a01c4410745d74fcedc5c</tree>
    <committer>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>82a8bfb7b7e982c1d396822b9e56368d5f7bffbd</id>
      </parent>
    </parents>
    <author>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </author>
    <url>http://github.com/vito/chyrp/commit/5877c0707287e21c263fb9c79ffd80872f5dce65</url>
    <id>5877c0707287e21c263fb9c79ffd80872f5dce65</id>
    <committed-date>2008-10-10T20:02:50-07:00</committed-date>
    <authored-date>2008-10-10T20:02:50-07:00</authored-date>
    <message>Fixed upgrader + groups with no permissions.</message>
    <tree>b353a97d3871c922fa64bfcd1607097465e66aec</tree>
    <committer>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c0795af33197de396d64fde3a5815f08c6c685f1</id>
      </parent>
    </parents>
    <author>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </author>
    <url>http://github.com/vito/chyrp/commit/ecca23cbc0d97afec37b98ca655ba4cb01a8c3f2</url>
    <id>ecca23cbc0d97afec37b98ca655ba4cb01a8c3f2</id>
    <committed-date>2008-10-10T18:11:47-07:00</committed-date>
    <authored-date>2008-10-10T18:11:47-07:00</authored-date>
    <message>Added permissions/groups upgrader tasks.</message>
    <tree>bc738c172b9d7da835240811e2a0c0a1b1badcec</tree>
    <committer>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>28a22ab3656e863414904b31de8ed74913f9913b</id>
      </parent>
    </parents>
    <author>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </author>
    <url>http://github.com/vito/chyrp/commit/c0795af33197de396d64fde3a5815f08c6c685f1</url>
    <id>c0795af33197de396d64fde3a5815f08c6c685f1</id>
    <committed-date>2008-10-10T17:40:39-07:00</committed-date>
    <authored-date>2008-10-10T17:40:39-07:00</authored-date>
    <message>* If a post attribute is nested, store it as YAML (upgrader).
* Fixed a typo in arr2xml().</message>
    <tree>e72d066045d75a4e957c1fef98c847a3ac39a88f</tree>
    <committer>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e55f97efba27c71f9a1eb67575f98658602798dd</id>
      </parent>
    </parents>
    <author>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </author>
    <url>http://github.com/vito/chyrp/commit/28a22ab3656e863414904b31de8ed74913f9913b</url>
    <id>28a22ab3656e863414904b31de8ed74913f9913b</id>
    <committed-date>2008-10-10T17:20:45-07:00</committed-date>
    <authored-date>2008-10-10T17:20:45-07:00</authored-date>
    <message>Added upgrader tasks for migrating to the new post_attributes table.</message>
    <tree>755eea5cbb0634313c4ace6b6406509124a0b746</tree>
    <committer>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>82b1530ba59804e83cdf9a0a1645c65d77ed36ae</id>
      </parent>
    </parents>
    <author>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </author>
    <url>http://github.com/vito/chyrp/commit/f10643c71f31cd2235d70cfecbf36a92b608be15</url>
    <id>f10643c71f31cd2235d70cfecbf36a92b608be15</id>
    <committed-date>2008-10-04T22:48:53-07:00</committed-date>
    <authored-date>2008-10-04T22:48:53-07:00</authored-date>
    <message>More XML replacements.</message>
    <tree>d54eec3b0158931578e1c758f51e67ac10e3f874</tree>
    <committer>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b498a546d2eaba62b15b3e3fef8e88ca6deb31e3</id>
      </parent>
    </parents>
    <author>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </author>
    <url>http://github.com/vito/chyrp/commit/3ca898d565866e590f4dcf8f810c2b42c98f1c3c</url>
    <id>3ca898d565866e590f4dcf8f810c2b42c98f1c3c</id>
    <committed-date>2008-09-28T20:44:22-07:00</committed-date>
    <authored-date>2008-09-28T20:44:22-07:00</authored-date>
    <message>Tabs to 4-width spaces.</message>
    <tree>43c54960e68fdff6e22809c7505b9ea8f79a5504</tree>
    <committer>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>016e507d0adf9394fc6b99a4e75db307313823ea</id>
      </parent>
    </parents>
    <author>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </author>
    <url>http://github.com/vito/chyrp/commit/96f7dbd96f32ae75816738294296d2a4ded081e4</url>
    <id>96f7dbd96f32ae75816738294296d2a4ded081e4</id>
    <committed-date>2008-09-16T21:52:00-07:00</committed-date>
    <authored-date>2008-09-16T21:52:00-07:00</authored-date>
    <message>Documentation tweaks and cleanups.</message>
    <tree>045a10833e8bb22d14d0fda490858f8db98c74b5</tree>
    <committer>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b40591ed35203227a0f29fc139d4e491b7f175b1</id>
      </parent>
    </parents>
    <author>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </author>
    <url>http://github.com/vito/chyrp/commit/2d22607d3a7cddeb6b6210e5b23a1744560acd37</url>
    <id>2d22607d3a7cddeb6b6210e5b23a1744560acd37</id>
    <committed-date>2008-09-13T11:50:23-07:00</committed-date>
    <authored-date>2008-09-13T11:50:23-07:00</authored-date>
    <message>* New Routing system.
  * check_route_xxxxxx is gone.
  * Controller and route_xxxxx Trigger calls should return `false` if the action's outcome is &quot;not good&quot;, e.g. no post was found, invalid category, etc.
  * A Controller/Trigger call returning `false` will cause the next &quot;possible action&quot; to be run.
* Code tweaks/cleanups.</message>
    <tree>08e4bac14157f02314ae2cba2123deffb29698d4</tree>
    <committer>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fa9d0edce1387cbd2d33cbfa62b9d74286d92ec0</id>
      </parent>
    </parents>
    <author>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </author>
    <url>http://github.com/vito/chyrp/commit/7012c881a13e944c0da2b9a69ce89045209301f7</url>
    <id>7012c881a13e944c0da2b9a69ce89045209301f7</id>
    <committed-date>2008-09-10T15:53:46-07:00</committed-date>
    <authored-date>2008-09-10T15:53:46-07:00</authored-date>
    <message>More upgrader tweaks/enhancements.</message>
    <tree>d997e04d4d9a0dd2c9cc9bee566e79fd5b1510c3</tree>
    <committer>
      <name>Alex Suraci</name>
      <email>i.am@toogeneric.com</email>
    </committer>
  </commit>
</commits>
