There where some issue with date format conversion when using the latest dev version of Writer 8.x-2.x, due to recent changes in.

CommentFileSizeAuthor
#1 2131865-drupal8_port-1.patch2.7 KBwesleydv
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

wesleydv’s picture

Issue summary: View changes
Status: Needs work » Needs review
FileSize
2.7 KB

This patch should fix the issue.
Not sure what exactly you wanted to do with the comment, you may want to have a look at it.

bryanbraun’s picture

Wow, this looks promising. Looking forward to testing it out and applying the fix.

bryanbraun’s picture

Tested this and made a few changes to clarify what I was going for with the comment date-time (it involves using the html "time" element).

I also added a change to node.tpl.php because Drupal 8 API changes had broken the line calling node->nid.

Everything works great so I've committed the code to 8.x-2.x (see the commit here). I'll be releasing a new D8 alpha version soon.

bryanbraun’s picture

Status: Needs review » Closed (fixed)