Skip to content
  • 3 Votes
    14 Posts
    8k Views
    julianJ

    Updated my post, thanks.

  • 1 Votes
    1 Posts
    2k Views
    barisB
    Hook changes Filter filter:user.custom_fields removed see this commit filter:user.delete deprecated, use static:user.delete instead, now It is passed { uid: uid } instead of just uid, and is fired before user data is actually deleted, so you have one last chance to look up stuff if needed. Other changes Theme developers should now explicitly set the baseTheme in their theme.json if their theme is not based on Persona. Set this value to nodebb-theme-vanilla TBD 💔
  • 1 Votes
    15 Posts
    6k Views
    barisB

    I will tag breaking changes so that should help as well.

    https://community.nodebb.org/tags/breaking

  • 4 Votes
    13 Posts
    7k Views
    P

    I want to escape by default, to prevent accidental XSS. If you intentionally want to allow scripts then you should use double curly brackets

    I think its something I would rather break today than worry about it in future

  • 3 Votes
    25 Posts
    15k Views
    barisB

    Updated with header.tpl changes, relevant thread https://community.nodebb.org/topic/3488/header-tpl-changes