Skip to content
  1. Oct 26, 2018
  2. Oct 23, 2018
  3. Oct 19, 2018
  4. Oct 18, 2018
  5. Oct 15, 2018
  6. Oct 12, 2018
  7. Oct 04, 2018
  8. Oct 03, 2018
  9. Oct 02, 2018
    • Alexander Varwijk's avatar
      Issue #3003810 by bramtenhove, Kingdutch: Ensure proper behaviour for... · 47caa78d
      Alexander Varwijk authored
      Issue #3003810 by bramtenhove, Kingdutch: Ensure proper behaviour for unpublished comment reply links
      
      The reply link was displaying incorrectly. In the proper logic for
      this code the link is set to an inactive display when a comment is
      unpublished. Then the normal logic runs to determine whether to show
      the link (or unpublished placeholder) at all.
      
      This ensures that the word "Reply" is only shown in the correct
      places and ensures that a comment's structure is always the same
      whether it's published or not. This is the desired UX that was
      determined by Xinyu.
      47caa78d
    • Alexander Varwijk's avatar
      Make the author post visible in post_comment edit forms · 9ba42563
      Alexander Varwijk authored
      The author field of a comment also contains the published status and
      the social_comment module contains a function to hide all other fields
      but the published status. This commit ensures that the published
      status field is visible as part of Issue #3003810
      9ba42563
    • Alexander Varwijk's avatar
      Ensure that post_comment submit button is the same as normal comment · 04d2dacc
      Alexander Varwijk authored
      As part of the comment moderation we've decided to make the submit
      button of a comment edit field a primary button (it's also the
      primary action). This is now also done for the post_comment button
      as part of Issue #3003810.
      04d2dacc
    • Alexander Varwijk's avatar
      Remove the parent for a post_comment type comment · e65435d2
      Alexander Varwijk authored
      Comments on posts can not be a reply to another comment on a post.
      Thus a comment on a post can never have a parent. The demo content
      contained a comment for a post with a parent which caused a hard
      to debug bug in the social_mentions module that was discovered while
      working on issue #3003810.
      e65435d2
    • Alexander Varwijk's avatar
      Remove the special template for post comments · 590d5396
      Alexander Varwijk authored
      As part of Issue #3003810 some investigation was done into the
      differences between post comments and other comments. It was found
      that the post-comments have a separate template but do not have any
      changes (only lack thereof) with respect to the regular comments.
      590d5396