<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>6dd5f2d645cd7e572efe0ba33fc41b52ae170a97</id>
      </parent>
    </parents>
    <author>
      <name>Jan Varwig</name>
      <email>jan@varwig.org</email>
    </author>
    <url>http://github.com/janv/rest_in_place/commit/4f316af5170168778c1215270053657b53477203</url>
    <id>4f316af5170168778c1215270053657b53477203</id>
    <committed-date>2009-11-16T03:02:51-08:00</committed-date>
    <authored-date>2009-11-16T03:02:51-08:00</authored-date>
    <message>Integrated dgm's suggestion in the testapp</message>
    <tree>a78dd69d5ba1d3c5db9564ee0e8a72438023664a</tree>
    <committer>
      <name>Jan Varwig</name>
      <email>jan@varwig.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d73c55f82ba97cf7462fab087927e8a68bc103ca</id>
      </parent>
    </parents>
    <author>
      <name>Jan Varwig</name>
      <email>jan@varwig.org</email>
    </author>
    <url>http://github.com/janv/rest_in_place/commit/6dd5f2d645cd7e572efe0ba33fc41b52ae170a97</url>
    <id>6dd5f2d645cd7e572efe0ba33fc41b52ae170a97</id>
    <committed-date>2009-11-16T03:02:05-08:00</committed-date>
    <authored-date>2009-11-16T03:02:05-08:00</authored-date>
    <message>Readme updated</message>
    <tree>c749447d3454961dfc27aaf0f15d2dec685ac003</tree>
    <committer>
      <name>Jan Varwig</name>
      <email>jan@varwig.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b98baafc714ebcdcb1196fdecca1a864fb0aa395</id>
      </parent>
    </parents>
    <author>
      <name>David Morton</name>
      <email>mortonda@dgrmm.net</email>
    </author>
    <url>http://github.com/janv/rest_in_place/commit/d73c55f82ba97cf7462fab087927e8a68bc103ca</url>
    <id>d73c55f82ba97cf7462fab087927e8a68bc103ca</id>
    <committed-date>2009-11-16T02:56:41-08:00</committed-date>
    <authored-date>2009-11-14T19:51:03-08:00</authored-date>
    <message>Changed Accept header to use &quot;application/json&quot; to signal to the application that it wants a json object. This frees up other response methods, particularly a javascript response.

Also, it should be noted that the put method should not redirect, but just end:

if @person.update_attributes(params[:person])
   flash[:notice] = 'Person was successfully updated.'
   format.html {redirect_to( @person )}
   format.json {render :nothing =&gt; true}
   format.js  # update.js.erb
else
  format.html {render :action =&gt; :edit} # edit.html.erb
  format.json {render  :nothing =&gt; true}
  format.js  {render :action =&gt; :edit} # edit.js.erb
end

Also of note, the jrails plugin breaks this - the jrails.js file overrides the Accept header. :(</message>
    <tree>35a4ee35ebc1bae8a773f01f9bf54687fa02a601</tree>
    <committer>
      <name>janv</name>
      <email>jan@varwig.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d397450e4829fc3f91caf0803e2511ba2d7b658b</id>
      </parent>
    </parents>
    <author>
      <name>Jan Varwig</name>
      <email>jan@varwig.org</email>
    </author>
    <url>http://github.com/janv/rest_in_place/commit/b98baafc714ebcdcb1196fdecca1a864fb0aa395</url>
    <id>b98baafc714ebcdcb1196fdecca1a864fb0aa395</id>
    <committed-date>2009-06-25T08:10:19-07:00</committed-date>
    <authored-date>2009-06-25T08:10:19-07:00</authored-date>
    <message>URIEncoding the authenticity token now</message>
    <tree>5bf0d00a841d08eded45786424dfd5e3a767ccde</tree>
    <committer>
      <name>Jan Varwig</name>
      <email>jan@varwig.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>21b0fae04e34ee8e7f962559c572896e6a79726f</id>
      </parent>
    </parents>
    <author>
      <name>Jan Varwig</name>
      <email>jan@varwig.org</email>
    </author>
    <url>http://github.com/janv/rest_in_place/commit/d397450e4829fc3f91caf0803e2511ba2d7b658b</url>
    <id>d397450e4829fc3f91caf0803e2511ba2d7b658b</id>
    <committed-date>2009-03-03T01:51:49-08:00</committed-date>
    <authored-date>2009-03-03T01:51:49-08:00</authored-date>
    <message>Typos</message>
    <tree>1d1fc813b207e3ecc363eab0fbdfb0f51034c5fe</tree>
    <committer>
      <name>Jan Varwig</name>
      <email>jan@varwig.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6b1c1b2f9da1a4d7f89c37eb2cca291307632976</id>
      </parent>
    </parents>
    <author>
      <name>Jan Varwig</name>
      <email>jan@varwig.org</email>
    </author>
    <url>http://github.com/janv/rest_in_place/commit/21b0fae04e34ee8e7f962559c572896e6a79726f</url>
    <id>21b0fae04e34ee8e7f962559c572896e6a79726f</id>
    <committed-date>2009-03-02T15:13:02-08:00</committed-date>
    <authored-date>2009-03-02T15:12:17-08:00</authored-date>
    <message>README updated</message>
    <tree>2b9766c9dc1a19bdd2c727259d41b3097ae5a801</tree>
    <committer>
      <name>Jan Varwig</name>
      <email>jan@varwig.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>073e8e7429c4dd5351d486132801164fcff3ac59</id>
      </parent>
    </parents>
    <author>
      <name>Jan Varwig</name>
      <email>jan@varwig.org</email>
    </author>
    <url>http://github.com/janv/rest_in_place/commit/6b1c1b2f9da1a4d7f89c37eb2cca291307632976</url>
    <id>6b1c1b2f9da1a4d7f89c37eb2cca291307632976</id>
    <committed-date>2009-03-02T15:02:44-08:00</committed-date>
    <authored-date>2009-03-02T15:02:44-08:00</authored-date>
    <message>Turned the testapp back to using jQuery by default</message>
    <tree>c07e717d612e098543446d3a4369d7b98c37b194</tree>
    <committer>
      <name>Jan Varwig</name>
      <email>jan@varwig.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>69d71ee1f6d23bb374b0212d43ee44ac3fc23830</id>
      </parent>
    </parents>
    <author>
      <name>Jan Varwig</name>
      <email>jan@varwig.org</email>
    </author>
    <url>http://github.com/janv/rest_in_place/commit/073e8e7429c4dd5351d486132801164fcff3ac59</url>
    <id>073e8e7429c4dd5351d486132801164fcff3ac59</id>
    <committed-date>2009-03-02T14:52:22-08:00</committed-date>
    <authored-date>2009-03-02T14:52:22-08:00</authored-date>
    <message>Whitespace fixed. All files are indented with 2 spaces now</message>
    <tree>7d2745b9d43e22245ca91eb97339e72f3529318f</tree>
    <committer>
      <name>Jan Varwig</name>
      <email>jan@varwig.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f8d0074f881bf85556884edac7435e32a255267b</id>
      </parent>
    </parents>
    <author>
      <name>Jan Varwig</name>
      <email>jan@varwig.org</email>
    </author>
    <url>http://github.com/janv/rest_in_place/commit/69d71ee1f6d23bb374b0212d43ee44ac3fc23830</url>
    <id>69d71ee1f6d23bb374b0212d43ee44ac3fc23830</id>
    <committed-date>2009-03-02T14:49:06-08:00</committed-date>
    <authored-date>2009-03-02T14:49:06-08:00</authored-date>
    <message>mootools version in testapp/public/javascripts replaced by symlink</message>
    <tree>72060992076af20236b48b954ef9955b5c3d332e</tree>
    <committer>
      <name>Jan Varwig</name>
      <email>jan@varwig.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>96a635cb16c9354ee4e6fefcab50bde7b32495bd</id>
      </parent>
      <parent>
        <id>086b409d38932426540f402bb642c66165c78976</id>
      </parent>
    </parents>
    <author>
      <name>Jan Varwig</name>
      <email>jan@varwig.org</email>
    </author>
    <url>http://github.com/janv/rest_in_place/commit/f8d0074f881bf85556884edac7435e32a255267b</url>
    <id>f8d0074f881bf85556884edac7435e32a255267b</id>
    <committed-date>2009-03-02T14:32:19-08:00</committed-date>
    <authored-date>2009-03-02T14:32:19-08:00</authored-date>
    <message>Merge commit 'kevin/master'</message>
    <tree>0619f645489a32e64b4dcf6f720a59dbfe4027b7</tree>
    <committer>
      <name>Jan Varwig</name>
      <email>jan@varwig.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8eb121271345943588fe2a8467c790e7e37f3d7a</id>
      </parent>
    </parents>
    <author>
      <name>Jan Varwig</name>
      <email>jan@varwig.org</email>
    </author>
    <url>http://github.com/janv/rest_in_place/commit/96a635cb16c9354ee4e6fefcab50bde7b32495bd</url>
    <id>96a635cb16c9354ee4e6fefcab50bde7b32495bd</id>
    <committed-date>2009-03-02T14:27:00-08:00</committed-date>
    <authored-date>2009-03-02T14:27:00-08:00</authored-date>
    <message>Slight modification of Kevin's move of database.yml
It's now in database.yml.sample instead of templates/database.yml</message>
    <tree>fd619706901b0ea777c6cf0c5b3f497dff64187d</tree>
    <committer>
      <name>Jan Varwig</name>
      <email>jan@varwig.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8eb121271345943588fe2a8467c790e7e37f3d7a</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Valdek</name>
      <email>kevin@kevPad.(none)</email>
    </author>
    <url>http://github.com/janv/rest_in_place/commit/086b409d38932426540f402bb642c66165c78976</url>
    <id>086b409d38932426540f402bb642c66165c78976</id>
    <committed-date>2009-03-02T11:17:55-08:00</committed-date>
    <authored-date>2009-03-02T11:17:55-08:00</authored-date>
    <message>initial MooTools version of Rest In Place.</message>
    <tree>22af4687b6e7d82a9de1f63b50816020c12f9adb</tree>
    <committer>
      <name>Kevin Valdek</name>
      <email>kevin@kevPad.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>17ca4e3060a1420bf13d9b9d89ceeba2bcc144d2</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Valdek</name>
      <email>kevin@kevPad.(none)</email>
    </author>
    <url>http://github.com/janv/rest_in_place/commit/8eb121271345943588fe2a8467c790e7e37f3d7a</url>
    <id>8eb121271345943588fe2a8467c790e7e37f3d7a</id>
    <committed-date>2009-03-02T07:43:48-08:00</committed-date>
    <authored-date>2009-03-02T07:43:48-08:00</authored-date>
    <message>made it somewhat easier to use testapp.</message>
    <tree>7858cdd1d2a1a368e2cdc996f2ced6d97f12246c</tree>
    <committer>
      <name>Kevin Valdek</name>
      <email>kevin@kevPad.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b2a86190a80a35936c2c618177c27343a3e3224f</id>
      </parent>
    </parents>
    <author>
      <name>Nando</name>
      <email>fernando.garcia@the-cocktail.com</email>
    </author>
    <url>http://github.com/janv/rest_in_place/commit/17ca4e3060a1420bf13d9b9d89ceeba2bcc144d2</url>
    <id>17ca4e3060a1420bf13d9b9d89ceeba2bcc144d2</id>
    <committed-date>2009-02-04T04:28:19-08:00</committed-date>
    <authored-date>2009-02-03T09:24:18-08:00</authored-date>
    <message>Changed jQuery.ajax &quot;type&quot; from &quot;put&quot; to &quot;post&quot; to avoid endless requests with IE6/IE7

Signed-off-by: janv &lt;jan@varwig.org&gt;</message>
    <tree>0a2b8280106e0d068fdad7569a5c67ca257f25a7</tree>
    <committer>
      <name>janv</name>
      <email>jan@varwig.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bf9a40ef6f8a32a70c61700cfa4e78201c634f28</id>
      </parent>
    </parents>
    <author>
      <name>Jan Varwig</name>
      <email>jan@varwig.org</email>
    </author>
    <url>http://github.com/janv/rest_in_place/commit/b2a86190a80a35936c2c618177c27343a3e3224f</url>
    <id>b2a86190a80a35936c2c618177c27343a3e3224f</id>
    <committed-date>2008-12-05T01:35:35-08:00</committed-date>
    <authored-date>2008-12-05T01:35:35-08:00</authored-date>
    <message>Whitespace fix in README</message>
    <tree>456e46b2c1afe41620ca3aa952ca64bbb2f4d773</tree>
    <committer>
      <name>Jan Varwig</name>
      <email>jan@varwig.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>24f640de835106115b7e9608c44f12b35b76f243</id>
      </parent>
    </parents>
    <author>
      <name>Jan Varwig</name>
      <email>jan@varwig.org</email>
    </author>
    <url>http://github.com/janv/rest_in_place/commit/bf9a40ef6f8a32a70c61700cfa4e78201c634f28</url>
    <id>bf9a40ef6f8a32a70c61700cfa4e78201c634f28</id>
    <committed-date>2008-12-05T01:29:41-08:00</committed-date>
    <authored-date>2008-12-05T01:29:41-08:00</authored-date>
    <message>Switched to JSON and included testapp

The plugin uses JSON now instead of XML.
A lot of people had problems with the XML data.
I also fixed the documentation and included the necessary
code for CSRF protection in the example.
Furthermore, a testapp was created to make testing
and developing easier. It's in a rough shape right now but better than nothing</message>
    <tree>ef6d0d6e5da7b828edc093108a8305b70971eb9e</tree>
    <committer>
      <name>Jan Varwig</name>
      <email>jan@varwig.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e5c6a1bcef455654a548151df275dba8f7cfc050</id>
      </parent>
    </parents>
    <author>
      <name>Jan Varwig</name>
      <email>jan@varwig.org</email>
    </author>
    <url>http://github.com/janv/rest_in_place/commit/24f640de835106115b7e9608c44f12b35b76f243</url>
    <id>24f640de835106115b7e9608c44f12b35b76f243</id>
    <committed-date>2008-12-05T01:04:50-08:00</committed-date>
    <authored-date>2008-12-05T01:04:50-08:00</authored-date>
    <message>gitignore</message>
    <tree>b721533d6213d9bad6729ef5300533ca7a57f755</tree>
    <committer>
      <name>Jan Varwig</name>
      <email>jan@varwig.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>150a41b395f11ff2c9f71801a328b43397084d31</id>
      </parent>
    </parents>
    <author>
      <name>Jan Varwig</name>
      <email>jan@varwig.org</email>
    </author>
    <url>http://github.com/janv/rest_in_place/commit/e5c6a1bcef455654a548151df275dba8f7cfc050</url>
    <id>e5c6a1bcef455654a548151df275dba8f7cfc050</id>
    <committed-date>2008-12-05T01:01:54-08:00</committed-date>
    <authored-date>2008-12-05T01:01:54-08:00</authored-date>
    <message>Fixed documentation bug: rails authenticity token was omitted in the example in the readme</message>
    <tree>6151d58820d5b9c1ae8532ad3e1dad4b48fb6039</tree>
    <committer>
      <name>Jan Varwig</name>
      <email>jan@varwig.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ab07c9617e1ea23c61129a16eb336263423da2ed</id>
      </parent>
    </parents>
    <author>
      <name>Jan Varwig</name>
      <email>jan@varwig.org</email>
    </author>
    <url>http://github.com/janv/rest_in_place/commit/150a41b395f11ff2c9f71801a328b43397084d31</url>
    <id>150a41b395f11ff2c9f71801a328b43397084d31</id>
    <committed-date>2008-12-05T00:59:21-08:00</committed-date>
    <authored-date>2008-12-05T00:57:05-08:00</authored-date>
    <message>Testapp filled with User model</message>
    <tree>1aff131e08a2f4ffac12f53276cf48144ea50a27</tree>
    <committer>
      <name>Jan Varwig</name>
      <email>jan@varwig.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7b2e7ba61f3404eaec44c50df8a1a9edcb53dcc9</id>
      </parent>
    </parents>
    <author>
      <name>Jan Varwig</name>
      <email>jan@varwig.org</email>
    </author>
    <url>http://github.com/janv/rest_in_place/commit/ab07c9617e1ea23c61129a16eb336263423da2ed</url>
    <id>ab07c9617e1ea23c61129a16eb336263423da2ed</id>
    <committed-date>2008-12-05T00:50:19-08:00</committed-date>
    <authored-date>2008-12-05T00:50:19-08:00</authored-date>
    <message>Testapp created</message>
    <tree>0bb88b3d2f848c57c09dc73f098ee8f8230418b6</tree>
    <committer>
      <name>Jan Varwig</name>
      <email>jan@varwig.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f64b60cd06429a2d1f325a7f0d5993577755da95</id>
      </parent>
    </parents>
    <author>
      <name>Jan Varwig</name>
      <email>jan@varwig.org</email>
    </author>
    <url>http://github.com/janv/rest_in_place/commit/7b2e7ba61f3404eaec44c50df8a1a9edcb53dcc9</url>
    <id>7b2e7ba61f3404eaec44c50df8a1a9edcb53dcc9</id>
    <committed-date>2008-09-20T14:27:46-07:00</committed-date>
    <authored-date>2008-09-20T14:27:46-07:00</authored-date>
    <message>Adjusted README for github</message>
    <tree>324343edb20514b38cfff44703bfc9124873fbb0</tree>
    <committer>
      <name>Jan Varwig</name>
      <email>jan@varwig.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b9b08ddf3798f6269068fd832fb6653783a3531d</id>
      </parent>
    </parents>
    <author>
      <name>jan</name>
      <email>jan</email>
    </author>
    <url>http://github.com/janv/rest_in_place/commit/f64b60cd06429a2d1f325a7f0d5993577755da95</url>
    <id>f64b60cd06429a2d1f325a7f0d5993577755da95</id>
    <committed-date>2008-06-26T08:03:23-07:00</committed-date>
    <authored-date>2008-06-26T08:03:23-07:00</authored-date>
    <message>ignore testapp</message>
    <tree>480d1fca3ffc850ac3e11eb207fed1e84e810678</tree>
    <committer>
      <name>jan</name>
      <email>jan</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fa908745825cc9b8cf2d536f6a78c13da94977ed</id>
      </parent>
    </parents>
    <author>
      <name>jan</name>
      <email>jan</email>
    </author>
    <url>http://github.com/janv/rest_in_place/commit/b9b08ddf3798f6269068fd832fb6653783a3531d</url>
    <id>b9b08ddf3798f6269068fd832fb6653783a3531d</id>
    <committed-date>2008-06-26T07:55:58-07:00</committed-date>
    <authored-date>2008-06-26T07:55:58-07:00</authored-date>
    <message>Tiny doc typo</message>
    <tree>480d1fca3ffc850ac3e11eb207fed1e84e810678</tree>
    <committer>
      <name>jan</name>
      <email>jan</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1c1cebb33fbfa93f66749780901b5bd997cb14e3</id>
      </parent>
    </parents>
    <author>
      <name>jan</name>
      <email>jan</email>
    </author>
    <url>http://github.com/janv/rest_in_place/commit/fa908745825cc9b8cf2d536f6a78c13da94977ed</url>
    <id>fa908745825cc9b8cf2d536f6a78c13da94977ed</id>
    <committed-date>2008-06-26T07:47:20-07:00</committed-date>
    <authored-date>2008-06-26T07:47:20-07:00</authored-date>
    <message>Updated the copyright notice to 2008</message>
    <tree>972e62cfaa027191e8d5a0f4b256f6319108409f</tree>
    <committer>
      <name>jan</name>
      <email>jan</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a98c2769e8852dad07e9e129e5f6a9f12e0268e1</id>
      </parent>
    </parents>
    <author>
      <name>jan</name>
      <email>jan</email>
    </author>
    <url>http://github.com/janv/rest_in_place/commit/1c1cebb33fbfa93f66749780901b5bd997cb14e3</url>
    <id>1c1cebb33fbfa93f66749780901b5bd997cb14e3</id>
    <committed-date>2008-06-26T07:45:47-07:00</committed-date>
    <authored-date>2008-06-26T07:45:47-07:00</authored-date>
    <message>Finally Rails 2.0+ compatible and properly URIEncodes the submitted value now</message>
    <tree>e1d09ef4dc9820d0641f46a33b07023ae73edf87</tree>
    <committer>
      <name>jan</name>
      <email>jan</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fbbdf9acebf5fceb20a9ea0815b4cf4388ca9615</id>
      </parent>
    </parents>
    <author>
      <name>jan</name>
      <email>jan</email>
    </author>
    <url>http://github.com/janv/rest_in_place/commit/a98c2769e8852dad07e9e129e5f6a9f12e0268e1</url>
    <id>a98c2769e8852dad07e9e129e5f6a9f12e0268e1</id>
    <committed-date>2008-01-03T07:50:24-08:00</committed-date>
    <authored-date>2008-01-03T07:50:24-08:00</authored-date>
    <message>README Update</message>
    <tree>ed40027811cf0287927d8b980ec47fd16bf84f97</tree>
    <committer>
      <name>jan</name>
      <email>jan</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>588bebc273eda52001167f411611e76d74cdd2fe</id>
      </parent>
    </parents>
    <author>
      <name>jan</name>
      <email>jan</email>
    </author>
    <url>http://github.com/janv/rest_in_place/commit/fbbdf9acebf5fceb20a9ea0815b4cf4388ca9615</url>
    <id>fbbdf9acebf5fceb20a9ea0815b4cf4388ca9615</id>
    <committed-date>2007-12-25T04:08:02-08:00</committed-date>
    <authored-date>2007-12-25T04:08:02-08:00</authored-date>
    <message>Name in License</message>
    <tree>8f7b5c0bbb85192b99b6f0b9b2be4528e2331562</tree>
    <committer>
      <name>jan</name>
      <email>jan</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c2099932babd282802f1b9a0e5ffa6c2f3eb750f</id>
      </parent>
    </parents>
    <author>
      <name>jan</name>
      <email>jan</email>
    </author>
    <url>http://github.com/janv/rest_in_place/commit/588bebc273eda52001167f411611e76d74cdd2fe</url>
    <id>588bebc273eda52001167f411611e76d74cdd2fe</id>
    <committed-date>2007-12-25T03:55:20-08:00</committed-date>
    <authored-date>2007-12-25T03:55:20-08:00</authored-date>
    <message>Not only focus on the input fields but select their content</message>
    <tree>e32257dc5e4445c3cea1cc5ef6813f46bfa61bf1</tree>
    <committer>
      <name>jan</name>
      <email>jan</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f6f04553c6c266e9cd4deafb63b697ead6e4f978</id>
      </parent>
    </parents>
    <author>
      <name>jan</name>
      <email>jan</email>
    </author>
    <url>http://github.com/janv/rest_in_place/commit/c2099932babd282802f1b9a0e5ffa6c2f3eb750f</url>
    <id>c2099932babd282802f1b9a0e5ffa6c2f3eb750f</id>
    <committed-date>2007-12-25T03:49:02-08:00</committed-date>
    <authored-date>2007-12-25T03:49:02-08:00</authored-date>
    <message>Focus the Form field when entering editing-mode, remove the form-field on blur()</message>
    <tree>8cab42606c3937be46157cfd63dd27fab92bc39e</tree>
    <committer>
      <name>jan</name>
      <email>jan</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>92824e2749e4f59a1466a7eadb5948235be03389</id>
      </parent>
    </parents>
    <author>
      <name>jan</name>
      <email>jan</email>
    </author>
    <url>http://github.com/janv/rest_in_place/commit/f6f04553c6c266e9cd4deafb63b697ead6e4f978</url>
    <id>f6f04553c6c266e9cd4deafb63b697ead6e4f978</id>
    <committed-date>2007-12-23T23:43:40-08:00</committed-date>
    <authored-date>2007-12-23T23:43:40-08:00</authored-date>
    <message>Doc fix</message>
    <tree>f715377dca7449b8208c73de35816057c8f77639</tree>
    <committer>
      <name>jan</name>
      <email>jan</email>
    </committer>
  </commit>
</commits>
