<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>255959baef6dbb09f03979ea632afcf0f87a404c</id>
      </parent>
    </parents>
    <author>
      <name>Luke Redpath</name>
      <email>contact@lukeredpath.co.uk</email>
    </author>
    <url>http://github.com/lukeredpath/simpleconfig/commit/0f3bd66a8066647511241941a42e06556be53d56</url>
    <id>0f3bd66a8066647511241941a42e06556be53d56</id>
    <committed-date>2009-02-05T02:49:48-08:00</committed-date>
    <authored-date>2009-02-05T02:49:48-08:00</authored-date>
    <message>Bumped gem version</message>
    <tree>87648f36e53cfb980704b14b827bb2351343a710</tree>
    <committer>
      <name>Luke Redpath</name>
      <email>contact@lukeredpath.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c1c5dfe4e4c5fda97e5e76419bab48ea8f53ba2f</id>
      </parent>
    </parents>
    <author>
      <name>Simone Carletti</name>
      <email>weppos@weppos.net</email>
    </author>
    <url>http://github.com/lukeredpath/simpleconfig/commit/255959baef6dbb09f03979ea632afcf0f87a404c</url>
    <id>255959baef6dbb09f03979ea632afcf0f87a404c</id>
    <committed-date>2009-02-03T07:15:22-08:00</committed-date>
    <authored-date>2008-12-02T06:37:22-08:00</authored-date>
    <message>Added application.rb file to the list of configuration files loaded at startup. Instead of writing all configurations in the initializer file, now you can use the application.rb file to store default application settings and overwrite values per-enviroment depending on your needs.

Signed-off-by: Luke Redpath &lt;contact@lukeredpath.co.uk&gt;</message>
    <tree>39034cfaa07d984046421a9298279d7dfe9a914c</tree>
    <committer>
      <name>Luke Redpath</name>
      <email>contact@lukeredpath.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>11c416f30a428c3a2fb3e5889c31e0874ad9f1d7</id>
      </parent>
    </parents>
    <author>
      <name>Luke Redpath</name>
      <email>contact@lukeredpath.co.uk</email>
    </author>
    <url>http://github.com/lukeredpath/simpleconfig/commit/c1c5dfe4e4c5fda97e5e76419bab48ea8f53ba2f</url>
    <id>c1c5dfe4e4c5fda97e5e76419bab48ea8f53ba2f</id>
    <committed-date>2009-01-26T06:16:59-08:00</committed-date>
    <authored-date>2009-01-26T06:16:59-08:00</authored-date>
    <message>Added simpleconfig.rb as an alias so people (lazyatom) do not get confused when requiring</message>
    <tree>c19d854feb6c7400a96ecd0e0bfc6b4a26ea75d5</tree>
    <committer>
      <name>Luke Redpath</name>
      <email>contact@lukeredpath.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>abedce9d68dae7310080aeed06c43d6ec1d216d4</id>
      </parent>
    </parents>
    <author>
      <name>Luke Redpath</name>
      <email>contact@lukeredpath.co.uk</email>
    </author>
    <url>http://github.com/lukeredpath/simpleconfig/commit/11c416f30a428c3a2fb3e5889c31e0874ad9f1d7</url>
    <id>11c416f30a428c3a2fb3e5889c31e0874ad9f1d7</id>
    <committed-date>2009-01-26T06:13:12-08:00</committed-date>
    <authored-date>2009-01-26T06:13:12-08:00</authored-date>
    <message>Fixed broken path in gemspec</message>
    <tree>a97319b5787442bc021634e0e079b7c3842ba7d8</tree>
    <committer>
      <name>Luke Redpath</name>
      <email>contact@lukeredpath.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b94a3a0483d60e83764a562b2c1dff467873595d</id>
      </parent>
    </parents>
    <author>
      <name>James Adam</name>
      <email>james@lazyatom.com</email>
    </author>
    <url>http://github.com/lukeredpath/simpleconfig/commit/abedce9d68dae7310080aeed06c43d6ec1d216d4</url>
    <id>abedce9d68dae7310080aeed06c43d6ec1d216d4</id>
    <committed-date>2008-12-12T04:31:45-08:00</committed-date>
    <authored-date>2008-12-12T04:31:45-08:00</authored-date>
    <message>SimpleConfig's ControllerMixin will play nicer with Rails' conventions - if it defines a submodule of SimpleConfig, it should be in the simple_config directory.</message>
    <tree>454fcb967d55799934ba2d412848b62b5b26e9e4</tree>
    <committer>
      <name>James Adam</name>
      <email>james@lazyatom.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a9eb6fb6a978b3e5e8c48dd8c843130fa4ad4053</id>
      </parent>
    </parents>
    <author>
      <name>Luke Redpath</name>
      <email>contact@lukeredpath.co.uk</email>
    </author>
    <url>http://github.com/lukeredpath/simpleconfig/commit/b94a3a0483d60e83764a562b2c1dff467873595d</url>
    <id>b94a3a0483d60e83764a562b2c1dff467873595d</id>
    <committed-date>2008-12-05T05:38:26-08:00</committed-date>
    <authored-date>2008-12-05T05:38:26-08:00</authored-date>
    <message>Added autorequire to gemspec</message>
    <tree>ad35b45adb4bbe9f1d964f8693881f35836167c3</tree>
    <committer>
      <name>Luke Redpath</name>
      <email>contact@lukeredpath.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ec3023fd03ebdba6a5f183b7e3ee8505016a7999</id>
      </parent>
    </parents>
    <author>
      <name>Luke Redpath</name>
      <email>contact@lukeredpath.co.uk</email>
    </author>
    <url>http://github.com/lukeredpath/simpleconfig/commit/a9eb6fb6a978b3e5e8c48dd8c843130fa4ad4053</url>
    <id>a9eb6fb6a978b3e5e8c48dd8c843130fa4ad4053</id>
    <committed-date>2008-12-05T05:37:58-08:00</committed-date>
    <authored-date>2008-12-05T05:37:58-08:00</authored-date>
    <message>Added missing files to gemspec</message>
    <tree>66b2d70bb5922c84d6c9429cb750de90f99c5673</tree>
    <committer>
      <name>Luke Redpath</name>
      <email>contact@lukeredpath.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>01e75049c96a63bdbfeb2f2e31a40a64285ef6f3</id>
      </parent>
    </parents>
    <author>
      <name>Luke Redpath</name>
      <email>contact@lukeredpath.co.uk</email>
    </author>
    <url>http://github.com/lukeredpath/simpleconfig/commit/ec3023fd03ebdba6a5f183b7e3ee8505016a7999</url>
    <id>ec3023fd03ebdba6a5f183b7e3ee8505016a7999</id>
    <committed-date>2008-12-05T05:34:05-08:00</committed-date>
    <authored-date>2008-12-05T05:33:02-08:00</authored-date>
    <message>Ignore built gems</message>
    <tree>7ec75efadcd4c5676f7d491a12e33c02acd3043c</tree>
    <committer>
      <name>Luke Redpath</name>
      <email>contact@lukeredpath.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>64ad8f234530d12e4e0131885532cd5c614f426e</id>
      </parent>
    </parents>
    <author>
      <name>Luke Redpath</name>
      <email>contact@lukeredpath.co.uk</email>
    </author>
    <url>http://github.com/lukeredpath/simpleconfig/commit/01e75049c96a63bdbfeb2f2e31a40a64285ef6f3</url>
    <id>01e75049c96a63bdbfeb2f2e31a40a64285ef6f3</id>
    <committed-date>2008-12-05T05:31:42-08:00</committed-date>
    <authored-date>2008-12-05T05:31:42-08:00</authored-date>
    <message>Incremented gem tiny version</message>
    <tree>2f6a304850e508f0a0b6edc8b5c6cf3cf01d36c2</tree>
    <committer>
      <name>Luke Redpath</name>
      <email>contact@lukeredpath.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5db045625e6480c2d42fed4f84c73629937c5076</id>
      </parent>
    </parents>
    <author>
      <name>Luke Redpath</name>
      <email>contact@lukeredpath.co.uk</email>
    </author>
    <url>http://github.com/lukeredpath/simpleconfig/commit/64ad8f234530d12e4e0131885532cd5c614f426e</url>
    <id>64ad8f234530d12e4e0131885532cd5c614f426e</id>
    <committed-date>2008-12-05T05:31:26-08:00</committed-date>
    <authored-date>2008-12-05T05:31:26-08:00</authored-date>
    <message>Remove dependency on ActiveSupport</message>
    <tree>0d87391e67180e7bd50fc9696139e5926c823c64</tree>
    <committer>
      <name>Luke Redpath</name>
      <email>contact@lukeredpath.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9d774dbc8a13a21350c1c6c5e1519d02b475b2a5</id>
      </parent>
    </parents>
    <author>
      <name>Luke Redpath</name>
      <email>contact@lukeredpath.co.uk</email>
    </author>
    <url>http://github.com/lukeredpath/simpleconfig/commit/5db045625e6480c2d42fed4f84c73629937c5076</url>
    <id>5db045625e6480c2d42fed4f84c73629937c5076</id>
    <committed-date>2008-12-05T05:23:08-08:00</committed-date>
    <authored-date>2008-12-05T05:23:08-08:00</authored-date>
    <message>It just goes to show, you should test your gemspec</message>
    <tree>91f3fe298e4c012061149b21d04b8529c4f3576f</tree>
    <committer>
      <name>Luke Redpath</name>
      <email>contact@lukeredpath.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>36847696488cc0ff18957d23fbe4fb811d600551</id>
      </parent>
    </parents>
    <author>
      <name>Luke Redpath</name>
      <email>contact@lukeredpath.co.uk</email>
    </author>
    <url>http://github.com/lukeredpath/simpleconfig/commit/9d774dbc8a13a21350c1c6c5e1519d02b475b2a5</url>
    <id>9d774dbc8a13a21350c1c6c5e1519d02b475b2a5</id>
    <committed-date>2008-12-05T04:39:45-08:00</committed-date>
    <authored-date>2008-12-05T04:39:45-08:00</authored-date>
    <message>Fixed lib path</message>
    <tree>146686cb34c08aac2d167e4dc7ab3ea031042727</tree>
    <committer>
      <name>Luke Redpath</name>
      <email>contact@lukeredpath.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>63ed8e620d1a3f1e23437c8cdc3a0a23bd98917e</id>
      </parent>
    </parents>
    <author>
      <name>Luke Redpath</name>
      <email>contact@lukeredpath.co.uk</email>
    </author>
    <url>http://github.com/lukeredpath/simpleconfig/commit/36847696488cc0ff18957d23fbe4fb811d600551</url>
    <id>36847696488cc0ff18957d23fbe4fb811d600551</id>
    <committed-date>2008-12-05T04:39:35-08:00</committed-date>
    <authored-date>2008-12-05T04:39:35-08:00</authored-date>
    <message>Added gemspec for github gem goodness</message>
    <tree>d83a9e7e9bb4a9b1c80b301f1de0c8195721a5ce</tree>
    <committer>
      <name>Luke Redpath</name>
      <email>contact@lukeredpath.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7d93f658585c972e2a8e2da0e904c59d7b9e74de</id>
      </parent>
    </parents>
    <author>
      <name>Luke Redpath</name>
      <email>contact@lukeredpath.co.uk</email>
    </author>
    <url>http://github.com/lukeredpath/simpleconfig/commit/63ed8e620d1a3f1e23437c8cdc3a0a23bd98917e</url>
    <id>63ed8e620d1a3f1e23437c8cdc3a0a23bd98917e</id>
    <committed-date>2008-12-05T04:31:28-08:00</committed-date>
    <authored-date>2008-12-05T04:31:28-08:00</authored-date>
    <message>I want to turn simpleconfig into a gem, so to use it as a rails plugin, the init.rb needs to be in a rails directory</message>
    <tree>63c1475213f49a54590e958a0d8b9ed41146bcc5</tree>
    <committer>
      <name>Luke Redpath</name>
      <email>contact@lukeredpath.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ec0d69f6f077df8840bdbc48d9e29864263ef308</id>
      </parent>
    </parents>
    <author>
      <name>Luke Redpath</name>
      <email>contact@lukeredpath.co.uk</email>
    </author>
    <url>http://github.com/lukeredpath/simpleconfig/commit/7d93f658585c972e2a8e2da0e904c59d7b9e74de</url>
    <id>7d93f658585c972e2a8e2da0e904c59d7b9e74de</id>
    <committed-date>2008-11-21T06:23:59-08:00</committed-date>
    <authored-date>2008-11-21T06:23:59-08:00</authored-date>
    <message>Require at least ActiveSupport 2.0 for running the tests (I'm not sure exactly when Hash#except was added</message>
    <tree>d4c3552313a1cac56909066e3c4d116a2ae6e4e5</tree>
    <committer>
      <name>Luke Redpath</name>
      <email>contact@lukeredpath.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>37f94882341779c1d5332a2ab3f384fb2a62cd10</id>
      </parent>
    </parents>
    <author>
      <name>lukeredpath</name>
      <email>lukeredpath@53438b35-87ee-0310-8825-c8c94c0097b6</email>
    </author>
    <url>http://github.com/lukeredpath/simpleconfig/commit/ec0d69f6f077df8840bdbc48d9e29864263ef308</url>
    <id>ec0d69f6f077df8840bdbc48d9e29864263ef308</id>
    <committed-date>2008-11-05T10:19:54-08:00</committed-date>
    <authored-date>2008-11-05T10:19:54-08:00</authored-date>
    <message>* Let config method to be accessible at class-level.


git-svn-id: http://svn/repos/plugins/simple_config@14123 53438b35-87ee-0310-8825-c8c94c0097b6</message>
    <tree>7eab224252eb70e78485100a08877ed6f2d69db8</tree>
    <committer>
      <name>lukeredpath</name>
      <email>lukeredpath@53438b35-87ee-0310-8825-c8c94c0097b6</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>70142d5c15589d24982da66c2667c6d95ecdd9b5</id>
      </parent>
    </parents>
    <author>
      <name>lukeredpath</name>
      <email>lukeredpath@53438b35-87ee-0310-8825-c8c94c0097b6</email>
    </author>
    <url>http://github.com/lukeredpath/simpleconfig/commit/37f94882341779c1d5332a2ab3f384fb2a62cd10</url>
    <id>37f94882341779c1d5332a2ab3f384fb2a62cd10</id>
    <committed-date>2008-11-05T10:19:46-08:00</committed-date>
    <authored-date>2008-11-05T10:19:46-08:00</authored-date>
    <message>* added ability to check whether a variable exists
* added ability to remove a previously set variable
* updated documentation to reflect changes for `exists?` and `unset`
methods


git-svn-id: http://svn/repos/plugins/simple_config@14122 53438b35-87ee-0310-8825-c8c94c0097b6</message>
    <tree>46ac3a84ed8d268d3d43e0d70bf780a9f1b834a6</tree>
    <committer>
      <name>lukeredpath</name>
      <email>lukeredpath@53438b35-87ee-0310-8825-c8c94c0097b6</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a4943f62a6732dbf43ad6da2197c481224ff6f65</id>
      </parent>
    </parents>
    <author>
      <name>lukeredpath</name>
      <email>lukeredpath@53438b35-87ee-0310-8825-c8c94c0097b6</email>
    </author>
    <url>http://github.com/lukeredpath/simpleconfig/commit/70142d5c15589d24982da66c2667c6d95ecdd9b5</url>
    <id>70142d5c15589d24982da66c2667c6d95ecdd9b5</id>
    <committed-date>2008-11-03T03:55:43-08:00</committed-date>
    <authored-date>2008-11-03T03:55:43-08:00</authored-date>
    <message>NetworkHost should support secure URLs


git-svn-id: http://svn/repos/plugins/simple_config@14006 53438b35-87ee-0310-8825-c8c94c0097b6</message>
    <tree>3126485d90047d8e93e59e66a8f98f8efb297672</tree>
    <committer>
      <name>lukeredpath</name>
      <email>lukeredpath@53438b35-87ee-0310-8825-c8c94c0097b6</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6f33b77329ee13e5f8e34c5f29f90df83327bf3e</id>
      </parent>
    </parents>
    <author>
      <name>lukeredpath</name>
      <email>lukeredpath@53438b35-87ee-0310-8825-c8c94c0097b6</email>
    </author>
    <url>http://github.com/lukeredpath/simpleconfig/commit/a4943f62a6732dbf43ad6da2197c481224ff6f65</url>
    <id>a4943f62a6732dbf43ad6da2197c481224ff6f65</id>
    <committed-date>2008-11-03T03:55:36-08:00</committed-date>
    <authored-date>2008-11-03T03:55:36-08:00</authored-date>
    <message>I dont like having this NetworkHost object duplicated across our projects; its generally useful and it was created to make configuring hosts using SimpleConfig easier so lets add it to SimpleConfig.


git-svn-id: http://svn/repos/plugins/simple_config@14005 53438b35-87ee-0310-8825-c8c94c0097b6</message>
    <tree>399d4b195557951cafa04343e5f848c14db23f44</tree>
    <committer>
      <name>lukeredpath</name>
      <email>lukeredpath@53438b35-87ee-0310-8825-c8c94c0097b6</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6a3e1edbe1a7b20aa842293cca5d68f8ede94daf</id>
      </parent>
    </parents>
    <author>
      <name>lukeredpath</name>
      <email>lukeredpath@53438b35-87ee-0310-8825-c8c94c0097b6</email>
    </author>
    <url>http://github.com/lukeredpath/simpleconfig/commit/6f33b77329ee13e5f8e34c5f29f90df83327bf3e</url>
    <id>6f33b77329ee13e5f8e34c5f29f90df83327bf3e</id>
    <committed-date>2008-08-18T03:02:17-07:00</committed-date>
    <authored-date>2008-08-18T03:02:17-07:00</authored-date>
    <message>Added support for loading external config data from YAML files


git-svn-id: http://svn/repos/plugins/simple_config@12098 53438b35-87ee-0310-8825-c8c94c0097b6</message>
    <tree>57f90913027c379908030ad81e24bc16c96f06b5</tree>
    <committer>
      <name>lukeredpath</name>
      <email>lukeredpath@53438b35-87ee-0310-8825-c8c94c0097b6</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8af71c6eb2cc7bfbcdcd89d89e91ff1b43c3e9b0</id>
      </parent>
    </parents>
    <author>
      <name>lukeredpath</name>
      <email>lukeredpath@53438b35-87ee-0310-8825-c8c94c0097b6</email>
    </author>
    <url>http://github.com/lukeredpath/simpleconfig/commit/6a3e1edbe1a7b20aa842293cca5d68f8ede94daf</url>
    <id>6a3e1edbe1a7b20aa842293cca5d68f8ede94daf</id>
    <committed-date>2008-08-18T02:20:11-07:00</committed-date>
    <authored-date>2008-08-18T02:20:11-07:00</authored-date>
    <message>Dont need the old README file anymore


git-svn-id: http://svn/repos/plugins/simple_config@12096 53438b35-87ee-0310-8825-c8c94c0097b6</message>
    <tree>896b7a7839790eb707d6bce43196d6a232db1d7b</tree>
    <committer>
      <name>lukeredpath</name>
      <email>lukeredpath@53438b35-87ee-0310-8825-c8c94c0097b6</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0999c62949b59c449fc33f9e74050154dae28a44</id>
      </parent>
      <parent>
        <id>b99102cf01273df5db67493efc892f2b28113605</id>
      </parent>
    </parents>
    <author>
      <name>lukeredpath</name>
      <email>lukeredpath@53438b35-87ee-0310-8825-c8c94c0097b6</email>
    </author>
    <url>http://github.com/lukeredpath/simpleconfig/commit/8af71c6eb2cc7bfbcdcd89d89e91ff1b43c3e9b0</url>
    <id>8af71c6eb2cc7bfbcdcd89d89e91ff1b43c3e9b0</id>
    <committed-date>2008-08-18T02:11:48-07:00</committed-date>
    <authored-date>2008-08-18T02:11:48-07:00</authored-date>
    <message>Merged in upstream changes from git mirror; updated README and the setup task now uses your existing environments


git-svn-id: http://svn/repos/plugins/simple_config@12095 53438b35-87ee-0310-8825-c8c94c0097b6</message>
    <tree>c745f512c6c93a42a88f4d004e9bc0e6ec6b338a</tree>
    <committer>
      <name>lukeredpath</name>
      <email>lukeredpath@53438b35-87ee-0310-8825-c8c94c0097b6</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c9f581735b6f30937292f73e0f7120b237631d30</id>
      </parent>
    </parents>
    <author>
      <name>Simone Carletti</name>
      <email>weppos@weppos.net</email>
    </author>
    <url>http://github.com/lukeredpath/simpleconfig/commit/b99102cf01273df5db67493efc892f2b28113605</url>
    <id>b99102cf01273df5db67493efc892f2b28113605</id>
    <committed-date>2008-07-31T02:41:38-07:00</committed-date>
    <authored-date>2008-07-31T02:41:38-07:00</authored-date>
    <message>* changed `simple_config:setup` rake task to read environments from `config/environments` folder instead using a hard coded array.</message>
    <tree>896b7a7839790eb707d6bce43196d6a232db1d7b</tree>
    <committer>
      <name>Simone Carletti</name>
      <email>weppos@weppos.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>977f9faccd1db85cbb80e387b3e8ad4b0bfd9fba</id>
      </parent>
    </parents>
    <author>
      <name>Luke Redpath</name>
      <email>contact@lukeredpath.co.uk</email>
    </author>
    <url>http://github.com/lukeredpath/simpleconfig/commit/c9f581735b6f30937292f73e0f7120b237631d30</url>
    <id>c9f581735b6f30937292f73e0f7120b237631d30</id>
    <committed-date>2008-07-03T12:30:39-07:00</committed-date>
    <authored-date>2008-07-03T12:30:39-07:00</authored-date>
    <message>No need for installation instructions</message>
    <tree>a7e3036c8227462bd69b540830e3a68dec6638a7</tree>
    <committer>
      <name>Luke Redpath</name>
      <email>contact@lukeredpath.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cf98a7de05eb7df5ed7e530f0931673644da30dc</id>
      </parent>
    </parents>
    <author>
      <name>Luke Redpath</name>
      <email>contact@lukeredpath.co.uk</email>
    </author>
    <url>http://github.com/lukeredpath/simpleconfig/commit/977f9faccd1db85cbb80e387b3e8ad4b0bfd9fba</url>
    <id>977f9faccd1db85cbb80e387b3e8ad4b0bfd9fba</id>
    <committed-date>2008-07-03T12:29:41-07:00</committed-date>
    <authored-date>2008-07-03T12:29:41-07:00</authored-date>
    <message>Removed artifacts from mephisto article (filters and what not)</message>
    <tree>596a8b2414c711f8c2791b224c27114c972041ab</tree>
    <committer>
      <name>Luke Redpath</name>
      <email>contact@lukeredpath.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>35bc9ddf90775a5fd7511d723510ae08b224dd28</id>
      </parent>
    </parents>
    <author>
      <name>Luke Redpath</name>
      <email>contact@lukeredpath.co.uk</email>
    </author>
    <url>http://github.com/lukeredpath/simpleconfig/commit/cf98a7de05eb7df5ed7e530f0931673644da30dc</url>
    <id>cf98a7de05eb7df5ed7e530f0931673644da30dc</id>
    <committed-date>2008-07-03T12:27:38-07:00</committed-date>
    <authored-date>2008-07-03T12:27:38-07:00</authored-date>
    <message>The readme should contain something useful</message>
    <tree>f0233e2229ba59069fe99e8e42c0773c959fe49a</tree>
    <committer>
      <name>Luke Redpath</name>
      <email>contact@lukeredpath.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array"/>
    <author>
      <name>Luke Redpath</name>
      <email>contact@lukeredpath.co.uk</email>
    </author>
    <url>http://github.com/lukeredpath/simpleconfig/commit/35bc9ddf90775a5fd7511d723510ae08b224dd28</url>
    <id>35bc9ddf90775a5fd7511d723510ae08b224dd28</id>
    <committed-date>2008-07-03T12:24:55-07:00</committed-date>
    <authored-date>2008-07-03T12:24:55-07:00</authored-date>
    <message>Initial import from subversion export</message>
    <tree>8473c37201d9339c05740be5540a996db790383d</tree>
    <committer>
      <name>Luke Redpath</name>
      <email>contact@lukeredpath.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>88f15a71caba8915ac834e0d37a1ec5eebdd8773</id>
      </parent>
    </parents>
    <author>
      <name>lukeredpath</name>
      <email>lukeredpath@53438b35-87ee-0310-8825-c8c94c0097b6</email>
    </author>
    <url>http://github.com/lukeredpath/simpleconfig/commit/0999c62949b59c449fc33f9e74050154dae28a44</url>
    <id>0999c62949b59c449fc33f9e74050154dae28a44</id>
    <committed-date>2008-06-25T06:46:52-07:00</committed-date>
    <authored-date>2008-06-25T06:46:52-07:00</authored-date>
    <message>We cant reliably auto include the controller mixin into ApplicationController as it may not have been defined

git-svn-id: http://svn/repos/plugins/simple_config@11157 53438b35-87ee-0310-8825-c8c94c0097b6</message>
    <tree>8473c37201d9339c05740be5540a996db790383d</tree>
    <committer>
      <name>lukeredpath</name>
      <email>lukeredpath@53438b35-87ee-0310-8825-c8c94c0097b6</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>07b9dea47d21dda04707c79567d1130dfff44b0d</id>
      </parent>
    </parents>
    <author>
      <name>lukeredpath</name>
      <email>lukeredpath@53438b35-87ee-0310-8825-c8c94c0097b6</email>
    </author>
    <url>http://github.com/lukeredpath/simpleconfig/commit/88f15a71caba8915ac834e0d37a1ec5eebdd8773</url>
    <id>88f15a71caba8915ac834e0d37a1ec5eebdd8773</id>
    <committed-date>2008-06-25T06:34:44-07:00</committed-date>
    <authored-date>2008-06-25T06:34:44-07:00</authored-date>
    <message>Added a mixin to add config helper functionality to controllers and views

git-svn-id: http://svn/repos/plugins/simple_config@11156 53438b35-87ee-0310-8825-c8c94c0097b6</message>
    <tree>baffe04c8c32037c7b0494aed03fcc8d55615aa9</tree>
    <committer>
      <name>lukeredpath</name>
      <email>lukeredpath@53438b35-87ee-0310-8825-c8c94c0097b6</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c64b81fc7d54ee6afa4c79852d5df6ffd9c63c90</id>
      </parent>
    </parents>
    <author>
      <name>lukeredpath</name>
      <email>lukeredpath@53438b35-87ee-0310-8825-c8c94c0097b6</email>
    </author>
    <url>http://github.com/lukeredpath/simpleconfig/commit/07b9dea47d21dda04707c79567d1130dfff44b0d</url>
    <id>07b9dea47d21dda04707c79567d1130dfff44b0d</id>
    <committed-date>2008-06-25T06:16:28-07:00</committed-date>
    <authored-date>2008-06-25T06:16:28-07:00</authored-date>
    <message>Dont generate a local config - let it be created manually if needed

git-svn-id: http://svn/repos/plugins/simple_config@11154 53438b35-87ee-0310-8825-c8c94c0097b6</message>
    <tree>c5d6542bca41b38af768df7adf8f8ea8966be1ed</tree>
    <committer>
      <name>lukeredpath</name>
      <email>lukeredpath@53438b35-87ee-0310-8825-c8c94c0097b6</email>
    </committer>
  </commit>
</commits>
