<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>vendor/plugins/12_hour_time/CHANGELOG</filename>
    </added>
    <added>
      <filename>vendor/plugins/12_hour_time/README</filename>
    </added>
    <added>
      <filename>vendor/plugins/12_hour_time/Rakefile</filename>
    </added>
    <added>
      <filename>vendor/plugins/12_hour_time/init.rb</filename>
    </added>
    <added>
      <filename>vendor/plugins/12_hour_time/lib/12_hour_time.rb</filename>
    </added>
    <added>
      <filename>vendor/plugins/12_hour_time/test/12_hour_time_test.rb</filename>
    </added>
    <added>
      <filename>vendor/plugins/12_hour_time/test/test_helper.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -29,7 +29,7 @@
       %h3 Schedule draft promotion
       - form_for @controller.model, :url =&gt; {:action =&gt; 'schedule_draft_promotion'}, :html =&gt; {:method =&gt; :post} do |f|
         %div
-          = f.datetime_select :draft_promotion_scheduled_at, :start_year =&gt; Date.today.year, :minute_step =&gt; 15
+          = f.datetime_select :draft_promotion_scheduled_at, :start_year =&gt; Date.today.year, :minute_step =&gt; 15, :twelve_hour =&gt; true
           = hidden_field_tag :commit, @controller.model_class.schedule_promotion_text
         %p{:style =&gt; 'text-align: right'}
           %button{:type =&gt; 'submit'} Schedule</diff>
      <filename>app/views/admin/_draft_controls.html.haml</filename>
    </modified>
    <modified>
      <filename>app/views/admin/page_parts/_page_part.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 module ConcurrentDraft::HelperExtensions
   def updated_stamp(model)
     unless model.new_record?
-      updated_by = (model.updated_by || model.created_by)
+      updated_by = (model.updated_by || model.created_by) if model.respond_to?(:updated_by)
       login = updated_by ? updated_by.login : nil
       time = (model.updated_at || model.created_at)
       promoted_at = model.draft_promoted_at if model.respond_to?(:draft_promoted_at)</diff>
      <filename>lib/concurrent_draft/helper_extensions.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c0e7c29a5ad7172da46d5c8a0ae19aa6a222a321</id>
    </parent>
  </parents>
  <author>
    <name>Andrew vonderLuft</name>
    <email>avonderluft@avlux.net</email>
  </author>
  <url>http://github.com/avonderluft/radiant-concurrent_draft-extension/commit/209143a0110d603355db0915ab202fbffa9f9d44</url>
  <id>209143a0110d603355db0915ab202fbffa9f9d44</id>
  <committed-date>2009-05-21T14:20:07-07:00</committed-date>
  <authored-date>2009-05-21T14:20:07-07:00</authored-date>
  <message>switch promotion scheduler to 12-hour time per user request (you can always change it back in _draft_controls.html.haml, line 32</message>
  <tree>c2f70707ca203afbc52f5a8fb81d7b80c5e8e05f</tree>
  <committer>
    <name>Andrew vonderLuft</name>
    <email>avonderluft@avlux.net</email>
  </committer>
</commit>
