#6661 Forum posts are missing timestamps in export

v1.0.1
closed
General
2015-08-20
2013-09-17
No

Forum posts don't include timestamps in the export, but they do in the API (e.g. https://sourceforge.net/rest/p/freertos/discussion/382005/thread/488af1de/). These should match.

Discussion

  • Dave Brondsema

    Dave Brondsema - 2013-09-20
    • Size: --> 2
     
  • Cory Johns - 2013-09-23
    • status: open --> in-progress
    • assigned_to: Cory Johns
     
  • Cory Johns - 2013-09-23
    • status: in-progress --> code-review
     
  • Cory Johns - 2013-09-23

    allura:cj/6661

    The bulk export actually had the timestamp added in [#6638] but there was an issue with the API not properly using the __json__() method, which accidentally caused it to include the timestamp prior to it being added for the export. The API was changed to use __json__() and it now matches the export exactly. (Some superfluous fields were dropped, such as the redundant thread_id and status, which is always "ok", and attachment URLs are now available on the API.)

     

    Related

    Tickets: #6638

    • QA: Tim Van Steenburgh
     
    • status: code-review --> closed
     

Log in to post a comment.